Distributed Systems for practitioners

Distributed Systems for practitioners

English | 2021 | 259 Pages | PDF, EPUB, MOBI | 34 MB

Learn the basic principles that govern how distributed systems work and how you can design your systems for increased performance, availability and scalability. Understand the basic algorithms and protocols used to solve the most common problems in the space of distributed systems. See how theory can be put in practice through case studies and a collection of practices and patterns.
This book is divided into four main parts:

  • Distributed Transactions & Consensus: introduction of the problem of distributed transactions and consensus and available solutions, such as two-phase commit, Paxos, Raft etc.
  • Time & Order: a deep dive into the concepts of time and order, their role in a distributed systems and relevant techniques to handle them, such as lamport clocks and vector clocks.
  • From theory to practice: an examination of how theory presented in previous sections can be used in practice, by looking at case studies of real-life distributed systems, practices and patterns used across the industry
Homepage