SlideShare a Scribd company logo
International Journal of Electrical and Computer Engineering (IJECE)
Vol. 9, No. 1, February 2019, pp. 546~553
ISSN: 2088-8708, DOI: 10.11591/ijece.v9i1.pp546-553  546
Journal homepage: http://iaescore.com/journals/index.php/IJECE
Energy efficiency in virtual machines allocation for cloud data
centers with lottery algorithm
Mehran Tarahomi1
, Mohammad Izadi2
1Kish International Campus, Sharif University of Technology, Iran
2Department of Computer Engineering, Sharif University of Technology, Iran
Article Info ABSTRACT
Article history:
Received Aug 3, 2018
Revised Aug 30, 2018
Accepted Sep 16, 2018
Energy usage of data centers is a challenging and complex issue because
computing applications and data are growing so quickly that increasingly
larger servers and disks are needed to process them fast enough within the
required time period. In the past few years, many approaches to virtual
machine placement have been proposed. This study proposes a new approach
for virtual machine allocation to physical hosts. Either minimizes the
physical hosts and avoids the SLA violation. The proposed method in
comparison to the other algorithms achieves better results.
Keywords:
Cloud data centers
Energy
Virtual machins
Copyright © 2019 Institute of Advanced Engineering and Science.
All rights reserved.
Corresponding Author:
Mehran Tarahomi,
Kish International Campus,
Sharif University of Technology,
Tehran, Iran.
Email: tarahomi@ce.sharif.edu
1. INTRODUCTION
A cloud is a type of parallel and distributed system consisting of a collection of interconnected and
virtualized computers that are dynamically provisioned and presented as one or more unified computing
resources based on service-level agreements established through negotiation between the service provider
and consumers [1]. Lowering the energy usage of data centers is a challenging and complex issue because
computing applications and data are growing so quickly that increasingly larger servers and disks are needed
to process them fast enough within the required time period. Green Cloud computing is envisioned to achieve
not only the efficient processing and utilization of a computing infrastructure, but also to minimize energy
consumption [2].
Improving energy efficiency has become increasingly important in data centers in recent years
to cut down the tremendous amounts of electricity consumption. The power dissipation of the physical
servers is the root cause of power usage of other systems, such as the cooling systems [3]. Currently,
resource allocation in a Cloud data center aims to provide high performance while meeting SLAs, without
focusing on allocating VMs to minimize energy consumption. To explore both performance and energy
efficiency, three crucial issues must be addressed. First, excessive power cycling of a server could reduce its
reliability. Second, turning resources off in a dynamic environment is risky from the QoS perspective. Due to
the variability of the workload and aggressive consolidation, some VMs may not obtain required resources
under peak load, and fail to meet the desired QoS. Third, ensuring SLAs brings challenges to accurate
application performance management in virtualized environments. All these issues require effective
consolidation policies that can minimize energy consumption without compromising the user-specified QoS
requirements [4].
Int J Elec & Comp Eng ISSN: 2088-8708 
Energy efficiency in virtual machines allocation for cloud data centers with lottery… (Mehran Tarahomi)
547
To fine the solution to the virtual machine allocation to physical host, three sub-issue should be
addressed. The [5] study has divided the main challenges of this problem to three sub-issues.
a. When a virtual machine should be migrated?
There are two conditions to migration. When a physical host is over-loaded or under-loaded.
For this purpose, various algorithms have been introduced.
b. Which virtual machine should be migrated?
When one physical host is under-loaded, some of its virtual machined should be selected for
migration.
c. Where virtual machine should be migrated?
The destination should be chosen for second’s virtual machines.
The virtual machine allocation to physical hosts or the third problem is similar to classic bin packing
that is a NP-hard problem. Heuristic algorithms are one of the first methods that attempt to minimize the
energy consumption. One of this algorithm’s major problem is their time and are not suitable for big
problems, because of their nature these algorithms are not able to search extendable space. One of the other
methods for minimizing the energy consumption in data centers is using evolutionary algorithms.
Evolutionary algorithms can search better the problem space so that ensures QoS and also reduces the energy
consumption.
In this paper new approach based on lottery algorithm is proposed for virtual machine allocation to
physical hosts. The results show decreasing 31.25 percent in energy consumption in comparison to PSO and
genetic algorithms. The purpose of this study is achieving a pattern for virtual machine allocation to physical
hosts by lottery algorithm. In other words a new approach for solving the third-issue has been proposed in
this paper to minimize the switch on physical hosts and minimize the energy consumption.
In the next section the related works has reviewed, the third section describes the problem in detail.
The proposed algorithms is proposed in the four section. The evaluation parameters and simulation and the
setting for simulation is described in section 5. The analyzing the performance of proposed algorithm is
described in section 6, section 7 is conclusion of this study.
2. THE RELATED WORKS
The allocation of virtual machines to physical hosts problem is divided to three sub-issues. This
section discuss about the previous works for each sub-issues.
2.1. When a virtual machine should migrate?
The first issue is related to the migration time of virtual machine to physical host. There are two
conditions for this placement. The first condition is when the physical host is over-loaded. In other words
when the load of physical host exceeds the determined threshold, to avoid the risk of SLA’s violation because
of lake of physical host’s resources, the virtual machine should migrate to other physical host. The second
condition is for migrating the virtual machine is when a physical host is under-loaded. When a load of virtual
machine decreases its total processing is moved to one switched on physical hosts and switch it off. Existing
algorithms for detecting over-load physical host are as follows:
2.1.1. Local regression algorithm
The next heuristic is based on the Loess method (from the German l¨oss–short for local regression)
proposed by Cleveland [6]. The main idea of the local regression method is fitting simple models to localized
subsets of data to build up a curve that approximates the original data. The observations (xi, yi) are assigned
neighborhood weights using the tricube weight function shown in (1)
(1)
2.1.2. Median absolute deviation algorithm [7]
The MAD is a robust statistic, being more resilient to outliers in a data set than the standard
deviation. In standard deviation, the distances from the mean are squared leading to large deviations being on
average weighted more heavily. This means that outliers may significantly influence the value of standard
deviation. In the MAD, the magnitude of the distances of a small number of outliers is irrelevant. For a
univariate data set X1, X2, ..., Xn, the MAD is defined as the median of the absolute deviations from the
median of the data set:
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 9, No. 1, February 2019 : 546 - 553
548
(2)
2.1.3. Local regression robust algorithm
The version of Loess described in Section 4.3.2 is vulnerable to outliers that can be caused by
leptokurtic or heavy-tailed distributions. To make Loess robust, Cleveland proposed the addition of the
robust estimation method bisquare to the least-squares method for fitting a parametric family [6]. This
modification transforms Loess into an iterative method. The initial fit is carried out with weights defined
using the tricube weight function. The fit is evaluated at the xi to get the fitted values byi, and the residuals
bei=yi-byi. At the next step, each observation (xi, yi) is assigned an additional robustness weight ri, whose
value depends on the magnitude of bei. Each observation is assigned the weight riwi(x), where ri is defined
as in (3).
(3)
2.1.4. Interquartile range algorithm [7]
In descriptive statistics, the Interquartile Range (IQR), also called the midspread or middle fifty, is a
measure of statistical dispersion. It is equal to the difference between the third and first quartiles:
IQR=Q3-Q1. Unlike the (total) range, the interquartile range is a robust statistic, having a breakdown point of
25%, and thus, is often preferred to the total range. For a symmetric distribution (i.e., such that the median
equals the average of the first and third quartiles), half of the IQR equals the MAD. Using IQR, similarly
to (3) the CPU utilization threshold is defined in (4).
(4)
The known algorithm for detecting under-load physical hosts is single-threshold algorithm [8].
2.2. Which virtual machine should migrate?
The second sub-issue, after determining the migration time, if the physical host is under loaded, the
total virtual machines should be migrate until physical host is switched off, and if the physical host is over
loaded, it should be identify which virtual machine from physical host should be migrate?. Three policy for
selecting the virtual machines to migration [7] in over-load condition is RS, MMT and MC algorithms.
2.2.1. Minimal migration time algorithm [9]
The minimum migration time [9] policy migrates a VM v that requires the minimum time to
complete a migration relatively to the other VMs allocated to the host. The migration time is estimated as the
amount of RAM utilized by the VM divided by the sparse network bandwidth available for the host j [9].
Since the virtual machine with minimum Memory and CPU could migrate faster, so in this policy the small
virtual machine are chosen to migration. This policy makes if the more amount of CPU or memory is needed
to be free, so a lot of the virtual machines could be migrated.
2.2.2. The random selection policy
The random selection [10] policy selects a VM to be migrated according to a uniformly distributed
discrete variable. This policy is suitable for the data centers with large number of virtual machines or in other
words can be a good job for a public cloud computing center.
2.2.3. The maximum correlation policy [MC]
The idea is that the higher the correlation between the resource usage by applications running on an
oversubscribed server, the higher the probability of the server overloading [9]. This policy is in contrary to
the view point of MMT method. In fact, in this policy, instead of migrating multiple small virtual machines,
one large virtual machine is migrated. This causes saving time in packing the virtual machines.
2.3. Where virtual machines should be migrated?
The third issue is about where virtual machines should be migrated? After diagnosis migration time
and choosing witch virtual machine should be migrated? The third issue determines the destination of each
virtual machine. The algorithms are called virtual machine placement algorithm. The large number of virtual
Int J Elec & Comp Eng ISSN: 2088-8708 
Energy efficiency in virtual machines allocation for cloud data centers with lottery… (Mehran Tarahomi)
549
machines and physical makes the idea of using evolutionary algorithms for virtual machine allocation to
physical host problem.
Improving energy efficiency has become increasingly important in data centers in recent years. The
paper [11] proposed a simulated annealing virtual machine placement algorithm, which is based on simulated
annealing theory. Experimental results show that this SA algorithm can generate better results, saving up 25
percentage more energy than First fit decreasing in acceptable time frame.
The paper [12] proposes novel self adaptive particle swarm optimization SAPSO algorithm to solve
the intractable nature of the mapping the a set of VM instances onto a set of servers from dynamic resource
pool so that the total incremental power drawn upon the mapping is minimal and does not compromise the
performance objectives. The experimental results of SAPSO was compared with multi-strategy MEPSO and
the result show that SAPSO outperforms the latter for power aware adaptive VM provisioning in a large
scale, heterogeneous and dynamic cloud environment.
3. RESULTS AND ANALYSIS
The problem is mapping the virtual machines to physical hosts, so that each virtual machines is
allocated to only one physical host and the minimum number of physical hosts are switched on. In other
words, consider the number of virtual machines is M and the number of physical hosts is N (M> N). V is set
of virtual machine which Vi is a sample of virtual machine. Also P is set of physical hosts and Pj represents
sample of physical host.
V={v1,v2,…,vm}
P={p1,p2,…,pn}
Lets define:
Vi
cpu
: the CPU requirement of Vi
Vi
mem
: the memory requirement of Vi
Pj: a physical machine in P
Pj
cpu
: the cpu capacity of pj
Pj
mem
: the memory capacity of pj
Pj
wcpu
: the total CPU workload on pj
Pj
wmem
: the total memory workload on pj
Vpj: the set of virtual machines assigned to physical machine pj
Vpj={pj1, pj2,…, pjm}
The utilization rate of the CPU in physical server pj is :
𝜇𝑗 = 𝑃 /𝑃
The energy consumption of physical server pj when its CPU usage 𝜇𝑗 is:
𝐸 𝑝 = 𝑘 . 𝑒 + 1 − 𝑘 . 𝑒 . 𝜇
When kj is the fraction of energy consumed when pj is idle; ej
max
is the energy consumption of physical server
pj when it is fully utilized; and 𝜇 is the CPU utilization of pj. The purpose of this study allocating physical
hosts to each virtual machine according to above Equations, so that the energy consumption is reduced.
4. PROPOSED METHOD
In this section the proposed method is described so that at the first the preliminary description of
lottery algorithm is given, then the method for virtual machines to physical hosts with proposed method is
proposed.
4.1. Introduction to lottery algorithm
In computing, scheduling is the method by which work specified by some means is assigned to
resources that complete the work. The work may be virtual computation elements such as threads, processes
or data flows, which are in turn scheduled onto hardware resources such as processors, network links or
expansion cards. A scheduler is what carries out the scheduling activity. Schedulers are often implemented so
they keep all computer resources busy (as in load balancing), allow multiple users to share system resources
effectively, or to achieve a target quality of service. Scheduling is fundamental to computation itself, and an
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 9, No. 1, February 2019 : 546 - 553
550
intrinsic part of the execution model of a computer system; the concept of scheduling makes it possible to
have computer multitasking with a single central processing unit (CPU).
A scheduler may aim at one of many goals, for example, maximizing throughput (the total amount
of work completed per time unit), minimizing response time (time from work becoming enabled until the
first point it begins execution on resources), or minimizing latency (the time between work becoming enabled
and its subsequent completion) maximizing fairness (equal CPU time to each process, or more generally
appropriate times according to the priority and workload of each process). In practice, these goals often
conflict (e.g. throughput versus latency), thus a scheduler will implement a suitable compromise. Preference
is given to any one of the concerns mentioned above, depending upon the user's needs and objectives. In real-
time environments, such as embedded systems for automatic control in industry (for example robotics), the
scheduler also must ensure that processes can meet deadlines; this is crucial for keeping the system stable.
Scheduled tasks can also be distributed to remote devices across a network and managed through an
administrative back end.
4.2. The proposed method for virtual machine allocation with lottery algorithm
In the proposed method a new method based on lottery algorithm has been proposed for virtual
machine allocation to physical hosts. The advantage of proposed algorithm in comparison to previous
algorithm is more agility and high speed. In this research a new method based on lottery algorithm and with
evolutionary vision has been proposed.
The proposed method steps:
a. First step: producing N different solutions. The functions of producing initialize solutions have proposed
in the following.
b. Second step: The fitness function is calculated for every single solutions.
c. Third step: for every solution a ticket is assigned based on the fitness function.
d. Forth step: one parameter for win rate is used in this algorithm, determines what percentages of solutions
moved to the next step. The lottery operation is done in this step and solutions with more tickets has more
chance to go to the next step. In this step with notice to win rate, the lottery algorithm repeats and some
solutions has been selected for next step. For example if the win rate equals to 70 percent, 70 percent of
current solutions are selected to move to the next step and 30 percent of initialize solutions new solutions
are created.
e. Fifth step: The end condition or the number of iterations of algorithm is checked. If the condition is
fulfilled the best solution will be chosen otherwise go to the second step.
The problem formulation and production of initialize solutions
As described in the previous sections, the virtual machine allocation is an optimization solution for
decreasing energy consumption. The set of virtual machine is as follows:
V={v1,v2,…,vm}
[m presents the total number of virtual machines]
The set of physical hosts is as follows:
H={H1,H2,..Hn}
[n presents the total number of physical hosts]
Some of the restrictions are as follows:
1 A virtual machine can only assigned to one physical host.
2 For solving the virtual machine allocation to physical hosts, each answer is assumed as a participation in
lottery algorithm. As shown in Figure 1, the array index represents of virtual machine’s number, and the
input number represents the physical host’s number which the mentioned virtual machine to be placed
on this physical host. In other word if the input number if index i equals to j, means virtual machine[i] is
placed on physical host[j]. Sample of solution for proposed algorithm as shown in Table 1.
Table 1. Sample of Solution for Proposed Algorithm
VMn......VM3VM2VM1
Hostn…...Host3Host2Host1
Int J Elec & Comp Eng ISSN: 2088-8708 
Energy efficiency in virtual machines allocation for cloud data centers with lottery… (Mehran Tarahomi)
551
Figure 1. The proposed algorithm’s flowchart
5. SIMULATION
The Cloudsim is used to evaluate and analyzing the proposed algorithm’s performance.
This simulator is a toolkit in java language which is used to simulate cloud environment. The toolbox
contains set of several classes, designed by A. Belogazov et al in 2013 [5]. The following scenarios are used
for simulating the proposed algorithm.
The simulated data center comprised 800 heterogeneous physical nodes, half of which were HP
ProLiant ML110 G4 servers, and the other half consisted of HP ProLiant ML110 G5 servers. The
characteristics of the servers and data on their power consumption are given in Section 4.2.2. The frequencies
of the servers’ CPUs were mapped onto MIPS ratings: 1860 MIPS each core of the HP ProLiant ML110 G5
server, and 2660 MIPS each core of the HP ProLiant ML110 G5 server. Each server had 1 GB/s network
bandwidth. In this paper, the proposed method is studied in terms of energy efficiency and the
violation of SLA
6. PERFORMANCE EVALUATION
In this study a method for virtual machine allocation to physical hosts has been proposed.
As mentioned in the previous sections, there are three sub-issues in a cloud data center, also affect to each
other. Four common methods MAD, IQR, LR, LRR on the question of "When a migration should be done?”
and three most widely used method MMT, RS, MC for the sub-issue on “which virtual machine should be
select for migration" are simulated). The proposed algorithm as a solution for third sub-issue on “where
virtual machine should be migrate?" has been proposed. Reducing energy consumption requires to best
solutions for each sub-issues. Actually the solution for every sub-issues effects on the final solutions, and it is
important that the proposed algorithms is with following of which algorithms. This study analyses the
performance of the proposed algorithm with over-load detection algorithms and the virtual machine selecting
algorithm. In order to obtain the best solution for optimization of energy consumption the combination of
algorithms [the best algorithms for each sub-issues] is important factor.
The Figure 2 shows energy consumption in different combination of algorithms. The vertical axis of
diagram shows the energy consumption in w/h and the horizontal axis shows different combinations of
methods for each sub-issue. As shows in Figure 1, the minimum amount of energy consumption is for
Proposed/LR/MC with 11 w/h. The behavior of three algorithm in combination of VM selection/Host
overload detection/Host under-load detection algorithms are a little similar, for example the maximum
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 9, No. 1, February 2019 : 546 - 553
552
amount of energy consumption is related to LRR/RS. In the 12 different combinations, the proposed
algorithm performs better than GA and PABFD algorithm. The Figure 2 shows the four points of the most
minimum of energy consumptions in Figure 2.
The Figure 3 shows that the proposed algorithm has the minimum amount of energy consumption
and the policy of using MC algorithm in virtual machine selection makes the results better. In addition the
MC policy has better performance in reducing energy consumption in comparison to RS or MMT policy.
Figure 4 shows the performance of proposed algorithm. GA, PABFD during 10 rounds, in term of
the violation of the SLA. The vertical axis shows the violation of SLA in percentage and the horizontal axis
shows the algorithms of each sub-issues. As shown in Figure 2 the minimum number of violation of SLA is
for LRR/MC for proposed, GA and PABFD algorithms. The proposed algorithm with 0.37 number is in the
third place. Among 12 different states, the proposed algorithm performed best in 5 states in comparison on
the other algorithms.
Figure 5 shows the violation of SLA for the most minimum numbers of energy consumption
methods. As shown in Figure 4 and Figure 5, the violation of SLA decrease by MC policy. As a result of the
comparison of Figures 2 and Figure 3, the energy consumption and the violation of SLA are related
inversely. The violation of SLA for proposed algorithm is more than the other algorithms but the difference is
0.09 percentage and is very little and can be ignored.
Figure 2. The energy consumption Figure 3. The four minimum points of energy
consumption
Figure 4 Overall SLA violation Figure 5. The violation of SLA for the most
minimum energy consumption for Scenario C
7. CONCLUSION
As shown in Figures 1-4 the proposed algorithm has the minimum amount of energy consumption in
collaborative with LR algorithm for over-load detection algorithm and MC algorithm for selecting the virtual
machine, but the minimum amount for the violation of SLA is with collaborative with LRR algorithm for
over-load detection algorithm and MC algorithm for selecting the virtual machines. As is clear, the best
policies are LR/MC. The proposed algorithm has improved the energy consumption about 31.25 percent.
Int J Elec & Comp Eng ISSN: 2088-8708 
Energy efficiency in virtual machines allocation for cloud data centers with lottery… (Mehran Tarahomi)
553
REFERENCES
[1] Buyya, Rajkumar, Chee Shin Yeo, and Srikumar Venugopal, "Market-Oriented Cloud Computing: Vision, Hype,
and Reality for Delivering It Services As Computing Utilities," High Performance Computing and
Communications, 2008. HPCC'08. 10th IEEE International Conference on. IEEE, 2008.
[2] Buyya, Rajkumar, Anton Beloglazov, and Jemal Abawajy. "Energy-efficient Management of Data Center
Resources for Cloud Computing: A Vision, Architectural Elements, and Open Challenges." arXiv preprint
arXiv:1006.0308, 2010.
[3] Wu, Yongqiang. "Energy Efficient Virtual Machine Placement In Data Centers", 2013.
[4] Energy-aware Resource Allocation Heuristics for Efficient Management of Data Centers for Cloud computing
Anton Beloglazov, Jemal Abawajy, Rajkumar Buyya.
[5] Beloglazov, A., “Energy-efficient Management Of Virtual Machines In Data Centers for Cloud Computing,”
Submitted in Total Fulfilment of the Requirements of the Degree of Doctor of Philosophy, Department of
Computing and Information Systems The University Of Melbourne, 2013.
[6] Guenter, B., Jain, N., & Williams, C., “Managing Cost, Performance, and Reliability Tradeoffs for Energy-aware
Server Provisioning,” In INFOCOM, 2011 Proceedings IEEE, pp. 1332-1340, IEEE, April, 2011.
[7] Beloglazov, A., & Buyya, R., “Optimal Online Deterministic Algorithms and Adaptive Heuristics for Energy and
Performance Efficient Dynamic Consolidation of Virtual Machines in Cloud Data Centers,” Concurrency and
Computation: Practice and Experience, 24(13), 1397-1420, 2012.
[8] Beloglazov, Anton, and Rajkumar 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 System, vol. 24, no. 7, 1366-1379, 2013.
[9] Beloglazov, Anton, and Rajkumar Buyya. "Optimal Online Deterministic Algorithms and Adaptive Heuristics for
Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in Cloud Data Centers."
Concurrency and Computation: Practice and Experience, vol. 24, no. 13 pp. 1397-1420, 2012.
[10] Beloglazov, Anton, and Rajkumar Buyya, "Adaptive Threshold-Based Approach for Energy-Efficient
Consolidation of Virtual Machines in Cloud Data Centers," Proceedings of the 8th International Workshop on
Middleware for Grids, Clouds and e-Science. Vol. 4, ACM, 2010.
[11] Wu, Yongqiang, Maolin Tang, and Warren Fraser. "A Simulated Annealing Algorithm for Energy Efficient Virtual
Machine Placement." 2012 IEEE International Conference on Systems, Man, and Cybernetics (SMC), IEEE, 2012.
[12] Jeyarani, Rajarathinam, N. Nagaveni, and R. Vasanth Ram. "Design and Implementation of Adaptive Power-Aware
Virtual Machine Provisioner (APA-VMP) Using Swarm Intelligence." Future Generation Computer Systems,
vol. 28, no. 5, 811-821, 2012.

