SlideShare uma empresa Scribd logo
1 de 6
Baixar para ler offline
International Journal of Research in Advent Technology, Vol.4, No.1, January 2016
E-ISSN: 2321-9637
Available online at www.ijrat.org
73
Energy-aware Datacenter Resource Allocation
with Minimized Virtual Machine Migrations
Saravana M K1
, Harish K2
Assistant Professor, Department of Computer Science & Engg, Jyothy Institue of Technology, Bangalore.1, 2
Email: mksaravanamk1@gmail.com
1
, kharish1987gmail.com
2
Abstract- In recent years, IT infrastructures continue to grow rapidly driven by the demand for computational
power created by modern compute-intensive business and scientific applications. However, a large-scale
computing infrastructure consumes enormous amounts of electrical power leading to operational costs that
exceed the cost of the infrastructure in few years. Except for overwhelming operational costs, high power
consumption results in reduced system reliability and devices lifetime due to overheating. Another problem is
significant CO2 emissions that contribute to the greenhouse effect. One of the way to reduce power consumption
by a data center is to apply virtualization technology. This technology allows one to consolidate several servers
to one physical node as Virtual Machines (VMs) reducing the amount of the hardware in use. Recently emerged
Cloud computing paradigm leverages virtualization and provides on-demand resource provisioning over the
Internet on a pay-as-you-go basis. This allows enterprises to drop the costs of maintenance of their own
computing environment and out-source the computational needs to the Cloud. It is essential for Cloud providers
to offer reliable Quality of Service (QoS) for the customers that is negotiated in terms of Service Level
Agreements (SLA), e.g. throughput, response time. Therefore, to ensure efficient resource management and
provide higher utilization of resources, Cloud providers (e.g. Amazon EC2) have to deal with power-
performance trade-off, as aggressive consolidation of VMs can lead to performance loss. In this work we
leverage live migration of VMs and propose heuristics for dynamic reallocation of VMs according to current
resources requirements, while ensuring reliable QoS. The objective of the reallocation is to minimize the number
of physical nodes serving current workload, whereas idle nodes are switched off in order to decrease power
consumption. A lot of research has been done in power efficient resource management in data centers. In contrast
to previous studies, the proposed approach can effectively handle strict QoS requirements, heterogeneous
infrastructure and heterogeneous VMs. The algorithms are implemented as fast heuristics, they do not depend on
a par-ticular type of workload and do not require any knowledge about applications executing on VMs.
Index Terms- VM Migration, Cloud Datacenter, VM Allocation, QoS.
1. INTRODUCTION
Virtual machines consolidation aims at reducing the
number of active physical servers in a data centre with
the goal to reduce the total power consumption. In this
context, most of the existing solutions rely on
aggressive virtual machine migration, thus resulting in
unnecessary overhead and energy wastage. This article
presents a virtual machine consolidation algorithm
with usage prediction (VMCPU) for improving the
energy efficiency of cloud data centers. Our algorithm
is executed during the virtual machine consolidation
process to estimate the short term future CPU
utilization based on the local history of the the
considered servers. The joint use of current and
predicted CPU utilization metrics allows a reliable
characterization of overloaded and underloaded
servers, thereby reducing both the load and the power
consumption after consolidation. We evaluate our
proposed solution through simulations on Cloudsim
Simulator. In comparison with the state of the art, the
obtained results show that consolidation with usage
prediction reduces the total migrations and the power
consumption of the servers while complying with the
service level agreement. Minimizing the use of
energy/network communication overhead with
maximum resource utilization in large DCs is a
challenging task as computing applications and data
are growing so quickly for which increasing larger
servers and disks are required to process them fast
enough within the required time period. In order to
minimize network load and maximize resource
utilization in cloud DCs, we simulated our proposed
network load-aware scheduling algorithm that ensures
minimum VMs migration while delivering the
negotiated Quality-of-Service (QoS).
International Journal of Research in Advent Technology, Vol.4, No.1, January 2016
E-ISSN: 2321-9637
Available online at www.ijrat.org
74
2. LITERATURE SURVEY
Farahnakian, Ashraf , Pahikkala [1]. presented a novel
dynamic Virtual Machine consolidation approach
called ACS-based VMConsolidation. It reduces the
energy consumption of datacenters by consolidating
VMs into a reduced number of active Physical
Machines while preserving Quality of Service
requirements. Since the VM consolidation problem is
strictly NP-hard, they used the Ant Colony System to
find a near-optimal solution. We defined a multi-
objective function that considers both the number of
dormant PMs and the number of migrations. When
compared to the existing dynamic VM consolidation
approaches, ACS-VMC not only reduced the energy
consumption, but also minimized SLA violations and
the number of migrations. They evaluated the
performance of proposed approach by conducting
experiments with ten different real workload traces.
Shahzad,.Umer, Nazir, [2] developed an efficient load
balancing algorithm by using scheduling to minimize
VMs migration, which avoid different network
performance parameters like congestion, latency etc.
There work categories VMs by showing priorities of
the VMs, which will help to reduce network overhead.
Zhao, Lu [3] developed online VM placement
algorithms to increase cloud provider’s revenue by
reducing SLA violation cost. First-Fit and Harmonic
algorithms are devised without considering VM
migrations, while LRF and DDG are devised for VM
migration considering VM migrations. There analysis
shows that First Fit and Harmonic perform the same in
their worst case, and is comparable to the ratio of
lower bound to upper bound. They have conduct
experiments to evaluate the algorithms using synthetic
and real data, respectively. It is found that Harmonic
could create more revenue than First-Fit by more than
10 percent when job arriving rate is greater than 1.0.
DDG algorithm is applicable in scenarios when SLA
penalty is high, job arriving rate is low and the
migration cost is low, while LRF performs better in
the opposite situations. Through evaluation on the real
trace from TJUHPCC, they find that First-Fit could
yield more revenue than Harmonic by 1.7 percent if
migration is not allowed, and DDG creates more
revenue than LRF by 1.23percent if migration is
allowed. By comparing proposals against the
algorithms adopted in Open-stack and Cloudstack,
they find that FirstFit and DDGcould create more
revenue in the TJUHPCC case. There algorithms
currently could take effect in IaaS systems, where VM
requests are not constrained by their communications.
Dhanoa & Khurmi, [4] have analyzed the impact of
VM size and network bandwidth on VM migration
time and energy consumption of the source system.
Variation in VM size and network bandwidth results a
significant impact on energy consumption of source
system during VM Live migration. Further we can
reduce energy consumption and migration time of
subsystems by selecting VM with least memory size
for migration and increased network bandwidth.
Results of this study would help to design algorithm to
optimize energy requirements in live migration of
VMs. Live migration feature of Virtualization has
great potential to optimize energy efficiency during
live migration.
Vahora & Patel [5] Presents VM management
technique for efficient utilization of resources which
leads to reduce energy consumption and number of
VM migration in virtualized data centers. There are
number of research has been carried out in this
subject, some are practical based and some are
simulator-based. By analyzing related work on this
subject, they found that it is critical and essential to
handle three main things: first, how to allocate VM on
host such that it is not over- loaded, second, which
VM should be selected for migration from overloading
hosts, third where to place (Reallocate) VM which is
selected for migration. For this we have to balance the
load such that host is not over loaded or under loaded
with the requests. If host is over loaded one or more
number of VM migrated from the host and if host is
under loaded resources are not properly utilized which
leads to unnecessary energy consumed by them. So,
proper management of VM is necessary which is done
by the algorithm and experiments shown that VM
management techniques proposed by them performs
greatly better than previous work on the whole.
3. PRELIMINARIES
Recent developments in virtualization have resulted in
its proliferation across datacenters. By supporting the
movement of VMs between physical nodes, it enables
dynamic migration of VMs according to the
performance requirements. When VMs do not use all
the provided resources, they can be logically resized
and consolidated to the minimum number of physical
nodes, while idle nodes can be switched to the sleep
mode to eliminate the idle Power consumption and
reduce the total energy consumption by the datacenter.
Currently, resource allocation in a Cloud data center
aims to provide high performance while meeting
SLAs, without focusing on allocating VMs to
minimize energy consumption. To explore both
performance and energy efficiency, three crucial
issues must be addressed. First, excessive power
cycling of a server could reduce its reliability. Second,
turning resources off in a dynamic environment is
International Journal of Research in Advent Technology, Vol.4, No.1, January 2016
E-ISSN: 2321-9637
Available online at www.ijrat.org
75
risky from the QoS perspective. Due to the variability
of the workload and aggressive consolidation, some
VMs may not obtain required resources under peak
load, and fail to meet the desired QoS. Third, ensuring
SLAs brings challenges to accurate application
performance management in virtualized environments.
All these issues require effective consolidation
policies that can minimize energy consumption
without compromising the user-specified QoS
requirements.
4. VM PLACEMENT
The problem of VM allocation can be divided in two
parts: the first part is the admission of new requests for
VM provisioning and placing the VMs on hosts,
whereas the second part is the optimization of the
current VM allocation. The first part can be seen as a
bin packing problem with variable bin sizes and
prices.
To solve it we apply a variant of the Best Fit
Decreasing (BFD) algorithm that is shown to use no
more than 11/9· OPT+ 1 bins (where OPT is the
number of bins given by the optimal solution) [31]. In
our modification, the Modified Best Fit Decreasing
(MBFD) algorithms, we sort all VMs in decreasing
order of their current CPU utilizations, and allocate
each VM to a host that provides the least increase of
power consumption due to this allocation. This allows
leveraging the heterogeneity of resources by choosing
the most power-efficient nodes first. The pseudo-code
for the algorithm is presented in Algorithm1.The
complexity of the allocation part of the algorithm is n .
m, where n is the number of VMs that have to be
allocated and m is the number of hosts.
Algorithm 1: Improved Best Fit Decreasing (IBFD)
1 Input: hostList, vmList Output: allocation of VMs
2 vmList.sortDecreasingUtilization()
3 foreach vm in vmList do
4 minPower←MAX
5 allocated Host←NULL
6 for each host in hostList do
7 if host has enough resource for vm then
8 power←estimatePower(host, vm)
9 if power < minpower then
10 allocatedHost←host
11 minPower←power
12 if allocated Host ≠ NULL then
13 allocate vm to allocated Host
14 return allocation
4.1. VM Selection
The optimization of the current VM allocation is
carried out in two steps: at the first step we select VMs
that need to be migrated, at the second step the chosen
VMs are placed on the hosts using the IBFD
algorithm. To determine when and which VMs should
be migrated, we introduce three double-threshold VM
selection policies. The basic idea is to set upper and
lower utilization.
Thresholds for hosts and keep the total utilization of
the CPU by all the VMs allocated to the host between
these thresholds. If the CPU utilization of a host falls
below the lower threshold ,all VMs have to be
migrated from this host and the host has to be
switched to the sleep mode in order to eliminate the
idle power consumption.
If the utilization exceeds the upper threshold, some
VMs have to be migrated from the host to reduce the
utilization. The aim is to preserve free resources in
order to prevent SLA violations due to the
consolidation in cases when the utilization by VMs
increases.
The difference between the old and new placements
forms a set of VMs that have to be reallocated. The
new placement is achieved using live migration of
VMs. In the following sections we discuss the
proposed VM selection policies.
4.1.1 The minimization of migrations policy
The Minimum Migrations (MM) policy selects the
minimum number of VMs needed to migrate from a
host to lower the CPU utilization below the upper
utilization threshold if the upper Threshold is violated.
Let Vj be a set of VMs currently allocated to the host
j.Then P(Vj) is the powerset of Vj. The MM policy
finds a set R∈P (Vj) defined in (3).
R=
‫ە‬
ۖ
‫۔‬
ۖ
‫ۓ‬ ቊ
ܵ|ܵƐܲ ൫‫ݒ‬௝൯‫ݑ‬௝ − ∑ ‫ݑ‬௔(‫)ݒ‬ < ܶ௨,௩Ɛௌ
|ܵ| → ݉݅݊} ݂݅‫ݑ‬௝ > ܶ௨
ܸ௝, ݂݅ ‫ݑ‬௝ > ܶ௟
߶, ‫ݐ݋‬ℎ݁‫݁ݏ݅ݓݎ‬
(3)
Where Tu is the upper utilization threshold; Tl is the
lower utilization threshold, uj is the current CPU
utilization of the host j; and ua(v) is the fraction of the
CPU utilization allocated to the VMv. The pseudo-
code for the MM algorithm for the over-utilization
case is presented in Algorithm 2. The algorithm sorts
the list of VMs in the decreasing order of the CPU
utilization. Then, it repeatedly looks through the list of
VMs and finds a VM that is the best to migrate from
the host. The best VM is the one that satisfies two
conditions. First, the VM should have the utilization
higher than the difference between the host’s overall
utilization and the upper utilization threshold. Second,
if the VM is migrated from the host, the difference
between the upper threshold and the new utilization is
the minimum across the values provided by all the
International Journal of Research in Advent Technology, Vol.4, No.1, January 2016
E-ISSN: 2321-9637
Available online at www.ijrat.org
76
VMs. If there is no such a VM, the algorithm selects
the VM with the highest utilization, removes it from
the list of VMs, and proceeds to a new iteration. The
algorithm stops when the new utilization of the host is
below the upper utilization threshold. The complexity
of the algorithm is proportional to the product of the
number of over-utilized hosts and the number of VMs
allocated to these hosts.
Algorithm 2: Min Migrations (MM)
1 Input: hos tList Output: migration List
2 foreach h in host List do
3 vmList←h.get VmList()
4 vmList.sort DecreasingUtilization()
5 hUtil←h.getUtil()
6 bestFitUtil←MAX
7 while hUtil>THRESH_UP do
8 foreach vm in vmList do
9 if vm.getUtil()>hUtil−THRESH_UP then
10 t←vm.getUtil()−hUtil + THRESH_UP
11 if t < bestFitUtil then
12 bestFitUtil←t
13 bestFitVm←vm
14 else
15 if bestFitUtil=MAX then
16 bestFitVm←vm
17 break
18 hUtil←hUtil−bestFitVm.getUtil()
19 migrationList.add(bestFitVm)
20 vmList.remove(bestFitVm)
21 if hUtil<THRESH_LOW then
22 migrationList.add(h.getVmList())
23 vmList.remove(h.getVmList())
24 return migrationList
4.1.2. The highest potential growth policy
When the upper threshold is violated, the Highest
Potential Growth (HPG) policy migrates VMs that
have the lowest usage of the CPU relatively to the
CPU capacity defined by the VM parameters in order
to minimize the potential increase of the host’s
utilization and prevent an SLA violation, as
formalized in (4)
R=
‫ە‬
ۖ
‫۔‬
ۖ
‫ۓ‬ ൝
ܵ|ܵ Ɛߩ ൫‫ݒ‬௝൯‫ݑ‬௝ − ∑ ‫ݑ‬௔ < ‫ܶݒ‬௨௩Ɛௌ
∑
௨ೌ(௩)
௨ೝ(௩)
→ ݉݅݊}, ݂݅ ‫ݑ‬௝ > ܶ௨; (4)௩ఌௌ
ܸ௝, ݂݅ ‫ݑ‬௝ > ܶ௟
߶, ‫ݐ݋‬ℎ݁‫݁ݏ݅ݓݎ‬
where ur(v) is the fraction of the CPU capacity
initially requested for the VMv and defined as the
VM’s parameter. we do not provide the pseudo-code
for the HPG algorithm, as it is similar to the MM
algorithm presented earlier.
4.1.3. The random choice policy
The Random Choice (RC) policy relies on ar and om
selection of a number of VMs needed to decrease the
CPU utilization by a host below the upper utilization
threshold. According to a uniformly distributed
discrete random variable(X), whose values index
subsets of Vj, the policy selects a set R∈P (Vj),as
shown in (5).
R=
‫ە‬
ۖ
‫۔‬
ۖ
‫ۓ‬
ቐ
ܵ|ܵ Ɛܲ ൫‫ݒ‬௝൯, ‫ݑ‬௝ − ∑ ‫ݑ‬௔(‫)ݒ‬ < ܶ௨௩Ɛௌ
ܺ =ฎ
ௗ
ܷ൫0, หܲ൫0, หܲ൫ܸ௝൯ห − 1൯ൟ, ݂݅ ‫ݑ‬௝ > ܶ௨
ܸ௝, ݂݅ ‫ݑ‬௝ > ܶ௟
߶, ‫ݐ݋‬ℎ݁‫݁ݏ݅ݓݎ‬
(5)
Where X is a uniformly distributed discrete random
variable used to select a subset of Vj. The results of a
simulation-based evaluation of the proposed
algorithms in terms of power consumption, SLA
violations and the number of VM migrations are
presented in Section 5.
5. EXPERIMENTS AND RESULTS
In this section, we discuss a performance analysis of
the energy-aware allocation heuristics presented in
Section 4. We have conducted our experiments on
cloudSim Simulator , we calculate the time needed to
perform a live migration of a VM as the size of its
memory divided by the available network bandwidth.
For the simulations, the utilization of the CPU by a
VM is generated as a uniformly distributed random
variable. This is appropriate due to unknown types of
applications running on VMs, and as it is not possible
to build the exact model of such a mixed workload.
We have simulated a data center comprising 100
heterogeneous physical nodes. Each node is modeled
to have one CPU core with the performance equivalent
to1000, 2000 or 3000MIPS, 8GB Of RAM and 1TB of
storage.
A host consumes from 175W with 0% CPU
utilization, up to 250W with 100% CPU utilization.
Each VM requires one CPU core with 250, 500, 750
or 1000 MIPS, 128 MB of RAM and 1GB of storage.
The users submit requests for provisioning of 290
Heterogeneous VMs that fill the full capacity of the
simulated data center. Each VM runs a web-
application or any kind of application with variable
workload, which is modeled to generate the utilization
of CPU according to a uniformly distributed random
variable.
The application runsfor150,000 MI that is equal to 10
min of the execution on 250MIPS CPU with 100%
utilization. Initially, the VMs are allocated according
to the requested characteristics assuming 100% CPU
utilization. Each experiment has been run 10 times.
5.1. Performance metrics
International Journal of Research in Advent Technology, Vol.4, No.1, January 2016
E-ISSN: 2321-9637
Available online at www.ijrat.org
77
In order to compare the efficiency of the algorithms
we use several metrics to evaluate their performance.
The first metric is the total energy consumption by the
physical resources of a data center caused by the
application workloads. The second performance
metric is called the SLA violation percentage, or
simply the SLA violations, which is defined as the
percentage of SLA violation events relatively to the
total number of the processed timeframes. We define
that an SLA violation occurs when a given VM cannot
get the amount of Million Instructions Per Second
(MIPS) that are requested.
5.2. Simulation Results
For the benchmark experimental results we have used
a VM migration aware policy called Single Threshold
(ST). It is based on the idea of setting the upper
utilization threshold for hosts and placing VMs, while
keeping the total utilization of CPU below this
threshold. At each time frame all VMs are reallocated
using the IBFD algorithm with additional condition of
keeping the upper utilization threshold not violated.
To evaluate the ST policy we have conducted several
experiments with different values of the utilization
threshold. The simulation results are presented in
Fig.2.
Fig.2. The energy consumption and SLA violations by
the ST plicy
The results show that energy consumption can be
significantly reduced relatively to the NPA and DVFS
policies by77% and 53% respectively with 5.4% of
SLA violations. The results show that with the growth
of the utilization threshold energy consumption
decreases, whereas the percentage of SLA violations
increases. This is due to the fact that a higher
utilization threshold allows more aggressive
consolidation of VMs by the cost of the increased risk
of SLA violations.
To evaluate the double-threshold policies it is
necessary to determine the best values for the
thresholds in terms of the energy consumption and
QoS delivered. We have chosen the MM policy to
conduct the analysis of the utilization thresholds. We
have simulated the MM policy varying the absolute
values of the lower and upper thresholds as well as the
interval between them. The results showing the mean
energy consumption achieved using the MM policy
for different values of the lower utilization.
Threshold and the interval between the thresholds are
presented in Fig.3. The graph shows that an increase
of the lower utilization threshold leads to decreased
energy consumption. However, the low level of
energy consumption can be achieved with different
intervals between the thresholds. Therefore, to
determine the best interval we have to consider
another factor, the level of SLA violations.
Fig 3.The mean energy consumption by the MM
policy for different values of the utilization thresholds.
6. CONCLUSION AND DISCUSSION
In this article, we address the VM consolidation
problem by adopting CPU usage prediction. Our aim
was to reduce the frequency of the number of VM
migrations and the number of server switches in order
to save energy. To this end, based on a resource
prediction scheme, we proposed a consolidation with
usage prediction algorithm for energy efficient cloud
data centers. The proposed algorithm effectively
reduces not only the number of migrations, the
number of power state changes and the energy
consumption of the servers, but also the average
number of SLA violations. The simulation results has
shown that the proposed approach can significantly
decrease the energy consumption that results from VM
migrations and host switches with a better compliance
with the SLA. As a future work, we seek to evaluate
the performance of the proposed algorithm across
multiple resource dimensions.
REFERENCES
[1] Using Ant Colony System to Consolidate VMs for Green
Cloud Computing
[2] Reduced VM Migration in bandwidth over subscribed
cloud data Centers
[3] Online Virtual Machine Placement for Increasing
Cloud Provider’s Revenue.
International Journal of Research in Advent Technology, Vol.4, No.1, January 2016
E-ISSN: 2321-9637
Available online at www.ijrat.org
78
[4] Efficient Virtual Machine management based on
dynamic workload in cloud
computing environment.
[5] The green grid consortium, 2011. URL: http: //
www.thegreengrid.org.
[6] R. Buyya, A. Beloglazov, J. Abawajy, Energy-
efficient management of data center resources
for cloud computing: a vision, architectural
elements, and open challenges, in: Proceedings
of the 2010 International Conference on Parallel
and Distributed Processing Techniques and
Applications, PDPTA 2010, LasVegas, USA,
2010.
[7] E.Pinheiro, R.Bianchini, E.V.Carrera, T. Heath,
Load balancing and unbalancing for power and
performance in cluster-based systems , in
:Proceedings of the Workshop on Compilers and
Operating Systems for Low Power, 2001, pp.
182–195.
[8] J.S. Chase, D.C. Anderson, P.N. Thakar, A.M.
Vahdat, R.P. Doyle, Managing energy and server
resources in hosting centers, in: Proceedings of
the 18th
ACM Symposiumon Operating Systems
Principles, ACM, NewYork, NY, USA, 2001,
pp.103–116.
[9] E.Elnozahy, M.Kistler, R.Rajamony, Energy
efficient server clusters, Power-Aware Computer
Systems (2003) 179 – 197.
[10] R. Nathuji, K. Schwan, Virtualpower:
coordinated power management in Virtualized
enterprise systems, ACMSIGOPS Operating
Systems Review 41 (6) (2007)265–278.
[11] R. Raghavendra, P. Ranganathan, V. Talwar, Z.
Wang, X. Zhu, No ‘‘power’’ struggles:
coordinated multi-level power management for
the data center,
SIGARCHComputerArchitectureNews36(1)(200
8)48–59.
[12] D. Kusic, J.O. Kephart, J.E. Hanson, N.
Kandasamy, G. Jiang, Power and Performance
management of virtualized computing
environments via look ahead control, Cluster
Computing12 (1) (2009) 1–15.
[13] S. Srikantaiah, A. Kansal, F. Zhao, Energy aware
consolidation for cloud computing, Cluster
Computing 12 (2009)1–15.

