Editorial Aggregation

What Is DNS (and Why Changing It Can Speed You Up)?

What Is DNS (and Why Changing It Can Speed You Up)?

DNS (Domain Name System) is the internet's phone book: it translates names like example.com into the numeric IP addresses computers use to connect. Every web request starts with a DNS lookup, and a slow default DNS server adds delay to every site you visit — which is why switching to a faster public DNS server is one of the few network tweaks that can make browsing feel snappier without touching your internet plan.

How DNS Actually Works

Typing a web address triggers a lookup chain, not a single request. Your device asks a resolver — usually the one assigned by your internet provider or router — for the address behind the name. That resolver, if it does not already have the answer cached, asks a chain of authoritative servers (starting at the root, then the domain's registry, then the site's own DNS host) until it gets a definitive IP address back. The whole process typically finishes in well under a second, but "well under a second" done dozens of times per page load — for the page itself, its images, its scripts, its ad and analytics calls — adds up to a real, felt delay if any link in that chain is slow. Resolvers cache answers for a while after the first lookup (governed by a time-to-live value the domain's own DNS host sets), which is why the second visit to a site usually resolves faster than the first — the answer is already sitting in the cache instead of triggering a fresh chain of requests.

Lookup flowing from your device through resolver, root and authoritative servers
Every uncached lookup walks the chain - resolver to root to authoritative - and carries the IP back.

Why Your Default DNS Might Be Slow

The DNS resolver your devices use by default is whatever your router hands out during the DHCP handshake described in DHCP vs. static IP — almost always your internet provider's own resolver. Provider resolvers vary widely in how well they are provisioned: some are fast and lightly loaded, others slow down during peak hours, add advertising redirects, or route requests through infrastructure that is not physically close to you. None of that shows up as an obvious problem — it just makes every site take a beat longer to start loading, with no error message pointing at the cause.

Public DNS Alternatives

A handful of free, public DNS services exist specifically as faster or more private alternatives to a provider's default: Cloudflare's 1.1.1.1, Google's 8.8.8.8, and Quad9's 9.9.9.9 are the best known. Each runs a large, geographically distributed network built for low-latency answers, and each publishes a privacy policy describing what it does and does not log — worth a read before committing, since a DNS resolver technically sees every domain a device looks up. Because these networks use anycast routing, a lookup is answered by whichever server location is closest to you rather than a single distant data center, which is a large part of why they tend to feel faster than a smaller or more distant provider resolver. None of them cost anything to use, and switching is fully reversible.

Cloudflare 1.1.1.1, Google 8.8.8.8 and Quad9 9.9.9.9 resolvers linked to a home router
The big three public resolvers - set once on the router and every device benefits.

How to Change DNS

DNS can be changed in two places, and the router-level change is almost always the better choice: set it once in the router's admin panel — usually under WAN or internet settings — and every device on the network inherits it automatically through DHCP, with no per-device setup. A router with a genuinely clear settings app, like the TP-Link Archer BE230, keeps this a couple of taps from the main dashboard. The alternative, changing DNS on a single device's network settings, works fine for testing but only affects that one device and needs to be repeated on every phone, laptop, and console individually. Either way, the change takes effect on the next lookup — no reboot required, though clearing a device's local DNS cache can make the switch feel immediate.

DNS, Privacy, and Filtering

Because a DNS resolver sees the domain (though not the page content) behind every request, some public options bundle extra features on top of raw speed: encrypted DNS (DNS-over-HTTPS or DNS-over-TLS) hides lookups from anyone snooping on the network in between, and DNS-based filtering services can block known ad, tracking, or malware domains network-wide before a connection is even made — useful on a mesh setup like the TP-Link Deco XE70 Pro, where setting the filter once at the gateway covers every connected room and node.

Padlocked DNS query travelling between device and resolver, observer blocked
Encrypted DNS wraps the query so networks in between can't read what you looked up.

Frequently Asked Questions

Will changing my DNS server actually speed up my internet?

It speeds up how quickly sites start loading, not your raw download or upload bandwidth — DNS only handles the name-to-address lookup step, not the data transfer itself. On a slow default resolver, that lookup delay can be noticeable across every site visited.

Is it safe to use a public DNS server?

Established public resolvers like Cloudflare, Google, and Quad9 are widely used and publish their privacy practices. The main consideration is trusting whichever operator sees your lookup history, since some ISP resolvers monetize that data too.

Do I need to change DNS on every device?

No — setting it once at the router level applies it to every device on the network automatically through DHCP, which is simpler and more consistent than configuring each device separately.

Can changing DNS break anything?

Rarely, and it is fully reversible — switch back to automatic/provider settings and the change reverts immediately. Some strict content filters or parental-control DNS services can over-block legitimate sites, which is the most common complaint.

Share this article: Twitter