I am most interested to know if there is a set of Master DNS servers around the world.
IE: Is there one say in Australia or close by in Asia somewhere that will be the last one t o be askedif a DNS server cannot resolve a host name etc.
I recall during a W2K course that there were a certain number of DNS servers around the world that were the last resort (so to speak) for name / IP resolution.
I look forward to anyone clearing this up for me.
Cheers from Oz
They will tell you that the GTLD servers are responsible. You can ask those GTLD servers who is responsible for the domains you can I can buy. They are authoritative for domaains like .com and .net. You can ask them questions like "who is authoritative for example.com?". They will tell you which nameservers to ask about example.com or webmasterworld.com. These gtld servers have names like a.gtld-servers.net and b.gtld-servers.net. (for a while and still now to some extent these machines are the same as the above)
Those TLD servers will refer you to nameservers like ns1.example.com or ns2.westhost.net. You can ask those nameservers things like "what's the IP address of www.example.com?" or "what's an MX record for webmasterworld.com?" These are the nameservers that you or your ISP deal with to add zone records for your domains.
You asked a bit about some of these nameservers being last resorts when no one else is responding. That's not really the case. The requests don't propigate up the tree. If the authoritative nameserver doesn't know the answer, it won't refer you higher up. If a nameserver is not authoritative it may send you elsewhere, though.
This is a highly condnesed simplification of the system. There are a lot better places on the net to search for detailed DNS information. You might try hanging out in comp.protocols.dns.bind or something.
and some more useful information about how they (and a lot of other stuff) works at:
[tldp.org...]
Feel free to also try something like:
[google.com...]