What are TLDs? Top-Level Domains Explained

A Top-Level Domain (TLD) is the last segment of a domain name — the part after the final dot. In google.com, the TLD is .com. In bbc.co.uk, it is .uk. TLDs sit at the top of the DNS hierarchy, just below the root zone.

Types of TLDs

The Root Zone and Root Servers

At the very top of DNS sits the root zone, managed by IANA (part of ICANN). The root zone contains the authoritative list of all TLDs and which name servers handle them. Thirteen root server identities (A through M) serve this zone, operated by organizations like Verisign, NASA, the US Army, and RIPE NCC.

These root servers are reached via BGP anycast — the same IP address is announced from hundreds of locations worldwide, so queries go to the nearest instance. You can look up their routes:

How TLD Resolution Works

When you look up github.com, your resolver first asks a root server "who handles .com?" The root server responds with the .com TLD servers (operated by Verisign). Your resolver then asks the .com TLD server "who handles github.com?" and gets back GitHub's authoritative name servers. Finally, those name servers return the actual IP address.

This hierarchical delegation is what makes DNS scalable — no single server needs to know every domain. Each level only needs to know the next level down.

TLDs and Routing

TLD name servers are critical infrastructure with dedicated autonomous systems and heavy peering. Verisign, which operates the .com and .net TLDs, runs AS26415 — you can see its routing table and peering relationships.

See BGP routing data in real time

Open Looking Glass
More Articles
What is BGP? The Internet's Routing Protocol Explained
What is an Autonomous System (AS)?
What is a BGP Looking Glass?
How to Look Up an IP Address's BGP Route
Understanding BGP AS Paths
What is RPKI? Securing BGP Routing
What is DNS? The Internet's Phone Book
What is an IP Address?
IPv4 vs IPv6: What's the Difference?
What is a Network Prefix (CIDR)?
What is an Internet Exchange Point (IXP)?
What is Peering? How Networks Interconnect
How Does Traceroute Work?
What is a CDN? Content Delivery Networks Explained
What is DNS over HTTPS (DoH)?
What is a BGP Hijack?
What is Anycast? One IP, Many Servers
What is a Subnet? IP Subnetting Explained