A Load Balancing Method in SiCo Hierarchical DHT-based P2P Network

Size: px
Start display at page:

Download "A Load Balancing Method in SiCo Hierarchical DHT-based P2P Network"

Transcription

1 1 Shuang Kai, 2 Qu Zheng *1, Shuang Kai Beijing University of Posts and Telecommunications, shuangk@bupt.edu.cn 2, Qu Zheng Beijing University of Posts and Telecommunications, buptquzheng@gmail.com Abstract Compared to the flat DHT-based P2P network, hierarchical DHT-based P2P network can take advantage of the stable and high-performance super nodes to improve the performance of P2P network in a dynamic environment. However, the node load imbalance is one of the basic problems faced by the hierarchical DHT-based P2P network. In this paper, we propose a load balancing method to the Single-connection intra-group structure (SiCo) of the hierarchical DHT-based P2P network. The method predicts the status of the node in the future by using the improved LMS algorithm and writing feedback. The simulation results show that in the SiCo hierarchical DHT-based P2P network, the average load of the system is greatly reduced, the predicted results reflect the case of the node more accurately, and the probability of successful completion of the tasks greatly increased. 1. Introduction Keywords: Hierarchical DHT-based P2P Network, Load Balancing, LMS, P2P In distributed hash table (DHT) based P2P networks (referred to as structured P2P networks or DHT network), all nodes, regardless of how their computing capacity and stability all bear the same functional role, which is responsible for the registration and discovery of the keywords in Hash space. The typical systems are Chord [1], KAD [2] and so on. However, it has been shown that: (1) the computing capabilities of node in the P2P network (including storage, bandwidth and CPU performance, etc.) are quite different. (2) As node in the P2P network can join and leave at any time, the stability of node is also very different. With the growth of the P2P network, weak nodes which have a poor computing ability or dynamic change severely restricts the performance of P2P networks. In order to solve this problem, researchers have proposed many kinds of hierarchical P2P networks. The typical systems are Chord2 [3], HIERAS [4] and Structured the super peers [5]. The main advantages of the hierarchical P2P network are: (1) Stable and high-performance node is selected as super node. (2) Compared to the flat DHT-based P2P network, the cost of maintenance and the count of search are smaller in the hierarchical P2P network. (3) And it can effectively deal with the problem of churn which is the seriously impact on the performance of P2P network caused by the nodes frequently join and leave. The other advantages of the hierarchical P2P network are more specific discussion in the literature [6]. Hierarchical DHT-based P2P network divide nodes into upper and lower layer on logically. Lower nodes are often referred to as the normal node or leaf node. All the nodes participate to the lower layer at first. Then stable and high-performance nodes are selected as super node and organized as upper layer in accordance with the DHT protocol. Every super node undertakes the task of upper DHT agreement, in addition to manage a set of leaf nodes including register and find of the keywords on behalf of its leaf nodes. The structure of hierarchical DHT-based P2P network has many types, which have different advantages and disadvantages. The detail introductions see Section 2 related work. This paper only discusses Figure 1 in Section 2 which shows the structure of hierarchical DHT-based P2P network. The load balancing method proposed in this paper is used for this structure. Its organizational structure is that each leaf node only connects with its super node and super node organized as upper layer in accordance with the DHT protocol. The remainder of the paper is organized as the following: Section 2 discusses the related work. Section 3 describes the improved load balancing algorithm. Section 4 simulates and compares the improved and traditional load balancing algorithm. At last, give the conclusion. Advances in information Sciences and Service Sciences(AISS) Volume5, Number10, May 2013 doi: /aiss.vol5.issue

2 2. Related Work As so far, researchers have proposed many structures of hierarchical DHT-based P2P network which divide nodes into upper and lower layer logically. Super nodes are in the upper layer and organized in accordance with the DHT protocol. In most of the hierarchical DHT-based P2P network, super nodes are organized in accordance with the Chord protocol. But in the structured super-peers, super nodes are organized in full graph. The organizational structure of the lower layer can be divided into two categories. One category is that the leaf nodes are connected to each other in accordance with the DHT protocol. The other one is that two leaf nodes which are managed by two different super nodes are disjoint and each leaf node only connects with its super node, as shown in Figure 1. So in this paper, we only discuss this kind of hierarchical DHT-based P2P network which is the Singleconnection intra-group structure (SiCo). Figure 1. The SiCo Hierarchical DHT-based Network In the Ideal case load balancing refers to the node bear the load based on its proportion of carrying capacity [7]. As so far, researchers have proposed many load balancing methods in flat DHT-based P2P network. But the load balancing methods in hierarchical DHT-based P2P network is very limited. And Literature [8][9][10] point out the importance of hierarchical DHT-based P2P network. In the flat DHT-based P2P network, many load balancing methods are using of the virtual server which was first proposed in Literature [11] and expanded in Literature [12][13]. The basic idea of this method is redrawing the hash space and keyword of the node by the virtual server. Its essence is to reach load balancing by frequently joining and leaving the network. This method increases the network churn and the cost of maintenance. So this method is not suitable for the SiCo hierarchical DHT-based P2P network. Therefore, this paper intends to solve the problem of load balancing in Figure The Improved Load Balancing Algorithm 3.1. Node Selection Normally, when we calculate the load in SiCo, we just considered the node s previous information, such as the completion status of tasks of a node, or a node s processing capabilities, which have certain hysteresis. Actually, in the new round of load calculation, the status of normal nodes has changed, so the information that super nodes handles cannot reflect the nodes real time status. In order to construct a better real-time system, when the super node collects normal nodes information, it could propose the specific requirements to the normal nodes, such as the number of current queued tasks, or the processing capacity. When a normal node submits its own status information, it should tell the super node its processing capacity, the number of current queued tasks, and some other information. In the traditional hierarchical DHT-based P2P network, we just consider the current information of a node when calculate its load. However, it takes some time while calculating the load and transmitting the data. In this process, the status of a node may change. 1086

