What is the primary purpose of load balancing in web applications?
- Distribute incoming traffic
- Enhance security
- Execute database queries
- Store session data
The primary purpose of load balancing in web applications is to distribute incoming traffic across multiple servers, ensuring better performance and preventing overload on a single server.
Loading...
Related Quiz
- To retrieve all the parameter names sent in a request, you can use the __________ method of the HttpServletRequest object.
- Which caching strategy involves storing frequently accessed data in memory for quick retrieval?
- What is the primary purpose of encoding user input in web applications?
- In the filter chain, the __________ method is used to perform the actual filtering.
- How does using the PreparedStatement in servlets improve performance?