Overview
The load balancer directs incoming requests to multiple different servers as to not flood one server with too many requests.
Performance
The load balancer is a single server, capable of handling millions of requests per second. It uses the Round Robin algorithm.