SlideShare a Scribd company logo
1 of 4
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 70
A SURVEY ON ENERGY EFFICIENT WITH TASK CONSOLIDATION IN
THE VIRTUALIZED CLOUD COMPUTING ENVIRONMENT
Elizabeth Sylvester Mkoba1
, Mokhtar Abdullah Abdo Saif2
1, 2
Student, School of Computer Science and Technology, Dalian University of Technology, Liaoning, China
Abstract
Cloud computing is a new model of computing that is widely used in today’s industry, organizations and society in information
technology service delivery as a utility. It enables organizations to reduce operational expenditure and capital expenditure. However,
cloud computing with underutilized resources still consumes an unacceptable amount of energy than fully utilized resource. Many
techniques for optimizing energy consumption in virtualized cloud have been proposed. This paper surveys different energy efficient
models with task consolidation in the virtualized cloud computing environment.
Keywords: Cloud computing, Virtualization, Task consolidation, Energy consumption, Virtual machine
-----------------------------------------------------------------------***-----------------------------------------------------------------------
1. INTRODUCTION
Cloud computing is a new service model for Information
Technology provision, often based on virtualization and
distributed computing technologies. Resource provisioning
based on virtual machine (VM) has been widely accepted and
adopted in cloud computing environments. Virtualized
resources with a low utilization rate still consume an
unacceptable amount of energy compared to the energy
consumption of a fully utilized cloud computing. According to
[13], energy consumption of an idle resource can be as much
as 60% or peak power. In cloud computing, there is a
relationship between energy consumption and resource
utilization. Task consolidation is an effective technique greatly
enabled by virtualization technologies, which facilitate the
concurrent execution of several tasks, maximize resource
utilization and in turn reduce the energy consumption [1].
The cloud resource utilization can be realized by dynamically
allocating resources based on utilization analysis and
prediction [5]. A good resource management scheme is
fundamental for on-demand resource allocation, performance
optimization, load balancing and energy saving in the cloud
system. Although some existing task consolidation algorithms
have been developed to address the energy efficiency problem,
they normally result in high migration costs, ignoring other
virtual resources which influence energy consumption as well
as low resource utilization due to ignoring the multi-
dimensional characteristics of virtual machines.
In this survey paper, energy optimization techniques are
discussed. The rest of the paper is organized as follows:
Section 2 presents task consolidation overview, Section 3
presents the literature review of the existing methods of
energy efficient with task consolidation, and Section 4
presents a conclusion.
2. TASK CONSOLIDATION
2.1 Task Consolidation Problem
The task consolidation problem is the process of assigning a
set of t tasks (service requests) to a set of r cloud computing
resources in order to maximize resource utilization and
ultimately to minimize energy consumption. Time constraints
are directly related to the resource usage associated with the
tasks. In the task consolidation problem, the resource allocated
to a particular task must sufficiently provide the resource
usage of the given task. Task consolidation aims at effective
usage of cloud resources by consolidating a set of tasks into a
small number of virtual machines. The advantage of effective
resource usage is to reduce monetary cost by reducing: (a)
amount of virtual machines; (b) labors required to maintain
virtual machines; (c) floor space; and (d) energy consumption.
2.2 Task Parameters
There is a relationship between energy consumption, system
configurations, performance and task workload in the virtual
machines. When tasks are running in the virtual machines
resources are utilized such as CPU, memory, disk, network
bandwidth which lead to energy consumption. The workload
of a task comprises with: (a) data size for the task; (b) number
of processes for the task; (c) size of data to be transmitted (d)
task processing time. The energy consumption is highly
influenced by the workloads for a task because they consume
resources, as shown in figure 1. The design of the cloud
computing system needs to take into account how the
following tasks categories are executed in the virtual
machines: (a) communication-intensive tasks; (b)
computation-intensive tasks; (c) data-intensive tasks.
Furthermore, during the cloud system design these questions
need to answered such as what are the task characteristics?,
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 71
when to migrate the tasks?, which task to migrate? how to
reduce the tasks migration overheads?
3. EXISTING ENERGY EFFICIENT MODELS
WITH TASK ONSOLIDATION IN THE CLOUDS
3.1 Energy Conscious Task Consolidation
The model proposed by [13] for task consolidation is called
energy-conscious task consolidation (ECTC). ECTC computes
the energy consumption of a given task on a selected resource
and ECTC cost function is designed to encourage resource
sharing.
However, this model does not take into consideration other
resources which have influence in energy consumption such as
disk utilization, memory utilization, network bandwidth usage,
application software. It tends to increase number of virtual
machines within the cluster. It does not consider the migration
of task from one virtual cluster to another.
3.2 Maximum Rate Utilization of Resources
In [13], authors studied energy efficient utilization of resource
in the cloud computing systems. The problem addressed is a
resource allocation strategy that takes into account resource
utilization that leads to better energy efficiency. The cloud
computing system utilizes virtualization technologies where
tasks can be easily consolidated which is an effective method
to increase resource utilization and in turn reduces energy
consumption. They proposed task consolidation Maximum
rate Utilization (MaxUtil). MaxUtil looks after the more
energy efficient resources in terms of resource utilization. The
energy model is devised on the basis that processor utilization
has a linear relationship with energy consumption.
The task consolidation problem is modeled as a bin packing
problem where virtual machines represent bins, tasks are
objects to be packed in the bins and CPU resource utilization
represents bin dimension. They proposed 100% resource
utilization rule for virtual machines and makes task
consolidation decision based on the resource utilization which
is a key indicator for energy efficiency. The advantage of this
method is to reduce number of virtual machines in the cluster
which resulted in minimizing energy consumption in the cloud
computing system.
However, the deficiencies of the proposed MaxUtil model are:
(a) it assumes energy consumption is linear to resource
utilization focused on CPU usage without considering other
resources utilization such as disk, network bandwidth,
memory etc.; (b) the incorporation of task migration increased
energy consumption because migrated tasks tend to be with
short remaining processing time and these tasks are most
likely to hinder the consolidation of a new arriving task (c) the
migration of task from one virtual cluster to another is not
modeled.
3.3 Energy Task Consolidation
The authors [1] proposed energy-aware task consolidation
(ETC) technique to optimize energy consumption of virtual
clusters. The CPU and network utilization are taken into
account when dealing with task migration in the virtual
clusters. They proposed 70% CPU utilization principle to
manage task consolidation among virtual clusters in the cloud
computing system. When the CPU utilization in a virtual
cluster is above 70%, the task is migrated to another cluster. If
there are multiple virtual machines in the clusters available to
receive the tasks, the one with minimal energy cost is chosen
to perform task consolidation.
Their experiment results show that energy-aware task
consolidation technique can reduce power consumption in
managing task consolidation for cloud systems. However, by
using 70% principle for CPU utilization, the virtual machine
still consumes energy because it is not fully utilized. ETC
increases number of virtual machines during the task
consolidation as compared to MaxUtil technique.
3.4 Task-Based Energy Consumption
The authors in [11] studied task-based energy consumption in
the virtualized cloud computing systems. High energy
consumption directly contributes to operational costs and
environmental damage such as high carbon emission. In order
to address the problem, they proposed an energy consumption
model to calculate the energy consumption of specific types of
tasks in cloud systems and use the model to dynamically
organize cloud application load. They divided tasks into three
types: computation-intensive, data-intensive, and
communication-intensive and measure the performance with
its corresponding energy consumption.
They investigated the relationship between energy
consumption, system configurations and cloud system
performance. The total energy consumption of a cloud
workload is divided into a fixed part and dynamic part. The
proposed technique determines the energy consumption for
computation-intensive, data-intensive and communication-
intensive and compares it with system performance. The task
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 72
parameters such as data size to be processed and transmitted
as well as number of processes have impact on the task energy
consumption model. They conducted experiments with
varying system configurations and workloads with
corresponding energy consumption and performance data.
Their results revealed that, there is correlation coefficient of
energy consumption, system configuration, and workload as
well as system performance in the cloud systems.
4. COMPARISON OF THE EXISTING METHODS
In this survey, we compare the existing methods of energy
optimization with task consolidation as shown in table 1.
Task
consoli-
dation
method
System
resource
used
Power
saving
technique
Deficiencies
of the method
ECTC CPU
Task
consolidati
on
(a) increase number of
virtual machines
(b) has not considered
migration of task from
one cluster to another.
MaxUtil CPU
Maximize
resource
utilization
to reduce
number of
virtual
machine
(a)has not considered
migration of task from
one cluster to another.
(b)has not considered
other resources which
have influence in
energy consumption.
ETC
CPU,
net-work
Decrease
resource
utilization
(a) 70% principle for
CPU utilization, the
virtual machine still
consumes energy
because it is not fully
utilized.
(b)ETC increases
number of virtual
machines during the
task consolidation as
compared to MaxUtil
technique.
Task-
based
energy
consum
p-tion
CPU,
disk,
memory
System
configurati
ons
(a)has not considered
the energy
consumption when
task migrate to other
virtual cluster.
(b) has not compared
task resource
utilization against
energy consumption as
in ETC and MaxUtil
method.
5. CONCLUSIONS
Task consolidation is an effective technique greatly enabled
by virtualization technologies, which facilitate the concurrent
execution of several tasks in virtual machines and in turn
reduce the energy consumption. Task consolidation in cloud
computing presents a significant opportunity for energy
optimization. In this paper we surveyed various existing task
consolidation methods to minimize energy consumption in the
virtualized cloud computing environments. The main objective
of cloud providers is to develop resource provisioning and
management solutions that minimize energy consumption
while guaranteeing Service level Agreements. Thus, this
survey can be used to improve the energy consumption models
by designing energy optimization models, energy consumption
monitors and energy prediction models for the cloud systems.
REFERENCES
[1] C. Hsu, S.Chen, C.Lee, H. Chang, K. Lai, K. Li and
C.Rong, “ Energy – Aware Task consolidation
Technique for cloud computing”, IEEE , CloudCom
2011, pp.115-121
[2] B.Guenter, N.Jain and C. Williams,“ Managing cost,
Performance and Reliability Tradeoffs for Energy-
Aware Server Provisioning”, IEEE INFOCOM 2011,
pp.1332-1340.
[3] C. Yang, K.Wang, H. Cheng, C. Kuo and W. Chu,
“Green Power Management with Dynamic Resource
Allocation for cloud virtual machines”, IEEE
International Conference on High Performance
Computing and Communications ,2011, pp.726-733
[4] R. Buyya, S.Garg and R. Calheiros, “ SLA-Oriented
Resource Provisioning of cloud computing:
Challenges, Architecture and Solutions”, IEEE
International Conference on Cloud and Service
Computing, 2011, pp1-10
[5] Y.Shi, X.Jiang and K. Ye, “An Energy-Efficient
scheme for cloud resource provisioning based on
CloudSim”, IEEE International Conference on Cluster
Computing, 2011, pp.595-599
[6] S.Garg, C.Yeo and R. Buyya, “ Green cloud framework
for improving carbon efficiency of clouds”, ACM 17th
International Conference, Euro-Par Parallel Processing
2011, pp.491-502
[7] F. Wuhib, R. Stadler and H. Lindgren, “Dynamic
Allocation with Management – Implementation for an
OpenStack Cloud”, 8th International Conference on
Network and Service Management 2012, pp.309-315.
[8] Z. Zhou, F. Liu, H.Jin, B.Li, B.Li and H. Jiang “, On
Arbitrating the Power-Performance and Tradeoff in
Saas Clouds”, INFOCOM 2013, pp.872-880
[9] A. Beloglazov and R. Buyya , “Managing Overloaded
Hosts for Dynamic Consolidation of Virtual Machines
in Cloud Data Centers under Quality of Service
Constraints”. IEEE Transactions on Parallel and
Distributed Systems, vol. 24, N0.7, July 2013.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 73
[10] P.Leelipushpam and J. Sharmila, “Live Migration
Techniques in cloud environment –Survey, IEEE
Conference on Information and Communication
Technologies, 2013, pp.408-413.
[11] F.Chen, J. Grundy, Y.Yang, J. Schneider and Q.He,
“Experimental Analysis of Task-based Energy
consumption in cloud computing systems”, ACM ICPE
2013, pp.295-306.
[12] L. He, D. Zou, Z. Zhang, K. Yang, H. Jin, and S. A.
Jarvis, "Optimizing Resource Consumptions in
Clouds",12th IEEE/ACM International Conference on
Grid Computing (GRID), 2011, pp. 42-49.
[13] Lee and A.Zomaya, “Energy efficient utilization of
resources in cloud computing systems”, Journal of
Supercomputing 2012, pp. 268-280.
BIOGRAPHIES
Elizabeth Sylvester Mkoba is pursuing PhD
in Computer Science and Technology from
Dalian University of Technology, China. Her
research area is Cloud Computing.
Mokhtar Abdullah Abdo Saif is pursuing
PhD in Computer Science and Technology
from Dalian University of Technology,
China. His research area is Cloud
Computing.

