Which load balancing algorithm distributes requests based on the server with the least connections?

  • Least Connections
  • Random
  • Round Robin
  • Weighted Round Robin
The load balancing algorithm that distributes requests based on the server with the least connections is known as the Least Connections algorithm.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *