Complete the code to describe the main purpose of a load balancer.
A load balancer helps to [1] incoming network traffic across multiple servers.The main role of a load balancer is to distribute incoming traffic evenly to prevent any single server from being overwhelmed.
Complete the code to explain why load balancers improve system performance.
By distributing traffic, load balancers help to [1] server overload and improve response times.
Load balancers prevent any single server from becoming overloaded, which helps keep response times fast.
Fix the error in the statement about load balancers.
Load balancers [1] all traffic to a single server to simplify management.Load balancers distribute traffic across multiple servers, not send all to one server.
Fill both blanks to complete the explanation of load balancer benefits.
Load balancers improve [1] by distributing traffic and increase [2] by avoiding server overload.
Load balancers improve performance and reliability by managing traffic and preventing overload.
Fill all three blanks to complete the load balancer request flow.
Client sends request to [1], which [2] the request to a [3] server.
The client sends a request to the load balancer, which routes it to a healthy server to handle the request.