Skip to content
M LearnwithManoj

Consistent Hashing, Replication & Redundancy - How Distributed Systems Scale

What happens when you add or remove a server from a distributed system? Without consistent hashing, the answer is chaos.

1 min read

What happens when you add or remove a server from a distributed system? Without consistent hashing, the answer is chaos.

What’s in the video (7m 38s)

  • 0:00 — Consistent Hashing, Replication and Redundancy
  • 0:34 — Scalability and Reliability
  • 0:51 — What is Scalability?
  • 1:09 — What is Reliability?
  • 1:28 — What is Consistent Hashing?
  • 3:58 — Replication and Redundancy
  • 4:12 — What is Redundancy?
  • 4:50 — What is Replication?
  • 5:33 — Active-Passive High Availability vs Active-Active High Availability
  • 5:49 — Building For Fault Tolerance

Resources

For more in this series, visit the #system-design tag page or jump to the channel uploads list for everything else.

Related posts