<p><p>In modern computing a program is usually distributed among several processes. The fundamental challenge when developing reliable and secure distributed programs is to support the cooperation of processes required to execute a common task, even when some of these processes fail. Failures may ra
Introduction to Reliable and Secure Distributed Programming
β Scribed by Christian Cachin, Rachid Guerraoui, LuΓs Rodrigues (auth.)
- Publisher
- Springer-Verlag Berlin Heidelberg
- Year
- 2011
- Tongue
- English
- Leaves
- 381
- Edition
- 2
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
In modern computing a program is usually distributed among several processes. The fundamental challenge when developing reliable and secure distributed programs is to support the cooperation of processes required to execute a common task, even when some of these processes fail. Failures may range from crashes to adversarial attacks by malicious processes.
Cachin, Guerraoui, and Rodrigues present an introductory description of fundamental distributed programming abstractions together with algorithms to implement them in distributed systems, where processes are subject to crashes and malicious attacks. The authors follow an incremental approach by first introducing basic abstractions in simple distributed environments, before moving to more sophisticated abstractions and more challenging environments. Each core chapter is devoted to one topic, covering reliable broadcast, shared memory, consensus, and extensions of consensus. For every topic, many exercises and their solutions enhance the understanding
This book represents the second edition of "Introduction to Reliable Distributed Programming". Its scope has been extended to include security against malicious actions by non-cooperating processes. This important domain has become widely known under the name "Byzantine fault-tolerance".
β¦ Table of Contents
Front Matter....Pages i-xix
Introduction....Pages 1-18
Basic Abstractions....Pages 19-72
Reliable Broadcast....Pages 73-135
Shared Memory....Pages 137-202
Consensus....Pages 203-279
Consensus Variants....Pages 281-339
Concluding Remarks....Pages 341-345
Back Matter....Pages 347-367
π SIMILAR VOLUMES
<P>In modern computing a program is usually distributed among several processes. The fundamental challenge when developing reliable distributed programs is to support the cooperation of processes required to execute a common task, even when some of these processes fail.</P><P>Guerraoui and Rodrigues
<P>In modern computing a program is usually distributed among several processes. The fundamental challenge when developing reliable distributed programs is to support the cooperation of processes required to execute a common task, even when some of these processes fail.</P> <P>Guerraoui and Rodrigu
The scope of this second edition of the introduction to fundamental distributed programming abstractions has been extended to cover βByzantine fault toleranceβ. It includes algorithms to implement these abstractions in vulnerable distributed systems.Β
<p>Large-scale open distributed systems provide an infrastructure for assembling global applications on the basis of software and hardware components originating from multiple sources. Open systems rely on publicly available standards to permit heterogeneous components to interact. The Internet is t