Lets say you have a company with a root AD domain, and 3 child domains. Call the domains domain.com, mi.domain.com, oh.domain.com, and pa.domain.com. All DC's in all domains are DNS servers, and all zones are AD integrated. Some DC's are Win2K and some are Win2K3. The root domain is confined to 3 DC's at a single location, while the child domains have DC's spread across many locations. Each child domain has one primary data center, and satellite offices branch out from it in a hub and spoke fashion. Each remote site has its own Internet connection. Some of the remotes have an additional dedicated circuit back to its hub, while some use a site to site vpn back to the hub. All child domains need to be able to resolve devices in the root domain, but not necessarily other child domains. So here's the question. What would be the best way to forward DNS queries? The way I see it, my options are: 1) Configure forwarders on all DNS servers to point at the DNS servers in the root domain, and let the root forward to the Internet. 2) Use conditional forwarding on all DNS servers to forward the root domain to the root DNS servers, and all other domains to the local ISP's DNS servers. (although this obviously wouldn't work for the Win2K boxes) 3) Configure the replication scope of the root domain to all DNS servers in all domains, and each DNS server forwards directly to its local ISP's DNS servers (would this work for the Win2K boxes?) 4) Create a secondary zone for the root zone on all DNS servers, and let each DNS server forward directly to its local ISP's DNS server. Did I miss anything? Which of the options would be the most desirable? I'm thinking option number 3, although I don't know how that would impact the Win2K DNS servers, since replication scope was added in Win2K3. Jason