A virtual machine migration Algorithm Based on Network flow balance YangYu 1, a, ZhouHua 2,b, LiuJunHui 3,c and FengYun 4,d*

Size: px
Start display at page:

Download "A virtual machine migration Algorithm Based on Network flow balance YangYu 1, a, ZhouHua 2,b, LiuJunHui 3,c and FengYun 4,d*"

Transcription

1 Advanced Materials Research Submitted: ISSN: , Vols , pp Accepted: doi: / Online: Trans Tech Publications, Switzerland A virtual machine migration Algorithm Based on Network flow balance YangYu 1, a, ZhouHua 2,b, LiuJunHui 3,c and FengYun 4,d* 1,2,3 School of Software, Yunnan University, Kunming, China 4 Department of Computer and Information Science, Zunyi Normal College, Zunyi, China a @qq.com, b dr.hua.zhou@qq.com, c hankslau@foxmail.com, d fyun3ok@163.com Keywords: Cloud Computing, Workload Balance, Network Traffic, Network Balance Abstract. Current research of virtual machine migration strategy mainly focuses on how to reduce the delay of virtual machine migration process but does not pay much attention to the network flow problem caused by the virtual machine migration. Because of the difference caused by Infrastructure Operator's network location makes a different virtual machine migration strategy, which will result in large differences in network traffic. Infrastructure operator's network resources are scarce resources. Therefore, how to reduce the network flow of virtual machine migration is a problem to be studied. In order to reduce network traffic virtual machine migration, this paper proposes a virtual machine migration algorithm (NFBA) based on network flow balance to obtain the minimum scheduling cost. Experimental results show the migration strategy can effectively reduce the communication traffic between the virtual machine clusters within the system and reduce the burden of network and consider workload balance at the same time. INTRODUCATION In a traditional data center, administrators usually configure a server for each of the services. Because the yearly increase in the number of services, the number of servers will also increases year by year. So the effective operation and management of servers may not get full play and full guarantee which lead to the server resources utilization decline noticeably [1]. In this case, people put forward the use of virtual machine. The use of virtual machine could make full and effective use of remaining resources of the server, so the server's resources can be fully utilized and played. Therefore, how to maintain the stability and performance of virtual machines has become a hot topic. Live migration of virtual machines can run without stopping the service, and in a very short period of time, the virtual machine host migrated from the source node to the target node, in order to achieve load balancing resources between nodes. The method is to keep the virtual machine performance and service to improve the availability of effective methods. Virtual machine migration technique allows a virtual machine running on a physical machine to be migrated to another physical machine. Migration can be classified into two types, offline migration and real-time migration. For offline migration, the current user's state must be suspended or shut down before the migration can be performed, and users will not be able to take any action. For real-time migration, in contrast, it is not necessary to shut down the original virtual machine and the task can be migrated at the user unaware situation. The advantages of the real-time migration include load balancing, power efficiency, and convenient maintenance. Some mainstream virtualization software providers have proposed their own virtual machine live migration technology, such as VMware's VMotion [2] and Xen's Live Migration [3] and so on. There are 3 aspects of the problem that scheduling technology of virtual machine migration mainly focus on: 1selection of virtual machine migration. It means which virtual machine need migrate from source node that triggers the migration condition. 2selection of timing. It means what time to start migrating. 3selection of migration target node. It means which target node could receive this virtual machine that migrates from source node. The existing migration strategies usually determine whether a node overload or under load according to resource utilization of each physical server in cluster system. If resource utilization of All rights reserved. No part of contents of this paper may be reproduced or transmitted in any form or by any means without the written permission of Trans Tech Publications, (ID: , Pennsylvania State University, University Park, USA-21/02/16,05:09:55)

2 Advanced Materials Research Vols a physical server exceeds a default threshold, it will migrate virtual machine that run on it to other physical server. The resource utilization of target physical server is usually not high or migration virtual machine is compatible with the central processor. However, the existing technology for virtual machine migration may increase the traffic flow between virtual machine in cluster system, thus increasing the burden on network. In order to solve the above problem, this paper presents a virtual machine migration scheduling algorithm based on network flow balance. When in the process of migrating virtual machine to the corresponding target service node, the algorithm try to deploy these virtual machines that exist data interaction relationship between each other in a same business node and it is in consideration of load balance at the same time, thus reduce data transmission that through physical network card between virtual machine in cluster system, which can effectively reduce the communication traffic between virtual machines within a cluster system and reduce the burden of network. RELATED TECHNIQUE Xen [4] is an open source virtual machine monitor developed by the University of Cambridge. It can divide hardware resources of host node such as CPU, memory, I/O and so on by a virtual machine monitor named Hypervisor and use pre-copy technology to achieve virtual machine live migration. According to given cloud resources dynamic scheduling model, literature [5] proposes a virtual machine dynamic scheduling algorithm on migration technology. The algorithm combines with the physical node load evaluation and the virtual machine migration loss evaluation, multiple trigger control, the target node localization, in order to achieve an efficient dynamic load balance of a cloud computing data center. Literature [6] presents a load balancing method which based on migration of virtual machine. Based on threshold, this method predicts load tendency of host machine in the future, ensures that a small transient spike does not trigger needless virtual machine migration. After triggering migration, the method uses the probability-weighted approach to select the target node. Literature [7] presents an algorithm which dynamically allocates resources based on the need and distributes the load across the servers and conducts the experiment on Xen Cloud Platform. Literature uses response time as a metric. Literature [8] proposes a load balancing algorithm based virtual machine dynamic migration scheme for datacenter application with optical networks. The combination of the virtual machine dynamic migration scheme and the load balancing algorithm can help the virtual machines' migration with a dynamic adjustment on the basis of the current data center's situation in real-time. And in this way, it can reach the minimum average load among data center's occupation of service resource. Literature [9] concentrates on developing a multiple VMs migration scheduling algorithm such that the performance of migration is maximized. It evaluates its proposed algorithm through simulation. VIRTUAL MACHINE MIGRATION SCHEDULING STRATEGY 1. Definition of migration scheduling strategy Definition1 :Let all host node as a set PM={PM 1, PM 2, PM m }, the set of source node as S={S 1,S 2, S n }.Each source node can be seen as a set of virtual machine Si={v i1, v i2, v ik }, the set of target node as T={ t 1, t 2, t u }, PM =S D Definition2: The formalized description of physical machine could be defined as a twelve tuple. PM {PId, IP, CPU, RCPU, UCPU, Mem, RMem, UMem, Bw, RBw, UBw, UIO}. PId is the number of physical machine.ip is IP address of physical machine. CPU indicates physical computing power of processors. RCPU indicates reversed physical computing power of processors. UCPU indicates processor utilization of physical machine. Mem indicates the size of physical machine memory. RMem indicates reserved size of physical machine memory. UMem indicates

