"Mikoyan" <> wrote in message
news:...
> Thank you for the reply Jonathan,
>
> You mention stub zones in your reply.
>
> One would use a stub zone to enable a DNS server hosting a parent zone to
> remain aware of the authoritative DNS servers of one of its child zones.
> In contrast, a conditional forwarder would be useful in, for example, a
> company merger, allowing DNS clients in separate networks to resolve each
> others names without resorting to querying DNS servers on the Internet.
>
> Is my understanding correct?
>
>
Just in case I misunderstood you, I apologize, but for a "DNS server hosting
a parent zone to remain aware of the authoritative DNS servers of one of its
child zones," is actually a parent-child delegation. Stubs are references
for nameservers to other zones or namspaces, such as a partner
organization's namespace or in a parent-child delegation. A stub actually
pulls nameserver reference data as a zone transfer for only the SOA, NS, and
glue A resource records returned in response to the query are stored in the
stub zone. When a query comes in for that zone, the stub has the info for
the nameservers of that namespace to resolve it.
In many cases, Conditional Forwarding is used for a partner's namespace, but
a stub can be used. Comparing the two, the advantage of the stub is that it
can be stored in AD as Ad Integrated. This way, all DC/DNS servers in the
replication scope will have a copy of the stub, whereas a Conditional
Forwarder must be created manually on each DNS server. That can be one
drawback, however if the security model of an org states that only one DNS
server will communicate outside, then forwarding from all DNS server will be
pointed to this one DNS server, which then can have a stub or conditional or
general forwarder going outside (whether to the internet or partner).
More info:
Understanding stub zones: Domain Name System(DNS)Jan 21, 2005 ... A stub
zone is a copy of a zone that contains only those resource records necessary
to identify the authoritative Domain Name System (DNS) ...
http://technet.microsoft.com/en-us/l...97(WS.10).aspx
Using stub zones: Domain Name System(DNS)Jan 21, 2005 ... Keep delegated
zone information current. By updating a stub zone for one of its child zones
regularly, the DNS server hosting both the ...
http://technet.microsoft.com/en-us/l...97(WS.10).aspx
Ace