Complete the code to identify the three properties of the CAP theorem.
The CAP theorem states that a distributed system can guarantee only two of the following three properties: Consistency, Availability, and [1].
The CAP theorem includes Consistency, Availability, and Partition tolerance as the three key properties.
Complete the code to describe the trade-off when a network partition occurs.
When a network partition happens, a system must choose between [1] and Availability.
During a partition, the system can either remain consistent or available, but not both.
Fix the error in the statement about CAP theorem trade-offs.
A system that chooses Availability over [1] during a partition may return stale data.
Choosing Availability over Consistency means the system may serve outdated data.
Fill both blanks to complete the description of CAP theorem guarantees.
In the presence of a network partition, a distributed system can guarantee either [1] or [2], but not both.
During network partitions, systems must choose between Consistency and Availability.
Fill all three blanks to complete the explanation of CAP theorem properties.
The CAP theorem states that a distributed system can provide [1], [2], and [3] simultaneously only in the absence of network partitions.
Consistency, Availability, and Partition tolerance cannot all be guaranteed during network partitions.