Seznam

Téma:Peer-to-peer backup system based on BitTorrent
Vedoucí:Ing. Miroslav Uller , RNDr. Petr Pudlák Ph.D.
Vypsáno jako:Diplomová práce,Bakalářská práce,Individuální projekt
Popis:Peer-to-peer (P2P) data sharing systems are widely used now. However, I'm still
missing a multi-platform backup solution based on this technology. Imagine the following
scenario: Each user backups his/her data, encrypts it, perhaps signs it with a
digital signature, and publishes it into a P2P network. At the same time (s)he
offers some disk space to other participants to store their data. Then, the
users automatically exchange data so that their data are distributed in the network and can be
downloaded later by the respective owner in a case of a loss.

Most of the technology required for the project is already available. In particular:

* Cryptography libraries for encrypting user data.
* P2P library for distributing the data. The best choice for P2P communication seems to be BitTorrent protocol, as it is widely used, is proved to be robust and effective, and
there are several libraries to choose from.
* For better efficiency, the program could also include some compression algorithm(s) with high compression ratio, for example Lempel-Ziv-Markov chain algorithm.
* In some cases the user's software doesn't or can't support incremental backup. Clonezilla, a program for safing whole disks/partitions, is a good
example. In such a case the program could assist the user with its own
solution, which could be based on rdiff.

The aim of the project would be to create

* a full featured user friendly client, and
* a server on a top of a BitTorrent tracker that aids the clients in distributing the data, determines the credit of the clients (i.e. the ratio
between space designated for others and the amount of own data to be
distributed), etc.

Contact: uller@labe.felk.cvut.cz, petr@pudlak.name
Realizace:SW projekt
Vypsáno dne:10.04.2009