More Related Content

What's hot

Load shedding in power system using the AHP algorithm and Artificial Neural N...
Load shedding in power system using the AHP algorithm and Artificial Neural N...Load shedding in power system using the AHP algorithm and Artificial Neural N...
Load shedding in power system using the AHP algorithm and Artificial Neural N...
IJAEMSJORNAL
 
AN ENHANCED HYBRID ROUTING AND CLUSTERING TECHNIQUE FOR WIRELESS SENSOR NETWORK
AN ENHANCED HYBRID ROUTING AND CLUSTERING TECHNIQUE FOR WIRELESS SENSOR NETWORKAN ENHANCED HYBRID ROUTING AND CLUSTERING TECHNIQUE FOR WIRELESS SENSOR NETWORK
AN ENHANCED HYBRID ROUTING AND CLUSTERING TECHNIQUE FOR WIRELESS SENSOR NETWORK
ijwmn
 
(5 10) chitra natarajan
(5 10) chitra natarajan(5 10) chitra natarajan
(5 10) chitra natarajan
IISRTJournals
 
Cloud computing – partitioning algorithm
Cloud computing – partitioning algorithmCloud computing – partitioning algorithm
Cloud computing – partitioning algorithm
ijcseit
 
PROCESS OF LOAD BALANCING IN CLOUD COMPUTING USING GENETIC ALGORITHM
PROCESS OF LOAD BALANCING IN CLOUD COMPUTING USING GENETIC ALGORITHMPROCESS OF LOAD BALANCING IN CLOUD COMPUTING USING GENETIC ALGORITHM
PROCESS OF LOAD BALANCING IN CLOUD COMPUTING USING GENETIC ALGORITHM
ecij
 
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
aciijournal
 
