Re: DNS Round Robin
- From: "Ace Fekay [MVP]" <PleaseSubstituteMyActualFirstName&LastNameHere@xxxxxxxxxxx>
- Date: Mon, 19 Sep 2005 12:29:52 -0400
In news:1D8312E2-5E09-4F43-B434-FCCD587FFB97@xxxxxxxxxxxxx,
TA-Joe <joe@xxxxxxxxxxxxx> made this post, which I then commented about
below:
> Hi guys!
>
> Here is an easy question, I hope. With an internal DNS Namespace,
> using
> a round robin appraoch with the host records for the internal domain.
> Say I have domain.private as my internal domain, and I have several
> host records setup like this
>
> "same as parent" IN A XXX.XXX.XXX.201
> "same as parent" IN A XXX.XXX.XXX.202
>
> What determins which host the client gets when they do a query for
> domain.private? This could also be applied to a public DNS
> namespace, having multiple host records for the same domain. What
> determines what responce a querying client gets?
>
> Thanks
> Joe
Round Robin. It works the same.
It will also use subnet mask priortization. DNS will look at the querying
client's IP address. If there is a subnet match, it will offer the record
that matches the subnet. If there are more than one IP, then subnet mask
priortization and Round Robin kicks in where it will offer all possible
records as a list. For each query coming in, it will rotate the list.
If there is no subnet match, all records are offered and rotated for each
query.
--
Regards,
Ace
If this post is viewed at a non-Microsoft community website, and you were to
respond to it through that community's website, I may not see your reply.
Therefore, please direct all replies ONLY to the Microsoft public newsgroup
this thread originated in so all can benefit.
This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.
Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft Windows MVP - Windows Server - Directory Services
Infinite Diversities in Infinite Combinations.
=================================
If there is no subnet match, then all records
.
- Prev by Date: Re: Problem with dns in AD 2003
- Next by Date: Re: DNS/IP resolution issues
- Previous by thread: Can two NIC run concurrently on the same server ?
- Next by thread: Re: DNS Round Robin
- Index(es):
Relevant Pages
|