Single Point of Failure

mechanism

When one account, provider, identifier, or device controls several critical functions, its loss becomes a system-wide failure rather than an isolated inconvenience. Resilience begins by finding and separating these hidden dependencies.

A blocked Google account may not merely cost you email. It can freeze your contacts and data while also taking away the two-factor authentication needed to recover unrelated accounts.

E1

One lock, many doors

The danger comes from dependency concentration. One account stores information, establishes identity, receives recovery messages, and authenticates access elsewhere. Each additional function makes that account more useful—and makes its failure more consequential. Once the central node disappears, the dependent services can become mutually unrecoverable: you need the account to pass authentication, but you need authentication to regain the account. This is the opposite of Redundancy and Diversification: apparent convenience conceals a tightly coupled system with no independent route back in.

E1

Where it shows up

The account that authenticates everything

Contacts, stored data, and two-factor authentication can all sit behind the same Google login. Blocking that login therefore removes both valuable assets and the recovery machinery for reaching other assets.

E1

Not every dependency deserves duplication

A shared account is not automatically a dangerous single point of failure. The model matters when the dependent functions are critical and no genuinely independent recovery path exists. Duplication also helps only when the backup does not rely on the same account, device, or provider.

Draw the recovery chain

Tomorrow, choose your primary digital account and list everything that depends on it: stored data, contacts, password recovery, and two-factor authentication. Move at least one critical recovery route to an independent account, device, or offline method, then verify that it still works without the primary login.

Episodes that teach this