1 Why names instead of numbers
Every device on the Internet is reached by an IP address — a number such as 93.184.216.34 (IPv4) or 2606:2800:220:1:248:1893:25c8:1946 (IPv6). Numbers are how routers actually deliver packets, but they are hard for people to remember, and a service may change its IP over time.
The Domain Name System (DNS) is a global, distributed directory that maps human-friendly names like www.example.com to those addresses. Names are stable, memorable, and let the underlying IP change without anyone having to relearn the address. DNS is often called “the phone book of the Internet”.