wunder beta

🏢 Data Centers: The Warehouses of the Cloud

A data centre is a building that sells guarantees, and the servers are its tenants. Walk the racks, rows and halls: why turning half the furniture around was the best idea in the room, why the famous

9
lessons
~45 min
to learn
🔬 Science
subject
Adults
level
Start the course →

What you’ll learn

  1. The Building Is the ProductReframe the data centre as a work of architecture rather than a room full of computers — a building whose entire discipline is that nothing inside it may depend on nothing going wrong.The servers in a data centre are its tenants, not its purpose; they are replaced every few years while the building lasts decades. What the operator actually sells is a set of guarantees — power that never stops, air at a controlled temperature, and the ability to maintain any of it without switching anything off — and every design decision in this course is a way of buying one of those guarantees. The discipline is not making things work; it is arranging that nothing important depends on any single thing working.
  2. Rack, Row, HallLearn the physical hierarchy every data centre is built from, and discover that its fundamental unit — the rack U — is an inherited telephone standard from the 1920s that now dictates the shape of the cloud.The unit of everything is the rack unit: 1.75 inches, or 44.45 mm, formalised in EIA-310 and derived from a hole pattern repeating every 0.5, 0.625 and 0.625 inches. Racks are 19 inches (482.6 mm) wide — a dimension AT&T established around 1922 for telephone repeater equipment — and a standard cabinet is 42U tall. Racks form rows, rows form halls, and because everything is a multiple of one number, capacity, cooling and power can all be reasoned about per-U.
  3. Hot Aisle, Cold AisleUnderstand the single best idea in the data hall — that air must be given a one-way journey — and see why the enemy is not heat but MIXING.Every server pulls cool air in the front and pushes hot air out the back, so if racks all face the same way each row breathes its neighbour's exhaust. The fix is to alternate the rows so fronts face fronts and backs face backs, creating dedicated cold aisles and hot aisles: Wikipedia describes the practice as preventing the recirculation of hot exhaust air. Containment then seals the aisles so the two air masses cannot meet. Its origin is contested — Energy Star credits IBM in 1992, while other accounts credit Robert Sullivan around 1993.
  4. PUE, and What It Refuses to Tell YouLearn the industry's headline metric properly — and then learn what it structurally cannot measure, including the paradox that making your computing more efficient makes your PUE worse.PUE is total facility energy divided by IT equipment energy, developed by The Green Grid and standardised as ISO/IEC 30134-2:2016; 1.0 is the unreachable ideal. But it measures overhead, not efficiency: it says nothing about whether the IT load is doing useful work, so a hall of idle servers can post a superb PUE. Worse, it is paradoxical — Wikipedia notes any reduction in IT load causes PUE to rise, so virtualising or upgrading to efficient hardware makes the headline number worse. It is also climate-sensitive and load-dependent, and susceptible to gaming.
  5. N, N+1, 2NLearn the notation the industry uses to say precisely how much redundancy it bought — and understand the distinction between surviving a failure and surviving a failure while something is already switched off for maintenance.N is exactly enough capacity to carry the load with nothing spare; N+1 adds one extra unit, so any single component can fail or be serviced; 2N provides two complete independent systems. The distinction that matters most is not how many spares exist but whether the redundancy is available when a unit is already out for maintenance — an N+1 system with a component removed for service is temporarily running at N, with no margin at all, which is why serious facilities specify things like N+2 or 2N.
  6. The Tiers, and the Numbers That Aren't RealUnderstand the Uptime Institute's four tiers as claims about maintainability and fault tolerance — and confront the fact that the availability percentages universally quoted alongside them were removed from the standard in 2009 and are not defined by it.The Tiers describe infrastructure capability: Tier I is basic capacity, Tier II adds redundant components, Tier III is concurrently maintainable (no shutdown required for maintenance or replacement), and Tier IV is fault tolerant (a failure or distribution-path interruption does not affect IT operations). The familiar figures — 99.671%, 99.741%, 99.982%, 99.995% — were removed from the Tier Standard in 2009 and are not assigned by it, because operational behaviour affects real availability more than physical design does. Uptime's own page states no percentages.
  7. What Five Nines Actually CostsDo the availability arithmetic yourself, feel how brutal each additional nine is, and confront the fact that beyond a certain point the limiting factor stops being equipment and becomes people.A year contains 525,600 minutes, so availability targets convert directly to downtime budgets: 99% allows about 5,256 minutes (roughly 3.65 days), 99.9% about 526 minutes, 99.99% about 53 minutes, and 99.999% — five nines — about 5.3 minutes per year. Each nine costs ten times the previous one's downtime budget while the price rises far faster. Crucially, at these levels the dominant cause of outages is not equipment failure but operations and human error, which is precisely why the Uptime Institute stopped attaching percentages to physical design.
  8. The Chain That Catches a BlackoutFollow the relay race that happens in the milliseconds after the grid fails, and see why it needs at least three different technologies rather than one — because nothing that stores a lot of energy can deliver it instantly.The grid can vanish without warning, but servers tolerate essentially no interruption, so something must carry the load in the gap before a generator is running. No single technology does both jobs: a UPS bridges instantly but briefly (Wikipedia gives typical battery runtimes of 5 to 15 minutes, and flywheel systems 10 to 20 seconds), while a diesel generator runs for days but needs seconds to start and stabilise. The chain exists because instant response and long endurance are different physical problems.
  9. The Water QuestionConfront the trade the headline metric hides: that an impressive PUE is often purchased with water, and that the industry's two sustainability numbers pull against each other.Evaporative cooling is thermodynamically cheap because evaporating water carries away large amounts of heat without a compressor — so a facility can buy an excellent PUE by spending water instead of electricity. That trade is invisible in PUE, which counts only energy, so the industry added WUE (litres of water per kilowatt-hour of IT energy). The two metrics pull against each other, and neither alone describes a facility honestly: a 2021 study estimated US data centres directly consume about 1.7 billion litres of water per day, and Singapore now requires new data centres to meet a WUE of 2.0/MWh.

