Next Article in Journal
Application of Convolutional Neural Networks for Automated Ulcer Detection in Wireless Capsule Endoscopy Images
Next Article in Special Issue
On the Combination of Multi-Cloud and Network Coding for Cost-Efficient Storage in Industrial Applications
Previous Article in Journal
Recent Advances in Surface Plasmon Resonance Imaging Sensors
Previous Article in Special Issue
Energy-Efficient Collaborative Task Computation Offloading in Cloud-Assisted Edge Computing for IoT Sensors
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Improving Quality-of-Service in Cloud/Fog Computing through Efficient Resource Allocation †

by
Samson Busuyi Akintoye
* and
Antoine Bagula
ISAT Laboratory, Department of Computer Science, University of the Western Cape, Bellville 7535, South Africa
*
Author to whom correspondence should be addressed.
This paper is an extension version of the conference paper: Akintoye, S.B.; Bagula, A. Optimization of virtual resources allocation in cloud computing environment. In Proceedings of the IEEE AFRICON, Cape Town, South Africa, 18–20 September 2017.
Sensors 2019, 19(6), 1267; https://doi.org/10.3390/s19061267
Submission received: 11 January 2019 / Revised: 30 January 2019 / Accepted: 9 February 2019 / Published: 13 March 2019
(This article belongs to the Special Issue Recent Advances in Fog/Edge Computing in Internet of Things)

Abstract

:
Recently, a massive migration of enterprise applications to the cloud has been recorded in the IT world. One of the challenges of cloud computing is Quality-of-Service management, which includes the adoption of appropriate methods for allocating cloud-user applications to virtual resources, and virtual resources to the physical resources. The effective allocation of resources in cloud data centers is also one of the vital optimization problems in cloud computing, particularly when the cloud service infrastructures are built by lightweight computing devices. In this paper, we formulate and present the task allocation and virtual machine placement problems in a single cloud/fog computing environment, and propose a task allocation algorithmic solution and a Genetic Algorithm Based Virtual Machine Placement as solutions for the task allocation and virtual machine placement problem models. Finally, the experiments are carried out and the results show that the proposed solutions improve Quality-of-Service in the cloud/fog computing environment in terms of the allocation cost.

1. Introduction

Cloud computing is a computing model to provide on-demand network access to a large pool of networking, storage and computing resources over the internet [1]. This type of computing provides cost reduction because customers do not need to procure hardware for their operations, rather they subscribe for computing resources from the Cloud Service Provider (CSP) only when the cloud services are needed and also only pay for services they consume. Basically, cloud computing is grouped into four deployment models: Private cloud, community cloud, hybrid cloud and public cloud [1,2]. A private cloud is solely owned and managed by an individual organization. In the community cloud model, the cloud infrastructures are owned and shared by various organizations and supports a specific community that has similar operations. The hybrid cloud is a combination of two or more clouds such as public, private and community that remain distinctive entities but are joined together by uniform technology that enables data and applications to be moved easily. In the public cloud model, the cloud infrastructures are made available to the public on a pay-as-you-use basis by the CSP. Broadly speaking, cloud computing is divided into three service models as follows: Platform-as-a-Service (PaaS), Software-as-a-Service (SaaS) and Infrastructure-as-a-Service (IaaS). PaaS allows users to rent virtualized platforms on which to run their own applications or services [3]. In the SaaS model, the cloud customers use the provider’s applications running on a cloud infrastructure. In IaaS, customers are provided with CPU, network bandwidth, storage and other computing resources, all of which they are subsequently able to reconfigure as needed. Invariably, the cloud services are offered to cloud customers and users through the concept of virtualization and distributed computing. Virtualization is an abstraction of computing resources such as storage and processing power to provide virtualized resources called virtual machines (VMs) for customer’s applications [4]. Virtualization technology can be classfied into four groups, namely: Full virtualization, para-virtualization, native virtualization and operating system-level virtualization. Full virtualization provides a full image of the essential hardware. Para-virtualization modifies a guest operating system and is able to communicate directly with the hypervisor [5]. In native virtualization, the guest operating system and host use the same hardware. Operating system-level virtualization does not depend on a hypervisor, rather it modifies the operating system to isolate securely many instances of an operating system within a single host machine. In cloud computing, virtualization technologies such as network, storage and compute offer users an abstraction layer (i.e., VM) that provides a uniform computing platform by concealing the underlying hardware heterogeneity, internal management difficulty and geographic boundaries [4]. When the cloud receives a task request from a user, either a new VM is initialized or an existing VM of the same user is assigned to the request [2]. After the task is processed successfully, every assigned resource is released to the pool of free resources. Sometimes, the number of the available physical resources may not be commensurate with the number of task requests from the cloud user, then resource allocation becomes a critical problem which needs to be solved by CSPs. In such cases, the CSP has the responsibility to determine the number of VMs to be initiated, based on the number of requests from cloud users. The problem of resource allocation in cloud computing involves assigning tasks to VMs and the placement of VMs on Physical Machines (PMs). The computing resource provided is normally allocated based on the Service Level Agreement (SLA) contract between the cloud customers and service providers. The SLA spells out the details regarding the quality of service (QoS) to be offered by the CSP in terms of a range of performance parameters such as reliability, response time, and throughput. The SLA may also specify the payment process and the breach of SLA contract penalty [6]. Thus, the ultimate goal of the CSP is to optimize resource utilization and maximize profit while that of the cloud user is to ensure the cost of leasing the resources is minimized.

1.1. Cloud/Fog Computing Resource Management Framework

The resource management framework in Figure 1 summarizes the work described in this paper. The multi-layer framework includes:
  • A physical resource layer which is composed of data centres that host PMs in the form of host machines. The PMs are interconnected by switches (SWs).
  • A virtual resource layer which lies above the physical resource layer to virtualize the physical resources as VMs for better resource management.
  • An application layer which lies above the virtual resource layer to provide a variety of services to users. These include SaaS, PaaS and IaaS.
When considered from a service perspective, the framework in Figure 1 can be presented as a two-layer architecture including:
  • A virtual resource scheduling module, where a mapping between physical machines and the virtual machines is made. We assume in this paper that each physical machine (host machine) provides at least one virtual machine.
  • A task allocation management module enabling the virtual resources to be allocated to the users in a cost effective way.

1.2. Contributions

This paper proposes an implementation of the framework by assuming that: (i) The tasks and virtual resources are varied and the physical resources are uniform, and (ii) the number of on-demand requests initiated by cloud users is higher than the number of available resources. In this work, we propose a model for assigning the tasks (cloudlets) to VMs, and VM placement with the aim of improving quality of service in the cloud/fog computing environment. The main contributions of this paper are outlined as follows:
  • Problem formulation: The task allocation and VM placement problem models in the cloud computing environment are formulated and presented. These models aim to minimize the resource allocation cost in a setting where multiple cloud user requests have to be processed on a limited number of physical resources.
  • A task assignment strategy: We propose the Hungarian Algorithm Based Binding Policy (HABBP) as a heuristic solution to the linear programming problem, and use the algorithm to implement a novel assignment strategy for the famous CloudSim simulator. We also propose the assignment strategy module as a contributed module to CloudSim which includes: (i) A graphical user interface as a front-end component which enables cloud users to interact and communicate with CloudSim and to configure the tasks, VM and PM parameters from the interface, rather than embedding parameter values in the CloudSim source code and (ii) a novel assignment strategy as a back-end component.
  • VMs placement solution: We propose a Genetic Algorithm Based Virtual Machine Placement (GABVMP) to solve and optimize the VM placement problem in the cloud computing environment.
  • Analysis of experimental results: We evaluate and compare the performance of the proposed binding policy with the conventional binding policy implemented by the CloudSim simulator and benchmark both solutions against the Simplex algorithm commonly used as a linear programming solver. The proposed GABVMP solution is also compared with the greedy heuristics: Random Placement and First Fit Placement.

1.3. Paper Organization