More Related Content

What's hot

Energy efficient task scheduling algorithms for cloud data centers
Energy efficient task scheduling algorithms for cloud data centersEnergy efficient task scheduling algorithms for cloud data centers
Energy efficient task scheduling algorithms for cloud data centerseSAT Publishing House
 
Energy efficient task scheduling algorithms for cloud data centers
Energy efficient task scheduling algorithms for cloud data centersEnergy efficient task scheduling algorithms for cloud data centers
Energy efficient task scheduling algorithms for cloud data centerseSAT Journals
 
IMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUD
IMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUDIMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUD
IMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUDijcax
 
IMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUD
IMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUDIMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUD
IMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUDijcax
 
Optimization of energy consumption in cloud computing datacenters
Optimization of energy consumption in cloud computing datacenters Optimization of energy consumption in cloud computing datacenters
Optimization of energy consumption in cloud computing datacenters IJECEIAES
 
An Energy Aware Resource Utilization Framework to Control Traffic in Cloud Ne...
An Energy Aware Resource Utilization Framework to Control Traffic in Cloud Ne...An Energy Aware Resource Utilization Framework to Control Traffic in Cloud Ne...
An Energy Aware Resource Utilization Framework to Control Traffic in Cloud Ne...IJECEIAES
 
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
 
DYNAMIC ENERGY MANAGEMENT IN CLOUD DATA CENTERS: A SURVEY
DYNAMIC ENERGY MANAGEMENT IN CLOUD DATA CENTERS: A SURVEYDYNAMIC ENERGY MANAGEMENT IN CLOUD DATA CENTERS: A SURVEY
DYNAMIC ENERGY MANAGEMENT IN CLOUD DATA CENTERS: A SURVEYijccsa
 
