Distributed Hash Tables
Today i had an appifiny, after meeting with my advisor i discoverd the optimal way for the network to work and i beleve a solution that will let me impliment it. That methood is DHT and the solution is Bamboo .
DHT’s are the appropriate solution becasue they will allow our project to maintain some structure withought needing to broadcast the entire file to all nodes. Also DHT’s provide a network overlay, routing algorithums and a network protocall. This simplifies my work from the privious approch wich was to use Nemo which would only provide a network overlay.
Bamboo is great because of it’s simple protocol of Get and Put as well as it’s efficiency in handling changing networks with high churn(or nodes leaving and joining often). It is also Open-source under the GPL and very modular for the changes we will make.
Current concepts are to have a hash key for each block and use these hash keys as channels for data transfer. More information on this later.
No comments yet. Be the first.
Leave a reply

