A simple guide for authors and entrepreneurs

When you type a website name like yourname.com into a browser, something surprisingly complex—and incredibly fast—happens behind the scenes. Your domain, DNS, and your web host all work together to deliver your website to the screen in under a second.

Here’s a clear, jargon-free explanation of how the pieces fit together.


What Is a Domain?

A domain is the human-friendly name for your website.
Think of it as your home address on the internet.

Examples of common domain endings:

    • .com – most popular and universal

    • .net – networks and tech sites

    • .org – nonprofits

    • .io – tech startups

    • .author, .books, .blog – specialty extensions growing in popularity

How do you get a domain?

You register one through a registrar such as:

    • GoDaddy

    • Namecheap

    • Google Domains (now part of Squarespace)

    • Cloudflare

When you buy a domain, you don’t “own” it permanently — you lease it yearly, usually for $10–$20.


What Is Web Hosting?

A web host is the company that stores the actual files that make up your website.

Your host provides:

    • Server space

    • Software and security

    • Databases

    • Bandwidth

    • Backups

    • Email services (in many cases)

If your domain is your “address,” then your web host is your house.


So How Does Your Domain Know Where Your Website Lives?

This is where the magic of DNS comes in.


What Is DNS?

DNS stands for Domain Name System.
It’s the internet’s address book.

Its job is simple:
Translate human-friendly domain names into computer-friendly IP addresses
(Example: 192.168.22.35)

No one wants to type a sequence of numbers to visit your site, so DNS does the conversion automatically.


How DNS Works (Step by Step)

Here’s what happens the moment someone types yourname.com into their browser:

1. Browser asks for directions

The browser says, “Where is this website located?” and checks local cache first. If not found…

2. DNS Resolver gets involved

Your device asks a DNS resolver (usually provided by your internet provider) for help.

3. Resolver checks the DNS hierarchy

It follows a chain of servers:

  1. Root servers – point to
  2. TLD servers (like .com or .net) – which point to
  3. Authoritative name servers – the final source of truth for your domain

4. Your domain’s authoritative DNS server returns an IP address

This is set by your domain’s registrar or your hosting provider.

5. Your browser uses the IP address to request your website from your host

It now knows exactly where the site physically lives.

6. Your web host sends back the website

Your HTML, images, pages, and scripts load on your screen.

This entire process normally takes milliseconds.


Types of DNS Records (You’ll See These Often)

    • A Record: points your domain to an IP address

    • CNAME: points a domain to another domain

    • MX Records: mail settings (for email)

    • TXT Records: verification, security, branding (e.g., SPF, DKIM)

    • NS Records: specify your DNS host/provider

For most authors, the only records you’ll ever touch are A, CNAME, and occasionally MX.


Putting It All Together

    • You buy a domain

    • You choose a web host

    • You point the domain’s DNS records to the host

    • The internet uses DNS to direct visitors to your web server

    • Your host delivers the website to the browser

That’s it.
Once these three pieces—domain, DNS, host—are connected, your site is live for the world.