Re: DNS Round Robin

Tech-Archive recommends: Fix windows errors by optimizing your registry



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


.



Relevant Pages

  • Re: Secondary backup DNS www record
    ... can also round robin its' cached rrset, ... question and we all know DNS can only sim load balancing, but with help, can ... >>>web server could act as a backup incase the primary web server is down ... >> Actually subnet priortization is documented in the helpfiles. ...
    (microsoft.public.win2000.dns)
  • Re: Round Robin Problem help if poss please
    ... >> IF you want to load balance between mutliple servers, ... > Looks like Ace has got it - I am just trying to load balance requests ... > This is when you have multiple entries for the same name in dns (eg ... Round Robin of Cname records is not supported because ...
    (microsoft.public.win2000.dns)
  • Re: Round Robin DNS vs. Windows Clustering
    ... Printing is critical and we need to provide some type of redundancy. ... Would Round Robin DNS be a better alternative for what we are looking to do? ... In DNS round robin, each client will query DNS and then will be directed to an A record for that server name. ... If there are multiple records, the first client request will get the first one, the second client will get the second one, and so on. ...
    (microsoft.public.windows.server.clustering)
  • Re: Bug in Win2003 netmask ordering?
    ... > I've had multihomed DCs and left the DNS settings default (Round Robin ... > the correct IP for the subnet being offered. ...
    (microsoft.public.windows.server.dns)
  • Re: Secondary backup DNS www record
    ... SRV records allow true load balancing using DNS. ... The DNS server is then free to Round robin ... >>> Can i simply add multiple www host records on our DNS servers? ...
    (microsoft.public.win2000.dns)