Tag view

#cap

Cross-subject tag search for related interview cards.

Clear

Results update as you type. Press / to jump straight into search.

Tagged with cap

1 card

System Design Medium Theory

CAP theorem basics

In a network partition, a distributed system must choose between strong consistency and availability.

  • Partition tolerance is unavoidable in distributed systems
  • Choice matters only during partition
  • Many systems pick different tradeoffs by workflow

CAP theorem basics