The rest of the paper is arranged as follows: Section 2 presents existing works related to the resource allocation problem in cloud computing. The linear programming model for task allocation is proposed in Section 3. Section 4 presents a task allocation algorithmic solution as a solution for the optimization of the task allocation problem model. Section 5 describes the VM placement problem. In Section 6, the VM placement problem is solved using GABVMP. Section 7 describes the implementation of HABBP and GABVMP, for task allocation and VM placement, respectively. Lastly, we conclude our paper with Section 8.

2. Related Work

In cloud/fog computing, resource allocation is the process of assigning available resources to the needed cloud applications over the internet. These resources are allocated based on cloud user request and pay-per-use method. Resources in cloud computing could be either virtual resources or physical resources. Cloud service providers must effectively manage, provide, and allocate these resources to provide services to cloud consumers based on service level agreements (SLAs). Therefore, the appropriate allocation of resources in cloud data centers is also one of the important optimization problems in cloud computing especially when the cloud infrastructure is made of lightweight computing devices.
The quality of service in cloud/fog computing is based on its resource allocation process, and the cloud service provider should assign the resource to the cloud users in an optimal way. The result of any optimal resource allocation strategies must consider certain parameters such as latency, throughput, reduction of energy consumption, minimization of allocation cost and response time. There are many existing works relating to resource allocation in cloud/fog computing. Maguluri et al. [7] propose a stochastic model for resource allocation in cloud computing in which jobs arrive according to a stochastic process and request a variety of virtual machines. The authors use a non-pre-emptive for load balance among the cloud servers and to schedule VM configurations. In order to minimize the communication complexity, the authors consider a distributed system such that each server maintains its own queues. The experimental evaluations reveal that there is only a small difference in delay performance between distributed and centralized queueing systems. Furthermore, the evaluations show that the non-pre-emptive algorithm adopted in this work outperforms the best-fit scheduling algorithm in terms of throughput. Baker et al. [8] present a requirements model for the runtime execution and control of an intention-oriented Cloud-Based Application. The requirements modelling process known as Provision, Assurance and Auditing, and an associated framework are defined and developed where a given system’s functional and non-functional requirements are modelled in terms of intentions and encoded in a standard open mark-up language. An autonomic intention-oriented programming model, using the Neptune language, then handles its deployment and execution. Al-khafajiy et al. [9] propose a fog computing architecture and framework to improve QoS through the request offloading method. The proposed method uses a collaboration strategy among fog nodes in order to permit data processing in a shared mode which satisfies QoS and serves the largest number of IoT requests. The experimental result shows that the performance of fogs layer is significantly increased when the overload is distributed over several fog nodes.
In [10] the author investigates existing resource scheduling algorithms, and classfies them according to some determining factors, such as cost, energy and time. The advantage of the study is that it helps CSPs in the adoption of appropriate scheduling algorithms based on their ultimate goals. Liu et al. [11] propose an earliest finish time duplication algorithm to schedule multiple tasks in heterogeneous data centres. The algorithm can also be referred to as a directed acyclic graph based scheduling algorithm. The performance evaluation of the study reveals that the combination of pre-processing the cloud resources before scheduling and the proposed algorithm, performs better than the heterogeneous earliest finish time algorithms, in terms of task scheduling time. In [12] the authors propose a virtual cloud resource allocation model based on constraint programming to improve the Quality-of-Service (QoS) in cloud computing and decrease the cost of resource utilization. Moreover, the authors [13] propose a VM Repacking Scheduling Problem (VRSP) to minimise the energy consumption while placing VM in the data centres. The benefit of the study is that it is flexible, it enables users to generate automatically the SLA constraints, and it reduces energy utilization.
In order to address the VM placement problem in a data centre, the authors [14] propose a greedy-based algorithm to reduce resource usage, the network traffic and the number of cloud servers. The work divides traffic flows and routes them through two link-disjoint paths to decrease congestion, at the same time meeting the requirements for protection grade as well as bandwidth. Furthermore, the authors [15] propose an online heuristic-based VM placement algorithm which is based on a multi-dimensional space partition model. The objective of the work is to make a trade-off between balancing multi-dimensional resource usage and reducing the number of the PMs used for VM placement. The advantage of the algorithm is that it reduces the number of running PMs as well as the total energy consumption. In [16], authors propose an ant-colony based optimization model with the aim to optimize resource utilization and total power consumption concurrently. The model performs better than the previous multi-objective VM placement algorithm. Pascual et al. [17] propose multi-objective evolutionary algorithms to solve the placement problem. The objectives of work are: (i) The consolidation of VMs on a small set of processors, and (ii) the minimization of associated energy costs for servers and network equipment. The algorithms were implemented using a Flat Tree topology and tiered applications, such as a web server with an associated database. The major advantage of the algorithms is that they enhance the application performance and energy consumption. The work in [18] proposes algorithms for the placement of precedence-constrained parallel virtual machines. The aim of the work is to reduce energy consumption by consolidating virtual machines on the available physical machines yet not degrading the makespan. The algorithms were evaluated using benchmarks of real-world distributed applications and they achieved efficient results.
Georgiou et al. [19] propose VM placement algorithms for the Portland network architecture with the aim to allocate communicating virtual machines in physical proximity to avoid the creation of network bottlenecks. The authors propose two algorithms: the first algorithm is proposed for rapid placement of closely located virtual machines, while the second algorithm is designed to identify network regions that can best host the virtual machines and then, using the first algorithm, maps these virtual machines on the servers. The benefit of the approach is that it has the capability to reduce the intensity of traffic in the links of top-level switches.
Meng et al. [20] propose a Cluster-and-Cut algorithm to improve the scalability of data center networks with traffic-aware VM placement. The goal of the algorithm is to reduce network traffic among VMs and related communication cost by placing inter-communicating VMs in the same PM. The VM placement problem is formulated as a quadratic assignment problem (QAP) to find a suboptimal placement which minimizes network traffic, considering the associated communication cost and a static-single path routing. The allocation cost is defined as the number of switches between two inter-communicating VMs and each PM is divided by slots with the capacity to accommodate a single VM with the assumption of an equal number of VMs and slots. If the number of VMs is lower than the number of slots, dummy VMs are introduced with zero traffic which has no significant effect on the solution of the problem. The performance evaluations of the algorithm show a significant performance improvement compared to existing genetic algorithmic methods.
Breitgand et al. [21] investigate the problem of placing images and VM instances on the servers with the aim to increase the affinity between them to mitigate communication overhead and latency. The problem is modelled as an extension of the Class Constrained Multiple Knapsack problems (CCMK) and present a polynomial time local search algorithm for the same size images. Specifically, this model focuses on an off-line placement problem, where there are a given set of demands and available servers. In order to solve this problem, the local search algorithm was applied as a basis for ongoing optimization which periodically improves the VM placement and greedy placement of a new set of VM instances by allowing migrations of the VMs.
Vakilinia et al. [22] propose a platform for virtual machine (VM) placement/migration to minimize the total power consumption of cloud data centers (DCs). The platform is divided into two parts. Firstly, an estimation module is introduced to predict the incoming load of the DC. Secondly, two schedulers are designed to determine the optimal assignment of VMs to the PMs. The proposed schedulers apply a column generation method to solve the large-scale optimization problem in conjunction with the cut-and-solve-based algorithm and the call back method to decrease the complexity and the time to obtain the optimal solution. The trade-off between optimality and time is investigated. The numerical results show that the proposed platform produces the optimal solution for a limited time-frame. Selmy et al. [23] present virtual machines migration and selection policies to reduce the power consumption of servers in the cloud computing environment. The authors propose neural networks for classification and prediction, Self Organizing Map (SOM) and K-Means Clustering algorithms for the policies. The results of implementation of the proposed policies show significant reduction of energy consumption of the servers in the data center.
All the works mentioned above have been able to solve one or two problems of VM placement in the cloud computing environment. There is still much to be done, however, to mitigate the effect of these problems.

