Question about recursion queries

Zhang Meng jammy.linux at gmail.com
Mon Jul 19 09:12:02 UTC 2010


The question is given that

When I ask the bind server, what's the A record of google.com?

for the ROOT name server, there're several NS record

*.** **60493** **IN** **NS** **g.root-servers.net.*
*.** **60493** **IN** **NS** **b.root-servers.net.*
*.** **60493** **IN** **NS** **m.root-servers.net.*
*.** **60493** **IN** **NS** **d.root-servers.net.*
*.** **60493** **IN** **NS** **j.root-servers.net.*
*.** **60493** **IN** **NS** **c.root-servers.net.*
*.** **60493** **IN** **NS** **i.root-servers.net.*
*.** **60493** **IN** **NS** **a.root-servers.net.*
*.** **60493** **IN** **NS** **h.root-servers.net.*
*.** **60493** **IN** **NS** **k.root-servers.net.*
*.** **60493** **IN** **NS** **l.root-servers.net.*
*.** **60493** **IN** **NS** **f.root-servers.net.*
*.** **60493** **IN** **NS** **e.root-servers.net.*

How does the bind handle these multiple NS records?

A).Select one of them to ask the NS records for com. ? If fails, try the
second one?
B).Or send several queries concurrently, and get the first one responsed?


Could you show me the related code in Bind9.7.1-P2?

-- 
Yours sincerely
ZhangMeng
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20100719/afab13a1/attachment.html>


More information about the bind-users mailing list