Glossary

Load Balancer

A load balancer is a proxy that distributes incoming requests across multiple servers. It enables horizontal scaling and eliminates single points of failure.

Distribution algorithms

L4 vs L7

Health Check

The load balancer periodically checks server health. If a server stops responding, it is removed from rotation until it recovers.