The system that translates domain names into server addresses; the routing layer deciding which service receives your website traffic, your email and your verification records.
What is DNS?
DNS (Domain Name System) translates human-readable domain names into the addresses servers understand. Type a domain into a browser and the first thing that happens is a DNS lookup: which server is this domain on? Until that answer arrives, no page loads. DNS is a website's most invisible and most critical link.
A domain's DNS records route different jobs to different services: A and CNAME records handle web traffic, MX records handle email, and TXT records carry verification and email-security information. That separation has a practical consequence — your site can live in one place and your email in a completely different one, even though both belong to the same domain.
Why DNS matters for brands
DNS is both the key to infrastructure migrations and the place they most often break. Moving a store to Shopify, putting a site behind Cloudflare or verifying a Search Console property all come down to editing DNS records. A single wrong entry can silently stop your site or your email.
- Before moving DNS management, write down every existing record: MX and SPF are the most commonly forgotten, and email quietly bounces until someone notices.
- Changes do not propagate instantly; the old answer can stay cached for as long as the record's TTL. Not changing DNS on campaign day is a good habit.
- Search Console's domain property verifies ownership through a TXT record — verification is a DNS job too.
The layer running on top of DNS is covered under Cloudflare; the broader ground beneath it under the web.
Frequently asked questions
How long does a DNS change take to apply?
It depends. Every record has a TTL (time to live), and the old answer can stay in intermediate caches for that long. Some visitors reach the new address immediately while others keep seeing the old one for a while. Lowering the TTL ahead of a planned migration shortens the transition.
My site works but my email stopped — could DNS be the cause?
It is a common scenario. Web traffic is routed by A/CNAME records and email by MX records. If DNS management moves to a new provider and the A record is carried over while the MX record is forgotten, the site keeps loading but email stops. MX and SPF records are the first place to check.
Related concepts
Cloudflare
The infrastructure provider that sits between your domain and your visitors, bundling DNS, CDN, caching, SSL and bot protection into a single dashboard.
Google Search Console
Google's free tool showing a property owner how their content performs in search; the primary source for query, click, impression and indexing data.
Shopify
The subscription platform for building and running your own e-commerce store without writing code; the most common foundation for performance marketing thanks to built-in speed, security and ad integrations.
The Web (World Wide Web)
The network of documents and applications reachable through domain names and joined by links, running on top of the internet; the one digital ground a brand owns rather than rents.
