Registrars, Nameservers & Zones
Who controls what — and where to edit records.
Learning objectives
- Map registrar, nameserver, and zone file to real control panels
- Change nameservers without losing the domain
- Know where to edit records vs where to renew the domain
Three layers of control
ICANN/CIRA-facing record of who owns workshopco.ca. You renew here. You set which nameservers the world should use.
Answers queries for your zone. NS records in the parent (.ca) point here. You edit A, MX, TXT records here.
Servers at the IPs your DNS points to. Changing hosts means updating DNS — not necessarily transferring the domain.
Worked example — moving DNS to a new host
Workshop Co. keeps their domain at Registrar A but moves website DNS management to Swift Host:
- Swift Host creates a zone for
workshopco.cawith all records. - Swift Host provides nameservers:
ns1.swifthost.ca,ns2.swifthost.ca. - At Registrar A, replace old NS with the new pair. Save.
- Wait for propagation (Chapter 6). Verify with
dig NS workshopco.ca.
Copy every existing record — especially MX and TXT for email. Missing MX after an NS change is the #1 cause of “our mail stopped working after we moved hosts.”
Glue records
If your nameservers are ns1.workshopco.ca (inside the same domain), the parent registry needs glue A records at the registrar. Most small sites use provider nameservers (ns*.provider.net) to avoid this.
Try it yourself
Look up NS records for a domain you manage (or swifthost.ca):
dig NS swifthost.ca +short
- Write the nameserver hostnames.
- Are they on the same brand as the website host, the registrar, or a third party (Cloudflare, etc.)?
- Where would you log in to add a new TXT record?
Guidance
You edit TXT at whoever hosts the authoritative zone — the operator of those NS hostnames. The registrar only holds NS delegations unless they also host DNS.
Check your understanding
- Can you transfer web hosts without transferring the domain registrar?
- Who publishes the NS records for
workshopco.cato the internet — the registrar or the authoritative DNS?
Answers
- Yes — update A/CNAME (and verify MX/TXT) at the DNS host.
- The .ca registry holds delegation based on what the registrar submits. The authoritative DNS must match those NS names.