Eventual Consistency — data will converge. Strong Consistency — data is always up-to-date.
Eventual Consistency:
Eventual Consistency:
Write to Node A → Replicate to B, C
Read from B: may see old data briefly
Eventually: all nodes converge
Strong Consistency:
Strong Consistency:
Write to Node A → Wait for B, C confirmation
Read from any node: always latest data
(All nodes same data at all times)
Key differences: