RTUComputer ScienceYr 2020 · Sem 82020

Q9Distributed Systems

Question

2 marks

What is load balancing?

Answer

Load balancing is the mathematical routing architecture used to violently distribute incoming network traffic equally across massive server clusters to prevent any single node from catastrophic overload.

A hardware or software load balancer uses algorithms like Round-Robin or Least-Connections to mathematically calculate which web server has the lowest CPU utilization, seamlessly pushing the user's request there to ensure microsecond latency.

Back to Paper