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

  1. Experience Function
  2. Voting on Moderators
  3. Constrained Dissemination
  4. Ranking Relevance

High(est) level Work Breakdown Structure

Work - Date For Completion - Status

  • Get to know simulator - 27/3/2008 - Done
  • Ballot Box Protocol Simulation - 3/4/2008 - Done
  • E( ) Function Using BarterCast + Maxflow (Ask Michel) - 10/4/2008 - Michel wasn't here last week so instead I implemented Voxpopuli
  • Voxpopuli protocol - 17/4/2008 - Done
  • Ranking Relevance with Maarten - 24/4/2008 -
  • User Model - 1/5/2008 -
  • Experiments - 8/5/2008 -
  • Submission - 15/2008 -

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

  1. Gil, Y. and Artz, D., Towards Content Trust of Web Resources, Web Semantics: Science, Services and Agents on the World Wide Web, Volume 5, Issue 4, December 2007, Pages 227-239

http://dx.doi.org/10.1016/j.websem.2007.09.005

  1. Sorge, C. and Zitterbart, M., A Reputation-Based System for Confidentiality Modeling in Peer-to-Peer Networks, in K. Stølen et al. (Eds.): iTrust 2006, LNCS 3986, pp. 367–381, 2006.
  1. Cristiano Castelfranchi, Rino Falcone, and Francesca Marzo, Being Trusted in a Social Network: Trust as Relational Capital, in K. Stølen et al. (Eds.): iTrust 2006, LNCS 3986, pp. 367–381, 2006.

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

  1. Ernesto Damiani, et al. A Reputation Based Approach for Choosing Reliable Resources in Peer-to-Peer Networks. http://www.cs.vu.nl/~crispo/teaching/atcs/P2P-R/reputationCCS.pdf
  1. Sergio Marti and Hector Garcia Molina. Limited Reputation Sharing in P2P Networks

http://delivery.acm.org/10.1145/990000/988787/p91-marti.pdf?key1=988787&key2=6001688021&coll=GUIDE&dl=GUIDE&CFID=64914369&CFTOKEN=72415264

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.