nerdexam
BICSI

RCDD · Question #283

Within a data center, if you have a system which includes one extra unit, in addition to the minimum required to satisfy the base need, and where the failure of this unit will NOT disrupt…

The correct answer is B. N+1. N+1 redundancy adds exactly one extra unit beyond the minimum required, so the failure of that single spare unit does not disrupt operations because the base requirement N is still fully satisfied.

Design, Implementation, and Management

Question

Within a data center, if you have a system which includes one extra unit, in addition to the minimum required to satisfy the base need, and where the failure of this unit will NOT disrupt operations, what level of redundancy would this represent?

Options

  • AN
  • BN+1
  • CN+2
  • D2N
  • E2(N+1)

How the community answered

(27 responses)
  • A
    7% (2)
  • B
    74% (20)
  • C
    11% (3)
  • D
    4% (1)
  • E
    4% (1)

Why each option

N+1 redundancy adds exactly one extra unit beyond the minimum required, so the failure of that single spare unit does not disrupt operations because the base requirement N is still fully satisfied.

AN

N represents only the exact minimum capacity required with zero redundancy, meaning any single failure will directly disrupt operations.

BN+1Correct

In N+1 redundancy, N represents the minimum number of units needed to meet system demand, and the single additional unit serves as a hot spare or load-sharing component. Because the N base units can independently sustain full operation, losing the one extra unit causes no service disruption. This model is widely used for UPS modules, cooling units, and power supplies in data centers where some redundancy is required without full duplication.

CN+2

N+2 provides two extra units beyond the minimum, tolerating two simultaneous failures without disruption, which exceeds the single-extra-unit scenario described.

D2N

2N provides a fully duplicated system twice the base capacity, which is a complete mirror rather than a single spare unit.

E2(N+1)

2(N+1) doubles the entire N+1 configuration, representing the highest tier of redundancy far beyond adding one extra unit.

Concept tested: N+1 single-spare redundancy model in data centers

Source: https://uptimeinstitute.com/tier-certification/tier-standards

Topics

#redundancy#N+1#fault tolerance#data center design

Community Discussion

No community discussion yet for this question.

Full RCDD Practice