Advertisement

What Is DNS? The Internet's Phone Book Explained

You type whatismineip.com โ€” but the internet doesn't route by names, it routes by IP addresses. Something has to translate the name into a number before your browser can connect. That something is DNS โ€” the Domain Name System โ€” often called the internet's phone book.

What happens when you visit a website

  1. Your browser asks a DNS resolver (usually run by your ISP): "What's the IP for this domain?"
  2. If the resolver doesn't know, it asks the DNS hierarchy: root servers โ†’ the registry for .com โ†’ the domain's own nameservers.
  3. The answer (an IP address) comes back and is cached so the next lookup is instant.
  4. Your browser connects to that IP and loads the page.

All of this typically takes 10โ€“50 milliseconds โ€” and happens for every domain a page touches, often dozens per page.

Why DNS matters for privacy

Whoever runs your DNS resolver sees every domain you look up โ€” a complete map of your browsing, even for encrypted HTTPS sites. By default that's your ISP. This is also why a misconfigured VPN can suffer a DNS leak: your traffic goes through the tunnel, but your lookups still go to your ISP, quietly revealing your activity.

Advertisement

Popular public DNS resolvers

ProviderAddressNotable for
Cloudflare1.1.1.1Speed, privacy commitment
Google8.8.8.8Reliability, ubiquity
Quad99.9.9.9Malware-domain blocking
OpenDNS208.67.222.222Content filtering options

You can change DNS on a single device or network-wide on your router. Modern systems also support encrypted DNS (DNS-over-HTTPS or DNS-over-TLS), which hides your lookups from anyone watching the network.

DNS problems you'll actually meet

Related: learn how the reverse process works in reverse DNS lookups, or check what IP your own connection resolves to on our homepage.

๐ŸŒ Curious what your connection reveals right now? Check your IP address and location โ†’

Frequently asked questions

Does changing DNS change my IP address?

No. DNS only affects how names are looked up. Your public IP stays the same โ€” verify it anytime on our homepage.

Is 1.1.1.1 or 8.8.8.8 better?

Both are excellent. Cloudflare (1.1.1.1) is often marginally faster and has stronger privacy commitments; Google (8.8.8.8) is extremely reliable. Try each โ€” the difference is usually a few milliseconds.

Advertisement