Consistent Distributed Storage

Gramoli, Vincent

  • 出版商: Morgan & Claypool
  • 出版日期: 2021-06-30
  • 售價: $3,470
  • 貴賓價: 9.5$3,297
  • 語言: 英文
  • 頁數: 192
  • 裝訂: Hardcover - also called cloth, retail trade, or trade
  • ISBN: 1636390641
  • ISBN-13: 9781636390642
  • 海外代購書籍(需單獨結帳)

商品描述

This is a presentation of several approaches for employing shared memory abstraction in distributed systems, a powerful tool for simplifying the design and implementation of software systems for networked platforms.

These approaches enable system designers to work with abstract readable and writable objects without the need to deal with the complexity and dynamism of the underlying platform. The key property of shared memory implementations is the consistency guarantee that it provides under concurrent access to the shared objects. The most intuitive memory consistency model is atomicity because of its equivalence with a memory system where accesses occur serially, one at a time. Emulations of shared atomic memory in distributed systems is an active area of research and development. The problem proves to be challenging, and especially so in distributed message passing settings with unreliable components, as is often the case in networked systems. Several examples are provided for implementing shared memory services with the help of replication on top of message-passing distributed platforms subject to a variety of perturbations in the computing medium.