Redundancy: N, N+1 and 2N
Build enough spare capacity to survive the failure you actually designed for—without confusing extra boxes with independent paths.

Learning outcomes
- Express required capacity as N
- Compare N+1 with fully duplicated 2N paths
- Test a design through maintenance and failure scenarios
REQUIRED CAPACITY
N = CAPACITY REQUIRED TO CARRY THE DESIGN LOAD
N describes the requirement; “+1” or “2N” describes installed redundancy relative to it.
Start with N
N is the equipment or capacity required to support the design load under defined conditions. If three cooling units are needed to carry the room, N is three units. Installing only those three is an N design: there is no redundant unit.
The definition depends on the load, environment and operating assumptions. Quietly changing the load can turn yesterday’s N+1 plant into today’s N plant.
N+1 adds one usable unit
N+1 means the required capacity plus one additional unit of the relevant size. If any single unit is unavailable, the remaining units should still carry the design load. Shared headers, controls, switchboards or distribution paths can still be common failure points.
N+1 is not automatically a complete redundant path. It usually describes component capacity within a system. Test the topology, not just the inventory count.
2N duplicates the requirement
A 2N design installs two complete sets, each able to support N. In a true end-to-end design, an A path and B path remain independent to the load. That can support maintenance or a fault on one path while the other carries service.
Tier language describes site-wide outcomes and topology, not a shopping list. Concurrent maintainability and fault tolerance require every relevant subsystem and procedure to support the claim.
How it appears in Data Center Fan
The game’s incident model checks whether power really comes from at least two units. One oversized source may have headroom but still raises grid-failure risk because it is a single point.
Common misconception
“Two devices means 2N.” Two half-capacity units may only total N, and two units sharing one upstream source may still fail together.
Knowledge check
The load needs three identical cooling units. Four are installed. What is the component-capacity arrangement?
- N+1
- 2N
- N only
Three units are N and the fourth is the one additional unit. The wider topology still determines shared-failure exposure.