Our Brothers' Keepers: Secure Routing with High Performance
Alex Brodsky, Scott Lindenberg

TL;DR
This paper introduces a secure, high-performance routing extension for peer-to-peer overlays, combining multiple security techniques to mitigate malicious activities while maintaining efficiency.
Contribution
It presents a novel secure routing extension within the Chord overlay, integrating group policing, random routing, message authentication, and uniform peer distribution.
Findings
Overhead of the secure system is reasonable in a 255-peer overlay.
Multiple security measures effectively mitigate malicious routing.
System maintains high message processing rates despite security enhancements.
Abstract
The Trinity (Brodsky et al., 2007) spam classification system is based on a distributed hash table that is implemented using a structured peer-to-peer overlay. Such an overlay must be capable of processing hundreds of messages per second, and must be able to route messages to their destination even in the presence of failures and malicious peers that misroute packets or inject fraudulent routing information into the system. Typically there is tension between the requirements to route messages securely and efficiently in the overlay. We describe a secure and efficient routing extension that we developed within the I3 (Stoica et al. 2004) implementation of the Chord (Stoica et al. 2001) overlay. Secure routing is accomplished through several complementary approaches: First, peers in close proximity form overlapping groups that police themselves to identify and mitigate fraudulent…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPeer-to-Peer Network Technologies · Caching and Content Delivery · Spam and Phishing Detection