A hybrid approach for scheduling applications in cloud computing environment
A hybrid approach for scheduling applications in cloud computing environment A hybrid approach for scheduling applications in cloud computing environment
A hybrid approach for scheduling applications in cloud computing environment IJECEIAES
 
IRJET- An Energy-Saving Task Scheduling Strategy based on Vacation Queuing & ...
IRJET- An Energy-Saving Task Scheduling Strategy based on Vacation Queuing & ...IRJET- An Energy-Saving Task Scheduling Strategy based on Vacation Queuing & ...
IRJET- An Energy-Saving Task Scheduling Strategy based on Vacation Queuing & ...IRJET Journal
 
Providing a multi-objective scheduling tasks by Using PSO algorithm for cost ...
Providing a multi-objective scheduling tasks by Using PSO algorithm for cost ...Providing a multi-objective scheduling tasks by Using PSO algorithm for cost ...
Providing a multi-objective scheduling tasks by Using PSO algorithm for cost ...Editor IJCATR
 
Demand-driven Gaussian window optimization for executing preferred population...
Demand-driven Gaussian window optimization for executing preferred population...Demand-driven Gaussian window optimization for executing preferred population...
Demand-driven Gaussian window optimization for executing preferred population...IJECEIAES
 

What's hot (12)

Energy efficient task scheduling algorithms for cloud data centers
Energy efficient task scheduling algorithms for cloud data centersEnergy efficient task scheduling algorithms for cloud data centers
Energy efficient task scheduling algorithms for cloud data centers
 
Energy efficient task scheduling algorithms for cloud data centers
Energy efficient task scheduling algorithms for cloud data centersEnergy efficient task scheduling algorithms for cloud data centers
Energy efficient task scheduling algorithms for cloud data centers
 
IMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUD
IMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUDIMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUD
IMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUD
 
IMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUD
IMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUDIMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUD
IMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUD
 
Optimization of energy consumption in cloud computing datacenters
Optimization of energy consumption in cloud computing datacenters Optimization of energy consumption in cloud computing datacenters
Optimization of energy consumption in cloud computing datacenters
 
An Energy Aware Resource Utilization Framework to Control Traffic in Cloud Ne...
An Energy Aware Resource Utilization Framework to Control Traffic in Cloud Ne...An Energy Aware Resource Utilization Framework to Control Traffic in Cloud Ne...
An Energy Aware Resource Utilization Framework to Control Traffic in Cloud Ne...
 
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...
 
DYNAMIC ENERGY MANAGEMENT IN CLOUD DATA CENTERS: A SURVEY
DYNAMIC ENERGY MANAGEMENT IN CLOUD DATA CENTERS: A SURVEYDYNAMIC ENERGY MANAGEMENT IN CLOUD DATA CENTERS: A SURVEY
DYNAMIC ENERGY MANAGEMENT IN CLOUD DATA CENTERS: A SURVEY
 
A hybrid approach for scheduling applications in cloud computing environment
A hybrid approach for scheduling applications in cloud computing environment A hybrid approach for scheduling applications in cloud computing environment
A hybrid approach for scheduling applications in cloud computing environment
 
IRJET- An Energy-Saving Task Scheduling Strategy based on Vacation Queuing & ...
IRJET- An Energy-Saving Task Scheduling Strategy based on Vacation Queuing & ...IRJET- An Energy-Saving Task Scheduling Strategy based on Vacation Queuing & ...
IRJET- An Energy-Saving Task Scheduling Strategy based on Vacation Queuing & ...
 
Providing a multi-objective scheduling tasks by Using PSO algorithm for cost ...
Providing a multi-objective scheduling tasks by Using PSO algorithm for cost ...Providing a multi-objective scheduling tasks by Using PSO algorithm for cost ...
Providing a multi-objective scheduling tasks by Using PSO algorithm for cost ...
 
Demand-driven Gaussian window optimization for executing preferred population...
Demand-driven Gaussian window optimization for executing preferred population...Demand-driven Gaussian window optimization for executing preferred population...
Demand-driven Gaussian window optimization for executing preferred population...
 

Viewers also liked

Tenaran Prosperity Challenge Round 2
Tenaran Prosperity Challenge Round 2Tenaran Prosperity Challenge Round 2
Tenaran Prosperity Challenge Round 2MiriVille
 
Comparative study of hybrid and cascaded h bridge
Comparative study of hybrid and cascaded h bridgeComparative study of hybrid and cascaded h bridge
Comparative study of hybrid and cascaded h bridgeeSAT Publishing House
 
TicketsFriends_invest2014
TicketsFriends_invest2014TicketsFriends_invest2014
TicketsFriends_invest2014VitalyPodlubny
 
Customer's Review about AXISS DENTAL
Customer's Review about AXISS DENTALCustomer's Review about AXISS DENTAL
Customer's Review about AXISS DENTALaxissdental1
 
Impact of varying the nozzle stand off distance on cutting temperature in t...
Impact of varying the nozzle stand   off distance on cutting temperature in t...Impact of varying the nozzle stand   off distance on cutting temperature in t...
Impact of varying the nozzle stand off distance on cutting temperature in t...eSAT Publishing House
 
Archer web 2.0 presentation
Archer web 2.0 presentationArcher web 2.0 presentation
Archer web 2.0 presentationmhami013
 
A survey on various resource allocation policies in cloud computing environment
A survey on various resource allocation policies in cloud computing environmentA survey on various resource allocation policies in cloud computing environment
A survey on various resource allocation policies in cloud computing environmenteSAT Publishing House
 
5 Bedroom Terra Nova Villa Community View Arabian Ranches
5 Bedroom Terra Nova Villa Community View Arabian Ranches5 Bedroom Terra Nova Villa Community View Arabian Ranches
5 Bedroom Terra Nova Villa Community View Arabian RanchesProperty Listing Search
 
Fic frio 90 - Cálculo de Carga Térmica
Fic frio 90 - Cálculo de Carga TérmicaFic frio 90 - Cálculo de Carga Térmica
Fic frio 90 - Cálculo de Carga Térmicadahssaat
 
Highperformance&colour strength behavior of
Highperformance&colour strength behavior ofHighperformance&colour strength behavior of
Highperformance&colour strength behavior ofeSAT Publishing House
 
Resume - Imtiaz Ahamed (1)
Resume - Imtiaz Ahamed (1)Resume - Imtiaz Ahamed (1)
Resume - Imtiaz Ahamed (1)imtiaz9292
 
Sure Word Day 1 - Did God Really Say
Sure Word Day 1 - Did God Really SaySure Word Day 1 - Did God Really Say
Sure Word Day 1 - Did God Really SaySami Wilberforce
 
Grid-Connected Solar Rooftop Systems: Financial Viability/Benefits, Installat...
Grid-Connected Solar Rooftop Systems: Financial Viability/Benefits, Installat...Grid-Connected Solar Rooftop Systems: Financial Viability/Benefits, Installat...
Grid-Connected Solar Rooftop Systems: Financial Viability/Benefits, Installat...Nilam Shah
 
You Will Be Breached
You Will Be BreachedYou Will Be Breached
You Will Be BreachedMike Saunders
 

Viewers also liked (18)

Tenaran Prosperity Challenge Round 2
Tenaran Prosperity Challenge Round 2Tenaran Prosperity Challenge Round 2
Tenaran Prosperity Challenge Round 2
 
Comparative study of hybrid and cascaded h bridge
Comparative study of hybrid and cascaded h bridgeComparative study of hybrid and cascaded h bridge
Comparative study of hybrid and cascaded h bridge
 
TicketsFriends_invest2014
TicketsFriends_invest2014TicketsFriends_invest2014
TicketsFriends_invest2014
 
Customer's Review about AXISS DENTAL
Customer's Review about AXISS DENTALCustomer's Review about AXISS DENTAL
Customer's Review about AXISS DENTAL
 
праздники осени
праздники осенипраздники осени
праздники осени
 
Impact of varying the nozzle stand off distance on cutting temperature in t...
Impact of varying the nozzle stand   off distance on cutting temperature in t...Impact of varying the nozzle stand   off distance on cutting temperature in t...
Impact of varying the nozzle stand off distance on cutting temperature in t...
 
