Skip to main content

Glossary/Naming

DNSDomain Name System

The distributed directory that maps human-readable names like example.com to IP addresses (and other records).

DNS is the internet's phone book. When you type a URL, your OS asks a recursive resolver, which walks the DNS tree from root → TLD → authoritative server until it finds the answer.

Beyond A/AAAA (address) records, DNS carries MX (mail routing), TXT (verification, SPF/DKIM/DMARC), NS (which servers own a zone), CNAME (aliases), SRV (service discovery), and CAA (cert-issuance restrictions).

Try it on IPFerret

See also