1.1 Power Delivery
The Foundation of Hardware Stability
When moving from basic PC building to enterprise IT or high-end system architecture, power delivery is no longer just about "buying a unit with enough wattage." It becomes an exercise in load distribution, thermal management, and electrical safety. If the power delivery fails, the entire infrastructure fails with it.
1. Cabling Architecture: Modular, Semi-Modular, and Non-Modular
The physical design of a Power Supply Unit (PSU) dictates how it interfaces with the rest of the hardware.
-
Non-Modular PSUs: All cables are permanently soldered to the internal circuit board of the power supply.
- The Catch: You must hide every unused cable inside the case. In an enterprise server chassis (like a 1U rack), unused cables block airflow and create thermal hotspots.
-
Semi-Modular PSUs: Only the strictly essential cables (usually the 24-pin motherboard and 8-pin CPU cables) are permanently attached. All peripheral cables (SATA, PCIe) are removable.
-
Fully Modular PSUs: Every single cable can be detached.
- The Enterprise Advantage: If a cable's locking clip breaks, or a pin burns out, you replace the $10 cable, not the $200 power supply. Furthermore, custom-length cables can be used to optimize airflow in dense server environments.
Crucial Warning: The end of the cable that plugs into the motherboard is standardized across the industry. However, the end that plugs into a modular PSU is NOT standardized. If you take a PCIe cable from a Corsair PSU and plug it into an EVGA PSU, the internal pin routing will be different. You will send 12V down a 5V line, instantly destroying your components.
2. The Holy Trinity of Cables: EPS, PCIe, and SATA
To understand power delivery, you must understand exactly how power is distributed to individual components.
EPS (CPU Power)
The EPS (Entry-Level Power Supply Specification) cable delivers dedicated 12V power directly to the processor's VRMs (Voltage Regulator Modules).
-
Visuals: It is typically an 8-pin connector that splits into two 4-pin blocks (4+4).
-
Function: While older consumer PCs used a single 4-pin, modern high-performance CPUs and enterprise processors draw massive current and require at least an 8-pin, often two 8-pin EPS cables, to ensure the voltage doesn't drop under heavy computational loads.
PCIe (Expansion Card Power)
The PCIe (Peripheral Component Interconnect Express) cable powers graphics cards, heavy-duty RAID controllers, and high-end network cards.
-
Visuals: Typically an 8-pin connector that splits into a 6+2 configuration.
-
The Math of PCIe Power: A standard PCIe slot on the motherboard delivers 75W of power. A 6-pin PCIe cable delivers an additional 75W, and an 8-pin PCIe cable safely delivers 150W. If you have a GPU that draws 300W, it pulls 75W from the board, and the remaining 225W must be supplied by the physical PCIe cables.
-
EPS vs. PCIe Danger: Both are 8-pin cables, but their wiring is reversed. PCIe has 12V pins on the bottom and ground on the top. EPS has ground on the bottom and 12V on the top. Forcing an EPS cable into a GPU will immediately short-circuit the card.
SATA Power (Storage & Peripherals)
The SATA power connector is an L-shaped plug designed to prevent backward insertion.
-
Function: Unlike EPS and PCIe which only supply 12V, a SATA power cable provides three different voltages: 3.3V, 5V, and 12V.
-
Use Cases: It powers mechanical hard drives (HDDs), solid-state drives (SSDs), fan controllers, and water cooling pumps.
-
The "Molex" Legacy: Older systems used 4-pin Molex connectors for peripherals. There is an infamous IT saying: "Molex to SATA, lose all your data." Using cheap, molded adapter cables to convert an old Molex plug into a SATA plug often results in electrical arcing and literal fires. Always use native SATA power cables.
3. Understanding Pinouts and Rails
If you want to move beyond just plugging things in, you need to understand the concept of "rails."
Inside the PSU, the incoming AC wall power (usually 110V or 220V) is converted into the DC voltages your PC uses (12V, 5V, 3.3V). The 12V rail is the most important, as it powers the most demanding components (CPU and GPU).
-
Single-Rail Design: All the 12V power is available from one massive pool. This is great for extreme overclocking because a component can draw as much power as it wants without tripping a safety switch.
-
Multi-Rail Design: The 12V power is split into multiple, distinct pathways (rails), each with its own Over-Current Protection (OCP). If a component tries to draw too much power from one rail, the PSU safely shuts down before the wires melt. Enterprise servers heavily favor multi-rail designs for this added layer of safety.