Naloxone references
Naloxone referencesNaloxone references
Naloxone references
 
Lovesick Sentimentalism
Lovesick SentimentalismLovesick Sentimentalism
Lovesick Sentimentalism
 
Archer web 2.0 presentation
Archer web 2.0 presentationArcher web 2.0 presentation
Archer web 2.0 presentation
 
A survey on various resource allocation policies in cloud computing environment
A survey on various resource allocation policies in cloud computing environmentA survey on various resource allocation policies in cloud computing environment
A survey on various resource allocation policies in cloud computing environment
 
CIP Report Deepesh
CIP Report DeepeshCIP Report Deepesh
CIP Report Deepesh
 
5 Bedroom Terra Nova Villa Community View Arabian Ranches
5 Bedroom Terra Nova Villa Community View Arabian Ranches5 Bedroom Terra Nova Villa Community View Arabian Ranches
5 Bedroom Terra Nova Villa Community View Arabian Ranches
 
Fic frio 90 - Cálculo de Carga Térmica
Fic frio 90 - Cálculo de Carga TérmicaFic frio 90 - Cálculo de Carga Térmica
Fic frio 90 - Cálculo de Carga Térmica
 
Highperformance&colour strength behavior of
Highperformance&colour strength behavior ofHighperformance&colour strength behavior of
Highperformance&colour strength behavior of
 
Resume - Imtiaz Ahamed (1)
Resume - Imtiaz Ahamed (1)Resume - Imtiaz Ahamed (1)
Resume - Imtiaz Ahamed (1)
 
Sure Word Day 1 - Did God Really Say
Sure Word Day 1 - Did God Really SaySure Word Day 1 - Did God Really Say
Sure Word Day 1 - Did God Really Say
 
Grid-Connected Solar Rooftop Systems: Financial Viability/Benefits, Installat...
Grid-Connected Solar Rooftop Systems: Financial Viability/Benefits, Installat...Grid-Connected Solar Rooftop Systems: Financial Viability/Benefits, Installat...
Grid-Connected Solar Rooftop Systems: Financial Viability/Benefits, Installat...
 
You Will Be Breached
You Will Be BreachedYou Will Be Breached
You Will Be Breached
 

Similar to A survey on energy efficient with task consolidation in the virtualized cloud computing environment

A SURVEY: TO HARNESS AN EFFICIENT ENERGY IN CLOUD COMPUTING
A SURVEY: TO HARNESS AN EFFICIENT ENERGY IN CLOUD COMPUTINGA SURVEY: TO HARNESS AN EFFICIENT ENERGY IN CLOUD COMPUTING
A SURVEY: TO HARNESS AN EFFICIENT ENERGY IN CLOUD COMPUTINGijujournal
 
A SURVEY: TO HARNESS AN EFFICIENT ENERGY IN CLOUD COMPUTING
A SURVEY: TO HARNESS AN EFFICIENT ENERGY IN CLOUD COMPUTINGA SURVEY: TO HARNESS AN EFFICIENT ENERGY IN CLOUD COMPUTING
A SURVEY: TO HARNESS AN EFFICIENT ENERGY IN CLOUD COMPUTINGijujournal
 
A Survey on Reducing Energy Sprawl In Cloud Computing
A Survey on Reducing Energy Sprawl In Cloud ComputingA Survey on Reducing Energy Sprawl In Cloud Computing
A Survey on Reducing Energy Sprawl In Cloud Computingaciijournal
 
Energy efficient resource allocation007
Energy efficient resource allocation007Energy efficient resource allocation007
Energy efficient resource allocation007Divaynshu Totla
 
An optimized cost-based data allocation model for heterogeneous distributed ...
An optimized cost-based data allocation model for  heterogeneous distributed ...An optimized cost-based data allocation model for  heterogeneous distributed ...
An optimized cost-based data allocation model for heterogeneous distributed ...IJECEIAES
 
A Review on Scheduling in Cloud Computing
A Review on Scheduling in Cloud ComputingA Review on Scheduling in Cloud Computing
A Review on Scheduling in Cloud Computingijujournal
 
A Review on Scheduling in Cloud Computing
A Review on Scheduling in Cloud ComputingA Review on Scheduling in Cloud Computing
A Review on Scheduling in Cloud Computingijujournal
 
A Review on Scheduling in Cloud Computing
A Review on Scheduling in Cloud ComputingA Review on Scheduling in Cloud Computing
A Review on Scheduling in Cloud Computingijujournal
 
Energy efficient task scheduling algorithms for cloud data centers
Energy efficient task scheduling algorithms for cloud data centersEnergy efficient task scheduling algorithms for cloud data centers
Energy efficient task scheduling algorithms for cloud data centerseSAT Journals
 
Iaetsd effective fault toerant resource allocation with cost
Iaetsd effective fault toerant resource allocation with costIaetsd effective fault toerant resource allocation with cost
Iaetsd effective fault toerant resource allocation with costIaetsd Iaetsd
 
Energy efficient resource allocation in cloud computing
Energy efficient resource allocation in cloud computingEnergy efficient resource allocation in cloud computing
Energy efficient resource allocation in cloud computingDivaynshu Totla
 
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
 
A combined computing framework for load balancing in multi-tenant cloud eco-...
A combined computing framework for load balancing in  multi-tenant cloud eco-...A combined computing framework for load balancing in  multi-tenant cloud eco-...
A combined computing framework for load balancing in multi-tenant cloud eco-...IJECEIAES
 
IRJET- A Statistical Approach Towards Energy Saving in Cloud Computing
IRJET-  	  A Statistical Approach Towards Energy Saving in Cloud ComputingIRJET-  	  A Statistical Approach Towards Energy Saving in Cloud Computing
IRJET- A Statistical Approach Towards Energy Saving in Cloud ComputingIRJET Journal
 
IMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUD
IMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUDIMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUD
IMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUDijcax
 

Similar to A survey on energy efficient with task consolidation in the virtualized cloud computing environment (20)

A SURVEY: TO HARNESS AN EFFICIENT ENERGY IN CLOUD COMPUTING
A SURVEY: TO HARNESS AN EFFICIENT ENERGY IN CLOUD COMPUTINGA SURVEY: TO HARNESS AN EFFICIENT ENERGY IN CLOUD COMPUTING
A SURVEY: TO HARNESS AN EFFICIENT ENERGY IN CLOUD COMPUTING
 
A SURVEY: TO HARNESS AN EFFICIENT ENERGY IN CLOUD COMPUTING
A SURVEY: TO HARNESS AN EFFICIENT ENERGY IN CLOUD COMPUTINGA SURVEY: TO HARNESS AN EFFICIENT ENERGY IN CLOUD COMPUTING
A SURVEY: TO HARNESS AN EFFICIENT ENERGY IN CLOUD COMPUTING
 
A Survey on Reducing Energy Sprawl In Cloud Computing
A Survey on Reducing Energy Sprawl In Cloud ComputingA Survey on Reducing Energy Sprawl In Cloud Computing
A Survey on Reducing Energy Sprawl In Cloud Computing
 
Energy efficient resource allocation007
Energy efficient resource allocation007Energy efficient resource allocation007
Energy efficient resource allocation007
 
TOWARDS A MACHINE LEARNING BASED ARTIFICIALLY INTELLIGENT SYSTEM FOR ENERGY E...
TOWARDS A MACHINE LEARNING BASED ARTIFICIALLY INTELLIGENT SYSTEM FOR ENERGY E...TOWARDS A MACHINE LEARNING BASED ARTIFICIALLY INTELLIGENT SYSTEM FOR ENERGY E...
TOWARDS A MACHINE LEARNING BASED ARTIFICIALLY INTELLIGENT SYSTEM FOR ENERGY E...
 
TOWARDS A MACHINE LEARNING BASED ARTIFICIALLY INTELLIGENT SYSTEM FOR ENERGY E...
TOWARDS A MACHINE LEARNING BASED ARTIFICIALLY INTELLIGENT SYSTEM FOR ENERGY E...TOWARDS A MACHINE LEARNING BASED ARTIFICIALLY INTELLIGENT SYSTEM FOR ENERGY E...
TOWARDS A MACHINE LEARNING BASED ARTIFICIALLY INTELLIGENT SYSTEM FOR ENERGY E...
 
An optimized cost-based data allocation model for heterogeneous distributed ...
An optimized cost-based data allocation model for  heterogeneous distributed ...An optimized cost-based data allocation model for  heterogeneous distributed ...
An optimized cost-based data allocation model for heterogeneous distributed ...
 
A Review on Scheduling in Cloud Computing
A Review on Scheduling in Cloud ComputingA Review on Scheduling in Cloud Computing
A Review on Scheduling in Cloud Computing
 
A Review on Scheduling in Cloud Computing
A Review on Scheduling in Cloud ComputingA Review on Scheduling in Cloud Computing
A Review on Scheduling in Cloud Computing
 
A Review on Scheduling in Cloud Computing
A Review on Scheduling in Cloud ComputingA Review on Scheduling in Cloud Computing
A Review on Scheduling in Cloud Computing
 
Energy efficient task scheduling algorithms for cloud data centers
Energy efficient task scheduling algorithms for cloud data centersEnergy efficient task scheduling algorithms for cloud data centers
Energy efficient task scheduling algorithms for cloud data centers
 
Iaetsd effective fault toerant resource allocation with cost
Iaetsd effective fault toerant resource allocation with costIaetsd effective fault toerant resource allocation with cost
Iaetsd effective fault toerant resource allocation with cost
 
Energy efficient resource allocation in cloud computing
Energy efficient resource allocation in cloud computingEnergy efficient resource allocation in cloud computing
Energy efficient resource allocation in 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
 
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
 
A combined computing framework for load balancing in multi-tenant cloud eco-...
A combined computing framework for load balancing in  multi-tenant cloud eco-...A combined computing framework for load balancing in  multi-tenant cloud eco-...
A combined computing framework for load balancing in multi-tenant cloud eco-...
 
IRJET- A Statistical Approach Towards Energy Saving in Cloud Computing
IRJET-  	  A Statistical Approach Towards Energy Saving in Cloud ComputingIRJET-  	  A Statistical Approach Towards Energy Saving in Cloud Computing
IRJET- A Statistical Approach Towards Energy Saving in Cloud Computing
 
IMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUD
IMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUDIMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUD
IMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUD
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Recently uploaded

Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 

Recently uploaded (20)

Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 

