Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 392 Bytes

index.md

File metadata and controls

9 lines (7 loc) · 392 Bytes

Chapter 3: Broadcast

In this chapter, we generalize our echo server to a re-usable Node class, and build a simple gossip-based broadcast system. We explore the impact of various network topologies on message volume and effective latency, and make our gossip protocol robust to network failures.

  1. Broadcast
  2. Performance