Spam Prevention Using Distributed Voting, Experience and Moderation Spam prevention in peer to peer systems is still an open problem. Several studies have quantified the extent to which P2P is polluted and demonstrated that all known methods to prevent spam have been shown to be inadequate. Key to this problem is that a fully decentralized system by definition has no trusted central component, but such a component is often a requirement for integrity and security in general. Prior works based on voting and creation of a web-of-trust have not yet moved beyond the proposal and simulation stage. To the best of our knowledge, we present the first Internet-design file sharing system that provides Spam Prevention using Moderation and Gossiped Voting in a fully decentralized architecture. Key Aspects
High(est) level Work Breakdown Structure
Ideas basically Dave's idea, we can figure how high Bartercast reputation should be for a given population with a given number of malicious peers. Bartercast of course if from Tribler's pov. generally how good the E() function should be... References
http://dx.doi.org/10.1016/j.websem.2007.09.005
Rameez:I think perhaps, and I guess I am being superficial here, we should stick to papers where there is talk of voting, reputation dissemination etc
There is some related stuff at the itrust conferences: http://www.iit.cnr.it/iTrust2006/previousitrust.htm Rank Aggregation Quick and dirtiest approach using average: http://www.cs.rpi.edu/~sibel/SibelAdali/Research/6016E3BC-4DEE-48AA-84DE-4960960D59EC.html The first paper linked to defines a simple av. ranking agg. for a given top-K, with missing objections. You just take the top-K (say K=10) from each rank list then do an average of each object (moderator in our case) if he object is not present in a list you assume it is in position K+1. This paper describes a method that uses the number of ranked lists the object occurs in as a weight (see definition 3): http://citeseer.ist.psu.edu/renda03web.html This formula however uses a score instead of the rank position. |