Energy-aware VM Allocation on An Opportunistic Cloud Infrastructure
Energy-aware VM Allocation on An Opportunistic Cloud InfrastructureEnergy-aware VM Allocation on An Opportunistic Cloud Infrastructure
Energy-aware VM Allocation on An Opportunistic Cloud Infrastructure
Mario Jose Villamizar Cano
 
Cloud partitioning with load balancing a new load balancing technique for pub...
Cloud partitioning with load balancing a new load balancing technique for pub...Cloud partitioning with load balancing a new load balancing technique for pub...
Cloud partitioning with load balancing a new load balancing technique for pub...
IAEME Publication
 
Genetic related clustering for reducing energy consumption in wireless sensor...
Genetic related clustering for reducing energy consumption in wireless sensor...Genetic related clustering for reducing energy consumption in wireless sensor...
Genetic related clustering for reducing energy consumption in wireless sensor...
eSAT Journals
 
Energy Efficient Clustering Protocol for Wireless Sensor Networks using Parti...
Energy Efficient Clustering Protocol for Wireless Sensor Networks using Parti...Energy Efficient Clustering Protocol for Wireless Sensor Networks using Parti...
Energy Efficient Clustering Protocol for Wireless Sensor Networks using Parti...
IRJET Journal
 
A Survey of Job Scheduling Algorithms Whit Hierarchical Structure to Load Ba...
A Survey of Job Scheduling Algorithms Whit  Hierarchical Structure to Load Ba...A Survey of Job Scheduling Algorithms Whit  Hierarchical Structure to Load Ba...
A Survey of Job Scheduling Algorithms Whit Hierarchical Structure to Load Ba...
Editor IJCATR
 
