Search |
||
Networking: Ensure data integrity in a decentralized storage systemPosted by alois on January 27, 2009 at 12:57 AM PST
Introduction
I'm actually developing on my free time a decentralized computing platform in java, I'm in the early stage, defining concepts and building the foundation. This platform is target to be available to anyone connected to internet, so data integrity must be granted to avoid corruption of data from someone else, I gonna describe the concept I created to avoid any corruption of data in a high decentralized storage system. Definition The decentralized platform consist of (highly simplified):
Integrity checking scenario Network service receive data request:
Conclusion Please feel free to comment it, especially if you know better solution or any software who have implemented a such concept efficiently. UniNet experimental project was close, you can find informations about my new project here. »
Related Topics >>
P2P Comments
Comments are listed in date ascending order (oldest first)
Submitted by here_he_is_javanet on Wed, 2009-01-28 16:48.
Have a look at Freenet.
They have something that seems quite similar to what you are describing in terms of a distributed storage system.
|
||
|
|