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.
Loading...
Related Quiz
- When handling a file upload, if an IOException occurs, how should the servlet respond and log the event?
- What is the best practice for handling SQL exceptions in a multi-tier application?
- Can servlet initialization parameters be changed at runtime?
- The method __________ is used to handle request and response objects in a filter.
- In a high-performance Java application, how should memory management be approached to prevent latency issues?