G018134149
G018134149G018134149
G018134149
IOSR Journals
 
Proposing a New Job Scheduling Algorithm in Grid Environment Using a Combinat...
Proposing a New Job Scheduling Algorithm in Grid Environment Using a Combinat...Proposing a New Job Scheduling Algorithm in Grid Environment Using a Combinat...
Proposing a New Job Scheduling Algorithm in Grid Environment Using a Combinat...
Editor IJCATR
 
An enhanced adaptive scoring job scheduling algorithm with replication strate...
An enhanced adaptive scoring job scheduling algorithm with replication strate...An enhanced adaptive scoring job scheduling algorithm with replication strate...
An enhanced adaptive scoring job scheduling algorithm with replication strate...
eSAT Publishing House
 
Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...
Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...
Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...
IDES Editor
 
Comparative Study of Neural Networks Algorithms for Cloud Computing CPU Sched...
Comparative Study of Neural Networks Algorithms for Cloud Computing CPU Sched...Comparative Study of Neural Networks Algorithms for Cloud Computing CPU Sched...
Comparative Study of Neural Networks Algorithms for Cloud Computing CPU Sched...
IJECEIAES
 
FAST ALGORITHMS FOR UNSUPERVISED LEARNING IN LARGE DATA SETS
FAST ALGORITHMS FOR UNSUPERVISED LEARNING IN LARGE DATA SETSFAST ALGORITHMS FOR UNSUPERVISED LEARNING IN LARGE DATA SETS
FAST ALGORITHMS FOR UNSUPERVISED LEARNING IN LARGE DATA SETS
csandit
 

What's hot (17)

Load shedding in power system using the AHP algorithm and Artificial Neural N...
Load shedding in power system using the AHP algorithm and Artificial Neural N...Load shedding in power system using the AHP algorithm and Artificial Neural N...
Load shedding in power system using the AHP algorithm and Artificial Neural N...
 
AN ENHANCED HYBRID ROUTING AND CLUSTERING TECHNIQUE FOR WIRELESS SENSOR NETWORK
AN ENHANCED HYBRID ROUTING AND CLUSTERING TECHNIQUE FOR WIRELESS SENSOR NETWORKAN ENHANCED HYBRID ROUTING AND CLUSTERING TECHNIQUE FOR WIRELESS SENSOR NETWORK
AN ENHANCED HYBRID ROUTING AND CLUSTERING TECHNIQUE FOR WIRELESS SENSOR NETWORK
 
(5 10) chitra natarajan
(5 10) chitra natarajan(5 10) chitra natarajan
(5 10) chitra natarajan
 
Cloud computing – partitioning algorithm
Cloud computing – partitioning algorithmCloud computing – partitioning algorithm
Cloud computing – partitioning algorithm
 
PROCESS OF LOAD BALANCING IN CLOUD COMPUTING USING GENETIC ALGORITHM
PROCESS OF LOAD BALANCING IN CLOUD COMPUTING USING GENETIC ALGORITHMPROCESS OF LOAD BALANCING IN CLOUD COMPUTING USING GENETIC ALGORITHM
PROCESS OF LOAD BALANCING IN CLOUD COMPUTING USING GENETIC ALGORITHM
 
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-aware VM Allocation on An Opportunistic Cloud Infrastructure
Energy-aware VM Allocation on An Opportunistic Cloud InfrastructureEnergy-aware VM Allocation on An Opportunistic Cloud Infrastructure
Energy-aware VM Allocation on An Opportunistic Cloud Infrastructure
 
Cloud partitioning with load balancing a new load balancing technique for pub...
Cloud partitioning with load balancing a new load balancing technique for pub...Cloud partitioning with load balancing a new load balancing technique for pub...
Cloud partitioning with load balancing a new load balancing technique for pub...
 
Genetic related clustering for reducing energy consumption in wireless sensor...
Genetic related clustering for reducing energy consumption in wireless sensor...Genetic related clustering for reducing energy consumption in wireless sensor...
Genetic related clustering for reducing energy consumption in wireless sensor...
 
Energy Efficient Clustering Protocol for Wireless Sensor Networks using Parti...
Energy Efficient Clustering Protocol for Wireless Sensor Networks using Parti...Energy Efficient Clustering Protocol for Wireless Sensor Networks using Parti...
Energy Efficient Clustering Protocol for Wireless Sensor Networks using Parti...
 
A Survey of Job Scheduling Algorithms Whit Hierarchical Structure to Load Ba...
A Survey of Job Scheduling Algorithms Whit  Hierarchical Structure to Load Ba...A Survey of Job Scheduling Algorithms Whit  Hierarchical Structure to Load Ba...
A Survey of Job Scheduling Algorithms Whit Hierarchical Structure to Load Ba...
 
G018134149
G018134149G018134149
G018134149
 
Proposing a New Job Scheduling Algorithm in Grid Environment Using a Combinat...
Proposing a New Job Scheduling Algorithm in Grid Environment Using a Combinat...Proposing a New Job Scheduling Algorithm in Grid Environment Using a Combinat...
Proposing a New Job Scheduling Algorithm in Grid Environment Using a Combinat...
 
An enhanced adaptive scoring job scheduling algorithm with replication strate...
An enhanced adaptive scoring job scheduling algorithm with replication strate...An enhanced adaptive scoring job scheduling algorithm with replication strate...
An enhanced adaptive scoring job scheduling algorithm with replication strate...
 
Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...
Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...
Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...
 
Comparative Study of Neural Networks Algorithms for Cloud Computing CPU Sched...
Comparative Study of Neural Networks Algorithms for Cloud Computing CPU Sched...Comparative Study of Neural Networks Algorithms for Cloud Computing CPU Sched...
Comparative Study of Neural Networks Algorithms for Cloud Computing CPU Sched...
 
FAST ALGORITHMS FOR UNSUPERVISED LEARNING IN LARGE DATA SETS
FAST ALGORITHMS FOR UNSUPERVISED LEARNING IN LARGE DATA SETSFAST ALGORITHMS FOR UNSUPERVISED LEARNING IN LARGE DATA SETS
FAST ALGORITHMS FOR UNSUPERVISED LEARNING IN LARGE DATA SETS
 

Similar to Energy efficiency in virtual machines allocation for cloud data centers with lottery algorithm

A hybrid algorithm to reduce energy consumption management in cloud data centers
A hybrid algorithm to reduce energy consumption management in cloud data centersA hybrid algorithm to reduce energy consumption management in cloud data centers
A hybrid algorithm to reduce energy consumption management in cloud data centers
IJECEIAES
 
A load balancing strategy for reducing data loss risk on cloud using remodif...
A load balancing strategy for reducing data loss risk on cloud  using remodif...A load balancing strategy for reducing data loss risk on cloud  using remodif...
A load balancing strategy for reducing data loss risk on cloud using remodif...
IJECEIAES
 
A Host Selection Algorithm for Dynamic Container Consolidation in Cloud Data ...
A Host Selection Algorithm for Dynamic Container Consolidation in Cloud Data ...A Host Selection Algorithm for Dynamic Container Consolidation in Cloud Data ...
A Host Selection Algorithm for Dynamic Container Consolidation in Cloud Data ...
IRJET Journal
 
Target Response Electrical usage Profile Clustering using Big Data
Target Response Electrical usage Profile Clustering using Big DataTarget Response Electrical usage Profile Clustering using Big Data
Target Response Electrical usage Profile Clustering using Big Data
IRJET Journal
 
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
ijujournal
 
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
ijujournal
 
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
ijujournal
 
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
ijujournal
 
AUTO RESOURCE MANAGEMENT TO ENHANCE RELIABILITY AND ENERGY CONSUMPTION IN HET...
AUTO RESOURCE MANAGEMENT TO ENHANCE RELIABILITY AND ENERGY CONSUMPTION IN HET...AUTO RESOURCE MANAGEMENT TO ENHANCE RELIABILITY AND ENERGY CONSUMPTION IN HET...
AUTO RESOURCE MANAGEMENT TO ENHANCE RELIABILITY AND ENERGY CONSUMPTION IN HET...
IJCNCJournal
 
A Prolific Scheme for Load Balancing Relying on Task Completion Time
A Prolific Scheme for Load Balancing Relying on Task Completion Time A Prolific Scheme for Load Balancing Relying on Task Completion Time
A Prolific Scheme for Load Balancing Relying on Task Completion Time
IJECEIAES
 
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
aciijournal
 
Public Cloud Partition Using Load Status Evaluation and Cloud Division Rules
Public Cloud Partition Using Load Status Evaluation and Cloud Division RulesPublic Cloud Partition Using Load Status Evaluation and Cloud Division Rules
Public Cloud Partition Using Load Status Evaluation and Cloud Division Rules
IJSRD
 
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
 
Energy aware load balancing and application scaling for the cloud ecosystem
Energy aware load balancing and application scaling for the cloud ecosystemEnergy aware load balancing and application scaling for the cloud ecosystem
Energy aware load balancing and application scaling for the cloud ecosystem
Pvrtechnologies Nellore
 
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
 
Energy-aware Load Balancing and Application Scaling for the Cloud Ecosystem
Energy-aware Load Balancing and Application Scaling for the Cloud EcosystemEnergy-aware Load Balancing and Application Scaling for the Cloud Ecosystem
Energy-aware Load Balancing and Application Scaling for the Cloud Ecosystem
1crore projects
 
Grid computing for load balancing strategies
Grid computing for load balancing strategiesGrid computing for load balancing strategies
Grid computing for load balancing strategies
International Journal of Science and Research (IJSR)
 
A survey on energy efficient with task consolidation in the virtualized cloud...
A survey on energy efficient with task consolidation in the virtualized cloud...A survey on energy efficient with task consolidation in the virtualized cloud...
A survey on energy efficient with task consolidation in the virtualized cloud...
eSAT Publishing House
 
A survey on energy efficient with task consolidation in the virtualized cloud...
A survey on energy efficient with task consolidation in the virtualized cloud...A survey on energy efficient with task consolidation in the virtualized cloud...
A survey on energy efficient with task consolidation in the virtualized cloud...
eSAT Journals
 
Ie3514301434
Ie3514301434Ie3514301434
Ie3514301434
IJERA Editor
 

Similar to Energy efficiency in virtual machines allocation for cloud data centers with lottery algorithm (20)

A hybrid algorithm to reduce energy consumption management in cloud data centers
A hybrid algorithm to reduce energy consumption management in cloud data centersA hybrid algorithm to reduce energy consumption management in cloud data centers
A hybrid algorithm to reduce energy consumption management in cloud data centers
 
A load balancing strategy for reducing data loss risk on cloud using remodif...
A load balancing strategy for reducing data loss risk on cloud  using remodif...A load balancing strategy for reducing data loss risk on cloud  using remodif...
A load balancing strategy for reducing data loss risk on cloud using remodif...
 
A Host Selection Algorithm for Dynamic Container Consolidation in Cloud Data ...
A Host Selection Algorithm for Dynamic Container Consolidation in Cloud Data ...A Host Selection Algorithm for Dynamic Container Consolidation in Cloud Data ...
A Host Selection Algorithm for Dynamic Container Consolidation in Cloud Data ...
 
Target Response Electrical usage Profile Clustering using Big Data
Target Response Electrical usage Profile Clustering using Big DataTarget Response Electrical usage Profile Clustering using Big Data
Target Response Electrical usage Profile Clustering using Big Data
 
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: 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
 
AUTO RESOURCE MANAGEMENT TO ENHANCE RELIABILITY AND ENERGY CONSUMPTION IN HET...
AUTO RESOURCE MANAGEMENT TO ENHANCE RELIABILITY AND ENERGY CONSUMPTION IN HET...AUTO RESOURCE MANAGEMENT TO ENHANCE RELIABILITY AND ENERGY CONSUMPTION IN HET...
AUTO RESOURCE MANAGEMENT TO ENHANCE RELIABILITY AND ENERGY CONSUMPTION IN HET...
 
A Prolific Scheme for Load Balancing Relying on Task Completion Time
A Prolific Scheme for Load Balancing Relying on Task Completion Time A Prolific Scheme for Load Balancing Relying on Task Completion Time
A Prolific Scheme for Load Balancing Relying on Task Completion Time
 
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
 
Public Cloud Partition Using Load Status Evaluation and Cloud Division Rules
Public Cloud Partition Using Load Status Evaluation and Cloud Division RulesPublic Cloud Partition Using Load Status Evaluation and Cloud Division Rules
Public Cloud Partition Using Load Status Evaluation and Cloud Division Rules
 
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 ...
 
Energy aware load balancing and application scaling for the cloud ecosystem
Energy aware load balancing and application scaling for the cloud ecosystemEnergy aware load balancing and application scaling for the cloud ecosystem
Energy aware load balancing and application scaling for the cloud ecosystem
 
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...
 
Energy-aware Load Balancing and Application Scaling for the Cloud Ecosystem
Energy-aware Load Balancing and Application Scaling for the Cloud EcosystemEnergy-aware Load Balancing and Application Scaling for the Cloud Ecosystem
Energy-aware Load Balancing and Application Scaling for the Cloud Ecosystem
 
Grid computing for load balancing strategies
Grid computing for load balancing strategiesGrid computing for load balancing strategies
Grid computing for load balancing strategies
 
A survey on energy efficient with task consolidation in the virtualized cloud...
A survey on energy efficient with task consolidation in the virtualized cloud...A survey on energy efficient with task consolidation in the virtualized cloud...
A survey on energy efficient with task consolidation in the virtualized cloud...
 
A survey on energy efficient with task consolidation in the virtualized cloud...
A survey on energy efficient with task consolidation in the virtualized cloud...A survey on energy efficient with task consolidation in the virtualized cloud...
A survey on energy efficient with task consolidation in the virtualized cloud...
 
Ie3514301434
Ie3514301434Ie3514301434
Ie3514301434
 

More from IJECEIAES

Bibliometric analysis highlighting the role of women in addressing climate ch...
Bibliometric analysis highlighting the role of women in addressing climate ch...Bibliometric analysis highlighting the role of women in addressing climate ch...
Bibliometric analysis highlighting the role of women in addressing climate ch...
IJECEIAES
 
Voltage and frequency control of microgrid in presence of micro-turbine inter...
Voltage and frequency control of microgrid in presence of micro-turbine inter...Voltage and frequency control of microgrid in presence of micro-turbine inter...
Voltage and frequency control of microgrid in presence of micro-turbine inter...
IJECEIAES
 
Enhancing battery system identification: nonlinear autoregressive modeling fo...
Enhancing battery system identification: nonlinear autoregressive modeling fo...Enhancing battery system identification: nonlinear autoregressive modeling fo...
Enhancing battery system identification: nonlinear autoregressive modeling fo...
IJECEIAES
 
Smart grid deployment: from a bibliometric analysis to a survey
Smart grid deployment: from a bibliometric analysis to a surveySmart grid deployment: from a bibliometric analysis to a survey
Smart grid deployment: from a bibliometric analysis to a survey
IJECEIAES
 
Use of analytical hierarchy process for selecting and prioritizing islanding ...
Use of analytical hierarchy process for selecting and prioritizing islanding ...Use of analytical hierarchy process for selecting and prioritizing islanding ...
Use of analytical hierarchy process for selecting and prioritizing islanding ...
IJECEIAES
 
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
IJECEIAES
 
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
IJECEIAES
 
Adaptive synchronous sliding control for a robot manipulator based on neural ...
Adaptive synchronous sliding control for a robot manipulator based on neural ...Adaptive synchronous sliding control for a robot manipulator based on neural ...
Adaptive synchronous sliding control for a robot manipulator based on neural ...
IJECEIAES
 
Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...
IJECEIAES
 
Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...
IJECEIAES
 
Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...
IJECEIAES
 
An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...
IJECEIAES
 
Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...
IJECEIAES
 
A review on internet of things-based stingless bee's honey production with im...
A review on internet of things-based stingless bee's honey production with im...A review on internet of things-based stingless bee's honey production with im...
A review on internet of things-based stingless bee's honey production with im...
IJECEIAES
 
A trust based secure access control using authentication mechanism for intero...
A trust based secure access control using authentication mechanism for intero...A trust based secure access control using authentication mechanism for intero...
A trust based secure access control using authentication mechanism for intero...
IJECEIAES
 
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbers
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbersFuzzy linear programming with the intuitionistic polygonal fuzzy numbers
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbers
IJECEIAES
 
The performance of artificial intelligence in prostate magnetic resonance im...
The performance of artificial intelligence in prostate  magnetic resonance im...The performance of artificial intelligence in prostate  magnetic resonance im...
The performance of artificial intelligence in prostate magnetic resonance im...
IJECEIAES
 
Seizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networksSeizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networks
IJECEIAES
 
Analysis of driving style using self-organizing maps to analyze driver behavior
Analysis of driving style using self-organizing maps to analyze driver behaviorAnalysis of driving style using self-organizing maps to analyze driver behavior
Analysis of driving style using self-organizing maps to analyze driver behavior
IJECEIAES
 
