Enabling Efficient Content Location and Retrieval in Peer-to-Peer Systems by Exploiting Locality in Interests Kunwadee Sripanidkulchai Bruce Maggs Hui Zhang Carnegie Mellon University fkunwadee,bmm,[email protected]

D, E, F Gnutella overlay

Content Peer list overlay

3/3 A, B, C, D

(a) Peer list overlay

A, C, D, E 0/3 2/3 0/3 A, B, C

F, G, H

(b) Locality in interests relationship

Fig. 2. Using locality in interests. 60

10 interest 1 hop

random

40 30 20

interest 1 hop interest 2 hops

10 0 0

2000

4000 6000 8000 10000 12000 Simulation length (s)

Number of peers

50

Miss rate (%)

Services on the Internet are evolving from centralized client-server architectures to fully distributed architectures. End-hosts are becoming more ubiquitous, more powerful, and more involved in providing services. The wide-spread adoption of Internet access as a utility service is enabling new modes of interaction between end-hosts. End-hosts can provide services as well as use services. We call systems based on such service architectures peer-to-peer systems, and end-hosts participating in such systems peers. Our interests lie in peer-to-peer content publishing and distribution, where peers publish content to the system and download content from the system. Peers contribute storage and collaborate while participating in the system. Downloading content involves locating peers who have copies of the content, selecting a peer, and retrieving a copy from that peer. The characteristics unique to peer-to-peer systems are dynamicity and variability. For example, content in the system is dynamically replicated, and peers dynamically join and leave the system. Furthermore, peers have a wide range of network access speeds, and variability in load and available bandwidth at each peer can be extensive. To study variability in performance, we measured ping times to endhosts on the Internet at 30-second intervals over a 24-hour period. Variability in ping time implies variability in download performance. We collected IP addresses of peers participating in Gnutella [1], a filesharing application, on April 16, 2001. Out of the 58,400 addresses collected, 2454 were randomly chosen and pinged on April 23 and May 1, 2001. Figure 1 depicts the measured ping time to a peer with cable modem access. The ping times vary over a wide range from 300 milliseconds to 24 seconds. The standard deviation is on the order of seconds, which is typical for a third of the peers measured in our experiments. Unlike servers, end-hosts are not exclusively provisioned for providing service. End-hosts can be used to run many applications locally while actively participating in peer-to-peer content distribution. For many hosts, bandwidth is a scarce resource. Supporting a few concurrent downloads is feasible. But, additional connections can significantly degrade download performance. Protocols designed for peer-topeer systems need to take into account its dynamic and variable nature. There are many challenges in designing peer-to-peer content distribution systems. In this work, we address the challenge of locating and retrieving content in a scalable, efficient, and distributed way when peers and the network have extremely high variability in performance. Existing solutions, such as Tapestry [6], Chord [5], CAN [3], and Pastry [4] have addressed scalability. However, no solution explicitly addresses performance. In order to achieve good performance, it is necessary to consider dynamic conditions. Incorporating dynamic performance into existing protocols is not trivial because it can greatly reduce scalability. We propose a novel solution based on locality in interests to identify a small set of peers for which to maintain dynamic performance state. Peers self-organize into groups. Each peer maintains a list of peers who share similar interests. Peers on the list are ranked based on current in-

8 interest 2 hops

6 4 2 0

2000

(a) Miss rate

4000 6000 8000 10000 12000 Simulation length (s)

(b) Peer list size

Fig. 3. Performance of using locality in interests to locate content.

