Websites and Tech

DNS

Also called Domain Name System

The internet's directory service, turning a typed domain name into the server address that actually answers for it.

Quick facts: DNS

Category
Websites and Tech
Also called
Domain Name System
Level
Intermediate
Affects
Website availability, email delivery, domain verification, server moves
Where to see it
Your registrar or host DNS panel, Cloudflare, dig or nslookup
In this article4
  1. How DNS works
  2. Why DNS matters
  3. Common mistakes with DNS
  4. Working with DNS safely

How DNS works

The domain name system is the lookup layer of the internet. Machines reach each other by numeric addresses; people remember names. DNS is the directory that converts one into the other, and it runs every time somebody opens your site, sends you an email or verifies your domain with a platform.

The lookup happens in stages. The visitor’s device asks a resolver, usually run by their internet provider or by a public service. That resolver works out which nameservers are authoritative for your domain, then asks them for the record it needs — the A record that points the website at a server, the MX records that route mail, the TXT records that prove ownership. Every answer is cached along the way for the length of its time to live, which is why an edit is never visible to everyone at the same moment.

Why DNS matters

DNS is the single point where your website and your company email both live or die, and the two are usually managed by different people who assume the other is handling it. A wrong record does not give you a broken page to debug. It gives you nothing at all, or worse, it quietly routes mail to a server nobody collects from while the site looks fine.

It is also the layer marketing keeps touching. Verifying a domain in Search Console, connecting an email platform, pointing a campaign subdomain at a landing page builder, moving to a faster server — every one of those is a DNS edit, and each tends to be made by whoever is nearest the control panel rather than whoever understands the zone.

Common mistakes with DNS

Changing nameservers when you only meant to change one record is the classic failure. Nameservers hand the entire zone to a different provider, so the moment you switch, only the records that provider holds apply. Anything you did not copy across — mail routing above all — stops working immediately, and the symptom often appears hours later when a customer says an email bounced.

The second is editing with a long time to live still in place, so a mistake stays cached on other networks long after you have corrected it. The third is a paperwork problem: nobody in the business knows where DNS is actually managed. It may sit at the registrar, at the host, or at a proxy service added years ago by someone who has left. Finding out costs hours you do not have during an outage.

Working with DNS safely

Export or screenshot the full zone before you touch anything, so there is a written record of the configuration that worked. Shorten the time to live on the records you plan to change well ahead of the change itself, then restore it afterwards. Make one edit at a time and check both the website and a real test email after each one, because the two fail independently.

When the change is part of a server move rather than a single record, sequence it properly: get the new host serving identical content, confirm it directly, and only then point DNS at it. A hosting migration run in that order has no window where the old site has gone and the new one is not yet reachable.

Do and do not

Do

  • Export the whole zone before editing any record
  • Shorten time to live ahead of a planned change
  • Test the website and a real email after each edit

Do not

  • Switch nameservers to fix a single record
  • Edit DNS during your busiest trading hours
  • Leave DNS access with a former developer or agency

Questions people ask about this

How long does a DNS change take to take effect?

It depends on the time to live set on the record before you changed it, because resolvers around the world keep the old answer until that timer expires. A record with a short timer updates quickly; one with a long timer can keep serving the previous answer well after your edit. Lower the timer in advance of a planned change.

Where is my DNS actually managed?

Wherever your nameservers point, which is not always the registrar you bought the domain from. Check the nameservers listed on the domain, then log in to whichever provider they belong to — often the host, sometimes a proxy or performance service. Write the answer down somewhere your team can find it before an outage forces the search.

Can a DNS mistake damage my SEO?

Yes, indirectly. If lookups fail, search engines cannot fetch your pages any more than a visitor can, and repeated failures during a crawl reduce how often they try. A short outage is usually recovered from, but a misconfiguration left for days can cost indexed pages and rankings that take weeks to rebuild.

Related terms

Found this useful?

Share it, or ask an AI to summarise it

Back to the glossary

Knowing the term is the easy part

Applying it to your own site and budget is the work. Book a call and I will tell you what actually applies to you.