Govur University Logo
--> --> --> -->
...

If a distributed system must choose between being consistent and being available during a network partition, which one must it sacrifice to strictly follow the CAP theorem?



The CAP theorem says you can only pick two things out of three for a computer system. The three things are consistency, availability, and partition tolerance. Consistency means every person looking at the system sees the exact same data at the same time. Availability means the system always answers your request, even if it is slow or the data is a bit old. A network partition is when the computers in a system stop....

Log in to view the answer



Community Answers

Sign in to open profiles and full community answers.

No community answers yet. Enroll now and be the first to submit one.

Redundant Elements