nerdexam
Huawei

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…

Cloud Computing IT Infrastructure (Compute, Storage, Network)

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)
  • A
    2% (1)
  • B
    6% (3)
  • C
    85% (44)
  • D
    8% (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

#load balancing#cluster management#high availability#infrastructure management

Community Discussion

No community discussion yet for this question.

Full H13-511_V5.5 Practice