3. Task Allocation Problem Model

In this section, we present a linear programming problem model for assigning task requests (cloudlets) from cloud users to VMs. To express the model mathematically, we consider a set of VMs represented by v m i for i n and n > 1 . Similarly, a set of tasks (cloudlets) corresponding with each on-demand user request (job) represented by τ j for j m and m > 1 . In this work, we assume a one-to-one allocation model where each VM executes only one cloudlet and each cloudlet needs to be assigned to only one VM. However, a many-to-one allocation model may also be considered where several tasks are allocated to a single virtual machine. The many-to-one allocation model is not considered in this paper.
Furthermore, we set n = m and C = [ ω i j ] to be an n × n matrix in which ω i j is the cost of assigning v m i to c l o u d l e t j , i.e.,
ω i j = f j v m i .
We also set χ = [ α i j ] to be the n × n matrix where
α i j = 1 , if   v m i   is   assigned   to   c l o u d l e t j , 0 , if   v m i   is   not   assigned   to   c l o u d l e t j .
Our goal is to minimize the total cost ρ ( χ ) , defined as the sum of the cost of assigning cloudlets to the available VMs. Thus, we present an optimization problem as a linear programming model in terms of a function ρ as follows:
minimize ρ ( χ ) = j = 1 m i = 1 n ω i j α i j
subject to the following constraints
i = 1 n α i j = 1 ,   for   j = 1 , 2 , , m ,
and
j = 1 m α i j = 1 ,   for   i = 1 , 2 , , n ,
such that
α i j = 0 or 1 .
Thus, any matrix satisfying the Equations (4) and (5) is a solution and conforms to a permutation σ of a set N = { 1 , 2 , , n } generated by setting σ ( i ) = j if and only if α i j = 1 . In addition, if χ is a solution relating to σ , then
j = 1 n ω i j α i j = ω i σ ( i ) .
summation over i from 1 to n, we obtain
i = 1 n ω i σ ( i ) = i = 1 n j = 1 n ω i j α i j .
Hence, any solution χ on which ρ ( χ ) is minimal is known as an optimal solution. We can reform a given allocation problem specified by C into another one specified by a matrix C ¯ = [ ω ¯ i j ] , in which ω ¯ i j 0 , ∀ pairs i , j , where the two problems have the equal set of optimal solutions. If χ * is an optimal solution to the problem given by C ¯ , then it is important to know that χ * is also an optimal solution to the one given by C.
Theorem 1 illustrates the steps to reform a matrix into another with the same set of optimal solutions.
Theorem 1.
A solution X is an optimal solution for p ( X ) = i = 1 n j = 1 n c i j x i j if and only if it is an optimal solution for p ¯ ( X ) = i = 1 n j = 1 n c ¯ i j x i j where c ¯ i j = c i j u i v j for any of u 1 , , u n and v 1 , , v n and u i and v j are real numbers for all i and j.
Proof. 
We establish that the difference between the functions p ( X ) and p ¯ ( X ) is constant i = 1 n u i + j = 1 n v j .
p ¯ ( X ) = i = 1 n j = 1 n c ¯ i j x i j , = i = 1 n j = 1 n ( c i j u i v j ) x i j , = i = 1 n j = 1 n c i j x i j i = 1 n j = 1 n u i x i j i = 1 n j = 1 n v j x i j , = i = 1 n j = 1 n c i j x i j i = 1 n j = 1 n u i x i j j = 1 n i = 1 n v j x i j , = p ( X ) i = 1 n u i j = 1 n x i j j = 1 n v j i = 1 n x i j .
From Equations (4) and (5),
= p ( X ) i = 1 n u i j = 1 n v j .
This shows that, p ( X ) p ¯ ( X ) = i = 1 n u i + j = 1 n v j . Therefore, a solution X minimizes p ( X ) if and only if it minimizes p ¯ ( X ) . ☐

4. Task Allocation Algorithmic Solution

In this section, we present a task allocation algorithmic solution that is based on Hungarian algorithm [24,25] known as Hungarian Algorithm Based Binding Policy (HABBP) to solve the task allocation problem in the cloud computing environment.

4.1. Notation and Preliminaries

  • Given a cost-matrix ω m of size n × m ,
  • n is the number of VMs,
  • m is the number of cloudlets,
  • ω m i j represents the time required to complete c l o u d l e t i by v m j .

4.2. Procedures of the Algorithm

Algorithm 1 represents the pseudo-code of the HABBP for tasks-to-VMs allocation in a cloud computing environment. The first four lines (1–4) in the algorithm represent the initialization of different variables. Subsequently, we initialize cost-matrix by dividing the cloudlet length by the MIPS of VM. In the case of many-to-one allocations where the number of cloudlets and the number of VMs are not equal, we then add the dummy cloudlets/VMs to turn the cost-matrix into a square matrix.
Algorithm 1: Computation of the total assignment cost C.
Sensors 19 01267 i001
Thereafter, we compute the reduced-cost-matrix from the cost-matrix by subtracting the minimum value of each row from the elements of its row, turning each minimum value into zero, and by subtracting the minimum value from the elements of each column, turning the minima into zeros. From that, we compute the line-cost-matrix. If the number of lines is not equal to the number of VMs, we then subtract the minimum uncovered element from every covered element. If an element is covered twice, we then add the minimum element to it.
Lastly, we apply the mapping to the original matrix, discarding dummy rows, and we add the cost of assigning cloudlets to VMs to give the total minimum cost C.

4.3. Illustration

We illustrate, through an example, the concept of the HABBP and the steps that need to be followed in order to optimize the assignment of tasks to virtual resources in the cloud computing environment. Table 1 depicts three cloudlets in the queue with a broker and Table 2 depicts VMs initiated in the data centre.
The algorithm works as follows: We initialize the cost-matrix by dividing the length of the cloudlet by the mips of the VM as depicted in Table 3.
In this case, the number of cloudlets is equal to the number of VMs. Thus, we do not need to add the dummy cloudlet/VM values to turn the cost-matrix into a square matrix. We compute the reduced-cost-matrix by subtracting the minimum value of each row and column from the row and column of the cost-matrix to yield Table 4 and Table 5 respectively.
Then, we calculate the line-cost-matrix; this represents the lines that cover all zeros in the reduced-cost-matrix. In this case, there are two lines. The lines are on column 1 and row 2 of the reduced-cost-matrix. Since the number of lines is not the same as the number of VMs, we remove the lowest of all uncovered elements from all uncovered elements as indicated in Table 6.
Again, we calculate the minimum number of lines required to cover all zeros in the matrix. The lines are on column 1, row 2 and row 3 of the reduced-cost-matrix. Since the number of lines is the same as the number of VMs, an optimal assignment exists among the zeros in the reduced-cost-matrix. Therefore, c l o u d l e t 1 is assigned to v m 1 , c l o u d l e t 3 is assigned to v m 2 , and c l o u d l e t 2 is allocated to v m 3 as indicated in Table 7.
The total cost of assigning cloudlets to virtual machines optimally is: 100 s + 120 s + 160 s = 380 s.
Alternatively, we solve the example mentioned above using Simplex method [26,27] and compare the result with the one that is already generated using HABBP. Using the Equations (3)–(6), the optimization objective function can be formulated as:
minimize ρ ( χ ) = 100 α 11 + 200 α 12 + 300 α 13 + 40 α 21 + 80 α 22 + 120 α 23 + 80 α 31 + 160 α 32 + 40 α 33
subject to the following constraints
α 11 + α 12 + α 13 = 1 , α 21 + α 22 + α 23 = 1 , α 31 + α 32 + α 33 = 1 , α 11 + α 21 + α 31 = 1 , α 12 + α 22 + α 32 = 1 , α 13 + α 23 + α 33 = 1
and
α 11 , α 12 , α 13 , α 21 , α 22 , α 23 , α 31 , α 32 , α 33 0
Since the objective function is in minimization form, then we convert it into maximization form and add the artificial variables as:
maximize ρ ( χ ) = 100 α 11 200 α 12 300 α 13 40 α 21 80 α 22 120 α 23 80 α 31 160 α 32 40 α 33
α 11 + α 12 + α 13 + S 6 = 1 , α 21 + α 22 + α 23 + S 5 = 1 , α 31 + α 32 + α 33 + S 4 = 1 , α 11 + α 21 + α 31 + S 3 = 1 , α 12 + α 22 + α 32 + S 2 = 1 , α 13 + α 23 + α 33 + S 1 = 1
and
α 11 , α 12 , α 13 , α 21 , α 22 , α 23 , α 31 , α 32 , α 33 , S 1 , S 2 , S 3 , S 4 , S 5 , S 6 0
In Phase 1 of the two-phase simplex method, we remove the artificial variables and find an initial feasible solution of the original problem which gives the final Tableau in the Table 8.
The basic feasible solution at the end of Phase 1 computation is used as the initial basic feasible solution of the problem. The original objective function is introduced in Phase 2 computation and the usual simplex procedure is used to solve the problem. The Phase 2 gives final optimal value in Table 9.
Similar to the HABBP, the simplex method gives the total optimal cost of assigning cloudlets to virtual machines as 100 s + 120 s + 160 s = 380 s. That is, c l o u d l e t 1 is assigned to v m 1 , c l o u d l e t 3 is assigned to v m 2 , and c l o u d l e t 2 is allocated to v m 3 .

5. Virtual Machine Placement Problem

In this section, the problem of optimally placing a set of VMs into a set of PMs in the single cloud environment is formulated. As depicted in Figure 2, the tree network topology consists of five PMs and connection points called switches (SWs). The placement of any VM in a PM will be determined by at least a switch node in the figure. In the light of that, there will be huge end-to-end traffic between a given VM and the switch which the VM is dependent on.
It is assumed that the intensity of communication between PMs is negligible compared to the intensity of communication between PMs and SWs. Placing the VMs in PMs that offer an optimal placement cost according to the demands of the VMs will be a major determinant factor in this work. Each PM-SW pair is associated with a cost. Thus, it will not be a good idea to place a VM with intensive demand for a switch in a PM that has a high cost associated with that switch.
The VM placement problem in the data center network can be represented mathematically as a graph G ( P , S , E ) , where P is a set of PMs, S is a set of SWs, and E is a set of links between the PMs and SWs. The links are weighted and represent the cost between any PM-SW pair. In addition, it is also assumed that there is no congestion in the links between the PMs and SWs. The links have enough capacity to handle the switch flow demands of VMs appropriately. More information about the network is as follows.

5.1. Parameters

  • P = { p 1 , p 2 , , p n } is a set of PMs.
  • V = { v 1 , v 2 , , v m } is a set of VM requests.
  • S = { s 1 , s 2 , , s k } is a set of switches.
  • l s h p i is the latency between p i and s h .
  • b s h p i is the bandwidth for p i s h link.
  • δ j represents MIPS of each v j V .
  • μ i represents MIPS of each p i P .
  • U i represents utilization of p i .
  • E i i d l e is the power consumed by p i when it is doing nothing but powered on.
  • E i p e a k is the power consumed when the p i is fully loaded/utilized or at the peak load.

5.2. Assumptions

Consider a VM to be placed into PM through the SW in a data center network, the following assumptions are made.
  • Each PM has different latency to all SWs in the network.
  • Each PM has one and only one link to the SW in the network.
  • Each PM can accommodate more than one VM depending on the capacity of the PM.
  • Each link between PMs and SWs has enough capacity and there is no congestion on the links.
  • The number of VMs, PMs and SWs are equal i.e., n = m = k .

5.3. The Mathematical Model

The cost in terms of the time taken to use the p i s h link is defined as:
c s h p i = v m s i z e ( j ) b s h p i .
where v m s i z e ( j ) denotes size (MB) of the v j routed through the p i s h link.
The placement of a v j into a p i depends on the latency between v j and s h , and the cost associated with the p i s h link. Thus, the total cost to place v j into p i through s h is computed as,
t p i v j = β c p i s h + α l s h v j
where β and α { 0 , 1 } is the weighting for the link and latency. The goal is to place VMs into PMs such that the total placement cost for the PM-SW links consumption and latency between VM and SW is minimized. Thus, an optimization model is defined as follows:
min i = 1 n j = 1 n t p i v j x v j p i = i = 1 n j = 1 n ( β c p i s j + α l s i v j ) x v j p i
where
x v j p i = 1 , if   v j   is   placed   into   p i , 0 , otherwise .
subject to
i = 1 n x v j p i = 1 , j = 1 , 2 , , n ,
x v j p i { 0 , 1 } ,   for   i = 1 , 2 , , n ,   and   j = 1 , 2 , , n .
j = 1 u δ j μ i ,   for   i = 1 , 2 , , n ,   and   u < n .
β + α = 1
c s j p i 0
l s i v j 0
Equation (19) ensures that each VM is mapped to one PM and all VMs are placed. Also, Equation (21) ensures that the total MIPS of VMs placed on a PM should not exceed its capacity. For a given PM, the sum of the MIPS requirements of all VMs placed on it should be less than or equal to the total available capacity of the PM.
Furthermore, it is assumed that there is a linear relationship between the power consumption and utilization of a physical machine in a data center. The energy consumed, E i , by a PM p i P can be calculated as shown in [28]:
E i = E i i d l e + ( E i p e a k E i i d l e ) U i
where
U i = j γ i δ j μ i
where γ i is a set of virtual machines placed on the p i .
Thus, the total energy consumed by the PMs after VMs placement can be calculated as
i = 1 n E i = i = 1 n E i i d l e + ( E i p e a k E i i d l e ) U i

6. Virtual Machine Placement Algorithmic Solution

The section presents the Genetic Algorithm Based Virtual Machine Placement (GABVMP) for solving the Virtual Machine Placement problem in the cloud computing environment.

6.1. Genetic Algorithm Based Virtual Machine Placement

Genetic Algorithm (GA) is a computerized search and optimization algorithm based on the mechanics of natural genetics and natural selection. The GA is proposed by John Holland [29] where each potential solution is encoded in the form of a string and a population of strings is created which is further processed by three operators: Reproduction, crossover, and mutation. Reproduction is a process in which individual strings are copied according to their fitness function. Crossover is the process of swapping the content of two strings at some point(s) with a probability. Lastly, mutation is the process of flipping the value at a particular location in a string with a very low probability.
Figure 3 describes the GABVMP. The algorithm consists of four parts: Input, initialization, looping and output. In the initialization part, the set of physical machine chromosomes which are also known as population, is generated randomly. The looping part contains fitness evaluation and checks if the optimal solution condition is met according to the optimization objectives. If not, the looping continues, the selection, crossover, mutation and replace functions are applied sequentially. At the end of the loop, the optimal solution will be produced as the output.

6.2. Initialization

Each chromosome in the GABVMP contains genes which represent the allocated physical resources and switches to the virtual resources. The value of a gene positive integer representing the identity of the VM being placed in the PM through SW. For Example, let v 1 , v 2 , v 3 , v 4 , v 5 , v 6 , v 7 , v 8 be a set of VM to be placed in the p 1 , p 2 , p 3 , p 4 , p 5 , p 6 a set of PM through s 1 , s 2 , s 3 a set of SW in a data center network. Let’s assume that p 1 s 1 , p 2 s 1 , p 3 s 2 , p 4 s 3 , p 5 s 3 , p 6 s 3 , p 7 s 2 , p 8 s 1 are links between PMs and SWs which is one of the factors to be considered while placing VMs on the PMs. The initial population contains a set of PM-SW link chromosomes where the genes represent the identity of VMs. The initial population is generated randomly by using Algorithm 2.
Algorithm 2: Initial population algorithm.
Sensors 19 01267 i002

6.3. Fitness Evaluation

