220-1201 · Hardware · Updated July 26, 2026
Redundant Power Supplies: Hot-Swap PSUs, N+1 Sizing, and Voltage Rails
A redundant power supply is a configuration with two or more power supply units (PSUs) installed in one system, wired so that if any single unit fails, the remaining unit(s) instantly carry the full electrical load and the machine keeps running without interruption. It is a high-availability feature found in servers, storage arrays, and network appliances rather than desktops. Combined with hot-swappable PSU bays, a failed unit can be pulled and replaced while the system stays powered on — zero downtime for the failure and zero downtime for the repair.
What “redundant” actually means in a power supply
Redundancy is about eliminating a single point of failure. In a standard desktop, one PSU feeds everything; when it dies, the machine drops immediately, taking unsaved work and open connections with it. In a redundant design, multiple independent PSU modules slide into a shared power distribution backplane inside the chassis. Each module is capable of powering the system (or sharing the load with its peers), and the backplane handles the failover electrically — there is no software switchover delay and no reboot.
Two operating modes are common:
- Load sharing: all installed PSUs run simultaneously, each supplying a fraction of the load. When one fails, the survivors pick up its share instantly. Running each unit below full capacity also keeps them cooler, which extends their service life.
- Active/standby: one PSU carries the load while the spare idles, ready to take over the moment the primary drops.
Best practice in a datacenter goes one step further: feed each PSU from a different power source — separate circuits, separate power distribution units (PDUs), ideally separate uninterruptible power supplies (UPSs). That way redundancy protects against a tripped breaker or failed UPS, not just a dead PSU module.
Hot-swappable PSUs: replacing power without pulling the plug
Hot-swap (also called hot-plug) means a module can be removed and inserted while the system is running. Redundant server PSUs are almost always hot-swappable: each module has its own handle, latch, status LED, and often its own power cord. When one unit fails:
- The system raises an alert (amber LED on the module, management-controller notification, audible alarm on some chassis).
- The surviving PSU(s) absorb the full load with no interruption to the operating system or workloads.
- A technician releases the latch, slides the dead module out, and slides a replacement in — during business hours, with the server still serving users.
This is exactly the scenario the exam loves: a critical server (hospital records, point-of-sale back end) loses one of two hot-swappable PSUs mid-day. The expected outcome is that the server continues operating normally on the remaining PSU, and the failed unit gets replaced without a shutdown. No crash, no reboot, no maintenance window.
One caveat worth knowing on the job: redundancy only holds if the surviving units can actually cover the load. An overloaded chassis running both PSUs near their combined maximum is not truly redundant — which leads directly to sizing.
N+1 sizing: the math the exam expects
Redundancy levels are written as N+X, where N is the number of PSUs required to power the system at full load and X is the number of spares.
- N+1: enough units for full load, plus one spare. This is the standard for most servers. If the server’s load can be met by a single PSU, N+1 means two units installed. If the server is power-hungry enough to require two PSUs to meet full load, then N = 2 and N+1 means three units installed. That second version is the trap: candidates who memorize “redundant = 2” miss it.
- N+2 / 2N: higher tiers. N+2 adds two spares; 2N doubles everything (two complete, independent power paths), common in datacenter facility design — the kind of infrastructure that keeps IaaS cloud platforms online.
- 1+1: the everyday server case — one PSU can carry the box, a second identical unit provides the redundancy.
The sizing rule of thumb: determine the system’s maximum draw (CPUs, GPUs, drives, fans, expansion cards), confirm how many PSUs of the given wattage are needed to supply it (that’s N), then add the spare(s). Every installed module should be the same model and wattage so any unit can seamlessly take any share of the load.
PSU voltage rails: what each output actually powers
Whether redundant or not, every ATX-family PSU converts wall AC into a set of regulated DC outputs called rails. Knowing which rail feeds what is core 220-1201 material.
| Rail | Typical use |
|---|---|
| +3.3 V | Low-voltage digital logic on the motherboard — chipset components, some memory circuitry, M.2 slots |
| +5 V | USB ports, SATA drive logic, older motherboard circuitry and peripherals |
| +12 V | The heavy lifter — CPU voltage regulators (via the EPS connector), GPUs, drive motors, and fans |
| +5 VSB | Standby power that stays live when the PC is “off,” enabling Wake-on-LAN and power-button circuits |
| −12 V | Legacy rail for old serial-port circuitry; rarely used by modern hardware |
The one the exam singles out most often: +3.3 V powers low-voltage digital logic such as the chipset, while +12 V powers motors and the highest-draw components. Modern high-wattage designs concentrate almost all capacity on the 12 V side (the ATX12VO standard takes this to its logical end by outputting only 12 V and letting the motherboard derive 5 V and 3.3 V locally), but the classic multi-rail roles above are what 220-1201 tests.
Redundant server PSUs present these same DC outputs through the chassis backplane — the redundancy layer is transparent to the motherboard, which simply sees clean 12 V/5 V/3.3 V regardless of which module is doing the work.
For the connectors that deliver these rails — 24-pin ATX, EPS, PCIe, SATA, and legacy Molex — see PC cable and connector types.
How the 220-1201 exam tests this
- Definition check: “What is a redundant power supply?” Pick the answer describing multiple PSUs where the system keeps running if one fails — not a UPS, not a surge suppressor, not a higher-wattage unit.
- Failure-outcome scenario: a server with dual hot-swap PSUs loses one during production hours. Correct expectation: continuous operation on the survivor, hot-swap replacement, no downtime. Wrong answers describe crashes, automatic shutdowns, or required reboots.
- N+1 arithmetic: a server needs two PSUs for full load; N+1 therefore means 3 total. Read the stem carefully to find N before adding one.
- Rail identification: match +3.3 V to chipset/low-voltage logic, +12 V to motors, CPU, and GPU power, +5 VSB to standby/Wake-on-LAN.
Power supplies fall under the Hardware domain — see the full 220-1201 study guide for the complete domain breakdown and exam logistics. The N+1 trap in particular is worth rehearsing with practice questions until finding N in the stem is habit.
Quick reference
- Redundant PSU = two or more units; any single failure leaves the system running uninterrupted.
- Hot-swappable modules are replaced with the system powered on — the fix requires no maintenance window.
- N+1 means N units to meet full load plus one spare: load needs 1 → install 2; load needs 2 → install 3.
- Feed each PSU from a separate circuit/PDU/UPS so redundancy also survives upstream power failures.
- Use identical make/model/wattage modules in a redundant pair.
- +3.3 V → chipset and low-voltage logic; +5 V → USB and drive logic; +12 V → CPU, GPU, motors, fans; +5 VSB → standby power.
- A failed module announces itself with an amber status LED and management alerts — replace promptly; you’re un-redundant until you do.