Mais conteúdo relacionado

Mais procurados

Survey on Dynamic Resource Allocation Strategy in Cloud Computing Environment
Survey on Dynamic Resource Allocation Strategy in Cloud Computing EnvironmentSurvey on Dynamic Resource Allocation Strategy in Cloud Computing Environment
Survey on Dynamic Resource Allocation Strategy in Cloud Computing EnvironmentEditor IJCATR
 
A Survey on Resource Allocation & Monitoring in Cloud Computing
A Survey on Resource Allocation & Monitoring in Cloud ComputingA Survey on Resource Allocation & Monitoring in Cloud Computing
A Survey on Resource Allocation & Monitoring in Cloud ComputingMohd Hairey
 
Performance Analysis of Server Consolidation Algorithms in Virtualized Cloud...
Performance Analysis of Server Consolidation Algorithms in  Virtualized Cloud...Performance Analysis of Server Consolidation Algorithms in  Virtualized Cloud...
Performance Analysis of Server Consolidation Algorithms in Virtualized Cloud...Susheel Thakur
 
Dynamic resource allocation using virtual machines for cloud computing enviro...
Dynamic resource allocation using virtual machines for cloud computing enviro...Dynamic resource allocation using virtual machines for cloud computing enviro...
Dynamic resource allocation using virtual machines for cloud computing enviro...IEEEFINALYEARPROJECTS
 
SERVER COSOLIDATION ALGORITHMS FOR CLOUD COMPUTING: A REVIEW
SERVER COSOLIDATION ALGORITHMS FOR CLOUD COMPUTING: A REVIEWSERVER COSOLIDATION ALGORITHMS FOR CLOUD COMPUTING: A REVIEW
SERVER COSOLIDATION ALGORITHMS FOR CLOUD COMPUTING: A REVIEWSusheel Thakur
 
Dynamic Cloud Partitioning and Load Balancing in Cloud
Dynamic Cloud Partitioning and Load Balancing in Cloud Dynamic Cloud Partitioning and Load Balancing in Cloud
Dynamic Cloud Partitioning and Load Balancing in Cloud Shyam Hajare
 
MSIT Research Paper on Power Aware Computing in Clouds
MSIT Research Paper on Power Aware Computing in CloudsMSIT Research Paper on Power Aware Computing in Clouds
MSIT Research Paper on Power Aware Computing in CloudsAsiimwe Innocent Mudenge
 
Load Balancing in Cloud Computing Environment: A Comparative Study of Service...
Load Balancing in Cloud Computing Environment: A Comparative Study of Service...Load Balancing in Cloud Computing Environment: A Comparative Study of Service...
Load Balancing in Cloud Computing Environment: A Comparative Study of Service...Eswar Publications
 
Job sequence scheduling for cloud computing
Job sequence scheduling for cloud computingJob sequence scheduling for cloud computing
Job sequence scheduling for cloud computingSamruddhi Gaikwad
 
COST-MINIMIZING DYNAMIC MIGRATION OF CONTENT DISTRIBUTION SERVICES INTO HYBR...
 COST-MINIMIZING DYNAMIC MIGRATION OF CONTENT DISTRIBUTION SERVICES INTO HYBR... COST-MINIMIZING DYNAMIC MIGRATION OF CONTENT DISTRIBUTION SERVICES INTO HYBR...
