Java Network File Sharing System
Java Network File Sharing System
JAVA NETWORK FILE SHARING SYSTEM ABSTRACTWe implemented a distributed, peer-to-peer file system in Java using the Chord protocol for efficient location of files stored across a network. Chord is a distributed key lookup technique that scales logarithmically with an increase in the number of storage nodes. Initially, we discovered problems with the Chord algorithms, and prototyped corrections to…
View On WordPress