terests and dynamic performance. Content is located by querying peers on one’s list. Figure 2(a) depicts a peer list overlay constructed on top of Gnutella. When content cannot be found through the list, peers use an underlying location mechanism, such as flooding in Gnutella or lookups in Chord, to locate content. In our initial evaluation, we use the following heuristic to identify locality in interests: peers that have the content we are looking for share the same interests. Figure 2(b) illustrates this relationship. The peer in the middle is looking for content A, B, and C, which can all be found at the peer at the far left. To evaluate the benefits of using locality in interests to locate content, we run simulations using the Boeing corporate web proxy traces [2] to drive the request stream. We compare three content location algorithms: ask random peers, ask peers who share the same interests (1-hop), and ask peers and peers of peers with the same interests (2-hops). The average, maximum, and minimum miss rate observed from 16 simulation using all three algorithms is shown in Figure 3(a). The miss rate is defined as the percentage of requests for which content that already exists in the system cannot be found. Using the random algorithm results in a 35% miss rate. The miss rate using locality in interests is significantly lower: 10% when asking peers 1 hop on the peer list and down to 5% when ask peers 2 hops on the list. Figure 3(b) depicts the average size of the peer list maintained at each node. On average, maintaining a list of 8 peers provides sufficiently low miss rates. We demonstrate that locating content among peers with shared interests is effective and incurs low overhead. We are currently exploring heuristics to refine our solution by ranking peers in the list based on dynamic performance and boostrapping the list using alternative mechanisms. We are also implementing our solution for Gnutella. Please visit our webpage, http://www.cs.cmu.edu/˜kunwadee/research/p2p, for more information about our research and for the implementation we plan to release shortly.

May 1, 2001

R EFERENCES

4

Ping Time (ms)

10

3

10

18:00

00:00 06:00 Time of day

12:00

Fig. 1. Ping time to an end-host with cable modem access.

[1] Gnutella. http://gnutella.wego.com. [2] J. Meadows. Boeing proxy logs. Available at ftp://researchsmp2.cc.vt.edu/pub/boeing/, March 1999. [3] S. Ratnasamy, P. Francis, M. Handley, R. Karp, and S. Shenker. A scalable content-addressable network. Proceedings of ACM SIGCOMM, August 2001. [4] A. Rowstron and P. Druschel. Pastry: Scalable, distributed object location and routing for large-scale peer-to-peer systems. Submitted for publication. [5] I. Stoica, R. Morris, D. Karger, M. F. Kaashoek, and H. Balakrishnan. Chord: A scalable peer-to-peer lookup service for Internet applications. Proceedings of ACM SIGCOMM, August 2001. [6] B. Zhao, J. Kubiatowicz, and A. Joseph. Tapestry: An infrastructure for wide-area fault-tolerant location and routing. U. C. Berkeley Technical Report UCB/CSD-01-1141, April 2001.

Enabling Efficient Content Location and Retrieval in ...

The wide-spread adoption of Internet access as a utility service is enabling ... Our interests lie in peer-to-peer content publishing and distribution, where peers ...

51KB Sizes 0 Downloads 318 Views

Recommend Documents

Enabling Efficient Content Location and Retrieval in ...
service architectures peer-to-peer systems, and end-hosts participating in such systems .... we run simulations using the Boeing corporate web proxy traces [2] to.

Enabling Efficient Content Location and Retrieval in ...
May 1, 2001 - Retrieval performance between end-hosts is highly variable and dynamic. ... miss for a web cache) as a publish in peer-to-peer system.

Enabling Efficient Content Location and Retrieval in Peer ... - CiteSeerX
Peer-to-Peer Systems by Exploiting Locality in Interests. Kunwadee ... Gnutella overlay. Peer list overlay. Content. (a) Peer list overlay. A, B, C, D. A, B, C. F, G, H.

Enabling Efficient Content Location and Retrieval in ...
May 1, 2001 - Retrieval performance between end-hosts is highly variable and dynamic. • Need to ... Peer-to-Peer Systems by Exploiting Locality in Interests.

Efficient Content Location Using Interest-Based Locality ...
Section VIII, and related work in Section IX. II. ... First, shortcuts are modular in that they can work with ..... participate in a Web content file-sharing system.

Enabling Robust and Efficient Distributed ...
relatively recent P2P-based storage services that allow data to be stored and retrieved among peers [3]. ... recently, for cloud computing services as well [2], [18]. ...... [45] R. O'Dell and R. Wattenhofer, “Information dissemination in highly ..

Efficient Speaker Identification and Retrieval - Semantic Scholar
Department of Computer Science, Bar-Ilan University, Israel. 2. School of Electrical .... computed using the top-N speedup technique [3] (N=5) and divided by the ...

