← New search

Other meanings of DNS root zone

Internet infrastructure

DNS root zone

The DNS root zone is the top-level DNS zone containing delegations for all top-level domains. It is the authoritative starting point for the public Domain Name System hierarchy: rather than storing ordinary website addresses, it identifies the name servers responsible for domains such as .com, .uk, .中国, and hundreds of other top-level domains.

.
DNS name
Root label
13
Server identities
Root-server letters
DNSSEC
Security layer
Signed delegation chain
1

Definition and place in DNS

The DNS root zone is the apex zone of the Domain Name System, written conceptually as the single-label domain “.”. It contains records that delegate each top-level domain (TLD), rather than records for individual second-level domains such as example.com.1 A DNS resolver normally begins with a configured list of root-server addresses, asks one of those servers for a TLD, and then follows the delegation toward the requested name. This arrangement distributes authority: the root points to .com, .org, country-code TLDs, and internationalized TLDs; each TLD operator points onward to registered domains.

The root zone is therefore not synonymous with the root-server system. The zone is DNS data; root servers are the globally distributed service that answers queries for that data. Nor is it the same as a particular “root” directory or local network namespace: private DNS environments can operate separate roots that are not part of the public DNS hierarchy.

2

Contents and delegation records

The root zone primarily contains delegations, which are sets of NS records naming the authoritative name servers for each TLD, together with address records known as glue when those servers lie inside the delegated namespace.2 It also contains SOA and NS records for the root itself, DNSSEC-related records, and other records required by the DNS protocols. A delegation does not state where every website is located; it tells a resolver which authority to contact next.

TLDs may be generic, such as .com or .museum, country-code, such as .de or .jp, or internationalized domain-name TLDs represented in the DNS through the ASCII-compatible Punycode form. The root zone thus provides a common rendezvous point for administratively distinct registries. Changes are controlled through the root-zone management process, while the technical syntax and semantics of zone data follow standards developed by the Internet Engineering Task Force.13

3

Publication, serving, and security

The root zone is published as a replicated authoritative dataset and served by the root-server system from many locations. Thirteen named root-server identities, conventionally labeled A through M, are operated by separate organizations; each identity can have numerous anycast instances, allowing nearby sites to answer queries and improving resilience without creating thirteen different roots.4

DNSSEC adds authenticity to the delegation chain. The root zone is signed, and its trust anchor allows validating resolvers to check signatures on root data before following signed delegations into a TLD and, where available, farther down the hierarchy.5 DNSSEC does not encrypt DNS queries or guarantee that a delegated domain is benevolent; it helps detect tampering or invalid signatures. Caching resolvers usually contact root servers only when cached referral information has expired, so the root infrastructure is not consulted for every web request.

4

Lesser-known aspects

The root zone is deliberately narrow: it is a directory of delegations, not a universal catalog of all DNS names. A recursive resolver can answer many queries from cache, and a name that does not exist may be covered by authenticated denial-of-existence records when DNSSEC validation is enabled.5

Root-server operators do not decide which TLDs exist. Policy and administrative authorization are separate from the root servers’ answering function; the root zone’s management involves the Internet Corporation for Assigned Names and Numbers, IANA functions, and the root-zone maintainer under established procedures.1 Another subtlety is that the root zone is not immutable: TLD delegations, name-server addresses, DS records, and other data can change, while the operational goal is to publish updates predictably and consistently. Finally, alternative DNS roots may use different delegations, but ordinary Internet resolvers generally rely on the globally coordinated public root zone.

Glossary

Delegation
A referral in a parent DNS zone identifying the authoritative name servers for a child zone.
TLD
Top-level domain; a domain directly beneath the DNS root, such as .com, .uk, or .museum.
Glue record
An address record supplied by a parent zone when a delegated name server is inside the child namespace.
DNSSEC
DNS Security Extensions, which use digital signatures to authenticate DNS data and prove authenticated nonexistence.
Anycast
A routing method in which the same service address is announced from multiple locations.

The public DNS root zone is distinct from private or alternative DNS roots, which may use separate administrative policies and data.