nerdexam
CompTIA

SK0-004 · Question #385

A clustered server goes offline due to a backplane failure. Which of the following clusters does not lose capacity when a server goes offline?

The correct answer is C. An active-active cluster. An active-active cluster runs all nodes simultaneously, so when one node fails the remaining nodes continue processing requests without interrupting service.

Server administration

Question

A clustered server goes offline due to a backplane failure. Which of the following clusters does not lose capacity when a server goes offline?

Options

  • AAn active-passive cluster
  • BA distributed cluster
  • CAn active-active cluster
  • DA standby switch cluster

How the community answered

(50 responses)
  • A
    12% (6)
  • B
    6% (3)
  • C
    78% (39)
  • D
    4% (2)

Why each option

An active-active cluster runs all nodes simultaneously, so when one node fails the remaining nodes continue processing requests without interrupting service.

AAn active-passive cluster

In an active-passive cluster only the active node handles traffic while the passive node idles, so when the active node fails there is a transition period during which the passive node must be brought online, interrupting service.

BA distributed cluster

A distributed cluster spreads workloads across locations or nodes but does not inherently guarantee uninterrupted capacity when a single node fails, as the outcome depends on the specific implementation and load balancing configuration.

CAn active-active clusterCorrect

In an active-active cluster every node is actively handling workloads at all times, so the failure of one server due to a backplane issue does not take the cluster offline - surviving nodes continue serving requests without a failover transition. Because no single node is designated a passive standby, the cluster maintains continuous availability even after losing a member. This contrasts with active-passive designs, where the standby node must be activated and traffic redirected before service resumes.

DA standby switch cluster

A standby switch cluster is not a standard server clustering model and does not describe an architecture designed to maintain full capacity upon a node failure.

Concept tested: Active-active cluster failover and continuous availability

Source: https://learn.microsoft.com/en-us/windows-server/failover-clustering/failover-clustering-overview

Topics

#active-active cluster#high availability#failover clustering#capacity planning

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice