Electronics 10 02718 With Cover
Electronics 10 02718 With Cover
Electronics 10 02718 With Cover
Review
M. A. Elmagzoub, Darakhshan Syed, Asadullah Shaikh, Noman Islam, Abdullah Alghamdi and
Syed Rizwan
Special Issue
Cloud Computing and Applications, Volume II
Edited by
Prof. Dr. Filipe Araujo
https://doi.org/10.3390/electronics10212718
electronics
Review
A Survey of Swarm Intelligence Based Load Balancing
Techniques in Cloud Computing Environment
M. A. Elmagzoub 1 , Darakhshan Syed 2 , Asadullah Shaikh 1, * , Noman Islam 2 , Abdullah Alghamdi 1
and Syed Rizwan 2
1 College of Computer Science and Information Systems, Najran University, Najran 61441, Saudi Arabia;
[email protected] (M.A.E.); [email protected] (A.A.)
2 Computer Science Department, Iqra University, Karachi 75500, Pakistan; [email protected] (D.S.);
[email protected] (N.I.); [email protected] (S.R.)
* Correspondence: [email protected]
Abstract: Cloud computing offers flexible, interactive, and observable access to shared resources
on the Internet. It frees users from the requirements of managing computing on their hardware.
It enables users to not only store their data and computing over the internet but also can access it
whenever and wherever it is required. The frequent use of smart devices has helped cloud computing
to realize the need for its rapid growth. As more users are adapting to the cloud environment, the
focus has been placed on load balancing. Load balancing allocates tasks or resources to different
devices. In cloud computing, and load balancing has played a major role in the efficient usage of
resources for the highest performance. This requirement results in the development of algorithms
that can optimally assign resources while managing load and improving quality of service (QoS).
This paper provides a survey of load balancing algorithms inspired by swarm intelligence (SI). The
Citation: Elmagzoub, M.A.; Syed, D.; algorithms considered in the discussion are Genetic Algorithm, BAT Algorithm, Ant Colony, Grey
Shaikh, A.; Islam, N.; Alghamdi, A.; Wolf, Artificial Bee Colony, Particle Swarm, Whale, Social Spider, Dragonfly, and Raven roosting
Rizwan, S. A Survey of Swarm Optimization. An analysis of the main objectives, area of applications, and targeted issues of each
Intelligence Based Load Balancing algorithm (with advancements) is presented. In addition, performance analysis has been performed
Techniques in Cloud Computing based on average response time, data center processing time, and other quality parameters.
Environment. Electronics 2021, 10,
2718. https://doi.org/10.3390/
Keywords: cloud computing; load balancing; swarm intelligence algorithms; comparative study
electronics10212718
1. Introduction
Received: 15 September 2021
Accepted: 2 November 2021 Cloud computing is a metaphor for the internet that provides computing as a utility to
Published: 8 November 2021 end-users. It is referred to as the systematic storage, computing, and access of data through
the internet rather than one’s hardware or office network. It is a computational paradigm
Publisher’s Note: MDPI stays neutral providing various resources, software platforms, etc., hosted at vast data centers to users
with regard to jurisdictional claims in in order to enhance their productivity [1]. Providers of cloud computing deliver their
published maps and institutional affil- “services” according to various models. Infrastructure-as-a-service (IaaS), platform-as-a-
iations. service (PaaS), and software-as-a-service (SaaS) are the three common models [2]. These
models provide growing abstraction; thus, they are mostly depicted as layers in a pyra-
mid i.e., infrastructure, framework, and software-as-a-service. Several cloud commercial
services providers have achieved users’ trust despite the growing concern about relying
Copyright: © 2021 by the authors. on a third-party need for the computational purpose by end-users. The obvious reason is
Licensee MDPI, Basel, Switzerland. their user-friendliness, accessibility, and secure environment [3]. This includes Microsoft
This article is an open access article Azure, Google Cloud, and Amazon Web services, etc. In the past few years, some other
distributed under the terms and academic and commercial service providers, viz., Jetstream, Helix Nebula, Open Science
conditions of the Creative Commons Data Cloud, etc., have achieved fame by introducing their services at lower rates with
Attribution (CC BY) license (https:// higher rates of proficiency [4]. As the creation and usage of big data continually increase,
creativecommons.org/licenses/by/ cloud computing has emerged in a significant role, grasping users’ attention and promoting
4.0/).
several financial activities over it. It has been engaging many users who use its resources
who pay a respective amount as per the required period [5].
Load balancing allows the facility to assign the workload such as the resources acces-
sible. Its goal is to provide continuous service by providing and divesting the application
instances along with proper use of resources in the event of failure of any service portion [6].
The goal of load balancing is to reduce the response time for operations and to maximize
the usage of resources, which increases device efficiency at lower costs [7]. At the same
time, it also targets providing scalability and versatility for applications in which its size
will increase in the future and require more resources, as well as to prioritize tasks that
need immediate implementation compared to others. Another main requirement in order
to adapt load balancing [8] is that it decreases energy consumption, avoids bottlenecks,
provides support, and meets QoS criteria with respect to improving load balancing.
Even though several algorithms are available for load balancing in cloud computing
such as conventional algorithms, machine learning algorithms, and heuristics algorithms.
This paper specifically targets swarm intelligence-based approaches to load balancing. As
compared to heuristics algorithms, the benefits of swarm intelligence-based algorithms are
discussed in the next paragraph.
Normally, when historical or traditional procedures are too expensive or fail to uncover
accurate solutions, a heuristic is used to solve issues more rapidly. As a result, it is often
referred to as approximation algorithms. The goal of heuristic techniques is to find a
solution to a specific problem in an acceptable amount of time [9]. The results may
not be the best, but they can come close to being the best. With a strategic estimate, this
algorithm discovers the potential results. It can provide results on its own or in combination
with other optimization strategies to improve efficiency. Heuristic approaches could not
produce a near-optimal result; instead, they could only produce a small number of distinct
alternatives. The major drawback of heuristic approaches is that they tend to halt at low-
quality local optima when looking for a solution, which resulted in the invention of SI,
an iterative optimization technique [10]. SI aims to combine relatively high approximate
techniques to guide local optimization strategies in order to explore a solution space
successfully and efficiently.
performance, and high reliability, etc., are all issues for which their solutions can be taken
into account.
1.3. Motivation
The motivation of this survey is to provide a comprehensive overview of existing and
latest state-of-the-art load balancing algorithms inspired by swarm intelligence. By utilizing
this survey, the targeted motivation is to inspire inexperienced researchers in this field to
support the development of more optimal load balancing algorithms. This will enable
interested scholars to perform future research in this area. For seamless operation, most
firms and every organization in the future are expected to adopt efficient load balancing
algorithms. As a result, focusing on this specific study topic in order to build better dynamic
algorithms is very essential.
The method of fairly managing the workload on virtual machines for the proper
allocation of resources is load balancing in the cloud [11]. In this research survey, different
variations of load-balancing algorithms based on swarm intelligence are highlighted along
with different performance parameters involved. SI based load balancing algorithms help
to allocate resources to tasks equally at minimal expense for resource optimization and user
comfort. It ultimately encourages us to identify and work on solving complex problems.
We end this section with a note on the comparison of virtualization and container
technology. Virtualization emerged in the past as a crucial technique for cloud comput-
ing [12] in which virtual machines assist users in completing activities. All of the units are
self-contained, and the user retains complete ownership and control over the software that
is installed and used. By optimizing the resources, VM solves several difficulties. The devel-
opers are concerned that the code works great in the development environment but fails to
work in the testing or production environments due to any variations in the environments.
As a result, containerization was introduced to overcome these issues. Container-based
virtualization, in particular, is a lightweight method for creating a virtual environment that
runs at the software level on the host computer [13]. Due to minimal resource utilization
and excellent portability, it has been rapidly increasing with rotating virtual machines
(VMs) [14]. Furthermore, container-based micro-services are redefining application design
methodologies [15]. In many non-container contexts, load balancing is a simple process,
but when it comes to containers, it necessitates certain particular considerations. However,
the fundamental issues remain the same, as the container is also a lightweight virtualization
technique. Containers can be classified into two types: application container that has all
the related things in one package for software application (e.g., docker, kubernetes, etc.)
and a system container that is based on design goals and implementation (e.g., LXC). They
provide diverse functions for container orchestration, such as load balancing, monitoring,
scaling, and also file storage, deployment, pushing, and many more [16].
The rest of the paper is structured as follows. Section 2 describes the background
study and design of a survey. Section 3 describes the literature review. Section 4 explores
load balancing in cloud computing using SI. Section 5 presents the summarized view of the
discussed SI algorithms along with their area of application and target issue(s). Section 6
comprises the comparative analysis among certain discussed SI algorithms based on perfor-
mance and some quality parameters. Finally, Sections 7 and 8 discuss the future directions
and conclusion of SI algorithms used for load balancing in cloud computing, respectively.
2.1.1. What Is the Need and Importance of Load Balancing in Cloud Computing?
Cloud computing’s effective and beneficial features can be realized by properly manag-
ing cloud services. The virtual nature of these cloud services is one of the most fundamental
properties of the cloud environment. The cloud service provider (CSP) is a company that
rents out services to users. With the available virtualized computing resources, the job of
the CSP in providing services to users is a very complicated one. As a result, academics
have begun paying more attention to load balancing [17]. The response of the system is
improved as a result of this load balancing. By load balancing, the CSP creates a trade-off
between economic advantages and user satisfaction.
The idea of load balancing in a Cloud environment [18] can be described as the
procedure of dividing workloads and various computing parameters associated with
certain properties in order to manage the work or applications among computers, networks,
or servers demanded by the enterprises [19]. Figure 1 shows the basic mechanism of
load balancing.
In other words, the cloud’s load balancing includes possessing the circulation of traffic
and demands that exists over the internet [20]. However, apart from managing the demand
of the enterprises, the fact that the growth of traffic has been exponentially increasing
cannot be ignored. Therefore, the workload on the servers is also increasing rapidly, which
has been overloading the web servers unavoidably. Load balancing [19] is important for
maximizing the use of cloud resources, such as processors, memory, and disks, and for
achieving the purpose of good machine performance with proper resource utilization.
For those applications for which its size can increase in the future, load balancing
often helps to provide scalability and versatility [6]. It also refers applications that need
more time, and relative to other jobs, it gives preference to tasks that need immediate
execution [21]. Other load balancing goals include reducing energy consumption, avoiding
bottlenecks, providing resources, and meeting QoS criteria for improving load balanc-
ing [22]. Proper workload mapping and load balancing strategies that consider various
metrics require consideration.
Electronics 2021, 10, 2718 5 of 46
2.1.3. How Can the Occurring Issues in Cloud Computing Be Reformulated by SI?
The utilization of the concept of SI in cloud computing is an indispensable subject
for researchers [20]. It is involved in the delivery of efficiently performed, optimized
solutions to cloud-based services for reliable implementation, infrastructural stability, and
security issues.
The vast knowledge of swarm intelligence starting from the bird’s eye view to the
state-of-the-art techniques that can be optimized for addressing various challenges of cloud
computing. The occurring problems in the cloud environment that can be reformulated
by SI advanced techniques include virtual machine allocation [27], Denial of Service
assault, load balancing and optimization, deadline management, data leakage, power-
aware profiling, fault tolerance, cost-effective architecture, and energy efficiency.
The use of evolutionary algorithms in the internet of things (IoT) information pro-
cessing can make it considerably smoother and more efficient. Connected vehicles, IoT
network architecture for forwarding large volumes of IoT data, and an Edge Computing
system that optimizes IoT data analysis are all possible uses of the techniques. This would
stimulate the growth of IoT networks while also improving the customer’s experience of
IoT solutions [28].
2.1.5. What Are the Current and Future Challenges Associated with Load Balancing in
Cloud Computing?
Research suffers from various challenges with load balancing [31]. A list of a few
problems with load balancing is addressed as shown in Figure 2.
Electronics 2021, 10, 2718 6 of 46
Decentralized Geographical Nodes: Some load balancing strategies are designed for a
narrower area in which variables such as network delay, communication delay, the distance
between distributed computing nodes, the distance between users and resources, etc., are
not considered. As these algorithms are not sufficient for this setting, nodes located at very
distant locations are a challenge [6].
Bottleneck: If the network server fails, then the overall computing system will be
affected. Thus, it is a challenge to build certain distributed algorithms in which a single
node does not dominate the entire platform [6].
VMs’ Migration: Virtualization is another challenge associated with load balancing.
The virtual machines’ have various configurations and are independent in design. Some
VMs need to migrate to a distant location by using a VM migration load-balancing method
if a physical machine becomes overloaded [6]. It is the responsibility of the load balancer to
appropriately balance load through migration so that none of the servers are overloaded.
Heterogeneity: As the software or platform changes, ultimately, the user may change
their requirements. Due to the dynamically changing nature of the client, cloud comput-
ing includes executing them on heterogeneous nodes for efficient use of resources and
reduced response time. It is, therefore, a challenge for researchers to devise successful
load-balancing strategies for the heterogeneous world.
Shared storage: Partial replication can be adequate, but the availability of datasets
can be a problem. At the same time, the sophistication of load-balancing approaches
can be increased. Therefore, it is important to establish an effective load balancing strat-
egy that considers the distribution of application and related data based on a partial
replication method.
Scalability: Facilitating modifications effectively is another challenge of Cloud comput-
ing. A good load balancer should consider rapid changes in requirements. These changes
can be in terms of computing capacity, storage, system topology, and so on. Dealing with
all of them is an obvious challenge.
The future challenges incorporated in cloud computing include the following [32]:
attacks targeting (shared-tenancy environment), the threat of VM-based malware, botnet
hosting issues, service provider reliability, vendor lock-in, multilevel data privacy, etc.
To render this optimization target a reality, the cloud community must overcome
various technological difficulties. Specific concerns revolve around the deployment of
future infrastructure-as-a-service clouds, including the question of how to manage them
reliably. It must incorporate clouds to supply flexible and dynamic provision of the
services upon request, build cloud accumulation designs and technologies that allow cloud
providers to interact and coexist, and improve the security, dependability, and renewable
energy of cloud infrastructures.
The future of Cloud Computing is ultimately the Internet of things (IoT), and the
obvious challenge is to stop it from becoming the Internet of Overwhelming things (IoOT).
Dealing with complexity is another main challenge for load balancing in cloud computing
as the network is tremendously increasing day by day. As the future money market is
shifting towards digital currency, dealing with cryptocurrency is another highlighted future
challenge associated with the Cloud environment. The findings of a real-world demand
showed that by evenly splitting requests into VMs, SI techniques may boost resource utiliza-
Electronics 2021, 10, 2718 7 of 46
tion and minimize response time and makespan by optimizing requests, their fluctuations,
and the presence of different VMs. Future research will be conducted by generalizing SI
approaches in geographical clouds with distributed datacenters. As a result, another issue
that is of interest is to provide SI approaches such as autonomic multi-objective scheduling
in order to optimize more competing objectives as soon as possible [33].
Figure 3. The percentage of a research paper read from multiple sources from 2015 to 2021.
included research papers from Journals, Google Scholar, websites providing appropriate
discussions, and books reviewed by peers. In Figure 3, the percentage of papers read
between 2015 and 2021 is shown.
3. Literature Review
In the field of cloud computing, a variety of studies have been conducted. This
includes surveys on load balancing, resource scheduling, service broker regulations, re-
source allocation, and other general problems of cloud computing. The following section
highlights the surveys conducted on load balancing in cloud computing.
Sughpal Singh and Inderveer Chana [34] surveyed several papers for studying re-
source allocation challenges in cloud computing. The main goal was to choose the best
proficient and right algorithm from among the current resource scheduling techniques for
a given workload. Their study centered on developing a wide methodological examination
of the management and planning of cloud resources. They analyzed resource classification,
resource planning evolution, percentages of different scheduling algorithms and related
QoS parameters, an in-depth classification of resource scheduling algorithms, the distinc-
tion of resource scheduling algorithms as per distribution policies, and aspects of scalability.
They suggested that before conducting rigorous resource planning studies, it is necessary
to make progress in the same cloud search. They analyzed that by allocating resources
based on the type of workload; the utilization of resources can be improved. Furthermore,
they also suggested future directions.
MinxianXu et al. [27] provided a comprehensive and comparative overview of the
available literature on load balancing techniques for virtual machines in cloud computing.
The classifications throughout this research were expanded upon in previous studies by
examining the various characteristics of VM load balancing elements in-depth, such as
scheduling scenarios, management methodologies, resource type, VM type uniformity, and
allocation dynamics. Then, the virtual machine LBA planning metrics were summarized,
which may be utilized to assess load balancing effects and other scheduling goals.
AsrinVakili and NimaJafariNavimipour [35] proposed a concept for developing a new
cloud service in cloud computing that incorporates existing services to save cost and time
while increasing performance. Their contributions to the survey were as follows: (1) in-
clude a review of related issues in several problem domains related to the cloud service’s
composition; (2) outline the anatomy of certain key strategies in cloud service composi-
tion technologies, and (3) identifying significant topics for future research to improve the
methods of service composition. Time, cost, scalability, optimization, and efficiency were
Electronics 2021, 10, 2718 9 of 46
the five main factors that were addressed as well as for developing more effective service
composition strategies; the challenges of current methods were highlighted.
ArunimaHota et al. [36] conducted a review of 29 research publications on various load
balancing techniques. Based on the sort of method utilized, they divided load balancing
algorithms into three categories: heuristic, metaheuristic, and hybrid. In their survey,
they compared all three and discovered the following: (1) iIn comparison to metaheuristic
algorithms, heuristic algorithms are simple to develop and find a satisfactory solution in a
short period; (2) performance measurements for metaheuristic algorithms are determined
by the nature of the issue, underlying configuration, and the method used for finding
a solution; and (3) hybrid algorithms minimize both the calculation time and the cost.
Furthermore, it outperforms other algorithms in terms of effectiveness.
Amrita Jyoti et al. [37] reviewed different papers related to cloud computing from 2015
to 2018. They compared and contrasted the various load balancing algorithms used in load
balancers, as well as the brokering policies utilized for each service and its scheduling types.
They classified and analyzed techniques based on key parameters. They discovered that
LB algorithms are frequently employed in the development of resource utilization, energy
conservation, and service quality. Furthermore, future directions have also been highlighted
through a thorough examination of load balancing strategies and service brokers.
Based on the existing literature, it was found that very few of the studies analyzed
load balancing solutions based on swarm intelligence techniques. The next section now
analyzes swarm intelligence-based solutions.
Pseudocode of GA [42]
1. Produce initial population “I” comprising chromosomes.
2. Utilize fitness function to measure the value of fitness of each genetic code.
3. Use the selection operator to pick the genetic codes that the next generation will make.
4. Utilize these chromosomes to perform the crossover procedure.
5. Now pick these chromosomes and execute the mutation process on them.
6. Produce the fitness value of offspring known as these newly produced genetic codes.
7. Improvise the population by changing irrelevant choices with genetic codes of better offspring.
8. Go to step 3 and execute until 7 until the situation of termination is reached.
The terminating scenario can be the last number of iterations possible or the fitness value of
genetic code for all the possible runs is not able to update.
9. Return the best genetic code as a final result.
these steps, the chromosome is added to the new population and checks for termination
conditions. Then, the algorithm ends.
In 2015, a combination of two methods has been proposed by Santanu Dam et al. [43].
GELS is particularly used for the initiation of GA populations. The initiation of the first
population is based on the GELS determination of the velocity of chromosomes. Then,
based on fitness, the two chromosomes are chosen, two-point crossover is applied, and
mutation is performed accordingly. This entire process is repeated one more time and
then added to the new population. Then, the algorithm ends. They used cloud analyst
simulation of the proposed algorithm to obtain significant results.
Improved Genetic Algorithm: In 2017, an Improved Genetic Algorithm (IGA) was
proposed [44]. It improves the resource utilization of simple GA. The improved GA keeps
a continuous track of all the available virtual machines. If a VM is found in free state
then it assigns a newly arrived task to it. If there is no free VM, then the improved GA
techniques check for the VMs in which its task is about to finish. This is performed based
on completion time. After checking, the newly arrived task is assigned to the VM that has
less time left than compared to other VMs [45]. In this manner, this algorithm not only
balances the load but also saves energy and cost as well.
Hybrid Fuzzy-Genetic Algorithm: A hybrid technique has been presented to intel-
ligent person load balancing in cloud computing [46]. Ali Saadat and Ellips Masehian
proposed two modules to achieve load balancing. The first module is uses a Genetic Algo-
rithm for selecting optimum arrangements of tasks, and the second module is for fuzzy
logic. It effectively creates the objective function of defining busy server states according to
their unique task queues. The optimization of GA offers robustness, reliability, and general-
ity where service availability is a fuzzy performance. In this study, computer tests are also
performed, and the best solution obtained is demonstrated. This eventually contributes
to greater user retention. The designed software is used to produce and distribute ten
jobs to the user, which are passed by three machines in the workspace. Matlab had been
used to program the model and to execute it. The results of using the generated model on
multiple orders revealed that the best answer could be found in the first ten iterations of
the projected 20 iterations. The optimum answer was found in half the time it was expected
to take, resulting in increased satisfaction level of the client.
Multi-agent Genetic Algorithm: Anant Kumar Jayswal and Prem Chand Saxena [19]
presented the idea for efficient load balancing by using multi-agent GA. The proposed
algorithm takes the users’ priority and the finishing time of the earliest job.
At the request of a specific user, the load is balanced between all VMs based on CPU
memory availability. The fitness function is defined as the difference between each host’s
load and the average load of the system. The results are analyzed by using cloud analyst
for simulating the experiments. It performs continuous execution of simulations for load
balancing, and the output is displayed in graphical mode with a high level of flexibility.
The IGA [44] is further improved by Vishal Goar et al. [47], which is known as
Enhanced Improved GA. The main approach adopted is to reduce the number of migrations.
This can be accomplished by changing the mutation calculation points, which ultimately
makes the execution faster and more reliable. The results of the proposed Enhanced IGA
are tested on MATLAB and compared with IGA. After comparing the response time (RT),
finish time (FT), energy consumption (E), cost (C), and number of migrations (N) of both
algorithms, it was analyzed that EIGA is better than IGA. Table 3 represents the comparison
between IGA and EIGA.
N
RT FT E C
Algorithms (in
(ms) (ms) (Joules) (Buffers)
Numbers)
IGA [44] 2.8 2.7 0.53 0.53 10
EIGA [47] 2.5 2.25 0.5 0.44 7
Electronics 2021, 10, 2718 13 of 46
In addition to the algorithms discussed, there are some other algorithms presented in
the literature. This includes techniques based on Tabu search, multi-agent systems, PSO,
multi-population GA, Job Spanning Time and Load Balancing (JLGA), and hybridization of
good features of JLGA (HJLGA). The details of these algorithms can be observed in [9,36].
The steps involved are presented in the algorithm. The next section presents various
algorithms based on PSO. However, a range of other algorithms is also available, such as
low time complexity and low cost BPSO, IPSO-TSA, and TBSLB-PSO [51–53].
Load Balancing ACO algorithm: The LB_ACO algorithm [64] first performs pheromone
initialization, followed by the task of selecting a VM based on that value. It maintains
two matrices in which one is the completion time matrix, and the other is the matrix of
pheromones. It computes the completion duration of all jobs using the beginning time of
the corresponding job. After this, an arbitrary initialization is performed at the beginning
time of the first task. It is possible to determine the beginning time of other tasks from the
completion stamp of tasks previously assigned to the respective computers. At last, at the
time when all activities are finished, the full completion time is then the magnitude of the
plan. By the ACO algorithm, the best mapping of tasks to VMs is determined. By using the
process followed by an ant, we obtain a more workable solution. The available resources
are assigned by utilizing the ant concept. Assigning each task to any of the available
resources without preemption is proposed. It first initializes the pheromone matrix. By
calculating met heuristic probability, a subsequent task is assigned by using the transition
rule. Depending upon the highest probability, the tasks are assigned to a particular VM (by
keeping track of the completion time). For every ant, the fitness function is calculated to
find the local solution. Later on, it ultimately changes the global solution. After performing
non-dominated sorting on solutions, an optimal solution is achieved.
Improved ACO algorithm: Awatif Ragmani et al. [65] introduces an improved ant
colony algorithm by introducing a fuzzy logic module with it. The fuzzy logic module
calculates the pheromone value [66]. It also uses the Taguchi concept to optimize the ACO
algorithm parameters. A CloudAnalyst is also used as a simulator, which confirms that
the algorithm is appropriate for dealing with complex networks through experimental
outcomes. The simulations proved that the technique adopted improves load balancing in
the cloud environment while the response time is reduced to 82%.
Hybrid ACO algorithm: M Junaid et al. [21] has suggested a hybrid approach. This
approach comprises two phases. In the first level, the vector machine support is updated
to establish precise classifications across various file formats. Best classification over es-
tablished validity metrics has been demonstrated by the initially classified results. Values
for these metrics differ between 0 and 1. The performance of the File Type Formatting
algorithm using the Help Vector Machine is the data that ACOFTF will obtain for schedul-
ing purposes. The ACO algorithm performs QoS metrics for multi-object scheduling (i.e.,
reduced violations, minimum migration time, high optimization, reduced makespan, and
high response time).
Hybrid discrete ABC algorithm: In a cloud environment, Junqing Li et al. [72] con-
siders and solves the flexible task scheduling issue. To solve the problem, the hybrid
discrete ABC algorithm is being used. It is suggested to first model the question as a
hybrid flow shop scheduling problem. They considered both single and multiple goals.
The proposed work considers three types of bees (i.e., the working bee, the onlooker bee,
and the scout bee). As a primary contributor to coping with manipulation skills, various
forms of permutation systems are investigated. An efficient selection approach is also used
for the enhancement of the exploitation process. The convergence ability is also improved
to increase by designing the abandoned solution. The performance of the algorithm is
confirmed by performing proof of work (i.e., tested on authenticated benchmarks).
Enhanced Bee Colony Algorithm: The proposed method [73] utilizes the foraging
behavior of bees to improve load balancing in cloud environments. Inspired from the
ACO algorithm, rescheduling is performed after identifying the underloaded machines.
For every task (honey bee), calculate the load on VM (honey bee foraging a food source)
and make a decision either to shift load or not. After this, the VMs are grouped based on
load. Then, by using the groups, sorting is performed to make sets of overloaded (honey
bees starve for a food source) and under-loaded machines. The procedure of sorting is
performed again to prioritize the overloaded tasks. After assigning priorities, the capacity
of underloaded VMs is checked in order to identify a suitable VM for load allocation. After
assigning load, the overloaded and underloaded machines are updated in order to be
considered for future load balancing.
Load Balancing Algorithm Based on Honey Bee (LBA_HB): Walaa Hashem et al. [74]
proposed the LBA_HB algorithm. It mainly focuses on distributing the load to the network
links in the most balanced way. For proper management of workload, whenever there is a
task that asks to be processed by the VM, it checks for two conditions:
1. No. of tasks being processed by the VM < No. of tasks processing by other VMs;
2. The deviation of the VM processing time from the average processing time of all
VMs is less than the threshold. In this manner, the overall response times and data
center processing times are successfully minimized (proved by simulations). As the
algorithm intelligently focuses on distributing load to avoid under and overutilization
of VMs, compared to other swarm algorithms i.e., ACO and ABC, the balancing
performed by LBA_HB is more efficient.
response times with a balanced load. The algorithm saves all the information along with the
assigned demands to the VMs as wolves first find the overloaded system. Whenever there
is an allocation request, the least loaded system for assigning the assignment is found, just
as the second move for the wolves is to identify the status. The researchers then modified
the procedure by introducing fuzzy logic with GWO for making the system stable. This
technique considers CPU speed and load as inputs for better load adjustment. They assign
rules by using fuzzy logic, i.e., LOW when speed is ZERO (0), MEDIUM when speed is 0.4,
HIGH when speed is 0.6–0.7, and VERY HIGH when speed is ONE (1).
A Hybrid GWO and ABC Algorithm: A hybrid solution is proposed by Soukaina
Ouhame, Youssef Hadi, and Arifullah [83]. The resource allocation method in VM often
fails because of a lack of proper load balancing. It is either overloaded or underloaded.
To resolve this discrepancy, a hybrid of the GWO and ACO algorithms is proposed. The
grey wolf performs the first improvement at local search; it is then utilized by the ABC
algorithm for further improvements in fitness function. In this manner, this hybrid tech-
nique improves overall throughput, stability, execution time, and energy consumption.
It efficiently improves the resource allocation system in VM to 1.25% than compared to
simple ACO and GWO algorithms in cloud environments.
iBAT Algorithm: A system is operated using an Improvised BAT algorithm for load
balancing [62]. The iBAT algorithm utilizes the Minimum-Min and Max-Minimum algo-
rithms, which aim to produce a population of more optimized virtual bats. The minimum-
minimum and max-minimum algorithms are used for listing the least and most observed
ending time of the tasks, respectively. In this manner, it schedules resources with the least
execution time. In this manner, a more desirable population is generated to achieve the
best results.
MicroBAT Algorithm: A system model [90] utilizes the concept of micro-bats as they
recognize the shortest iteration to the prey. The model proposed improves its computations
by adapting the echolocation method of bats. Youssef Fahim et al. separated their modeling
in two sections. The first one is for the classification performed before allocation. This
classification is based on the meta-heuristics bat algorithm. It pre-classifies the spots
as per the available resources in the cloud environment. The second one permits the
task to multiple VMs after checking the load (status and allocation). In this manner, this
method allocates jobs to VMs with equal load distribution. It also guarantees all the
Electronics 2021, 10, 2718 22 of 46
possible allocations in series or parallel mode. This technique also proposes shifting tasks
from one VM to another in order to manage the load more efficiently (i.e., to avoid over
and underutilization).
Hybrid PSO-BAT Algorithm: A hybrid approach of PSO and BAT algorithm is pre-
sented by Valarmathi, R et al. The idea is to swap and update the population by using both
algorithms until the best population target is achieved. This technique mainly focuses on
the main drawback of the PSO algorithm. Keeping in mind the fact that the convergence
of PSO becomes slow after several iterations, the BAT algorithm increases this diversity.
The fitness function monitors the poor population of both algorithms and transforms them
into stronger ones. These good individuals are merged at the end to achieve enhanced
optimization. The simulator proves the better performance achieved after performing task
scheduling conducted in the cloud for load balancing. It reduces the cost and makespan.
At the same time, it also improves the utilization of resources. Table 4 presents the pros
and cons of the discussed traditional SI algorithms.
Figure 11. Bubble net hunting strategy of whale optimization load balancing technique [91].
≥
Electronics 2021, 10, 2718 24 of 46
Pseudocode of Standard WO
1. Initialize the population of whales (agents) “W”
2. Calculate the value of the fitness function.
3. Randomly pick the search agent W*
4. While i = 1 and t < MAX_LIMIT
5. Repeat for each search agent
6. if (probability < 0.5)
7. if (|A| <1)
8. Update the position of ith search agent by Eqution (1)
9. else if (probability < 0.5 AND |A| ≤ 1)
10. Update the position of ith search agent by Eqution (2)
11. end if
12. else if (probability ≥ 0.5)
13. Update the position of ith search agent by Eqution (3)
14. end if
15. End inner loop
16. Calculate the fitness of W(t + 1) and update W*
17. End Outer loop
Improved Whale Optimization Algorithm (IWO): To boost the optimal solution ex-
ploration capability of the WOA-based system, Xuan Chen et al. [96] suggest an effective
algorithm called Improved WOA for cloud task scheduling. The researchers are particu-
larly interested in optimizing the makespan, load, and price expense of a cloud computing
environment for specific tasks, and these considerations will be critical in ensuring that the
VMs’ overall functionality is as efficient as possible. In the very beginning, the proposed
task scheduling scheme is used to map the foraging whale model. This model ultimately
allows obtaining an estimated optimal solution. On this foundation, the study recommends
Improved WOA for cloud task scheduling for load balancing, an advanced method aimed
at enhancing WOA’s optimal solution exploration ability. IWC starts by setting network
input tasks and all the available specifications. It also identifies the underlying virtual ma-
chines, tasks, and resources, allowing them to be mapped according to a particular strategy.
The task scheduler at the scheduler layer will then create an optimized task execution plan
based on modeling to meet the assigned specifications. Ultimately, the configured control
plan is sent to the task control center for operation, with the output results being sent to the
clients. IWC outperforms the competition around the board, showing that it can efficiently
minimize device costs while optimizing the load in VMs for cloud computing activities.
≤
Electronics 2021, 10, 2718 26 of 46
solution (food source in case of spiders) in the cloud. Each searching device in the cloud
environment moves freely in the solution space to find the best VM for the user tasks.
When the number of tasks is 200, the CSSA decreases the total cost by an average of
33.66% relative to Genetic, PSO, and ABC Algorithms. Furthermore, Genetic, PSO, and
ABC algorithms show efficiency up to 79%, 83%, and 86%, respectively, whereas CSSA
generates 97% efficiency. As far as other performance parameters are considered, CSSA
proves effective performance improvements.
Social Spider Cloud Web Algorithm (SSCWA): Abrol et al. [102] proposed that the
tasks will behave as spiders, and their QoS characteristics will be defined as the spider’s
fitness based on the Social Spiral algorithm. The tools function as prey, and their ability
corresponds to the health of the prey. In contrast to other tasks, tasks with a higher QoS, i.e.,
a high resource consumption criterion, are given higher priority. The proposed procedure
first generates the population of tasks and resources along with the quality constraints.
The fitness value is obtained from the given tasks and every available resource. After
this, depending upon the available resource utilizations, a vibration is produced. The
task’s vibration frequency is related to the resource’s vibration intensity. If the vibration
frequency of the resource is greater than the vibration intensity of the task, then the task
will be assigned to the resource. Otherwise, another resource with a higher vibration rate
than the previous one is found. The task’s vibration frequency concerning service vibration
strength is calculated. To find the best solution, a population of tasks and resources
with QoS requirements is created. In terms of execution cost, throughput, execution, and
response time, experimental results indicated that the QoS aware SSCWA surpasses ABC,
PSO, and ACO.
Figure 14. Social roosting behavior of raven roosting load balancing technique [91].
Table 6. Summary of the SI based load balancing algorithms for cloud computing.
Table 6. Cont.
Artificial bee foraging Geetha Muthsamy, Suganthe Ravi Managing the load of Task preemption to reduce the tasks’
Improves QoS metrics.
optimization Chandran, 2020 distributed systems. response and execution time.
Hybrid artificial bee
Flexible task Scheduling in Improves the rate of convergence with
colony Algorithm with Jun-qing, Yun-qi, 2020. Enhances the exploitation process.
cloud computing. increased performance.
multi-objective
Grey Wolf Optimization (GWO)
Patel, D., Patra, M. K., and Sahoo, Maintaining load in a Propose resource allocation and load
Simple GWO Reduces the makespan.
B.,2020 cloud-based environment. balancing.
Hybrid Cloud Load Balancing with
GWO_PSO Gohil, B. N., and Patel, D. R., 2018 Convergence near the optimal solution. Satisfy quality of service constraints.
Algorithm heterogeneous resources.
Xingjun, L., Zhiwei, S., Hongping, C., Managing the load on Ensures the utilization of resources Reduces response time and improves
Fuzzy GWO
and Mohammed, 2020 cloud-based IoT. efficiently. the degree of imbalancing.
Improves 1.25% precision and reliability for Improves efficiency, energy
Soukaina Ouhame, Youssef Hadi, The resource allocation system is
Hybrid GWO_ABC cloud computing resource allocation consumption, and the average time for
2020 utilizing load balancing. systems in VM. network execution.
In terms of make-up, cost, and the overall
Optimize the Load by task amount of work completed during the
Improved GWO Gobalakrishnan Natesan, Arun Improves the overall QoS.
Chokkalingam, 2020 scheduling and resource
optimization. deadline, obtain the closest optimum
schedule of tasks.
Electronics 2021, 10, 2718 34 of 46
Table 6. Cont.
Table 6. Cont.
Basic RRO E. Rani and H. Kaur., 2017 Efficient task scheduling. Improves makespan, average response, and To find the capacity of VMs.
waiting time.
Improve performance, avg. response, and
Improved RRO Torabi, S., & Safi-Esfahani, F., 2018 Effective load scheduling. waiting time. To resolve premature convergence.
Table 7. Performance analysis of avg. TRT for 10, 20, 30, and 50 UB with 5 DC.
Algorithms Avg. TRT for 10 UB (ms) Avg. TRT for 20 UB (ms) Avg. TRT for 30 UB (ms) Avg. TRT for 50 UB (ms)
GA 48.4 49.2 52.3 56.4
ACO 46.7 49 52.6 58.2
PSO 45.6 47.2 50.3 53.2
Table 8. Performance analysis of avg. TRT for 10, 20, 30, and 50 UB with 10 DC.
Algorithms Avg. TRT for 10 UB (ms) Avg. TRT for 20 UB (ms) Avg. TRT for 30 UB (ms) Avg. TRT for 50 UB (ms)
GA 45.6 46 48.4 52.8
ACO 44.6 46.9 49 52.8
PSO 43.2 45.2 47.8 50.8
Table 9. Performance analysis of avg. TRT for 10, 20, 30, and 50 UB with 15 DC.
Algorithms Avg. TRT for 10 UB (ms) Avg. TRT for 20 UB (ms) Avg. TRT for 30 UB (ms) Avg. TRT for 50 UB (ms)
GA 42.1 43.2 45.8 47.9
ACO 41.2 42.6 44 46.2
PSO 40.2 42.2 44 47.6
Table 10. Performance analysis of avg. TRT for 10, 20, 30, and 50 UB with 20 DC.
Table 7 compares the TRT for 10, 20, 30, and 50 UB with five DC. It can be concluded
that PSO provides reduced average TRT than compared to GA and ACO. Table 8 increases
DC to 10. PSO’s performance for reduced average TRT in this particular condition is still
the best than compared to GA and ACO. In the case of 15 DC (Table 9), the average TRT of
GA is the greatest than compared to ACO and PSO. The same trend is observed in Table 10.
If we make comparisons, then PSO’s response time is better than GA and ACO. After
the comparative results obtained from Table 5, it can be concluded that the response time
of PSO is approximately 4.5% better than ACO and GA.
Electronics 2021, 10, 2718 37 of 46
As far as overall progress is concerned, all algorithms show promising results with
20 Data Centers than compared to five DCs.
6.1.2. Comparative Performance Analysis of Average Data Center Processing Time (DCPT)
for Different User Bases (UB) and Data Centers (DC)
Tables 11–14 present the comparative performance analysis among GA, ant colony,
and particle swarm optimization techniques used for load balancing based on average data
center processing time for different UBs and DCs.
Table 11. Performance analysis of avg. DCPT for 10, 20, 30, and 50 UB with 5 DC.
Avg. DCPT for 10 UB Avg. DCPT for 20 UB Avg. DCPT for 30 UB Avg. DCPT for 50 UB
Algorithms
(ms) (ms) (ms) (ms)
GA 6.4 6.1 6 5.6
ACO 5.6 5.2 5.1 4.8
PSO 5.9 5.1 4.9 4.6
Table 12. Performance analysis of avg. DCPT for 10, 20, 30, and 50 UB with 10 DC.
Avg. DCPT for 10 UB Avg. DCPT for 20 UB Avg. DCPT for 30 UB Avg. DCPT for 50 UB
Algorithms
(ms) (ms) (ms) (ms)
GA 5.8 5.6 5.5 5.2
ACO 5.2 5 4.8 4.6
PSO 5.4 4.8 4.6 4.3
Table 13. Performance analysis of avg. DCPT for 10, 20, 30, and 50 UB with 15 DC.
Avg. DCPT for 10 UB Avg. DCPT for 20 UB Avg. DCPT for 30 UB Avg. DCPT for 50 UB
Algorithms
(ms) (ms) (ms) (ms)
GA 5.6 5.3 5.1 4.7
ACO 5 4.8 4.7 4.4
PSO 5.1 4.6 4.5 4.2
Table 14. Performance analysis of avg. DCPT for 10, 20, 30, and 50 UB with 20 DC.
Avg. DCPT for 10 UB Avg. DCPT for 20 UB Avg. DCPT for 30 UB Avg. DCPT for 50 UB
Algorithms
(ms) (ms) (ms) (ms)
GA 5.3 5.1 4.9 4.5
ACO 4.8 4.6 4.5 4.2
PSO 4.9 4.5 4.3 4
The average data center processing time (DCPT) for various UBs is shown in Table 11
with five DC. The average DCPT of GA is the greatest than compared to ACO and PSO,
which ultimately shows that ACO has the least average DCPT. The results for 10, 15, and
20 DC are shown in Tables 12–14 with the same observation.
The comparative result analysis from Tables 9–12 showed that the DCPT of GA is
higher than ACO and PSO. It can be concluded that as the number of user bases increased
from 10 to 50, the lowest DCPT is produced by PSO than compared to GA and ACO.
As far as overall progress is concerned, all algorithms show slightly better results with
the increased numbers of UBs.
Electronics 2021, 10, 2718 38 of 46
6.1.3. Comparative Performance Analysis Based on Time and Cost to Complete Tasks
Tables 15 and 16 present the comparative performance analysis among GA, ant colony,
and particle swarm optimization techniques used for load balancing based on average data
center processing time for different UBs and DCs.
No of Tasks 3 4 5 6
GA (time) 2.1 3 5.75 6
PSO (time) 1.5 2.5 5 5.5
No of Tasks 3 4 5 6
GA (cost) 20 42 90 112
PSO (cost) 10 25 80 100
It is inferred from the table that no matter how much the number of tasks increased,
PSO is significantly better than GA. As the number of tasks increases, the cost of PSO and
GA also increases; but PSO’s cost is considerably lower than GA.
Comparative result analysis from Tables 13 and 14 showed that the PSO is better than
compared to GA based on time and cost. It consumes less time and has less cost.
By utilizing comparative studies, we have analyzed that the GA experiences the
highest DCPT. Another key observation is for DCPT, which shows that when DC is set
to five, ACO achieves higher DCPT, and PSO produces the very same DCPT. It has been
discovered that GA achieves the highest DCPT.
The improved GA targets throughput, makespan, and availability, while the improved
versions of GA also target improved response time and optimized resource utilization. PSO
algorithms focus on reducing response time with efficient resource utilization while the hy-
brid and improved approaches of PSO facilitate the improvement of makespan and energy
conservation. Simple ACO targets the performance parameters of energy conservation
and scalability, while the improved hybridized variations of ACO also facilitate efficient
resource utilization. Artificial honey bee incorporates the reduction in response time,
throughput, and makespan while its improved versions also facilitate efficient utilization
of available resources. Basic GWO further provides load balancing with reduced response
time with better scalability while their improved versions also target at reducing the re-
sponse time with better resource utilization. The simple BAT algorithm for load balancing
reduces the response time with better utilization of resources but the proposed improved
variations not only support resource optimization but also facilitate makespan with high
scalability. The Modern Chaotic Wave algorithm is introduced to support reduced response
time with better scalability while the improved and optimized variations of whale opti-
mization support reduced response time, better throughput, makespan, conservation of
energy, and better scalability. Spider Mesh Overlay supports load balancing by provid-
ing better energy conservation, scalability, and optimized resource utilization. Dragonfly
optimization is another swarm-based load balancing technique that targets at improving
scalability, energy conservation with optimized resources, and reduced response time.
Electronics 2021, 10, 2718 40 of 46
The basic raven roosting algorithm focuses on improving the performance parameters of
response time, throughput, makespan, and resource utilization, while its improved version
further provides better energy conservation with improved scalability.
From the above comparison, it is concluded that the overall performance of the dragon-
fly optimization algorithm and raven roosting algorithm is better than the other surveyed
algorithms. They improve scalability, energy conservation with optimized resources, and
reduced response time.
7. Future Directions
It is inferred from the analysis performed during this research process that a range
of problems is still open in the process of load balancing [116]. In this review paper, we
have discussed various SI load balancing algorithms along with certain variations. It is
surveyed that these algorithms contribute to improving quality parameters and QoS in
cloud computing. Despite having many advantages, there are some loopholes as well,
such as inadequate frequency regulation, power loss, slow convergence rate, complexity,
low efficiency, no accurate method to estimate execution time, throughput being low in
dynamic load balancing, etc. Table 18 indicates the research challenges that are faced in
load balancing.
In the future, they can be resolved by applying some innovative and advanced load
balancing algorithms, particularly along with additional QoS metrics and algorithm com-
plexity assessment dimensions [117]. As the emergence of cloud computing deals with
more and more data, the swarm load balancing algorithms also need to evolve in the fields
of machine learning, artificial intelligence, IoT, blockchain, etc. Furthermore, in most of the
review techniques, some important cloud computing factors such as security, cost of service,
storage space, and carbon emission were not considered, which are more qualitative and
quantitative attributes related to selecting the suitable service. Maintaining the network’
self-organization as everything is adapting to the concept of the Internet of things and man-
aging the load efficiently by keeping all the quality parameters in view can be other future
research possibilities. Therefore, there is an absolute demand for techniques that efficiently
deal with the complex nature of load without bypassing any of the quality parameters.
8. Conclusions
This research paper emphasizes the dynamic solution of one of the most highlighted
challenges of cloud computing, i.e., load balancing. Cloud computing is something that we
all use the entire day without realizing. This tremendous increase in use adds exponential
load relative to the cloud due to which its performance can suffer.
LB’s primary objective is to fulfill user needs by spreading the workload across several
network nodes and optimizing the usage of resources and increasing the performance of
devices. To overcome this challenge, a comprehensive survey is presented, focusing on
some traditional and modern techniques of SI based algorithms for load balancing in the
cloud. These techniques include GA, PSO, ACO, BAT, ABC, GWO, WOA, RRO, DO, and
SSO and their variants for performing load balancing in cloud computing more efficiently.
A comparative analysis based on the performance and quality parameters of the algorithms
surveyed is also provided. It is noted that the algorithms surveyed usually work to boost
QoS, the response time, utilization of resources, throughput, makespan, scalability, and
fast convergence.
Electronics 2021, 10, 2718 41 of 46
Apart from all of the improved advantages, these algorithms have some discrepancies
as well, such as resource and energy overutilization, insufficient control rates, and static
thresholds. Therefore, in the future, more enhancements are required in the field of load
balancing by using swarm intelligence algorithms to boost the quality. Close comparisons
are performed on the surveyed algorithms. The actual quality of the raven roosting
and dragonfly algorithms is found to be higher than the other implementations after
evaluating all of the surveyed techniques. It has been discovered by the observation that
both dragonfly and raven roosting algorithms perform load balancing more effectively
than other approaches. Although some of the strategies are ineffective with mediocre
results, others are not worse. The function and application are completely reliant on the
cloud environment and quality-control criteria.
This survey considers the most crucial consideration for supplying cloud services
adequately, which is load balancing. Therefore, this survey paper provides a proper
breakdown of SI based cloud load balancing algorithms and the issues these algorithms
pose when applied in a cloud context in this research study. The entire set of algorithms
investigated in this study has been presented with pros and cons. As a result, the algorithms
still have the potential for development. As a result, the plan is to develop our swarm
intelligence-based methodology in the near future in order to confront the concerns that
have been raised and discussed. This survey will also make it easier for investigators to
compare quality characteristics and contribute to this critical area of attention, which will
more effectively help to balance the load in cloud infrastructure by using more optimized
state-of-the-art techniques.
Due to the tremendous benefits in practical problems [118], several industries are
adopting dynamic load balancing techniques:
• For software or hardware maintenance, the complete network does not need to be
taken down or offline;
• It can be performed on one server at a time while other servers’ services are still functioning;
• When more storage or processing capability is needed, businesses may simply ask their
service provider to swiftly and seamlessly deploy additional servers to the connection;
• In the case of a catastrophe at the primary data center, distributed load balancing
can provide disaster restoration services by diverting user connection requests in a
disaster recovery data center;
• Massive enterprises with resource-intensive services, large amounts of constantly
expanding data, and continual traffic want network connectivity, reliability, and
flexibility in order to ensure that consumers can access their services or products at
any location worldwide.
Author Contributions: Conceptualization, M.A.E. and D.S.; methodology, M.A.E. and A.S.; valida-
tion, N.I., A.A. and S.R.; formal analysis, A.S. and A.A.; investigation, M.A.E. and S.R.; resources,
D.S. and S.R.; data curation, A.S. and N.I.; writing—original draft preparation, M.A.E. and A.S.;
writing—review and editing, S.R., N.I. and A.A.; visualization, S.R. and A.A.; supervision, A.S.;
project administration, S.R.; funding acquisition, M.A.E. All authors have read and agreed to the
published version of the manuscript.
Funding: The authors express their gratitude to the ministry of education and the Deanship of
Scientific Research of Najran University, Kingdom of Saudi Arabia, for financial and technical
support under code number NU/-/SERC/10/555.
Conflicts of Interest: The authors declare no conflict of interest.
References
1. DeStefano, T.; Kneller, R.; Timmis, J. Cloud Computing and Firm Growth; 2020; p. 8306. Available online: https://papers.ssrn.com/
sol3/papers.cfm?abstract_id=3618829 (accessed on 15 July 2021).
2. Chen, Y.; Li, X.; Chen, F. Overview and analysis of cloud computing research and application. In Proceedings of the 2011
International Conference on E-Business and E-Government (ICEE), Shanghai, China, 6–8 May 2011.
Electronics 2021, 10, 2718 42 of 46
3. Shahid, M.A.; Islam, N.; Alam, M.M.; Mazliham, M.S.; Musa, S. Towards Resilient Method: An exhaustive survey of fault
tolerance methods in the cloud computing environment. Comput. Sci. Rev. 2021, 40, 100398. [CrossRef]
4. Langmead, B.; Nellore, A. Cloud computing for genomic data analysis and collaboration. Nat. Rev. Genet. 2018, 19, 208–219.
[CrossRef] [PubMed]
5. Velte, A.T.; Velte, T.J.; Elsenpeter, R. Cloud Computing: A Practical Approach. ISSN 2019, 2278, 0181.
6. Kumar, P.; Kumar, R. Issues and challenges of load balancing techniques in cloud computing: A survey. ACM Comput. Surv.
(CSUR) 2019, 51, 1–35. [CrossRef]
7. Gutierrez-Garcia, J.O.; Ramirez-Nafarrate, A. Collaborative agents for distributed load management in cloud data centers using
live migration of virtual machines. IEEE Trans. Serv. Comput. 2015, 8, 916–929. [CrossRef]
8. Chen, S.-L.; Chen, Y.-Y.; Kuo, S.-H. CLB: A novel load balancing architecture and algorithm for cloud services. Comput. Electr.
Eng. 2017, 58, 154–160. [CrossRef]
9. Kaur, K.; Kumar, Y. Swarm Intelligence and its applications towards Various Computing: A Systematic Review. In Proceedings of
the 2020 International Conference on Intelligent Engineering and Management (ICIEM), London, UK, 17–19 June 2020.
10. Princess, G.A.P.; Radhamani, A. A Hybrid Meta-Heuristic for Optimal Load Balancing in Cloud Computing. J. Grid Comput. 2021,
19, 1–22.
11. Chien, N.K.; Son, N.H.; Loc, H.D. Load balancing algorithm based on estimating finish time of services in cloud computing. In
Proceedings of the 2016 18th International Conference on Advanced Communication Technology (ICACT), Pyeongchang, Korea,
31 January–3 February 2016.
12. Xavier, M.G.; Neves, M.V.; Rossi, F.D.; Ferreto, T.C.; Lange, T.; Rose, C.A.F. Performance evaluation of container-based virtualiza-
tion for high performance computing environments. In Proceedings of the 2013 21st Euromicro International Conference on
Parallel, Distributed, and Network-Based Processing, Belfast, UK, 27 February–1 March 2013.
13. Soltesz, S.; Pötzl, H.; Fiuczynski, M.E.; Bavier, A.; Peterson, L. Container-based operating system virtualization: A scalable,
high-performance alternative to hypervisors. In Proceedings of the 2nd ACM SIGOPS/EuroSys European Conference on
Computer Systems 2007, Lisbon, Portugal, 21–23 March 2007.
14. Santos, J.; Wauters, T.; Volckaert, B.; Truck, F.D. Towards network-aware resource provisioning in Kubernetes for fog computing
applications. In Proceedings of the 2019 IEEE Conference on Network Softwarization (NetSoft), Paris, France, 24–28 June 2019.
15. Fazio, M.; Celesti, A.; Ranjan, R.; Liu, C.; Chen, L.; Villari, M. Open issues in scheduling microservices in the cloud. IEEE Cloud
Comput. 2016, 3, 81–88. [CrossRef]
16. Burns, B.; Beda, J.; Hightower, K. Kubernetes: Up and Running: Dive into the Future of Infrastructure; O’Reilly Media: Sebastopol,
CA, USA, 2019.
17. Mishra, S.K.; Sahoo, B.; Parida, P.P. Load balancing in cloud computing: A big picture. J. King Saud Univ.-Comput. Inf. Sci. 2020,
32, 149–158. [CrossRef]
18. Makasarwala, H.A.; Hazari, P. Using genetic algorithm for load balancing in cloud computing. In Proceedings of the 2016 8th
International Conference on Electronics, Computers and Artificial Intelligence (ECAI), Ploiesti, Romania, 30 June–2 July 2016.
19. Elmagzoub, M.A.; Shaikh, A.; Alghamdi, A.; Rajab, K. A review on MIMO wireless signals over fibre for next generation fibre
wireless (FiWi) broadband networks. Electronics 2010, 9, 2014. [CrossRef]
20. Mosa, M.A.; Anwar, A.S.; Hamouda, A. A survey of multiple types of text summarization with their satellite contents based on
swarm intelligence optimization algorithms. Knowl.-Based Syst. 2015, 163, 518–532. [CrossRef]
21. Junaid, M.; Sohail, A.; Ahmed, A.; Baz, A.; Khan, I.A.; Alhakami, H. A hybrid model for load balancing in cloud using file type
formatting. IEEE Access 2020, 8, 118135–118155. [CrossRef]
22. Gźsior, J.; Seredyński, F. Decentralized Job Scheduling In The Cloud Based On A Spatially Generalized Prisoner’s Dilemma Game.
Int. J. Appl. Math. Comput. Sci. 2015, 25, 737–751. [CrossRef]
23. Kennedy, J. Swarm Intelligence. In Handbook of Nature-Inspired and Innovative Computing; Springer: Boston, MA, USA, 2006;
Volume 1, pp. 187–219. ISBN 978-0387-27705-9.
24. Tan, Y.; Shi, Y.; Tuba, M. Advances in Swarm Intelligence, In Proceedings of the 11th International Conference ICSI 2020, Belgrade, Serbia,
14–20 July 2020; Springer Nature: Basingstoke, UK, 2020; Volume 12145.
25. Fahad, M.; Aadil, F.; Khan, S.; Shah, P.A.; Muhammad, K.; Lloret, J.; Wang, H.; Lee, J.W.; Mehmood, I. Grey wolf optimization
based clustering algorithm for vehicular ad-hoc networks. Comput. Electr. Eng. 2018, 70, 853–870. [CrossRef]
26. Sun, W.; Tang, M.; Zhang, L.; Huo, Z.; Shu, L. A survey of using swarm intelligence algorithms in IoT. Sensors 2020, 20, 1420.
[CrossRef] [PubMed]
27. Xu, M.; Tian, W.; Buyya, R. A survey on load balancing algorithms for virtual machines placement in cloud computing. Concurr.
Comput. Pract. Exp. 2017, 29, e4123. [CrossRef]
28. Chakraborty, T.; Datta, S.K. Application of swarm intelligence in internet of things. In Proceedings of the 2017 IEEE International
Symposium on Consumer Electronics (ISCE), Kuala Lumpur, Malaysia, 14–15 November 2017.
29. Houssein, E.H.; Gad, A.G.; Wazery, Y.M.; Suganthan, P.N. Task scheduling in cloud computing based on meta-heuristics: Review,
taxonomy, open challenges, and future trends. Swarm Evol. Comput. 2021, 62, 100841. [CrossRef]
30. Ojha, V.K.; Abraham, A.; Snášel, V. Metaheuristic design of feedforward neural networks: A review of two decades of research.
Eng. Appl. Artif. Intell. 2017, 60, 97–116. [CrossRef]
Electronics 2021, 10, 2718 43 of 46
31. Zhang, B.; Lin, C.; Huo, L.; Wang, Z.; Chan, C.K. A simple high-speed WDM PON utilizing a centralized supercontinuum
broadband light source for colorless ONUs. In Proceedings of the 2006 Optical Fiber Communication Conference and the National
Fiber Optic Engineers Conference, Anaheim, CA, USA, 5–10 March 2006.
32. Buyya, R.; Srirama, S.N.; Casale, G.; Calheiros, R.; Simmhan, Y.; Varghese, B.; Gelenbe, E.; Javadi, B.; Vaquero, L.M.;
Netto, M.A.; et al. A manifesto for future generation cloud computing: Research directions for the next decade. ACM Comput.
Surv. (CSUR) 2018, 51, 1–38. [CrossRef]
33. Ebadifard, F.; Babamir, S.M. Autonomic task scheduling algorithm for dynamic workloads through a load balancing technique
for the cloud-computing environment. Clust. Comput. 2021, 24, 1075–1101. [CrossRef]
34. Singh, S.; Chana, I. A survey on resource scheduling in cloud computing: Issues and challenges. J. Grid Comput. 2016, 14, 217–264.
[CrossRef]
35. Vakili, A.; Navimipour, N.J. Comprehensive and systematic review of the service composition mechanisms in the cloud
environments. J. Netw. Comput. Appl. 2017, 81, 24–36. [CrossRef]
36. Hota, A.; Mohapatra, S.; Mohanty, S. Survey of different load balancing approach-based algorithms in cloud computing: A
comprehensive review. Comput. Intell. Data Min. 2019, 711, 99–110.
37. Jyoti, A.; Shrimali, M.; Tiwari, S.; Singh, H.P. Cloud computing using load balancing and service broker policy for IT service: A
taxonomy and survey. J. Ambient. Intell. Humaniz. Comput. 2020, 11, 4785–4814. [CrossRef]
38. Ghomi, E.J.; Rahmani, A.M.; Qader, N.N. Load-balancing algorithms in cloud computing: A survey. J. Netw. Comput. Appl. 2017,
88, 50–71. [CrossRef]
39. Sa, P.K.; Sahoo, M.N.; Murugappan, M.; Wu, Y.; Majhi, B. (Eds.) Progress in Intelligent Computing Techniques: Theory, Practice, and
Applications: Proceedings of ICACNI 2016, Volume 2; Springer: Berlin/Heidelberg, Germany, 2017; Volume 719.
40. Kabir, M.S.; Kabir, K.M.; Islam, D.R. Process of load balancing in cloud computing using genetic algorithm. Electr. Comput. Eng.
Int. J. (ECIJ) 2015, 4, 57–65. [CrossRef]
41. Shafiq, D.A.; Jhanjhi, N.; Abdullah, A. vLoad balancing techniques in cloud computing environment: A review. J. King Saud Univ.
-Comput. Inf. Sci. 2021. [CrossRef]
42. Miao, Z.; Yong, P.; Mei, Y.; Quanjun, Y.; Xu, X. A discrete PSO-based static load balancing algorithm for distributed simulations in
a cloud environment. Future Gener. Comput. Syst. 2021, 115, 497–516. [CrossRef]
43. Dam, S.; Mandal, G.; Dasgupta, K.; Dutta, P. Genetic algorithm and gravitational emulation based hybrid load balancing strategy
in cloud computing. In Proceedings of the 2015 Third International Conference on Computer, Communication, Control and
Information Technology (C3IT), Hooghly, India, 7–8 February 2015.
44. Kaur, S.; Sengupta, J. Load balancing using improved genetic algorithm (iga) in cloud computing. Int. J. Adv. Res. Comput. Eng.
Technol. (IJARCET) 2017, 6, 2278-1123.
45. Basu, S.; Kannayaram, G.; Ramasubbareddy, S.; Venkatasubbaiah, C. Improved Genetic Algorithm for Monitoring of Virtual
Machines in Cloud Environment. In Smart Intelligent Computing and Applications; Springer: Berlin/Heidelberg, Germany, 2019;
pp. 319–326.
46. Saadat, A.; Masehian, E. Load Balancing in Cloud Computing Using Genetic Algorithm and Fuzzy Logic. In Proceedings of
the 2019 International Conference on Computational Science and Computational Intelligence (CSCI), Las Vegas, NV, USA, 5–7
December 2019.
47. Goar, V.; Kuri, M.; Kumar, R.; Senjyu, T. Advances in Information Communication Technology and Computing; Springer:
Berlin/Heidelberg, Germany, 2021.
48. Jafarnejad Ghomi, E.; Masoud Rahmani, A.; Nasih Qader, N. Service load balancing, task scheduling and transportation
optimisation in cloud manufacturing by applying queuing system. Enterp. Inf. Syst. 2019, 13, 865–894. [CrossRef]
49. Vidya, S.H.; Prakash, R.M. Response time analysis of dynamic load balancing algorithms in Cloud Computing. In Proceed-
ings of the 2020 Fourth World Conference on Smart Trends in Systems, Security and Sustainability (WorldS4), London, UK,
27–28 July 2020.
50. Dashti, S.E.; Rahmani, A.M. Dynamic VMs placement for energy efficiency by PSO in cloud computing. J. Exp. Theor. Artif. Intell.
2016, 28, 97–112. [CrossRef]
51. Mapetu, J.P.B.; Chen, Z.; Kong, L. Low-time complexity and low-cost binary particle swarm optimization algorithm for task
scheduling and load balancing in cloud computing. Appl. Intell. 2019, 49, 3308–3330. [CrossRef]
52. Ebadifard, F.; Babamir, S.M. A PSO-based task scheduling algorithm improved using a load-balancing technique for the cloud
computing environment. Concurr. Comput. Pract. Exp. 2018, 30, e4368. [CrossRef]
53. Singh, A.B.; Bhat, S.; Raju, R.; D’Souza, R. Survey on various load balancing techniques in cloud computing. Adv. Comput. 2017,
7, 28–34.
54. Gaidhane, P.J.; Nigam, M.J. A hybrid grey wolf optimizer and artificial bee colony algorithm for enhancing the performance of
complex systems. J. Comput. Sci. 2018, 27, 284–302. [CrossRef]
55. Alguliyev, R.M.; Imamverdiyev, Y.N.; Abdullayeva, F.J. PSO-based load balancing method in cloud computing. Autom. Control.
Comput. Sci. 2019, 53, 45–55. [CrossRef]
56. Agarwal, R.; Baghel, N.; Khan, M.A. Load balancing in cloud computing using mutation based particle swarm optimization.
In Proceedings of the 2020 International Conference on Contemporary Computing and Applications (IC3A), Lucknow, India,
5–7 February 2020.
Electronics 2021, 10, 2718 44 of 46
57. Jordehi, A.R.; Jasni, J. Particle swarm optimisation for discrete optimisation problems: A review. Artif. Intell. Rev. 2015, 43,
243–258. [CrossRef]
58. Golchi, M.M.; Saraeian, S.; Heydari, M. A hybrid of firefly and improved particle swarm optimization algorithms for load
balancing in cloud environments: Performance evaluation. Comput. Netw. 2019, 162, 106860. [CrossRef]
59. Pan, K.; Chen, J. Load balancing in cloud computing environment based on an improved particle swarm optimization. In
Proceedings of the 2015 6th IEEE International Conference on Software Engineering and Service Science (ICSESS), Beijing, China,
23–25 September 2015.
60. Ghumman, N.S.; Kaur, R. Dynamic combination of improved max-min and ant colony algorithm for load balancing in cloud
system. In Proceedings of the 2015 6th International Conference on Computing, Communication and Networking Technologies
(ICCCNT), Dallas-Fortworth, TX, USA, 13–15 July 2015.
61. Gao, R.; Wu, J. Dynamic load balancing strategy for cloud computing with ant colony optimization. Future Internet 2015, 7,
465–483. [CrossRef]
62. Raj, B.; Ranjan, P.; Rizvi, N.; Pranav, P.; Paul, S. Improvised Bat Algorithm for Load Balancing-Based Task Scheduling. In Progress
in Intelligent Computing Techniques: Theory, Practice, and Applications; Springer: Berlin/Heidelberg, Germany, 2018; pp. 521–530.
63. Li, G.; Wu, Z. Ant colony optimization task scheduling algorithm for SWIM based on load balancing. Future Internet 2019, 11, 90.
[CrossRef]
64. Gupta, A.; Garg, R. Load balancing based task scheduling with ACO in cloud computing. In Proceedings of the 2017 International
Conference on Computer and Applications (ICCA), Doha, Qatar, 6–7 September 2017.
65. Ragmani, A.; Elomri, A.; Abghour, N.; Moussaid, K.; Rida, M. An improved hybrid fuzzy-ant colony algorithm applied to load
balancing in cloud computing environment. Procedia Comput. Sci. 2019, 151, 519–526. [CrossRef]
66. Pourghaffari, A.; Barari, M.; Sedighian Kashi, S. An efficient method for allocating resources in a cloud computing environment
with a load balancing approach. Concurr. Comput. Pract. Exp. 2019, 31, e5285. [CrossRef]
67. Tang, L.; Pan, J.S.; Hu, Y.; Ren, P.; Tian, Y.; Zhao, H. A novel load balance algorithm for cloud computing. In International
Conference on Genetic and Evolutionary Computing; Springer: Berlin/Heidelberg, Germany, 2015.
68. Kumar, A.; Kumar, D.; Jarial, S. A review on artificial bee colony algorithms and their applications to data clustering. Cybern. Inf.
Technol. 2017, 17, 3–28. [CrossRef]
69. Rajan, C.; Geetha, K.; Priya, C.R.; Sasikala, R. Investigation on bio-inspired population based metaheuristic algorithms for
optimization problems in ad hoc networks. Int. J. Math. Comput. Phys. Electr. Comput. Eng. 2015, 9, 163–170.
70. Pruitt, J.N.; Avilés, L. Social spiders: Mildly successful social animals with much untapped research potential. Anim. Behav. 2018,
143, 155–165. [CrossRef]
71. Muthsamy, G.; Ravi Chandran, S. Task scheduling using artificial bee foraging optimization for load balancing in cloud data
centers. Comput. Appl. Eng. Educ. 2020, 28, 769–778. [CrossRef]
72. Li, J.-Q.; Han, Y.-Q. A hybrid multi-objective artificial bee colony algorithm for flexible task scheduling problems in cloud
computing system. Clust. Comput. 2020, 23, 2483–2499. [CrossRef]
73. Babu, K.R.; Samuel, P. Enhanced bee colony algorithm for efficient load balancing and scheduling in cloud. In Innovations in
Bio-Inspired Computing and Applications; Springer: Berlin/Heidelberg, Germany, 2016; pp. 67–78.
74. Hashem, W.; Nashaat, H.; Rizk, R. Honey bee based load balancing in cloud computing. KSII Trans. Internet Inf. Syst. 2017, 11,
5694–5711.
75. Patel, D.; Patra, M.K.; Sahoo, B. GWO Based Task Allocation for Load Balancing in Containerized Cloud. In Proceedings of the
2020 International Conference on Inventive Computation Technologies (ICICT), Coimbatore, India, 26–28 February 2020.
76. Abed-alguni, B.H.; Alawad, N.A. Distributed Grey Wolf Optimizer for scheduling of workflow applications in cloud environments.
Appl. Soft Comput. 2021, 102, 107113. [CrossRef]
77. Mousavi, S.; Mosavi, A.; Varkonyi-Koczy, A.R.; Fazekas, G. Dynamic resource allocation in cloud computing. Acta Polytech. Hung.
2017, 14, 83–104.
78. Faris, H.; Aljarah, I.; Al-Betar, M.A.; Mirjalili, S. Grey wolf optimizer: A review of recent variants and applications. Neural Comput.
Appl. 2018, 30, 413–435. [CrossRef]
79. Niu, P.; Niu, S.; Chang, L. The defect of the Grey Wolf optimization algorithm and its verification method. Knowl.-Based Syst.
2019, 171, 37–43. [CrossRef]
80. Natesan, G.; Chokkalingam, A. An improved grey wolf optimization algorithm based task scheduling in cloud computing
environment. Int. Arab. J. Inf. Technol. 2020, 17, 73–81. [CrossRef]
81. Gohil, B.N.; Patel, D.R. A hybrid GWO-PSO algorithm for load balancing in cloud computing environment. In Proceed-
ings of the 2018 Second International Conference on Green Computing and Internet of Things (ICGCIoT), Bangalore, India,
16–18 August 2018.
82. Xingjun, L.; Zhiwei, S.; Hongping, C.; Mohammed, B.O. A new fuzzy-based method for load balancing in the cloud-based
Internet of things using a grey wolf optimization algorithm. Int. J. Commun. Syst. 2020, 33, e4370. [CrossRef]
83. Ouhame, S.; Hadi, Y.; Arifullah, A. A hybrid grey wolf optimizer and artificial bee colony algorithm used for improvement in
resource allocation system for cloud technology. Int. J. Online Biomed. Eng. 2020, 16, 4–17. [CrossRef]
Electronics 2021, 10, 2718 45 of 46
84. Chételat, J.; Hickey, M.B.C.; Poulain, A.J.; Dastoor, A.; Ryjkov, A.; McAlpine, D.; Vanderwolf, K.; Jung, T.S.; Hale, L.; Cooke,
E.L.; et al. Spatial variation of mercury bioaccumulation in bats of Canada linked to atmospheric mercury deposition. Sci. Total
Environ. 2018, 626, 668–677. [CrossRef]
85. Ullah, A.; Nawi, N.M.; Khan, M.H. BAT algorithm used for load balancing purpose in cloud computing: An overview. Int. J. High
Perform. Comput. Netw. 2020, 16, 43–54. [CrossRef]
86. Jayabarathi, T.; Raghunathan, T.; Gandomi, A. The bat algorithm, variants and some practical engineering applications: A review.
In Nature-Inspired Algorithms and Applied Optimization; Springer: Berlin/Heidelberg, Germany, 2018; pp. 313–330.
87. Kotteeswaran, R.; Sivakumar, L. A Novel Bat algorithm based re-tuning of PI controller of coal gasifier for optimum response. In
Mining Intelligence and Knowledge Exploration; Springer: Berlin/Heidelberg, Germany, 2013; pp. 506–517.
88. Kalra, M.; Singh, S. A review of metaheuristic scheduling techniques in cloud computing. Egypt. Inform. J. 2015, 16, 275–295.
[CrossRef]
89. Shaddad, R.Q.; Mohammad, A.B.; Al-Gailani, S.A.; Al-Hetar, A.M. Optical frequency upconversion technique for transmission of
wireless MIMO-type signals over optical fiber. Sci. World J. 2014, 2014, 170471. [CrossRef]
90. Fahim, Y.; Rahhali, H.; Hanine, M.; Benlahmar, E.H.; Labriji, E.H.; Hanoune, M.; Eddaoui, A. Load balancing in cloud computing
using meta-heuristic algorithm. J. Inf. Process. Syst. 2018, 14, 569–589.
91. Bhargavi, K.; Babu, B.S.; Pitt, J. Performance Modeling of Load Balancing Techniques in Cloud: Some of the Recent Competitive
Swarm Artificial Intelligence-based. J. Intell. Syst. 2021, 30, 40–58. [CrossRef]
92. Mirjalili, S.; Lewis, A. The whale optimization algorithm. Adv. Eng. Softw. 2016, 95, 51–67. [CrossRef]
93. Strumberger, I.; Bacanin, N.; Tuba, M.; Tuba, E. Resource scheduling in cloud computing based on a hybridized whale optimization
algorithm. Appl. Sci. 2019, 9, 4893. [CrossRef]
94. Kaur, G.; Arora, S. Chaotic whale optimization algorithm. J. Comput. Des. Eng. 2018, 5, 275–284. [CrossRef]
95. Hemasian-Etefagh, F.; Safi-Esfahani, F. Dynamic scheduling applying new population grouping of whales meta-heuristic in cloud
computing. J. Supercomput. 2019, 75, 6386–6450. [CrossRef]
96. Chen, X.; Cheng, L.; Liu, C.; Liu, Q.; Liu, J.; Mao, Y.; Murphy, J. A woa-based optimization approach for task scheduling in cloud
computing systems. IEEE Syst. J. 2020, 14, 3117–3128. [CrossRef]
97. James, J.; Li, V.O. A social spider algorithm for global optimization. Appl. Soft Comput. 2015, 30, 614–627.
98. Evangeline, D.; Abirami, T. Social spider optimization algorithm: Theory and its applications. Int. J. Innov. Technol. Explor. Eng.
2019, 8, 327–332.
99. Usurelu, C.C.; Nita, M.C.; Istrate, R.; Pop, F.; Tapus, N. Spider mesh overlay for task load balancing in cloud computing.
In Proceedings of the 2015 IEEE International Conference on Intelligent Computer Communication and Processing (ICCP),
Cluj-Napoca, Romania, 3–5 September 2015.
100. Mahato, D.P.; Singh, R.S. Balanced task allocation in the on-demand computing-based transaction processing system using social
spider optimization. Concurr. Comput. Pract. Exp. 2017, 29, e4214. [CrossRef]
101. Xavier, V.A.; Annadurai, S. Chaotic social spider algorithm for load balance aware task scheduling in cloud computing. Clust.
Comput. 2019, 22, 287–297.
102. Abrol, P.; Gupta, S.; Singh, S. QoS aware social spider cloud web algorithm: Analysis of resource placement approach. In
Proceedings of the International Conference on Advancements in Computing & Management (ICACM), Jaipur, India, 13–14
April 2019.
103. Rahman, C.M.; Rashid, T.A. Dragonfly algorithm and its applications in applied science survey. Comput. Intell. Neurosci. 2019,
2019, 9293617. [CrossRef] [PubMed]
104. Amini, Z.; Maeen, M.; Jahangir, M.R. Providing a load balancing method based on dragonfly optimization algorithm for resource
allocation in cloud computing. Int. J. Netw. Distrib. Comput. 2018, 6, 35–42. [CrossRef]
105. Polepally, V.; Chatrapati, K.S. Dragonfly optimization and constraint measure-based load balancing in cloud computing. Clust.
Comput. 2019, 22, 1099–1111. [CrossRef]
106. Neelima, P.; Reddy, A.R.M. An efficient load balancing system using adaptive dragonfly algorithm in cloud computing. Clust.
Comput. 2020, 23, 2891–2899. [CrossRef]
107. Brabazon, A.; Cui, W.; O’Neill, M. The raven roosting optimisation algorithm. Soft Comput. 2016, 20, 525–545. [CrossRef]
108. Torabi, S.; Safi-Esfahani, F. Improved raven roosting optimization algorithm (IRRO). Swarm Evol. Comput. 2018, 40, 144–154.
[CrossRef]
109. Rani, E.; Kaur, H. Efficient Load Balancing Task Scheduling in Cloud Computing using Raven Roosting Optimization Algorithm.
Int. J. Adv. Res. Comput. Sci. 2017, 8, 2419–2424.
110. Torabi, S.; Safi-Esfahani, F. A dynamic task scheduling framework based on chicken swarm and improved raven roosting
optimization methods in cloud computing. J. Supercomput. 2018, 74, 2581–2626. [CrossRef]
111. Bhargavi, K.; Babu, B.S. Load Balancing Scheme for the Public Cloud using Reinforcement Learning with Raven Roosting
Optimization Policy (RROP). In Proceedings of the 2019 4th International Conference on Computational Systems and Information
Technology for Sustainable Solution (CSITSS), Bengaluru, India, 20–21 December 2019.
112. Arulkumar, V.; Bhalaji, N. Performance analysis of nature inspired load balancing algorithm in cloud environment. J. Ambient.
Intell. Humaniz. Comput. 2021, 12, 3735–3742. [CrossRef]
Electronics 2021, 10, 2718 46 of 46
113. Li, Z.; Yi, L.; Zhang, Y.; Dong, Y.; Xiao, S.; Hu, W. Compatible TDM/WDM PON using a single tunable optical filter for
both downstream wavelength selection and upstream wavelength generation. Photonics Technol. Lett. IEEE 2012, 24, 797–799.
[CrossRef]
114. Valarmathi, R.; Sheela, T. Ranging and tuning based particle swarm optimization with bat algorithm for task scheduling in cloud
computing. Clust. Comput. 2019, 22, 11975–11988. [CrossRef]
115. Al-Shargabi, M.A.; Shaikh, A.; Ismail, A.S. Enhancing the quality of service for real time traffic over Optical Burst Switching
(OBS) networks with ensuring the fairness for other traffics. PLoS ONE 2016, 11, e0161873. [CrossRef]
116. Sethi, S.; Sahu, A.; Jena, S.K. Efficient load balancing in cloud computing using fuzzy logic. IOSR J. Eng. 2012, 2, 65–71. [CrossRef]
117. Afzal, S.; Kavitha, G. Load balancing in cloud computing–A hierarchical taxonomical classification. J. Cloud Comput. 2019, 8, 1–24.
[CrossRef]
118. Dey, R.K.; Roy, S.; Bose, R.; Sarddar, D. Assessing Commercial Viability of Migrating On-Premise Mailing Infrastructure to Cloud.
Int. J. Grid Distrib. Comput. 2021, 14, 1–10.