The objective is to minimise the total cost of placing VMs on the PMs through SWs. As defined in Section 5, The VM placement cost consists of the cost of PM-SW link usage and the latency between the VM and SW. The objective function used by the GABVMP is the same objective function as that of the mathematical model. Thus, the fitness value of each chromosome is calculated as,
F i t n e s s ( c h r o m o s o m e ) = β c p i s j + α l s j p i

6.4. Generating the Next Population

A new population is generated from an initial population of solutions using their fitness values and genetic operators: Selection, crossover, mutation and reproduction. In order to generate a new population, individuals are selected for participation and the genetic operators are applied as follows.

6.4.1. Selection Process

To select the best chromosomes that would pass their genes into the next generation, the fitness proportionate selection approach is implemented using roulette wheel selection. The fitness function is the total cost of the VM placement represented by each chromosome. The lower the total cost, the fitter the VM placement represented by that chromosome [30]. Thus, the chromosomes with lower values are selected for the generation of the next population.

6.4.2. Crossover Operator

The crossover operator works on two parent chromosomes and produces a new individual. In GABVMP, a midpoint crossover with crossover probability 0.8 is adopted and crossover operator process is described in Algorithm 3. Figure 4 shows two parent and offspring chromosomes before and after mid crossover respectively.
Algorithm 3: Crossover function.
input Q 1 , Q 2 : two parent chromosomes
output: Q λ 1 , Q λ 2 : two offspring chromosomes
1 Φ = l e n g t h ( Q 1 )
2 c p = Q 1 2 ;
3 mid cross point;
4 Q λ 1 = Q 1 ( 1 : c p ) U P 2 ( c p : Φ )
5 P λ 2 = Q 1 ( c p : Φ ) U Q 2 ( 1 : c p )
6 return Q λ 1 , Q λ 2 .

6.4.3. Mutation Operator

In the GABVMP, the next operation is mutation of the offspring. Mutation helps to prevent premature convergence and promotes diversity in the population. In other words, it helps to avoid getting trapped in local solutions. In this work, inversion mutation is adopted where a subset of genes in a chromosome is selected and inverted to form mutated offspring. Figure 5 illustrates the inversion mutation operation on the offspring 1. In offspring 1, a subset of genes (1, 5, 2, 6) in chromosome (7, 8, 1, 5, 2, 6, 4, 3) are selected and inverted to give a new chromosome (7, 8, 6, 2, 5, 1, 4, 3).

6.4.4. Replacement

The replacement operator replaces old chromosomes in the current population with the new chromosomes to form a new population.

6.4.5. Stopping Criterion

GABVMP stops either when the maximum number of generations is reached or the optimal total placement cost is obtained.
The comparison of the GABVMP and the existing related VM placement approaches as mentioned above is presented in Table 10. The comparison parameters include: Latency awareness, energy awareness, network awareness, Internal traffics, flow path allocation and the method adopted to solve the VM placement problem.

7. Experimental Results

In this section, we evaluate the performance of our proposed models. We carried out experiments on a desktop computer with specifications: Intel Core i7 CPU @ 2.80 GHz CPU and 4 GB RAM.

7.1. Implementation of the Proposed HABBP

We implemented the proposed HABBP on the famous open source cloud simulator known as CloudSim [31] Netbeans IDE 8.2. CloudSim is developed by the Cloud Computing and Distributed Systems (CLOUDS) Laboratory as an extensible Java-based open source framework for modelling and simulation of cloud computing infrastructures and services. Garg et al. [32] refer to CloudSim as an advanced simulator for cloud computing infrastructures and services with great properties such as scaling as well as a low simulation overhead. It provides classes for data centres, VMs, applications, users, computational resources, and scheduling policies. As depicted in Figure 6, there are different stages of the CloudSim life cycle ranging from initialization of cloud infrastructures to the simulation results. Our goal is to validate the performance gains derived from the proposed HABBP compared to the default task assignment strategy as implemented in the CloudSim.
The main disadvantage of the current CloudSim, however, is the lack of a graphical user interface (GUI) that allows cloud users to configure cloudlets and the cloud infrastructure parameters, and the lack of optimal cloudlets-to-VMs assignment strategy. In the current work, we extended CloudSim to (i) implement and integrate a graphical user interface using a java Jframe class as shown in Figure 7 and (ii) introduced a new cloudlets-to-VMs assignment strategy by creating a new method called TaskAllocationAlgorithmicSolution() in the DatacenterBroker class of CloudSim.
The model was implemented by assigning each VM to different PMs of the same capacity and all PMs were located in the same data centre. Subsequently, we simulated five jobs using HABBP, default assignment strategy and the Simplex algorithm to assign cloudlets to VMs in CloudSim. Each job had 20 cloudlets and they assigned them to heterogeneous VMs. Each cloudlet and VM had different lengths and MIPS values respectively. We assumed that other parameters, such as file size, output size values of all cloudlets, size, ram, bandwidth and pesNumber of all VMs, were constant, as shown in Table 11 and Table 12.
The simulation results are presented in Table 13 and Table 14, Figure 8 and Figure 9, and plotted in Figure 10 and Figure 11. In job 1, under the default assignment strategy, cloudlets were assigned to the VMs sequentially, that is c l o u d l e t 0 to v m 0 , c l o u d l e t 1 to v m 1 , c l o u d l e t 2 to v m 2 , c l o u d l e t 3 to v m 3 , c l o u d l e t 4 to v m 4 , etc. On the other hand, HABBP assigned cloudlets to VMs based on the operations in HABBP. For instance, c l o u d l e t 0 is assigned to v m 8 , c l o u d l e t 1 to v m 5 , c l o u d l e t 2 to v m 11 , c l o u d l e t 3 to v m 7 , c l o u d l e t 4 to v m 6 , etc. in job 4; see Figure 8.
In addition, we also compared the overall performance of HABBP with the default assignment strategy and benchmarked both solutions against the Simplex algorithm in terms of the computational time of cloudlets in each job and the total processing time of individual jobs. In Figure 10a–e, it can be seen that some cloudlets took a slightly longer time to complete in HABBP than in the default assignment strategy, while some other cloudlets took a significantly longer time to complete under default assignment strategy than under HABBP. Figure 10f, however, where the total processing time performance of different jobs for HABBP and default assignment strategy is presented, shows that HABBP constantly outperformed the default assignment strategy. Take Job 2 as an example, compared to the default assignment strategy, the total processing time for HABBP was reduced by 54.73% compared with that of the default assignment strategy. HABBP and the Simplex algorithm produced the same optimal allocation cost. HABBP, however, outperformed the Simplex algorithm in terms of computational time as shown in Table 15 and Figure 11.

7.2. Implementation of the Proposed GABVMP

