_______ consistency model ensures that all nodes in a distributed system see the same version of data at the same time.

  • Causal
  • Eventual
  • Sequential
  • Strong
The strong consistency model ensures that all nodes in a distributed system see the same version of data at the same time. This means that once a write is acknowledged, all subsequent reads will return the latest written value.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *