Home/NK
Author

NK

2 articles by NK.

Distributed — Gossip Protocol Explained - High Scalability -

Gossip Protocol Explained - High Scalability -

You can subscribe to the system design newsletter to excel in system design interviews and software architecture. The original article was published on systemdesign.one website. What Is Gossip Protocol? The typical problems in a distributed system are the following [1], [11]: * maintaining the system state (liveness of nodes) * communication between nodes The potential solutions to these problems

NNK·July 16, 2023Distributed
Distributed — Consistent hashing algorithm - High Scalability -

Consistent hashing algorithm - High Scalability -

You can subscribe to the system design newsletter to excel in system design interviews and software architecture. You can view the original article Consistent hashing explained on systemdesign.one website. How does consistent hashing work? At a high level, consistent hashing performs the following operations: 1. The output of the hash function is placed on a virtual ring structure (known as the ha

NNK·February 22, 2023Distributed