Grokking the System Design Interview

0% completed

Load Balancing

Load Balancer (LB) is another critical component of any distributed system. It helps to spread the traffic across a cluster of servers to improve responsiveness and availability of applications, websites or databases. LB also keeps track of the status of all the resources while distributing requests. If a server is not available to take new requests or is not responding or has elevated error rate, LB will stop sending traffic to such a server.

.....

.....

.....

Like the course? Get enrolled and start learning!
Meenu Ahalawat

Meenu Ahalawat

· 7 months ago

I am finding content to read but no video based learning material which was mentioned on your webpage for Grokking the system design interview course.

Rahul baidya

Rahul baidya

· 4 months ago

how it's being decided which Load balancer to use? If there are two

Show 1 reply