Hyperspectral object classification using hybrid spectral-spatial fusion and ...
Hyperspectral object classification using hybrid spectral-spatial fusion and ...Hyperspectral object classification using hybrid spectral-spatial fusion and ...
Hyperspectral object classification using hybrid spectral-spatial fusion and ...
IJECEIAES
 

More from IJECEIAES (20)

Bibliometric analysis highlighting the role of women in addressing climate ch...
Bibliometric analysis highlighting the role of women in addressing climate ch...Bibliometric analysis highlighting the role of women in addressing climate ch...
Bibliometric analysis highlighting the role of women in addressing climate ch...
 
Voltage and frequency control of microgrid in presence of micro-turbine inter...
Voltage and frequency control of microgrid in presence of micro-turbine inter...Voltage and frequency control of microgrid in presence of micro-turbine inter...
Voltage and frequency control of microgrid in presence of micro-turbine inter...
 
Enhancing battery system identification: nonlinear autoregressive modeling fo...
Enhancing battery system identification: nonlinear autoregressive modeling fo...Enhancing battery system identification: nonlinear autoregressive modeling fo...
Enhancing battery system identification: nonlinear autoregressive modeling fo...
 
Smart grid deployment: from a bibliometric analysis to a survey
Smart grid deployment: from a bibliometric analysis to a surveySmart grid deployment: from a bibliometric analysis to a survey
Smart grid deployment: from a bibliometric analysis to a survey
 
Use of analytical hierarchy process for selecting and prioritizing islanding ...
Use of analytical hierarchy process for selecting and prioritizing islanding ...Use of analytical hierarchy process for selecting and prioritizing islanding ...
Use of analytical hierarchy process for selecting and prioritizing islanding ...
 
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
 
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
 
Adaptive synchronous sliding control for a robot manipulator based on neural ...
Adaptive synchronous sliding control for a robot manipulator based on neural ...Adaptive synchronous sliding control for a robot manipulator based on neural ...
Adaptive synchronous sliding control for a robot manipulator based on neural ...
 
Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...
 
Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...
 
Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...
 
An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...
 
Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...
 
A review on internet of things-based stingless bee's honey production with im...
A review on internet of things-based stingless bee's honey production with im...A review on internet of things-based stingless bee's honey production with im...
A review on internet of things-based stingless bee's honey production with im...
 
A trust based secure access control using authentication mechanism for intero...
A trust based secure access control using authentication mechanism for intero...A trust based secure access control using authentication mechanism for intero...
A trust based secure access control using authentication mechanism for intero...
 
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbers
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbersFuzzy linear programming with the intuitionistic polygonal fuzzy numbers
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbers
 
The performance of artificial intelligence in prostate magnetic resonance im...
The performance of artificial intelligence in prostate  magnetic resonance im...The performance of artificial intelligence in prostate  magnetic resonance im...
The performance of artificial intelligence in prostate magnetic resonance im...
 
Seizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networksSeizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networks
 
Analysis of driving style using self-organizing maps to analyze driver behavior
Analysis of driving style using self-organizing maps to analyze driver behaviorAnalysis of driving style using self-organizing maps to analyze driver behavior
Analysis of driving style using self-organizing maps to analyze driver behavior
 
Hyperspectral object classification using hybrid spectral-spatial fusion and ...
Hyperspectral object classification using hybrid spectral-spatial fusion and ...Hyperspectral object classification using hybrid spectral-spatial fusion and ...
Hyperspectral object classification using hybrid spectral-spatial fusion and ...
 

Recently uploaded

block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
Kamal Acharya
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
MuhammadTufail242431
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
Kamal Acharya
 

Recently uploaded (20)

block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
 

