Glossary
DNS (Domain Name System)
DNS is the internet phone book that translates human-readable domain names like example.com into the IP addresses computers use to connect.
The DNS (Domain Name System) is the distributed directory that maps human-friendly domain names to machine-usable IP addresses. When you type example.com, DNS resolves it to an ip-address so your browser knows where to connect.
How a lookup works
- Your resolver asks the root servers where to find
.com. - The
.comTLD servers point to the domain's authoritativenameserver. - The nameserver returns the requested record — an
a-record,aaaa-record,mx-record, and so on. - The answer is cached for the duration of its
ttl.
Record types you will meet
a-record/aaaa-record— names to IPv4/IPv6 addresses.cname-record— an alias to another name.mx-record— mail routing.txt-record— verification and policy strings.
Why it matters for hosting
DNS controls where your domain points, how fast changes propagate (ttl), and — with dnssec — whether answers can be trusted. Migrating hosting almost always means editing DNS records.
See also
