8: Consistency, Availability & Partition Tolerance
Consistency (C):
In a distributed system, consistency refers to the idea that all nodes in the system have the same view of the data at the same time. This implies that any read operation will return the most recent write.
Example: Consider a distrib...
sudhasrinivaspallam.hashnode.dev3 min read