What's the difference between a root nameserver and a TLD?

link|improve this question

78% accept rate
feedback

2 Answers

up vote 3 down vote accepted

A TLD refers to the last chunk of a DNS name, such as ".com"; each TLD has its own set of name servers which are responsible for their leg of the name resolution process.

The root zone (".") is to the root name servers as a TLD is to the name servers run specifically for that TLD.

A resolver that only knows about the roots will ask them where to find the servers for a TLD (.com), but that's all the roots know. To find serverfault.com, the resolver has to ask the .com name servers where to find serverfault.

link|improve this answer
So the TLDs knows where everything is, and the root name servers are just below them? – Wintermute Mar 1 '11 at 7:06
The .com name servers have information for everything under .com, but they know nothing other than that; to get to a .net address you'd have to talk to a different set of name servers. The only purpose of the root servers is to be able to find the name servers for a given TLD. – Shane Madden Mar 1 '11 at 15:43
feedback

Simple. The root nameserver(s)= server the "." domain. The TLD servers serve the top level domain, DIRECTLY BELOW THE ".". So, for example, ".de" is the german country domain. DNS servers managed by DE-NIC.

The "." root name servers know the dns servers for the .DE domain and tie it all together. But they are not the top level domain servers (i.e. the servers serving the top level ".de" domain) themselves.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.