COST-MINIMIZING DYNAMIC MIGRATION OF CONTENT DISTRIBUTION SERVICES INTO HYBR...Nexgen Technology
 
ENERGY-AWARE LOAD BALANCING AND APPLICATION SCALING FOR THE CLOUD ECOSYSTEM
ENERGY-AWARE LOAD BALANCING AND APPLICATION SCALING FOR THE CLOUD ECOSYSTEMENERGY-AWARE LOAD BALANCING AND APPLICATION SCALING FOR THE CLOUD ECOSYSTEM
ENERGY-AWARE LOAD BALANCING AND APPLICATION SCALING FOR THE CLOUD ECOSYSTEMShakas Technologies
 
IRJET- Time and Resource Efficient Task Scheduling in Cloud Computing Environ...
IRJET- Time and Resource Efficient Task Scheduling in Cloud Computing Environ...IRJET- Time and Resource Efficient Task Scheduling in Cloud Computing Environ...
IRJET- Time and Resource Efficient Task Scheduling in Cloud Computing Environ...IRJET Journal
 
An optimized scientific workflow scheduling in cloud computing
An optimized scientific workflow scheduling in cloud computingAn optimized scientific workflow scheduling in cloud computing
An optimized scientific workflow scheduling in cloud computingDIGVIJAY SHINDE
 
Efficient Resource Allocation to Virtual Machine in Cloud Computing Using an ...
Efficient Resource Allocation to Virtual Machine in Cloud Computing Using an ...Efficient Resource Allocation to Virtual Machine in Cloud Computing Using an ...
Efficient Resource Allocation to Virtual Machine in Cloud Computing Using an ...ijceronline
 
Dynamic Resource Allocation Using Virtual Machines for Cloud Computing Enviro...
Dynamic Resource Allocation Using Virtual Machines for Cloud Computing Enviro...Dynamic Resource Allocation Using Virtual Machines for Cloud Computing Enviro...
Dynamic Resource Allocation Using Virtual Machines for Cloud Computing Enviro...SaikiranReddy Sama
 

Mais procurados (19)

Survey on Dynamic Resource Allocation Strategy in Cloud Computing Environment
Survey on Dynamic Resource Allocation Strategy in Cloud Computing EnvironmentSurvey on Dynamic Resource Allocation Strategy in Cloud Computing Environment
Survey on Dynamic Resource Allocation Strategy in Cloud Computing Environment
 
A Survey on Resource Allocation & Monitoring in Cloud Computing
A Survey on Resource Allocation & Monitoring in Cloud ComputingA Survey on Resource Allocation & Monitoring in Cloud Computing
A Survey on Resource Allocation & Monitoring in Cloud Computing
 
Performance Analysis of Server Consolidation Algorithms in Virtualized Cloud...
Performance Analysis of Server Consolidation Algorithms in  Virtualized Cloud...Performance Analysis of Server Consolidation Algorithms in  Virtualized Cloud...
Performance Analysis of Server Consolidation Algorithms in Virtualized Cloud...
 
Dynamic resource allocation using virtual machines for cloud computing enviro...
Dynamic resource allocation using virtual machines for cloud computing enviro...Dynamic resource allocation using virtual machines for cloud computing enviro...
Dynamic resource allocation using virtual machines for cloud computing enviro...
 
A 01
A 01A 01
A 01
 
Summer Intern Report
Summer Intern ReportSummer Intern Report
Summer Intern Report
 
SERVER COSOLIDATION ALGORITHMS FOR CLOUD COMPUTING: A REVIEW
SERVER COSOLIDATION ALGORITHMS FOR CLOUD COMPUTING: A REVIEWSERVER COSOLIDATION ALGORITHMS FOR CLOUD COMPUTING: A REVIEW
SERVER COSOLIDATION ALGORITHMS FOR CLOUD COMPUTING: A REVIEW
 
Dynamic Cloud Partitioning and Load Balancing in Cloud
Dynamic Cloud Partitioning and Load Balancing in Cloud Dynamic Cloud Partitioning and Load Balancing in Cloud
Dynamic Cloud Partitioning and Load Balancing in Cloud
 
MSIT Research Paper on Power Aware Computing in Clouds
MSIT Research Paper on Power Aware Computing in CloudsMSIT Research Paper on Power Aware Computing in Clouds
MSIT Research Paper on Power Aware Computing in Clouds
 
Load Balancing in Cloud Computing Environment: A Comparative Study of Service...
Load Balancing in Cloud Computing Environment: A Comparative Study of Service...Load Balancing in Cloud Computing Environment: A Comparative Study of Service...
Load Balancing in Cloud Computing Environment: A Comparative Study of Service...
 
Scheduling in CCE
Scheduling in CCEScheduling in CCE
Scheduling in CCE
 
Job sequence scheduling for cloud computing
Job sequence scheduling for cloud computingJob sequence scheduling for cloud computing
Job sequence scheduling for cloud computing
 
COST-MINIMIZING DYNAMIC MIGRATION OF CONTENT DISTRIBUTION SERVICES INTO HYBR...
 COST-MINIMIZING DYNAMIC MIGRATION OF CONTENT DISTRIBUTION SERVICES INTO HYBR... COST-MINIMIZING DYNAMIC MIGRATION OF CONTENT DISTRIBUTION SERVICES INTO HYBR...
COST-MINIMIZING DYNAMIC MIGRATION OF CONTENT DISTRIBUTION SERVICES INTO HYBR...
 
ENERGY-AWARE LOAD BALANCING AND APPLICATION SCALING FOR THE CLOUD ECOSYSTEM
ENERGY-AWARE LOAD BALANCING AND APPLICATION SCALING FOR THE CLOUD ECOSYSTEMENERGY-AWARE LOAD BALANCING AND APPLICATION SCALING FOR THE CLOUD ECOSYSTEM
ENERGY-AWARE LOAD BALANCING AND APPLICATION SCALING FOR THE CLOUD ECOSYSTEM
 
IRJET- Time and Resource Efficient Task Scheduling in Cloud Computing Environ...
IRJET- Time and Resource Efficient Task Scheduling in Cloud Computing Environ...IRJET- Time and Resource Efficient Task Scheduling in Cloud Computing Environ...
IRJET- Time and Resource Efficient Task Scheduling in Cloud Computing Environ...
 
Scheduling in cloud
Scheduling in cloudScheduling in cloud
Scheduling in cloud
 
An optimized scientific workflow scheduling in cloud computing
An optimized scientific workflow scheduling in cloud computingAn optimized scientific workflow scheduling in cloud computing
An optimized scientific workflow scheduling in cloud computing
 
Efficient Resource Allocation to Virtual Machine in Cloud Computing Using an ...
Efficient Resource Allocation to Virtual Machine in Cloud Computing Using an ...Efficient Resource Allocation to Virtual Machine in Cloud Computing Using an ...
Efficient Resource Allocation to Virtual Machine in Cloud Computing Using an ...
 
Dynamic Resource Allocation Using Virtual Machines for Cloud Computing Enviro...
Dynamic Resource Allocation Using Virtual Machines for Cloud Computing Enviro...Dynamic Resource Allocation Using Virtual Machines for Cloud Computing Enviro...
Dynamic Resource Allocation Using Virtual Machines for Cloud Computing Enviro...
 

Destaque

Paper id 37201539
Paper id 37201539Paper id 37201539
Paper id 37201539IJRAT
 
Paper id 35201568
Paper id 35201568Paper id 35201568
Paper id 35201568IJRAT
 
Paper id 21201424
Paper id 21201424Paper id 21201424
Paper id 21201424IJRAT
 
Paper id 37201524
Paper id 37201524Paper id 37201524
Paper id 37201524IJRAT
 
Paper id 24201491
Paper id 24201491Paper id 24201491
Paper id 24201491IJRAT
 
Paper id 41201613
Paper id 41201613Paper id 41201613
Paper id 41201613IJRAT
 
Paper id 2520144
Paper id 2520144Paper id 2520144
Paper id 2520144IJRAT
 
Paper id 2820149
Paper id 2820149Paper id 2820149
Paper id 2820149IJRAT
 
Paper id 312201519
Paper id 312201519Paper id 312201519
Paper id 312201519IJRAT
 
Paper id 212014116
Paper id 212014116Paper id 212014116
Paper id 212014116IJRAT
 
Paper id 25201416
Paper id 25201416Paper id 25201416
Paper id 25201416IJRAT
 
Paper id 37201503
Paper id 37201503Paper id 37201503
Paper id 37201503IJRAT
 
Paper id 36201512
Paper id 36201512Paper id 36201512
Paper id 36201512IJRAT
 
Paper id 36201532
Paper id 36201532Paper id 36201532
Paper id 36201532IJRAT
 
Paper id 2320146
Paper id 2320146Paper id 2320146
Paper id 2320146IJRAT
 