3 Therefore, we predict the future status of the node and add them into the feedback process, so that it can more fully reflect the node information Load Calculation Algorithm In this paper, we use LMS algorithm to predict the condition, and then submit it to the super node. We made some improvements to the traditional LMS algorithm, and make it more suitable to the characteristics of hierarchical DHT-based P2P network. The LMS (Least Mean Square) algorithm [14] is proposed by Widrow and Hoff in It s an algorithm which based on error-correcting learning. Because of its simple structure, good stability and easy to comply, it has been widely used. In LMS, X(n) is the input examples, W(n) is the weight of X(n), d(n) is the predictable output, and e(n) is the output error. The goal of the algorithm is to adjust W (n) through X (n) and d (n) continuously to make e(n) smallest. When calculate the load of a normal node, we usually consider the followings: the processing capacity, and the number of queued tasks. Suppose the time the data transmission process costs t, the moment when the nth task begin is t n, then X(n) = (the processing capacity at the moment ( t n - t ), the number of queued tasks at the moment ( t n - t )), d(n) is the node s condition at the moment t n, W (n) represents the correspondence relationship between X (n) and the actual output The Weight Adjustment Mechanism Based on Forgotten Degree From the traditional weight correction formula W (n 1) W(n) X T (n)e(n), We could know that the n+1th weight is just related to the nth weight and the input examples. Actually, in the DHT network, the future condition is related to a series conditions before. If we only consider the nth condition, we will get inaccurate results. We use a constant number as the forgotten degree, which represents the previous n-1 times effect on the n+1th condition. The improved weight adjustment formula is as follows: W (n 1) (1 ) W(n) S(n - 1) X T (n)e(n) 0< <1 1 n 1 Here S(n - 1) e i nw (i ), which represents the previous n-1 times infection on this time s result. i 1 Since S( n) n e i n 1 W (i ) e 1 ( S (n 1) W (n)), when we calculate the weight, we just need i 1 S(n-1) other than the every weights before. The W(i) s influence on W(n) decreases as time increases. Assuming that in the DHT network, the frequency super node requests obey the Poisson distribution of parameter. We can believe that normal nodes allocated tasks obey the Poisson distribution of parameter / N approximately. Here N is the normal nodes total number. The larger is, the larger the interval between two tasks is, and the less the last task influences the current task; the smaller is, / N to ensure that the (n-1)th conditions influence to the (n+1)th value the opposite. We set 1 e is negative correlation with, and at the same time, the influence S(n-1) makes on W(n+1) is much smaller than the influence W(n) makes Adaptive Learning Rate Since in DHT network, nodes' processing capacity is limited, it's very important to reduce the run time and the load. In LMS, the learning rate determines the convergence speed. The smaller is, the slower the algorithm convergence but more stability. When is bigger, the opposite. In order to achieve faster convergence speed and better stability, [15] proposed an adaptive learning rate LMS algorithm, the core formula is as follows: 1087

4 min ' (n 1) min (n 1) ' (n 1) else ' (n 1) max max 2 ' (n 1) (n) e 2 (n) 0< <1 >0 3 In this algorithm, when e(n) is large, also becomes large, which ensure that the convergence speed is fast; when e(n) turns to be small, is also small, which ensure a good stability. On the basis of the algorithm in [15], this paper puts forward an improved adaptive learning rate LMS algorithm: ' (n 1) ( n ) e e ( n ) e 2 ( n) 4 are the same with the parameters in [15]. From formula Here is a constant, and,, min, max (4) and (3), we could know that when (n) fixed, if e(n)>, the learning rate in (4) is larger than that in (3), which ensures that it can get convergence more fast and saves tasks running time; when and e(n) <, the learning rate in (4) is smaller than that in (3), and since the curve of e e ( n ) e 2 (n) is more smooth than that of e 2 (n), the algorithm is more stable than the basic adaptive learning rate algorithm The LMS-based Load Calculation Steps a) Initialization, including assigned W j (0) to a small nonzero value randomly. b) For a set X(n) and the predicted output d(n), calculate the two formula: e(n) d (n) X T (n)w (n) and W (n 1) (1 ) W(n) S(n - 1) (n) X T (n)e(n) ; c) Judge the result to determine that whether it meets the end conditions ( e(n)< or reach the maximum iterations number M). If it meets, the iteration is over; otherwise, the n+1, and then turn to b). d) Before the completion of M tasks, the load calculation just contains the current status of nodes. After the M tasks accomplished, the normal nodes take M latest data to use the improved LMS algorithm, and obtain a set of weights W. Multiply the current situation by the weights, and submit it to the super node. 4. Simulation 4.1. Load of System Suppose that the system has reached a steady state. In order to reflect the heterogeneity of the node s loading capacity, we use the Zipf distribution to generate the nodes loading capacity (In [16][17], this distribution is used to generate P2P nodes loading capacity). In the simulation, the loading capacity of each node i is ci= 1000i-β. Hereβ=1.2, and the total loading capacity of the system is C= c1+ c2+ + cn. The load of each node is generated by two different kinds of randomly distribution: Normal distribution N (μ, σ2) and Pareto distribution (In [12], these two distributions are used to generate nodes load). In the simulation, the mean value of the Normal distribution is μ= [0.3: 0.05: 0.8]C/ n, which references the average carrying capacity C/n, and [ 0.3: 0.05: 0.8] means that take a value at intervals of 0.05 from 0.3 to 0.8, totally 11 numbers. The standard deviation of the Normal distribution is σ= 0.1μ. The density function of Pareto distribution is f (x) = aba/ xa+1 (a,b>0; b x< ). Here a is the shape parameter, b is the scale parameter, b=μ(a-1) /a ( It can obtained by the expectation L= ab/(a1)). In this paper, a=1.5, the mean value of Pareto distribution is the same with Normal distribution, and its standard deviation is infinity. Since Pareto distribution is a skewed heavy-tailed distribution, it could reflect the loading distribution when the network fluctuates serially [18]. Assume that the load of node i is fi, then in some moment, the total load of the system is F= f1+ f2 + + fn, and the average load is F/n. 1088

5 Figure 2. The Average Load of The System In this section, we test the average load of the improved hierarchical DHT network and the traditional hierarchical DHT network. The results are shown in Figure 2. In the improved hierarchical DHT network, the system s average load is greatly reduced, which makes the system a more stable state Node s status when allocated tasks Select 5 tasks randomly when the system is stable, and compare the normal node s load at the time it submit feedback and the predicted condition, and the time it allocated task. Table 1. Load in different time Table 2. Queued tasks in different time From the two tables, we could know that the predicted load and queued tasks is closer to the actual situation when allocated a task than that at the time when it submits feedback, which means that the prediction of node s conditions can reflect nodes capacity more realistically The number of Task Completion Figure 3. The Task Completion Number 1089