Energy efficiency in virtual machines allocation for cloud data centers with lottery algorithm

  • 1. International Journal of Electrical and Computer Engineering (IJECE) Vol. 9, No. 1, February 2019, pp. 546~553 ISSN: 2088-8708, DOI: 10.11591/ijece.v9i1.pp546-553  546 Journal homepage: http://iaescore.com/journals/index.php/IJECE Energy efficiency in virtual machines allocation for cloud data centers with lottery algorithm Mehran Tarahomi1 , Mohammad Izadi2 1Kish International Campus, Sharif University of Technology, Iran 2Department of Computer Engineering, Sharif University of Technology, Iran Article Info ABSTRACT Article history: Received Aug 3, 2018 Revised Aug 30, 2018 Accepted Sep 16, 2018 Energy usage of data centers is a challenging and complex issue because computing applications and data are growing so quickly that increasingly larger servers and disks are needed to process them fast enough within the required time period. In the past few years, many approaches to virtual machine placement have been proposed. This study proposes a new approach for virtual machine allocation to physical hosts. Either minimizes the physical hosts and avoids the SLA violation. The proposed method in comparison to the other algorithms achieves better results. Keywords: Cloud data centers Energy Virtual machins Copyright © 2019 Institute of Advanced Engineering and Science. All rights reserved. Corresponding Author: Mehran Tarahomi, Kish International Campus, Sharif University of Technology, Tehran, Iran. Email: tarahomi@ce.sharif.edu 1. INTRODUCTION A cloud is a type of parallel and distributed system consisting of a collection of interconnected and virtualized computers that are dynamically provisioned and presented as one or more unified computing resources based on service-level agreements established through negotiation between the service provider and consumers [1]. Lowering the energy usage of data centers is a challenging and complex issue because computing applications and data are growing so quickly that increasingly larger servers and disks are needed to process them fast enough within the required time period. Green Cloud computing is envisioned to achieve not only the efficient processing and utilization of a computing infrastructure, but also to minimize energy consumption [2]. Improving energy efficiency has become increasingly important in data centers in recent years to cut down the tremendous amounts of electricity consumption. The power dissipation of the physical servers is the root cause of power usage of other systems, such as the cooling systems [3]. Currently, resource allocation in a Cloud data center aims to provide high performance while meeting SLAs, without focusing on allocating VMs to minimize energy consumption. To explore both performance and energy efficiency, three crucial issues must be addressed. First, excessive power cycling of a server could reduce its reliability. Second, turning resources off in a dynamic environment is risky from the QoS perspective. Due to the variability of the workload and aggressive consolidation, some VMs may not obtain required resources under peak load, and fail to meet the desired QoS. Third, ensuring SLAs brings challenges to accurate application performance management in virtualized environments. All these issues require effective consolidation policies that can minimize energy consumption without compromising the user-specified QoS requirements [4].
  • 2. Int J Elec & Comp Eng ISSN: 2088-8708  Energy efficiency in virtual machines allocation for cloud data centers with lottery… (Mehran Tarahomi) 547 To fine the solution to the virtual machine allocation to physical host, three sub-issue should be addressed. The [5] study has divided the main challenges of this problem to three sub-issues. a. When a virtual machine should be migrated? There are two conditions to migration. When a physical host is over-loaded or under-loaded. For this purpose, various algorithms have been introduced. b. Which virtual machine should be migrated? When one physical host is under-loaded, some of its virtual machined should be selected for migration. c. Where virtual machine should be migrated? The destination should be chosen for second’s virtual machines. The virtual machine allocation to physical hosts or the third problem is similar to classic bin packing that is a NP-hard problem. Heuristic algorithms are one of the first methods that attempt to minimize the energy consumption. One of this algorithm’s major problem is their time and are not suitable for big problems, because of their nature these algorithms are not able to search extendable space. One of the other methods for minimizing the energy consumption in data centers is using evolutionary algorithms. Evolutionary algorithms can search better the problem space so that ensures QoS and also reduces the energy consumption. In this paper new approach based on lottery algorithm is proposed for virtual machine allocation to physical hosts. The results show decreasing 31.25 percent in energy consumption in comparison to PSO and genetic algorithms. The purpose of this study is achieving a pattern for virtual machine allocation to physical hosts by lottery algorithm. In other words a new approach for solving the third-issue has been proposed in this paper to minimize the switch on physical hosts and minimize the energy consumption. In the next section the related works has reviewed, the third section describes the problem in detail. The proposed algorithms is proposed in the four section. The evaluation parameters and simulation and the setting for simulation is described in section 5. The analyzing the performance of proposed algorithm is described in section 6, section 7 is conclusion of this study. 2. THE RELATED WORKS The allocation of virtual machines to physical hosts problem is divided to three sub-issues. This section discuss about the previous works for each sub-issues. 2.1. When a virtual machine should migrate? The first issue is related to the migration time of virtual machine to physical host. There are two conditions for this placement. The first condition is when the physical host is over-loaded. In other words when the load of physical host exceeds the determined threshold, to avoid the risk of SLA’s violation because of lake of physical host’s resources, the virtual machine should migrate to other physical host. The second condition is for migrating the virtual machine is when a physical host is under-loaded. When a load of virtual machine decreases its total processing is moved to one switched on physical hosts and switch it off. Existing algorithms for detecting over-load physical host are as follows: 2.1.1. Local regression algorithm The next heuristic is based on the Loess method (from the German l¨oss–short for local regression) proposed by Cleveland [6]. The main idea of the local regression method is fitting simple models to localized subsets of data to build up a curve that approximates the original data. The observations (xi, yi) are assigned neighborhood weights using the tricube weight function shown in (1) (1) 2.1.2. Median absolute deviation algorithm [7] The MAD is a robust statistic, being more resilient to outliers in a data set than the standard deviation. In standard deviation, the distances from the mean are squared leading to large deviations being on average weighted more heavily. This means that outliers may significantly influence the value of standard deviation. In the MAD, the magnitude of the distances of a small number of outliers is irrelevant. For a univariate data set X1, X2, ..., Xn, the MAD is defined as the median of the absolute deviations from the median of the data set:
  • 3.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 9, No. 1, February 2019 : 546 - 553 548 (2) 2.1.3. Local regression robust algorithm The version of Loess described in Section 4.3.2 is vulnerable to outliers that can be caused by leptokurtic or heavy-tailed distributions. To make Loess robust, Cleveland proposed the addition of the robust estimation method bisquare to the least-squares method for fitting a parametric family [6]. This modification transforms Loess into an iterative method. The initial fit is carried out with weights defined using the tricube weight function. The fit is evaluated at the xi to get the fitted values byi, and the residuals bei=yi-byi. At the next step, each observation (xi, yi) is assigned an additional robustness weight ri, whose value depends on the magnitude of bei. Each observation is assigned the weight riwi(x), where ri is defined as in (3). (3) 2.1.4. Interquartile range algorithm [7] In descriptive statistics, the Interquartile Range (IQR), also called the midspread or middle fifty, is a measure of statistical dispersion. It is equal to the difference between the third and first quartiles: IQR=Q3-Q1. Unlike the (total) range, the interquartile range is a robust statistic, having a breakdown point of 25%, and thus, is often preferred to the total range. For a symmetric distribution (i.e., such that the median equals the average of the first and third quartiles), half of the IQR equals the MAD. Using IQR, similarly to (3) the CPU utilization threshold is defined in (4). (4) The known algorithm for detecting under-load physical hosts is single-threshold algorithm [8]. 2.2. Which virtual machine should migrate? The second sub-issue, after determining the migration time, if the physical host is under loaded, the total virtual machines should be migrate until physical host is switched off, and if the physical host is over loaded, it should be identify which virtual machine from physical host should be migrate?. Three policy for selecting the virtual machines to migration [7] in over-load condition is RS, MMT and MC algorithms. 2.2.1. Minimal migration time algorithm [9] The minimum migration time [9] policy migrates a VM v that requires the minimum time to complete a migration relatively to the other VMs allocated to the host. The migration time is estimated as the amount of RAM utilized by the VM divided by the sparse network bandwidth available for the host j [9]. Since the virtual machine with minimum Memory and CPU could migrate faster, so in this policy the small virtual machine are chosen to migration. This policy makes if the more amount of CPU or memory is needed to be free, so a lot of the virtual machines could be migrated. 2.2.2. The random selection policy The random selection [10] policy selects a VM to be migrated according to a uniformly distributed discrete variable. This policy is suitable for the data centers with large number of virtual machines or in other words can be a good job for a public cloud computing center. 2.2.3. The maximum correlation policy [MC] The idea is that the higher the correlation between the resource usage by applications running on an oversubscribed server, the higher the probability of the server overloading [9]. This policy is in contrary to the view point of MMT method. In fact, in this policy, instead of migrating multiple small virtual machines, one large virtual machine is migrated. This causes saving time in packing the virtual machines. 2.3. Where virtual machines should be migrated? The third issue is about where virtual machines should be migrated? After diagnosis migration time and choosing witch virtual machine should be migrated? The third issue determines the destination of each virtual machine. The algorithms are called virtual machine placement algorithm. The large number of virtual
  • 4. Int J Elec & Comp Eng ISSN: 2088-8708  Energy efficiency in virtual machines allocation for cloud data centers with lottery… (Mehran Tarahomi) 549 machines and physical makes the idea of using evolutionary algorithms for virtual machine allocation to physical host problem. Improving energy efficiency has become increasingly important in data centers in recent years. The paper [11] proposed a simulated annealing virtual machine placement algorithm, which is based on simulated annealing theory. Experimental results show that this SA algorithm can generate better results, saving up 25 percentage more energy than First fit decreasing in acceptable time frame. The paper [12] proposes novel self adaptive particle swarm optimization SAPSO algorithm to solve the intractable nature of the mapping the a set of VM instances onto a set of servers from dynamic resource pool so that the total incremental power drawn upon the mapping is minimal and does not compromise the performance objectives. The experimental results of SAPSO was compared with multi-strategy MEPSO and the result show that SAPSO outperforms the latter for power aware adaptive VM provisioning in a large scale, heterogeneous and dynamic cloud environment. 3. RESULTS AND ANALYSIS The problem is mapping the virtual machines to physical hosts, so that each virtual machines is allocated to only one physical host and the minimum number of physical hosts are switched on. In other words, consider the number of virtual machines is M and the number of physical hosts is N (M> N). V is set of virtual machine which Vi is a sample of virtual machine. Also P is set of physical hosts and Pj represents sample of physical host. V={v1,v2,…,vm} P={p1,p2,…,pn} Lets define: Vi cpu : the CPU requirement of Vi Vi mem : the memory requirement of Vi Pj: a physical machine in P Pj cpu : the cpu capacity of pj Pj mem : the memory capacity of pj Pj wcpu : the total CPU workload on pj Pj wmem : the total memory workload on pj Vpj: the set of virtual machines assigned to physical machine pj Vpj={pj1, pj2,…, pjm} The utilization rate of the CPU in physical server pj is : 𝜇𝑗 = 𝑃 /𝑃 The energy consumption of physical server pj when its CPU usage 𝜇𝑗 is: 𝐸 𝑝 = 𝑘 . 𝑒 + 1 − 𝑘 . 𝑒 . 𝜇 When kj is the fraction of energy consumed when pj is idle; ej max is the energy consumption of physical server pj when it is fully utilized; and 𝜇 is the CPU utilization of pj. The purpose of this study allocating physical hosts to each virtual machine according to above Equations, so that the energy consumption is reduced. 4. PROPOSED METHOD In this section the proposed method is described so that at the first the preliminary description of lottery algorithm is given, then the method for virtual machines to physical hosts with proposed method is proposed. 4.1. Introduction to lottery algorithm In computing, scheduling is the method by which work specified by some means is assigned to resources that complete the work. The work may be virtual computation elements such as threads, processes or data flows, which are in turn scheduled onto hardware resources such as processors, network links or expansion cards. A scheduler is what carries out the scheduling activity. Schedulers are often implemented so they keep all computer resources busy (as in load balancing), allow multiple users to share system resources effectively, or to achieve a target quality of service. Scheduling is fundamental to computation itself, and an
  • 5.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 9, No. 1, February 2019 : 546 - 553 550 intrinsic part of the execution model of a computer system; the concept of scheduling makes it possible to have computer multitasking with a single central processing unit (CPU). A scheduler may aim at one of many goals, for example, maximizing throughput (the total amount of work completed per time unit), minimizing response time (time from work becoming enabled until the first point it begins execution on resources), or minimizing latency (the time between work becoming enabled and its subsequent completion) maximizing fairness (equal CPU time to each process, or more generally appropriate times according to the priority and workload of each process). In practice, these goals often conflict (e.g. throughput versus latency), thus a scheduler will implement a suitable compromise. Preference is given to any one of the concerns mentioned above, depending upon the user's needs and objectives. In real- time environments, such as embedded systems for automatic control in industry (for example robotics), the scheduler also must ensure that processes can meet deadlines; this is crucial for keeping the system stable. Scheduled tasks can also be distributed to remote devices across a network and managed through an administrative back end. 4.2. The proposed method for virtual machine allocation with lottery algorithm In the proposed method a new method based on lottery algorithm has been proposed for virtual machine allocation to physical hosts. The advantage of proposed algorithm in comparison to previous algorithm is more agility and high speed. In this research a new method based on lottery algorithm and with evolutionary vision has been proposed. The proposed method steps: a. First step: producing N different solutions. The functions of producing initialize solutions have proposed in the following. b. Second step: The fitness function is calculated for every single solutions. c. Third step: for every solution a ticket is assigned based on the fitness function. d. Forth step: one parameter for win rate is used in this algorithm, determines what percentages of solutions moved to the next step. The lottery operation is done in this step and solutions with more tickets has more chance to go to the next step. In this step with notice to win rate, the lottery algorithm repeats and some solutions has been selected for next step. For example if the win rate equals to 70 percent, 70 percent of current solutions are selected to move to the next step and 30 percent of initialize solutions new solutions are created. e. Fifth step: The end condition or the number of iterations of algorithm is checked. If the condition is fulfilled the best solution will be chosen otherwise go to the second step. The problem formulation and production of initialize solutions As described in the previous sections, the virtual machine allocation is an optimization solution for decreasing energy consumption. The set of virtual machine is as follows: V={v1,v2,…,vm} [m presents the total number of virtual machines] The set of physical hosts is as follows: H={H1,H2,..Hn} [n presents the total number of physical hosts] Some of the restrictions are as follows: 1 A virtual machine can only assigned to one physical host. 2 For solving the virtual machine allocation to physical hosts, each answer is assumed as a participation in lottery algorithm. As shown in Figure 1, the array index represents of virtual machine’s number, and the input number represents the physical host’s number which the mentioned virtual machine to be placed on this physical host. In other word if the input number if index i equals to j, means virtual machine[i] is placed on physical host[j]. Sample of solution for proposed algorithm as shown in Table 1. Table 1. Sample of Solution for Proposed Algorithm VMn......VM3VM2VM1 Hostn…...Host3Host2Host1
  • 6. Int J Elec & Comp Eng ISSN: 2088-8708  Energy efficiency in virtual machines allocation for cloud data centers with lottery… (Mehran Tarahomi) 551 Figure 1. The proposed algorithm’s flowchart 5. SIMULATION The Cloudsim is used to evaluate and analyzing the proposed algorithm’s performance. This simulator is a toolkit in java language which is used to simulate cloud environment. The toolbox contains set of several classes, designed by A. Belogazov et al in 2013 [5]. The following scenarios are used for simulating the proposed algorithm. The simulated data center comprised 800 heterogeneous physical nodes, half of which were HP ProLiant ML110 G4 servers, and the other half consisted of HP ProLiant ML110 G5 servers. The characteristics of the servers and data on their power consumption are given in Section 4.2.2. The frequencies of the servers’ CPUs were mapped onto MIPS ratings: 1860 MIPS each core of the HP ProLiant ML110 G5 server, and 2660 MIPS each core of the HP ProLiant ML110 G5 server. Each server had 1 GB/s network bandwidth. In this paper, the proposed method is studied in terms of energy efficiency and the violation of SLA 6. PERFORMANCE EVALUATION In this study a method for virtual machine allocation to physical hosts has been proposed. As mentioned in the previous sections, there are three sub-issues in a cloud data center, also affect to each other. Four common methods MAD, IQR, LR, LRR on the question of "When a migration should be done?” and three most widely used method MMT, RS, MC for the sub-issue on “which virtual machine should be select for migration" are simulated). The proposed algorithm as a solution for third sub-issue on “where virtual machine should be migrate?" has been proposed. Reducing energy consumption requires to best solutions for each sub-issues. Actually the solution for every sub-issues effects on the final solutions, and it is important that the proposed algorithms is with following of which algorithms. This study analyses the performance of the proposed algorithm with over-load detection algorithms and the virtual machine selecting algorithm. In order to obtain the best solution for optimization of energy consumption the combination of algorithms [the best algorithms for each sub-issues] is important factor. The Figure 2 shows energy consumption in different combination of algorithms. The vertical axis of diagram shows the energy consumption in w/h and the horizontal axis shows different combinations of methods for each sub-issue. As shows in Figure 1, the minimum amount of energy consumption is for Proposed/LR/MC with 11 w/h. The behavior of three algorithm in combination of VM selection/Host overload detection/Host under-load detection algorithms are a little similar, for example the maximum
  • 7.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 9, No. 1, February 2019 : 546 - 553 552 amount of energy consumption is related to LRR/RS. In the 12 different combinations, the proposed algorithm performs better than GA and PABFD algorithm. The Figure 2 shows the four points of the most minimum of energy consumptions in Figure 2. The Figure 3 shows that the proposed algorithm has the minimum amount of energy consumption and the policy of using MC algorithm in virtual machine selection makes the results better. In addition the MC policy has better performance in reducing energy consumption in comparison to RS or MMT policy. Figure 4 shows the performance of proposed algorithm. GA, PABFD during 10 rounds, in term of the violation of the SLA. The vertical axis shows the violation of SLA in percentage and the horizontal axis shows the algorithms of each sub-issues. As shown in Figure 2 the minimum number of violation of SLA is for LRR/MC for proposed, GA and PABFD algorithms. The proposed algorithm with 0.37 number is in the third place. Among 12 different states, the proposed algorithm performed best in 5 states in comparison on the other algorithms. Figure 5 shows the violation of SLA for the most minimum numbers of energy consumption methods. As shown in Figure 4 and Figure 5, the violation of SLA decrease by MC policy. As a result of the comparison of Figures 2 and Figure 3, the energy consumption and the violation of SLA are related inversely. The violation of SLA for proposed algorithm is more than the other algorithms but the difference is 0.09 percentage and is very little and can be ignored. Figure 2. The energy consumption Figure 3. The four minimum points of energy consumption Figure 4 Overall SLA violation Figure 5. The violation of SLA for the most minimum energy consumption for Scenario C 7. CONCLUSION As shown in Figures 1-4 the proposed algorithm has the minimum amount of energy consumption in collaborative with LR algorithm for over-load detection algorithm and MC algorithm for selecting the virtual machine, but the minimum amount for the violation of SLA is with collaborative with LRR algorithm for over-load detection algorithm and MC algorithm for selecting the virtual machines. As is clear, the best policies are LR/MC. The proposed algorithm has improved the energy consumption about 31.25 percent.
  • 8. Int J Elec & Comp Eng ISSN: 2088-8708  Energy efficiency in virtual machines allocation for cloud data centers with lottery… (Mehran Tarahomi) 553 REFERENCES [1] Buyya, Rajkumar, Chee Shin Yeo, and Srikumar Venugopal, "Market-Oriented Cloud Computing: Vision, Hype, and Reality for Delivering It Services As Computing Utilities," High Performance Computing and Communications, 2008. HPCC'08. 10th IEEE International Conference on. IEEE, 2008. [2] Buyya, Rajkumar, Anton Beloglazov, and Jemal Abawajy. "Energy-efficient Management of Data Center Resources for Cloud Computing: A Vision, Architectural Elements, and Open Challenges." arXiv preprint arXiv:1006.0308, 2010. [3] Wu, Yongqiang. "Energy Efficient Virtual Machine Placement In Data Centers", 2013. [4] Energy-aware Resource Allocation Heuristics for Efficient Management of Data Centers for Cloud computing Anton Beloglazov, Jemal Abawajy, Rajkumar Buyya. [5] Beloglazov, A., “Energy-efficient Management Of Virtual Machines In Data Centers for Cloud Computing,” Submitted in Total Fulfilment of the Requirements of the Degree of Doctor of Philosophy, Department of Computing and Information Systems The University Of Melbourne, 2013. [6] Guenter, B., Jain, N., & Williams, C., “Managing Cost, Performance, and Reliability Tradeoffs for Energy-aware Server Provisioning,” In INFOCOM, 2011 Proceedings IEEE, pp. 1332-1340, IEEE, April, 2011. [7] Beloglazov, A., & Buyya, R., “Optimal Online Deterministic Algorithms and Adaptive Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in Cloud Data Centers,” Concurrency and Computation: Practice and Experience, 24(13), 1397-1420, 2012. [8] Beloglazov, Anton, and Rajkumar 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 System, vol. 24, no. 7, 1366-1379, 2013. [9] Beloglazov, Anton, and Rajkumar Buyya. "Optimal Online Deterministic Algorithms and Adaptive Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in Cloud Data Centers." Concurrency and Computation: Practice and Experience, vol. 24, no. 13 pp. 1397-1420, 2012. [10] Beloglazov, Anton, and Rajkumar Buyya, "Adaptive Threshold-Based Approach for Energy-Efficient Consolidation of Virtual Machines in Cloud Data Centers," Proceedings of the 8th International Workshop on Middleware for Grids, Clouds and e-Science. Vol. 4, ACM, 2010. [11] Wu, Yongqiang, Maolin Tang, and Warren Fraser. "A Simulated Annealing Algorithm for Energy Efficient Virtual Machine Placement." 2012 IEEE International Conference on Systems, Man, and Cybernetics (SMC), IEEE, 2012. [12] Jeyarani, Rajarathinam, N. Nagaveni, and R. Vasanth Ram. "Design and Implementation of Adaptive Power-Aware Virtual Machine Provisioner (APA-VMP) Using Swarm Intelligence." Future Generation Computer Systems, vol. 28, no. 5, 811-821, 2012.