Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Active Directory > Re: Dns delegation vs Conditional forwarding

Reply
Thread Tools Display Modes

Re: Dns delegation vs Conditional forwarding

 
 
Chris Dent
Guest
Posts: n/a

 
      11-12-2009

The most important difference is that they do *not* both enable name
resolution within different domains.

A Delegation can only be set in a parent domain. For example, a
delegation for sub.domain.com can only be configured within domain.com.
Both "sub.domain.com" and "domain.com" are part of the same namespace
(domain.com).

Delegation is most heavily used for public name resolution where you have:

.. (DNS Root) --Delegation--> .com --Delegation--> google.com

When a DNS server (your local DNS server, for example) performs a lookup
for google.com (and when it isn't using Forwarders) it will first ask
those responsible for ".", then ".com" and finally "google.com". This is
Iterative Name Resolution in response to a request for Recursion. Each
iteration follows a delegation from parent to child.

If you use forwarders (global not conditional) you hand that work off to
another server, sitting back to wait for the answer.

Conditional Forwarders cannot be used in this scenario, they are not
visible to a client performing a query (your local DNS Server is the
client in this situation). Any server using a Forwarder must support
requests for Recursion (it must perform name full name resolution on
behalf of the asker) or it won't return an answer at all.

Typical usage is something like this:

SomePC ---> LocalDNSServer ---> SomethingWithAForwarder

SomethingWithAForwarder does all the work and returns the response.
LocalDNSServer simply relays the answer back to the client.
SomethingWithAForwarder may be using conditional or global forwarders,
LocalDNSServer has no way of knowing.

Note that servers hosting public DNS zones will not, generally, support
Recursion. They will return the best answer they can (equivalent to "I
don't know, ask <delegate>").

If you are building a high-capacity / high-load distributed name
resolution system you should properly configure Delegations. Conditional
Forwarding increases the load on specific DNS Servers, countering the
point of delegating responsibility for zones.

HTH

Chris
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Forwarding websites MissyR Windows Live Mail 2 11-11-2009 06:11 PM
Created Folders Come Up Missing & Forwarding Drafts Cre8 Windows Live Mail 1 11-09-2009 09:45 AM
Delegation qq Windows Server 1 10-28-2009 06:52 AM
Conditional Copying of Files pmbasu Windows Vista File Management 2 12-09-2007 10:09 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59