6 Assuming the normal nodes may not be able to complete the task they allocated. The feedback is more similar to the actual status, the higher the probability to complete the task. This section run the system for 20 minutes, and compared the task completion number in the improved hierarchical DHT network and the traditional hierarchical DHT network with the task generation number. The results are shown in Figure 3. In the improved hierarchical DHT network, the predict value can more realistic reflect node s status so that the successful completed tasks increased significantly. 5. Conclusion In this paper, we introduced the prediction of nodes sates in feedback, which reflects the condition nodes allocated tasks more accurately, and the task success rate is increased. At the same time, we put forward some improvement to LMS algorithm, which makes it more suit the Single-connection intragroup structure (SiCo) of the hierarchical DHT-based P2P network. Since we introduced the improved LMS algorithm, compared with the traditional hierarchical DHT network, the system s average load reduced significantly, tasks completion probability increased, and the system becomes steady more quickly. 6. Acknowledgements National Key Basic Research Program of China (973 Program)(2009CB320504), Innovative Research Groups of the National Natural Science Foundation of China ( ), Important national science & technology specific projects: Next-generation broadband wireless mobile communications network (2011ZX ) 7. References [1] Stoica I, Morris R, Karger D, Kaashoek M F, Balakrishnan H, Chord: A scalable peer-to-peer lookup service for internet applications, In Proceedings of the ACM SIGCOMM, pp , [2] Maymounkov P, Mazieres D. Kademlia, A peer-to-peer information system based on the XOR metric, In Proceedings of the International Workshop on Peer-to-Peer Systems, pp.53-65, [3] Joung Y J, Wang J C, Chord2: A two-layer Chord for reducing maintenance overhead via heterogeneity, Computer Networks, vol. 3, no. 51, pp , [4] Xu Z, Min R, Hu Y. H IERAS, A DHT based hierarchical P2P routing algorithm, In Proceedings of the International Conference on Parallel Processing, pp , [5] Mizrak A T, Cheng Y, Kumar V, Savage S, Structured super peers: Leveraging heterogeneity to provide constant time lookup, In Proceedings of the IEEE Workshop on Internet Application, , [6] Garces-Erice L, Biersack E W, Ross K W, Felber P A, Urvoy-Keller G, Hierarchical peer-to-peer systems, Parallel Processing Letters, vol. 4, no. 13, pp , [7] Huang Jie, Huang Bei, Huang Qiucen, An Improved Dynamic Load Balancing Algorithm for a Distributed System in LAN, JCIT: Journal of Convergence Information Technology, vol.5, no.10, pp.91-98, [8] Zoels S, Despotovic Z, Kellerer W, On hierarchical DHT systems-an analytical approach for optimal designs, Computer Communications, vol. 3, no.31, pp , [9] Zoels S, Despotovic Z, Kellerer W, Load balancing in a hierarchical DHT-based P2P system, In Proceedings of the International Conference on Collaborative Computing: Networking, Applications and Worksharing, pp , [10] WANG Bin, SHEN Qing-guo, An Effective Algorithm for Hierarchical P2P Load Balancing, JCIT: Journal of Convergence Information Technology, vol. 6, no. 5, pp , [11] Rao A, Lakshminarayanan K, Surana S, Karp R, StoicaI, Load balancing in structured P2P systems, In Proceedings of the 2nd International Workshop Peer-to-Peer Systems, pp , [12] Godfrey B, Lakshminarayanan K, Surana S, Karp R, StoicaI, Load balancing in dynamic structured P2P systems, In Proceedings of the IEEE INFOCOM, pp ,

7 [13] Godfrey B, Stoica I, Heterogeneity and load balance in Distributed Hash Tables, In Proceedings of the IEEE INFOCOM, pp , [14] B. Widrow, Thinking about thinking: the discovery of the LMS algorithm, Signal Processing Magazine, IEEE, pp , [15] Raymond H. Kwong, Edward W. Johnston, A Variable Step Size LMS Algorithm, IEEE Translation on signal processing, vol.7, no.40, pp , [16] Zhu Y, H u Y. Efficient, proximity-aw are load balancing for DHT-based P2P systems, IEEE Transactions Parallel and Distributed Systems, vol.4, no.16, pp , [17] Lu Q, Ratsnasamy S, Shenker S, Can heterogeneity make Gnutella scalable?, In Proceedings of the 1st International Workshop on Peer- to-peer Systems, pp , [18] Ledlie J, Seltzer M, Distributed, secure load balancing with skew, heterogeneity, and churn, In Proceedings of the IEEE INFOCOM, pp ,

An Optimization Model of Load Balancing in P2P SIP Architecture

An Optimization Model of Load Balancing in P2P SIP Architecture An Optimization Model of Load Balancing in P2P SIP Architecture 1 Kai Shuang, 2 Liying Chen *1, First Author, Corresponding Author Beijing University of Posts and Telecommunications, shuangk@bupt.edu.cn

More information

Ant-based Load Balancing Algorithm in Structured P2P Systems

Ant-based Load Balancing Algorithm in Structured P2P Systems Ant-based Load Balancing Algorithm in Structured P2P Systems Wei Mi, 2 Chunhong Zhang, 3 Xiaofeng Qiu Beijing University of Posts and Telecommunications, Beijing 876, China, {miwei985, zhangch.bupt., qiuxiaofeng}@gmail.com

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 349 ISSN 2229-5518

International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 349 ISSN 2229-5518 International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 349 Load Balancing Heterogeneous Request in DHT-based P2P Systems Mrs. Yogita A. Dalvi Dr. R. Shankar Mr. Atesh

More information

LOAD BALANCING WITH PARTIAL KNOWLEDGE OF SYSTEM

LOAD BALANCING WITH PARTIAL KNOWLEDGE OF SYSTEM LOAD BALANCING WITH PARTIAL KNOWLEDGE OF SYSTEM IN PEER TO PEER NETWORKS R. Vijayalakshmi and S. Muthu Kumarasamy Dept. of Computer Science & Engineering, S.A. Engineering College Anna University, Chennai,

More information

Achieving Resilient and Efficient Load Balancing in DHT-based P2P Systems

Achieving Resilient and Efficient Load Balancing in DHT-based P2P Systems Achieving Resilient and Efficient Load Balancing in DHT-based P2P Systems Di Wu, Ye Tian and Kam-Wing Ng Department of Computer Science & Engineering The Chinese University of Hong Kong Shatin, N.T., Hong

More information

International journal of Engineering Research-Online A Peer Reviewed International Journal Articles available online http://www.ijoer.

International journal of Engineering Research-Online A Peer Reviewed International Journal Articles available online http://www.ijoer. RESEARCH ARTICLE ISSN: 2321-7758 GLOBAL LOAD DISTRIBUTION USING SKIP GRAPH, BATON AND CHORD J.K.JEEVITHA, B.KARTHIKA* Information Technology,PSNA College of Engineering & Technology, Dindigul, India Article

More information

Krunal Patel Department of Information Technology A.D.I.T. Engineering College (G.T.U.) India. Fig. 1 P2P Network

Krunal Patel Department of Information Technology A.D.I.T. Engineering College (G.T.U.) India. Fig. 1 P2P Network Volume 3, Issue 7, July 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Secure Peer-to-Peer

More information

Load Balancing in Structured Overlay Networks. Tallat M. Shafaat tallat(@)kth.se

Load Balancing in Structured Overlay Networks. Tallat M. Shafaat tallat(@)kth.se Load Balancing in Structured Overlay Networks Tallat M. Shafaat tallat(@)kth.se Overview Background The problem : load imbalance Causes of load imbalance Solutions But first, some slides from previous

More information

IMPACT OF DISTRIBUTED SYSTEMS IN MANAGING CLOUD APPLICATION

IMPACT OF DISTRIBUTED SYSTEMS IN MANAGING CLOUD APPLICATION INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND SCIENCE IMPACT OF DISTRIBUTED SYSTEMS IN MANAGING CLOUD APPLICATION N.Vijaya Sunder Sagar 1, M.Dileep Kumar 2, M.Nagesh 3, Lunavath Gandhi

More information

Design and Implementation of Performance Guaranteed Symmetric Load Balancing Algorithm

Design and Implementation of Performance Guaranteed Symmetric Load Balancing Algorithm Design and Implementation of Performance Guaranteed Symmetric Load Balancing Algorithm Shaik Nagoor Meeravali #1, R. Daniel *2, CH. Srinivasa Reddy #3 # M.Tech, Department of Information Technology, Vignan's

More information

An Efficient Distributed Load Balancing For DHT-Based P2P Systems

An Efficient Distributed Load Balancing For DHT-Based P2P Systems An Efficient Distributed Load Balancing For DHT-Based P2P Systems Chahita Taank 1, Rajesh Bharati 2 1 PG Student, 2 Professor, Computer Engineering Dept DYPIET, PUNE. Abstract- In a distributed system

More information

Join and Leave in Peer-to-Peer Systems: The DASIS Approach

Join and Leave in Peer-to-Peer Systems: The DASIS Approach Join and Leave in Peer-to-Peer Systems: The DASIS Approach Keno Albrecht, Ruedi Arnold, Michael Gähwiler, Roger Wattenhofer {kenoa@inf, rarnold@inf, mgaehwil@student, wattenhofer@inf}.ethz.ch Department

More information

Load Balancing in Structured P2P Systems

Load Balancing in Structured P2P Systems 1 Load Balancing in Structured P2P Systems Ananth Rao Karthik Lakshminarayanan Sonesh Surana Richard Karp Ion Stoica ananthar, karthik, sonesh, karp, istoica @cs.berkeley.edu Abstract Most P2P systems

More information

Object Request Reduction in Home Nodes and Load Balancing of Object Request in Hybrid Decentralized Web Caching

Object Request Reduction in Home Nodes and Load Balancing of Object Request in Hybrid Decentralized Web Caching 2012 2 nd International Conference on Information Communication and Management (ICICM 2012) IPCSIT vol. 55 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V55.5 Object Request Reduction

More information

SLBA: A Security Load-balancing Algorithm for Structured P2P Systems

SLBA: A Security Load-balancing Algorithm for Structured P2P Systems Journal of Computational Information Systems 8: 7 (2012) 2751 2760 Available at http://www.jofcis.com SLBA: A Security Load-balancing Algorithm for Structured P2P Systems Wei MI, Chunhong ZHANG, Xiaofeng

More information

IPTV AND VOD NETWORK ARCHITECTURES. Diogo Miguel Mateus Farinha

IPTV AND VOD NETWORK ARCHITECTURES. Diogo Miguel Mateus Farinha IPTV AND VOD NETWORK ARCHITECTURES Diogo Miguel Mateus Farinha Instituto Superior Técnico Av. Rovisco Pais, 1049-001 Lisboa, Portugal E-mail: diogo.farinha@ist.utl.pt ABSTRACT IPTV and Video on Demand

More information

Locality-Aware Randomized Load Balancing Algorithms for DHT Networks

Locality-Aware Randomized Load Balancing Algorithms for DHT Networks Locality-Aware ized Load Balancing Algorithms for DHT Networks Haiying Shen and Cheng-Zhong Xu Department of Electrical & Computer Engineering Wayne State University, Detroit, MI 4822 {shy,czxu}@ece.eng.wayne.edu

More information

New Structured P2P Network with Dynamic Load Balancing Scheme

New Structured P2P Network with Dynamic Load Balancing Scheme New Structured P2P Network with Dynamic Load Balancing Scheme Atushi TAKEDA, Takuma OIDE and Akiko TAKAHASHI Department of Information Science, Tohoku Gakuin University Department of Information Engineering,

More information

Effective Load Balancing in P2P Systems

Effective Load Balancing in P2P Systems Effective Load Balancing in P2P Systems Zhiyong Xu Suffolk University zxu@mcs.suffolk.edu Laxmi Bhuyan University of California, Riverside bhuyan@cs.ucr.edu Abstract In DHT based P2P systems, various issues

More information

Load Balancing in Distributed Systems: A survey

Load Balancing in Distributed Systems: A survey Load Balancing in Distributed Systems: A survey Amit S Hanamakkanavar * and Prof. Vidya S.Handur # * (amitsh2190@gmail.com) Dept of Computer Science & Engg, B.V.B.College of Engg. & Tech, Hubli # (vidya_handur@bvb.edu)

More information

A Reputation Management System in Structured Peer-to-Peer Networks

A Reputation Management System in Structured Peer-to-Peer Networks A Reputation Management System in Structured Peer-to-Peer Networks So Young Lee, O-Hoon Kwon, Jong Kim and Sung Je Hong Dept. of Computer Science & Engineering, Pohang University of Science and Technology

More information

Varalakshmi.T #1, Arul Murugan.R #2 # Department of Information Technology, Bannari Amman Institute of Technology, Sathyamangalam

Varalakshmi.T #1, Arul Murugan.R #2 # Department of Information Technology, Bannari Amman Institute of Technology, Sathyamangalam A Survey on P2P File Sharing Systems Using Proximity-aware interest Clustering Varalakshmi.T #1, Arul Murugan.R #2 # Department of Information Technology, Bannari Amman Institute of Technology, Sathyamangalam

More information

Research on P2P-SIP based VoIP system enhanced by UPnP technology

Research on P2P-SIP based VoIP system enhanced by UPnP technology December 2010, 17(Suppl. 2): 36 40 www.sciencedirect.com/science/journal/10058885 The Journal of China Universities of Posts and Telecommunications http://www.jcupt.com Research on P2P-SIP based VoIP system

More information

Dept. of Computer Engg., Bhartia Vidyapeeth, Pune, India

Dept. of Computer Engg., Bhartia Vidyapeeth, Pune, India The Server Reassignment Problem for Load Balancing In Structured Peer to Peer Systems 1 Sumit A. Hirve, 2 Dr. S.H. Patil 1,2 Dept. of Computer Engg., Bhartia Vidyapeeth, Pune, India Abstract Application-layer

More information

Chord - A Distributed Hash Table

Chord - A Distributed Hash Table Kurt Tutschku Vertretung - Professur Rechnernetze und verteilte Systeme Chord - A Distributed Hash Table Outline Lookup problem in Peer-to-Peer systems and Solutions Chord Algorithm Consistent Hashing

More information

Enhancing Secure File Transfer by Analyzing Repeated Server Based Strategy using Gargantuan Peers (G-peers)

Enhancing Secure File Transfer by Analyzing Repeated Server Based Strategy using Gargantuan Peers (G-peers) Enhancing Secure File Transfer by Analyzing Repeated Server Based Strategy using Gargantuan Peers (G-peers) Kaushik Sekaran Assistant Professor School of Computing Science & Engineering VIT University,

More information

A PROXIMITY-AWARE INTEREST-CLUSTERED P2P FILE SHARING SYSTEM

A PROXIMITY-AWARE INTEREST-CLUSTERED P2P FILE SHARING SYSTEM A PROXIMITY-AWARE INTEREST-CLUSTERED P2P FILE SHARING SYSTEM Dr.S. DHANALAKSHMI 1, R. ANUPRIYA 2 1 Prof & Head, 2 Research Scholar Computer Science and Applications, Vivekanandha College of Arts and Sciences

More information

A Hierarchical Approach to Resource Awareness in DHTs for Mobile Data Management

