Browse by Tags
All Tags »
distributed system (RSS)
Sorry, but there are no more tags available to filter with.
Various concrete consistency models have been described in [1], now it's time to discuss how to implement these models. Consistency semantic is divided into two categories in [1] - "Coherence and Replication are very similar concepts and deal with the
Read More...
Part I - What's Data Consistency Model and Why Should We Care? Data Consistency Model - it is a Semantic Contract between a data storage system and its user. Here, data storage system may refer to hardware system ( for example : memory sub-system inDSM,
Read More...
1. The Need for Logical Clock One of the challenges in distributed system is the lack of global time clocks, it's very hard to timestamp events is different processes and order them globally. To solve the " Time & Order of Events in Distributed System
Read More...