RobertKaucher wrote: » Conditional forwarders help resolve queries to any domain not recognized by the DNS server. A stup zone is non-authoritative for a specific domain. It holds the SOA, NS records, and the A records for the DNS servers for said zone. This means you nolonger need to worry about zone transfers as you would in a secondary zone (which is a read only copy of the full zone). This is how you might use both: 1. You have a trust with another domain. You add a stubzone so that you don't have to worry about dealing with a secondary zone. Now your clients can resolve hosts on the trusted domain's network. 2. You don't want to use root hints so you add Goolge's public DNS servers as conditional forwarders. Just a quick example.
earweed wrote: » Here's a technet article that answers your question pretty well.Contrasting stub zones and conditional forwarders: Domain Name System(DNS)
creamy_stew wrote: » Isn't that just a normal forwarder you're thinking of?