In this section, the efficiency of the proposed GABVMP as discussed in Section 6 is evaluated. For the simulation, the mininet module in python3 was used to model the tree topology of the PMs and SWs interconnected in the datacenter. The network topology consisted of equal pairs of PMs and SWs. Each PM-SW link in the network topology had a different capacity in terms of Mbps. The proposed GABVMP and greedy heuristics (Random Placement and First Fit Placement) were implemented and their behaviors were compared on the topology with different numbers of PMs and SWs.
Three experiments were carried out. In the first experiment, 5, 10, 15, 20, 25, 30, 35, 40 VMs were placed on 5, 10, 15, 20, 25, 30, 35, 40 PMs interconnected with the same number of switches using GABVMP with different values of α and β . In the second experiment, 5, 10, 15, 20, 25, 30, 35, 40 VMs were placed on 5, 10, 15, 20, 25, 30, 35, 40 PMs interconnected with the same number of switches using Random Placement with different values of α and β .
In the last experiment, 5, 10, 15, 20, 25, 30, 35, 40 VMs were placed on 5, 10, 15, 20, 25, 30, 35, 40 PMs interconnected with the same number of switches using First Fit Placement with different values of α and β .
Figure 12 shows the experimental results of total placement cost in terms of time to implement the proposed GABVMP and the other two existing assignment methods in a data center network with tree topology consisting of 5, 10, 15, 20, 25, 30, 35, 40 of PMs and SWs at different values of of α and β . The GABVMP had a lower cost to place VMs on PMs than the Random Placement and First Fit Placement. For instance, at α = 0.2 and β = 0.8, the Random Placement had a total placement cost of 266 s and the First Fit Placement had a total placement cost of 205 s while GABVMP took a total placement cost of 116 s to place five VMs on five PMs interconnected with five SWs. For α = 0.5 and β = 0.5, the Random Placement had a total placement cost of 275 s and the First Fit Placement had a total placement cost of 235 s while GABVMP took a total cost of 125 s to place five VMs on five PMs interconnected with five SWs. For α = 0.8 and β = 0.2, the Random Placement had a total cost of 284 s and the First Fit Placement had a total placement cost of 216 s while GABVMP took a total cost of 134 s to place five VMs on five PMs interconnected with five SWs.
In addition, Figure 13 illustrates the impact of latency on the total assignment cost of the proposed GABVMP. The higher the value of α which denotes the weight of latency, the higher the total placement cost. For instance, when α = 0.2, the total placement cost was 1947 s, when α = 0.5, the total placement cost was 1970 s and α = 0.8, the total placement cost was 1992 s to place 20 VMs into 20 PMs.
Finally, Figure 14 shows the plot for energy consumption vs. number of VMs. The value of E i p e a k and E i i d l e was set to 300 J and 200 J respectively [28]. It is observed from the figure that, when the number of VMs was increased, the energy consumed by the used PMs was also increased. Energy consumption in the proposed GABVMP, however, was lower than the Random Placement method. This is because the number of PMs required to place a given number of VMs was less in GABVMP than the Random Placement and First Fit Placement.

8. Conclusions and Future Work

The level of Quality-of-Service in cloud computing is determined to a large extent by the resource allocation strategy adopted. In this work, the issue of Quality-of-Service in cloud computing environments has been revisited. Two solution models have been proposed. Firstly, the tasks-to-virtual machines allocation problem as a linear-programming problem model was formulated and HABBP was proposed, a load balancing policy for binding cloudlets to virtual machines. The simulation results produced by the contributed code to the CloudSim simulation revealed the relative efficiency of the newly proposed HABBP policy in solving and optimizing the virtual resources allocation problem in the cloud computing environment. Secondly, the virtual machine placement problem was presented and proposed a GABVMP as the solution for optimizing the model. The simulation results show that the GABVMP performed better than the two greedy heuristics, Random Placement and First Fit Placement, in terms of PM-SW links consumption which corresponds to the cost of placing VMs on PMs in the data center.
In the near future, the proposed solutions will be used to optimize resource allocation in federated lightweight cloud computing infrastructures targeting not only drought mitigation [33,34] in the rural areas of Africa but also healthcare, following the framework proposed in [35,36]. For such deployments, the policy will be extended to account for traffic engineering characteristics of the cloud computing network for both local traffic [37] and inter-Africa traffic [38] as these can have a large impact on the access to the cloud nodes and thus influence the QoS provided by the cloud. Using UAVs/drones in the context of 5G as proposed in [39] is another alternative for deployment. The implementation of the newly proposed policy in a real and popular cloud computing management platform, such as OpenStack, is another avenue for future work.

Author Contributions

Conceptualization, S.B.A. and A.B.; Methodology, S.B.A. and A.B.; Software, S.B.A.; Writing—original draft preparation, S.B.A.; Supervision, A.B.; Writing—review and editing, A.B.

Funding

