What Is a Domain Name?
A domain name is a human-readable address that identifies a location on the internet. Instead of remembering an IP address like 93.184.216.34, you type example.com into your browser, and the Domain Name System (DNS) translates it to the correct IP. Domain names are the addressing system that makes the internet usable.
Domain Name Structure
A domain name is read from right to left, with each level separated by a dot:
blog.example.com
| | |
| | +-- TLD (Top-Level Domain)
| +--------- SLD (Second-Level Domain)
+---------------- Subdomain
- TLD (Top-Level Domain): The rightmost label (.com, .org, .net, .io). Managed by domain registries.
- SLD (Second-Level Domain): The label you register (example). Combined with the TLD, this forms the registerable domain (example.com).
- Subdomain: Any label prepended to the registerable domain (blog, www, mail). You can create unlimited subdomains within your domain.
The full string blog.example.com is a Fully Qualified Domain Name (FQDN) when written with a trailing dot (blog.example.com.), indicating the root of the DNS hierarchy.
How Domains Map to IP Addresses
Domain names are resolved to IP addresses through DNS lookups:
- Your device queries a recursive DNS resolver for the A (IPv4) or AAAA (IPv6) record of the domain.
- The resolver traces the DNS hierarchy: root servers, TLD servers, then the domain's authoritative name servers.
- The authoritative server returns the IP address.
- Your device connects to that IP.
For email, the process uses MX records instead of A records, directing mail to the domain's designated mail servers. Verify your domain's DNS configuration with our DNS lookup tool.
Types of Top-Level Domains
gTLDs (Generic Top-Level Domains)
The original gTLDs include .com, .org, .net, .edu, .gov, and .mil. Since ICANN's 2012 expansion, over 1,200 new gTLDs have been introduced, including .dev, .app, .io, .blog, and .shop.
ccTLDs (Country-Code Top-Level Domains)
Two-letter codes assigned to countries and territories per ISO 3166-1: .uk (United Kingdom), .de (Germany), .jp (Japan), .au (Australia). Some ccTLDs like .io, .ai, and .co have been adopted for general commercial use beyond their original country.
Infrastructure TLD
The .arpa TLD is reserved for internet infrastructure purposes, most notably reverse DNS lookups (in-addr.arpa for IPv4, ip6.arpa for IPv6).
Domain vs. URL vs. Hostname
These terms are related but distinct:
- Domain name:
example.com-- the registered name. - Hostname:
mail.example.com-- a specific host within the domain (includes subdomains). - URL (Uniform Resource Locator):
https://www.example.com/page?id=1-- a complete address including protocol, hostname, path, and query parameters.
Domains and Email
Your domain name is the identity behind every email you send. The domain appears in your From address, your authentication records (SPF, DKIM, DMARC), and your MX records. A properly configured domain with clean DNS records is the foundation of email deliverability.
Stay on top of your email infrastructure. Sign up for the InboxTooling newsletter for deliverability tips, tool updates, and best practices.