A device or service that distributes incoming network traffic across multiple servers. Like a traffic director ensuring no single road gets overwhelmed.
When millions of people visit a website, a load balancer spreads the traffic across many servers so the site doesn't crash.
All providers offer managed load balancing to distribute traffic across multiple backends for availability and scale. AWS splits by use case (ALB for HTTP/HTTPS L7, NLB for TCP/UDP L4, GWLB for appliance insertion). Azure commonly uses Azure Load Balancer (L4) and Application Gateway (L7 with WAF). GCP Cloud Load Balancing supports global and regional options across L4 and L7. OCI Load Balancer provides L4/L7 load balancing with health checks and SSL/TLS termination.