Concept Flow - CAP Theorem
Start: Distributed database system
CAP Theorem: Pick 2 of 3 guarantees
Consistency
Network partition occurs
Choose: Consistency OR Availability?
CP System
End
This flow shows how the CAP theorem forces a choice between consistency and availability when a network partition happens in a distributed database.