A Hierarchical Approach to Resource Awareness in DHTs for Mobile Data Management A Hierarchical Approach to Resource Awareness in DHTs for Mobile Data Management ABSTRACT Liz Ribe-Baumann Ilmenau University of Technology Ilmenau, Germany liz.ribe-baumann@tu-ilmenau.de Data is increasingly

More information

A Parameter-Free Load Balancing Mechanism For P2P Networks

A Parameter-Free Load Balancing Mechanism For P2P Networks A Parameter-Free Load Balancing Mechanism For P2P Networks Tyler Steele, Vivek Vishnumurthy and Paul Francis Department of Computer Science, Cornell University, Ithaca, NY 14853 {ths22,francis,vivi}@cs.cornell.edu

More information

8 Conclusion and Future Work

8 Conclusion and Future Work 8 Conclusion and Future Work This chapter concludes this thesis and provides an outlook on future work in the area of mobile ad hoc networks and peer-to-peer overlay networks 8.1 Conclusion Due to the

More information

Adaptive Load Balancing in KAD

Adaptive Load Balancing in KAD Adaptive Load Balancing in KAD Damiano Carra University of Verona Verona, Italy damiano.carra@univr.it Moritz Steiner Bell Labs Alcatel-Lucent, USA moritz@bell-labs.com Pietro Michiardi Eurecom Sophia

More information

Index Terms : Load rebalance, distributed file systems, clouds, movement cost, load imbalance, chunk.

Index Terms : Load rebalance, distributed file systems, clouds, movement cost, load imbalance, chunk. Load Rebalancing for Distributed File Systems in Clouds. Smita Salunkhe, S. S. Sannakki Department of Computer Science and Engineering KLS Gogte Institute of Technology, Belgaum, Karnataka, India Affiliated

More information

Distributed Hash Tables in P2P Systems - A literary survey

Distributed Hash Tables in P2P Systems - A literary survey Distributed Hash Tables in P2P Systems - A literary survey Timo Tanner Helsinki University of Technology tstanner@cc.hut.fi Abstract Distributed Hash Tables (DHT) are algorithms used in modern peer-to-peer

More information

ARTICLE IN PRESS. Journal of Network and Computer Applications

ARTICLE IN PRESS. Journal of Network and Computer Applications Journal of Network and Computer Applications 32 (2009) 45 60 Contents lists available at ScienceDirect Journal of Network and Computer Applications journal homepage: www.elsevier.com/locate/jnca Resilient

More information

Multi-service Load Balancing in a Heterogeneous Network with Vertical Handover

Multi-service Load Balancing in a Heterogeneous Network with Vertical Handover 1 Multi-service Load Balancing in a Heterogeneous Network with Vertical Handover Jie Xu, Member, IEEE, Yuming Jiang, Member, IEEE, and Andrew Perkis, Member, IEEE Abstract In this paper we investigate

More information

A Distributed Architecture of Video Conference Using P2P Technology

A Distributed Architecture of Video Conference Using P2P Technology 1852 JOURNAL OF NETWORKS, VOL. 7, NO. 11, NOVEMBER 2012 A Distributed Architecture of Video Conference Using P2P Technology Xiaoyan Yu State Key Laboratory of Networking & Switching Technology Beijing

More information

The Filtered-x LMS Algorithm

The Filtered-x LMS Algorithm The Filtered-x LMS Algorithm L. Håkansson Department of Telecommunications and Signal Processing, University of Karlskrona/Ronneby 372 25 Ronneby Sweden Adaptive filters are normally defined for problems

More information

Stability of QOS. Avinash Varadarajan, Subhransu Maji {avinash,smaji}@cs.berkeley.edu

Stability of QOS. Avinash Varadarajan, Subhransu Maji {avinash,smaji}@cs.berkeley.edu Stability of QOS Avinash Varadarajan, Subhransu Maji {avinash,smaji}@cs.berkeley.edu Abstract Given a choice between two services, rest of the things being equal, it is natural to prefer the one with more

More information

A Novel Load Balancing Optimization Algorithm Based on Peer-to-Peer

A Novel Load Balancing Optimization Algorithm Based on Peer-to-Peer A Novel Load Balancing Optimization Algorithm Based on Peer-to-Peer Technology in Streaming Media College of Computer Science, South-Central University for Nationalities, Wuhan 430074, China shuwanneng@yahoo.com.cn

More information

Dynamic Adaptive Feedback of Load Balancing Strategy

Dynamic Adaptive Feedback of Load Balancing Strategy Journal of Information & Computational Science 8: 10 (2011) 1901 1908 Available at http://www.joics.com Dynamic Adaptive Feedback of Load Balancing Strategy Hongbin Wang a,b, Zhiyi Fang a,, Shuang Cui

More information

New Algorithms for Load Balancing in Peer-to-Peer Systems

New Algorithms for Load Balancing in Peer-to-Peer Systems New Algorithms for Load Balancing in Peer-to-Peer Systems David R. Karger Matthias Ruhl MIT Laboratory for Computer Science Cambridge, MA 02139, USA {karger, ruhl}@theory.lcs.mit.edu Abstract Load balancing

More information

Water-Filling: A Novel Approach of Load Rebalancing for File Systems in Cloud

Water-Filling: A Novel Approach of Load Rebalancing for File Systems in Cloud Water-Filling: A Novel Approach of Load Rebalancing for File Systems in Cloud Divya Diwakar Department of Information Technology SATI College, Vidisha (M.P.), India Sushil Chaturvedi Department of Information

More information

Super-Agent Based Reputation Management with a Practical Reward Mechanism in Decentralized Systems

Super-Agent Based Reputation Management with a Practical Reward Mechanism in Decentralized Systems Super-Agent Based Reputation Management with a Practical Reward Mechanism in Decentralized Systems Yao Wang, Jie Zhang, and Julita Vassileva Department of Computer Science, University of Saskatchewan,

More information

Chord. A scalable peer-to-peer look-up protocol for internet applications

Chord. A scalable peer-to-peer look-up protocol for internet applications Chord A scalable peer-to-peer look-up protocol for internet applications by Ion Stoica, Robert Morris, David Karger, M. Frans Kaashoek, Hari Balakrishnan Overview Introduction The Chord Algorithm Construction

More information

SOLVING LOAD REBALANCING FOR DISTRIBUTED FILE SYSTEM IN CLOUD

SOLVING LOAD REBALANCING FOR DISTRIBUTED FILE SYSTEM IN CLOUD International Journal of Advances in Applied Science and Engineering (IJAEAS) ISSN (P): 2348-1811; ISSN (E): 2348-182X Vol-1, Iss.-3, JUNE 2014, 54-58 IIST SOLVING LOAD REBALANCING FOR DISTRIBUTED FILE

More information

Simulating a File-Sharing P2P Network

Simulating a File-Sharing P2P Network Simulating a File-Sharing P2P Network Mario T. Schlosser, Tyson E. Condie, and Sepandar D. Kamvar Department of Computer Science Stanford University, Stanford, CA 94305, USA Abstract. Assessing the performance

More information

