Skip to main content

Book Exercise Lanes

This generated surface maps a learner-facing curriculum unit to its canonical source routes.

Curriculum surface

  • Open learner-facing unit
  • Curriculum path: content/curriculum/architecture/semester-06-databases-distributed/module-05-distributed-systems-fundamentals/exercises.md
  • App: architecture
  • Semester: semester-06-databases-distributed
  • Module: module-05-distributed-systems-fundamentals
  • Unit kind: exercise
  • Curation level: module_curated

Learning objectives

  • Explain Book Exercise Lanes in terms of failure models, ordering, coordination, and tradeoffs instead of distributed-systems folklore.
  • Use Book Exercise Lanes to predict system behavior under delay, partial failure, or disagreement between nodes.
  • Use database-internals, ddia, distributed-systems-concepts-and-design to connect the learner page to clocks, failure detectors, consensus, and real coordination patterns.

Prerequisites

  • Comfort reasoning about replication, partitioning, and database failure modes from the earlier semester modules.

Source books

  • database-internals
  • ddia
  • distributed-systems-concepts-and-design

Source routes

Database Internals

Ddia

  • /books/ddia/chapter-08-the-trouble-with-distributed-systems via DDIA: Byzantine Faults, DDIA: Clock Synchronization and Accuracy, DDIA: Cloud Computing and Supercomputing, DDIA: Faults and Partial Failures, DDIA: Process Pauses (Part 1), DDIA: Process Pauses (Part 2), DDIA: Relying on Synchronized Clocks (Part 1), DDIA: Relying on Synchronized Clocks (Part 2), DDIA: Synchronous Versus Asynchronous Networks, DDIA: System Model and Reality, DDIA: The Truth Is Defined by the Majority, DDIA: Timeouts and Unbounded Delays, DDIA: Unreliable Clocks, DDIA: Unreliable Networks
  • /books/ddia/chapter-09-consistency-and-consensus via DDIA: Distributed Transactions and Consensus, DDIA: Fault-Tolerant Consensus (Part 1), DDIA: Fault-Tolerant Consensus (Part 2), DDIA: Fault-Tolerant Consensus (Part 3), DDIA: Membership and Coordination Services, DDIA: Ordering and Causality (Part 1), DDIA: Ordering and Causality (Part 2), DDIA: Sequence Number Ordering (Part 1), DDIA: Sequence Number Ordering (Part 2)
  • /books/ddia/chapter-12-the-future-of-data-systems via DDIA: The End-to-End Argument for Databases (Part 1), DDIA: The End-to-End Argument for Databases (Part 2)

Distributed Systems Concepts And Design

  • /books/distributed-systems-concepts-and-design via Coulouris: Challenges (Part 1), Coulouris: Challenges (Part 2), Coulouris: Challenges (Part 3), Coulouris: Consensus and related problems (Part 1), Coulouris: Consensus and related problems (Part 2), Coulouris: Consensus and related problems (Part 3), Coulouris: Data storage and coordination services (Part 1), Coulouris: Data storage and coordination services (Part 2), Coulouris: Elections (Part 1), Coulouris: Fundamental Models (Part 3), Coulouris: Gossip architecture (Part 1), Coulouris: Logical Time and Logical Clocks, Coulouris: Synchronizing Physical Clocks (Part 1)

Supporting curriculum routes

No supporting curriculum routes linked yet.

External enrichment

  • The Secret Lives of Data: Raft (read_if_stuck) - Useful when the learner needs a visual explanation of ordering, leadership, and replication before returning to the source texts.
  • etcd Documentation (official_docs_companion) - Anchors distributed-systems fundamentals in a real coordination system with practical operational semantics.

AI companion modes

  • Explain simply
  • Socratic tutor
  • Challenge my understanding
  • Diagnose my confusion
  • Connect forward / backward

Source-of-truth note

This teaching unit is learner-facing guidance assembled from multiple canonical book routes. Use the listed source books as the primary conceptual spine for Book Exercise Lanes, and treat outside material as supporting enrichment only.