Difficulty-aware Hybrid Search in Peer-to-Peer Networks

Hanhua Chen,Hai Jin,Yunhao Liu,Lionel M. Ni
DOI: https://doi.org/10.1109/TPDS.2008.72
IF: 5.3
2009-01-01
IEEE Transactions on Parallel and Distributed Systems
Abstract:By combining an unstructured protocol with a DHT-based global index, hybrid Peer-to-Peer (P2P) improves search efficiency in terms of query recall and response time. The key challenge in hybrid search is to estimate the number of peers that can answer a given query. Existing approaches assume that such a number can be directly obtained by computing item popularity. In this work, we show that such an assumption is not always valid, and previous designs cannot distinguish whether items related to a query are distributed in many peers or are in a few peers. To address this issue, we propose QRank, a difficulty-aware hybrid search, which ranks queries by weighting keywords based on term frequency. Using rank values, QRank selects proper search strategies for queries. We conduct comprehensive trace-driven simulations to evaluate this design. Results show that QRank significantly improves the search quality as well as reducing system traffic cost compared with existing approaches.
What problem does this paper attempt to address?