Next Article in Journal
Estimation of Shallow Sulphur Deposit Resources Based on Reflection Seismic Studies and Well Logging
Previous Article in Journal
Optimal Variable Renewable Energy Generation Schedules Considering Market Prices and System Operational Constraints
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Review

A Systematic Review of Energy Management Strategies for Resource Allocation in the Cloud: Clustering, Optimization and Machine Learning

by
Stanly Jayaprakash
1,
Manikanda Devarajan Nagarajan
2,
Rocío Pérez de Prado
3,*,
Sugumaran Subramanian
4 and
Parameshachari Bidare Divakarachari
5
1
Department of CSE, Mahendra Institute of Technology, Namakkal 637503, Tamil Nadu, India
2
Department of Electronics and Communication Engineering, Malla Reddy Engineering College (Autonomous), Secunderabad 500100, Telangana, India
3
Telecommunication Engineering Department, University of Jaén, 23700 Jaén, Spain
4
Department of ECE, Vishnu Institute of Technology, Bimavaram 534202, Andhra Pradesh, India
5
Department of Telecommunication Engineering, GSSS Institute of Engineering and Technology for Women, Mysuru 570016, Karnataka, India
*
Author to whom correspondence should be addressed.
Energies 2021, 14(17), 5322; https://doi.org/10.3390/en14175322
Submission received: 6 July 2021 / Revised: 21 August 2021 / Accepted: 24 August 2021 / Published: 27 August 2021
(This article belongs to the Section F: Electrical Engineering)

Abstract

:
Nowadays, many organizations and individual users are employing cloud services extensively due to their efficiency, reliability and low cost. A key aspect for cloud data centers is to achieve management methods to reduce energy consumption, increasing the profit and reducing the environmental impact, which is critical in the deployment of leading-edge technologies today such as blockchain and digital finances, IoT, online gaming and video streaming. In this review, various clustering, optimization, and machine learning methods used in cloud resource allocation to increase the energy efficiency and performance are analyzed, compared and classified. Specifically, on the one hand, we discuss how clustering methods and optimization techniques are widely applied in energy management due to their capacity to provide solutions for energy consumption reduction. On the other hand, we study how multi-objective optimization methods focus on reducing energy consumption as well as service level agreement (SLA) violation, and improving quality of services (QoS) simultaneously. Also, we discuss how optimization methods such as the firefly algorithm, whale optimization algorithm (WOA), particle swarm optimization (PSO) and genetic algorithm (GA) provide the highest performance in the field. Moreover, we analyze how machine learning methods such as deep neural network (DNN), random forest, and support vector machine (SVM) are applied to the prediction of energy consumption in the cloud, showing an accurate performance in this prediction. Nevertheless, we study how the existing methods still have limitations of low convergence, trap into local optima and overfitting.

1. Introduction

Cloud computing is an important platform for providing reliable and secure services and it is considered by many organizations as well as individual users due to its reliability, cost and scalability [1,2,3]. Especially in IT services, cloud computing is the predominant approach to reduce costs for computing consumers. This approach influences the method and technology used for processing, constructing and managing IT within the enterprise and the service provider. Particularly, cloud computing encompasses four main entities such as virtual machines (VM), physical machines (PM), resource allocators and clients. Clients request access to resources such as CPU, memory and physical memory to the cloud, and the cloud provides the services and the resources for the users based on the SLA to perform the user task [4,5]. Typically, VMs are allocated in PMs in the cloud to provide the services to the users. VMs require the estimation needed to provide the given workloads and QoS to improve the resource efficiency and reduce the cost [6]. Data centers hosting the cloud services require massive power, contributing high carbon footprints to the environment. Thus, energy consumption reduction is required in the cloud data centers to improve the profit for the cloud service provider (CSP), and reduce cost to the users and environmental impact [7,8].
Moreover, a trade-off solution for low energy consumption and high performance is required to achieve dynamic consolidation of VMs. The PM utilization must be kept low to reduce the overloading of hosts for future resource needs [9,10]. This causes poor resource utilization and underutilization servers consume more energy. The VM migration is a solution to the problem and an optimal level of performance needs to be selected to save energy [11,12]. Typically, cloud consumers are billed for used resources and time, not the consumed energy in the cloud services and thus the CSP needs to reduce the energy consumption in the infrastructure to increase the profit [13,14]. Hence, the energy consumption must be reduced while maintaining the QoS to support green cloud computing [15].
Part of this research is focused on the analysis of the relation between the cloud resources (CPU, RAM and disk) to energy consumption [16,17,18], and SLA violation [19,20]. A mathematical model describes the network activity that helps to apply the optimization methods and provide an effective solution to reduce the energy consumption. Generally, there are three types of method applied in the cloud data center to reduce the energy consumption, namely clustering, optimization and machine learning. The clustering methods are usually applied to cluster the workloads to reduce the energy consumption and SLA violation for the resource allocation in the cloud data center. For example, the SCOOTER [21] method is applied to maintain the trade-off between the energy consumption, SLA and QoS. The k-means clustering methods [22,23,24,25] are the commonly applied methods for the resource allocation in cloud data centers. The hybrid method of k-means, imperialist competition algorithm (ICA) and decision tree methods are applied in the cloud to provide effective performance in resource allocation [22]. Two real cloud datasets were used to test the hybrid method and results showed that the hybrid method has higher performance in resource allocation. The main limitation of k-means clustering is the random allocation of the cluster center and k-means ++ method is applied to overcome this problem.
The optimization methods [26,27,28,29,30,31,32,33,34] are the most commonly applied techniques in the cloud data center to reduce the energy consumption and SLA violation. The optimization methods analyze the cloud parameters of mathematical models and provide an effective solution for the energy consumption. The firefly algorithm [27], whale optimization algorithm [28], heuristic method [29], and cat swarm optimization [30] are applied in the cloud for resource allocation, energy consumption, VM migration, SLA and QoS. These optimization methods focus on the single-objective of resource allocation, energy consumption and SLA violation. However, the models need to focus on the multi-objective that also includes improvement in QoS, simultaneously along with reduction in energy consumption, and SLA violation. Therefore, multi-objective optimization methods [32,33,34,35,36,37] are applied to simultaneously improve the QoS, to reduce energy consumption and to decrease SLA violation. The NSGA-II is one of the notable optimization methods used in the cloud data centers, which provides effective performance. The NSGA-II with ANN [33] was applied to handle the cloud resource and it delivered an effective performance. The IBBO method [36] showed effective performance in energy consumption, resource load balance, average resource utilization and availability. Therefore, optimization methods are important in the cloud data center to provide effective solutions and the multi-objective optimization methods handle the trade-off between various parameters.
Another taxonomy in the cloud energy consumption is the machine learning methods [38,39,40] and this is applied to predict higher energy consumption and SLA violation. The resource allocation is provided based on the predicted results of the machine learning to avoid higher energy consumption and SLA violation. The commonly applied machine learning methods are the support vector machine (SVM) [38,39] and deep neural network (DNN) [40]. The DNN model shows better prediction performance compared to the SVM. Machine learning models require the historical data to train the network and apply it for the classification. Some research involves applying the machine learning and optimization model for resource allocation, which results in a highly effective performance.
Hence, three types of model are used for energy management in the cloud resource allocation: clustering, optimization and machine learning. Each strategy follows different ways to reduce the energy consumption, such as clustering methods, which select the cluster heads, optimization that finds the suitable parameter settings, and machine learning techniques, which predict the risk of high energy consumption. Existing surveys are unclear about the cluster, optimization and machine learning taxonomy in cloud energy management and its suitability in the cloud environment. This study discusses the advantages and limitations of models in the cloud energy management for resource allocation.
Optimization methods apply energy models and perform the search for various input parameters like VM migration, resource allocation, etc. to find suitable parameter settings for lower energy consumption. On the other hand, clustering methods involve selecting the cluster heads for the similar tasks and nodes to perform the task with less energy consumption. The clustering methods do not perform a search process or change the input variable for cloud energy consumption. Machine learning models utilize the features of the cloud parameters for training the model and predict the risk of high energy consumption in the future. Basically, optimization methods perform a search to find suitable input parameters, clustering models select cluster heads to perform tasks, and machine learning models are used for prediction of high energy consumption risk.
The recent increase in the number of cloud applications such as streaming services, database management, digital finances, and cloud gaming motivates many researchers to work in the fields of energy management and VM allocation in the cloud. Various methods are applied in the cloud data centers for the optimization of energy consumption. Various strategies of models were carried out to optimize the cloud data centers in terms of energy and SLA. The contributions of this paper are discussed as follows:
  • This paper reviews the recent methods in the clustering, optimization and machine learning in energy management for resource allocation in the cloud. Various models’ advantage and limitations in cloud environment are discussed.
  • Various optimization models applied in existing cloud for energy management and their limitations are reviewed. The review shows that most of the optimization models suffer from local optima and poor convergence.
  • This paper focuses not only on energy consumption, but also on SLA violation and QoS, simultaneously. The review shows that multi-objective optimization models handles the better tradeoff in the output parameters.
  • A review of machine learning models shows that DNN often provides the higher prediction performance and thus, it has the capability of predicting risk of high energy consumption.
  • Limitations in the existing methods are discussed in this study. Furthermore, this review provides the potential solution to overcome such limitations in the cloud energy management.
