Nameserver
Definition
Two different things get called nameservers and it pays to keep them apart. Recursive resolvers, such as 1.1.1.1 or the one your internet provider assigns, do the looking up on behalf of clients and remember the answers. Authoritative nameservers hold the actual zone for a domain name and answer for it definitively. When you register a name you tell the registrar which authoritative servers to publish, and it files that delegation with the registry; a typical entry names two to four hosts, often something like ns1.example-dns.com and ns2.example-dns.com. Those hosts, and only those hosts, decide what your domain resolves to. Changing them moves the whole zone to a different operator in one move.
Why It Matters
The single most confusing DNS failure is editing records in a perfectly good control panel that nothing is delegated to. The records save, the interface confirms, and no resolver on earth ever reads them, because the delegation points somewhere else entirely. Nameserver changes are also the one DNS operation where the folk wisdom about long waits holds up: the delegation records at the top-level domain often carry TTLs of a day or two, so resolvers that already knew the old set will keep asking it for that long. Anyone planning a move should treat it as a scheduled change, not an afternoon experiment.
How It Works
Registrar, registry, resolver, zone — in that order. You set the nameservers at the registrar, the registry publishes them as the delegation for your name, and any resolver working down from the root is referred to them. If the nameservers are themselves inside the domain they serve, the registry also publishes glue records holding their addresses, otherwise the lookup would be circular. Each server in the set should carry an identical copy of the zone, usually with one primary and the rest transferring from it and comparing the zone serial number. Because resolvers cache the referral as well as the answers, a change of operator is the slowest thing in DNS to take effect.
Real-World Example
A design studio moves its DNS from an old registrar to the provider that already hosts its records for a 40 MB brand pack published on 99helpers. They export the existing zone first, recreate every record at the new provider — including the MX entries for their mail — and only then change the nameservers at the registrar. The brand pack keeps answering at assets.hart.co.uk throughout, because both sets of nameservers hold the same records during the changeover. Had they skipped the export, mail would have stopped the moment the old zone went quiet.
Common Mistakes
- ✕Switching nameservers before copying the existing zone across — MX and TXT records stay behind with the old operator and mail stops within the hour
- ✕Editing the zone at the registrar while a third-party provider holds the delegation — nothing you save is ever served
- ✕Listing a single nameserver — one maintenance window at the operator becomes a total outage for your name
Related Terms
DNS
DNS, the Domain Name System, is the lookup service that turns a name like acme.com into an address a browser can actually connect to. Every page load begins with it.
DNS Record
A DNS record is one entry in a domain's zone: a host, a type, a value and a TTL. The type decides what the value is allowed to mean.
DNS Propagation
DNS propagation is the wait after changing a record while cached copies of the old answer expire. Nothing spreads across the world; caches simply time out.
Domain Name
A domain name is the readable address people type to reach something on the web, such as 99helpers.site. It stands in for a numeric server address that nobody would want to memorise.
Web Server
The software that listens for HTTP requests and answers them with files or generated responses. Nginx, Apache and Caddy are web servers; something like them sits behind every address you have ever opened.
Put a file online in seconds
Drop in a document, an image, a page or a whole static website and share the link — free, with no build step and no server to set up.
Host a file free →