National Research Foundation: NRF FREESTANDING.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Mell, P.; Grance, T. The NIST Definition of Cloud Computing; National Institute of Standards and Technology: Gaithersburg, MD, USA, 2015. Available online: http://www.nist.gov/itl/cloud (accessed on 19 October 2015).
  2. Rimal, B.P.; Choi, E.; Lumb, I. A taxonomy and survey of cloud computing systems. In Proceedings of the Fifth International Joint Conference on INC, IMS and IDC, Seoul, Korea, 25–27 August 2009; pp. 44–51. [Google Scholar]
  3. Assante, D.; Castro, M.; Hamburg, I.; Martin, S. The Use of Cloud Computing in SMEs. J. Inf. Technol. Manag. 2016, 83, 1207–1212. [Google Scholar] [CrossRef] [Green Version]
  4. Zhang, Q.; Cheng, L.; Boutaba, R. Cloud computing: State-of-the-art and research challenges. J. Internet Serv. Appl. 2010, 1, 7–18. [Google Scholar] [CrossRef]
  5. Chaudhary, V.; Minsuk, C.; Walters, J.P.; Guercio, S.; Gallo, S. A Comparison of Virtualization Technologies for HPC. In Proceedings of the 22nd International Conference on Advanced Information Networking and Applications (AINA 2008), Okinawa, Japan, 25–28 March 2008; pp. 861–868. [Google Scholar]
  6. Buyya, R.; Yeo, C.; Venugopal, S.; Broberg, J.; Brandic, I. Cloud computing and emerging IT platforms: Vision, hype, and reality for delivering computing as the 5th utility. Future Gener. Comput. Syst. 2009, 25, 599–616. [Google Scholar] [CrossRef] [Green Version]
  7. Maguluri, S.T.; Srikant, R.; Ying, L. Stochastic models of load balancing and scheduling in cloud computing clusters. In Proceedings of the IEEE INFOCOM, Orlando, FL, USA, 25–30 March 2012; pp. 702–710. [Google Scholar]
  8. Baker, T.; MacKay, M.; Randles, M.; Taleb-Bendiab, A. Intention-oriented programming support for runtime adaptive autonomic cloud-based applications. Comput. Electr. Eng. 2013, 39, 2400–2412. [Google Scholar] [CrossRef] [Green Version]
  9. Al-khafajiy, M.; Baker, T.; Waraich, A.; Al-Jumeily, D.; Hussain, A. IoT-Fog Optimal Workload via Fog Offloading. In Proceedings of the 2018 IEEE/ACM International Conference on Utility and Cloud Computing Companion (UCC Companion), Auckland, New Zealand, 2–5 December 2018. [Google Scholar]
  10. Lin, C.T. Comparative based analysis of scheduling algorithms for RM in cloud computing environment. Int. J. Comput. Sci. Eng. 2013, 1, 17–23. [Google Scholar]
  11. Liu, Z.; Qu, W.; Liu, W.; Li, Z.; Xu, Y. Resource preprocessing and optimal task scheduling in cloud computing environments. Concurr. Comput. Pract. Exp. 2014, 27, 3461–3482. [Google Scholar] [CrossRef]
  12. Zhang, L.; Zhuang, Y.; Zhu, W. Constraint Programming Based Virtual Cloud Resources Allocation Model. Int. J. Hybrid Inf. Technol. 2013, 6, 333–344. [Google Scholar] [CrossRef]
  13. Dupont, C.; Giuliani, G.; Hermenier, F.; Schulze, T.; Somov, A. An energy aware framework for virtual machine placement in cloud federated data centres. In Proceedings of the Future Energy Systems: Where Energy, Computing and Communication Meet (e-Energy), Madrid, Spain, 9–11 May 2012; pp. 1–10. [Google Scholar]
  14. Kanagavelu, R.; Bu-Sung, L.; DatLe, N.T.; NgMingjie, L.; MiAung, K.M. Virtual machine placement with two-path traffic routing for reduced congestion in data center networks. J. Comput. Commun. 2014, 53, 1–12. [Google Scholar] [CrossRef]
  15. Li, X.; Qiana, Z.; Lu, S.; Wub, J. Energy efficient virtual machine placement algorithm with balanced and improved resource utilization in a data center. J. Math. Comput. Model. 2013, 58, 1222–1235. [Google Scholar] [CrossRef]
  16. Gao, Y.; Guan, H.; Qi, Z.; Hou, Y.; Liu, L. A multi-objective ant colony system algorithm for virtual machine placement in cloud computing. J. Comput. Syst. Sci. 2013, 79, 1230–1242. [Google Scholar] [CrossRef]
  17. Pascual, J.; Lorido-Botran, T.; Miguel-Alonso, J.; Lozano, J. Towards a greener cloud infrastructure management using optimized placement policies. J. Grid Comput. 2014, 13, 375–389. [Google Scholar] [CrossRef]
  18. Ebrahimirad, V.; Goudarzi, M.; Rajabi, A. Energy-aware scheduling for precedence-constrained parallel virtual machines in virtualized data centers. J. Grid Comput. 2015, 13, 233–253. [Google Scholar] [CrossRef]
  19. Georgiou, S.; Delis, K.T.A. Exploiting network-topology awareness for vm placement in iaas clouds. In Proceedings of the 2013 International Conference on Cloud and Green Computing, Karlsruhe, Germany, 30 September–2 October 2013; pp. 151–158. [Google Scholar]
  20. Meng, X.; Pappas, V.; Zhang, L. Improving the scalability of data center networks with traffic-aware virtual machine placement. In Proceedings of the 2010 IEEE INFOCOM, San Diego, CA, USA, 14–19 March 2010; pp. 1–9. [Google Scholar]
  21. Breitgand, D.; Epstein, A.; Glikson, A.; Israel, A.; Raz, D. Network aware virtual machine and image placement in a cloud. In Proceedings of the 9th International Conference on Network and Service Management (CNSM 2013), Zurich, Switzerland, 14–18 October 2013; pp. 9–17. [Google Scholar]
  22. Vakilinia, S.; Heidarpour, B.; Cheriet, M. Energy Efficient Resource Allocation in Cloud Computing Environments. IEEE Access 2016, 4, 8544–8557. [Google Scholar] [CrossRef]
  23. Mohamed, H.K.; Alkabani, Y.; Selmy, H. Energy Efficient Resource Management for Cloud Computing Environment. In Proceedings of the 9th International Conference on Computer Engineering and Systems (ICCES), Cairo, Egypt, 22–23 December 2014; Volume 1. [Google Scholar]
  24. Kuhn, H.W. The Hungarian Method for the Assignment Problem. Nav. Res. Logist. Q. 1955, 2, 83–97. [Google Scholar] [CrossRef]
  25. Konig, D. Grafok es matrixok. matematikai es fizikai lapok. Matematikai Es Fizikai Lapok 1931, 38, 116–119. [Google Scholar]
  26. Dantzig, G.B. Programming in a Linear Structure; USAF: Washington, DC, USA, 1948. [Google Scholar]
  27. Dantzig, G.B. Linear Programming and Extensions; Princeton University Press: Princeton, NJ, USA, 2016; Volume 4. [Google Scholar]
  28. Lee, Y.; Zomaya, A. Energy efficient utilization of resources in cloud computing systems. J. Supercomput. 2012, 60, 268–280. [Google Scholar] [CrossRef]
  29. Holland, J. The Grid: Adaptation in Natural and Artificial Systems: An Introductory Analysis with Applications to Biology, Control, and Artificial Intelligence; University of Michigan Press: Ann Arbor, MI, USA, 1975. [Google Scholar]
  30. Su, F.; Zhu, F.; Yin, Z.; Yao, H.; Wang, Q.; Dong, W. New Crossover Operator of Genetic Algorithms for the TSP. In Proceedings of the 2009 International Joint Conference on Computational Sciences and Optimization, Sanya, China, 24–26 April 2009; Volume 1, pp. 666–669. [Google Scholar] [CrossRef]
  31. Calheiros, R.N.; Ranjan, R.; Beloglazov, A.; De Rose, C.A.F.; Buyya, R. CloudSim: A toolkit for modeling and simulation of cloud computing environments and evaluation of resource provisioning algorithms. Softw. Pract. Exp. 2011, 41, 23–50. [Google Scholar] [CrossRef]
  32. Garg, S.K.; Buyya, R. NetworkCloudSim: Modelling parallel applications in cloud simulations. In Proceedings of the Fourth IEEE International Conference on Utility and Cloud Computing (UCC), Victoria, Australia, 5–8 December 2011; pp. 105–113. [Google Scholar]
  33. Masinde, M.; Bagula, A. A framework for predicting droughts in developing countries using sensor networks and mobile phones. In Proceedings of the 2010 Conference of the South African Institute of Computer Scientists and Information Technologists, Bela Bela, South Africa, 11–13 October 2010; pp. 390–399. [Google Scholar]
  34. Masinde, M.; Bagula, A.; Muthama, T.N. The role of ICTs in downscaling and upscaling integrated weather forecasts for farmers in sub-Saharan Africa. In Proceedings of the Fifth International Conference on Information and Communication Technologies and Development, Atlanta, GA, USA, 12–15 March 2012; pp. 122–129. [Google Scholar]
  35. Bagula, A.; Mandava, M.; Bagula, H. A Framework for Supporting Healthcare in Rural and Isolated Areas. Elsevier J. Netw. Commun. Appl. 2018. [Google Scholar] [CrossRef]
  36. Bagula, A.; Lubamba, C.; Mandava, M.; Bagula, H.; Zennaro, M.; Pietrosemoli, E. Cloud Based Patient Prioritization as Service in Public Health Care. In Proceedings of the ITU Kaleidoscope 2016, Bangkok, Thailand, 14–16 November 2016. [Google Scholar]
  37. Bagula, A. Hybrid Traffic Engineering: The Least Path Interference Algorithm. In Proceedings of the SAICSIT 2004, Cape Town, South Africa, 4–6 October 2004; pp. 89–96. [Google Scholar]
  38. Chavula, J.; Suleman, H.; Bagula, A. Quantifying the Effects of Circuitous Routes on the Latency of Intra-Africa Internet Traffic: A Study of Research and Education Networks. In Proceedings of the e-Infrastructure and e-Services for Developing Countries, Lecture Notes of the Institute for Computer Sciences, Social Informatics and Telecommunications Engineering; Springer: Cham, Switzerland, 2014; Volume 147, pp. 64–73. [Google Scholar]
  39. Chiaraviglio, L.; Blefari-Melazzi, N.; Liu, W.; Gutiérrez, J.A.; van de Beek, J.; Birke, R.; Chen, L.; Idzikowski, F.; Kilper, D.; Monti, P.; et al. Bringing 5g into rural and low-income areas: Is it feasible? IEEE Commun. Stand. Mag. 2017, 1, 50–57. [Google Scholar] [CrossRef]
