H13-511_V5.5 · Question #108
Which of the following is not an advantage of cluster load balancing?
The correct answer is C. High complexity. Option C is correct because "high complexity" is actually a disadvantage of cluster load balancing - the overhead of coordinating multiple nodes, maintaining state synchronization, and managing failover logic makes clustered systems more difficult to design and troubleshoot…
Question
Which of the following is not an advantage of cluster load balancing?
Options
- AManageability
- BHigh reliability
- CHigh complexity
- Dhigh performance
How the community answered
(52 responses)- A2% (1)
- B6% (3)
- C85% (44)
- D8% (4)
Explanation
Option C is correct because "high complexity" is actually a disadvantage of cluster load balancing - the overhead of coordinating multiple nodes, maintaining state synchronization, and managing failover logic makes clustered systems more difficult to design and troubleshoot.
Why the distractors are wrong:
- A (Manageability) is a genuine advantage: clustering centralizes workload distribution, making it easier to scale and manage resources as a single logical unit rather than individual servers.
- B (High reliability) is a genuine advantage: if one node fails, others automatically absorb its traffic, eliminating single points of failure.
- D (High performance) is a genuine advantage: spreading requests across multiple nodes increases throughput and reduces response times under heavy load.
Memory tip: Think of it as "CAP minus the bad C" - Clusters give you Centralized management, Reliability, and Performance. The only "C" that doesn't belong is Complexity, which is the cost you pay to get those benefits, not a benefit itself.
Topics
Community Discussion
No community discussion yet for this question.