Load Balancer

intermediate
networking
Enhanced Content

Definition

A device or service that distributes incoming network traffic across multiple servers. Like a traffic director ensuring no single road gets overwhelmed.

Real-World Example

When millions of people visit a website, a load balancer spreads the traffic across many servers so the site doesn't crash.

Cloud Provider Equivalencies

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.

AWS
Elastic Load Balancing (Application Load Balancer, Network Load Balancer, Gateway Load Balancer)
AZ
Azure Load Balancer; Azure Application Gateway
GCP
Cloud Load Balancing
OCI
OCI Load Balancer

Explore More Cloud Computing Terms