3.6.32 · D2Spacecraft Structures & Systems Engineering

Visual walkthrough — Redundancy — cold standby, hot standby, active redundancy

2,173 words10 min readBack to topic

We will need one idea from probability and nothing else. Let's earn it.


Step 1 — What "failure rate " actually means

WHAT. A component fails at random. We describe how fast it tends to die with one number, written (the Greek letter "lambda"). It is a count of failures per unit time — say, per hour.

WHY this number and not another. We could try to say "it lasts exactly 5000 hours." But real hardware doesn't die on schedule; it dies randomly. The only honest thing we can state is a rate: on average, how many failures pile up per hour. If per hour, then in one hour there is a chance this part dies. That single number is enough to predict everything else.

PICTURE. Look at the timeline below. Each little tick is a "roll of the dice" per hour. Most hours the part survives; occasionally it dies. A bigger packs the death-events closer together.


Step 2 — From rate to the survival curve

WHAT. We want the probability that one unit is still alive after a stretch of time . Call it — the reliability. The answer is

WHY the exponential and not a straight line. Chop time into tiny slices of width . In each slice the part survives with probability — it dodges death that slice. To survive many slices you multiply those survival chances together. Multiplying many equal factors is exactly what an exponential is. Let the slices shrink and the product becomes . That is why the exponential appears — it is repeated survival, compounded.

Let's read the symbols, right where they sit:

  • — the fixed constant , the natural base that pops out of "multiply survival over and over."
  • — the exponent. It's negative because surviving gets harder as time grows. scales how fast; is how long you've waited.
  • At : (brand new, certainly alive). As : (everything dies eventually).

PICTURE. The curve starts at and decays smoothly to . Steeper = faster decay.

The failure probability is just the leftover: . Hold onto both — the two redundancy schemes multiply and add these differently, and that is the whole story.


Step 3 — The area trick: turning a curve into MTTF

WHAT. We want a single headline number: the Mean Time To Failure, the average lifetime. The trick is:

WHY an integral, and why of . The symbol means "add up thin vertical strips of area from to forever." Here is the beautiful fact: the area under the survival curve equals the average lifetime. Intuition — at each moment , the fraction still alive is ; a unit that is alive at contributes one more instant to its own lifespan. Summing "alive-ness" over all time totals up everyone's lifetime, divided out to an average. So area = mean life. We chose the integral because it is the one tool that converts "who's alive when" into "how long on average."

PICTURE. The shaded region under is the MTTF. For a single unit that area is a clean .

Check it: . So one unit lasts on average. If , that's hours. This is our baseline — the number redundancy must beat.

Recall Why is MTTF the area under

? Because is the fraction still alive at , and summing that fraction over all time (the integral) totals up all the lifespans into an average. ::: Area under the survival curve = average lifetime.


Step 4 — HOT standby: two units aging together

WHAT. In hot standby, both units are powered from . Both age. The system lives as long as at least one survives; it dies only when both are dead.

WHY multiply the failure chances. "Both dead" means unit-A dead AND unit-B dead. For independent parts, AND means multiply their failure probabilities: Reading it: each factor is "this one unit already dead by " from Step 2; the exponent is "two independent units both dead."

The system reliability is whatever's left over:

  • — count each unit's survival once (two of them).
  • — subtract the double-counted "both alive" overlap so we don't tally it twice.

PICTURE. The green two-unit curve sits above the single-unit curve — redundancy buys survival — but it still starts at and both units are burning their clocks together from the very start.

Now take the area (Step 3's trick): The comes from the two survival terms; the is the overlap you subtract because decays twice as fast (its area is half). Net: — one and a half lifetimes.


Step 5 — Why only HALF a lifetime, not a whole one

WHAT. The hot backup gained you — half a lifetime. Not a full one. Why?

WHY. Because the backup was switched on the whole time, aging in parallel. By the moment the primary finally dies, the hot backup has already spent part of its own life sitting there hot and running. You inherit a partly-used spare, not a fresh one.

PICTURE. Two bars aging together: when the primary bar runs out, the backup bar is already partly consumed (shaded). The leftover white piece is the bonus — only about half a bar.


Step 6 — COLD standby: the backup's clock is frozen

WHAT. In cold standby the backup is OFF. An unpowered part barely ages (Step 1's dice aren't being rolled — no power, no wear). Its lifetime clock starts only at switchover. So the total system life is the primary's life plus a fresh full backup life stacked after it.

WHY add, not overlap. The two lifetimes now happen in sequence, never at the same time. Sequential independent lifetimes add. The system dies at the second failure. The probability that fewer than 2 failures have happened by (i.e. zero or one so far) is the first two terms of the Poisson survival:

  • — nobody has died; primary still running.
  • — exactly one death occurred and we're now living on the fresh backup. The counts "how much time has been spent," the keeps the survival envelope.

PICTURE. The cold curve (magenta) sits above the hot curve everywhere — the frozen backup makes the whole system live longer.

Area again: The first is the primary's full life; the second (from ) is the backup's full life added on. Two full lifetimes.


Step 7 — The head-to-head, and the price of the win

WHAT. Line them up:

WHY cold wins on paper — but not always in life. Cold wins the reliability math because its spare stays fresh. The cost hides in time: the parent note's switchover budget can run to minutes for cold, versus milliseconds for hot. During Mars entry, minutes are fatal even if MTTF is larger. So the choice is reliability vs. downtime, exactly the tradeoff Reliability Block Diagrams and Power Budget force you to weigh.

PICTURE. All three survival curves stacked, with the three shaded areas labelled by their MTTF value.


Step 8 — The degenerate cases (never let the reader fall off a cliff)

WHAT & WHY & PICTURE — the corners that break naive intuition:

  • (brand new). Every scheme gives . Both curves start together at the top-left — redundancy gives no head start at birth, only staying power. On the summary figure, all curves meet at .

  • (long mission). All reliabilities decay to — redundancy delays doom, never abolishes it. That is why deep-space missions still get shorter as grows.

  • Imperfect switching (). Our cold-standby formula secretly assumed the switch always works. If the switch itself fails with probability , cold's advantage shrinks: When this is our Step 6 result; when it collapses to a single unit () — the backup is useless because you can never reach it. This is the parent note's "the switch is a single point of failure," now visible in the algebra. Hot standby, needing only , is less exposed to this — a reason it survives FMEA scrutiny in fast-switch cases.

  • Powered-but-idle wear (cold not perfectly frozen). If the "off" backup actually ages at reduced rate with , cold's MTTF slides between (when , effectively hot) and (when , truly frozen). Reality lives in that band.


The one-picture summary

One figure holds the whole journey: the single-unit exponential (baseline area ), the hot curve above it (area , backup aging alongside), and the cold curve highest (area , backup frozen until called). The gaps between the shaded areas are the reliability you bought — and the arrow marks the price you pay: switchover time.

Recall Feynman retelling — the whole walkthrough in plain words

A part dies at random; how fast is one number, . ::: Survival compounds each instant, giving the curve . The average lifetime is the area under that curve. ::: For one part that area is . Hot standby powers both parts from the start, so they age together; the system dies only when both die, which means multiply their failure chances. ::: You gain only half a lifetime, , because the spare wore out partway while sitting hot. Cold standby keeps the spare off, freezing its clock; its full life stacks after the primary's. ::: You gain a whole lifetime, — but you pay minutes of switchover time and you must trust the switch.