ENGLISH
REFERENCE

partition tolerance

compound.
C2 Proficiency Systems Design
Definition

compound. the ability of a computer network to keep working even if some parts cannot talk to each other. It is a key part of how large websites stay online when there are technical problems.

compound. the capacity of a distributed system to continue operating despite the loss or delay of messages between nodes. It is one of the three components of the CAP theorem, which states that a system can only provide two out of three guarantees: consistency, availability, and partition tolerance.


SIMPLE

Modern cloud databases must have partition tolerance to stay online.

CONTEXTUAL

Because the system has high partition tolerance, users in Europe could still access the site even when the connection to the American servers failed.

COMPLEX

Engineers often prioritise partition tolerance in distributed architectures to ensure that a network failure does not result in a complete system outage, even if it means temporary data inconsistency.

Origin

A compound of partition, from the Latin partitionem meaning a division, and tolerance, derived from the Latin tolerantia. The term gained prominence following the 1998 proposal of the CAP theorem by Eric Brewer.

Etymology adapted from Wiktionary, available under CC BY-SA 4.0.

Usage

Commonly used in the context of the CAP theorem in computer science.

Last updated July 22, 2026