20.7k views
3 votes
What can a system administrator configure on two load balanced servers to achieve a round robin configuration?

1 Answer

7 votes

Answer: To achieve a round-robin configuration on two load-balanced servers, a system administrator can configure the load balancer to use a round-robin algorithm and specify the weight of each server. The administrator may also need to configure the servers themselves to support load balancing. This allows requests to be distributed evenly among the servers, with each server receiving and processing one request before the next request is sent to the next server.

Step-by-step explanation:

User YCuicui
by
7.4k points