Designing Fault-tolerant Algorithms for Distributed Systems Using Communication Primitives

Designing Fault-tolerant Algorithms for Distributed Systems Using Communication Primitives
Title Designing Fault-tolerant Algorithms for Distributed Systems Using Communication Primitives PDF eBook
Author T. K. Srikanth
Publisher
Pages 236
Release 1986
Genre Algorithms
ISBN

Download Designing Fault-tolerant Algorithms for Distributed Systems Using Communication Primitives Book in PDF, Epub and Kindle

Fault-tolerant Message-passing Distributed Systems

Fault-tolerant Message-passing Distributed Systems
Title Fault-tolerant Message-passing Distributed Systems PDF eBook
Author Michel Raynal
Publisher
Pages 459
Release 2018
Genre Electronic data processing
ISBN 9783319941424

Download Fault-tolerant Message-passing Distributed Systems Book in PDF, Epub and Kindle

This book presents the most important fault-tolerant distributed programming abstractions and their associated distributed algorithms, in particular in terms of reliable communication and agreement, which lie at the heart of nearly all distributed applications. These programming abstractions, distributed objects or services, allow software designers and programmers to cope with asynchrony and the most important types of failures such as process crashes, message losses, and malicious behaviors of computing entities, widely known under the term "Byzantine fault-tolerance". The author introduces these notions in an incremental manner, starting from a clear specification, followed by algorithms which are first described intuitively and then proved correct. The book also presents impossibility results in classic distributed computing models, along with strategies, mainly failure detectors and randomization, that allow us to enrich these models. In this sense, the book constitutes an introduction to the science of distributed computing, with applications in all domains of distributed systems, such as cloud computing and blockchains. Each chapter comes with exercises and bibliographic notes to help the reader approach, understand, and master the fascinating field of fault-tolerant distributed computing.

Communication and Agreement Abstractions for Fault-Tolerant Asynchronous Distributed Systems

Communication and Agreement Abstractions for Fault-Tolerant Asynchronous Distributed Systems
Title Communication and Agreement Abstractions for Fault-Tolerant Asynchronous Distributed Systems PDF eBook
Author Michel Raynal
Publisher Morgan & Claypool Publishers
Pages 273
Release 2010-06-06
Genre Technology & Engineering
ISBN 1608452948

Download Communication and Agreement Abstractions for Fault-Tolerant Asynchronous Distributed Systems Book in PDF, Epub and Kindle

Understanding distributed computing is not an easy task. This is due to the many facets of uncertainty one has to cope with and master in order to produce correct distributed software. Considering the uncertainty created by asynchrony and process crash failures in the context of message-passing systems, the book focuses on the main abstractions that one has to understand and master in order to be able to produce software with guaranteed properties. These fundamental abstractions are communication abstractions that allow the processes to communicate consistently (namely the register abstraction and the reliable broadcast abstraction), and the consensus agreement abstractions that allows them to cooperate despite failures. As they give a precise meaning to the words "communicate" and "agree" despite asynchrony and failures, these abstractions allow distributed programs to be designed with properties that can be stated and proved. Impossibility results are associated with these abstractions. Hence, in order to circumvent these impossibilities, the book relies on the failure detector approach, and, consequently, that approach to fault-tolerance is central to the book. Table of Contents: List of Figures / The Atomic Register Abstraction / Implementing an Atomic Register in a Crash-Prone Asynchronous System / The Uniform Reliable Broadcast Abstraction / Uniform Reliable Broadcast Abstraction Despite Unreliable Channels / The Consensus Abstraction / Consensus Algorithms for Asynchronous Systems Enriched with Various Failure Detectors / Constructing Failure Detectors

Algorithms for Fault Tolerant Distributed Systems

Algorithms for Fault Tolerant Distributed Systems
Title Algorithms for Fault Tolerant Distributed Systems PDF eBook
Author Leslie Lamport
Publisher
Pages 214
Release 1989
Genre
ISBN

Download Algorithms for Fault Tolerant Distributed Systems Book in PDF, Epub and Kindle

