Build it: Anatomy of a Web Request

An interactive sandbox where you drag real components together, connect them, and run a live traffic simulation to see where the design breaks.

Challenge: Build the chain of services your browser needs to load a web page. You will need a DNS resolver to find the address, a server to handle the request, and a database to hold the data. Wire them up in order.

Read the Anatomy of a Web Request lesson →