Conceptual
Login

CAP Theorem

During a network partition, a distributed system must choose between answering with possibly stale data (availability) and refusing to answer (consistency); it cannot guarantee both. The theorem constrains behavior only during partitions — the everyday tradeoff is latency versus consistency.