3 1030 Frontiers of Energy, Materials and Information Engineering memory utilization of physical machine. Bw indicates size of physical machine network bandwidth. RBw indicates reserved size of physical machine network bandwidth. UBw indicates network bandwidth utilization of physical machine. UIO indicates disk I/O utilization of physical machine. Definition3: The formalized description of physical machine could be defined as a nine tuple. VM {VId, IP, CPU, UCPU, Mem, UMem, Bw, UBw, UIO}. VId indicates the number of Virtual machine. IP is IP address of virtual machine. CPU indicates computing power of virtual machine processors. RCPU indicates reversed computing power of virtual machine processors. UCPU indicates processor utilization of virtual machine. Mem indicates the size of virtual machine memory. UMem indicates memory utilization of virtual machine. Bw indicates size of virtual machine network bandwidth. UBw indicates network bandwidth utilization of virtual machine. UIO indicates disk I/O utilization of virtual machine. Definition4: The formalized description of network flow between virtual machines could be defined as a triple Network Flow{VM ik, VM ju, Networkflow,UnitComCost}. VM ik indicates virtual machine k run on physical machine i. VM ju indicates virtual machine u run on physical machine j. Establish a virtual machine network flow table for each virtual machine when new a virtual machine to record the interaction of network flow between virtual machines. UnitComCost indicates unit communication costs. If VM ik and VM ju run on same physical machine, UnitComCost = 0, otherwise UnitComCost =1. Definition5: The formalized description of mgration match could be defined as a triple. Q={<s i,v ij,t u > s i S,v ij s i,t k T}. si indicates source node, v ij indicates virtual machine run on s i that need to migrate. t k indicates the most suitable target node that receive v ij. 2. Timing of migration strategy We should prevent occurrence of virtual machine migration event caused by a peak of physical node workload. Based on a workload peak of physical node to determine whether this node overload or not may easily lead to frequent occurrence of virtual machine migration events even increase overhead cost of cloud computing center especially consumption of network bandwidth. Therefore when comprehensive load of a physical node is greater than Threshold max or less than Threshold min did not immediately trigger a migration, but turn to the analysis of historical load information (set load manager record physical node load information in every period of time interval T). When the comprehensive load value is greater than Threshold max or less than Threshold min in a given period for 3 times, load manager could determine whether the node is an overloaded node or a low load node. 3. Virtual machine migration selection strategy When load manager judges S i is overloaded or under loaded. Load manager takes this algorithm to select suitable virtual machines to migrate from physical machine. First, compute all the priority of virtual machines on overloaded or under loaded physical machines according to the description model of virtual machine and physical machine. Second, construct a scheduling queue according to the priority sequence from big to small. The time complexity of this algorithm is O (n 2 ). Priority (VM ij ) =α* VM ij.ucpu+β* VM ij.umem +γ* VM ij.ubw +δ* VM ij.uio (1) VM ij indicates virtual machine j run on physical machine j. Priority (VM ij ) indicates the scheduling priority of VM ij. VM ij.ucpu indicates processor utilization of VM ij. VM ij.umem indicates memory utilization of VM ij. VM ij.ubw indicates network bandwidth utilization of VM ij. VM ij.uio indicates disk I/O utilization of VM ij. α is the weight parameter of CPU utilization. β is the weight parameters of the memory utilization. γ is the weight parameters of the bandwidth utilization. δ is the weight parameters of disk I/O utilization. α+β+γ+δ=1,0 α 1, 0 β 1, 0 γ 1, 0 δ 1, α,β,γ,δ which represent the degree of emphasis on compute intensive virtual machine, memory intensive virtual machine, network throughput intensive virtual machine and disk I/O intensive virtual machine. The algorithm constructs a migration queue according to Eq.1 on source host according to the priority from large to small descending.

4 Advanced Materials Research Vols Target node selection strategy Select resources suitable host t u for VM ij according to VM ij load and network flow, which satisfies the following conditions: Minimize: µ*load(vm ij,t u )+(1-µ)* NFR(VM ij,t u ) µ [0,1] (2) Subject to: Load(VM ij,t u ) = (L(VM ij, t u )-L min )/(L max -L min ) (3) NFR(VM ij,t u )=(NF(VM ij,t u )-NF min )/( NF max -NF min ) (4) The time complexity of algorithm is O (n 2 ). µ is used to reflect the equilibrium relationship between load and network flow. If the value of µ is increasing, it means we pay more attention to the balance of workload. If the value of µ is decreasing, it means we pay more attention to the balance of network flow balance. L (VM ij,t u ) indicates comprehensive load value of t u if VM ij migrate from Source host s i to target host t u. L min indicates the minimum comprehensive load value if VM ij migrate from source host s i to a target node that belongs to target node Set T. L max indicates the maximum comprehensive load value if VM ij migrate from source host si to a target node that belongs to target node Set T. Comprehensive load L of physical machine can be calculated by the following formula: L = (5) r ij indicates resource feature vector j of physical node u, l indicates resources dimension of physical node, in this paper we just considers there are 4 type of resource, they are CPU, memory, bandwidth and throughput of IO, so we set l=4, let Uu= [qcpu, qmem, qbw, qio] to record CPU performance vector, memory performance vector, network performance vector and disk I/O throughput vector of physical node u. =1. (6).. t u.cpu indicates target node u s physical computing power of processors. t u.rcpu indicates target node u s reserved physical computing power of processors.. indicates total computing power of virtual machine processors(these virtual machines run on target node u). = 1. (7).. t u.mem indicates target node u s the size of memory. t u.rmem indicates target node u s the size of reserved memory.. indicates total size of virtual machine memory(these virtual machines run on target node u). =1. (8).. t u.bw indicates target node u s the size of network bandwidth. t u.rbw indicates target node u s the size of reserved network bandwidth.. indicates total size of virtual machine network bandwidth (these virtual machines run on target node u). =1 (9) MINIO(t u ) indicates the minimum IO throughput of virtual machine that run on target node u. MAXIO(t u ) indicates the maximum IO throughput of virtual machine that run on target node u. NF (VM ij,t u ) indicates target node u's ration of network flow that through physical network card and not through physical network card if VM ij migrate from s i to t u. NF max indicates the maximum ration value ration of network flow that through physical network card and not through physical network card if VM ij migrate from s i to t u. NF min indicates the minimum ration value of network flow that through physical network card and not through physical network card if VM ij migrate from s i to t u. NF, =,.. (10),..

5 1032 Frontiers of Energy, Materials and Information Engineering For example: There are two virtual machine vm 1, vm 2 run on physical node 1. There are two virtual machine vm 3, vm 3 run on physical node 2. The network flow between each virtual machine in a period of T could read from network flow table. If the network flow tables are shown as follow: (vm11, vm12, 0.21, 0) (vm11, vm23, 0.22, 1)(vm11, vm24, 0.41, 1) (vm12, vm11, 0.80, 0) (vm12, vm23, 0.25, 1) (vm12, vm24, 0.21, 1)(vm23, vm11, 0.37, 1) (vm23, vm12, 0.42, 1) (vm23, vm24, 0.89, 0) (vm24, vm11, 0.32, 1)(vm24, vm12, 0.30, 1) (vm24, vm23, 0.91, 0) Now physical node 1 is overloaded, we need to migrate vm1 from physical node 1 to physical node 2. The network flow tables will change as follow if we migrate vm1 from physical node 1 to physical node 2: (vm21, vm12, 0.21, 1) (vm21, vm23, 0.22, 0)(vm21, vm24, 0.41, 0) (vm12, vm21, 0.80, 1) (vm12, vm23, 0.25, 1) (vm12, vm24, 0.21, 1)(vm23, vm21, 0.37, 0) (vm23, vm12, 0.42, 1) (vm23, vm24, 0.89, 0) (vm24, vm21, 0.32, 0)(vm24, vm12, 0.30, 1) (vm24, vm23, 0.91, 0) NF(vm11,t2) = ( )/( ) = 70.2% 5. Pseudo code of migration algorithm Pseudo Code of Network Flow & Load Balance Algorithm(NFBA) Input: S: the set of Source Physical Machine T: the set of Target Physical Machine Output: Q: the set of Matching Queue 1. Compute priority for all VMs VM ij S i ; (according to given Eq.1) 2. Sort VM ij in the descending order by its priority value; 3. for each VM ij S i do 4. for each t u T do 5. Compute µ*load(vm ij,t u )+(1-µ)* NFR(VM ij,t u ); (according to Eq.2,3,4,5,6,7,8,9,10) 6. end 7. end 8. end 9. for each VM ij in ready queue do 10. Assign and output VM ij to the t u that minimizes the objective 11. end ANALYSIS OF EXPERIMENTAL RESULTS 1. Related Experimental Environment 1.1 Dynamic Voltage Frequency Scaling (DVFS) Dynamic voltage frequency scaling [10] is a hardware technology that can dynamically adjust the voltage and frequency of the processor in execution time. By applying DVFS technology without having to restart the power supply, system voltage and frequency can be adjusted in accordance with the specification of the original CPU design into a different working voltage. While CPU works in lower voltage, the energy consumption can effectively be saved. 1.2 CloudSim CloudSim [11] is a cloud computing simulation software developed by Melbourne University in Australia. It can be used to evaluate the performance of the proposed mechanism. CloudSim can support the construction of the large-scale cloud computing. 2. Design and analysis of experiment In order to verify effectiveness of this algorithm, we use CloudSim with no migration strategy and DVFS strategy and NFBA algorithm to simulate experiment. We use CloudSim to simulate a data center that owns three kinds of different performance servers. The total number of physical servers is 30. The total number of virtual machine is 50.We deploy three different performance of virtual machine at beginning. The simulation parameters as shown below: The detail configuration of virtual machine 1 is: 300 MI/s CPU Computing Capacity, 1GB memory, 10Mb/s network bandwidth. The detail configuration of virtual machine 2 is: 500 MI/s CPU Computing Capacity, 1GB memory, 10Mb/s network bandwidth. The detail configuration of virtual machine 3 is: 800 MI/s CPU Computing Capacity, 1GB memory, 10Mb/s network bandwidth.

6 Advanced Materials Research Vols The detail configuration of physical machine 1 is:3000 MI/s CPU Computing Capacity, 8GB memory, 100Mb/s network bandwidth. The detail configuration of physical machine 2 is: 4000 MI/s CPU Computing Capacity, 8GB memory, 100Mb/s network bandwidth.the detail configuration of physical machine 3 is: 5000 MI/s CPU Computing Capacity, 8GB memory, 100Mb/s network bandwidth. In order to simulate the load of Cloud Computing center, we need to modify the DatacenterBroker class and add a load method in the class to randomly generate the number of rand()%5+3 tasks to virtual machines in every 10 seconds. we make virtual machines interact with each other. So the number of tasks and the allocation of tasks are random. The number of virtual machine varies with the number of task loading. The load of virtual machine is different from the load of physical machine at the same time. In this way we can simulate the load balance of Cloud Computing Center. Output the number of migration, the average SLA violation rate, network congestion rate and the number of physical node started in different time. Parameter α=0. 5, β=0.25, γ=0.15, δ=0.1, µ=0.6, Threshold max =0.7, Threshold min =0.3. According to above parameters, experiment results are shown as blow: Fig.1 The number of migration diagram Fig.2 The average SLA violation rate diagram From Fig.1 we can know NFBA s the number of migration is less than DVFS s. The lower the number of migration, the number of migration less, the impact on cloud computing performance center is smaller and more stable performance of cloud computing center. From Fig.2 we can know the average rate of SLA violate among Non-migration, DVFS, NWBA is essentially the same. The lower the average rates of SLA violate the impact on performance of application service smaller. Fig.3 Network congestion rate diagram Fig.4 The number of physical node started in different time diagram From Fig.3 we can know Network congestion rate of NFBA is far less than DVFS and Non-migration. The lower the network congestion rates the impact on communication of cloud computing center smaller. From Fig.4 we can know NFBA is less than no migration and DVFS at the number of starting physical node in different time. The number of physical nodes to start is smaller, energy-saving effect is better. According to above analysis, we can conclude that NFBA algorithm could greatly reduce the number of virtual machine migration on the basis of ensuring the application service performance. It also could alleviate the impact on overall performance of the cloud computing center caused by migration and greatly improve effective server resource utilization and reduce the number of physical server started and reduces the burden of network at the same time to achieve a more energy-saving effect. Summary This paper proposes an algorithm for virtual machine migration from three aspects: 1selection of virtual machine migration.2selection of timing.3selection of migration target node. This

7 1034 Frontiers of Energy, Materials and Information Engineering algorithm can solve the problem of the amount of data transmission through physical card between virtual machines is too large and solve the problem of Frequent migration of virtual machine. The experiment results show this algorithm could reduce the migration times and network congestion and improve the efficiency of management of cloud computing data center. But this paper still exists some problems that is worthy of further research and exploration, the following will summarize and give the ideas to solve these problems. Acknowledgements The corresponding author of this paper is FengYun. This paper is supported by Yunnan Province high-tech industry development project - key technology research & application demonstration based on cloud content management platform, NO:Yunnan province development and Reform Commission high-tech[2012]1957. References [1] Sharma S.,Maulana Azad Nat,Chawla: A Technical Review for Efficient Virtual Machine Migration.International Conference on Cloud & Ubiquitous Computing & Emerging Technologies (CUBE),Vol.1(2012),p [2] Information on [3] Information on [4] Information on [5] Liu-JinJun,Chen-GuiLin,Hu-ChengXiang:Virtual Machine Migration Scheduling Strategy Based on Load Characteristic.Computing Engineering,Vol.37(2011),p [6] Gong-SuWen,Ai-HaoJun,Yuan-YuanMing:Cloud Resource Fynamic Scheduling Strategy Based on migration technology.compter Engineering and Application,Vol.5(2014),p [7] Achar R.,Karnataka,Surathkal,Vikyath:Load balancing in cloud based on live migration of virtual machines. India Conference (INDICON) 2013 Annual IEEE, Vol1.(2013),p.1-5 [8] Xinyu Zhang,Yongli Zhao,Xin Su,Ruiying He: Load balancing algorithm based virtual machine dynamic migration scheme for datacenter application with optical networks th International ICST Conference on Communications and Networking in China (CHINACOM),Vol.1(2012),p [9] Sarker T.K.,Maolin Tang:Performance-driven live migration of multiple virtual machines in datacenters.2013 IEEE International Conference ongranular Computing (GrC),Vol.2(2013),p [10] Spiliopoulos Bagdia:Introducing DVFS-Management in a Full-System Simulator.2013 IEEE 21st International Symposium on Modeling, Analysis & Simulation of Computer and Telecommunication Systems (MASCOTS).Vol.5(2013),p [11] Buyya R.,Ranjan:Modeling and simulation of scalable Cloud computing environments and the CloudSim toolkit Challenges and opportunities.international Conference on High Performance Computing & Simulation, Vol.7(2009),p.1-11

8 Frontiers of Energy, Materials and Information Engineering / A Virtual Machine Migration Algorithm Based on Network Flow Balance / DOI References [9] Sarker T.K., Maolin Tang: Performance-driven live migration of multiple virtual machines in datacenters IEEE International Conference ongranular Computing (GrC), Vol. 2(2013), pp /GrC

ABSTRACT I. INTRODUCTION

ABSTRACT I. INTRODUCTION 2018 IJSRSET Volume 4 Issue 2 Print ISSN: 2395-1990 Online ISSN : 2394-4099 National Conference on Advanced Research Trends in Information and Computing Technologies (NCARTICT-2018), Department of IT,

More information

Double Threshold Based Load Balancing Approach by Using VM Migration for the Cloud Computing Environment

Double Threshold Based Load Balancing Approach by Using VM Migration for the Cloud Computing Environment www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 4 Issue 1 January 2015, Page No. 9966-9970 Double Threshold Based Load Balancing Approach by Using VM Migration

More information

Figure 1: Virtualization

Figure 1: Virtualization Volume 6, Issue 9, September 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Profitable

More information

SANDPIPER: BLACK-BOX AND GRAY-BOX STRATEGIES FOR VIRTUAL MACHINE MIGRATION

SANDPIPER: BLACK-BOX AND GRAY-BOX STRATEGIES FOR VIRTUAL MACHINE MIGRATION SANDPIPER: BLACK-BOX AND GRAY-BOX STRATEGIES FOR VIRTUAL MACHINE MIGRATION Timothy Wood, Prashant Shenoy, Arun Venkataramani, and Mazin Yousif * University of Massachusetts Amherst * Intel, Portland Data

