Load Balancing

Status: public · Confidence: medium (0.725) · Basis: verified_sources

## TL;DR

Load balancing distributes traffic or workload across multiple backends to improve availability, performance, and fault tolerance. This repair removes popularity and vendor-ranking claims and cites vendor documentation directly.

## Core Explanation

Load balancers commonly combine backend pools, routing methods, and health checks. The operational goal is not just spreading traffic, but avoiding unhealthy or overloaded targets while preserving a stable entry point for clients.

## Further Reading

- [What is Elastic Load Balancing? - Elastic Load Balancing](https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/what-is-load-balancing.html)
- [HTTP Load Balancing | NGINX Documentation](https://docs.nginx.com/nginx/admin-guide/load-balancer/http-load-balancer/)
- [What is load balancing? | How load balancers work](https://www.cloudflare.com/learning/performance/what-is-load-balancing/)