A web application experiences uneven load distribution despite using a load balancer. What could be the reason?
- Database Bottleneck
- Improper Load Balancer Configuration
- Inefficient Frontend Code
- Network Latency
Uneven load distribution may occur due to improper load balancer configuration, where it fails to distribute incoming requests evenly among the server instances.
Loading...
Related Quiz
- When a request is processed through multiple filters, how is the order of execution determined in a servlet application?
- In the context of web applications, what does 'cache invalidation' refer to?
- A high-traffic website uses a cache that frequently encounters 'cache churn'. What strategy can be used to minimize this effect?
- Filters are configured in the __________ file of a web application.
- What must be done to ensure the safe and correct download of files with different character encodings?