More information

A Load Balancing Approach to Minimize the Resource Wastage in Cloud Computing

A Load Balancing Approach to Minimize the Resource Wastage in Cloud Computing A Load Balancing Approach to Minimize the Resource Wastage in Cloud Computing Sachin Soni 1, Praveen Yadav 2 Department of Computer Science, Oriental Institute of Science and Technology, Bhopal, India

More information

ENERGY EFFICIENT VIRTUAL MACHINE INTEGRATION IN CLOUD COMPUTING

ENERGY EFFICIENT VIRTUAL MACHINE INTEGRATION IN CLOUD COMPUTING ENERGY EFFICIENT VIRTUAL MACHINE INTEGRATION IN CLOUD COMPUTING Mrs. Shweta Agarwal Assistant Professor, Dept. of MCA St. Aloysius Institute of Technology, Jabalpur(India) ABSTRACT In the present study,

More information

8. CONCLUSION AND FUTURE WORK. To address the formulated research issues, this thesis has achieved each of the objectives delineated in Chapter 1.

8. CONCLUSION AND FUTURE WORK. To address the formulated research issues, this thesis has achieved each of the objectives delineated in Chapter 1. 134 8. CONCLUSION AND FUTURE WORK 8.1 CONCLUSION Virtualization and internet availability has increased virtualized server cluster or cloud computing environment deployments. With technological advances,

More information

Distributed Autonomous Virtual Resource Management in Datacenters Using Finite- Markov Decision Process

Distributed Autonomous Virtual Resource Management in Datacenters Using Finite- Markov Decision Process Distributed Autonomous Virtual Resource Management in Datacenters Using Finite- Markov Decision Process Liuhua Chen, Haiying Shen and Karan Sapra Department of Electrical and Computer Engineering Clemson

More information

LOAD BALANCING ALGORITHM TO IMPROVE RESPONSE TIME ON CLOUD COMPUTING

LOAD BALANCING ALGORITHM TO IMPROVE RESPONSE TIME ON CLOUD COMPUTING LOAD BALANCING ALGORITHM TO IMPROVE RESPONSE TIME ON CLOUD COMPUTING Nguyen Xuan Phi 1 and Tran Cong Hung 2 1,2 Posts and Telecommunications Institute of Technology, Ho Chi Minh, Vietnam. ABSTRACT Load

More information

The Analysis of the Loss Rate of Information Packet of Double Queue Single Server in Bi-directional Cable TV Network

The Analysis of the Loss Rate of Information Packet of Double Queue Single Server in Bi-directional Cable TV Network Applied Mechanics and Materials Submitted: 2014-06-18 ISSN: 1662-7482, Vol. 665, pp 674-678 Accepted: 2014-07-31 doi:10.4028/www.scientific.net/amm.665.674 Online: 2014-10-01 2014 Trans Tech Publications,

More information

RECENTLY virtualization technologies have been

RECENTLY virtualization technologies have been IEEE TRANSACTIONS ON CLOUD COMPUTING, VOL., NO., NOVEMBER 214 1 Stochastic Load Balancing for Virtual Resource Management in Datacenters Lei Yu, Liuhua Chen, Zhipeng Cai, Haiying Shen, Yi Liang, Yi Pan

More information

CHAPTER 6 STATISTICAL MODELING OF REAL WORLD CLOUD ENVIRONMENT FOR RELIABILITY AND ITS EFFECT ON ENERGY AND PERFORMANCE

CHAPTER 6 STATISTICAL MODELING OF REAL WORLD CLOUD ENVIRONMENT FOR RELIABILITY AND ITS EFFECT ON ENERGY AND PERFORMANCE 143 CHAPTER 6 STATISTICAL MODELING OF REAL WORLD CLOUD ENVIRONMENT FOR RELIABILITY AND ITS EFFECT ON ENERGY AND PERFORMANCE 6.1 INTRODUCTION This chapter mainly focuses on how to handle the inherent unreliability

More information

Virtual Machine Placement in Cloud Computing

Virtual Machine Placement in Cloud Computing Indian Journal of Science and Technology, Vol 9(29), DOI: 10.17485/ijst/2016/v9i29/79768, August 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Virtual Machine Placement in Cloud Computing Arunkumar

More information

RECENTLY virtualization technologies have been

RECENTLY virtualization technologies have been IEEE TRANSACTIONS ON CLOUD COMPUTING, VOL., NO., FEBRUARY 216 1 Stochastic Load Balancing for Virtual Resource Management in Datacenters Lei Yu, Student Member, IEEE, Liuhua Chen, Student Member, IEEE,

More information

MODELING OF CPU USAGE FOR VIRTUALIZED APPLICATION

MODELING OF CPU USAGE FOR VIRTUALIZED APPLICATION e-issn 2455 1392 Volume 2 Issue 4, April 2016 pp. 644-651 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com MODELING OF CPU USAGE FOR VIRTUALIZED APPLICATION Lochan.B 1, Divyashree B A 2 1

More information

Experimental Model for Load Balancing in Cloud Computing Using Equally Spread Current Execution Load Algorithm

Experimental Model for Load Balancing in Cloud Computing Using Equally Spread Current Execution Load Algorithm Experimental Model for Load Balancing in Cloud Computing Using Equally Spread Current Execution Load Algorithm Ivan Noviandrie Falisha 1, Tito Waluyo Purboyo 2 and Roswan Latuconsina 3 Research Scholar

More information

Black-box and Gray-box Strategies for Virtual Machine Migration

Black-box and Gray-box Strategies for Virtual Machine Migration Full Review On the paper Black-box and Gray-box Strategies for Virtual Machine Migration (Time required: 7 hours) By Nikhil Ramteke Sr. No. - 07125 1. Introduction Migration is transparent to application

More information

Priority-Aware Virtual Machine Selection Algorithm in Dynamic Consolidation

Priority-Aware Virtual Machine Selection Algorithm in Dynamic Consolidation Vol. 9, No., 208 Priority-Aware Virtual Machine Selection Algorithm in Dynamic Consolidation Hanan A. Nadeem, Mai A. Fadel 3 Computer Science Department Faculty of Computing & Information Technology King

More information

Improving CPU Performance of Xen Hypervisor in Virtualized Environment

Improving CPU Performance of Xen Hypervisor in Virtualized Environment ISSN: 2393-8528 Contents lists available at www.ijicse.in International Journal of Innovative Computer Science & Engineering Volume 5 Issue 3; May-June 2018; Page No. 14-19 Improving CPU Performance of

More information

RIAL: Resource Intensity Aware Load Balancing in Clouds

RIAL: Resource Intensity Aware Load Balancing in Clouds RIAL: Resource Intensity Aware Load Balancing in Clouds Liuhua Chen and Haiying Shen and Karan Sapra Dept. of Electrical and Computer Engineering Clemson University, SC, USA 1 Outline Introduction System

More information

ANALYSIS OF A DYNAMIC LOAD BALANCING IN MULTIPROCESSOR SYSTEM

ANALYSIS OF A DYNAMIC LOAD BALANCING IN MULTIPROCESSOR SYSTEM International Journal of Computer Science Engineering and Information Technology Research (IJCSEITR) ISSN 2249-6831 Vol. 3, Issue 1, Mar 2013, 143-148 TJPRC Pvt. Ltd. ANALYSIS OF A DYNAMIC LOAD BALANCING

More information

Energy-Aware Dynamic Load Balancing of Virtual Machines (VMs) in Cloud Data Center with Adaptive Threshold (AT) based Migration

Energy-Aware Dynamic Load Balancing of Virtual Machines (VMs) in Cloud Data Center with Adaptive Threshold (AT) based Migration Khushbu Maurya et al, International Journal of Computer Science and Mobile Computing, Vol.4 Issue.12, December- 215, pg. 1-7 Available Online at www.ijcsmc.com International Journal of Computer Science