The research described in this report is presented in six parts: 1) On Interprocess Communication studies interprocess communication without assuming any lower-level communication primitives. A formalism is developed for reasoning about concurrent systems that does not assume an atomic grain of action; 2) The Intersecting Broadcast Machine is a novel array processor architecture, capable of processing efficiently programs whose arbitrary or complex structure would make them difficult to map onto conventional array processors. The architecture also supports fault-tolerant operation: 3) Broadcast Protocols for Distributed Systems considers how the broadcast character of communications media such as Ethernet and packet radio can be exploited to yield reliable communication with very little overhead; 4) Extending Interval Logic to Real Time Systems presents a technique for the formal expression of the real-time constraints that are critical to the specification of fault-tolerant distributed systems; 5) Consistency of Replicated Information in Multichannel Fault Tolerant Systems considers the possibility of using similar, but not identical, processing in the replicas of a fault tolerant system. Conventional fault tolerant systems using replicate processing require the replicas to be identical, so that they can be compared by exact match algorithms. This exact replication increases the risk that a common fault will affect all replicas and cause system failure; and 6) Experimental Implementation and Evaluation of the TRANS Broadcast Protocol describes an implementation and evaluation of the broadcast protocol outlined in Part III. Keywords: Multiprocessors. (KR).

Fault-tolerant Agreement in Synchronous Message-passing Systems

Fault-tolerant Agreement in Synchronous Message-passing Systems
Title Fault-tolerant Agreement in Synchronous Message-passing Systems PDF eBook
Author Michel Raynal
Publisher Morgan & Claypool Publishers
Pages 189
Release 2010-06-06
Genre Technology & Engineering
ISBN 1608455262

Download Fault-tolerant Agreement in Synchronous Message-passing Systems Book in PDF, Epub and Kindle

Understanding distributed computing is not an easy task. This is due to the many facets of uncertainty one has to cope with and master in order to produce correct distributed software. A previous book Communication and Agreement Abstraction for Fault-tolerant Asynchronous Distributed Systems (published by Morgan & Claypool, 2010) was devoted to the problems created by crash failures in asynchronous message-passing systems. The present book focuses on the way to cope with the uncertainty created by process failures (crash, omission failures and Byzantine behavior) in synchronous message-passing systems (i.e., systems whose progress is governed by the passage of time). To that end, the book considers fundamental problems that distributed synchronous processes have to solve. These fundamental problems concern agreement among processes (if processes are unable to agree in one way or another in presence of failures, no non-trivial problem can be solved). They are consensus, interactive consistency, k-set agreement and non-blocking atomic commit. Being able to solve these basic problems efficiently with provable guarantees allows applications designers to give a precise meaning to the words "cooperate" and "agree" despite failures, and write distributed synchronous programs with properties that can be stated and proved. Hence, the aim of the book is to present a comprehensive view of agreement problems, algorithms that solve them and associated computability bounds in synchronous message-passing distributed systems. Table of Contents: List of Figures / Synchronous Model, Failure Models, and Agreement Problems / Consensus and Interactive Consistency in the Crash Failure Model / Expedite Decision in the Crash Failure Model / Simultaneous Consensus Despite Crash Failures / From Consensus to k-Set Agreement / Non-Blocking Atomic Commit in Presence of Crash Failures / k-Set Agreement Despite Omission Failures / Consensus Despite Byzantine Failures / Byzantine Consensus in Enriched Models

Fault Tolerance in Distributed Systems

Fault Tolerance in Distributed Systems
Title Fault Tolerance in Distributed Systems PDF eBook
Author Pankaj Jalote
Publisher Prentice Hall
Pages 456
Release 1994
Genre Computers
ISBN

Download Fault Tolerance in Distributed Systems Book in PDF, Epub and Kindle

Fault tolerance is an approach by which reliability of a computer system can be increased beyond what can be achieved by traditional methods. Comprehensive and self-contained, this book explores the information available on software supported fault tolerance techniques, with a focus on fault tolerance in distributed systems.

Fault Tolerant System Design

Fault Tolerant System Design
Title Fault Tolerant System Design PDF eBook
Author Shem-Tov Levi
Publisher McGraw-Hill Companies
Pages 440
Release 1994
Genre Computers
ISBN

Download Fault Tolerant System Design Book in PDF, Epub and Kindle

This book presents a comprehensive exploration of the practical issues, tested techniques, and accepted theory for developing fault tolerant systems. It is a ready reference to work already done in the field, with new approaches devised by the authors.