RESERV: A Distributed, Load Balanced Information System for Grid Applications

RESERV: A Distributed, Load Balanced Information System for Grid Applications RESERV: A Distributed, Load Balanced Information System for Grid Applications Gábor Vincze, Zoltán Novák, Zoltán Pap, Rolland Vida Department of Telecommunications and Media Informatics, Budapest University

More information

A Method of Cloud Resource Load Balancing Scheduling Based on Improved Adaptive Genetic Algorithm

A Method of Cloud Resource Load Balancing Scheduling Based on Improved Adaptive Genetic Algorithm Journal of Information & Computational Science 9: 16 (2012) 4801 4809 Available at http://www.joics.com A Method of Cloud Resource Load Balancing Scheduling Based on Improved Adaptive Genetic Algorithm

More information

A Self-Managing SIP-based IP Telephony System based on a P2P approach using Kademlia

A Self-Managing SIP-based IP Telephony System based on a P2P approach using Kademlia A Self-Managing SIP-based IP Telephony System based on a P2P approach using Kademlia Felipe de Castro Louback Rocha 1, Linnyer Beatriz 1 Programa de Pós Graduação em Engenharia Elétrica, Universidade Federal

More information

Comparison on Different Load Balancing Algorithms of Peer to Peer Networks

Comparison on Different Load Balancing Algorithms of Peer to Peer Networks Comparison on Different Load Balancing Algorithms of Peer to Peer Networks K.N.Sirisha *, S.Bhagya Rekha M.Tech,Software Engineering Noble college of Engineering & Technology for Women Web Technologies

More information

Traceroute-Based Topology Inference without Network Coordinate Estimation

Traceroute-Based Topology Inference without Network Coordinate Estimation Traceroute-Based Topology Inference without Network Coordinate Estimation Xing Jin, Wanqing Tu Department of Computer Science and Engineering The Hong Kong University of Science and Technology Clear Water

More information

A Topology-Aware Relay Lookup Scheme for P2P VoIP System