Paper id 2120148
Paper id 2120148Paper id 2120148
Paper id 2120148IJRAT
 
Paper id 42201613
Paper id 42201613Paper id 42201613
Paper id 42201613IJRAT
 
Paper id 25201472
Paper id 25201472Paper id 25201472
Paper id 25201472IJRAT
 
Paper id 42201621
Paper id 42201621Paper id 42201621
Paper id 42201621IJRAT
 
Paper id 212014109
Paper id 212014109Paper id 212014109
Paper id 212014109IJRAT
 

Destaque (20)

Paper id 37201539
Paper id 37201539Paper id 37201539
Paper id 37201539
 
Paper id 35201568
Paper id 35201568Paper id 35201568
Paper id 35201568
 
Paper id 21201424
Paper id 21201424Paper id 21201424
Paper id 21201424
 
Paper id 37201524
Paper id 37201524Paper id 37201524
Paper id 37201524
 
Paper id 24201491
Paper id 24201491Paper id 24201491
Paper id 24201491
 
Paper id 41201613
Paper id 41201613Paper id 41201613
Paper id 41201613
 
Paper id 2520144
Paper id 2520144Paper id 2520144
Paper id 2520144
 
Paper id 2820149
Paper id 2820149Paper id 2820149
Paper id 2820149
 
Paper id 312201519
Paper id 312201519Paper id 312201519
Paper id 312201519
 
Paper id 212014116
Paper id 212014116Paper id 212014116
Paper id 212014116
 
Paper id 25201416
Paper id 25201416Paper id 25201416
Paper id 25201416
 
Paper id 37201503
Paper id 37201503Paper id 37201503
Paper id 37201503
 
Paper id 36201512
Paper id 36201512Paper id 36201512
Paper id 36201512
 
Paper id 36201532
Paper id 36201532Paper id 36201532
Paper id 36201532
 
Paper id 2320146
Paper id 2320146Paper id 2320146
Paper id 2320146
 
Paper id 2120148
Paper id 2120148Paper id 2120148
Paper id 2120148
 
Paper id 42201613
Paper id 42201613Paper id 42201613
Paper id 42201613
 
Paper id 25201472
Paper id 25201472Paper id 25201472
Paper id 25201472
 
Paper id 42201621
Paper id 42201621Paper id 42201621
Paper id 42201621
 
Paper id 212014109
Paper id 212014109Paper id 212014109
Paper id 212014109
 

Semelhante a Paper id 41201624

Sla based optimization of power and migration cost in cloud computing
Sla based optimization of power and migration cost in cloud computingSla based optimization of power and migration cost in cloud computing
Sla based optimization of power and migration cost in cloud computingNikhil Venugopal
 
An Approach to Reduce Energy Consumption in Cloud data centers using Harmony ...
An Approach to Reduce Energy Consumption in Cloud data centers using Harmony ...An Approach to Reduce Energy Consumption in Cloud data centers using Harmony ...
An Approach to Reduce Energy Consumption in Cloud data centers using Harmony ...ijccsa
 
An Approach to Reduce Energy Consumption in Cloud data centers using Harmony ...
An Approach to Reduce Energy Consumption in Cloud data centers using Harmony ...An Approach to Reduce Energy Consumption in Cloud data centers using Harmony ...
An Approach to Reduce Energy Consumption in Cloud data centers using Harmony ...neirew J
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Optimizing the placement of cloud data center in virtualized environment
Optimizing the placement of cloud data center in virtualized  environmentOptimizing the placement of cloud data center in virtualized  environment
Optimizing the placement of cloud data center in virtualized environmentIJECEIAES
 
PROPOSED LOAD BALANCING ALGORITHM TO REDUCE RESPONSE TIME AND PROCESSING TIME...
PROPOSED LOAD BALANCING ALGORITHM TO REDUCE RESPONSE TIME AND PROCESSING TIME...PROPOSED LOAD BALANCING ALGORITHM TO REDUCE RESPONSE TIME AND PROCESSING TIME...
PROPOSED LOAD BALANCING ALGORITHM TO REDUCE RESPONSE TIME AND PROCESSING TIME...IJCNCJournal
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)irjes
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)irjes
 
Energy-Aware Adaptive Four Thresholds Technique for Optimal Virtual Machine P...
Energy-Aware Adaptive Four Thresholds Technique for Optimal Virtual Machine P...Energy-Aware Adaptive Four Thresholds Technique for Optimal Virtual Machine P...
Energy-Aware Adaptive Four Thresholds Technique for Optimal Virtual Machine P...IJECEIAES
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
REAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTING
REAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTINGREAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTING
REAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTINGijdpsjournal
 
REAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTING
REAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTINGREAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTING
REAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTINGijdpsjournal
 
REAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTING
REAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTINGREAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTING
REAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTINGijdpsjournal
 
REAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTING
REAL-TIME ADAPTIVE ENERGY-SCHEDULING  ALGORITHM FOR VIRTUALIZED CLOUD COMPUTINGREAL-TIME ADAPTIVE ENERGY-SCHEDULING  ALGORITHM FOR VIRTUALIZED CLOUD COMPUTING
REAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTINGijdpsjournal
 
Performance analysis of an energy efficient virtual machine consolidation alg...
Performance analysis of an energy efficient virtual machine consolidation alg...Performance analysis of an energy efficient virtual machine consolidation alg...
Performance analysis of an energy efficient virtual machine consolidation alg...IAEME Publication
 
G-SLAM:OPTIMIZING ENERGY EFFIIENCY IN CLOUD
G-SLAM:OPTIMIZING ENERGY EFFIIENCY IN CLOUDG-SLAM:OPTIMIZING ENERGY EFFIIENCY IN CLOUD
G-SLAM:OPTIMIZING ENERGY EFFIIENCY IN CLOUDAlfiya Mahmood
 
A hybrid algorithm to reduce energy consumption management in cloud data centers
A hybrid algorithm to reduce energy consumption management in cloud data centersA hybrid algorithm to reduce energy consumption management in cloud data centers
A hybrid algorithm to reduce energy consumption management in cloud data centersIJECEIAES
 
Energy aware load balancing and application scaling for the cloud ecosystem
Energy aware load balancing and application scaling for the cloud ecosystemEnergy aware load balancing and application scaling for the cloud ecosystem
Energy aware load balancing and application scaling for the cloud ecosystemPvrtechnologies Nellore
 
Power consumption prediction in cloud data center using machine learning
Power consumption prediction in cloud data center using machine learningPower consumption prediction in cloud data center using machine learning
Power consumption prediction in cloud data center using machine learningIJECEIAES
 
A load balancing strategy for reducing data loss risk on cloud using remodif...
A load balancing strategy for reducing data loss risk on cloud  using remodif...A load balancing strategy for reducing data loss risk on cloud  using remodif...
A load balancing strategy for reducing data loss risk on cloud using remodif...IJECEIAES
 

Semelhante a Paper id 41201624 (20)

Sla based optimization of power and migration cost in cloud computing
Sla based optimization of power and migration cost in cloud computingSla based optimization of power and migration cost in cloud computing
Sla based optimization of power and migration cost in cloud computing
 
An Approach to Reduce Energy Consumption in Cloud data centers using Harmony ...
An Approach to Reduce Energy Consumption in Cloud data centers using Harmony ...An Approach to Reduce Energy Consumption in Cloud data centers using Harmony ...
An Approach to Reduce Energy Consumption in Cloud data centers using Harmony ...
 
An Approach to Reduce Energy Consumption in Cloud data centers using Harmony ...
An Approach to Reduce Energy Consumption in Cloud data centers using Harmony ...An Approach to Reduce Energy Consumption in Cloud data centers using Harmony ...
An Approach to Reduce Energy Consumption in Cloud data centers using Harmony ...
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
Optimizing the placement of cloud data center in virtualized environment
Optimizing the placement of cloud data center in virtualized  environmentOptimizing the placement of cloud data center in virtualized  environment
Optimizing the placement of cloud data center in virtualized environment
 
PROPOSED LOAD BALANCING ALGORITHM TO REDUCE RESPONSE TIME AND PROCESSING TIME...
PROPOSED LOAD BALANCING ALGORITHM TO REDUCE RESPONSE TIME AND PROCESSING TIME...PROPOSED LOAD BALANCING ALGORITHM TO REDUCE RESPONSE TIME AND PROCESSING TIME...
PROPOSED LOAD BALANCING ALGORITHM TO REDUCE RESPONSE TIME AND PROCESSING TIME...
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)
 
Energy-Aware Adaptive Four Thresholds Technique for Optimal Virtual Machine P...
Energy-Aware Adaptive Four Thresholds Technique for Optimal Virtual Machine P...Energy-Aware Adaptive Four Thresholds Technique for Optimal Virtual Machine P...
Energy-Aware Adaptive Four Thresholds Technique for Optimal Virtual Machine P...
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
REAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTING
REAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTINGREAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTING
REAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTING
 
REAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTING
REAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTINGREAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTING
REAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTING
 
REAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTING
REAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTINGREAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTING
REAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTING
 
REAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTING
REAL-TIME ADAPTIVE ENERGY-SCHEDULING  ALGORITHM FOR VIRTUALIZED CLOUD COMPUTINGREAL-TIME ADAPTIVE ENERGY-SCHEDULING  ALGORITHM FOR VIRTUALIZED CLOUD COMPUTING
REAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTING
 
Performance analysis of an energy efficient virtual machine consolidation alg...
Performance analysis of an energy efficient virtual machine consolidation alg...Performance analysis of an energy efficient virtual machine consolidation alg...
Performance analysis of an energy efficient virtual machine consolidation alg...
 
G-SLAM:OPTIMIZING ENERGY EFFIIENCY IN CLOUD
G-SLAM:OPTIMIZING ENERGY EFFIIENCY IN CLOUDG-SLAM:OPTIMIZING ENERGY EFFIIENCY IN CLOUD
G-SLAM:OPTIMIZING ENERGY EFFIIENCY IN CLOUD
 
A hybrid algorithm to reduce energy consumption management in cloud data centers
A hybrid algorithm to reduce energy consumption management in cloud data centersA hybrid algorithm to reduce energy consumption management in cloud data centers
A hybrid algorithm to reduce energy consumption management in cloud data centers
 
Energy aware load balancing and application scaling for the cloud ecosystem
Energy aware load balancing and application scaling for the cloud ecosystemEnergy aware load balancing and application scaling for the cloud ecosystem
Energy aware load balancing and application scaling for the cloud ecosystem
 
Power consumption prediction in cloud data center using machine learning
Power consumption prediction in cloud data center using machine learningPower consumption prediction in cloud data center using machine learning
Power consumption prediction in cloud data center using machine learning
 
A load balancing strategy for reducing data loss risk on cloud using remodif...
A load balancing strategy for reducing data loss risk on cloud  using remodif...A load balancing strategy for reducing data loss risk on cloud  using remodif...
A load balancing strategy for reducing data loss risk on cloud using remodif...
 

Mais de IJRAT

96202108
9620210896202108
96202108IJRAT
 
97202107
9720210797202107
97202107IJRAT
 
93202101
9320210193202101
93202101IJRAT
 
92202102
9220210292202102
92202102IJRAT
 
91202104
9120210491202104
91202104IJRAT
 
87202003
8720200387202003
87202003IJRAT
 
87202001
8720200187202001
87202001IJRAT
 
86202013
8620201386202013
86202013IJRAT
 
86202008
8620200886202008
86202008IJRAT
 
86202005
8620200586202005
86202005IJRAT
 
86202004
8620200486202004
86202004IJRAT
 
85202026
8520202685202026
85202026IJRAT
 
711201940
711201940711201940
711201940IJRAT
 
711201939
711201939711201939
711201939IJRAT
 
711201935
711201935711201935
711201935IJRAT
 
711201927
711201927711201927
711201927IJRAT
 
711201905
711201905711201905
711201905IJRAT
 
710201947
710201947710201947
710201947IJRAT
 
712201907
712201907712201907
712201907IJRAT
 
712201903
712201903712201903
712201903IJRAT
 

Mais de IJRAT (20)

96202108
9620210896202108
96202108
 
97202107
9720210797202107
97202107
 
93202101
9320210193202101
93202101
 
92202102
9220210292202102
92202102
 
91202104
9120210491202104
91202104
 
87202003
8720200387202003
87202003
 
87202001
8720200187202001
87202001
 
86202013
8620201386202013
86202013
 
86202008
8620200886202008
86202008
 
86202005
8620200586202005
86202005
 
86202004
8620200486202004
86202004
 
85202026
8520202685202026
85202026
 
711201940
711201940711201940
711201940
 
711201939
711201939711201939
711201939
 
711201935
711201935711201935
711201935
 
711201927
711201927711201927
711201927
 
711201905
711201905711201905
711201905
 
710201947
710201947710201947
710201947
 
712201907
712201907712201907
712201907
 
712201903
712201903712201903
712201903
 

Último

Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Comparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization TechniquesComparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization Techniquesugginaramesh
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxPurva Nikam
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 

Último (20)

Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Comparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization TechniquesComparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization Techniques
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 

