What is DNS?
DNS (Domain Name System) is the internet's phone book. It translates human-readable domain names like "example.com" into IP addresses like "93.184.216.34" that computers use to communicate. Without DNS, you would need to memorize IP addresses for every website you visit.
When you type a domain name into your browser, a series of DNS lookups happen in milliseconds: your device checks its local cache, then queries a recursive resolver (usually your ISP), which queries root nameservers, TLD nameservers, and finally the authoritative nameserver for the domain.