This paper is organized in the following manner: applications of energy consumption in cloud data centers are described in Section 2; a review of the energy consumption by clustering, optimization and machine learning models is discussed in Section 3; the recent methods of energy management in cloud are reviewed in Section 4; the problem definitions of the existing methods are provided in Section 5; the future scope of the research are given in Section 6; and the conclusion is stated in Section 7.

2. Applications of Energy Consumption in Cloud Data Centers

The optimization, clustering and machine learning methods applied in cloud data centers are required in many applications to fulfill the objectives of energy consumption reduction, SLA violation reduction and QoS improvement, etc. Some of the important and recent applications which are now in demand are discussed below.
  • Streaming services like Netflix, Amazon Prime etc., are providing users with flexible streaming and QoS. Streaming services require the optimization method to provide the optimal parameter settings such as resource allocation, bandwidth limit etc., to provide effective performance and reduce energy consumption [8]. Machine learning methods are required in the streaming services to provide the effective resource allocation to fulfill high demand, and high energy consumption in the cloud.
  • Large companies such as Amazon, Microsoft, Facebook and Google are deploying their cloud for the public cloud infrastructure [2]. Optimization methods are applied in this cloud to handle the energy consumption and demand.
  • Diverse works [5,10] show that cloud services such as Amazon Web Services (AWS) Elastic Compute cloud (EC2), Microsoft’s Photo Gallery face recognition, Facebook automatic face tagging, Google glass object recognition, and Google Goggles required an energy optimization model to improve the performance.
  • Furthermore, machine learning methods are applied in the cloud services for the detection of attacks such as distributed denial of services (DDoS), and blocking the victim infrastructure, to protect the users [2].
  • The Internet of Things (IoT) is one of the fastest developing fields and highly adaptive in many industries for monitoring and control [3,5]. IoT stores and processes the data in cloud computing to provide excellent performance. Energy optimization in cloud-IoT is required in the industry to provide ideal performance and profit [3].
  • Generally, cloud computing provides three types of service known as software as a service (SaaS), platform as a service (PaaS), and infrastructure as a service (IaaS) [4,6]. Optimization methods are required in all these three types of services for the resource allocation, energy consumption and SLA violation.
  • Blockchain and digital finances are leading technologies today, which are currently limited by the huge energy required in many implementations with a high economic impact [4,6].

3. Review of Energy Consumption in Cloud Data Centers

Energy optimization in cloud data centers helps to increase the profit for the cloud service providers (CSP) and also reduce the cloud cost for the users and environmental impact. Important energy optimizations in the cloud are based on the CPU, storage, disk and VM allocation for the users and they are considered in this work. Specifically, the more extended techniques applied for the energy management in the cloud are clustering, optimization, and machine learning techniques. The difference from the existing survey and the current summary is provided in Table 1, which highlights the current importance of this work.
The common key objectives of the methods applied in energy management in the cloud are discussed as follows:
  • Clustering techniques are mainly applied to select the cluster head or similar types of workload to effectively apply the resources to the users. The clustering method recognizes a similar group of workloads and analyses the resource availability for the resource allocation.
  • Optimization methods involve in the analysis of the network parameters such as CPU, RAM and disk availability related to the energy consumption and SLA for the allocation. Optimization methods are used as an attempt to find the solution for the allocation based on objective rather than similar types of workload.
  • Machine learning methods involve identifying the risk factors such as high energy consumption or high SLA violation based on the historical data. These prediction results were used to avoid the high energy consumption and high SLA violation in the cloud resource allocation.
The energy management can be classified as static and dynamic energy management. Machine learning models are applied in static energy management based on the cloud data centers’ historical data. The dynamic energy management is classified into component-based and node-based models. The component-based models apply optimization methods to find suitable parameter settings for a cloud component. The node-based models involve in applying a clustering method to find similar nodes to perform the task with less energy consumption. The clustering methods involved in the allocation of the resources are based on node data. The optimization methods focus on the reduction of energy consumption, SLA violation, and improve the QoS. The machine learning methods help to make the decision of the allocation based on the past network data to provide effective allocation. The proposed taxonomy of the methods for energy management in the cloud is shown in Figure 1.
In static energy management, machine learning-based models are suffering from the overfitting and imbalance data problem in the risk prediction. A deep learning model generates more features that create overfitting problems and fewer instances for high energy consumption in the dataset creates an imbalance data problem. In dynamic energy consumption, optimization methods easily trap local optima and poor convergence. The clustering methods have random cluster heads that affect the performance of the model.

