Kademlia Algorithm, we are going to gain brief understanding about elements of Kademlia nodes, network structure and Distributed Hash Tables (DHT) in theory. In next video, we will see these concepts in code examples.
This Wikipedia article about Kademlia has really good explanation of routing table and k-buckets. Make sure you read it.
https://en.wikipedia.org/wiki/Kademlia
We also used Jakob Jenkov’s blog in our video, and you can check his blog for understanding Kademia better:
http://tutorials.jenkov.com/p2p/index.html