Semicolony ELI5 · comic

Load balancers.

The host at a busy restaurant, seating each new guest at the emptiest table.

  1. DING
    1

    All traffic arrives at one address — the load balancer.

  2. Station 3 has room — right this way.
    LB
    2

    Like a restaurant host, it sends each request to a server with room to spare.

  3. Everyone alive back there?
    ~
    3

    It quietly health-checks each server.

  4. Skip station 2.
    LB
    4

    A server that stops answering is pulled from rotation — nobody gets seated there.

  5. +1
    5

    Swamped? Add more identical servers and the load spreads across them all.

  6. I’m back!
    6

    Scale out, route around failures — diners never notice the drama in the kitchen.

One front door, many kitchens — and nobody waits on a sick one.
Semicolony semicolony.dev/eli5/load-balancer/comic
← All ELI5 explainers