Intermediate Computer Networks
Q53 / 100

What is the CAP theorem in distributed systems?

Correct! Well done.

Incorrect.

The correct answer is B) A distributed systems theorem: a system can guarantee at most two of Consistency, Availability, and Partition tolerance simultaneously

B

Correct Answer

A distributed systems theorem: a system can guarantee at most two of Consistency, Availability, and Partition tolerance simultaneously

Explanation

CAP (Brewer): during a network partition, a distributed system must choose between Consistency (all nodes see same data) or Availability (every request gets a response). Partition tolerance is required in real networks.

Progress
53/100