Introduction to Reliable and Secure Distributed Programming (Paperback)
Christian Cachin
- 出版商: Springer
- 出版日期: 2014-10-14
- 售價: $2,800
- 貴賓價: 9.5 折 $2,660
- 語言: 英文
- 頁數: 388
- 裝訂: Paperback
- ISBN: 3642423272
- ISBN-13: 9783642423277
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$2,280Working Effectively with Legacy Code (Paperback)
-
$1,860$1,767 -
$1,520$1,440 -
$1,700$1,700 -
$4,620$4,389 -
$1,980$1,881 -
$1,230$1,169 -
$600$474 -
$1,650$1,568 -
$560$420 -
$2,010$1,910 -
$1,980$1,881 -
$680$537 -
$520$406 -
$2,450$2,328 -
$1,663Continuous Architecture in Practice: Software Architecture in the Age of Agility and Devops (Paperback)
-
$1,368Domain Storytelling: A Collaborative, Visual, and Agile Way to Build Domain-Driven Software (Paperback)
-
$2,070Multithreaded JavaScript: Concurrency Beyond the Event Loop
-
$2,475Software Architecture: The Hard Parts: Modern Trade-Off Analyses for Distributed Architectures (Paperback)
-
$2,625$2,573 -
$2,052Mastering API Architecture: Design, Operate, and Evolve Api-Based Systems (Paperback)
-
$2,160$2,052 -
$1,758Functional Design: Principles, Patterns, and Practices (Paperback)
-
$750$585 -
$2,043$1,935
相關主題
商品描述
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".