Ant-based Load Balancing Algorithm in Structured P2P Systems
|
|
|
- Kelley Lawson
- 10 years ago
- Views:
Transcription
1 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 Abstract Dynamic load balancing is one key adaptation mechanism often deployed in networking and computing systems. umerous proposals exist for load balancing in P2P networks. All of them will enhance the availability of P2P system to some extent. However, their convergence rate is still low, and the load collection overhead and load transfer overhead are high. In this paper, we propose an ant-based load balancing algorithm, and design a candidate nodes discovery mechanism and a target nodes selection mechanism. Two types of agents are cooperating to realize these mechanisms: Search ant and Guide ant. Performance evaluation shows that, to achieve some specific load balancing effect, compared to the classical algorithms, the convergence rate, the load collection overhead and load transfer overhead of our proposed algorithm are significantly reduced; In addition, this paper analysis how system and algorithm parameters affect the performance of proposed algorithm in depth. Keywords: P2P, DHT, Load balancing, Ant colony optimization, Search ant, Guide ant. Introduction Decentralized structured overlays and distributed hash tables (DHT) proffer a unique vision of computing: a collection of computing and communication resources shared by active users. However, nodes are heterogeneous, workload assigned to system may be heavy-tailed, node availability and churn rates may change over time. Load balancing is a key step towards adapting to these characteristics and ensuring the reliability and availability of the systems. There is a large body of literature on load balancing schemes of DHT system. The basic idea of all algorithms is based on the real-time load condition of some part or all DHT system, to design the load re-assign or load transfer algorithm. Therefore, the evaluation index of load balancing algorithms include: load balancing effect, load balancing overhead. Here, load balancing overhead can be divided into load information collection overhead and load transfer overhead, the speed of load information collection and load transfer reflect the convergence rate indirectly. According to the different entity which is responsible for collecting real-time load conditions and generating load re-assign or load transfer algorithm, the DHT load balancing can be divided into two categories: centralized and decentralized dynamic load balancing algorithm. Centralized load balancing algorithm [-6] can be divided into all-centralized and semi-centralized load balancing. In all-centralized load balancing scheme, a central node is responsible for collecting real-time load conditions and generating load re-assign or load transfer algorithm for global system; in the semi-centralized load balancing scheme, multi-central nodes are respectively responsible for collecting real-time load conditions and generating load re-assign or load transfer algorithm for local system. In the centralized model, although the load collection and redistribution centers can provide efficient global or local optimal allocation strategy, these centers can easily cause single point failure and the system performance bottleneck in large-scale dynamic systems, because the overhead of load information collection and load distribution strategy implementation is huge. In the decentralized load balancing schemes [-2, 7-], the load transfer nodes need to detect the load distribution of the system, then based on the detected load conditions, to achieving load balancing effect, they need to change their ID or transfer their some part load. In this model, decentralized load balancing scheme can avoid the single point failure, but its convergence rate is higher caused by the blindness of the load detection. The load effect is much closer to global or local optimal one, the load information collection overhead is much greater. In this paper, based on the analysis of advantages and disadvantages in centralized and decentralized load balancing algorithm, we propose an Ant-based load balancing in Structured P2P network, This work is supported by China-Finland Cooperation Project (o. 2DFA278), ational Key Program (o. 2ZX35-4-2) and Key Laboratory of Universal Wireless Communications, Ministry of Education. Journal of Convergence Information Technology(JCIT) Volume7, umber6, April 22 doi:.456/jcit.vol7.issue
2 abbreviation. makes a compromise between the load balancing effect and balancing cost, and is greatly improved in scalability, adaptability and robustness. Such advantages of are as following: ) relies on all nodes in the system, so it can avoid a single point failure; ATalgorithm introduce the parameters of load balancing effect and balancing overhead into the load transfer nodes selection, it is a fundamental tradeoff between the load balancing effect and balancing overhead. So, this algorithm is more suitable for the actual system requirements. 2) Based on ant colony optimization, a load transfer nodes selection technique is proposed in ATalgorithm. This is a non-direct cooperation way, it can avoid the blind search and improve system convergence rate, which is greatly improved in extensibility. Compared to the proposed centralized and decentralized load balancing schemes, the load information collection overhead of is significantly reduced. 3) During the process of load transfer node selection, not only consider the load state of node, but also introduce a delay in the link between nodes which can avoid the load transfer on the large link delay between nodes, so can reduce the load transfer costs; 4) selects the available load of nodes as pheromone whose update is complete with the DHT routing table update. It does not need any additional structures to collect load information which enhance the system robustness, and it can solve the slow convergence problem which is caused by no significant differences of pheromone in the initial ant colony optimization. The rest of this paper is structured as follows. The related work is presented in Section 2. Section 3 describes the AT- algorithm. We evaluate performance of the proposed load balancing algorithm in Section 4. Finally, we conclude and present future work in Section Related work As previous description, the basic idea of DHT load balancing algorithm is design the load re-assign or the load transfer algorithm based on the real-time load state collection of the whole or partial system. According to the different entity which is responsible for collecting real-time load conditions and generating load re-assign or load transfer algorithm, the DHT load balancing can be divided into two categories: centralized and decentralized load balancing algorithm. The difference of these methods is the specific load information collection and load re-assign or load transfer program. In centralized dynamic load balancing model, reference [, 2] provides one or more directory nodes which are responsible for collecting the load information and generating the load transfer schemes. A directory node periodically calculates load information of random nodes in the system and achieves load balancing through transferring virtual servers. Reference [3] builds a structure on top of the P2P: k-ary tree, which is responsible for the collection and the release of node information, as well as the transfer strategy of virtual server. Reference [4] the system is divided into several rings, each ring represents a region. To begin with, it balances the load in each ring. If not fully balanced, it will balance the load among the rings. There is a super-node in each ring which is responsible for the load state collection and the load re-assign. In decentralized dynamic load balancing model, reference [, 7] clones a node into multiple virtual servers, the number of virtual servers is proportional to some performance parameters, such as computing power; each virtual server acts as a node in the logical space and responsible for the corresponding space; the capacity of node is stronger, the number of its virtual servers is more, the proportion of its shared resource space is greater, so it will gain more request load. Reference [9] provides two methods to adjust the node mapping space: first, a node has multiple virtual servers, but only one of them become active at any time, it can connect to other nodes randomly and split the load space of the heavy-loaded nodes to balancing the load; second, to achieve the load balancing, it change the ID of the light-load node which make it share the load of the heavy-load node. Reference [] also uses the similar method. In this paper, the proposed algorithm is based on Ant colony optimization (ACO). ACO is a novel evolutionary algorithm, which has the characteristics such as positive feedback, distributing computing and the use of a constructive heuristic etc. And these features quite match the demands of network optimization, some ant-based algorithms have been proposed for many application [2-3], such as mobile ad hoc networks routing, topology optimization, distributed QoS routing, resource allocation, etc. 333
3 3. Ant-based Load Balancing in DHT Systems This paper adopts ant colony optimization to design the. It includes the candidate nodes discovery mechanism and target nodes selection mechanism. Specially, two types of agents cooperate to realize these mechanisms: Search ant and Guide ant. Search ant simulates the foodseeking behavior of ants that searches for light-nodes. Guide ant is responsible for managing a candidate light-load node list, instructing source node to select target nodes. In this section, the related definition, data structure of search and guide ants, candidate light-load nodes discovery mechanism, target node selection mechanism and overall process of load balancing algorithm will be presented. 3.. Related Definitions Definition ode Capacity (C) The factors that affect the load capacity of the node, such as CPU speed, storage capacity, delay, bandwidth, and so on, are unified as one resource. C = P( CPU ) * w + P( Space) * w2 + P( Memory) * w3 + P( IO) * w4 + P( BandWidth) * w5 () Where wi represents the weight of each factor; P(x) represents the value of factor x s capacity. Different application systems have different weight of each factor. Definition 2 ode Load (L). In DHT network, the load of nodes is the demand for capacity. L = L( CPU ) * w + L( Space) * w2 + L( Memory) * w3 + L( IO) * w4 + L( BandWidth) * w5 (2) Where wi represents the weight of each factor; L(x) represents the value of factor x s load. Definition 3 Utilization Rate (μ/ m ) ode utilization rate μ refers to the ratio of load of node L to its largest carrying capacity C, that is, μ=l/c. ode utilization rate describes the situation of the current node load. System utilization rate m refers to the ratio of all the nodes load in the system to the largest carrying capacity, which represents the total load situation of network. It can be described as m= å L( i) / å C( i) (3) i= i= Definition 4 Load Deviation Rate (e) It can be described as the difference between utilization rate of node and system utilization rate. e = m - m (4) Definition 5 Physical Distance (D) In this paper, we adopt the delay(a,b) as the physical distance between node a and b. It can be achieved by network coordinates or actual network measure. In this paper, the physical distance of the simulation uses the real data of the delay measure: P2PSim data sets Data Structure of the Search and Guide ants Based on the different tasks performed by the ants, there are two types: Search ant and Guide ant. Search ant simulates the food-seeking behavior of an ant that searches for light-nodes. Guide ant is responsible for managing a candidate light-load node list, instructing source node to select target nodes. Search ant is generated by the source node whose e reach some setting threshold, that find candidate light-load nodes in the DHT. Each search ant has a tabu list to record the visited nodes which prevent repeat visit nodes and a maximal survival time TTL. Guide ant generated by candidate lightload node or node whose search ant s TTL is. Guide ant is responsible for managing a candidate light-load node list that consists of pheromone and physical distance (delay). According to the function of ants, we build data structures for them as shown in Table,
4 Table. Structure table of search ant Ant Id Restricted condition Source ode Taboo list Delay list Pheromone list Survival time AntID res(m) s.t F tabu list Ds list Info list TTL Table 2. Structure table of guide ant Ant Id Source ode Candidate nodes list Delay list Pheromone list AntID F Candi list Ds list Info list 3.3. Candidate Light-load odes Discovery Mechanism In DHT systems, the specific circumstance of node s load is unknown, and nodes are heterogeneity. Adopting ant colony optimization algorithm, we can find candidate light-load nodes in the unknown load distribution system, and choose the suitable one or more nodes to data migration. In this section, we will elaborate the candidate node discovery mechanism from the following aspects: the generation and update of the pheromone, the routing mechanism and life-span control policy of Search ant Generation and Updating of Pheromone Pheromone plays an important role in the candidate node discovery mechanism. It guides the route direction of search ant. Therefore, pheromone must fully reflect the node load. This paper defines the pheromone ph(i) as the available capacity of node i, that is, ph(i)=c(i)-l(i). How to generate and update pheromone is a key. For faster speed and lower cost, updating of pheromone is complete with DHT node routing table update process. The specific process is: () Source node S sends route table update message; (2) On receiving routing table update message, node i reply message with available capacity ph(i); (3) On receiving a reply message, node S records nodes information in the routing table entry. This generation and update mode does not need any additional structures to collect load information. It solves slow convergence problem caused by no significant differences of pheromone in the initial Routing Mechanism of Search Ant Pheromone is the core of the solution based ant colony optimization, which represents some prior knowledge, and its size represents the load balancing effect. Delay is also introduced in routing selection as a heuristic factor, which guaranteeing the load transfer overhead. Therefore, both pheromone and heuristic must be considered in DHT routing. Suppose that node i receives search ant k, node i will select the neighbor node j as next hop by forward probability p k (i, j). a b ì ph( j) *(/ delay( j)) a b, ph( j) & & j routingtable( i) tabu( k) > Î - ph( u) *(/ delay( j)) k, j ) = å í uîroutingtable ( i ) (5) p (i î, others Where, ph(j) represents the phenomenon value of node j; delay(j) represents the heuristic value of node j; α and β is the relative important factor of pheromone and heuristic; routingtable(i) identifies the routing table entry of node i; tabu(k )is the taboo list of search ant k Life-span Control Policy In this algorithm, the survival time of search ant is controlled by life-span control policy. To generate the Search ant, TTL will be set an initial value and minus one with every hop forward. When a node receives a search ant, the control of its life cycle as follows: () If the current node meets the restrictions, it should generate guide ant, update the TTL of search ant to by force, and end forward search ant. (2) If its all neighbor nodes are in tabu list of search ant, this node should generate guide ant, update the TTL of search ant to by force, and end forward search ant. 335
5 (3) If neither the current node meets the constraints, nor all neighbors are in tabu list of search ant, then it should update search ant TTL to TTL=TTL-; and according to the formula (5), this node chooses neighbor node whose forward probability is largest as the next hop, and forwards search ant. In the first case, search is ended as long as candidate node is found. In the other case, if TTL is, target transfer nodes should require two or more candidate light-nodes to share the overloaded load Target ode Selection Mechanism Source node takes the candidate light-load nodes from guide ant as a node list M, and chooses the optimal set of one or more light-load nodes from list M. The metrics should consider two factors: ) load balancing effect, here, may be expressed in the standard deviation of e. 2) load migration overhead, here, may be expressed in the bandwidth consumption for transfer load. The objective function (obf) for target node selected and the constraints (s.t.) as follows. M 2 2 A* e ( m) e ( s) M + å + m= obf= (6) M Load _ transfer ( m ) B* å * rep( m) Load _ transfer m= ì ü Load _ transfer ³ C( s) * ( e( s) -threshold( e)) s. t. í" m Î M L( m) + Load _ transfer( m) C( m) * m ý (7) M å Load _ transfer(m) ³ Load _ transfer î m= þ The selected target nodes (lists) are the candidate nodes who meet s.t. and their obf is largest. In formula (6,7), where A and B are the weight of load deviation rate and service reputation; Load_transfer is total load which source node transfers out; Load_transfer(m) is the load of node m receives. The constraints are as follows: lode deviation rate of overloaded node can drop below, lode deviation rate of light node can t exceed Overall Process of Load Balancing Algorithm Once source node F s load deviation rate e reach, the flow is as follows: () ode F generates kth (k is initialized to ) Search ant, and sets ant ID, constraints, node F s information (address, physical distance etc) and TTL; (2) According to the formula (5), node F chooses the neighbor whose forward probability is kth largest as the next hop, and forwards search ant k; (3) On receiving ant k, node D puts its ID, pheromones and delay into the data structure of ant k. According to s.t., node D judges whether it is a valid candidate node; a. If node D meets the s.t., it should generate guide ant which return to node F directly, update the TTL to by force, and end forward search ant k. b. If node D does not meet the s.t., and all neighbors are in tabu lists, it should generate guide ant which return to node F directly, update the TTL to by force, and end forward search ant k. c. If neither node D meets the s.t., nor all neighbors are in tabu list of search ant, it should update TTL to TTL=TTL-; If TTL=, node D generates guide ant which return to node F directly, otherwise, according to the formula (5), node D chooses the neighbor whose forward probability is largest as the next hop, and forwards search ant, then go to step (3). (4) On receiving guide ant, source node F should make all candidate node forms list, and selects target nodes who meet formula( 7) and the value of formula (6) is largest, then doing data migration. (5) Source node F calculates the new load deviation rate e, if e>, then k=k+, go to step (); Otherwise the algorithm is end. 4. Performance Evaluation In this section, we set some goal for load balancing effect using a list of. For each, we will compare load balancing effect and balancing overhead which includes load 336
6 information overhead and load transfer overhead among -algorithm, [2] (classic decentralized load balancing) and [2] (classic centralized load balancing) in Chord context, and evaluates how system and algorithm parameters affect the performance of ATalgorithm-algorithm. Parameters used in this section are listed in Table 3 and Table 4. Table 3. Basic experiment parameters Parameters Description Value node number [2,2 6 ] Load System load 6 C node s capacity [.5 C,2 C ] delay(a,b) the delay between node a and b m ode utilization rate [,] Table 4. Balancing algorithm parameters Parameters Description Value the threshold of e [,] TTL maximal survival time log 2 α the relative importance [,] factor of pheromone β the relative importance [,] factor of heuristic dum directory nodes number log Performance comparison and analysis with the classical algorithm In, once node s e>, it should execute to search for suitable light-load nodes to data migration; In, light-load nodes, whose μ< m, should random detect node periodically, if the node s e>, light-load node will do data migration from this node; In, the assignment of loads is typically performed by one or more directory nodes, a directory node periodically receives nodes load information and executes the load balancing algorithm Load Balancing Effect To evaluate load balancing effect, we compare the load distribution in, O2O, M2M algorithms and without load balancing. Load distribution is also compared among different (.,.2,.3,.4), =2, m =.4. And the simulation runs under different capacity settings. =. = F(e) Load deviation rate e =.3 o load-balancing F(e).6.4 o load-balancing Load deviation rate e = F(e) o load-balancing F(e).6.4 o load-balancing Load deviation rate e Load deviation rate e Figure. Cumulative Distribution Function of e. =2 Fig. shows the empirical CDF of e. As shown, maximum e is reduced a lot when using load balancing algorithm, and three algorithms can balance the nodes load below. However, minimum e of is slightly bigger than the other two algorithms; in, the proportion of nodes whose e> is obviously lower than the other two algorithms, and it is equal in the other two algorithms. It means that compared with classical decentralized load balancing algorithms, is more efficient; compared with classical centralized load balancing algorithms, ATalgorithm share many characters in common, and differ in relatively minor characters Load Balancing Overhead 337
7 For balancing system load, all solutions have to collect the load information and adjust the load through transferring data or virtual servers, which results in increasing load information collection overhead and load migration overhead a lot. Consequently, we will evaluate load collection overhead and load migration overhead. Here, load collection overhead is evaluated with the DHT routing hops for load collection per heavy-node which could also represent the convergence rate of the system; load migration overhead is evaluated with bandwidth consumption for transfer load, transfer load times delay. As shown in Fig. 2, experimental results as follows: DHT routing hops for load collection per heavy node load collection overhead transfer load * delay 6 x Load migration overhead Figure 2. The load balancing Overhead () The mean of the DHT routing hops load collection per heavy nodes for, O2O and M2M algorithms are distributed in [5,2], [25,45], [,4] range respectively, indicating that can reduce the load collection overhead. Because it is a non-direct collaboration way, blind search services can be avoided. So, it can improve the convergence rate of the system. (2) The data migration overhead of our is lower than the other two algorithms obviously. It is because that candidate nodes discovery mechanism introduces physical distance, and target node selection mechanism makes a compromise between load balancing effect and overhead The Effect of System and algorithm parameters on algorithm performance This section analysis how system and algorithm parameters affect the performance of proposed algorithm in depth. It is evaluated with following considerations: () This simulation analysis how the system size and load balancing requirements affect the performance of. Here, load balancing requirement is expressed by, range [.,.4], the interval value is.5; system size is in the range of [2, 2 6 ]. (2) Mechanism based on Ant Colony contains some adjustable parameters. However, the values of these parameters are not strictly theoretical guidance. So, it needs to determine the optimal parameter through several experiments. In formula (5), [α, β] is important to, so, in simulation, the value of [α, β] is [.4,.6], [.5,.5], [.6,.4], [.8,.2] respectively. (3) Different algorithm parameters [α, β], with the change of or, this paper analysis the load balancing effect and overhead. Load deviation rate (standard deviation) Load balancing effect DHT routing hops for load collection per heavy node Load collection overhead Transfer load * delay x Load migration overhead Figure 3. Simulation results under different and algorithm parameter [α, β] 338
8 Load deviation rate (standard deviation) Load balancing effect DHT routing hops for load collection per heavy nodes Load collection overhead Transfer load * delay x Load migration overhead Figure 4. Simulation results under different and algorithm parameter [α, β] As shown in Fig. 3 and Fig. 4, experimental results are as follows: () represents the load balancing requirements, so, becomes greater, the load balancing effect becomes worse and the load balancing overhead decreases. (2) With changing of the system size, load balancing effect and overhead appear to be leveling off. While the fluctuation of load collection overhead is relatively large, because as increases, the ant's TTL is is logarithmic growth. So has a good scalability. (3) In the candidate node discovery mechanism, α, β represent the relative importance of available capacity and delay respectively. With the increase of α (decrease of β), load balancing effect appears a good trend, the convergence rate becomes faster, and load balancing overhead is increased. 5. Conclusions This paper has presented an Ant-based load balancing in structured P2P network called ATalgorithm. Considering load balancing effect and overhead, it designs a candidate nodes discovery mechanism and a target nodes selection mechanism. Two types of agents are cooperating to realize these mechanisms: Search ant and Guide ant. Performance evaluation shows that, compared to the classical algorithms, the convergence rate and load balancing overhead are significantly raised. In the future, based on the collected load information, we still need to develop systemic analysis for the specific load adjustment schemes. 6. References [] Rao A, Lakshminarayanan K, Surana S, Karp R, and Stoica I, Load Balancing in Structured P2P Systems, Peer-to-Peer Systems II, Springer, vol.2735, pp.68-79, 23. [2] Godfrey B, Lakshminarayanan K, Surana S. and Karp R. and Stoica I, Load balancing in dynamic structured P2P systems, IFOCOM 24, IEEE, vol.4, pp , 24. [3] Zhu Y, Hu Y, Efficient, proximity-aware load balancing for DHT based P2P systems, IEEE Trans. on Parallel and Distributed Systems, vol. 6, no. 4, pp , 25. [4] Bienkowski M, Korzeniowski M, der Heide F, Dynamic load balancing in distributed hash tables, Peer-to-Peer Systems IV, Springer, vol. 4, pp , 25 [5] PEG Limin, XIAO Wenjun, A Binary-Tree based Hierarchical Load Balancing Algorithm in Structured Peer-to-Peer Systems, JCIT, Vol. 6, o. 4, pp , 2. [6] Wei Mi, Chunhong Zhang, An Effective Load-Balancing Algorithm SDYA for Structured P2P Systems, Journal of Beijing University of Posts and Telecommunications, vol. 33, no. 5, pp. 6-2, 2. [7] Dabek F, Kaashoek M.F, Wide-Area Cooperative storage with CFS, ACM SIGOPS Operating Systems Review, vol. 35, no. 5, pp , 2. [8] Godfrey P.B, Stoica I, Heterogeneity and load balance in distributed hash tables, IFOCOM 25, IEEE, vol., pp , 25. [9] Karger D, Ruhl M, Simple efficient load balancing algorithms for peer-to-peer systems, In LCS, 3-4, 25. [] Shen H, Xu C.Z, Locality-aware and churn-resilient load-balancing algorithms in structured peerto-peer networks, IEEE Transactions on Parallel and Distributed Systems, IEEE, vol. 8, no. 6, pp ,
9 [] WAG Bin, SHE Qing-guo, An Effective Algorithm for Hierarchical P2P Load Balancing, JCIT, Vol. 6, o. 5, pp , 2. [2] Ducatelle F, Di Caro G, Ant agents for hybrid multipath routing in mobile ad hoc networks, In 2th Annual Conference on Wireless On-demand etwork Systems and Services, pp , 25. [3] Khan S.A, Engelbrecht A.P, A fuzzy ant colony optimization algorithm for topology design of distributed local area networks In Swarm Intelligence Symposium, pp. -7,
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
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, [email protected]
A Load Balancing Method in SiCo Hierarchical DHT-based P2P Network
1 Shuang Kai, 2 Qu Zheng *1, Shuang Kai Beijing University of Posts and Telecommunications, [email protected] 2, Qu Zheng Beijing University of Posts and Telecommunications, [email protected] Abstract
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
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,
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
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
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
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
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
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
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
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
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
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
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 [email protected]
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
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
A Survey on Load Balancing Techniques Using ACO Algorithm
A Survey on Load Balancing Techniques Using ACO Algorithm Preeti Kushwah Department of Computer Science & Engineering, Acropolis Institute of Technology and Research Indore bypass road Mangliya square
A QoS-driven Resource Allocation Algorithm with Load balancing for
A QoS-driven Resource Allocation Algorithm with Load balancing for Device Management 1 Lanlan Rui, 2 Yi Zhou, 3 Shaoyong Guo State Key Laboratory of Networking and Switching Technology, Beijing University
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
Study on Cloud Computing Resource Scheduling Strategy Based on the Ant Colony Optimization Algorithm
www.ijcsi.org 54 Study on Cloud Computing Resource Scheduling Strategy Based on the Ant Colony Optimization Algorithm Linan Zhu 1, Qingshui Li 2, and Lingna He 3 1 College of Mechanical Engineering, Zhejiang
Figure 1. The cloud scales: Amazon EC2 growth [2].
- Chung-Cheng Li and Kuochen Wang Department of Computer Science National Chiao Tung University Hsinchu, Taiwan 300 [email protected], [email protected] Abstract One of the most important issues
Using Peer to Peer Dynamic Querying in Grid Information Services
Using Peer to Peer Dynamic Querying in Grid Information Services Domenico Talia and Paolo Trunfio DEIS University of Calabria HPC 2008 July 2, 2008 Cetraro, Italy Using P2P for Large scale Grid Information
QUALITY OF SERVICE METRICS FOR DATA TRANSMISSION IN MESH TOPOLOGIES
QUALITY OF SERVICE METRICS FOR DATA TRANSMISSION IN MESH TOPOLOGIES SWATHI NANDURI * ZAHOOR-UL-HUQ * Master of Technology, Associate Professor, G. Pulla Reddy Engineering College, G. Pulla Reddy Engineering
2. Research and Development on the Autonomic Operation. Control Infrastructure Technologies in the Cloud Computing Environment
R&D supporting future cloud computing infrastructure technologies Research and Development on Autonomic Operation Control Infrastructure Technologies in the Cloud Computing Environment DEMPO Hiroshi, KAMI
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,
Keywords: Dynamic Load Balancing, Process Migration, Load Indices, Threshold Level, Response Time, Process Age.
Volume 3, Issue 10, October 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Load Measurement
Journal of Theoretical and Applied Information Technology 20 th July 2015. Vol.77. No.2 2005-2015 JATIT & LLS. All rights reserved.
EFFICIENT LOAD BALANCING USING ANT COLONY OPTIMIZATION MOHAMMAD H. NADIMI-SHAHRAKI, ELNAZ SHAFIGH FARD, FARAMARZ SAFI Department of Computer Engineering, Najafabad branch, Islamic Azad University, Najafabad,
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
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
A Novel Switch Mechanism for Load Balancing in Public Cloud
International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) A Novel Switch Mechanism for Load Balancing in Public Cloud Kalathoti Rambabu 1, M. Chandra Sekhar 2 1 M. Tech (CSE), MVR College
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
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
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. [email protected]
How To Balance In Cloud Computing
A Review on Load Balancing Algorithms in Cloud Hareesh M J Dept. of CSE, RSET, Kochi hareeshmjoseph@ gmail.com John P Martin Dept. of CSE, RSET, Kochi [email protected] Yedhu Sastri Dept. of IT, RSET,
Load Balancing in Structured Peer to Peer Systems
Load Balancing in Structured Peer to Peer Systems DR.K.P.KALIYAMURTHIE 1, D.PARAMESWARI 2 Professor and Head, Dept. of IT, Bharath University, Chennai-600 073 1 Asst. Prof. (SG), Dept. of Computer Applications,
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
Load Balancing in Structured Peer to Peer Systems
Load Balancing in Structured Peer to Peer Systems Dr.K.P.Kaliyamurthie 1, D.Parameswari 2 1.Professor and Head, Dept. of IT, Bharath University, Chennai-600 073. 2.Asst. Prof.(SG), Dept. of Computer Applications,
DECENTRALIZED LOAD BALANCING IN HETEROGENEOUS SYSTEMS USING DIFFUSION APPROACH
DECENTRALIZED LOAD BALANCING IN HETEROGENEOUS SYSTEMS USING DIFFUSION APPROACH P.Neelakantan Department of Computer Science & Engineering, SVCET, Chittoor [email protected] ABSTRACT The grid
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
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
Performance Evaluation of Mobile Agent-based Dynamic Load Balancing Algorithm
Performance Evaluation of Mobile -based Dynamic Load Balancing Algorithm MAGDY SAEB, CHERINE FATHY Computer Engineering Department Arab Academy for Science, Technology & Maritime Transport Alexandria,
A Service Revenue-oriented Task Scheduling Model of Cloud Computing
Journal of Information & Computational Science 10:10 (2013) 3153 3161 July 1, 2013 Available at http://www.joics.com A Service Revenue-oriented Task Scheduling Model of Cloud Computing Jianguang Deng a,b,,
A Load Balancing Algorithm based on the Variation Trend of Entropy in Homogeneous Cluster
, pp.11-20 http://dx.doi.org/10.14257/ ijgdc.2014.7.2.02 A Load Balancing Algorithm based on the Variation Trend of Entropy in Homogeneous Cluster Kehe Wu 1, Long Chen 2, Shichao Ye 2 and Yi Li 2 1 Beijing
AN EFFICIENT STRATEGY OF AGGREGATE SECURE DATA TRANSMISSION
INTERNATIONAL JOURNAL OF REVIEWS ON RECENT ELECTRONICS AND COMPUTER SCIENCE AN EFFICIENT STRATEGY OF AGGREGATE SECURE DATA TRANSMISSION K.Anusha 1, K.Sudha 2 1 M.Tech Student, Dept of CSE, Aurora's Technological
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,
New Cloud Computing Network Architecture Directed At Multimedia
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.16 New Cloud Computing Network
An Efficient Hybrid P2P MMOG Cloud Architecture for Dynamic Load Management. Ginhung Wang, Kuochen Wang
1 An Efficient Hybrid MMOG Cloud Architecture for Dynamic Load Management Ginhung Wang, Kuochen Wang Abstract- In recent years, massively multiplayer online games (MMOGs) become more and more popular.
CHAPTER 8 CONCLUSION AND FUTURE ENHANCEMENTS
137 CHAPTER 8 CONCLUSION AND FUTURE ENHANCEMENTS 8.1 CONCLUSION In this thesis, efficient schemes have been designed and analyzed to control congestion and distribute the load in the routing process of
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,
A NEW FULLY DECENTRALIZED SCALABLE PEER-TO-PEER GIS ARCHITECTURE
A NEW FULLY DECENTRALIZED SCALABLE PEER-TO-PEER GIS ARCHITECTURE S.H.L. Liang Department of Geomatics Engineering, University of Calgary, Calgary, Alberta, CANADA T2N 1N4 [email protected] Commission
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
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
Implementation of a Lightweight Service Advertisement and Discovery Protocol for Mobile Ad hoc Networks
Implementation of a Lightweight Advertisement and Discovery Protocol for Mobile Ad hoc Networks Wenbin Ma * Department of Electrical and Computer Engineering 19 Memorial Drive West, Lehigh University Bethlehem,
Tornado: A Capability-Aware Peer-to-Peer Storage Network
Tornado: A Capability-Aware Peer-to-Peer Storage Network Hung-Chang Hsiao [email protected] Chung-Ta King* [email protected] Department of Computer Science National Tsing Hua University Hsinchu,
An Efficient QoS Routing Protocol for Mobile Ad-Hoc Networks *
An Efficient QoS Routing Protocol for Mobile Ad-Hoc Networks * Inwhee Joe College of Information and Communications Hanyang University Seoul, Korea iwj oeshanyang.ac.kr Abstract. To satisfy the user requirements
Load Balancing to Save Energy in Cloud Computing
presented at the Energy Efficient Systems Workshop at ICT4S, Stockholm, Aug. 2014 Load Balancing to Save Energy in Cloud Computing Theodore Pertsas University of Manchester United Kingdom [email protected]
Intelligent Agents for Routing on Mobile Ad-Hoc Networks
Intelligent Agents for Routing on Mobile Ad-Hoc Networks Y. Zhou Dalhousie University [email protected] A. N. Zincir-Heywood Dalhousie University [email protected] Abstract This paper introduces a new agent-based
Path Selection Methods for Localized Quality of Service Routing
Path Selection Methods for Localized Quality of Service Routing Xin Yuan and Arif Saifee Department of Computer Science, Florida State University, Tallahassee, FL Abstract Localized Quality of Service
An Active Packet can be classified as
Mobile Agents for Active Network Management By Rumeel Kazi and Patricia Morreale Stevens Institute of Technology Contact: rkazi,[email protected] Abstract-Traditionally, network management systems
Effective Load Balancing in P2P Systems
Effective Load Balancing in P2P Systems Zhiyong Xu Suffolk University [email protected] Laxmi Bhuyan University of California, Riverside [email protected] Abstract In DHT based P2P systems, various issues
Dynamic Resource Allocation in Software Defined and Virtual Networks: A Comparative Analysis
Dynamic Resource Allocation in Software Defined and Virtual Networks: A Comparative Analysis Felipe Augusto Nunes de Oliveira - GRR20112021 João Victor Tozatti Risso - GRR20120726 Abstract. The increasing
On-line scheduling algorithm for real-time multiprocessor systems with ACO
International Journal of Intelligent Information Systems 2015; 4(2-1): 13-17 Published online January 28, 2015 (http://www.sciencepublishinggroup.com/j/ijiis) doi: 10.11648/j.ijiis.s.2015040201.13 ISSN:
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.
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 [email protected] Hung Cuong Le
A Position Based Ant Colony Routing Algorithm for Mobile Ad-hoc Networks
JOURNAL OF NETWORKS, VOL. 3, NO. 4, APRIL 200 3 A Position Based Ant Colony Routing Algorithm for Mobile Ad-hoc Networks Shahab Kamali, Jaroslav Opatrny Department of Computer Science and Software Engineering,
HYBRID ACO-IWD OPTIMIZATION ALGORITHM FOR MINIMIZING WEIGHTED FLOWTIME IN CLOUD-BASED PARAMETER SWEEP EXPERIMENTS
HYBRID ACO-IWD OPTIMIZATION ALGORITHM FOR MINIMIZING WEIGHTED FLOWTIME IN CLOUD-BASED PARAMETER SWEEP EXPERIMENTS R. Angel Preethima 1, Margret Johnson 2 1 Student, Computer Science and Engineering, Karunya
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
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
DESIGN AND DEVELOPMENT OF LOAD SHARING MULTIPATH ROUTING PROTCOL FOR MOBILE AD HOC NETWORKS
DESIGN AND DEVELOPMENT OF LOAD SHARING MULTIPATH ROUTING PROTCOL FOR MOBILE AD HOC NETWORKS K.V. Narayanaswamy 1, C.H. Subbarao 2 1 Professor, Head Division of TLL, MSRUAS, Bangalore, INDIA, 2 Associate
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
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
RESEARCH ISSUES IN PEER-TO-PEER DATA MANAGEMENT
RESEARCH ISSUES IN PEER-TO-PEER DATA MANAGEMENT Bilkent University 1 OUTLINE P2P computing systems Representative P2P systems P2P data management Incentive mechanisms Concluding remarks Bilkent University
Redistribution of Load in Cloud Using Improved Distributed Load Balancing Algorithm with Security
ISSN (Online) : 2319-8753 ISSN (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology Volume 3, Special Issue 3, March 2014 2014 International Conference
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
Research on the Performance Optimization of Hadoop in Big Data Environment
Vol.8, No.5 (015), pp.93-304 http://dx.doi.org/10.1457/idta.015.8.5.6 Research on the Performance Optimization of Hadoop in Big Data Environment Jia Min-Zheng Department of Information Engineering, Beiing
A Survey Of Various Load Balancing Algorithms In Cloud Computing
A Survey Of Various Load Balancing Algorithms In Cloud Computing Dharmesh Kashyap, Jaydeep Viradiya Abstract: Cloud computing is emerging as a new paradigm for manipulating, configuring, and accessing
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
Adapting Distributed Hash Tables for Mobile Ad Hoc Networks
University of Tübingen Chair for Computer Networks and Internet Adapting Distributed Hash Tables for Mobile Ad Hoc Networks Tobias Heer, Stefan Götz, Simon Rieche, Klaus Wehrle Protocol Engineering and
Scalable Source Routing
Scalable Source Routing January 2010 Thomas Fuhrmann Department of Informatics, Self-Organizing Systems Group, Technical University Munich, Germany Routing in Networks You re there. I m here. Scalable
Resource Provisioning in Single Tier and Multi-Tier Cloud Computing: State-of-the-Art
Resource Provisioning in Single Tier and Multi-Tier Cloud Computing: State-of-the-Art Marwah Hashim Eawna Faculty of Computer and Information Sciences Salma Hamdy Mohammed Faculty of Computer and Information
Cost Effective Selection of Data Center in Cloud Environment
Cost Effective Selection of Data Center in Cloud Environment Manoranjan Dash 1, Amitav Mahapatra 2 & Narayan Ranjan Chakraborty 3 1 Institute of Business & Computer Studies, Siksha O Anusandhan University,
Various Schemes of Load Balancing in Distributed Systems- A Review
741 Various Schemes of Load Balancing in Distributed Systems- A Review Monika Kushwaha Pranveer Singh Institute of Technology Kanpur, U.P. (208020) U.P.T.U., Lucknow Saurabh Gupta Pranveer Singh Institute
TOPOLOGIES NETWORK SECURITY SERVICES
TOPOLOGIES NETWORK SECURITY SERVICES 1 R.DEEPA 1 Assitant Professor, Dept.of.Computer science, Raja s college of Tamil Studies & Sanskrit,Thiruvaiyaru ABSTRACT--In the paper propose about topology security
CLOUD DATABASE ROUTE SCHEDULING USING COMBANATION OF PARTICLE SWARM OPTIMIZATION AND GENETIC ALGORITHM
CLOUD DATABASE ROUTE SCHEDULING USING COMBANATION OF PARTICLE SWARM OPTIMIZATION AND GENETIC ALGORITHM *Shabnam Ghasemi 1 and Mohammad Kalantari 2 1 Deparment of Computer Engineering, Islamic Azad University,
Influences of Communication Disruptions on Decentralized Routing in Transport Logistics
Influences of Communication Disruptions on Decentralized Routing in Transport Logistics Bernd Scholz-Reiter, Christian Zabel BIBA Bremer Institut für Produktion und Logistik GmbH University of Bremen Hochschulring
Load-balancing Approach for AOMDV in Ad-hoc Networks R. Vinod Kumar, Dr.R.S.D.Wahida Banu
Load-balancing Approach for AOMDV in Ad-hoc Networks R. Vinod Kumar, Dr.R.S.D.Wahida Banu AP/ECE HOD/ECE Sona College of Technology, GCE, Salem. Salem. ABSTRACT Routing protocol is a challenging issue
