Gossip Protocol Simulator — Interactive System Design Lab

Observe how gossip-based communication spreads state updates across nodes without a central coordinator. See how failure detection and state reconciliation work in systems like Cassandra, where gossip is the heartbeat.

Step through or auto-run gossip rounds and watch infection spread across the cluster.

This free interactive simulation runs directly in your browser — no account needed. Adjust the parameters and watch how the system responds in real time.

Concepts covered

  • gossip protocol
  • eventual consistency
  • distributed systems
  • Cassandra
  • failure detection
  • peer-to-peer

Read the guide

  • Distributed System Patterns — Microservices break things: Transactions, Consistency, and Reliability. Learn the patterns (Circuit Breaker, Saga, Outbox) we use to glue them back together.
  • Consistency & Availability — The eternal trade-off. Learn why you can't have it all (CAP), how to handle the 99% of time when things ARE working (PACELC), and how to tune your truth.