0 votes
in BlockChain by
CAP Theorem in BlockChain

1 Answer

0 votes
by
CAP Theorem
CAP Theorem

CAP Theorem is a design principle/ tool that is used to design a Distributed Systems. It states that Distributed systems cannot achieve ConsistencyAvailability, and Partition Tolerance simultaneously.

  • Consistency: At any given time, all nodes in the network must return the same, recent value.

  • Availability: Every working node in the network must return a response to a request within a specific amount of time.

  • Partition Tolerance: The network continues to operate, even if the nodes are partitioned and cannot communicate with each other for an arbitrary length of time.

Related questions

0 votes
asked Feb 1, 2020 in Cassandra by rajeshsharma
0 votes
asked Jun 14, 2022 in BlockChain by rajeshsharma
...