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 Journals
 
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
 
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

Recharge HR Webinar
Recharge HR WebinarRecharge HR Webinar
Recharge HR WebinarDATIS
 
Presentacion de quimica
Presentacion de quimicaPresentacion de quimica
Presentacion de quimicamario8765
 
A Study on Energy Efficient Server Consolidation Heuristics for Virtualized C...
A Study on Energy Efficient Server Consolidation Heuristics for Virtualized C...A Study on Energy Efficient Server Consolidation Heuristics for Virtualized C...
A Study on Energy Efficient Server Consolidation Heuristics for Virtualized C...Susheel Thakur
 
Investigating resource elasticity
Investigating resource elasticityInvestigating resource elasticity
Investigating resource elasticityGhazal Tashakor
 
iOS 视频 app 开发实践
iOS 视频 app 开发实践iOS 视频 app 开发实践
iOS 视频 app 开发实践Ruijun Li
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesAlexander Decker
 
A Survey on Virtualization Data Centers For Green Cloud Computing
A Survey on Virtualization Data Centers For Green Cloud ComputingA Survey on Virtualization Data Centers For Green Cloud Computing
A Survey on Virtualization Data Centers For Green Cloud ComputingIJTET Journal
 
Principios y roles scrum 20170303
Principios y roles scrum 20170303Principios y roles scrum 20170303
Principios y roles scrum 20170303Open Source Pyme
 
Игра-конференция «Звёздный час» для учащихся 8–9 классов
Игра-конференция «Звёздный час» для учащихся 8–9 классовИгра-конференция «Звёздный час» для учащихся 8–9 классов
Игра-конференция «Звёздный час» для учащихся 8–9 классовDROFA-VENTANA
 
Market structures and price determination
Market structures and price determinationMarket structures and price determination
Market structures and price determinationHarinadh Karimikonda
 
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
 
Virtual Machine Migration Techniques in Cloud Environment: A Survey
Virtual Machine Migration Techniques in Cloud Environment: A SurveyVirtual Machine Migration Techniques in Cloud Environment: A Survey
Virtual Machine Migration Techniques in Cloud Environment: A Surveyijsrd.com
 
How To Help Leaders Effectively Manage Today’s Human Capital
How To Help Leaders Effectively Manage Today’s Human CapitalHow To Help Leaders Effectively Manage Today’s Human Capital
How To Help Leaders Effectively Manage Today’s Human CapitalClearCompany
 
1.Introduction to virtualization
1.Introduction to virtualization1.Introduction to virtualization
1.Introduction to virtualizationHwanju Kim
 

Viewers also liked (20)

Slideshow mahfuzar rahman
Slideshow mahfuzar rahmanSlideshow mahfuzar rahman
Slideshow mahfuzar rahman
 
Recharge HR Webinar
Recharge HR WebinarRecharge HR Webinar
Recharge HR Webinar
 
Awareness Camp
Awareness Camp Awareness Camp
Awareness Camp
 
Resource scheduling
Resource schedulingResource scheduling
Resource scheduling
 
Slideshare farid
Slideshare faridSlideshare farid
Slideshare farid
 
Presentacion de quimica
Presentacion de quimicaPresentacion de quimica
Presentacion de quimica
 
A Study on Energy Efficient Server Consolidation Heuristics for Virtualized C...
A Study on Energy Efficient Server Consolidation Heuristics for Virtualized C...A Study on Energy Efficient Server Consolidation Heuristics for Virtualized C...
A Study on Energy Efficient Server Consolidation Heuristics for Virtualized C...
 
Investigating resource elasticity
Investigating resource elasticityInvestigating resource elasticity
Investigating resource elasticity
 
iOS 视频 app 开发实践
iOS 视频 app 开发实践iOS 视频 app 开发实践
iOS 视频 app 开发实践
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniques
 
A Survey on Virtualization Data Centers For Green Cloud Computing
A Survey on Virtualization Data Centers For Green Cloud ComputingA Survey on Virtualization Data Centers For Green Cloud Computing
A Survey on Virtualization Data Centers For Green Cloud Computing
 
Principios y roles scrum 20170303
Principios y roles scrum 20170303Principios y roles scrum 20170303
Principios y roles scrum 20170303
 
Игра-конференция «Звёздный час» для учащихся 8–9 классов
Игра-конференция «Звёздный час» для учащихся 8–9 классовИгра-конференция «Звёздный час» для учащихся 8–9 классов
Игра-конференция «Звёздный час» для учащихся 8–9 классов
 
Market structures and price determination
Market structures and price determinationMarket structures and price determination
Market structures and price determination
 
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...
 
Virtual Machine Migration Techniques in Cloud Environment: A Survey
Virtual Machine Migration Techniques in Cloud Environment: A SurveyVirtual Machine Migration Techniques in Cloud Environment: A Survey
Virtual Machine Migration Techniques in Cloud Environment: A Survey
 
(1)hidrologia.clase 1 power point
(1)hidrologia.clase 1 power point(1)hidrologia.clase 1 power point
(1)hidrologia.clase 1 power point
 
How To Help Leaders Effectively Manage Today’s Human Capital
How To Help Leaders Effectively Manage Today’s Human CapitalHow To Help Leaders Effectively Manage Today’s Human Capital
How To Help Leaders Effectively Manage Today’s Human Capital
 
CS298_presentation
CS298_presentationCS298_presentation
CS298_presentation
 
1.Introduction to virtualization
1.Introduction to virtualization1.Introduction to virtualization
1.Introduction to virtualization
 

Similar to Survey Energy Efficient Task Consolidation Virtualized Cloud

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 Survey Energy Efficient Task Consolidation Virtualized Cloud (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 Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniqueseSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
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
 
(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
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
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
 
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
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
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
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
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
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
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
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 

Recently uploaded (20)

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
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
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
 
(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...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.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...
 
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
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
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
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
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
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
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
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 

Survey Energy Efficient Task Consolidation Virtualized Cloud

  • 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.