Ramos: Concurrent writing and reconfiguration for collaborative systems

  • Authors:
  • L. Droz-Bartholet;J. -C. Lapayre;F. Bouquet;E. Garcia;A. Heinisch

  • Affiliations:
  • Computer Science Lab. of Franche-Comté University, 16, Rte de Gray, 25030 Besançon Cedex, France and Covalia Interactive, 18, rue Alain Savary, 25000 Besançon, France;Computer Science Lab. of Franche-Comté University, 16, Rte de Gray, 25030 Besançon Cedex, France;Computer Science Lab. of Franche-Comté University, 16, Rte de Gray, 25030 Besançon Cedex, France;Computer Science Lab. of Franche-Comté University, 16, Rte de Gray, 25030 Besançon Cedex, France and Covalia Interactive, 18, rue Alain Savary, 25000 Besançon, France;Computer Science Lab. of Franche-Comté University, 16, Rte de Gray, 25030 Besançon Cedex, France

  • Venue:
  • Journal of Parallel and Distributed Computing
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

Collaborative systems, with specific distributed systems allow multiple participants to work in a common virtual space, while reproducing the different ways to interact in a group. Such systems have to manage not only the sharing of context and particularly the context consistency, but also at the same time the fault tolerance. No system in the literature combines these two requirements. In this paper, we are proposing the new protocol Ramos which implements a fault-tolerant, and a context consistency (ensuring a total order of write operations) based on an asynchronous message-passing model. Communication takes place via gossip messages, which are sent at any frequency between a dynamic set of nodes. Ramos is based on the Rambo III algorithm for replicated data services. Rambo III provides two functions: reconfiguration of a dynamic set of nodes and reading/writing of a replicated object. In Ramos the reconfiguration process from Rambo III is adapted to the needs of collaborative systems and Paxos is used to execute concurrent write operations. It is assumed that from a total set of 2f+1 nodes, at most a subset of f nodes is allowed to fail simultaneously. Furthermore, it is assumed that the application using Ramos provides a leader-election method. Ramos, the algorithm proposed here, provides one significant feature: all write operations are totally ordered.