Skip to main content
← Knowledge Graph
Data SystemsNew

🧩 The Unreliable Network

The assumption that in a distributed system, packets will be lost, clocks will drift, and nodes will pause.

🎯 Mastery Criteria

Student can explain why we cannot distinguish between a slow network and a dead node.
🤔 Reflection:
"How does the unreliability of clocks affect our ability to resolve conflicts using timestamps (Last Write Wins)?"

⚠️ Common Trap

Timeouts are reliable failure detectors.