Consistency in State/Memory Manipulation – CC
Consistency in distributed systems refers to the requirement that all nodes in the system see the same data at the same time. It ensures that when data is written or updated on one node, the changes are reflected across all other nodes to maintain a coherent state.
Geeks For Geeks Article: Consistency Model in Distributed System
Parallel Computing Consistency Explained – Information Document