_________ balancing is a technique used to route user requests for a specific session to the same server.
- Cluster
- Load
- Round Robin
- Session
Session balancing is a technique used to route user requests for a specific session to the same server, ensuring continuity for the user session.
Loading...
Related Quiz
- How does asynchronous processing affect the servlet's lifecycle?
- What is a CallableStatement used for in JDBC?
- An online content platform uses caching to improve user experience. However, users in different regions report varying latency. What caching approach can be adopted to optimize for all users?
- What is the purpose of the FilterConfig object in Servlet filters?
- The __________ listener is useful for monitoring changes in request attributes during the lifespan of a request.