A Load Balancer distributes incoming network traffic across multiple servers. This ensures no single server bears too much load.
It prevents server crashes due to high traffic and improves overall availability.
Algorithm shown: Round Robin (Sequential distribution).