A survey on energy efficient with task consolidation in the virtualized cloud computing environment

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 70 A SURVEY ON ENERGY EFFICIENT WITH TASK CONSOLIDATION IN THE VIRTUALIZED CLOUD COMPUTING ENVIRONMENT Elizabeth Sylvester Mkoba1 , Mokhtar Abdullah Abdo Saif2 1, 2 Student, School of Computer Science and Technology, Dalian University of Technology, Liaoning, China Abstract Cloud computing is a new model of computing that is widely used in today’s industry, organizations and society in information technology service delivery as a utility. It enables organizations to reduce operational expenditure and capital expenditure. However, cloud computing with underutilized resources still consumes an unacceptable amount of energy than fully utilized resource. Many techniques for optimizing energy consumption in virtualized cloud have been proposed. This paper surveys different energy efficient models with task consolidation in the virtualized cloud computing environment. Keywords: Cloud computing, Virtualization, Task consolidation, Energy consumption, Virtual machine -----------------------------------------------------------------------***----------------------------------------------------------------------- 1. INTRODUCTION Cloud computing is a new service model for Information Technology provision, often based on virtualization and distributed computing technologies. Resource provisioning based on virtual machine (VM) has been widely accepted and adopted in cloud computing environments. Virtualized resources with a low utilization rate still consume an unacceptable amount of energy compared to the energy consumption of a fully utilized cloud computing. According to [13], energy consumption of an idle resource can be as much as 60% or peak power. In cloud computing, there is a relationship between energy consumption and resource utilization. Task consolidation is an effective technique greatly enabled by virtualization technologies, which facilitate the concurrent execution of several tasks, maximize resource utilization and in turn reduce the energy consumption [1]. The cloud resource utilization can be realized by dynamically allocating resources based on utilization analysis and prediction [5]. A good resource management scheme is fundamental for on-demand resource allocation, performance optimization, load balancing and energy saving in the cloud system. Although some existing task consolidation algorithms have been developed to address the energy efficiency problem, they normally result in high migration costs, ignoring other virtual resources which influence energy consumption as well as low resource utilization due to ignoring the multi- dimensional characteristics of virtual machines. In this survey paper, energy optimization techniques are discussed. The rest of the paper is organized as follows: Section 2 presents task consolidation overview, Section 3 presents the literature review of the existing methods of energy efficient with task consolidation, and Section 4 presents a conclusion. 2. TASK CONSOLIDATION 2.1 Task Consolidation Problem The task consolidation problem is the process of assigning a set of t tasks (service requests) to a set of r cloud computing resources in order to maximize resource utilization and ultimately to minimize energy consumption. Time constraints are directly related to the resource usage associated with the tasks. In the task consolidation problem, the resource allocated to a particular task must sufficiently provide the resource usage of the given task. Task consolidation aims at effective usage of cloud resources by consolidating a set of tasks into a small number of virtual machines. The advantage of effective resource usage is to reduce monetary cost by reducing: (a) amount of virtual machines; (b) labors required to maintain virtual machines; (c) floor space; and (d) energy consumption. 2.2 Task Parameters There is a relationship between energy consumption, system configurations, performance and task workload in the virtual machines. When tasks are running in the virtual machines resources are utilized such as CPU, memory, disk, network bandwidth which lead to energy consumption. The workload of a task comprises with: (a) data size for the task; (b) number of processes for the task; (c) size of data to be transmitted (d) task processing time. The energy consumption is highly influenced by the workloads for a task because they consume resources, as shown in figure 1. The design of the cloud computing system needs to take into account how the following tasks categories are executed in the virtual machines: (a) communication-intensive tasks; (b) computation-intensive tasks; (c) data-intensive tasks. Furthermore, during the cloud system design these questions need to answered such as what are the task characteristics?,
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 71 when to migrate the tasks?, which task to migrate? how to reduce the tasks migration overheads? 3. EXISTING ENERGY EFFICIENT MODELS WITH TASK ONSOLIDATION IN THE CLOUDS 3.1 Energy Conscious Task Consolidation The model proposed by [13] for task consolidation is called energy-conscious task consolidation (ECTC). ECTC computes the energy consumption of a given task on a selected resource and ECTC cost function is designed to encourage resource sharing. However, this model does not take into consideration other resources which have influence in energy consumption such as disk utilization, memory utilization, network bandwidth usage, application software. It tends to increase number of virtual machines within the cluster. It does not consider the migration of task from one virtual cluster to another. 3.2 Maximum Rate Utilization of Resources In [13], authors studied energy efficient utilization of resource in the cloud computing systems. The problem addressed is a resource allocation strategy that takes into account resource utilization that leads to better energy efficiency. The cloud computing system utilizes virtualization technologies where tasks can be easily consolidated which is an effective method to increase resource utilization and in turn reduces energy consumption. They proposed task consolidation Maximum rate Utilization (MaxUtil). MaxUtil looks after the more energy efficient resources in terms of resource utilization. The energy model is devised on the basis that processor utilization has a linear relationship with energy consumption. The task consolidation problem is modeled as a bin packing problem where virtual machines represent bins, tasks are objects to be packed in the bins and CPU resource utilization represents bin dimension. They proposed 100% resource utilization rule for virtual machines and makes task consolidation decision based on the resource utilization which is a key indicator for energy efficiency. The advantage of this method is to reduce number of virtual machines in the cluster which resulted in minimizing energy consumption in the cloud computing system. However, the deficiencies of the proposed MaxUtil model are: (a) it assumes energy consumption is linear to resource utilization focused on CPU usage without considering other resources utilization such as disk, network bandwidth, memory etc.; (b) the incorporation of task migration increased energy consumption because migrated tasks tend to be with short remaining processing time and these tasks are most likely to hinder the consolidation of a new arriving task (c) the migration of task from one virtual cluster to another is not modeled. 3.3 Energy Task Consolidation The authors [1] proposed energy-aware task consolidation (ETC) technique to optimize energy consumption of virtual clusters. The CPU and network utilization are taken into account when dealing with task migration in the virtual clusters. They proposed 70% CPU utilization principle to manage task consolidation among virtual clusters in the cloud computing system. When the CPU utilization in a virtual cluster is above 70%, the task is migrated to another cluster. If there are multiple virtual machines in the clusters available to receive the tasks, the one with minimal energy cost is chosen to perform task consolidation. Their experiment results show that energy-aware task consolidation technique can reduce power consumption in managing task consolidation for cloud systems. However, by using 70% principle for CPU utilization, the virtual machine still consumes energy because it is not fully utilized. ETC increases number of virtual machines during the task consolidation as compared to MaxUtil technique. 3.4 Task-Based Energy Consumption The authors in [11] studied task-based energy consumption in the virtualized cloud computing systems. High energy consumption directly contributes to operational costs and environmental damage such as high carbon emission. In order to address the problem, they proposed an energy consumption model to calculate the energy consumption of specific types of tasks in cloud systems and use the model to dynamically organize cloud application load. They divided tasks into three types: computation-intensive, data-intensive, and communication-intensive and measure the performance with its corresponding energy consumption. They investigated the relationship between energy consumption, system configurations and cloud system performance. The total energy consumption of a cloud workload is divided into a fixed part and dynamic part. The proposed technique determines the energy consumption for computation-intensive, data-intensive and communication- intensive and compares it with system performance. The task
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 72 parameters such as data size to be processed and transmitted as well as number of processes have impact on the task energy consumption model. They conducted experiments with varying system configurations and workloads with corresponding energy consumption and performance data. Their results revealed that, there is correlation coefficient of energy consumption, system configuration, and workload as well as system performance in the cloud systems. 4. COMPARISON OF THE EXISTING METHODS In this survey, we compare the existing methods of energy optimization with task consolidation as shown in table 1. Task consoli- dation method System resource used Power saving technique Deficiencies of the method ECTC CPU Task consolidati on (a) increase number of virtual machines (b) has not considered migration of task from one cluster to another. MaxUtil CPU Maximize resource utilization to reduce number of virtual machine (a)has not considered migration of task from one cluster to another. (b)has not considered other resources which have influence in energy consumption. ETC CPU, net-work Decrease resource utilization (a) 70% principle for CPU utilization, the virtual machine still consumes energy because it is not fully utilized. (b)ETC increases number of virtual machines during the task consolidation as compared to MaxUtil technique. Task- based energy consum p-tion CPU, disk, memory System configurati ons (a)has not considered the energy consumption when task migrate to other virtual cluster. (b) has not compared task resource utilization against energy consumption as in ETC and MaxUtil method. 5. CONCLUSIONS Task consolidation is an effective technique greatly enabled by virtualization technologies, which facilitate the concurrent execution of several tasks in virtual machines and in turn reduce the energy consumption. Task consolidation in cloud computing presents a significant opportunity for energy optimization. In this paper we surveyed various existing task consolidation methods to minimize energy consumption in the virtualized cloud computing environments. The main objective of cloud providers is to develop resource provisioning and management solutions that minimize energy consumption while guaranteeing Service level Agreements. Thus, this survey can be used to improve the energy consumption models by designing energy optimization models, energy consumption monitors and energy prediction models for the cloud systems. REFERENCES [1] C. Hsu, S.Chen, C.Lee, H. Chang, K. Lai, K. Li and C.Rong, “ Energy – Aware Task consolidation Technique for cloud computing”, IEEE , CloudCom 2011, pp.115-121 [2] B.Guenter, N.Jain and C. Williams,“ Managing cost, Performance and Reliability Tradeoffs for Energy- Aware Server Provisioning”, IEEE INFOCOM 2011, pp.1332-1340. [3] C. Yang, K.Wang, H. Cheng, C. Kuo and W. Chu, “Green Power Management with Dynamic Resource Allocation for cloud virtual machines”, IEEE International Conference on High Performance Computing and Communications ,2011, pp.726-733 [4] R. Buyya, S.Garg and R. Calheiros, “ SLA-Oriented Resource Provisioning of cloud computing: Challenges, Architecture and Solutions”, IEEE International Conference on Cloud and Service Computing, 2011, pp1-10 [5] Y.Shi, X.Jiang and K. Ye, “An Energy-Efficient scheme for cloud resource provisioning based on CloudSim”, IEEE International Conference on Cluster Computing, 2011, pp.595-599 [6] S.Garg, C.Yeo and R. Buyya, “ Green cloud framework for improving carbon efficiency of clouds”, ACM 17th International Conference, Euro-Par Parallel Processing 2011, pp.491-502 [7] F. Wuhib, R. Stadler and H. Lindgren, “Dynamic Allocation with Management – Implementation for an OpenStack Cloud”, 8th International Conference on Network and Service Management 2012, pp.309-315. [8] Z. Zhou, F. Liu, H.Jin, B.Li, B.Li and H. Jiang “, On Arbitrating the Power-Performance and Tradeoff in Saas Clouds”, INFOCOM 2013, pp.872-880 [9] A. Beloglazov and R. Buyya , “Managing Overloaded Hosts for Dynamic Consolidation of Virtual Machines in Cloud Data Centers under Quality of Service Constraints”. IEEE Transactions on Parallel and Distributed Systems, vol. 24, N0.7, July 2013.
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 73 [10] P.Leelipushpam and J. Sharmila, “Live Migration Techniques in cloud environment –Survey, IEEE Conference on Information and Communication Technologies, 2013, pp.408-413. [11] F.Chen, J. Grundy, Y.Yang, J. Schneider and Q.He, “Experimental Analysis of Task-based Energy consumption in cloud computing systems”, ACM ICPE 2013, pp.295-306. [12] L. He, D. Zou, Z. Zhang, K. Yang, H. Jin, and S. A. Jarvis, "Optimizing Resource Consumptions in Clouds",12th IEEE/ACM International Conference on Grid Computing (GRID), 2011, pp. 42-49. [13] Lee and A.Zomaya, “Energy efficient utilization of resources in cloud computing systems”, Journal of Supercomputing 2012, pp. 268-280. BIOGRAPHIES Elizabeth Sylvester Mkoba is pursuing PhD in Computer Science and Technology from Dalian University of Technology, China. Her research area is Cloud Computing. Mokhtar Abdullah Abdo Saif is pursuing PhD in Computer Science and Technology from Dalian University of Technology, China. His research area is Cloud Computing.