3.1. Static and Dynamic Energy Model

Before going into the insights of energy consumption in resource allocation, it is key to present the considered energy models. In this sense, it must be said here that logic circuits of complementary metal oxide semi-conductor (CMOS) power consumption are used to derive the static and dynamic energy consumption. The CMOS microprocessor is the sum of capacitive power and leakage power of a short-circuit. The factors that affect the CMOS power consumption are power-dissipation capacitance, output loading, input voltage level, input rise time, and output voltage.
CMOS power consumption is classified as:
  • Static Power Consumption
  • Dynamic Power Consumption
Static Power Consumption: Generally, CMOS devices have low static power consumption and circuits are not in the charging state due to all the input detained at a certain logic level of validity, which commonly occurs in CMOS power consumption. A leakage current is the main cause of power consumption and the product of supply voltage S v and leakage current L c is static power consumption P s t a t i c , as given in Equation (1).
P s t a t i c = ( L c × S v )
Dynamic Power Consumption: This occurs by the CMOS shifting to high frequency. Dynamic power consumption P d y n a m i c denotes the power consumption of capacitive-load P c l , the sum of transient power consumption P t and overall power consumption, as given in Equation (2) [43,44,45].
P d y n a m i c = ( P T r a n s i e n t + P c l )
Transient power consumption P T r a n s i e n t denotes the current flow that occurs in switching transistors devices that switch from one logic state to another state. This requires charging of internal nodes and current flow from the voltage common collector (VCC) to ground (GND). The P T r a n s i e n t is calculated using Equation (3).
P T r a n s i e n t = ( C p d × V c c 2 × f i n × N s w )
Transient power consumption is denoted as P T r a n s i e n t , supply voltage is denoted as V c c , input signal frequency is denoted as f i n , number of bits to be switched is denoted as N s w , capacitance of dynamic power-dissipation is denoted as C p d . If they are switching and output has the same load at same output frequency, then capacitive load power consumption P c l is measured using Equation (4),
P c l = ( C 1 × V c c 2 × f 0 × N s w )
where power consumption of capacitive load power is denoted as P c l , the frequency of output signal is denoted as f 0 , the load capacitance is denoted as C l , and the number of output switching is denoted as N s w . The energy consumption of an application ( E a p p ) in parallel execution mode is given in Equations (5) and (6).
E a p p = i = 1 n ( A C v i 2 f × t i )
E a p p = i = 1 n ( a v i 2 × t i )
where A is the number of switches per clock cycle, frequency is denoted as f , total number of tasks to be executed is denoted as n , the product of number of switch and frequency is denoted as a , the supply voltage is denoted as v i , the total time taken for i task execution is denoted as t i .

3.2. Energy Consumption

