________ is a method of load balancing where incoming requests are distributed evenly across multiple servers to prevent overload.

  • Content-based routing
  • Least connections routing
  • Round-robin routing
  • Sticky session routing
Least connections routing is a load balancing technique that distributes incoming requests across multiple servers based on the current number of active connections. Servers with fewer connections receive more requests, helping to evenly distribute the workload and prevent any single server from becoming overwhelmed. This approach promotes efficient resource utilization and enhances system reliability by preventing overload on individual servers.
Add your answer
Loading...

Leave a comment

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