Protocols·4 / 5

DNS: the internet's phonebook

~5 min read

When you type 'wikipedia.org', your computer asks a DNS server, 'what IP address is that?'. The DNS server responds with a number like 208.80.154.224. Then your computer connects.

Without DNS, you'd memorize IP addresses for every site. With it, the web feels human.

$ dig wikipedia.org +short
208.80.154.224

Made with Emergent