What Is a Domain Name?
A domain name is the human-readable address you type into a browser to reach a website — for example, wikipedia.org or bbc.co.uk. Behind the scenes, computers don't use these names; they use numerical IP addresses like 192.0.2.1. Domain names exist to make those numbers memorable and meaningful.
The Domain Name System (DNS)
The Domain Name System (DNS) is essentially the internet's phone book. When you type a domain into your browser, a series of steps happen almost instantly:
- Your browser checks its local cache to see if it already knows the IP address.
- If not, it asks a recursive resolver (usually provided by your ISP or a service like Google's 8.8.8.8).
- The resolver queries a root nameserver, which points to the correct top-level domain (TLD) server.
- The TLD server directs the query to the domain's authoritative nameserver.
- The authoritative nameserver returns the IP address, and your browser connects to the server.
This entire process typically takes less than 100 milliseconds.
Understanding Domain Structure
A domain name is read from right to left in terms of hierarchy:
- Top-Level Domain (TLD): The rightmost part — .com, .org, .net, .uk, .io, etc.
- Second-Level Domain (SLD): The name you register — e.g., example in example.com.
- Subdomain: An optional prefix — e.g., blog in blog.example.com.
Types of Top-Level Domains
| Type | Examples | Purpose |
|---|---|---|
| Generic TLDs (gTLDs) | .com, .org, .net, .info | General purpose; open to anyone |
| Country-Code TLDs (ccTLDs) | .uk, .de, .au, .jp | Associated with specific countries |
| New gTLDs | .app, .shop, .blog, .tech | Industry or interest-specific extensions |
| Sponsored TLDs (sTLDs) | .gov, .edu, .mil | Restricted to specific organizations |
How Domain Registration Works
Domains are registered through accredited registrars — companies authorized by ICANN (the Internet Corporation for Assigned Names and Numbers) to sell domain names. When you register a domain:
- You pay an annual fee to "lease" the name (you never truly own it outright).
- Your contact information is stored in the global WHOIS database.
- You must renew before the expiry date or risk losing the domain.
The Domain Lifecycle
Every domain goes through distinct phases:
- Available: The domain has never been registered, or has fully expired and is released.
- Active: Registered and in use (or parked).
- Expired: The registration lapsed; the current holder has a grace period to renew.
- Redemption Period: A second chance to reclaim the domain at a higher fee.
- Pending Delete: About to be released back into the pool for anyone to register.
Key Takeaways
Understanding how domain names work gives you a solid foundation for everything else — whether you want to park, sell, or build a website on a domain. The DNS is the invisible infrastructure that keeps the web navigable, and knowing how registration and lifecycle stages work helps you make smarter decisions when acquiring or managing domains.