More information

A Scheme of Multi-path Adaptive Load Balancing in MANETs

A Scheme of Multi-path Adaptive Load Balancing in MANETs 4th International Conference on Machinery, Materials and Computing Technology (ICMMCT 2016) A Scheme of Multi-path Adaptive Load Balancing in MANETs Yang Tao1,a, Guochi Lin2,b * 1,2 School of Communication

More information

Traffic-aware Virtual Machine Placement without Power Consumption Increment in Cloud Data Center

Traffic-aware Virtual Machine Placement without Power Consumption Increment in Cloud Data Center , pp.350-355 http://dx.doi.org/10.14257/astl.2013.29.74 Traffic-aware Virtual Machine Placement without Power Consumption Increment in Cloud Data Center Hieu Trong Vu 1,2, Soonwook Hwang 1* 1 National

More information

An Optimized Virtual Machine Migration Algorithm for Energy Efficient Data Centers

An Optimized Virtual Machine Migration Algorithm for Energy Efficient Data Centers International Journal of Engineering Science Invention (IJESI) ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 8 Issue 01 Ver. II Jan 2019 PP 38-45 An Optimized Virtual Machine Migration Algorithm

More information

Energy efficient mapping of virtual machines

Energy efficient mapping of virtual machines GreenDays@Lille Energy efficient mapping of virtual machines Violaine Villebonnet Thursday 28th November 2013 Supervisor : Georges DA COSTA 2 Current approaches for energy savings in cloud Several actions

More information

Adaptive replica consistency policy for Kafka

Adaptive replica consistency policy for Kafka Adaptive replica consistency policy for Kafka Zonghuai Guo 1,2,*, Shiwang Ding 1,2 1 Chongqing University of Posts and Telecommunications, 400065, Nan'an District, Chongqing, P.R.China 2 Chongqing Mobile

More information

Consolidating Complementary VMs with Spatial/Temporalawareness

Consolidating Complementary VMs with Spatial/Temporalawareness Consolidating Complementary VMs with Spatial/Temporalawareness in Cloud Datacenters Liuhua Chen and Haiying Shen Dept. of Electrical and Computer Engineering Clemson University, SC, USA 1 Outline Introduction

More information

A priority based dynamic bandwidth scheduling in SDN networks 1

A priority based dynamic bandwidth scheduling in SDN networks 1 Acta Technica 62 No. 2A/2017, 445 454 c 2017 Institute of Thermomechanics CAS, v.v.i. A priority based dynamic bandwidth scheduling in SDN networks 1 Zun Wang 2 Abstract. In order to solve the problems

More information

Global Journal of Engineering Science and Research Management

Global Journal of Engineering Science and Research Management ENHANCED MULTI OBJECTIVE TASK SCHEDULING FOR CLOUD ENVIRONMENT USING TASK GROUPING Mohana. R. S *, Thangaraj. P, Kalaiselvi. S, Krishnakumar. B * Assistant Professor (SRG), Department of Computer Science,

More information

CHAPTER 6 ENERGY AWARE SCHEDULING ALGORITHMS IN CLOUD ENVIRONMENT

CHAPTER 6 ENERGY AWARE SCHEDULING ALGORITHMS IN CLOUD ENVIRONMENT CHAPTER 6 ENERGY AWARE SCHEDULING ALGORITHMS IN CLOUD ENVIRONMENT This chapter discusses software based scheduling and testing. DVFS (Dynamic Voltage and Frequency Scaling) [42] based experiments have

More information

Online Optimization of VM Deployment in IaaS Cloud

Online Optimization of VM Deployment in IaaS Cloud Online Optimization of VM Deployment in IaaS Cloud Pei Fan, Zhenbang Chen, Ji Wang School of Computer Science National University of Defense Technology Changsha, 4173, P.R.China {peifan,zbchen}@nudt.edu.cn,

More information

Chapter 3 Virtualization Model for Cloud Computing Environment

Chapter 3 Virtualization Model for Cloud Computing Environment Chapter 3 Virtualization Model for Cloud Computing Environment This chapter introduces the concept of virtualization in Cloud Computing Environment along with need of virtualization, components and characteristics

More information

Live Virtual Machine Migration with Bandwidth Dynamic Assignment

Live Virtual Machine Migration with Bandwidth Dynamic Assignment Advances in Engineering Research (AER), volume 130 5th International Conference on Frontiers of Manufacturing Science and Measuring Technology (FMSMT 2017) Live Virtual Machine Migration with Bandwidth

More information

A Survey on Resource Allocation policies in Mobile ad-hoc Computational Network

A Survey on Resource Allocation policies in Mobile ad-hoc Computational Network A Survey on policies in Mobile ad-hoc Computational S. Kamble 1, A. Savyanavar 2 1PG Scholar, Department of Computer Engineering, MIT College of Engineering, Pune, Maharashtra, India 2Associate Professor,

More information

What s New in VMware vsphere 4.1 Performance. VMware vsphere 4.1

What s New in VMware vsphere 4.1 Performance. VMware vsphere 4.1 What s New in VMware vsphere 4.1 Performance VMware vsphere 4.1 T E C H N I C A L W H I T E P A P E R Table of Contents Scalability enhancements....................................................................

More information

Bio-Inspired Techniques for the Efficient Migration of Virtual Machine for Load Balancing In Cloud Computing

Bio-Inspired Techniques for the Efficient Migration of Virtual Machine for Load Balancing In Cloud Computing Volume 118 No. 24 2018 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ Bio-Inspired Techniques for the Efficient Migration of Virtual Machine for Load Balancing

More information

Design of the Software for Wirelessly Intercepting Voices

Design of the Software for Wirelessly Intercepting Voices Advanced Materials Research Online: 2014-05-23 ISSN: 1662-8985, Vols. 926-930, pp 2470-2473 doi:10.4028/www.scientific.net/amr.926-930.2470 2014 Trans Tech Publications, Switzerland Design of the Software

More information

A Process Scheduling Algorithm Based on Threshold for the Cloud Computing Environment

A Process Scheduling Algorithm Based on Threshold for the Cloud Computing Environment Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 4, April 2014,

More information

PriDynSim: A Simulator for Dynamic Priority Based I/O Scheduling for Cloud Applications

PriDynSim: A Simulator for Dynamic Priority Based I/O Scheduling for Cloud Applications : A Simulator for Dynamic Priority Based I/O Scheduling for Cloud Applications *Indian Institute of Science, Bangalore, India The University of Melbourne, Parkville, Australia November 26, 2015, Bangalore

More information

Shape Optimization Design of Gravity Buttress of Arch Dam Based on Asynchronous Particle Swarm Optimization Method. Lei Xu

Shape Optimization Design of Gravity Buttress of Arch Dam Based on Asynchronous Particle Swarm Optimization Method. Lei Xu Applied Mechanics and Materials Submitted: 2014-08-26 ISSN: 1662-7482, Vol. 662, pp 160-163 Accepted: 2014-08-31 doi:10.4028/www.scientific.net/amm.662.160 Online: 2014-10-01 2014 Trans Tech Publications,

More information

The Load Balancing Research of SDN based on Ant Colony Algorithm with Job Classification Wucai Lin1,a, Lichen Zhang2,b

The Load Balancing Research of SDN based on Ant Colony Algorithm with Job Classification Wucai Lin1,a, Lichen Zhang2,b 2nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA 2016) The Load Balancing Research of SDN based on Ant Colony Algorithm with Job Classification Wucai Lin1,a, Lichen Zhang2,b

More information

Self-Adaptive Consolidation of Virtual Machines For Energy-Efficiency in the Cloud

