What happens when you type a URL.
Press Enter and a quick relay race begins: find the address, open a line, lock it, ask for the page, draw it.
- semicolony.dev — go!1
You type a name and hit Enter. That name means nothing to the network yet.
- What’s its number?2
First the name becomes a number: a quick directory lookup (DNS).
- 3
With the number, your browser opens a connection to that machine (the TCP handshake).
- Line locked.4
Then both sides agree a secret so the line is private and ID-checked (TLS / HTTPS).
- GET the page, please.5
Now the real ask: “send me this page.” The server replies with the page’s files.
- 6
Your browser draws those files into the page you see — text, images, the lot.
Semicolony semicolony.dev/eli5/what-happens-when-you-type-a-url/comic