Overview
Load balancers ensure high availability and reliability by sending requests only to servers that are online and capable of handling them. They prevent any single server from becoming a bottleneck.
Types
- Layer 4 (L4): Based on IP and port.
- Layer 7 (L7): Based on application data (e.g., URL paths, cookies).