Title :
Load balancing with multiple hash functions in peer-to-peer networks
Author :
Xia, Ye ; Chen, Shigang ; Korgaonkar, Vivekanand
Author_Institution :
Dept. of Comput. & Inf. Sci. & Eng., Florida Univ., Gainesville, FL
Abstract :
Peer-to-peer (P2P) networks have grown in popularity in recent years. One of the typical applications of P2P networks is file-sharing. Effective load balancing in such applications is important since the distribution of the number of requests for individual files can be heavily skewed. In the basic design of these networks each file is stored at a single node (i.e., server) which will become a hotspot if the file is popular. In this paper, we focus on the file-replication strategy that utilize multiple hash functions. Such a strategy typically sets aside a large number of hash functions. When the demand for a file exceeds the overall capacity of the current servers, a previously unused hash function is used to obtain a new server ID where the file will be replicated. The central problems are how to choose an unused hash function when replicating a file and how to choose a used hash function when requesting the file. Our solution to the file-replication problem is to choose the unused hash function with the smallest index, and our solution to the file-request problem is to choose a used hash function uniformly at random. Our main contribution is to develop a set of distributed algorithms that implement the above solutions and to evaluate their performance. In particular, we analyze a random binary search algorithm and random gap-removal algorithm
Keywords :
distributed algorithms; file organisation; peer-to-peer computing; random processes; randomised algorithms; resource allocation; search problems; distributed algorithms; file-replication strategy; file-request problem; file-sharing; hash functions; load balancing; peer-to-peer networks; random binary search algorithm; random gap-removal algorithm; server ID; Application software; Computer networks; Distributed algorithms; File servers; IP networks; Information science; Intelligent networks; Load management; Network servers; Peer to peer computing;
Conference_Titel :
Parallel and Distributed Systems, 2006. ICPADS 2006. 12th International Conference on
Conference_Location :
Minneapolis, MN
Print_ISBN :
0-7695-2612-8
DOI :
10.1109/ICPADS.2006.57