Bir load balancer, gelen trafiği bir arka uç sunucu havuzuna dağıtır; böylece hiçbiri boğulmaz ve bir sunucu ölürse sistem kullanılabilir kalır. Temel ayrım, çalıştığı katmandır:
L4 (Transport) L7 (Application)
routes by IP + port only reads HTTP: path, headers, cookies, host
┌──────────────┐ ┌──────────────┐
│ balancer │──▶ server A │ balancer │ /api/* ──▶ API pool
│ (TCP/UDP) │──▶ server B │ (HTTP-aware) │ /img/* ──▶ static pool
└──────────────┘──▶ server C └──────────────┘ cookie=X ──▶ sticky backend
fast, opaque, protocol-agnostic smart routing, TLS termination, can inspect