Self-Adaptive Consolidation of Virtual Machines For Energy-Efficiency in the Cloud Self-Adaptive Consolidation of Virtual Machines For Energy-Efficiency in the Cloud Guozhong Li, Yaqiu Jiang,Wutong Yang, Chaojie Huang School of Information and Software Engineering University of Electronic

More information

Two-Level Dynamic Load Balancing Algorithm Using Load Thresholds and Pairwise Immigration

Two-Level Dynamic Load Balancing Algorithm Using Load Thresholds and Pairwise Immigration Two-Level Dynamic Load Balancing Algorithm Using Load Thresholds and Pairwise Immigration Hojiev Sardor Qurbonboyevich Department of IT Convergence Engineering Kumoh National Institute of Technology, Daehak-ro

More information

The Processing Strategy of IO-intensive Application in Cloud Environment

The Processing Strategy of IO-intensive Application in Cloud Environment The Processing Strategy of IO-intensive Application in Cloud Environment 1 Shanghai Institution of Technology, Shanghai, 201400, China E-mail: zhaopengfei1112@126.com Lanfeng Zhou Shanghai Institution

More information

PARDA: Proportional Allocation of Resources for Distributed Storage Access

PARDA: Proportional Allocation of Resources for Distributed Storage Access PARDA: Proportional Allocation of Resources for Distributed Storage Access Ajay Gulati, Irfan Ahmad, Carl Waldspurger Resource Management Team VMware Inc. USENIX FAST 09 Conference February 26, 2009 The

More information

An Energy-Efficient VM Prediction and Migration Framework for Overcommitted Clouds

An Energy-Efficient VM Prediction and Migration Framework for Overcommitted Clouds An Energy-Efficient VM Prediction and Migration Framework for Overcommitted Clouds Mehiar Dabbagh, Bechir Hamdaoui, Mohsen Guizani and Ammar Rayes Oregon State University, Corvallis, dabbaghm,hamdaoui@onid.orst.edu

More information

A Study on Load Balancing Techniques for Task Allocation in Big Data Processing* Jin Xiaohong1,a, Li Hui1, b, Liu Yanjun1, c, Fan Yanfang1, d

A Study on Load Balancing Techniques for Task Allocation in Big Data Processing* Jin Xiaohong1,a, Li Hui1, b, Liu Yanjun1, c, Fan Yanfang1, d International Forum on Mechanical, Control and Automation IFMCA 2016 A Study on Load Balancing Techniques for Task Allocation in Big Data Processing* Jin Xiaohong1,a, Li Hui1, b, Liu Yanjun1, c, Fan Yanfang1,

More information

Increasing Cloud Power Efficiency through Consolidation Techniques

Increasing Cloud Power Efficiency through Consolidation Techniques Increasing Cloud Power Efficiency through Consolidation Techniques Antonio Corradi, Mario Fanelli, Luca Foschini Dipartimento di Elettronica, Informatica e Sistemistica (DEIS) University of Bologna, Italy

More information

Experimental Model for Load Balancing in Cloud Computing Using Throttled Algorithm

Experimental Model for Load Balancing in Cloud Computing Using Throttled Algorithm Experimental Model for Load Balancing in Cloud Computing Using Throttled Algorithm Gema Ramadhan 1, Tito Waluyo Purboyo 2, Roswan Latuconsina 3 Research Scholar 1, Lecturer 2,3 1,2,3 Computer Engineering,

More information

Department of Information Technology Sri Venkateshwara College of Engineering, Chennai, India. 1 2

Department of Information Technology Sri Venkateshwara College of Engineering, Chennai, India. 1 2 Energy-Aware Scheduling Using Workload Consolidation Techniques in Cloud Environment 1 Sridharshini V, 2 V.M.Sivagami 1 PG Scholar, 2 Associate Professor Department of Information Technology Sri Venkateshwara

More information

Research and Implementation of Server Load Balancing Strategy in Service System

Research and Implementation of Server Load Balancing Strategy in Service System Journal of Electronics and Information Science (2018) 3: 16-21 Clausius Scientific Press, Canada Research and Implementation of Server Load Balancing Strategy in Service System Yunpeng Zhang a, Liwei Liu

More information

Available online at ScienceDirect. Procedia Computer Science 93 (2016 )

Available online at   ScienceDirect. Procedia Computer Science 93 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 93 (2016 ) 269 275 6th International Conference On Advances In Computing & Communications, ICACC 2016, 6-8 September 2016,

More information

D. Suresh Kumar, E. George Dharma Prakash Raj

D. Suresh Kumar, E. George Dharma Prakash Raj International Journal of Scientific Research in Computer Science, Engineering and Information Technology 18 IJSRCSEIT Volume 3 Issue 1 ISSN : 2456-37 A Comparitive Analysis on Load Balancing Algorithms

More information

Serial Communication Based on LabVIEW for the Development of an ECG Monitor

Serial Communication Based on LabVIEW for the Development of an ECG Monitor Advanced Materials Research Online: 2013-08-16 ISSN: 1662-8985, Vols. 734-737, pp 3003-3006 doi:10.4028/www.scientific.net/amr.734-737.3003 2013 Trans Tech Publications, Switzerland Serial Communication

More information

PERFORMANCE CONSTRAINT AND POWER-AWARE ALLOCATION FOR USER REQUESTS IN VIRTUAL COMPUTING LAB

PERFORMANCE CONSTRAINT AND POWER-AWARE ALLOCATION FOR USER REQUESTS IN VIRTUAL COMPUTING LAB PERFORMANCE CONSTRAINT AND POWER-AWARE ALLOCATION FOR USER REQUESTS IN VIRTUAL COMPUTING LAB Nguyen Quang Hung, Nam Thoai, Nguyen Thanh Son Ho Chi Minh City University of Technology, Vietnam Corresponding

More information

A New Approach to Ant Colony to Load Balancing in Cloud Computing Environment

A New Approach to Ant Colony to Load Balancing in Cloud Computing Environment A New Approach to Ant Colony to Load Balancing in Cloud Computing Environment Hamid Mehdi Department of Computer Engineering, Andimeshk Branch, Islamic Azad University, Andimeshk, Iran Hamidmehdi@gmail.com

More information

Chapter 5. Minimization of Average Completion Time and Waiting Time in Cloud Computing Environment

Chapter 5. Minimization of Average Completion Time and Waiting Time in Cloud Computing Environment Chapter 5 Minimization of Average Completion Time and Waiting Time in Cloud Computing Cloud computing is the use of the Internet for the tasks the users performing on their computer. Cloud computing, also

More information

Star: Sla-Aware Autonomic Management of Cloud Resources

Star: Sla-Aware Autonomic Management of Cloud Resources Star: Sla-Aware Autonomic Management of Cloud Resources Sakshi Patil 1, Meghana N Rathod 2, S. A Madival 3, Vivekanand M Bonal 4 1, 2 Fourth Sem M. Tech Appa Institute of Engineering and Technology Karnataka,

More information

arxiv: v3 [cs.dc] 8 Feb 2017

arxiv: v3 [cs.dc] 8 Feb 2017 CONCURRENCY AND COMPUTATION: PRACTICE AND EXPERIENCE Concurrency Computat.: Pract. Exper. 2010; 00:1 22 Published online in Wiley InterScience (www.interscience.wiley.com). A Survey on Load Balancing Algorithms

More information

LOAD BALANCING IN CLOUD COMPUTING USING ANT COLONY OPTIMIZATION

LOAD BALANCING IN CLOUD COMPUTING USING ANT COLONY OPTIMIZATION International Journal of Computer Engineering & Technology (IJCET) Volume 8, Issue 6, Nov-Dec 2017, pp. 54 59, Article ID: IJCET_08_06_006 Available online at http://www.iaeme.com/ijcet/issues.asp?jtype=ijcet&vtype=8&itype=6

More information

Nowadays data-intensive applications play a

