Round Robin and BIND

Barry Margolin barmar at alum.mit.edu
Mon Feb 20 19:38:11 UTC 2006


In article <dtd4q2$2tiq$1 at sf1.isc.org>,
 "Vahric MUHTARYAN" <vahric at doruk.net.tr> wrote:

> I tested to run round robin on BIND ( old version 9.2.3 I guess ) but I saw
> that bind is sending request to nodes not equal . Anybody have a knowledge
> about this ? Maybe in new version it starts to work much better ? or any
> advise :-) 

Round-robin refers to the order of the answers in a response.  To see 
this, do "dig yahoo.com a" several times and you'll see that the A 
records are in a different order each time.

It sounds like you're talking about the order in which it selects 
nameservers to send recursive queries to.  That is *not* round-robin.  
It remembers the response time of previous queries, and prefers servers 
that respond quicker.

-- 
Barry Margolin, barmar at alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***



More information about the bind-users mailing list