Root name server


A root name server is a name server for the root zone of the Domain Name System of the Internet. It directly answers requests for records in the root zone and answers other requests by returning a list of the authoritative name servers for the appropriate top-level domain. The root name servers are a critical part of the Internet infrastructure because they are the first step in translating human readable host names into IP addresses that are used in communication between Internet hosts.
A combination of limits in the DNS and certain protocols, namely the practical size of unfragmented User Datagram Protocol packets, resulted in a decision to limit the number of root servers to thirteen server addresses. The use of anycast addressing permits the actual number of root server instances to be much larger, and is 1,086.

Root domain

The DNS is a hierarchical naming system for computers, services, or any resource participating in the Internet. The top of that hierarchy is the root domain. The root domain does not have a formal name and its label in the DNS hierarchy is an empty string. All fully qualified domain names on the Internet can be regarded as ending with this empty string for the root domain, and therefore ending in a full stop character, e.g., "". This is generally implied rather than explicit, as modern DNS software does not actually require that the terminating dot be included when attempting to translate a domain name to an IP address.
The root domain contains all top-level domains of the Internet., it contains 1058 TLDs, including 730 generic top-level domains and 301 country code top-level domains in the root domain. In addition, the domain is used for technical name spaces in the management of Internet addressing and other resources. A domain is used for testing internationalized domain names.

Resolver operation

When a computer on the Internet needs to resolve a domain name, it uses resolver software to perform the lookup. A resolver breaks the name up into its labels from right to left. The first component is queried using a root server to obtain the responsible authoritative server. Queries for each label return more specific name servers until a name server returns the answer of the original query.
In practice, most of this information does not change very often over a period of hours and therefore it is cached by intermediate name servers or by a name cache built into the user's application. DNS lookups to the root name servers may therefore be relatively infrequent. A survey in 2003 reports that only 2% of all queries to the root servers were legitimate. Incorrect or non-existent caching was responsible for 75% of the queries, 12.5% were for unknown TLDs, 7% were for lookups using IP addresses as if they were domain names, etc. Some misconfigured desktop computers even tried to update the root server records for the TLDs. A similar list of observed problems and recommended fixes has been published in RFC 4697.
Although any local implementation of DNS can implement its own private root name servers, the term "root name server" is generally used to describe the thirteen well-known root name servers that implement the root name space domain for the Internet's official global implementation of the Domain Name System. Resolvers use a small 3 KB root.hints file published by Internic to bootstrap this initial list of root server addresses.

Root server addresses

There are 13 logical root name servers specified, with logical names in the form, where ranges from a to m. The choice of thirteen name servers was made because of limitations in the original DNS specification, which specifies a maximum packet size of 512 bytes when using the User Datagram Protocol. Technically however, fourteen name servers fit into an IPv4 packet. The addition of IPv6 addresses for the root name servers requires more than 512 bytes, which is facilitated by the EDNS0 extension to the DNS standard.
This does not mean that there are only 13 physical servers; each operator uses redundant computer equipment to provide reliable service even if failure of hardware or software occurs. Additionally, all operate in multiple geographical locations using a routing technique called anycast addressing, providing increased performance and even more fault tolerance. An informational homepage exists for every logical server under the domain with web address in the form , where ranges from a to m.
Ten servers were originally in the United States; some are now operated using anycast addressing. Three servers were originally located in Stockholm, Amsterdam, and Tokyo respectively.
Older servers had their own name before the policy of using similar names was established. With anycast, most of the physical root servers are now outside the United States, allowing for high performance worldwide.
LetterIPv4 addressIPv6 addressAS-numberOld nameOperatorLocation & Nr. of
sites
Software
AS19836, AS36619, AS36620, AS36622, AS36625, AS36631, AS64820ns.internic.netVerisignDistributed using anycast
5/0
NSD and Verisign ATLAS
AS394353ns1.isi.eduUSC-ISIDistributed using anycast
6/0
BIND
AS2149c.psi.netCogent CommunicationsDistributed using anycast
8/0
BIND
AS27terp.umd.eduUniversity of MarylandDistributed using anycast
50/67
NSD
AS21556ns.nasa.govNASA Ames Research CenterDistributed using anycast
125/141
BIND and NSD
AS3557ns.isc.orgInternet Systems ConsortiumDistributed using anycast
57/0
BIND
AS5927ns.nic.ddn.milDefense Information Systems AgencyDistributed using anycast
6/0
BIND
AS1508aos.arl.army.milU.S. Army Research LabDistributed using anycast
8/0
NSD
AS29216nic.nordu.netNetnodDistributed using anycast
58/0
BIND
AS26415, AS36626, AS36628, AS36632VerisignDistributed using anycast
61/13
NSD and Verisign ATLAS
AS25152RIPE NCCDistributed using anycast
5/23
BIND, NSD and Knot DNS
AS20144ICANNDistributed using anycast
161/0
NSD and Knot DNS
AS7500WIDE ProjectDistributed using anycast
6/1
BIND

There are also several alternative namespace systems with an alternative DNS root using their own set of root name servers that exist in parallel to the mainstream name servers. The first, AlterNIC, generated a substantial amount of press.
The function of a root name server may also be implemented locally, or on a provider network. Such servers are synchronized with the official root zone file by ICANN, and do not constitute an alternate root.
As the root name servers are an important part of the Internet, they have come under attack several times, although none of the attacks have ever been serious enough to severely affect the performance of the Internet.

Root server supervision

The DNS Root Server System Advisory Committee is an ICANN committee. ICANN's bylaws assign authority over the operation of the root name servers of the Domain Name System to the DNS Root Server System Advisory Committee.

Root zone file

The root zone file is a small data set whose publication is the primary purpose of root name servers. This is not to be confused with the root.hints file used to bootstrap a resolver.
The root zone file is at the apex of a hierarchical distributed database called the Domain Name System. This database is used by almost all Internet applications to translate worldwide unique names such as www.wikipedia.org into other identifiers such as IP addresses.
The contents of the root zone file is a list of names and numeric IP addresses of the authoritative DNS servers for all top-level domains such as com, org, edu, and the country code top-level domains. On 12 December 2004, 773 different authoritative servers for the TLDs were listed. Later the number of TLDs increased greatly., the root zone consisted of 1511 TLDs. Other name servers forward queries for which they do not have any information about authoritative servers to a root name server. The root name server, using its root zone file, answers with a referral to the authoritative servers for the appropriate TLD or with an indication that no such TLD exists.