The Maze Peer-To-Peer System: Difference between revisions

From
Jump to navigation Jump to search
 
Line 7: Line 7:
* [http://maze.pku.edu.cn Offical Website]
* [http://maze.pku.edu.cn Offical Website]
* [http://www.usenix.org/events/worlds04/tech/full_papers/yang/yang_html/maze.html Deployment of a Large-scale Peer-to-Peer Social Network]
* [http://www.usenix.org/events/worlds04/tech/full_papers/yang/yang_html/maze.html Deployment of a Large-scale Peer-to-Peer Social Network]
* [http://www.research.microsoft.com/asia/dload_files/group/system/maze_freeride.pdf An Empirical Study of Free-Riding Behavior in the Maze P2P File-Sharing System]

Latest revision as of 18:19, 26 July 2007

The Maze-Peer-To-Peer System was built up by academics from Peking University and Microsoft Research Asia to improve data transfer across the high-bandwidth CERNET (China Education and Research Network). It consists of more than 1.4 million registered users (2004) and roughly 13TB of data are exchanged daily.

Maze's incentive system

Maze uses a simple point incentive system to prevent users from free-riding. Peers consume points by downloading and earn points by uploading files. According to their point total P, peer's download requests are queued by and provided with higher bandwidth. In order to encourage uploading and to prevent imposing hardships on peers with slow links and those holding many unpopular files, a rule was established which gives uploading more points than downloading. Furthermore, new peers get bootstrapping points to download at least 3GB of data before its downloads are throttled.

Links