View on GitHub

cs-concepts

Understanding computer science concepts

Load Balancers

Distribution of tasks over set of resources.

Fundamental feature: distribute incoming requests over cluster of backend servers according to a scheduling algorithm

Features:

Types of Load Balancers - based on function:

1. Network Load Balancer / Layer 4 (L4) Load Balancer:

2. Application Load Balancer / Layer 7 (L7) Load Balancer:

Load Balancing Algorithms

Real-life implementation

More to know

References