Build it: Horizontal vs Vertical Scaling

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

Challenge: Your single server can only handle 40 requests per second. It is melting under <strong>120 r/s</strong> of traffic. You cannot make the server bigger. Go horizontal. Add a load balancer and enough new servers to absorb the load.

Read the Horizontal vs Vertical Scaling lesson →