What Is DNS?
Updated 18 August 2026
Jump to section
DNS, the Domain Name System, is the service that translates a domain name people type, like example.com, into the numeric IP address where the website actually lives. Every time someone visits your site or emails your domain, DNS quietly does this lookup in the background. It is often called the phonebook of the internet, matching easy-to-remember names to the addresses machines use. Without it, you would have to memorize a string of numbers for every site.
How does DNS work?
DNS turns a name into an address through a short chain of lookups that finishes in well under a second. You never see it happen.
When you type a domain, your device asks a recursive resolver (Cloudflare), usually run by your internet provider. If the answer is not already cached, the resolver walks up the chain to find it.
It asks a root server, then the server for the domain ending such as .com or .my, and finally the domain's own authoritative nameserver. That last server holds the real records and returns the IP address.
Your browser then connects to that address and loads the site. The whole trip is cached along the way, so the next visit is faster.
What are DNS records?
DNS records are the individual entries that tell the internet where your services live. Each type does one job, and a domain usually has several.
| Record | What it points to |
|---|---|
| A | The IPv4 address of your website |
| AAAA | The IPv6 address of your website |
| CNAME | Another name, used as an alias |
| MX | The mail server that receives your email |
| TXT | Text notes, often for verification and email security |
| NS | The nameservers in charge of the domain |
Source: DNS records overview, Cloudflare.
The A record is the one most people picture: it maps your domain to the server hosting the site. MX records are just as important, because they route your email, which is why a DNS mistake can take down mail while the website still loads.
TXT records quietly carry a lot of trust signals, from domain verification to the SPF and DKIM entries that stop others faking your email address.
What are nameservers?
Nameservers are the servers that hold your domain's DNS records and answer lookups about it. Your domain points at a set of them, and whoever controls those nameservers controls where your traffic goes.
You set your nameservers at your domain registrar. They often point to your host or a DNS provider, which is then where you edit the individual records.
Changing nameservers repoints your whole domain at once, which is powerful and easy to get wrong. A pattern we see is a business that cannot say who controls its DNS, until an email outage or a full site outage arrives and nobody has the login.
Why does DNS matter for your business?
DNS sits underneath everything your domain does, so when it breaks, several things break together. A wrong record can knock out the website, the email, or both.
It also governs moves and launches. Pointing a domain at a new host, adding a CDN, or setting up email all mean editing DNS, and each change takes time to spread across the internet. That spreading is called propagation.
Getting DNS right is quiet, foundational work. When it is set up cleanly and you hold the accounts, it simply runs; when it is not, it becomes the confusing outage nobody can explain.
Frequently asked questions
How long do DNS changes take to update?
Anywhere from a few minutes to about 48 hours. Each record has a TTL, or time to live, that tells other servers how long to cache it before checking again. A low TTL means changes spread quickly; a high one means the old answer lingers. Lowering the TTL a day before a planned move makes the switch faster.
Is DNS the same as my domain or my hosting?
No, they are three separate things. Your domain is the name you rent, your hosting is where the files live, and DNS is the directory that connects the name to the host. You can move hosting without changing your domain, precisely because DNS is the layer in between.
Who controls my DNS?
Whoever holds the account where your nameservers point. That is often your registrar or your host, but it can be a separate DNS provider. This is worth knowing before you need it, since editing a record means logging into the right account. Make sure the accounts are registered in your business's name, not a vendor's.
Can DNS affect my website's speed?
A little, through lookup time. A fast, reliable DNS provider answers the initial lookup quickly, shaving a small delay off the first connection. The effect is minor next to page weight and hosting, but a slow or unreliable DNS service can add a noticeable pause and occasional failures.
What happens if my DNS goes down?
If the nameservers answering for your domain fail, visitors cannot reach your site and email stops arriving, even though your server is fine. The files are still there; nothing can find them. This is why reliable, redundant nameservers matter, and why DNS problems often look like a total outage.
Keeping the foundation in your name
Storming Solutions builds and maintains websites for Malaysian businesses, and DNS is part of the plumbing we set up so clients own it and understand it. We register domains and DNS in the client's name, never our own, so you are never locked out by a vendor holding the keys.
Not sure who controls your DNS, or facing an outage you cannot explain? Message us on WhatsApp or check first which domain you should own. Our web development work sets the foundation up cleanly, in your name, so it simply runs.