Understanding Domain Registries and How They Manage the Internet

Learn how domain registries work, the difference between registries and registrars, ICANN's role, and how TLD delegation maintains the internet's naming system.

domain

Understanding Domain Registries and How They Manage the Internet

Every domain name on the internet exists because a domain registry maintains it. Registries are the authoritative databases behind top-level domains (TLDs) like .com, .org, and .net. Understanding how they work clarifies how domain resolution, DNS delegation, and the entire naming system fit together.

Registry vs. Registrar vs. Registrant

These three terms are frequently confused, but they describe distinct roles in the domain registration chain:

  • Registry. The organization that operates the authoritative database for a TLD. Verisign is the registry for .com and .net. The Public Interest Registry (PIR) operates .org. The registry controls the zone file that maps every registered domain under that TLD to its authoritative name servers.
  • Registrar. The company you interact with to register a domain. Namecheap, Cloudflare, GoDaddy, and Porkbun are registrars. They are accredited by ICANN (or the relevant registry) to sell domain registrations. Registrars communicate with registries via the Extensible Provisioning Protocol (EPP), defined in RFC 5730-5734.
  • Registrant. You. The person or organization that registers and controls the domain.

When you register example.com through Namecheap, Namecheap (registrar) sends an EPP command to Verisign (registry), which adds your domain and its name server records to the .com zone file. DNS resolvers worldwide can then find your domain by querying the .com TLD servers.

How ICANN Oversees the System

The Internet Corporation for Assigned Names and Numbers (ICANN) coordinates the global domain name system. Its responsibilities include:

  • Accrediting registrars. Only ICANN-accredited registrars can sell gTLD domains (.com, .net, .org, and newer gTLDs like .dev, .app, .io).
  • Managing the root zone. ICANN coordinates with IANA (the Internet Assigned Numbers Authority, now a function of ICANN) to maintain the root zone file, which lists every TLD and its authoritative name servers.
  • Approving new TLDs. ICANN's new gTLD program (launched 2012) expanded the namespace from a few dozen TLDs to over 1,500. Organizations can apply to operate new gTLDs, though the process costs $185,000 and takes years.
  • Dispute resolution. ICANN administers the Uniform Domain-Name Dispute-Resolution Policy (UDRP) for trademark conflicts.

Country-code TLDs (ccTLDs) like .uk, .de, and .jp operate under their respective national authorities and may have their own accreditation processes independent of ICANN.

How TLD Delegation Works

The DNS root zone is the starting point for all domain resolution. Here is how delegation flows:

  1. Root servers. The 13 root server clusters (A through M) hold the root zone file. When a recursive resolver needs to look up example.com, it starts by querying a root server.
  2. TLD delegation. The root zone contains NS records pointing to each TLD's authoritative servers. For .com, the root zone delegates to Verisign's servers (e.g., a.gtld-servers.net through m.gtld-servers.net).
  3. Domain delegation. The .com zone file contains NS records for every registered .com domain, pointing to whatever name servers the registrant configured (e.g., Cloudflare's, AWS Route 53, or self-hosted name servers).
  4. Authoritative response. The domain's name servers return the actual DNS records (A, MX, TXT, etc.) for the queried hostname.

You can trace this entire chain using our DNS lookup tool to see exactly which servers are authoritative for any domain.

The .com Registry: Verisign

Verisign operates the largest domain registry in the world. As of 2025, the .com zone contains over 160 million domain registrations. Verisign's infrastructure handles an estimated 40+ billion DNS queries per day across its TLD servers. Their contract with ICANN allows regulated price increases for .com registrations, which is why wholesale .com pricing has risen from $7.85 to $10.26 over the past decade.

Registry Data and WHOIS/RDAP

Registries maintain registration data accessible through two protocols:

  • WHOIS (RFC 3912). The legacy protocol, queried on port 43. Returns unstructured text with registrant contact details, name servers, registration dates, and status codes.
  • RDAP (RFC 7480-7484). The modern replacement for WHOIS. Returns structured JSON, supports HTTPS, and integrates better with access control policies like GDPR-compliant data redaction.

Both protocols query the registry's database. Use our DNS lookup tool alongside WHOIS/RDAP queries to get a complete picture of any domain's configuration, from registry delegation down to individual MX, SPF, and DMARC records.

Why This Matters for Email

Domain registry configuration directly affects email delivery. If your domain's NS records are misconfigured at the registry level, no DNS records will resolve, meaning no MX lookups, no SPF checks, and no DKIM verification. Before troubleshooting email issues, always verify that your domain's registry delegation is correct by running a full domain analysis.


Stay on top of your email infrastructure. Sign up for the InboxTooling newsletter for deliverability tips, tool updates, and best practices.