Nowadays data-intensive applications play a Journal of Advances in Computer Engineering and Technology, 3(2) 2017 Data Replication-Based Scheduling in Cloud Computing Environment Bahareh Rahmati 1, Amir Masoud Rahmani 2 Received (2016-02-02) Accepted

More information

3836 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 25, NO. 6, DECEMBER 2017

3836 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 25, NO. 6, DECEMBER 2017 3836 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 25, NO. 6, DECEMBER 2017 Distributed Autonomous Virtual Resource Management in Datacenters Using Finite-Markov Decision Process Haiying Shen, Senior Member,

More information

ADAPTIVE AND DYNAMIC LOAD BALANCING METHODOLOGIES FOR DISTRIBUTED ENVIRONMENT

ADAPTIVE AND DYNAMIC LOAD BALANCING METHODOLOGIES FOR DISTRIBUTED ENVIRONMENT ADAPTIVE AND DYNAMIC LOAD BALANCING METHODOLOGIES FOR DISTRIBUTED ENVIRONMENT PhD Summary DOCTORATE OF PHILOSOPHY IN COMPUTER SCIENCE & ENGINEERING By Sandip Kumar Goyal (09-PhD-052) Under the Supervision

More information

Virtualization of the MS Exchange Server Environment

Virtualization of the MS Exchange Server Environment MS Exchange Server Acceleration Maximizing Users in a Virtualized Environment with Flash-Powered Consolidation Allon Cohen, PhD OCZ Technology Group Introduction Microsoft (MS) Exchange Server is one of

More information

Veeam and HP: Meet your backup data protection goals

Veeam and HP: Meet your backup data protection goals Sponsored by Veeam and HP: Meet your backup data protection goals Eric Machabert Сonsultant and virtualization expert Introduction With virtualization systems becoming mainstream in recent years, backups

More information

Simulation of Cloud Computing Environments with CloudSim

Simulation of Cloud Computing Environments with CloudSim Simulation of Cloud Computing Environments with CloudSim Print ISSN: 1312-2622; Online ISSN: 2367-5357 DOI: 10.1515/itc-2016-0001 Key Words: Cloud computing; datacenter; simulation; resource management.

More information

Elastic Resource Provisioning for Cloud Data Center

Elastic Resource Provisioning for Cloud Data Center Elastic Resource Provisioning for Cloud Data Center Thant Zin Tun, and Thandar Thein Abstract Cloud data centers promises flexible, scalable, powerful and cost-effective executing environment to users.

More information

ProRenaTa: Proactive and Reactive Tuning to Scale a Distributed Storage System

ProRenaTa: Proactive and Reactive Tuning to Scale a Distributed Storage System ProRenaTa: Proactive and Reactive Tuning to Scale a Distributed Storage System Ying Liu, Navaneeth Rameshan, Enric Monte, Vladimir Vlassov, and Leandro Navarro Ying Liu; Rameshan, N.; Monte, E.; Vlassov,

More information

1V0-621.testking. 1V VMware Certified Associate 6 - Data Center Virtualization Fundamentals Exam

1V0-621.testking.  1V VMware Certified Associate 6 - Data Center Virtualization Fundamentals Exam 1V0-621.testking Number: 1V0-621 Passing Score: 800 Time Limit: 120 min 1V0-621 VMware Certified Associate 6 - Data Center Virtualization Fundamentals Exam Exam A QUESTION 1 An administrator needs to gracefully

More information

An Integration and Load Balancing in Data Centers Using Virtualization

An Integration and Load Balancing in Data Centers Using Virtualization An Integration and Load Balancing in Data Centers Using Virtualization USHA BELLAD #1 and JALAJA G *2 # Student M.Tech, CSE, B N M Institute of Technology, Bengaluru, India * Associate Professor, CSE,

More information

Huawei FusionCloud Desktop Solution 5.1 Resource Reuse Technical White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 01.

Huawei FusionCloud Desktop Solution 5.1 Resource Reuse Technical White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Huawei FusionCloud Desktop Solution 5.1 Resource Reuse Technical White Paper Issue 01 Date 2014-03-26 HUAWEI TECHNOLOGIES CO., LTD. 2014. All rights reserved. No part of this document may be reproduced

More information

Enhancing Cloud Resource Utilisation using Statistical Analysis

Enhancing Cloud Resource Utilisation using Statistical Analysis Institute of Advanced Engineering and Science International Journal of Cloud Computing and Services Science (IJ-CLOSER) Vol.3, No.1, February 2014, pp. 1~25 ISSN: 2089-3337 1 Enhancing Cloud Resource Utilisation

More information

Improved Task Scheduling Algorithm in Cloud Environment

Improved Task Scheduling Algorithm in Cloud Environment Improved Task Scheduling Algorithm in Cloud Environment Sumit Arora M.Tech Student Lovely Professional University Phagwara, India Sami Anand Assistant Professor Lovely Professional University Phagwara,

More information

Enhancing cloud energy models for optimizing datacenters efficiency.

Enhancing cloud energy models for optimizing datacenters efficiency. Outin, Edouard, et al. "Enhancing cloud energy models for optimizing datacenters efficiency." Cloud and Autonomic Computing (ICCAC), 2015 International Conference on. IEEE, 2015. Reviewed by Cristopher

More information

Dynamic Data Placement Strategy in MapReduce-styled Data Processing Platform Hua-Ci WANG 1,a,*, Cai CHEN 2,b,*, Yi LIANG 3,c

Dynamic Data Placement Strategy in MapReduce-styled Data Processing Platform Hua-Ci WANG 1,a,*, Cai CHEN 2,b,*, Yi LIANG 3,c 2016 Joint International Conference on Service Science, Management and Engineering (SSME 2016) and International Conference on Information Science and Technology (IST 2016) ISBN: 978-1-60595-379-3 Dynamic

More information

A Rank-based VM Consolidation Method for Power Saving in Datacenters

A Rank-based VM Consolidation Method for Power Saving in Datacenters Regular Paper A Rank-based VM Consolidation Method for Power Saving in Datacenters Shingo Takeda 1 and Toshinori Takemura 2 In this paper, we propose a simple but flexible virtual machine consolidation

More information

The Design of CAN Bus Communication System Based on MCP2515 and S3C2440 Jinmei Liu, Junhong Wang, Donghui Sun

The Design of CAN Bus Communication System Based on MCP2515 and S3C2440 Jinmei Liu, Junhong Wang, Donghui Sun Advanced Materials Research Online: 2014-05-21 ISSN: 1662-8985, Vol. 933, pp 516-520 doi:10.4028/www.scientific.net/amr.933.516 2014 Trans Tech Publications, Switzerland The Design of CAN Bus Communication

More information

Research on the Application of Digital Images Based on the Computer Graphics. Jing Li 1, Bin Hu 2

Research on the Application of Digital Images Based on the Computer Graphics. Jing Li 1, Bin Hu 2 Applied Mechanics and Materials Online: 2014-05-23 ISSN: 1662-7482, Vols. 556-562, pp 4998-5002 doi:10.4028/www.scientific.net/amm.556-562.4998 2014 Trans Tech Publications, Switzerland Research on the

More information

The Study of Genetic Algorithm-based Task Scheduling for Cloud Computing

The Study of Genetic Algorithm-based Task Scheduling for Cloud Computing The Study of Genetic Algorithm-based Task Scheduling for Cloud Computing Sung Ho Jang, Tae Young Kim, Jae Kwon Kim and Jong Sik Lee School of Information Engineering Inha University #253, YongHyun-Dong,

More information

An Asymmetry-aware Energy-efficient Hypervisor Scheduling Policy for Asymmetric Multi-core

An Asymmetry-aware Energy-efficient Hypervisor Scheduling Policy for Asymmetric Multi-core TR-IIS-15-003 An Asymmetry-aware Energy-efficient Hypervisor Scheduling Policy for Asymmetric Multi-core Ching-Chi Lin, You-Cheng Syu, Yi-Chung Chen, Jan-Jan Wu, Pangfeng Liu, Po-Wen Cheng, and Wei-Te

