A class of structured P2P systems supporting browsing
Julien Cohen (LINA)

TL;DR
This paper proposes a method to enable browsing in peer-to-peer systems by extending distributed hash tables with features like partial hash-key handling and specialized routing, demonstrated on Tapestry DHT.
Contribution
It introduces a novel approach to support browsing in P2P networks by modifying existing DHTs with new routing mechanisms for partial hash-keys.
Findings
Algorithm for partial hash-key routing in Tapestry DHT
Framework for browsing in multimedia P2P systems
Work in progress with no validation yet
Abstract
Browsing is a way of finding documents in a large amount of data which is complementary to querying and which is particularly suitable for multimedia documents. Locating particular documents in a very large collection of multimedia documents such as the ones available in peer to peer networks is a difficult task. However, current peer to peer systems do not allow to do this by browsing. In this report, we show how one can build a peer to peer system supporting a kind of browsing. In our proposal, one must extend an existing distributed hash table system with a few features : handling partial hash-keys and providing appropriate routing mechanisms for these hash-keys. We give such an algorithm for the particular case of the Tapestry distributed hash table. This is a work in progress as no proper validation has been done yet.
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 · Algorithms and Data Compression
