The Great Digital Relay Race: URL to Render

What happens from typing a URL to seeing the page—explained at four levels, from everyday use to browser and server internals.

Move the slider to reveal more technical detail. By default only the simplest layer (level 0) is shown.

0

0 = everyday · 1 = core mechanics · 2 = security & performance · 3 = internals

Phase 1: The Request

You start by typing a website name into the address bar and hitting Enter. The browser immediately begins looking for the right destination, much like checking a giant address book to find a friend's house.

Phase 2: The Processing

Once the request is sent, it travels through a vast network of wires and "post offices" until it reaches a powerful computer center. Finally, the server packs all this information into a digital envelope.

Phase 3: The Response

When the envelope arrives back at your computer, the browser opens it and starts following the instructions to draw the page.