More information

Research Of Data Model In Engineering Flight Simulation Platform Based On Meta-Data Liu Jinxin 1,a, Xu Hong 1,b, Shen Weiqun 2,c

Research Of Data Model In Engineering Flight Simulation Platform Based On Meta-Data Liu Jinxin 1,a, Xu Hong 1,b, Shen Weiqun 2,c Applied Mechanics and Materials Online: 2013-06-13 ISSN: 1662-7482, Vols. 325-326, pp 1750-1753 doi:10.4028/www.scientific.net/amm.325-326.1750 2013 Trans Tech Publications, Switzerland Research Of Data

More information

Artificial Bee Colony Based Load Balancing in Cloud Computing

Artificial Bee Colony Based Load Balancing in Cloud Computing I J C T A, 9(17) 2016, pp. 8593-8598 International Science Press Artificial Bee Colony Based Load Balancing in Cloud Computing Jay Ghiya *, Mayur Date * and N. Jeyanthi * ABSTRACT Planning of jobs in cloud

More information

Enhanced Live Migration of Virtual Machine Using Comparison of Modified and Unmodified Pages

Enhanced Live Migration of Virtual Machine Using Comparison of Modified and Unmodified Pages Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 2, February 2014,

More information

A Template-Matching-Based Fast Algorithm for PCB Components Detection Haiming Yin

A Template-Matching-Based Fast Algorithm for PCB Components Detection Haiming Yin Advanced Materials Research Online: 2013-05-14 ISSN: 1662-8985, Vols. 690-693, pp 3205-3208 doi:10.4028/www.scientific.net/amr.690-693.3205 2013 Trans Tech Publications, Switzerland A Template-Matching-Based

More information

An Experimental Cloud Resource Broker System for Virtual Application Control with VM Allocation Scheme

An Experimental Cloud Resource Broker System for Virtual Application Control with VM Allocation Scheme An Experimental Cloud Resource Broker System for Virtual Application Control with VM Allocation Scheme Seong-Hwan Kim 1, Dong-Ki Kang 1, Ye Ren 1, Yong-Sung Park 1, Kyung-No Joo 1, Chan-Hyun Youn 1, YongSuk

More information

Efficient Task Scheduling Algorithms for Cloud Computing Environment

Efficient Task Scheduling Algorithms for Cloud Computing Environment Efficient Task Scheduling Algorithms for Cloud Computing Environment S. Sindhu 1 and Saswati Mukherjee 2 1 Research Scholar, Department of Information Science and Technology sindhu.nss@gmail.com 2 Professor

More information

Keywords: disk throughput, virtual machine, I/O scheduling, performance evaluation

Keywords: disk throughput, virtual machine, I/O scheduling, performance evaluation Simple and practical disk performance evaluation method in virtual machine environments Teruyuki Baba Atsuhiro Tanaka System Platforms Research Laboratories, NEC Corporation 1753, Shimonumabe, Nakahara-Ku,

More information

A Fine-grained Performance-based Decision Model for Virtualization Application Solution

A Fine-grained Performance-based Decision Model for Virtualization Application Solution A Fine-grained Performance-based Decision Model for Virtualization Application Solution Jianhai Chen College of Computer Science Zhejiang University Hangzhou City, Zhejiang Province, China 2011/08/29 Outline

More information

Hybrid of Ant Colony Optimization and Gravitational Emulation Based Load Balancing Strategy in Cloud Computing

Hybrid of Ant Colony Optimization and Gravitational Emulation Based Load Balancing Strategy in Cloud Computing Hybrid of Ant Colony Optimization and Gravitational Emulation Based Load Balancing Strategy in Cloud Computing Jyoti Yadav 1, Dr. Sanjay Tyagi 2 1M.Tech. Scholar, Department of Computer Science & Applications,

More information

Load Balancing in Cloud Computing System

Load Balancing in Cloud Computing System Rashmi Sharma and Abhishek Kumar Department of CSE, ABES Engineering College, Ghaziabad, Uttar Pradesh, India E-mail: abhishek221196@gmail.com (Received on 10 August 2012 and accepted on 15 October 2012)

More information

Load Balancing Algorithms in Cloud Computing: A Comparative Study

Load Balancing Algorithms in Cloud Computing: A Comparative Study Load Balancing Algorithms in Cloud Computing: A Comparative Study T. Deepa Dr. Dhanaraj Cheelu Ravindra College of Engineering for Women G. Pullaiah College of Engineering and Technology Kurnool Kurnool

More information

Storage Model of Graph Based on Variable Collection

Storage Model of Graph Based on Variable Collection Advanced Materials Research Online: 2013-09-04 ISSN: 1662-8985, Vols. 765-767, pp 1456-1460 doi:10.4028/www.scientific.net/amr.765-767.1456 2013 Trans Tech Publications, Switzerland Storage Model of Graph

More information

1V Number: 1V0-621 Passing Score: 800 Time Limit: 120 min. 1V0-621

1V Number: 1V0-621 Passing Score: 800 Time Limit: 120 min.  1V0-621 1V0-621 Number: 1V0-621 Passing Score: 800 Time Limit: 120 min 1V0-621 VMware Certified Associate 6 - Data Center Virtualization Fundamentals Exam Exam A QUESTION 1 Which tab in the vsphere Web Client

More information

AN WIRELESS COLLECTION AND MONITORING SYSTEM DESIGN BASED ON ARDUINO. Lu Shaokun 1,e*

AN WIRELESS COLLECTION AND MONITORING SYSTEM DESIGN BASED ON ARDUINO. Lu Shaokun 1,e* Advanced Materials Research Online: 2014-06-25 ISSN: 1662-8985, Vols. 971-973, pp 1076-1080 doi:10.4028/www.scientific.net/amr.971-973.1076 2014 Trans Tech Publications, Switzerland AN WIRELESS COLLECTION

More information

A design of real-time image processing platform based on TMS320C6678

A design of real-time image processing platform based on TMS320C6678 Advanced Materials Research Online: 2014-06-25 ISSN: 1662-8985, Vols. 971-973, pp 1454-1458 doi:10.4028/www.scientific.net/amr.971-973.1454 2014 Trans Tech Publications, Switzerland A design of real-time

More information

Profile-based Static Virtual Machine Placement for Energy-Efficient Data center

Profile-based Static Virtual Machine Placement for Energy-Efficient Data center 2016 IEEE 18th International Conference on High Performance Computing and Communications; IEEE 14th International Conference on Smart City; IEEE 2nd International Conference on Data Science and Systems

More information

Efficient Technique for Allocation of Processing Elements to Virtual Machines in Cloud Environment

Efficient Technique for Allocation of Processing Elements to Virtual Machines in Cloud Environment IJCSNS International Journal of Computer Science and Network Security, VOL.16 No.8, August 216 17 Efficient Technique for Allocation of Processing Elements to Virtual Machines in Cloud Environment Puneet

More information

CHAPTER 7 CONCLUSION AND FUTURE SCOPE

CHAPTER 7 CONCLUSION AND FUTURE SCOPE 121 CHAPTER 7 CONCLUSION AND FUTURE SCOPE This research has addressed the issues of grid scheduling, load balancing and fault tolerance for large scale computational grids. To investigate the solution

More information

Design and Implementation of unified Identity Authentication System Based on LDAP in Digital Campus

Design and Implementation of unified Identity Authentication System Based on LDAP in Digital Campus Advanced Materials Research Online: 2014-04-09 ISSN: 1662-8985, Vols. 912-914, pp 1213-1217 doi:10.4028/www.scientific.net/amr.912-914.1213 2014 Trans Tech Publications, Switzerland Design and Implementation

More information