Which strategy involves adding more servers to handle increased load in a web application?
- Horizontal scaling
- Load balancing
- Session management
- Vertical scaling
Horizontal scaling involves adding more servers to handle increased load in a web application by distributing the load across multiple machines.
Loading...
Related Quiz
- How does the sendRedirect() method communicate the new URL to the client's browser?
- How can a servlet-based application detect and handle WebSocket upgrade requests?
- If a filter needs to perform different actions based on the type of HTTP request, which method or object should it use to determine this?
- In the deployment descriptor, the __________ tag is used to specify which requests are passed through a particular filter.
- Which method is used to initialize a filter in the filter chain?