Skip to content

Second project for the Distributed Systems course @ FEUP

Notifications You must be signed in to change notification settings

rafaavc/sdis-proj2

Repository files navigation

Distributed Backup Service for the Web

A peer-based distributed backup system. Each peer can request a file backup and specify a certain amount of local disk space to store other peers' files. Each file is stored with a certain replication degree in multiple peers. The Chord algorithm was implemented to look up the peer that should keep each file, requiring only average log(n) hops.

Consult the report here.

About

Second project for the Distributed Systems course @ FEUP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published