A Topology-Aware Relay Lookup Scheme for P2P VoIP System Int. J. Communications, Network and System Sciences, 2010, 3, 119-125 doi:10.4236/ijcns.2010.32018 Published Online February 2010 (http://www.scirp.org/journal/ijcns/). A Topology-Aware Relay Lookup Scheme

More information

A P2P SERVICE DISCOVERY STRATEGY BASED ON CONTENT

A P2P SERVICE DISCOVERY STRATEGY BASED ON CONTENT A P2P SERVICE DISCOVERY STRATEGY BASED ON CONTENT CATALOGUES Lican Huang Institute of Network & Distributed Computing, Zhejiang Sci-Tech University, No.5, St.2, Xiasha Higher Education Zone, Hangzhou,

More information

Improving Availability with Adaptive Roaming Replicas in Presence of Determined DoS Attacks

Improving Availability with Adaptive Roaming Replicas in Presence of Determined DoS Attacks Improving Availability with Adaptive Roaming Replicas in Presence of Determined DoS Attacks Chin-Tser Huang, Prasanth Kalakota, Alexander B. Alexandrov Department of Computer Science and Engineering University

More information

Method of Fault Detection in Cloud Computing Systems

Method of Fault Detection in Cloud Computing Systems , pp.205-212 http://dx.doi.org/10.14257/ijgdc.2014.7.3.21 Method of Fault Detection in Cloud Computing Systems Ying Jiang, Jie Huang, Jiaman Ding and Yingli Liu Yunnan Key Lab of Computer Technology Application,

More information

D1.1 Service Discovery system: Load balancing mechanisms

D1.1 Service Discovery system: Load balancing mechanisms D1.1 Service Discovery system: Load balancing mechanisms VERSION 1.0 DATE 2011 EDITORIAL MANAGER Eddy Caron AUTHORS STAFF Eddy Caron, Cédric Tedeschi Copyright ANR SPADES. 08-ANR-SEGI-025. Contents Introduction

More information

DUP: Dynamic-tree Based Update Propagation in Peer-to-Peer Networks

DUP: Dynamic-tree Based Update Propagation in Peer-to-Peer Networks : Dynamic-tree Based Update Propagation in Peer-to-Peer Networks Liangzhong Yin and Guohong Cao Department of Computer Science & Engineering The Pennsylvania State University University Park, PA 16802

More information

Measurement of V2oIP over Wide Area Network between Countries Using Soft Phone and USB Phone

Measurement of V2oIP over Wide Area Network between Countries Using Soft Phone and USB Phone The International Arab Journal of Information Technology, Vol. 7, No. 4, October 2010 343 Measurement of V2oIP over Wide Area Network between Countries Using Soft Phone and USB Phone Mohd Ismail Department

More information

R-Chain: A Self-Maintained Reputation Management System in P2P Networks

R-Chain: A Self-Maintained Reputation Management System in P2P Networks R-Chain: A Self-Maintained Reputation Management System in P2P Networks Lintao Liu, Shu Zhang, Kyung Dong Ryu, Partha Dasgupta Dept. of Computer Science & Engineering Arizona State University Tempe, AZ

More information

Optimizing and Balancing Load in Fully Distributed P2P File Sharing Systems

Optimizing and Balancing Load in Fully Distributed P2P File Sharing Systems Optimizing and Balancing Load in Fully Distributed P2P File Sharing Systems (Scalable and Efficient Keyword Searching) Anh-Tuan Gai INRIA Rocquencourt anh-tuan.gai@inria.fr Laurent Viennot INRIA Rocquencourt

More information

A Peer-to-Peer File Sharing System for Wireless Ad-Hoc Networks

A Peer-to-Peer File Sharing System for Wireless Ad-Hoc Networks 1 A Peer-to-Peer File Sharing System for Wireless Ad-Hoc Networks Hasan Sözer, Metin Tekkalmaz, and İbrahim Körpeoğlu Abstract File sharing in wireless ad-hoc networks in a peerto-peer manner imposes many

More information

query enabled P2P networks 2009. 08. 27 Park, Byunggyu

query enabled P2P networks 2009. 08. 27 Park, Byunggyu Load balancing mechanism in range query enabled P2P networks 2009. 08. 27 Park, Byunggyu Background Contents DHT(Distributed Hash Table) Motivation Proposed scheme Compression based Hashing Load balancing

More information

IMPROVED PROXIMITY AWARE LOAD BALANCING FOR HETEROGENEOUS NODES

IMPROVED PROXIMITY AWARE LOAD BALANCING FOR HETEROGENEOUS NODES www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 2 Issue 6 June, 2013 Page No. 1914-1919 IMPROVED PROXIMITY AWARE LOAD BALANCING FOR HETEROGENEOUS NODES Ms.

More information

INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY

INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY [Kavita, 2(4): April, 2013] ISSN: 2277-9655 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Histogram Based Live Streaming in Peer to Peer Dynamic Balancing & Clustering System

More information

Super-Consumer Based Reputation Management for Web Service Systems

Super-Consumer Based Reputation Management for Web Service Systems Super-Consumer Based Reputation Management for Web Service Systems Yao Wang, Julita Vassileva Department of Computer Science, University of Saskatchewan, Canada, e-mail:{yaw181, jiv}@cs.usask.ca Abstract

More information

Peer to Peer Networks A Review & Study on Load Balancing

Peer to Peer Networks A Review & Study on Load Balancing Peer to Peer Networks A Review & Study on Load Balancing E.Mahender, Mr.B.Hari Krishna, Mr.K. OBULESH, Mrs.M.Shireesha Abstract - Peer-to-peer (P2P) systems increase the popularity and have become a dominant

More information

The Case for a Hybrid P2P Search Infrastructure

The Case for a Hybrid P2P Search Infrastructure The Case for a Hybrid P2P Search Infrastructure Boon Thau Loo Ryan Huebsch Ion Stoica Joseph M. Hellerstein University of California at Berkeley Intel Research Berkeley boonloo, huebsch, istoica, jmh @cs.berkeley.edu

More information

Load Balancing in Dynamic Structured P2P Systems

Load Balancing in Dynamic Structured P2P Systems Load Balancing in Dynamic Structured P2P Systems Brighten Godfrey Karthik Lakshminarayanan Sonesh Surana Richard Karp Ion Stoica {pbg, karthik, sonesh, karp, istoica}@cs.berkeley.edu Abstract Most P2P

More information

Path Optimization in Computer Networks

Path Optimization in Computer Networks Path Optimization in Computer Networks Roman Ciloci Abstract. The main idea behind path optimization is to find a path that will take the shortest amount of time to transmit data from a host A to a host

More information

How To Balance Network Load In A Wireless Sensor Network

How To Balance Network Load In A Wireless Sensor Network Balancing Network Traffic Load in Geographic Hash Table (GHT) R. Asha, V.Manju, Meka Sindhu & T. Subha Department of Information Technology, Sri Sai Ram Engineering College, Chennai. E-mail : ashaniteesh@gmail.com,

More information

Modeling of Knowledge Transfer in logistics Supply Chain Based on System Dynamics

Modeling of Knowledge Transfer in logistics Supply Chain Based on System Dynamics , pp.377-388 http://dx.doi.org/10.14257/ijunesst.2015.8.12.38 Modeling of Knowledge Transfer in logistics Supply Chain Based on System Dynamics Yang Bo School of Information Management Jiangxi University

More information

PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE AD HOC NETWORKS

PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE AD HOC NETWORKS PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE AD HOC NETWORKS Reza Azizi Engineering Department, Bojnourd Branch, Islamic Azad University, Bojnourd, Iran reza.azizi@bojnourdiau.ac.ir

More information

Towards a Load Balancing in a Three-level Cloud Computing Network

Towards a Load Balancing in a Three-level Cloud Computing Network Towards a Load Balancing in a Three-level Cloud Computing Network Shu-Ching Wang, Kuo-Qin Yan * (Corresponding author), Wen-Pin Liao and Shun-Sheng Wang Chaoyang University of Technology Taiwan, R.O.C.

More information

Mobile P2PSIP. Peer-to-Peer SIP Communication in Mobile Communities

Mobile P2PSIP. Peer-to-Peer SIP Communication in Mobile Communities Mobile P2PSIP -to- SIP Communication in Mobile Communities Marcin Matuszewski, Esko Kokkonen Nokia Research Center Helsinki, Finland marcin.matuszewski@nokia.com, esko.kokkonen@nokia.com Abstract This

More information

Bounding Communication Cost in Dynamic Load Balancing of Distributed Hash Tables

Bounding Communication Cost in Dynamic Load Balancing of Distributed Hash Tables Bounding Communication Cost in Dynamic Load Balancing of Distributed Hash Tables Marcin Bienkowski 1 and Miroslaw Korzeniowski 2 1 Institute of Computer Science, University of Wroclaw, Poland. mbi@ii.uni.wroc.pl

More information

A Point-Based Incentive Scheme for P2P Reputation Management Systems

A Point-Based Incentive Scheme for P2P Reputation Management Systems A Point-Based Incentive Scheme for P2P Reputation Management Systems Takuya NISHIKAWA 1 and Satoshi FUJITA 1 1 Department of Information Engineering, Hiroshima University Higashi-Hiroshima, 739-8527, Japan

More information

Position and Velocity Aided Routing Protocol in Mobile Ad Hoc Networks

Position and Velocity Aided Routing Protocol in Mobile Ad Hoc Networks Position and Velocity Aided Routing Protocol in Mobile Ad Hoc Networks 1 Taifei Zhao, 2 Xizheng Ke, 3 Peilin Yang *1,Corresponding Author Department of Electronics Engineering, Xi an University of Technology,

More information

LOOKING UP DATA IN P2P SYSTEMS

LOOKING UP DATA IN P2P SYSTEMS LOOKING UP DATA IN P2P SYSTEMS Hari Balakrishnan, M. Frans Kaashoek, David Karger, Robert Morris, Ion Stoica MIT Laboratory for Computer Science 1. Introduction The recent success of some widely deployed

More information

Quality of Service Routing Network and Performance Evaluation*

Quality of Service Routing Network and Performance Evaluation* Quality of Service Routing Network and Performance Evaluation* Shen Lin, Cui Yong, Xu Ming-wei, and Xu Ke Department of Computer Science, Tsinghua University, Beijing, P.R.China, 100084 {shenlin, cy, xmw,

More information

Seamless Congestion Control over Wired and Wireless IEEE 802.11 Networks

Seamless Congestion Control over Wired and Wireless IEEE 802.11 Networks Seamless Congestion Control over Wired and Wireless IEEE 802.11 Networks Vasilios A. Siris and Despina Triantafyllidou Institute of Computer Science (ICS) Foundation for Research and Technology - Hellas

More information

Storage Systems Autumn 2009. Chapter 6: Distributed Hash Tables and their Applications André Brinkmann

Storage Systems Autumn 2009. Chapter 6: Distributed Hash Tables and their Applications André Brinkmann Storage Systems Autumn 2009 Chapter 6: Distributed Hash Tables and their Applications André Brinkmann Scaling RAID architectures Using traditional RAID architecture does not scale Adding news disk implies

More information

PEER-TO-PEER (P2P) file-sharing technology enables

PEER-TO-PEER (P2P) file-sharing technology enables 204 IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 25, NO. 1, JANUARY 2007 Network-Aware P2P File Sharing over the Wireless Mobile Networks Chung-Ming Huang, Member, IEEE, Tz-Heng Hsu, and Ming-Fa

More information

Characterizing the Query Behavior in Peer-to-Peer File Sharing Systems*

Characterizing the Query Behavior in Peer-to-Peer File Sharing Systems* Characterizing the Query Behavior in Peer-to-Peer File Sharing Systems* Alexander Klemm a Christoph Lindemann a Mary K. Vernon b Oliver P. Waldhorst a ABSTRACT This paper characterizes the query behavior

More information

Performance Analysis of AQM Schemes in Wired and Wireless Networks based on TCP flow

Performance Analysis of AQM Schemes in Wired and Wireless Networks based on TCP flow International Journal of Soft Computing and Engineering (IJSCE) Performance Analysis of AQM Schemes in Wired and Wireless Networks based on TCP flow Abdullah Al Masud, Hossain Md. Shamim, Amina Akhter

More information

A Review on Efficient File Sharing in Clustered P2P System

A Review on Efficient File Sharing in Clustered P2P System A Review on Efficient File Sharing in Clustered P2P System Anju S Kumar 1, Ratheesh S 2, Manoj M 3 1 PG scholar, Dept. of Computer Science, College of Engineering Perumon, Kerala, India 2 Assisstant Professor,

More information

LOAD BALANCING FOR OPTIMAL SHARING OF NETWORK BANDWIDTH

LOAD BALANCING FOR OPTIMAL SHARING OF NETWORK BANDWIDTH LOAD BALANCING FOR OPTIMAL SHARING OF NETWORK BANDWIDTH S.Hilda Thabitha 1, S.Pallavi 2, P.Jesu Jayarin 3 1 PG Scholar,,Dept of CSE,Jeppiaar Engineering College,Chennai, 2 Research Scholar,Sathyabama University,Chennai-119.

More information

SUITABLE ROUTING PATH FOR PEER TO PEER FILE TRANSFER

SUITABLE ROUTING PATH FOR PEER TO PEER FILE TRANSFER SUITABLE ROUTING PATH FOR PEER TO PEER FILE TRANSFER R. Naga Priyadarsini, S. Suma and V. Dhanakoti Department of Computer Science Engineering, Valliammai Engineering College, Kanchipuram, India ABSTRACT

More information

Improving Data Availability through Dynamic Model-Driven Replication in Large Peer-to-Peer Communities

Improving Data Availability through Dynamic Model-Driven Replication in Large Peer-to-Peer Communities Improving Data Availability through Dynamic Model-Driven Replication in Large Peer-to-Peer Communities Kavitha Ranganathan, Adriana Iamnitchi, Ian Foster Department of Computer Science, The University

More information

Adapting Distributed Hash Tables for Mobile Ad Hoc Networks

Adapting Distributed Hash Tables for Mobile Ad Hoc Networks Adapting Distributed Hash Tables for Mobile Ad Hoc Networks Tobias Heer, Stefan Götz, Simon Rieche, Klaus Wehrle {heer,goetzs,rieche,wehrle}@informatik.uni-tuebingen.de Protocol Engineering and Distributed

More information

NOVEL PRIORITISED EGPRS MEDIUM ACCESS REGIME FOR REDUCED FILE TRANSFER DELAY DURING CONGESTED PERIODS

NOVEL PRIORITISED EGPRS MEDIUM ACCESS REGIME FOR REDUCED FILE TRANSFER DELAY DURING CONGESTED PERIODS NOVEL PRIORITISED EGPRS MEDIUM ACCESS REGIME FOR REDUCED FILE TRANSFER DELAY DURING CONGESTED PERIODS D. Todinca, P. Perry and J. Murphy Dublin City University, Ireland ABSTRACT The goal of this paper

More information

Oscillations of the Sending Window in Compound TCP

Oscillations of the Sending Window in Compound TCP Oscillations of the Sending Window in Compound TCP Alberto Blanc 1, Denis Collange 1, and Konstantin Avrachenkov 2 1 Orange Labs, 905 rue Albert Einstein, 06921 Sophia Antipolis, France 2 I.N.R.I.A. 2004

More information

An Efficient Load Balancing Technology in CDN

An Efficient Load Balancing Technology in CDN Issue 2, Volume 1, 2007 92 An Efficient Load Balancing Technology in CDN YUN BAI 1, BO JIA 2, JIXIANG ZHANG 3, QIANGGUO PU 1, NIKOS MASTORAKIS 4 1 College of Information and Electronic Engineering, University

More information

Evaluation of Unlimited Storage: Towards Better Data Access Model for Sensor Network

Evaluation of Unlimited Storage: Towards Better Data Access Model for Sensor Network Evaluation of Unlimited Storage: Towards Better Data Access Model for Sensor Network Sagar M Mane Walchand Institute of Technology Solapur. India. Solapur University, Solapur. S.S.Apte Walchand Institute

More information

Power-Aware Autonomous Distributed Storage Systems for Internet Hosting Service Platforms

Power-Aware Autonomous Distributed Storage Systems for Internet Hosting Service Platforms Power-Aware Autonomous Distributed Storage Systems for Internet Hosting Service Platforms Jumpei Okoshi, Koji Hasebe, and Kazuhiko Kato Department of Computer Science, University of Tsukuba, Japan {oks@osss.,hasebe@,kato@}cs.tsukuba.ac.jp

More information

Monitoring Large Flows in Network

Monitoring Large Flows in Network Monitoring Large Flows in Network Jing Li, Chengchen Hu, Bin Liu Department of Computer Science and Technology, Tsinghua University Beijing, P. R. China, 100084 { l-j02, hucc03 }@mails.tsinghua.edu.cn,

More information

A Hybrid Load Balancing Policy underlying Cloud Computing Environment

A Hybrid Load Balancing Policy underlying Cloud Computing Environment A Hybrid Load Balancing Policy underlying Cloud Computing Environment S.C. WANG, S.C. TSENG, S.S. WANG*, K.Q. YAN* Chaoyang University of Technology 168, Jifeng E. Rd., Wufeng District, Taichung 41349

More information

Quantitative Analysis of 2-tier P2P- SIP Architecture with ID-based Signature

Quantitative Analysis of 2-tier P2P- SIP Architecture with ID-based Signature A Thesis for the degree of Master Quantitative Analysis of 2-tier P2P- SIP Architecture with ID-based Signature Chang-Hwan Lee School of Engineering Information and Communications University 2008 i Quantitative

More information

SCALABLE RANGE QUERY PROCESSING FOR LARGE-SCALE DISTRIBUTED DATABASE APPLICATIONS *

SCALABLE RANGE QUERY PROCESSING FOR LARGE-SCALE DISTRIBUTED DATABASE APPLICATIONS * SCALABLE RANGE QUERY PROCESSING FOR LARGE-SCALE DISTRIBUTED DATABASE APPLICATIONS * Maha Abdallah LIP6, Université Paris 6, rue du Capitaine Scott 75015 Paris, France Maha.Abdallah@lip6.fr Hung Cuong Le

More information

Decentralized supplementary services for Voice-over-IP telephony

Decentralized supplementary services for Voice-over-IP telephony Decentralized supplementary services for Voice-over-IP telephony Christoph Spleiß and Gerald Kunzmann Technische Universität München 80333 Munich, Germany {christoph.spleiss,gerald.kunzmann}@tum.de Abstract.

More information

Influence of Load Balancing on Quality of Real Time Data Transmission*

Influence of Load Balancing on Quality of Real Time Data Transmission* SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 6, No. 3, December 2009, 515-524 UDK: 004.738.2 Influence of Load Balancing on Quality of Real Time Data Transmission* Nataša Maksić 1,a, Petar Knežević 2,

More information