Learn how DNS translates domain names to IP addresses and how DNS resolution works step by step.
DNS is the internet phonebook that translates human-readable domain names into machine-readable IP addresses.
| Record | Purpose | Example |
|---|---|---|
| A | IPv4 address | 93.184.216.34 |
| AAAA | IPv6 address | 2606:2800:220:1:: |
| CNAME | Alias | www to example.com |
| MX | Mail server | mail.example.com |
| TXT | Text data | SPF, verification |