Figure 1. cloud/fog computing resource management framework.
Figure 1. cloud/fog computing resource management framework.
Sensors 19 01267 g001
Figure 2. Physical machines and switches in a tree network topology.
Figure 2. Physical machines and switches in a tree network topology.
Sensors 19 01267 g002
Figure 3. Genetic Algorithm Based Virtual Machine Placement.
Figure 3. Genetic Algorithm Based Virtual Machine Placement.
Sensors 19 01267 g003
Figure 4. Midpoint crossover.
Figure 4. Midpoint crossover.
Sensors 19 01267 g004
Figure 5. Inversion mutation operation.
Figure 5. Inversion mutation operation.
Sensors 19 01267 g005
Figure 6. CloudSim Life cycle with HABBP.
Figure 6. CloudSim Life cycle with HABBP.
Sensors 19 01267 g006
Figure 7. CloudSim User Interface.
Figure 7. CloudSim User Interface.
Sensors 19 01267 g007
Figure 8. Assigning cloudlets to VMs using HABBP.
Figure 8. Assigning cloudlets to VMs using HABBP.
Sensors 19 01267 g008
Figure 9. Assigning cloudlets to VMs using default assignment strategy.
Figure 9. Assigning cloudlets to VMs using default assignment strategy.
Sensors 19 01267 g009
Figure 10. Processing time of the cloudlets in Job 1, Job 2, Job 3, Job 4 and Job 5.
Figure 10. Processing time of the cloudlets in Job 1, Job 2, Job 3, Job 4 and Job 5.
Sensors 19 01267 g010
Figure 11. Comparison of computational time.
Figure 11. Comparison of computational time.
Sensors 19 01267 g011
Figure 12. GABVMP vs. Random Placement vs. First Fit Placement.
Figure 12. GABVMP vs. Random Placement vs. First Fit Placement.
Sensors 19 01267 g012
Figure 13. GABVMP for α and β values.
Figure 13. GABVMP for α and β values.
Sensors 19 01267 g013
Figure 14. Energy Consumption vs. Number of VMs.
Figure 14. Energy Consumption vs. Number of VMs.
Sensors 19 01267 g014
Table 1. Cloudlet details.
Table 1. Cloudlet details.
cloudlet 1 cloudlet 2 cloudlet 3
id012
file-size50010001000
length40,00080,000120,000
output-size50020482048
Table 2. VM specifications.
Table 2. VM specifications.
vm 1 vm 2 vm 3
id012
size100010001000
mips4001000500
ram204820482048
pes-number122
bandwidth500500500
Table 3. Initialize cost-matrix.
Table 3. Initialize cost-matrix.
cloudlet 1 cloudlet 2 cloudlet 3
v m 1 100200300
v m 2 4080120
v m 3 80160240
Table 4. Row reduced-cost-matrix.
Table 4. Row reduced-cost-matrix.
cloudlet 1 cloudlet 2 cloudlet 3
v m 1 0100200
v m 2 04080
v m 3 080160
Table 5. Column reduced-cost-matrix.
Table 5. Column reduced-cost-matrix.
cloudlet 1 cloudlet 2 cloudlet 3
v m 1 060120
v m 2 000
v m 3 04080
Table 6. reduced-cost-matrix.
Table 6. reduced-cost-matrix.
cloudlet 1 cloudlet 2 cloudlet 3
v m 1 02080
v m 2 000
v m 3 0040
Table 7. Optimal Assignment.
Table 7. Optimal Assignment.
CloudletsVirtual Machines
c l o u d l e t 1 v m 1
c l o u d l e t 2 v m 3
c l o u d l e t 3 v m 2
Table 8. Phase 1 final Tableau.
Table 8. Phase 1 final Tableau.
Tableau 000000000−1−1−1−1−1−1
Base C b P 0 P 1 P 2 P 3 P 4 P 5 P 6 P 7 P 8 P 9 P 10 P 11 P 12 P 13 P 14 P 15
P 2 0011000−100−1−100001
P 3 01001001001100000
P 13 −10000000000−1−1−1111
P 7 010000001111110−1−1
P 4 001001000−1−1−1−10011
P 5 01−10001101111000−1
ρ ( χ ) 0000000000222000
Table 9. Final optimal Tableau.
Table 9. Final optimal Tableau.
Tableau −100−200−300−40−80−120−80−160−240
Base C b P 0 P 1 P 2 P 3 P 4 P 5 P 6 P 7 P 8 P 9
P 2 −2000011−100−100
P 9 −2400001−1−10001
P 13 −10000000000
P 8 −160100−1110110
P 1 −1001100100100
P 6 −1201000111000
ρ ( χ ) −38000201004002000
Table 10. Comparison of related VM placement problems.
Table 10. Comparison of related VM placement problems.
PaperLatency-AwareEnergy-AwareNetwork-AwareInternal TrafficFlow Path AllocationMethod Adopted
[18]NoYesNoYesNoScheduling algorithms
[14]NoNoYesYesYesGreedy method
[15]NoYesNoNoNoEAGLE algorithm
[16]NoYesNoNoNoAnt-colony based algorithm
[20]NoNoYesYesYesCluster-and-Cut algorithm
[17]NoYesYesYesNoMulti-objective evolutionary algorithms
[19]NoNoYesYesYesVirtual Infrastructure Opportunistic fit (VIO) and VIcinity-BasEd Search (VIBES)
[21]YesNoYesYesNoLocal search algorithm
[22]NoYesNoNoNoColumn generation method, cut-and-solve-based algorithm and the call back method
[23]NoYesNoNoNoNeural networks, Self Organizing Map (SOM) and K-Mean Clustering algorithms
GABVMPYesYesYesYesYesGenetic algorithm
Table 11. A set of jobs.
Table 11. A set of jobs.
cloudlet id job1job2job3job4job5
( length )( length )( length )( length )( length )
020,00030,000150,00040,000200,000
160,00050,00080,00020,00080,000
290,000110,000130,00080,000160,000
340,00010,00090,00030,00020,000
4120,00070,00010,00010,00040,000
5200,00020,00040,00090,00090,000
670,00080,000120,000110,000120,000
780,00040,00060,00060,00010,000
850,000160,00020,000150,000130,000
910,00090,00070,000200,000100,000
10150,000350,00045,00075,0005000
11250,000250,000250,000300,00025,000
1245,000100,00085,000450,000155,000
1325,00095,000140,00087,00095,000
1475,00025,000100,000250,0004000
1530,00085,00035,00050,000110,000
16300,000180,000130,000100,000210,000
1755,00035,00075,000130,00055,000
1865,00015,00095,00095,00085,000
1985,0009000200,000400,000350,000
Table 12. A set of VMs.
Table 12. A set of VMs.
vm id mips value
01000
1500
2200
32000
4250
5100
650
7125
8150
9400
101500
11350
12450
13600
14700
15850
16900
17550
181200
19300
Table 13. Default assignment strategy in CloudSim.
Table 13. Default assignment strategy in CloudSim.
cloudlet id job1job2job3job4job5
vm id proc. time vm id proc. time vm id proc. time vm id proc. time vm id proc. time
002003001500400200
11120110011601401160
224502550265024002800
332035345315310
4448042804404404160
5520005200540059005900
66140061600624006220062400
77640732074807480780
88333810668133810008866
99259225917595009250
10101001023310301050103
11117141171411714118571171
1212100122221218912100012344
13134213158132331314513158
141410714361414314357146
151535151001541155915129
161633316200161441611116233
17171001764171361723617100
1818541813187918791871
1919283193019667191333191167
total processing time73566147700998428109
Table 14. HABBP in CloudSim.
Table 14. HABBP in CloudSim.
cloudlet id job1job2job3job4job5
vm id proc. time vm id proc. time vm id proc. time vm id proc. time vm id proc. time
05200412018125826718167
1915091259200520011229
2151061512915153112290160
322005100118072408133
41613312156620062004160
51816781338267922512200
611401160141711318314171
7131331111442404240780
819167016052001517615153
9620013150192331622217182
1001503175225519250550
1110167101673125182502125
1241801611112189322516172
137200141360110121931190
14171362125171820250680
158200171557280225013183
16315018150161441718210140
171115719117112141418619183
1812144712013158111909213
1914121618010133102673175
total processing time32012783375944253146
Table 15. Comparison of computational time.
Table 15. Comparison of computational time.
HABBPDefault Assignment StrategySimplex Algorithm
0.01570.00190.0198
0.02160.01820.0318
0.01780.00970.0290
0.01660.00420.0200
0.01740.00730.0256

Share and Cite

MDPI and ACS Style

Akintoye, S.B.; Bagula, A. Improving Quality-of-Service in Cloud/Fog Computing through Efficient Resource Allocation. Sensors 2019, 19, 1267. https://doi.org/10.3390/s19061267

AMA Style

Akintoye SB, Bagula A. Improving Quality-of-Service in Cloud/Fog Computing through Efficient Resource Allocation. Sensors. 2019; 19(6):1267. https://doi.org/10.3390/s19061267

Chicago/Turabian Style

Akintoye, Samson Busuyi, and Antoine Bagula. 2019. "Improving Quality-of-Service in Cloud/Fog Computing through Efficient Resource Allocation" Sensors 19, no. 6: 1267. https://doi.org/10.3390/s19061267

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