Energy consumption is computed in cloud data centers based on the CPU, memory and disk storage [16,17,18]. Energy consumption is usually calculated based on the CPU utilization in the cloud. The linear model is one of the most common energy consumption models that involves measuring the linear correlation between the energy consumption and CPU utilization. The energy consumption E C definitions are given in Equations (7) and (8) based on the k t h server with static coefficient ρ at time t . The energy consumption of server H k in the process is denoted in Equation (8).
E C k ( t ) = { ρ × E C k f u l l i f   H k   i s   i d l e E C k i d l e + ( 1 ρ ) × E C k f u l l × U k ( t ) i f   H k   i s   b u s y
E C k = t 0 t 1 E C k ( t ) d t
where P C k denotes the power consumption by the k th server. The CPU utilization changed at time t according to independent variable U of workload. Then, the mathematical Equation (9) is used to compute the total energy consumption of a cloud data center with s nodes as follows:
E C = k = 1 s x k E C k
where, x k = { 0 i f   t h e   H k   i s   s h u t d o w n 1 o t h e r .

3.3. Service Level Agreement (SLA) Violation

The SLA is used to define QoS in the cloud datacenters and this measures the services provided to the users [16,19,20]. If a user places excessive demands on the data centers, an SLA violation occurs. The computer performance is significantly reduced if a host is re-signed. The VM migration process consumes additional resources. The system availability and reliability are measured in the degree of SLA violation. Various metrics are used to measure SLA violation, as shown in Equations (10)–(12).
S L A V = S L A P A H × S L A P D M
S L A T P A H = 1 N t i = 1 N T t i f T t i a
where N defines the number of servers, total active time is host t as T t i a , and total time host t i provides full load as T t i f .
S L A P D M = 1 m j = 1 m C j d C j r = 1 m j = 1 m 0.1 × C j C j r
where m defines the number of VM in data center, the CPU total time requirement r capacity (in MIPS) during the life cycle of VM j as C j r that decrease d in performance due to VM j migration as C j d . Generally considered as the VM migration reduces the 10% of CPU computing power. The C j is defined as CPU power of VM j .

3.4. Clustering Method in Energy Management

Some researchers apply the clustering method for the cloud data centers to the energy efficiency in resource allocation. This sub-section provides the details of the clustering methods applied to the energy consumption in the cloud. The overview of the clustering method in energy management is shown in Figure 2.
Gill and Buyya [21] proposed a method named as SCOOTER for the self-management of cloud resources and the execution of cluster workloads to minimize the energy consumption, SLA violation and improve the QoS of the services. The performance of the SCOOTER method is evaluated in the cloud environment and analyzes the metrics of cost, energy consumption, and QoS. The result shows that energy consumption and SLA violation is reduced, and increased the QoS based on optimal allocation of VM. The random initialization of the SCOOTER clustering method affects the performance of the developed method in energy optimization.
Shahidinejad et al. [22] presented a hybrid solution to handle the resource allocation for a workload in the cloud environment. The k-means clustering and ICA method is applied to the resource allocation. The decision tree method also applied in this research to decide the efficient solution for the resource allocation. The two real workloads in the cloud are used to test the efficiency of the hybrid method. The hybrid method has higher performance in optimization of cloud. The model performance is tested on the less workload and decision tree method has instable performance.
Haghighi et al. [23] introduced a hybrid method of resource allocation for mapping task and dynamic consolidation. The micro-genetic algorithm is applied to improve the performance of the optimization in the clustering process. The CloudSim simulation is used to test the performance of the developed method for energy efficiency. The developed method provides a good trade-off between the energy consumption and quality of services (QoS). The clustering method has the random initialization and optimization method has lower convergence in the analysis.
Mydhili et al. [24] proposed multi-stage parallel K-means ++ clustering algorithm with balanced clustering for energy efficiency in the cloud. Various conventional methods were applied for the data collection, aggregation and communication. The NS2 tool was used to test the efficiency of the developed method. The clustering method had the highest performance in energy efficiency and cloud management. The parameters such as CPU, storage, and VM migration were not considered for the optimization.
Haseeb et al. [25] presented the Secure Sensor Cloud Architecture (SASC) for IoT network to improve the network scalability. The unsupervised machine learning was applied to group the network nodes and exploit weighted based centroid networks. The NS3 tool was used to develop and test the performance of the SASC method in the cloud. The SASC method has higher efficiency in terms of energy consumption, network lifetime and packet drop ratio. The SLA and QoS parameters are not considered in this method for the optimization in the cloud.

3.5. Energy Optimization in the Cloud

Evolutionary optimization methods were applied in the cloud to reduce the energy consumption and SLA violation. Some researchers have been involved in applying the multi-objective optimization to reduce energy consumption, SLA violation and improve the QoS of the cloud. The overall model of the energy optimization in the cloud is shown in Figure 3.
Alarif and Tolba [26] proposed a reinforcement method of adaptive Q-learning (AQL) to reduce the energy and overhead tradeoff in the IoT network. The AQL method selects the cluster head and perform a forward selection in the network. AQL improve the inter and intra communication cluster for optimization of the network. The simulation shows that the AQL has the highest efficiency in the optimization of the network in terms of energy consumption. Priya et al. [27] proposed the energy-efficient cloud-based IoT and the wind-driven optimization method is applied to reduce the energy consumption. The firefly algorithm is applied to select the optimal cluster head in the method. The developed method has higher performance compared to the artificial bee colony (ABC), genetic algorithm (GA), and adaptive gravitational search algorithm.
Peng et al. [28] presented the whale optimization method for the optimal task workflow scheduling process for the dynamic scaling and frequency scaling technique. The joint optimization involves providing a tradeoff between the energy consumption and performance of the network. The WOA method has higher efficiency in terms of energy consumption and cost. Yadav et al. [29] proposed an adaptive heuristic method for the minimization of the energy consumption and improving the performance. The developed method analyzes the CPU utilization based on the resource utilization, VM selection and SLA violation. The developed method was tested in the CloudSim and PlanetLab cloud simulation tools. The developed method has higher efficiency in terms of energy consumption and SLA.
Zhou et al. [30] proposed two adaptive energy aware algorithms for reducing the energy consumption and improving QoS of the cloud data centers. The developed method considers the CPU utilization, memory and VM allocation in the model. The PlanetLab VM is used to test the efficiency of the developed method. The results show that the developed method has the highest performance in the analysis compared to existing methods. Goyal et al. [31] applied various optimization methods such as the whale optimization algorithm (WOA), cuckoo search algorithm (CSA), BAT, cat swarm optimization (CSO), and particle swarm optimization (PSO) for the energy efficiency, load balancing, and better resource allocation in the cloud environment. The developed WOA method has the highest efficiency compared to the other optimization method.
Reddy et al. [32] introduced a bi-objective optimization technique to increase the energy efficiency and performance of data-parallel processing. The global parent optimal is applied to increase the efficiency of the optimization. The developed method has highest efficiency in the optimization of energy and performance. Sofia and Ganesh Kumar [33], proposed the non-dominated sorting genetic algorithm (NSGA-II) and artificial neural network (ANN) to reduce the energy consumption and improve the efficiency of the cloud. The developed method presented the multi-task solution effectively that improves the performance of energy management.
Azizi, et al. [34] presented a heuristic algorithm focused on energy consumption and resource wastage in the cloud. The proposed MinPR method prioritizes the power-efficient nodes and reduces the number of active physical machines to reduce the energy consumption. The resource usage factor model is developed to manage VM allocation using reward and penalty method. The heuristic algorithm has the highest efficiency in Amazon EC2 in terms of energy. Abohamama and Hamouda et al. [35] proposed a improved permutation-based GA method and a multidimensional resource aware best fit allocation strategy to reduce the energy consumption in the cloud. The CPU, RAM and bandwidth were considered in this method for the resource allocation. The result shows that the hybrid method achieves the balanced usage of the active user that reduces the energy consumption. Liu et al. [36] consider four objectives for the virtual clusters to reduces the energy consumption and improve the performance. The four objectives are energy consumption, resource load balance, average resource utilization and availability. The improved binary biogeography-based optimization (IBBO) method is applied to improve the performance in the cloud. The IBBO method has the highest efficiency in optimization in terms of energy consumption. Saeedi et al. [37] proposed Multi objective PSO method consider four parameters such as energy, cost, makespan and reliability. The non-dominated solutions can apply to the multi-objective PSO in equilibrium state. The results show that the multi-objective PSO has the higher efficiency in optimization of the cloud.
The firefly algorithm, GA, PSO, and WOA provide efficient performance in optimization in terms of energy consumption. Existing optimization methods have the limitation of lower convergence and easily trap local optima.

3.6. Machine Learning Methods in Energy Management

Machine learning methods have been applied in the cloud to predict the energy consumption and allocate the resource based on this prediction. The overall flow of the machine learning model in the energy consumption in the cloud is given in Figure 4.
Junaid et al. [38] proposed CSO and SVM methods for the load balancing algorithm in cloud to reduce the energy consumption. The file type is classified in the cloud and SVM is applied to classify the files one by one. The CSO method is applied to distribute the files based on the load on VM to reduce the energy and increases the performance. Simulation results show that CSO method has higher performance in energy efficiency. The SVM method has the limitation of lower performance in handling the imbalance data.
Shapi et al. [39] proposed SVM, ANN and k-NN methods for the prediction model of energy in the Microsoft-Azure cloud-based machine learning method. The model was tested in the real time data and result showed that prediction had higher performance in energy management. The feature analysis in the prediction model had the lower performance that affects the performance of the method. Susac et al. [40] applied DNN, Rpart regression, and random forest to predict the energy consumption in the Croatian Public Sector building. The DNN model has the highest performance in the prediction and VM allocation in the cloud. The DNN method has the limitation of the overfitting problem that affects the performance of the model. The general architecture of DNN that it is implemented in the prediction of network energy consumption as shown in Figure 5.
Figure 5 shows the structure of DNN with neurons and various layers for the prediction of energy consumption. The input features were applied to the input node in DNN and the input value is passed to the layers with weight and bias. The softmax layer is applied on the output layer to provide the prediction based on the layer information. The network input parameters such as CPU, RAM, disk, bandwidth and network traffics etc., are given as input to the DNN as x i , , x n and output of energy consumption is obtained as output y 1 ,   y 2 , as given in Figure 5.

3.7. Virtual Machine (VM) Migration for Energy Consumption

VM allocation is carried out in some research to reduce the energy consumption in the cloud data centers. Several VMs are created in the cloud data centers to carry out the task in the PM. The overview of the VM allocation process is shown in Figure 6.
Yadav et al. [29] proposed a heuristic algorithm for VM selection to reduce the SLA violation in the cloud. The heuristic method considered the CPU utilization and types of applications running in VM selection. The CloudSim simulator and PlanetLab tool were used to simulate the VM in the cloud and to test the performance. The CloudSim and PlanetLab simulator tools were commonly used to test the performance of the developed model. Zhou, et al. [30] applied energy aware method that considered the VM deployment, CPU and memory resource in cloud energy management. The PlanetLab VM was used to simulate the VM in the cloud and to test the performance of the developed method. This shows that the developed method had higher performance in the analysis. Azizi et al. [31] applied MinPR heuristic method to reduce the power consumption based on the active PM and prioritizing the power efficient one. The resource usage factor is used to manage the VM placement on physical machines using penalty mechanisms and rewards.

4. Comparative Analysis

As introduced above, cloud computing is used in many organizations due to its capacity to provide a large space to store data and its powerful computation process. In particular, energy management in resource allocation in cloud computing is a critical process and involves CPU, storage, VM migration and network usage. Table 2 provides the details of the main existing researches in the energy management in the cloud with their advantages and limitations.

5. Summary of Challenges from Reviewed Studies

From the review of recent methods in energy efficiency in cloud data centers resource allocation some important issues have been discussed in this section:
  • Most studies consider the energy consumption and QoS as the parameters to analyze the energy efficiency in resource allocation. The SLA violation, reliability and makespan are also need to be considered in the methods for effective cloud performance.
  • Clustering methods are applied in the existing research to choose the cluster nodes and perform resource allocation. The random initialization in the clustering method affects the performance of the cluster model.
  • Evolutionary optimization methods like WOA, PSO, GA, and the firefly algorithm have efficient performance in energy management. Existing optimization methods have the limitations of lower convergences and easily trap local optima.
  • The SVM and random forest methods are applied for the prediction of energy consumption in the cloud and allocate the resource to improve the energy efficiency. The SVM method has the lowest performance in the data imbalance problem. Random forest has overfitting problems when the number of trees is high in the model and has lower performance when number of trees is low.
  • The DNN model has the highest performance in the prediction of energy consumption in the cloud data center. The DNN model has the limitation of the overfitting problem due to the feature process in the model.

6. Future Scope

As studied, management in resource allocation is a key aspect in energy efficiency, and the improvement is generally achieved by various soft-computing methods. It is observed that existing limitations in energy management demands the need for creating new innovative methods to improve the cloud performance. In particular, the following aspects should be considered:
  • Multi-objective optimization methods are needed to handle the energy consumption, QoS and SLA violation. NSGA-II has provided higher performance in multi-objective optimization and poor convergence. Multi-objective methods with high convergence are needed to improve the efficiency of the model.
  • The k-means clustering proper initialization needs to be provided to achieve higher performance in cluster the workloads in the various scenarios of the cloud. The k-means clustering random initialization does not guarantee the best solution in various scenarios.
  • DNN with effective feature selection technique needs to be applied to improve the efficiency of the model and to overcome the limitation of overfitting problem. DNN has the overfitting problem that affects its performance.
  • Apart from the DNN, long short-term memory (LSTM) delivers efficient performance in handling the sequence of data and provides efficient classification. The LSTM has a higher potential in prediction of energy consumption and SLA violation.
  • Time efficiency is one of the important factors that most of the existing researches did not consider in the analysis. Time efficiency in the cloud technology must be maintained to facilitate smooth operations of the real-time cloud systems to get an edge over the competitors.

7. Conclusions

In this review, various methods of clustering, optimization, and machine learning methods for the energy management in cloud resource allocation were discussed, and a taxonomy was proposed. As analyzed, on the one hand, most of the clustering methods applied the k-means based method. The k-means based methods have the limitation of random initial cluster that affects the efficiency of the model. On the other hand, optimization methods such as the WOA, firefly algorithm, PSO and GA methods has higher efficiency in terms of energy. Optimization methods have the limitations of the lower convergence and easily trap into local optima. Machine learning methods such as DNN, SVM, and random forest were applied for the energy consumption prediction and allocate the resource based on the prediction. The DNN method has the limitation of overfitting problem and the SVM method has lower performance in the imbalance dataset. Some of the existing research that displayed higher performance in the energy management employed the WOA, and DNN methods. Also, the NSGA-II optimization method is highly efficient for multi-objective optimization to optimize the energy consumption. Mostly, the optimization methods have limitations of being trapped in local optima and poor convergence. In the future, statistical methods should be applied to provide a better convergence and to increase the exploration and exploitation of the optimization methods in cloud energy management for resource allocation.

Author Contributions

The paper investigation, resources, data curation, writing—original draft preparation, writing—review and editing, and visualization were done by S.J. and M.D.N. The paper conceptualization, software, validation, and formal analysis were done by S.S. Methodology, supervision, project administration, and final approval of the version to be published were conducted by R.P.d.P. and P.B.D. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Moganarangan, N.; Babukarthik, R.G.; Bhuvaneswari, S.; Basha, M.S.; Dhavachelvan, P. A novel algorithm for reducing energy-consumption in Cloud computing environment: Web service computing approach. J. King Saud Univ. -Comput. Inf. Sci. 2016, 28, 55–67. [Google Scholar] [CrossRef] [Green Version]
  2. Ficco, M.; Palmieri, F. Introducing fraudulent energy consumption in Cloud infrastructures: A new generation of denial-of-service attacks. IEEE Syst. J. 2015, 11, 460–470. [Google Scholar] [CrossRef]
  3. Ahvar, E.; Orgerie, A.C.; Lebre, A. Estimating energy consumption of Cloud, fog and edge computing infrastructures. IEEE Trans. Sustain. Comput. 2019. [Google Scholar] [CrossRef] [Green Version]
  4. El Kafhali, S.; Salah, K. Modeling and analysis of performance and energy consumption in Cloud data centers. Arab. J. Sci. Eng. 2018, 43, 7789–7802. [Google Scholar] [CrossRef]
  5. Renna, F.; Doyle, J.; Giotsas, V.; Andreopoulos, Y. Media query processing for the Internet-of-Things: Coupling of device energy consumption and Cloud infrastructure billing. IEEE Trans. Multimed. 2016, 18, 2537–2552. [Google Scholar] [CrossRef] [Green Version]
  6. Vishwanath, A.; Jalali, F.; Hinton, K.; Alpcan, T.; Ayre, R.W.; Tucker, R.S. Energy consumption comparison of interactive Cloud-based and local applications. IEEE J. Sel. Areas Commun. 2015, 33, 616–626. [Google Scholar] [CrossRef]
  7. Ibrahim, H.; Aburukba, R.O.; El-Fakih, K. An integer linear programming model and adaptive genetic algorithm approach to minimize energy consumption of Cloud computing data centers. Comput. Electr. Eng. 2018, 67, 551–565. [Google Scholar] [CrossRef]
  8. Shen, Y.; Bao, Z.; Qin, X.; Shen, J. Adaptive task scheduling strategy in Cloud: When energy consumption meets performance guarantee. World Wide Web 2017, 20, 155–173. [Google Scholar] [CrossRef]
  9. Shaw, S.B.; Singh, A.K. Use of proactive and reactive hotspot detection technique to reduce the number of virtual machine migration and energy consumption in Cloud data center. Comput. Electr. Eng. 2015, 47, 241–254. [Google Scholar] [CrossRef]
  10. Khomh, F.; Abtahizadeh, S.A. Understanding the impact of Cloud patterns on performance and energy consumption. J. Syst. Softw. 2018, 141, 151–170. [Google Scholar] [CrossRef]
  11. Hasan, M.S.; Alvares, F.; Ledoux, T.; Pazat, J.L. Investigating energy consumption and performance trade-off for interactive Cloud application. IEEE Trans. Sustain. Comput. 2017, 2, 113–126. [Google Scholar] [CrossRef]
  12. Abd, S.K.; Al-Haddad, S.A.R.; Hashim, F.; Abdullah, A.B.; Yussof, S. An effective approach for managing power consumption in Cloud computing infrastructure. J. Comput. Sci. 2017, 21, 349–360. [Google Scholar] [CrossRef]
  13. Hanini, M.; Kafhali, S.E.; Salah, K. Dynamic VM allocation and traffic control to manage QoS and energy consumption in Cloud computing environment. Int. J. Comput. Appl. Technol. 2019, 60, 307–316. [Google Scholar] [CrossRef]
  14. Xiong, A.P.; Xu, C.X. Energy efficient multiresource allocation of virtual machine based on PSO in Cloud data center. Math. Probl. Eng. 2014. [Google Scholar] [CrossRef]
  15. Horri, A.; Dastghaibyfard, G. A novel cost based model for energy consumption in Cloud computing. Sci. World J. 2015. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  16. Soltanshahi, M.; Asemi, R.; Shafiei, N. Energy-aware virtual machines allocation by krill herd algorithm in Cloud data centers. Heliyon 2019, 5, e02066. [Google Scholar] [CrossRef] [PubMed]
  17. Simic, V.; Stojanovic, B.; Ivanovic, M. Optimizing the performance of optimization in the Cloud environment–An intelligent auto-scaling approach. Future Gener. Comput. Syst. 2019, 101, 909–920. [Google Scholar] [CrossRef]
  18. Arianyan, E.; Taheri, H.; Khoshdel, V. Novel fuzzy multi objective DVFS-aware consolidation heuristics for energy and SLA efficient resource management in Cloud data centers. J. Netw. Comput. Appl. 2017, 78, 43–61. [Google Scholar] [CrossRef]
  19. Prassanna, J.; Venkataraman, N. Adaptive regressive holt–winters workload prediction and firefly optimized lottery scheduling for load balancing in Cloud. Wirel. Netw. 2019, 1–19. [Google Scholar] [CrossRef]
  20. Vasudevan, M.; Tian, Y.C.; Tang, M.; Kozan, E.; Zhang, X. Energy-efficient application assignment in profile-based data center management through a Repairing Genetic Algorithm. Appl. Soft Comput. 2018, 67, 399–408. [Google Scholar] [CrossRef] [Green Version]
  21. Gill, S.S.; Buyya, R. Resource provisioning based scheduling framework for execution of heterogeneous and clustered workloads in clouds: From fundamental to autonomic offering. J. Grid Comput. 2019, 17, 385–417. [Google Scholar] [CrossRef]
  22. Shahidinejad, A.; Ghobaei-Arani, M.; Masdari, M. Resource provisioning using workload clustering in Cloud computing environment: A hybrid approach. Clust. Comput. 2021, 24, 319–342. [Google Scholar] [CrossRef]
  23. Haghighi, M.A.; Maeen, M.; Haghparast, M. An energy-efficient dynamic resource management approach based on clustering and meta-heuristic algorithms in Cloud computing IaaS platforms. Wirel. Pers. Commun. 2019, 104, 1367–1391. [Google Scholar] [CrossRef]
  24. Mydhili, S.K.; Periyanayagi, S.; Baskar, S.; Shakeel, P.M.; Hariharan, P.R. Machine learning based multi scale parallel K-means++ clustering for Cloud assisted internet of things. Peer-to-Peer Netw. Appl. 2020, 13, 2023–2035. [Google Scholar] [CrossRef]
  25. Haseeb, K.; Almogren, A.; Ud Din, I.; Islam, N.; Altameem, A. Sasc: Secure and authentication-based sensor Cloud architecture for intelligent internet of things. Sensors 2020, 20, 2468. [Google Scholar] [CrossRef]
  26. Alarifi, A.; Tolba, A. Optimizing the network energy of Cloud assisted internet of things by using the adaptive neural learning approach in wireless sensor networks. Comput. Ind. 2019, 106, 133–141. [Google Scholar] [CrossRef]
  27. RM, S.P.; Bhattacharya, S.; Maddikunta, P.K.R.; Somayaji, S.R.K.; Lakshmanna, K.; Kaluri, R.; Hussien, A.; Gadekallu, T.R. Load balancing of energy Cloud using wind driven and firefly algorithms in internet of everything. J. Parallel Distrib. Comput. 2020, 142, 16–26. [Google Scholar]
  28. Peng, H.; Wen, W.S.; Tseng, M.L.; Li, L.L. Joint optimization method for task scheduling time and energy consumption in mobile Cloud computing environment. Appl. Soft Comput. 2019, 80, 534–545. [Google Scholar] [CrossRef]
  29. Yadav, R.; Zhang, W.; Li, K.; Liu, C.; Shafiq, M.; Karn, N.K. An adaptive heuristic for managing energy consumption and overloaded hosts in a Cloud data center. Wirel. Netw. 2020, 26, 1905–1919. [Google Scholar] [CrossRef]
  30. Zhou, Z.; Abawajy, J.; Chowdhury, M.; Hu, Z.; Li, K.; Cheng, H.; Alelaiwi, A.A.; Li, F. Minimizing SLA violation and power consumption in Cloud data centers using adaptive energy-aware algorithms. Future Gener. Comput. Syst. 2018, 86, 836–850. [Google Scholar] [CrossRef]
  31. Goyal, S.; Bhushan, S.; Kumar, Y.; Bhutta, M.R.; Ijaz, M.F.; Son, Y. An Optimized Framework for Energy-Resource Allocation in a Cloud Environment based on the Whale Optimization Algorithm. Sensors 2021, 21, 1583. [Google Scholar] [CrossRef] [PubMed]
  32. Manumachu, R.R.; Lastovetsky, A. Bi-objective optimization of data-parallel applications on homogeneous multicore clusters for performance and energy. IEEE Trans. Comput. 2017, 67, 160–177. [Google Scholar] [CrossRef]
  33. Sofia, A.S.; GaneshKumar, P. Multi-objective task scheduling to minimize energy consumption and makespan of Cloud computing using NSGA-II. J. Netw. Syst. Manag. 2018, 26, 463–485. [Google Scholar] [CrossRef]
  34. Azizi, S.; Li, D. An energy-efficient algorithm for virtual machine placement optimization in Cloud data centers. Clust. Comput. 2020, 23, 3421–3434. [Google Scholar] [CrossRef]
  35. Abohamama, A.S.; Hamouda, E. A hybrid energy–aware virtual machine placement algorithm for Cloud environments. Expert Syst. Appl. 2020, 150, 113306. [Google Scholar] [CrossRef]
  36. Liu, X.; Cheng, B.; Wang, S. Availability-Aware and Energy-Efficient Virtual Cluster Allocation Based on Multi-Objective Optimization in Cloud Data centers. IEEE Trans. Netw. Serv. Manag. 2018, 17, 972–985. [Google Scholar] [CrossRef]
  37. Saeedi, S.; Khorsand, R.; Bidgoli, S.G.; Ramezanpour, M. Improved many-objective particle swarm optimization algorithm for scientific workflow scheduling in Cloud computing. Comput. Ind. Eng. 2020, 147, 106649. [Google Scholar] [CrossRef]
  38. Junaid, M.; Sohail, A.; Rais, R.N.B.; Ahmed, A.; Khalid, O.; Khan, I.A.; Hussain, S.S.; Ejaz, N. Modeling an Optimized Approach for Load Balancing in Cloud. IEEE Access 2020, 8, 173208–173226. [Google Scholar] [CrossRef]
  39. Shapi, M.K.M.; Ramli, N.A.; Awalin, L.J. Energy consumption prediction by using machine learning for smart building: Case study in Malaysia. Dev. Built Environ. 2021, 5, 100037. [Google Scholar] [CrossRef]
  40. Zekić-Sušac, M.; Mitrović, S.; Has, A. Machine learning based system for managing energy efficiency of public sector as an approach towards smart cities. Int. J. Inf. Manag. 2021, 58, 102074. [Google Scholar] [CrossRef]
  41. Daraseliya, A.V.; Sopin, E.S.; Samuylov, A.K.; Shorgin, S.Y. Comparative analysis of the mechanisms for energy efficiency improving in cloud computing systems. In Internet of Things, Smart Spaces, and Next Generation Networks and Systems; Galinina, O., Andreev, S., Balandin, S., Koucheryavy, Y., Eds.; Springer: Cham, Switzerland, 2018; pp. 268–276. [Google Scholar]
  42. You, X.; Li, Y.; Zheng, M.; Zhu, C.; Yu, L. A survey and taxonomy of energy efficiency relevant surveys in cloud-related environments. IEEE Access 2017, 5, 14066–14078. [Google Scholar] [CrossRef]
  43. Mezmaz, M.; Melab, N.; Kessaci, Y.; Lee, Y.C.; Talbi, E.G.; Zomaya, A.Y.; Tuyttens, D. A parallel bi-objective hybrid metaheuristic for energy-aware scheduling for cloud computing systems. J. Parallel Distrib. Comput. 2011, 71, 1497–1508. [Google Scholar] [CrossRef] [Green Version]
  44. Fahad, M.; Shahid, A.; Manumachu, R.R.; Lastovetsky, A. A comparative study of methods for measurement of energy of computing. Energies 2019, 12, 2204. [Google Scholar] [CrossRef] [Green Version]
  45. Shahid, A.; Fahad, M.; Manumachu, R.R.; Lastovetsky, A. Energy Predictive Models of Computing: Theory, Practical Implications and Experimental Analysis on Multicore Processors. IEEE Access 2021, 9, 63149–63172. [Google Scholar] [CrossRef]
  46. Fard, S.Y.Z.; Ahmadi, M.R.; Adabi, S. A dynamic VM consolidation technique for QoS and energy consumption in Cloud environment. J. Supercomput. 2017, 73, 4347–4368. [Google Scholar]
  47. Aujla, G.S.; Kumar, N. MEnSuS: An efficient scheme for energy management with sustainability of Cloud data centers in edge–Cloud environment. Future Gener. Comput. Syst. 2018, 86, 1279–1300. [Google Scholar] [CrossRef]
  48. Karthikeyan, K.; Sunder, R.; Shankar, K.; Lakshmanaprabu, S.K.; Vijayakumar, V.; Elhoseny, M.; Manogaran, G. Energy consumption analysis of Virtual Machine migration in Cloud using hybrid swarm optimization (ABC–BA). J. Supercomput. 2020, 76, 3374–3390. [Google Scholar] [CrossRef]
  49. Yadav, R.; Zhang, W.; Kaiwartya, O.; Singh, P.R.; Elgendy, I.A.; Tian, Y.C. Adaptive energy-aware algorithms for minimizing energy consumption and SLA violation in Cloud computing. IEEE Access 2020, 6, 55923–55936. [Google Scholar] [CrossRef]
  50. Lin, W.; Wang, H.; Zhang, Y.; Qi, D.; Wang, J.Z.; Chang, V. A Cloud server energy consumption measurement system for heterogeneous Cloud environments. Inf. Sci. 2018, 468, 47–62. [Google Scholar] [CrossRef] [Green Version]
  51. Fernández-Cerero, D.; Fernández-Montes, A.; Jakóbik, A.; Kołodziej, J.; Toro, M. SCORE: Simulator for Cloud optimization of resources and energy consumption. Simul. Model. Pract. Theory 2018, 82, 160–173. [Google Scholar] [CrossRef]
  52. Chen, Y.; Xie, G.; Li, R. Reducing energy consumption with cost budget using available budget preassignment in heterogeneous Cloud computing systems. IEEE Access 2018, 6, 20572–20583. [Google Scholar] [CrossRef]
  53. Li, G.; Yan, J.; Chen, L.; Wu, J.; Lin, Q.; Zhang, Y. Energy consumption optimization with a delay threshold in Cloud-fog cooperation computing. IEEE Access 2019, 7, 159688–159697. [Google Scholar] [CrossRef]
  54. Xie, G.; Zeng, G.; Jiang, J.; Fan, C.; Li, R.; Li, K. Energy management for multiple real-time workflows on cyber–physical Cloud systems. Future Gener. Comput. Syst. 2020, 105, 916–931. [Google Scholar] [CrossRef]
  55. Yang, J.; Jiang, B.; Lv, Z.; Choo, K.K.R. A task scheduling algorithm considering game theory designed for energy management in Cloud computing. Future Gener. Comput. Syst. 2020, 105, 985–992. [Google Scholar] [CrossRef]
Figure 1. Proposed taxonomy for the energy efficiency methods in the cloud.
Figure 1. Proposed taxonomy for the energy efficiency methods in the cloud.
Energies 14 05322 g001
Figure 2. Overview of clustering method in energy management.
Figure 2. Overview of clustering method in energy management.
Energies 14 05322 g002
Figure 3. The energy optimization overall model.
Figure 3. The energy optimization overall model.
Energies 14 05322 g003
Figure 4. Machine learning model for energy consumption prediction in cloud.
Figure 4. Machine learning model for energy consumption prediction in cloud.
Energies 14 05322 g004
Figure 5. The general architecture of deep neural network (DNN).
Figure 5. The general architecture of deep neural network (DNN).
Energies 14 05322 g005
Figure 6. Virtual machine (VM) allocation in cloud data centers.
Figure 6. Virtual machine (VM) allocation in cloud data centers.
Energies 14 05322 g006
Table 1. Existing method and proposed method difference.
Table 1. Existing method and proposed method difference.
StudyEnergy ManagementCluster ModelOptimization MethodMachine LearningSummary of ChallengesFuture Scope
Daraseliya et al. [41]----
You et al. [42]--
Current study
Table 2. Comparative analysis of existing energy efficiency in the cloud.
Table 2. Comparative analysis of existing energy efficiency in the cloud.
Author(s)MethodAdvantagesLimitations
Fard et al. [46] (2017)This study proposed virtual machine consolidation method to achieve the Quality of Services (QoS)-energy performance in the model.
The proposed model was implemented in the CloudSim to test the performance.
The QoS and SLA violation were also considered in this model for the analysis.
The result showed that the proposed model had higher performance in terms of energy consumption and QoS.The model optimization depends on the one parameter solution that affects the performance.
Aujla and Kumar [47] (2018)Energy management with sustainability method was applied in software defined networks (SDN) in the Edge cloud computing.
Support vector machine (SVM) was applied for the workload classification in this method.
A two-stage method was applied for the workload scheduling and optimal use of network and computer resources.
Resource limited edge devices migrated the users to reduce the Service Level Agreement (SLA) violation in the model.
Optimal scheduling of the classifier workloads was done in edge cloud to achieve trade-off between the QoS and energy.
The model requires balanced data to perform effectively in the energy management.
Karthikeyan et al. [48] (2020)Naïve Bayes with hybrid optimization of artificial bee colony–bat algorithm was proposed in this study to reduce energy consumption in Virtual Machine (VM) migration.
The proposed method was implemented in CloudSim, which evaluated the success rate, failure rate and energy consumption of the proposed model.
The model showed higher efficiency in the energy management and achieved the higher success rate.
The optimization method provided the considerable performance in the VM migration.
The optimization method had lower convergence and was easily trapped into local optima.
Yadav et al. [49] (2020)The gradient descent based regression (Gdr), bandwidth-aware selection policy (Bw), and maximize correlation percentage (MCP) was applied for energy management and SLA violation.
The developed method detected the overload host and performed VM selection to reduce the energy consumption and SLA violation.
The Bw method dynamically selected the VM based on the network traffic of the host under SLAs.
The analysis showed that the energy consumption was reduced and also performance was increased.
The computational time of the developed method was acceptable in the analysis.
The learning rate of the model was low and it was easily trapped into local optima.
Lin et al. [50] (2018)The distributed energy consumption method was proposed for the heterogeneous cloud based on multi-component power model.
The mathematical relation of the CPU, disk, and memory was analyzed in this study for energy consumption.
The disk power model was applied in this method to provide threshold for the disk sequential and power calculation.
The developed method reduced the energy consumption in the heterogeneous cloud environment.
The performance of the cloud service is improved in this method.
The model had lower efficiency in handling the multi-objective optimization.
Fernández-Cerero et al. [51] (2018)This study developed the simulator for the cloud optimization of energy consumption and resources.
The parallel scheduling model was developed to reduce the energy consumption for the heterogeneous, realistic and synthetic workloads.
The developed model had higher performance in terms of total energy efficiency, and scheduling process in the cloud.The workload and QoS constrains were not considered in this model.
Chen et al. [52] (2018)The budget pre-assignment method was proposed for the energy reduction in cloud computing.
Three types of directed acyclic graph (DAG) method were applied in the heterogeneous computing system.
The proposed method was implemented in the cloud to test its performance.
The developed method had higher energy efficiency.The QoS and SLA violation were not considered in this method.
Li et al. [53] (2019)The tradeoff strategy was applied in this method for optimal energy consumption and delay threshold in the cloud.
The delay threshold was and energy consumption were analyzed for various layers.
A cloud-fog scheduling method was proposed for the energy consumption in the model.
The developed method had higher efficiency in energy consumption in various layers of cloud.
The developed method provided the considerable delay to reduce the energy consumption.
The solution for the VM migration was not efficient and an evolutionary optimization method was required to provide an effective solution.
Xie et al. [54] (2020)Global energy saving for multiple workloads (GESMW) was proposed in this study for a cyber physical system (CPS).
The GESMW method involved meeting the deadline of the workloads to reduce the energy consumption.
The various types of workflow was analyzed in this study for effective management.
The GESMW model had shown higher performance in the energy management and met the deadline of workloads.The GESMW model failed to analyze the physical environment of the CPS for the energy management.
Yang et al. [55] (2020)The game theory task scheduling algorithm was proposed in this study for energy management.
The balanced scheduling algorithm was applied for the reliability, and task scheduling model was applied for the computing nodes.
The objective function was considered in the equilibrium state.
The game theory method gave a more efficient performance of optimization in terms of energy management.
The energy consumption was reduced with considerable QoS.
This study did not consider the processing cost of the network and the processing cost is required for the energy management.
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Jayaprakash, S.; Nagarajan, M.D.; Prado, R.P.d.; Subramanian, S.; Divakarachari, P.B. A Systematic Review of Energy Management Strategies for Resource Allocation in the Cloud: Clustering, Optimization and Machine Learning. Energies 2021, 14, 5322. https://doi.org/10.3390/en14175322

AMA Style

Jayaprakash S, Nagarajan MD, Prado RPd, Subramanian S, Divakarachari PB. A Systematic Review of Energy Management Strategies for Resource Allocation in the Cloud: Clustering, Optimization and Machine Learning. Energies. 2021; 14(17):5322. https://doi.org/10.3390/en14175322

Chicago/Turabian Style

Jayaprakash, Stanly, Manikanda Devarajan Nagarajan, Rocío Pérez de Prado, Sugumaran Subramanian, and Parameshachari Bidare Divakarachari. 2021. "A Systematic Review of Energy Management Strategies for Resource Allocation in the Cloud: Clustering, Optimization and Machine Learning" Energies 14, no. 17: 5322. https://doi.org/10.3390/en14175322

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop