Follow your curiosity

What discovery has been shared with you?

FACTREE gives you something interesting to discover every day — and something worth talking about together.

Start with one fact. Explore it, go deeper, then follow whichever branch catches your imagination.

Choose subjects for a surprise

Exploring any topic

Begin your discovery

Your next discovery is one click away.

Choose one or more subjects above, or leave Any Topic selected and let curiosity decide.

Engineering

Fault-Tolerant Design of a Microprocessor Using Triple Modular Redundancy

Quick fact

Triple modular redundancy (TMR) is a fault-tolerant design technique that uses three identical processors and a majority voter to mask faults. If one processor produces an incorrect result, the other two agree on the correct output, so the system continues operating correctly without any downtime.

Why this is interesting

Have you ever wondered how airplanes and spacecraft keep flying even when their onboard computers face hardware failures? In such systems, a single electronic failure cannot be allowed to cause a crash, and so designers use a clever trick: they replicate the entire computer three times and let a vote decide what to do.