Questions this course answers

Why is 'the servers are the tenants, not the purpose' more than a figure of speech?

The computers are the most disposable thing on site — they cycle out every few years while the switchgear, generators, cooling plant and structure remain for decades. The durable product is the set of guarantees the building makes. That's why most of the capital and nearly all of the interesting engineering is in the plant, and why the roar you hear on entering isn't computation but air being moved.

Why does adding a second cooling pump not straightforwardly eliminate a single point of failure?

This is why the craft is harder than buying good equipment. Removing one single point of failure usually creates another somewhere less obvious, and the new one is often a control system rather than a machine. It's also why the list of single points of failure isn't purely mechanical: a procedure only one person understands is a single point of failure with a pulse.

Why is a rack unit exactly 1.75 inches?

The number looks arbitrary until you see it's a sum: 0.5 + 0.625 + 0.625. The rack's posts have holes in repeating sets of three, and one U is one period of that repetition — which is why it's such an unlovely number in both inches and millimetres. It's a consequence of a drilling pattern, formalised in EIA-310, not a designed dimension.

What does the 19-inch rack demonstrate about infrastructure standards?

Nobody defends 19 inches on its merits. It persists because compliance is cheaper for every individual actor than coordinating a change — the racks exist, so equipment fits them, so rooms are built for them, so the next equipment fits them. A decision about telephone amplifiers in 1922 still constrains how wide a machine-learning accelerator can be, which is the strongest force in infrastructure: inertia with a spec number.

Why is it said that the enemy in a data hall is mixing rather than heat?

Removing heat is the plant's job and it can do it. The failure is that badly organised air lets exhaust reach intakes, so machines at the back of a hall breathe 40 °C air and spin their fans up, drawing more hot air through — a runaway. Meanwhile the chillers are at full output. Nothing is short of cooling capacity; the cold is being wasted before arrival. That's why rotating alternate rows costs nothing and changes everything.

Why does a well-run modern data hall's cold aisle feel merely room-temperature rather than frigid?

The frigid data centre of legend was frigid because it was badly organised: if exhaust is contaminating your supply, the only way to keep intakes safe is to make the supply brutally cold and hope. Fix the airflow and the hedge is unnecessary. ASHRAE's 2008 recommendation runs from 18.0 °C to 27.0 °C, and cooling below about 21 °C simply wastes money. Warm aisles are the reward for honest airflow, not a corner cut.

Grounded in trusted sources

  • 'Data center', Wikipedia — https://en.wikipedia.org/wiki/Data_center
  • '19-inch rack', Wikipedia — https://en.wikipedia.org/wiki/19-inch_rack
  • 'Power usage effectiveness', Wikipedia — https://en.wikipedia.org/wiki/Power_usage_effectiveness
  • Uptime Institute, 'Tier Classification System' — https://uptimeinstitute.com/tiers
  • 'Uninterruptible power supply', Wikipedia — https://en.wikipedia.org/wiki/Uninterruptible_power_supply
  • Lawrence Berkeley National Laboratory, 'PUE: A Comprehensive Examination of the Metric' (WP49) — https://datacenters.lbl.gov/sites/default/files/WP49-PUE%20A%20Comprehensive%20Examination%20of%20the%20Metric_v6.pdf
  • 'Water usage effectiveness', The Green Grid / Sunbird DCIM glossary — https://www.sunbirddcim.com/glossary/water-usage-effectiveness-wue
  • ISO/IEC 30134-2:2016, Information technology — Data centres — Key performance indicators — Part 2: Power usage effectiveness — https://www.iso.org/standard/63451.html

Every Wunder lesson is built from real, reputable sources — never invented.

Related Science courses

Wunder is a personalized learn-anything platform — tell it any topic and it builds a beautiful, fact-checked course in minutes, with narration, a knowledge check, and a college-style University track.

Browse more Science courses · All topics · Home

© 2026 Wunder Learning LLC · Terms & Privacy