Paper id 41201624

  • 1. International Journal of Research in Advent Technology, Vol.4, No.1, January 2016 E-ISSN: 2321-9637 Available online at www.ijrat.org 73 Energy-aware Datacenter Resource Allocation with Minimized Virtual Machine Migrations Saravana M K1 , Harish K2 Assistant Professor, Department of Computer Science & Engg, Jyothy Institue of Technology, Bangalore.1, 2 Email: mksaravanamk1@gmail.com 1 , kharish1987gmail.com 2 Abstract- In recent years, IT infrastructures continue to grow rapidly driven by the demand for computational power created by modern compute-intensive business and scientific applications. However, a large-scale computing infrastructure consumes enormous amounts of electrical power leading to operational costs that exceed the cost of the infrastructure in few years. Except for overwhelming operational costs, high power consumption results in reduced system reliability and devices lifetime due to overheating. Another problem is significant CO2 emissions that contribute to the greenhouse effect. One of the way to reduce power consumption by a data center is to apply virtualization technology. This technology allows one to consolidate several servers to one physical node as Virtual Machines (VMs) reducing the amount of the hardware in use. Recently emerged Cloud computing paradigm leverages virtualization and provides on-demand resource provisioning over the Internet on a pay-as-you-go basis. This allows enterprises to drop the costs of maintenance of their own computing environment and out-source the computational needs to the Cloud. It is essential for Cloud providers to offer reliable Quality of Service (QoS) for the customers that is negotiated in terms of Service Level Agreements (SLA), e.g. throughput, response time. Therefore, to ensure efficient resource management and provide higher utilization of resources, Cloud providers (e.g. Amazon EC2) have to deal with power- performance trade-off, as aggressive consolidation of VMs can lead to performance loss. In this work we leverage live migration of VMs and propose heuristics for dynamic reallocation of VMs according to current resources requirements, while ensuring reliable QoS. The objective of the reallocation is to minimize the number of physical nodes serving current workload, whereas idle nodes are switched off in order to decrease power consumption. A lot of research has been done in power efficient resource management in data centers. In contrast to previous studies, the proposed approach can effectively handle strict QoS requirements, heterogeneous infrastructure and heterogeneous VMs. The algorithms are implemented as fast heuristics, they do not depend on a par-ticular type of workload and do not require any knowledge about applications executing on VMs. Index Terms- VM Migration, Cloud Datacenter, VM Allocation, QoS. 1. INTRODUCTION Virtual machines consolidation aims at reducing the number of active physical servers in a data centre with the goal to reduce the total power consumption. In this context, most of the existing solutions rely on aggressive virtual machine migration, thus resulting in unnecessary overhead and energy wastage. This article presents a virtual machine consolidation algorithm with usage prediction (VMCPU) for improving the energy efficiency of cloud data centers. Our algorithm is executed during the virtual machine consolidation process to estimate the short term future CPU utilization based on the local history of the the considered servers. The joint use of current and predicted CPU utilization metrics allows a reliable characterization of overloaded and underloaded servers, thereby reducing both the load and the power consumption after consolidation. We evaluate our proposed solution through simulations on Cloudsim Simulator. In comparison with the state of the art, the obtained results show that consolidation with usage prediction reduces the total migrations and the power consumption of the servers while complying with the service level agreement. Minimizing the use of energy/network communication overhead with maximum resource utilization in large DCs is a challenging task as computing applications and data are growing so quickly for which increasing larger servers and disks are required to process them fast enough within the required time period. In order to minimize network load and maximize resource utilization in cloud DCs, we simulated our proposed network load-aware scheduling algorithm that ensures minimum VMs migration while delivering the negotiated Quality-of-Service (QoS).
  • 2. International Journal of Research in Advent Technology, Vol.4, No.1, January 2016 E-ISSN: 2321-9637 Available online at www.ijrat.org 74 2. LITERATURE SURVEY Farahnakian, Ashraf , Pahikkala [1]. presented a novel dynamic Virtual Machine consolidation approach called ACS-based VMConsolidation. It reduces the energy consumption of datacenters by consolidating VMs into a reduced number of active Physical Machines while preserving Quality of Service requirements. Since the VM consolidation problem is strictly NP-hard, they used the Ant Colony System to find a near-optimal solution. We defined a multi- objective function that considers both the number of dormant PMs and the number of migrations. When compared to the existing dynamic VM consolidation approaches, ACS-VMC not only reduced the energy consumption, but also minimized SLA violations and the number of migrations. They evaluated the performance of proposed approach by conducting experiments with ten different real workload traces. Shahzad,.Umer, Nazir, [2] developed an efficient load balancing algorithm by using scheduling to minimize VMs migration, which avoid different network performance parameters like congestion, latency etc. There work categories VMs by showing priorities of the VMs, which will help to reduce network overhead. Zhao, Lu [3] developed online VM placement algorithms to increase cloud provider’s revenue by reducing SLA violation cost. First-Fit and Harmonic algorithms are devised without considering VM migrations, while LRF and DDG are devised for VM migration considering VM migrations. There analysis shows that First Fit and Harmonic perform the same in their worst case, and is comparable to the ratio of lower bound to upper bound. They have conduct experiments to evaluate the algorithms using synthetic and real data, respectively. It is found that Harmonic could create more revenue than First-Fit by more than 10 percent when job arriving rate is greater than 1.0. DDG algorithm is applicable in scenarios when SLA penalty is high, job arriving rate is low and the migration cost is low, while LRF performs better in the opposite situations. Through evaluation on the real trace from TJUHPCC, they find that First-Fit could yield more revenue than Harmonic by 1.7 percent if migration is not allowed, and DDG creates more revenue than LRF by 1.23percent if migration is allowed. By comparing proposals against the algorithms adopted in Open-stack and Cloudstack, they find that FirstFit and DDGcould create more revenue in the TJUHPCC case. There algorithms currently could take effect in IaaS systems, where VM requests are not constrained by their communications. Dhanoa & Khurmi, [4] have analyzed the impact of VM size and network bandwidth on VM migration time and energy consumption of the source system. Variation in VM size and network bandwidth results a significant impact on energy consumption of source system during VM Live migration. Further we can reduce energy consumption and migration time of subsystems by selecting VM with least memory size for migration and increased network bandwidth. Results of this study would help to design algorithm to optimize energy requirements in live migration of VMs. Live migration feature of Virtualization has great potential to optimize energy efficiency during live migration. Vahora & Patel [5] Presents VM management technique for efficient utilization of resources which leads to reduce energy consumption and number of VM migration in virtualized data centers. There are number of research has been carried out in this subject, some are practical based and some are simulator-based. By analyzing related work on this subject, they found that it is critical and essential to handle three main things: first, how to allocate VM on host such that it is not over- loaded, second, which VM should be selected for migration from overloading hosts, third where to place (Reallocate) VM which is selected for migration. For this we have to balance the load such that host is not over loaded or under loaded with the requests. If host is over loaded one or more number of VM migrated from the host and if host is under loaded resources are not properly utilized which leads to unnecessary energy consumed by them. So, proper management of VM is necessary which is done by the algorithm and experiments shown that VM management techniques proposed by them performs greatly better than previous work on the whole. 3. PRELIMINARIES Recent developments in virtualization have resulted in its proliferation across datacenters. By supporting the movement of VMs between physical nodes, it enables dynamic migration of VMs according to the performance requirements. When VMs do not use all the provided resources, they can be logically resized and consolidated to the minimum number of physical nodes, while idle nodes can be switched to the sleep mode to eliminate the idle Power consumption and reduce the total energy consumption by the datacenter. Currently, resource allocation in a Cloud data center aims to provide high performance while meeting SLAs, without focusing on allocating VMs to minimize energy consumption. To explore both performance and energy efficiency, three crucial issues must be addressed. First, excessive power cycling of a server could reduce its reliability. Second, turning resources off in a dynamic environment is
  • 3. International Journal of Research in Advent Technology, Vol.4, No.1, January 2016 E-ISSN: 2321-9637 Available online at www.ijrat.org 75 risky from the QoS perspective. Due to the variability of the workload and aggressive consolidation, some VMs may not obtain required resources under peak load, and fail to meet the desired QoS. Third, ensuring SLAs brings challenges to accurate application performance management in virtualized environments. All these issues require effective consolidation policies that can minimize energy consumption without compromising the user-specified QoS requirements. 4. VM PLACEMENT The problem of VM allocation can be divided in two parts: the first part is the admission of new requests for VM provisioning and placing the VMs on hosts, whereas the second part is the optimization of the current VM allocation. The first part can be seen as a bin packing problem with variable bin sizes and prices. To solve it we apply a variant of the Best Fit Decreasing (BFD) algorithm that is shown to use no more than 11/9· OPT+ 1 bins (where OPT is the number of bins given by the optimal solution) [31]. In our modification, the Modified Best Fit Decreasing (MBFD) algorithms, we sort all VMs in decreasing order of their current CPU utilizations, and allocate each VM to a host that provides the least increase of power consumption due to this allocation. This allows leveraging the heterogeneity of resources by choosing the most power-efficient nodes first. The pseudo-code for the algorithm is presented in Algorithm1.The complexity of the allocation part of the algorithm is n . m, where n is the number of VMs that have to be allocated and m is the number of hosts. Algorithm 1: Improved Best Fit Decreasing (IBFD) 1 Input: hostList, vmList Output: allocation of VMs 2 vmList.sortDecreasingUtilization() 3 foreach vm in vmList do 4 minPower←MAX 5 allocated Host←NULL 6 for each host in hostList do 7 if host has enough resource for vm then 8 power←estimatePower(host, vm) 9 if power < minpower then 10 allocatedHost←host 11 minPower←power 12 if allocated Host ≠ NULL then 13 allocate vm to allocated Host 14 return allocation 4.1. VM Selection The optimization of the current VM allocation is carried out in two steps: at the first step we select VMs that need to be migrated, at the second step the chosen VMs are placed on the hosts using the IBFD algorithm. To determine when and which VMs should be migrated, we introduce three double-threshold VM selection policies. The basic idea is to set upper and lower utilization. Thresholds for hosts and keep the total utilization of the CPU by all the VMs allocated to the host between these thresholds. If the CPU utilization of a host falls below the lower threshold ,all VMs have to be migrated from this host and the host has to be switched to the sleep mode in order to eliminate the idle power consumption. If the utilization exceeds the upper threshold, some VMs have to be migrated from the host to reduce the utilization. The aim is to preserve free resources in order to prevent SLA violations due to the consolidation in cases when the utilization by VMs increases. The difference between the old and new placements forms a set of VMs that have to be reallocated. The new placement is achieved using live migration of VMs. In the following sections we discuss the proposed VM selection policies. 4.1.1 The minimization of migrations policy The Minimum Migrations (MM) policy selects the minimum number of VMs needed to migrate from a host to lower the CPU utilization below the upper utilization threshold if the upper Threshold is violated. Let Vj be a set of VMs currently allocated to the host j.Then P(Vj) is the powerset of Vj. The MM policy finds a set R∈P (Vj) defined in (3). R= ‫ە‬ ۖ ‫۔‬ ۖ ‫ۓ‬ ቊ ܵ|ܵƐܲ ൫‫ݒ‬௝൯‫ݑ‬௝ − ∑ ‫ݑ‬௔(‫)ݒ‬ < ܶ௨,௩Ɛௌ |ܵ| → ݉݅݊} ݂݅‫ݑ‬௝ > ܶ௨ ܸ௝, ݂݅ ‫ݑ‬௝ > ܶ௟ ߶, ‫ݐ݋‬ℎ݁‫݁ݏ݅ݓݎ‬ (3) Where Tu is the upper utilization threshold; Tl is the lower utilization threshold, uj is the current CPU utilization of the host j; and ua(v) is the fraction of the CPU utilization allocated to the VMv. The pseudo- code for the MM algorithm for the over-utilization case is presented in Algorithm 2. The algorithm sorts the list of VMs in the decreasing order of the CPU utilization. Then, it repeatedly looks through the list of VMs and finds a VM that is the best to migrate from the host. The best VM is the one that satisfies two conditions. First, the VM should have the utilization higher than the difference between the host’s overall utilization and the upper utilization threshold. Second, if the VM is migrated from the host, the difference between the upper threshold and the new utilization is the minimum across the values provided by all the
  • 4. International Journal of Research in Advent Technology, Vol.4, No.1, January 2016 E-ISSN: 2321-9637 Available online at www.ijrat.org 76 VMs. If there is no such a VM, the algorithm selects the VM with the highest utilization, removes it from the list of VMs, and proceeds to a new iteration. The algorithm stops when the new utilization of the host is below the upper utilization threshold. The complexity of the algorithm is proportional to the product of the number of over-utilized hosts and the number of VMs allocated to these hosts. Algorithm 2: Min Migrations (MM) 1 Input: hos tList Output: migration List 2 foreach h in host List do 3 vmList←h.get VmList() 4 vmList.sort DecreasingUtilization() 5 hUtil←h.getUtil() 6 bestFitUtil←MAX 7 while hUtil>THRESH_UP do 8 foreach vm in vmList do 9 if vm.getUtil()>hUtil−THRESH_UP then 10 t←vm.getUtil()−hUtil + THRESH_UP 11 if t < bestFitUtil then 12 bestFitUtil←t 13 bestFitVm←vm 14 else 15 if bestFitUtil=MAX then 16 bestFitVm←vm 17 break 18 hUtil←hUtil−bestFitVm.getUtil() 19 migrationList.add(bestFitVm) 20 vmList.remove(bestFitVm) 21 if hUtil<THRESH_LOW then 22 migrationList.add(h.getVmList()) 23 vmList.remove(h.getVmList()) 24 return migrationList 4.1.2. The highest potential growth policy When the upper threshold is violated, the Highest Potential Growth (HPG) policy migrates VMs that have the lowest usage of the CPU relatively to the CPU capacity defined by the VM parameters in order to minimize the potential increase of the host’s utilization and prevent an SLA violation, as formalized in (4) R= ‫ە‬ ۖ ‫۔‬ ۖ ‫ۓ‬ ൝ ܵ|ܵ Ɛߩ ൫‫ݒ‬௝൯‫ݑ‬௝ − ∑ ‫ݑ‬௔ < ‫ܶݒ‬௨௩Ɛௌ ∑ ௨ೌ(௩) ௨ೝ(௩) → ݉݅݊}, ݂݅ ‫ݑ‬௝ > ܶ௨; (4)௩ఌௌ ܸ௝, ݂݅ ‫ݑ‬௝ > ܶ௟ ߶, ‫ݐ݋‬ℎ݁‫݁ݏ݅ݓݎ‬ where ur(v) is the fraction of the CPU capacity initially requested for the VMv and defined as the VM’s parameter. we do not provide the pseudo-code for the HPG algorithm, as it is similar to the MM algorithm presented earlier. 4.1.3. The random choice policy The Random Choice (RC) policy relies on ar and om selection of a number of VMs needed to decrease the CPU utilization by a host below the upper utilization threshold. According to a uniformly distributed discrete random variable(X), whose values index subsets of Vj, the policy selects a set R∈P (Vj),as shown in (5). R= ‫ە‬ ۖ ‫۔‬ ۖ ‫ۓ‬ ቐ ܵ|ܵ Ɛܲ ൫‫ݒ‬௝൯, ‫ݑ‬௝ − ∑ ‫ݑ‬௔(‫)ݒ‬ < ܶ௨௩Ɛௌ ܺ =ฎ ௗ ܷ൫0, หܲ൫0, หܲ൫ܸ௝൯ห − 1൯ൟ, ݂݅ ‫ݑ‬௝ > ܶ௨ ܸ௝, ݂݅ ‫ݑ‬௝ > ܶ௟ ߶, ‫ݐ݋‬ℎ݁‫݁ݏ݅ݓݎ‬ (5) Where X is a uniformly distributed discrete random variable used to select a subset of Vj. The results of a simulation-based evaluation of the proposed algorithms in terms of power consumption, SLA violations and the number of VM migrations are presented in Section 5. 5. EXPERIMENTS AND RESULTS In this section, we discuss a performance analysis of the energy-aware allocation heuristics presented in Section 4. We have conducted our experiments on cloudSim Simulator , we calculate the time needed to perform a live migration of a VM as the size of its memory divided by the available network bandwidth. For the simulations, the utilization of the CPU by a VM is generated as a uniformly distributed random variable. This is appropriate due to unknown types of applications running on VMs, and as it is not possible to build the exact model of such a mixed workload. We have simulated a data center comprising 100 heterogeneous physical nodes. Each node is modeled to have one CPU core with the performance equivalent to1000, 2000 or 3000MIPS, 8GB Of RAM and 1TB of storage. A host consumes from 175W with 0% CPU utilization, up to 250W with 100% CPU utilization. Each VM requires one CPU core with 250, 500, 750 or 1000 MIPS, 128 MB of RAM and 1GB of storage. The users submit requests for provisioning of 290 Heterogeneous VMs that fill the full capacity of the simulated data center. Each VM runs a web- application or any kind of application with variable workload, which is modeled to generate the utilization of CPU according to a uniformly distributed random variable. The application runsfor150,000 MI that is equal to 10 min of the execution on 250MIPS CPU with 100% utilization. Initially, the VMs are allocated according to the requested characteristics assuming 100% CPU utilization. Each experiment has been run 10 times. 5.1. Performance metrics
  • 5. International Journal of Research in Advent Technology, Vol.4, No.1, January 2016 E-ISSN: 2321-9637 Available online at www.ijrat.org 77 In order to compare the efficiency of the algorithms we use several metrics to evaluate their performance. The first metric is the total energy consumption by the physical resources of a data center caused by the application workloads. The second performance metric is called the SLA violation percentage, or simply the SLA violations, which is defined as the percentage of SLA violation events relatively to the total number of the processed timeframes. We define that an SLA violation occurs when a given VM cannot get the amount of Million Instructions Per Second (MIPS) that are requested. 5.2. Simulation Results For the benchmark experimental results we have used a VM migration aware policy called Single Threshold (ST). It is based on the idea of setting the upper utilization threshold for hosts and placing VMs, while keeping the total utilization of CPU below this threshold. At each time frame all VMs are reallocated using the IBFD algorithm with additional condition of keeping the upper utilization threshold not violated. To evaluate the ST policy we have conducted several experiments with different values of the utilization threshold. The simulation results are presented in Fig.2. Fig.2. The energy consumption and SLA violations by the ST plicy The results show that energy consumption can be significantly reduced relatively to the NPA and DVFS policies by77% and 53% respectively with 5.4% of SLA violations. The results show that with the growth of the utilization threshold energy consumption decreases, whereas the percentage of SLA violations increases. This is due to the fact that a higher utilization threshold allows more aggressive consolidation of VMs by the cost of the increased risk of SLA violations. To evaluate the double-threshold policies it is necessary to determine the best values for the thresholds in terms of the energy consumption and QoS delivered. We have chosen the MM policy to conduct the analysis of the utilization thresholds. We have simulated the MM policy varying the absolute values of the lower and upper thresholds as well as the interval between them. The results showing the mean energy consumption achieved using the MM policy for different values of the lower utilization. Threshold and the interval between the thresholds are presented in Fig.3. The graph shows that an increase of the lower utilization threshold leads to decreased energy consumption. However, the low level of energy consumption can be achieved with different intervals between the thresholds. Therefore, to determine the best interval we have to consider another factor, the level of SLA violations. Fig 3.The mean energy consumption by the MM policy for different values of the utilization thresholds. 6. CONCLUSION AND DISCUSSION In this article, we address the VM consolidation problem by adopting CPU usage prediction. Our aim was to reduce the frequency of the number of VM migrations and the number of server switches in order to save energy. To this end, based on a resource prediction scheme, we proposed a consolidation with usage prediction algorithm for energy efficient cloud data centers. The proposed algorithm effectively reduces not only the number of migrations, the number of power state changes and the energy consumption of the servers, but also the average number of SLA violations. The simulation results has shown that the proposed approach can significantly decrease the energy consumption that results from VM migrations and host switches with a better compliance with the SLA. As a future work, we seek to evaluate the performance of the proposed algorithm across multiple resource dimensions. REFERENCES [1] Using Ant Colony System to Consolidate VMs for Green Cloud Computing [2] Reduced VM Migration in bandwidth over subscribed cloud data Centers [3] Online Virtual Machine Placement for Increasing Cloud Provider’s Revenue.
  • 6. International Journal of Research in Advent Technology, Vol.4, No.1, January 2016 E-ISSN: 2321-9637 Available online at www.ijrat.org 78 [4] Efficient Virtual Machine management based on dynamic workload in cloud computing environment. [5] The green grid consortium, 2011. URL: http: // www.thegreengrid.org. [6] R. Buyya, A. Beloglazov, J. Abawajy, Energy- efficient management of data center resources for cloud computing: a vision, architectural elements, and open challenges, in: Proceedings of the 2010 International Conference on Parallel and Distributed Processing Techniques and Applications, PDPTA 2010, LasVegas, USA, 2010. [7] E.Pinheiro, R.Bianchini, E.V.Carrera, T. Heath, Load balancing and unbalancing for power and performance in cluster-based systems , in :Proceedings of the Workshop on Compilers and Operating Systems for Low Power, 2001, pp. 182–195. [8] J.S. Chase, D.C. Anderson, P.N. Thakar, A.M. Vahdat, R.P. Doyle, Managing energy and server resources in hosting centers, in: Proceedings of the 18th ACM Symposiumon Operating Systems Principles, ACM, NewYork, NY, USA, 2001, pp.103–116. [9] E.Elnozahy, M.Kistler, R.Rajamony, Energy efficient server clusters, Power-Aware Computer Systems (2003) 179 – 197. [10] R. Nathuji, K. Schwan, Virtualpower: coordinated power management in Virtualized enterprise systems, ACMSIGOPS Operating Systems Review 41 (6) (2007)265–278. [11] R. Raghavendra, P. Ranganathan, V. Talwar, Z. Wang, X. Zhu, No ‘‘power’’ struggles: coordinated multi-level power management for the data center, SIGARCHComputerArchitectureNews36(1)(200 8)48–59. [12] D. Kusic, J.O. Kephart, J.E. Hanson, N. Kandasamy, G. Jiang, Power and Performance management of virtualized computing environments via look ahead control, Cluster Computing12 (1) (2009) 1–15. [13] S. Srikantaiah, A. Kansal, F. Zhao, Energy aware consolidation for cloud computing, Cluster Computing 12 (2009)1–15.