Efficient Speaker Identification and Retrieval
(a GMM) to the target training data and computing the average log-likelihood of the ... In this paper we aim to (a) improve the time and storage efficiency of the ...

Efficient Speaker Identification and Retrieval - Semantic Scholar
identification framework and for efficient speaker retrieval. In ..... Phase two: rescoring using GMM-simulation (top-1). 0.05. 0.1. 0.2. 0.5. 1. 2. 5. 10. 20. 40. 2. 5. 10.

Unsupervised, Efficient and Semantic Expertise Retrieval
a case-insensitive match of full name or e-mail address [4]. For. CERC, we make use of publicly released ... merical placeholder token. During our experiments we prune V by only retaining the 216 ..... and EX103), where the former is associated with

Unsupervised, Efficient and Semantic Expertise Retrieval
training on NVidia GTX480 and NVidia Tesla K20 GPUs. We only iterate once over the entire training set for each experiment. 5. RESULTS AND DISCUSSION. We start by giving a high-level overview of our experimental re- sults and then address issues of s

BloomCast Efficient And Effective Full-Text Retrieval In Unstructured ...
BloomCast Efficient And Effective Full-Text Retrieval In Unstructured P2P Networks.pdf. BloomCast Efficient And Effective Full-Text Retrieval In Unstructured P2P ...

Social Caching and Content Retrieval in Disruption ...
Epidemic routing [10], which floods the entire network. ... popular data at high social-level nodes to which most content ... 2015 International Conference on Computing, Networking and Communications, Wireless Ad Hoc and Sensor Networks.

Enabling And Secure Efficient Ranked Keyword Search Over ...
... searchable encryption, order-preserving mapping, confidential data, cloud computing. ✦ ... management, universal data access with independent ..... Enabling And Secure Efficient Ranked Keyword Search Over Outsourced Cloud Data.pdf.

Enabling Secure and Efficient Ranked Keyword ... - IJRIT
Abstract—Cloud computing economically enables the paradigm of data service outsourcing. However, to protect data privacy, sensitive cloud data has to be ...

Enabling Secure and Efficient Ranked Keyword ... - IJRIT
the problem of secure ranked keyword search over encrypted cloud data. Ranked search greatly enhances system usability by enabling search result relevance ...

A Security Framework for Content Retrieval in DTNs - IEEE Xplore
Dept. of Computer Science, UCLA. Los Angeles, USA. {tuanle, gerla}@cs.ucla.edu. Abstract—In this paper, we address several security issues in our previously ...

Indexing Shared Content in Information Retrieval Systems - CiteSeerX
We also show how our representation model applies to web, email, ..... IBM has mirrored its main HR web page at us.ibm.com/hr.html and canada.

Community Aware Content Retrieval in Disruption ...
content name toward the higher social level nodes, which are more popular in the network. If the Interest cannot be resolved in the requester's community, it will ...

CONTENT LOCATION IN PEER-TO-PEER SYSTEMS: EXPLOITING ...
Jan 18, 2001 - several different content distribution systems such as the Web and popular peer- .... (a) Top 20 most popular queries. 1. 10. 100. 1000. 10000. 100000 ..... host is connected to monitoring ports of the two campus border routers. .....

CONTENT LOCATION IN PEER-TO-PEER SYSTEMS: EXPLOITING ...
Jan 18, 2001 - several different content distribution systems such as the Web and ..... host is connected to monitoring ports of the two campus border routers.

Content-based retrieval for human motion data
In this study, we propose a novel framework for constructing a content-based human mo- tion retrieval system. Two major components, including indexing and matching, are discussed and their corresponding algorithms are presented. In indexing, we intro

Evaluating Content Based Image Retrieval Techniques ... - CiteSeerX
(“Mountain” class); right: a transformed image (negative transformation) in the testbed ... Some images from classes of the kernel of CLIC ... computer science.

EFFICIENT INTERACTIVE RETRIEVAL OF SPOKEN ...
between the key term ti and the corresponding document class C(ti) is defined by .... initially large number of users can be further classified into cate- gories by ...