What is a potential downside of using round-robin load balancing in a heterogeneous server environment?
- Improved Resource Utilization
- Increased Latency
- Limited Fault Tolerance
- Uneven Distribution of Load
A potential downside of round-robin load balancing in a heterogeneous server environment is the uneven distribution of load, as servers may have different capacities or capabilities, leading to suboptimal performance.
Loading...
Related Quiz
- In an MVC framework, a servlet often delegates business logic processing to __________.
- What is the difference between context and init parameters in servlet configuration?
- What does thread-safe mean in the context of servlets?
- The annotation _________ is used to configure the endpoint of a WebSocket server.
- A transaction in a financial application requires updating multiple accounts. If one update fails, what should happen to ensure data consistency?