Next Article in Journal
Influence of Volumetric Damage Parameters on Patch Antenna Sensor-Based Damage Detection of Metallic Structure
Next Article in Special Issue
Anomaly Detection Based Latency-Aware Energy Consumption Optimization For IoT Data-Flow Services
Previous Article in Journal
Enhanced 3-D GM-MAC Protocol for Guaranteeing Stability and Energy Efficiency of IoT Mobile Sensor Networks
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Optimal Offloading Decision Strategies and Their Influence Analysis of Mobile Edge Computing

College of Computer Science and Technology, China University of Petroleum (East China), Qingdao 266580, China
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Sensors 2019, 19(14), 3231; https://doi.org/10.3390/s19143231
Submission received: 27 June 2019 / Revised: 19 July 2019 / Accepted: 19 July 2019 / Published: 23 July 2019

Abstract

:
Mobile edge computing (MEC) has become more popular both in academia and industry. Currently, with the help of edge servers and cloud servers, it is one of the substantial technologies to overcome the latency between cloud server and wireless device, computation capability and storage shortage of wireless devices. In mobile edge computing, wireless devices take responsibility with input data. At the same time, edge servers and cloud servers take charge of computation and storage. However, until now, how to balance the power consumption of edge devices and time delay has not been well addressed in mobile edge computing. In this paper, we focus on strategies of the task offloading decision and the influence analysis of offloading decisions on different environments. Firstly, we propose a system model considering both energy consumption and time delay and formulate it into an optimization problem. Then, we employ two algorithms—Enumerating and Branch-and-Bound—to get the optimal or near-optimal decision for minimizing the system cost including the time delay and energy consumption. Furthermore, we compare the performance between two algorithms and draw the conclusion that the comprehensive performance of Branch-and-Bound algorithm is better than that of the other. Finally, we analyse the influence factors of optimal offloading decisions and the minimum cost in detail by changing key parameters.

1. Introduction

With the development of mobile communication technologies and the popularity of smart devices, a wide variety of network devices and applications emerge in an endless stream. The need for network performance, such as time delay, is getting higher and higher. At the same time, the processing power of mobile devices is also getting stronger and stronger but they still cannot handle those applications requiring great computing power. In addition, processing these applications locally faces another problem, namely the rapid consumption of battery power. Especially for those applications that need real time replay such as online games or Virtual Reality (VR) games, traditional cloud computing architecture does not work well in these fields due to relatively remote geographical distance. These issues severely impact the application’s efficiency and user experiences. In order to solve the above problems, the industry has proposed mobile edge computing (also known as Fog Computing). In 2016, European Telecommunications Standards Institute (ETSI) extended the concept of mobile edge computing (MEC) to Multi-access Edge Computing, extending Edge Computing from telecom cellular networks to other wireless Access networks (such as WiFi). In short, mobile edge computing processes workload from wireless devices locally(such as routers, eNodeB etc.) instead of sending the workload to remote cloud servers. Note that the edge computing does not aim to perfectly substitute cloud computing but to complement it. Edge computing just extends cloud computing to the network edge [1]. In belief, the ‘fog’ is a cloud but closer to the ground.
Although edge computing can provide a rapid response, the capacity of the edge server is still limited. It is difficult to process the compute-intensive task (e.g., face recognition, video encoding, etc.) for the edge server. It is impractical to accomplish those tasks by relying on the edge server alone. In contrast to the edge server, the cloud server has far more computing power than the edge server but the cloud server cannot provide a rapid response. So we can combine cloud computing with edge computing in the real production environment. Making the optimal offloading decision therefore becomes critical. Bad strategy can cause network congestion, energy waste and task timeouts. In other words, we need to decide where the task is executing. An important contribution of this paper is building a mathematical model considering both edge server and cloud server in making the optimal offloading decisions. In addition, the combination of edge and cloud can save a mount of economic cost in Internet of Things (IoT). According to the Wikibon IoT Project, Cloud + Edge Computing is 36% of the cost of Cloud-only Computing when the reduction in data volume is 95%.
As shown in Figure 1, this architecture is composed of a lot of cellular networks and a core cloud server with unlimited computational capacity. The cellular networks have some wireless devices (WDs) that are directly connected to a base station with strong but still limited computational capacity. The WD’s computation task can be executed in three ways: executing locally, offloading it to the edge server and offloading it to the cloud server. For simplicity, we use ‘thing computing’, ‘edge computing’ and ‘cloud computing’ to represent them respectively. This architecture is called Combined Fog-Cloud (CFC) [2,3] or Fog-to-Cloud (F2C) [4]. A typical application of this architecture is Vehicular Networking (VN) [5]. In the VN the fog servers are hosted by Road Side Units (RSU). In this way, the fog servers (RSU) can provide single-hop mobile links for vehicles to achieve lower delay and delay-jitter compared to directly connecting to a remote cloud server. This will greatly improve the Quality of Service (QoS) of VN applications. In this paper, we will formulate a system model and employ two methods to obtain the optimal or near-optimal decision to minimize the system cost, including the time delay and energy consumption in one cellular network.
Although MEC is not as mature as cloud computing [6], there has been a lot of research on MEC. Deng [3] first mathematically formulates the task offloading decision problem. It decomposes the primal problem into three sub-problems of corresponding subsystems, which can be independently solved. The author compared the energy consumption and system delay between cloud computing, edge computing and cloud-edge computing. In addition, Huang [7], Li [8], Deng [9] and Kao [10] built the mathematical model and formulate it into an optimization problem to get the minimum system cost including time delay and energy consumption. Li [8] has proposed a Deep Reinforcement Learning based algorithm to tackle task offloading in MEC. Huang [7] has proposed a deep learning based algorithm for MEC and it uses multiple parallel Deep Neural Networks (DNNs) to generate offloading decisions. Both of them make use of artificial intelligence (AI) technology and achieved significant results. Xavi [4] has proposed a layered MEC model and introduced the advantages and disadvantages of this architecture and Xavi [4] focuses on the coordinated management of MEC. There is much similar research, such as in References [11,12,13,14,15,16]. All of them solve a binary computation offloading problem in nature, namely the architecture they have proposed only includes cloud server or edge server. To meet the needs of the production environment, we must combine cloud computing with edge computing according to the previous discussion. In addition, all the above authors only focus on how to make the optimal offloading decision and do not analyse the influence of model parameters variation on offloading decisions in detail. In this paper, we study the variation of optimal offloading decisions and minimize system costs based on three types of offloading decisions (executing locally, edge computing and cloud computing) under different key parameters. Although the real MEC environment is more complex than the mathematical model proposed in this paper, the simulating result still has directive significance to a certain degree. The main contributions of this paper are highlighted as follows:
  • We propose a fog-cloud system model considering both energy consumption and time delay and formulate it into an optimization problem.We employ two algorithms, Enumerating and Branch-and-Bound, to get the optimal or near-optimal decision for minimizing the system cost including the time delay and energy consumption.
  • We compare the performance of two algorithms and draw the conclusion that the comprehensive performance of the Branch-and-Bound algorithm is better than that of the other.
  • We analyse the influence factors of optimal offloading decisions and the minimum cost in detail by changing key parameters and the analysis results can direct real production.
The rest of this paper is organized as follows. In Section 2, we present the system model including the network model, task model and computing model. In Section 3, we described the formulation of our optimization problem. In Section 4, we introduce our method in detail. In Section 5, we show the simulation results. Finally, we conclude this study in Section 6.

2. System Model

2.1. Network Model

Based on Figure 1, we only study one cell (an area served by one fog server), the set of WDs in the same cell is denoted as N = { 1 , 2 , , N } and we use n to represent the WD in the set N whose index is n. Based on N , we proposed an offloading action vector A and defined it as A = { a 1 , a 2 , , a n } where a n represent the offloading decision, respectively—namely the real offloading decision of WD n. We denote a n { 0 , 1 , 2 } to represent three conditions (executing locally, edge computing and cloud computing) respectively, so we have a n = 0 , a n = 1 , a n = 2 to represent local execution, edge computing and cloud computing, respectively. The computation capacity of WD n is denoted as f n l (the CPU frequency (Ghz)). Accordingly, the computation capacity of Edge Server and Core Cloud Server are denoted as f e and f c , respectively.
We assume the bandwidth between WD n and the edge server is denoted as b n w . Besides, we assume the bandwidth of edge server, core network and core cloud server is large enough so the bandwidth does not become the bottleneck, which means the transport delay (the time transmitting data from network card to the transmission media) produced by the edge server, core network and core cloud server can be neglected but the propagation delay (the time of signal propagation from end to end) of the core network cannot be neglected because the geographical distance between edge server and cloud server is relatively far in general. For simplicity, we assume that the propagation delay from the fog server to the cloud server is equal to the propagation delay from the cloud server to the fog server. So we use t to represent the total propagation delay of the core network in a cloud computing. In the real system, we can get t by ping command or other more precise method. According to Chen [11] and Zhang [17] the download data rate is very high in general and the data size of the result is much smaller than that of input data, so the delay and energy consumption at download step are neglected in the rest of this paper.

2.2. Task Model

We assume that every WD has one task to process at the same time, we use B n to represent the size of the data to be transferred. We use D n to denote the task size expressed as the total number of CPU cycles required to accomplish the computation task. D n reflects the amount of computing resource required to finish the task. There is a liner relation between B n and D n [8]. It can be represented as
B n = θ D n
We assume that whether executed by UE n locally or on the MEC server, the size of D n remains the same.
We assume the task cannot be divided into partitions to be processed on different devices, which means that each WD should execute its task by local computing or offloading computing.

2.3. Computation Model

(1) Local Computing Model: If the n-th WD chooses to execute its task locally, we define T n l as the local execution delay of WD n which only includes the processing delay of local CPUs. The local execution delay T n l is
T n l = D n f n l
Then, we define E n l as the energy consumption when executing its task locally. The E n l is
E n l = T n l P d = D n P d f n l
where P d represents the power of a Wireless device when a task in a wireless device is executed locally and we assume the power of WDs is identical.
Combining the time (2) and energy (3) cost, the total cost of local computing can be given as
Q n l = α E n l + β T n l
where α and β represent the weights of time and energy cost of task and the weights satisfy 1 α 100 , 1 β 100 .
(2) Edge Computing Model: If WD n chooses to offload a task and execute it on the edge server, we define T n e as the time cost of the edge computing of the WD n when it chooses to offload a task to the edge server and it consists of two parts, T n , t e and T n , p e . The T n , t e is the transmission delay and it is expressed as
T n , t e = B n b n w
And T n , p e is the processing delay of edge server, it can be represented as
T n , p e = D n f e
according to (5) and (6) the T n e is
T n e = T n , t e + T n , p e
Similarly, the energy cost of edge computing E n e is composed of the transmission energy consumption E n , t e and the idle consumption of WD E n , i e as well, and their representation as flow
E n , t e = T n , t e P t
E n , i e = T n , p e P i
where P t is the transmission power of the WD n and P i is the idle power and we assume both are constants. So the E n e is
E n e = E n , t e + E n , i e
Combining the time (7) and energy (10) cost, the total cost of offloading computing can be given as
Q n e = α E n e + β T n e .
(3) Cloud Computing Model: If WD n chooses to offload a task and execute it on the cloud server, we define T n c as the time cost and E n c as the energy cost under this policy. T n c still includes T n , t c and T n , p c . Note that the T n , t c is equal to the T n , t e . In addition, T n c includes an extra delay caused by data transmission between the edge server and core cloud server. Because the geographical distance between the edge server and core cloud server is so far that the delay cannot be neglected, generally speaking. So we define it as a constant t because the transport delay can be neglected. We define T n , p c as
T n , p c = D n f c .
So, T n c is
T n c = T n , t c + T n , p c + t
the energy cost of cloud computing is very similar to this in edge computing. So, for simplicity, we directly give the formula as
E n , t c = T n , t c P t
E n , i c = ( T n , p c + t ) P i
E n c = E n , t c + E n , i c
Combining the time (13) and energy (16) cost, the total cost of cloud computing is
Q n c = α E n c + β T n c
and the sum cost of all users in the MEC offloading system is expressed as
Q a l l = n = 1 N ( 1 a n ) ( 2 a n ) 2 Q n l + a n ( 2 a n ) Q n e + a n ( a n 1 ) 2 Q n c
we assume there are N WDs in the cellular network. We interpret the Formula (18) by simulating a scene with four wireless devices, that is N = 4 . In this scene, device 1 chooses to offload tasks to the cloud server, that is a 1 = 2 , device 2 chooses to offload tasks to the edge server, that is a 2 = 1 , device 3 and device 4 choose to execute locally, that is a 3 = 0 , a 4 = 0 . We use (18) to calculate the total power consumption, that is, Q a l l = Q 1 c + Q 2 e + Q 3 l + Q 4 l . All of the important notations used in this paper can be found in Table 1.

3. Problem Formulation

In this paper, to minimize the total cost include delay and energy cost with our system model is to minimize Q a l l . The minimum cost is denoted by V m i n . In this formula there are two variables we have taken into account. They are a n —offloading mode and b n w —the bandwidth between the WD n and the edge server. So, we can formulate an optimization problem to minimize Q a l l , which is expressed as follows:
V m i n = m i n i m i z e A , B n = 1 N ( 1 a n ) ( 2 a n ) 2 Q n l + a n ( 2 a n ) Q n e + a n ( a n 1 ) 2 Q n c s . t . C 1 : n = 1 N b n w λ C 2 : b n w 0 , n N C 3 : a n { 0 , 1 , 2 } , n N
where A = [ a 1 , a 2 , , a n ] is the the offloading decision vector and B = [ b 1 w , b 2 w , , b n w ] is the bandwidth allocation. C 1 represents the total bandwidth in this system are limited and the total up-link bandwidth allocated for all users cannot exceed the maximum bandwidth λ . If computation tasks are aggressively offloaded to the edge server or cloud server, a severe congestion will occur on the uplink wireless channels, which leads to a significant delay in executing computation tasks. So it is necessary to limit the bandwidth. C 2 represents the bandwidth allocated to every WD is can not be negative. C 3 represents the offloading decision just has three modes and only takes three values 0, 1 and 2.
The optimization problem (19) is a mixed-integer programming problem, which is difficult to solve in general. Traditional heuristics and evolutionary algorithms(e.g., Particle Swarm Optimization (PSO), Genetic Algorithm (GA), etc.)can not directly solve this problem. In this paper, we employ two methods to solve this optimization problem (19). One is an enumerating algorithm, the other is a Branch and bound algorithm. In the following Sections the detail of these two methods showing as follows.

4. Problem Solution

4.1. Enumerating Algorithm

The reason mixed-integer programming problems is difficult to solve is there are some integer variables in the objective function, nonlinear or integer programming algorithms alone cannot handle this. In other words, if we take those integer variables with determined values, namely we provide the offloading mode vector A , the origin optimization problem (19) becomes a common nonlinear programming problem only with the bandwidth allocation vector B :
m i n i m i z e B n = 1 N ( 1 a n ) ( 2 a n ) 2 Q n l + a n ( 2 a n ) Q n e + a n ( a n 1 ) 2 Q n c s . t . C 1 : n = 1 N b n w C C 2 : b n w 0 , n N
where, towards a common nonlinear programming problem, the python library scipy can solve this kind problem reliably. So we can produce all possible offloading modes in one decision process, then use scipy to produce corresponding optimal values for every possible offloading mode and choose the minimum one as the output. The detailed algorithm is shown in Algorithm 1. We called this algorithm the Enumerating Algorithm (EA).
Algorithm 1: Enumerating Algorithm.
Sensors 19 03231 i001
The advantage of this algorithm is obvious, that is, it can get a more reliable solution. In this paper, we consider it the global optimal value but this enumerating algorithm has a serious disadvantage—the time complexity of this algorithm is O ( 3 n ) , namely time increases exponentially with the number of tasks. It is unsuitable for a scenario with a large number of devices but the Branch and Bound algorithm can get the result relatively rapidly. The time consuming comparison between Enumerating Algorithm and Branch and Bound algorithms is shown in Section 5.

4.2. Branch and Bound

Branch and bound is one of the most commonly used algorithms for integer programming problems. This method can solve not only pure integer programming but also mixed integer programming. The branch and definition is to search all feasible solution Spaces of the constrained optimization problem (whose feasible solution is finite number) properly. The total solution space is usually iteratively divided into smaller and smaller subsets called branches and a target lower bound (for the minimum problem) is calculated for the solution set in each subset, which is called bound. After each branch, if the target value of a known feasible solution set cannot reach the current limit, then the subset is discarded. Thus, many subsets are not considered, which is called pruning. This is the idea of the Branch and Bound. More detailed information about the algorithm can be found on Wikipedia. In this work, we use an improved third-party Matlab function to solve this mixed-integer programming problem (19) directly. We only need to convert (19) into matlab structure and put it into the Branch and Bound function to solve it. Then we can get the approximate optimal value and corresponding offloading decision and bandwidth allocation. The time complexity of this algorithm is between O( n 2 ) and O( 2 n ). Furthermore, our experimental results show that the time consumption of the Branch and Bound Algorithm is only one tenth of the Enumerating Algorithm. This experimental result is shown in Figure 2. We discuss the precision of this algorithm in Section 5.

5. Simulating Results and Analysis

In this section, we use the above two proposed algorithms to solve this mixed-integer programming problem (19) and get the numerical results. Then we compare the performance of the two algorithms. We also study the variation trend of the total cost and offloading decision through multiple simulations. For the setting of system model parameters, we have referred to References [7,8]. In our simulation, we set the number of WD as 9 and assume every device has one task to make a offloading decision. Then we set the f n l , f e and f c as 1000 MHz, 3000 MHz and 5000 MHz respectively. In addition, we set α = 10 , β = 1 , θ = 100 , t = 0 . 25 , W = 150 . At last, The P d , P t and P i are set as 0.5 W, 0.3 W and 0.1 W, respectively. We vary the task size B n from 500 to 5000. The experimental environment is:
  • CPU:Intel(R) Core(TM) i7-4790 [email protected] GHz
  • Memory: 8 G DDR3 1600 MHz
  • OS: Windows 8.1

5.1. Performance Comparison

Time consumption is an important indicator for evaluating algorithm performance. As shown in Figure 2, we have computed 200 tasks and the result is quite clear. The time consumption of the Branch and Bound (BB) algorithm is much less than the Enumerating Algorithm’s. The average time cost of both algorithms is 96.9 s and 1142.8 s, respectively. The accuracy rate is another important indicator. In this paper, we use the cost value generated by the Enumerating Algorithm as the minimum value and consider the corresponding offloading decision as the optimal decision. So, we use the ratio of the cost value obtained by Enumerating algorithm to the cost value obtained by Branch and Bound algorithm as the accuracy rate of the Branch and Bound algorithm and is shown in Figure 3. We can see that the lower accuracy rate of the Branch and Bound algorithm is higher than 93% and the average accuracy rate acquired by statistics is 97.63%. It means we only lose the negligible accuracy rate but we get more than tenfold arithmetic speed compared to the EA. Note that the result is produced by the System model which only possesses 9 WDs, that is, there is a rapidly growing time consumption gap between BB and EA as the number of WDs on the same cellular network increases. In large-scale simulations and industrial applications, for the proposed mixed-integer programming problem, the Branch and Bound algorithm is much better than the Enumerating Algorithm.
The BB algorithm also can apply to a similar edge computing model to get the optimal offloading decision if it can be formulated into a mixed-integer programming problem, such as References [7,8,18]. A comparison between the BB and Enumerating Algorithm can be found in References [7,8,18] and we will carry on the research in the future work.
In the following experiment, all the experimental results are generated by the Branch and Bound algorithm.

5.2. Influence Analysis of Model Parameters

Before studying the effects of the parameters, we think it is significant to study the change in the optimal offloading decision caused by the task size on different scales. We generated another two sets of random numbers that obey uniform distribution with 200 entries. One varies from 1 to 50, the other varies from 10 to 500. The cost value is shown in Figure 4. Their average cost values are 69.5, 6.4533 and 0.6245, respectively. In addition, we counted the number of each decision for each set of tasks and this is shown in Figure 5. It is obvious that the minimum cost value of the three sets of data fluctuates around the mean and the greater the variation range of the task size, the greater the fluctuation range. According to Figure 5, we can conclude that when the task size is generally large the WD tends to offload tasks to the cloud server to get a lower cost value.
We simulated different real environments by changing the parameters of the model. In this way, we could quantitatively study the variation of the optimal offloading decision under different environments. That is of great significance for industrial application, for example, we can dynamically adjust the number of edge servers or cloud servers according to currently optimal offloading decision when the environment changes. In this subsection, we consult industrial experts in this field and refer to relevant cases, finally we select the three most significant parameters α , β and the total upload bandwidth W. For simplicity, we denote the ratio of α to β as η . In the following experiment, we will assign specific values to η and W. For simplicity but without loss of generality, we randomly select 10 entries from above three task set as experimental data set. Table 2 lists the possible values of those parameters.
Figure 6 shows the cost values under different parameters η and W (other parameters keep the initial value). It is obvious that the cost value is inversely proportional to W and directly proportional to η (this conclusion can also be drawn through analysing formula (18)).
Figure 7 shows the offloading decision count under different parameters η and W (other parameters keep the initial value). Each point in the figure represents the sum of WDs (y value) choosing a certain offloading decision (color) under current parameter(x value). It is obvious that there are no WDs choosing to offload their task to the edge server when the eta is relatively small, namely the energy consumption accounts for a small weight in the total cost. That is, we can reduce the number of cloud servers and add edge servers to improve system performance and save the financial expense. As the η increases, the number of three offloading decisions tends to steady and the number of WDs choosing to offload tasks to edge server is the largest. Based on this, we can deploy more edge servers to maximize system performance at energy-conscious scenario.
As the W decreases, the number of WDs choosing to execute locally will reduce to zero. That is, computing tasks are not performed locally. It means that if the bandwidth is big enough the terminal wireless device requires only very weak computing power to perform most tasks. 5G technology greatly improves the upload and download bandwidth. If the 5G technology and the mobile edge computing technology can be effectively combined, this can bring revolutionary change to the industry, for example, smart phones will become a display device with communication ability and weak computing power. This can greatly reduce the costs.

6. Conclusions

In this paper, we proposed a global cost model that takes time delay and energy consumption into account and formulated it into an optimization problem. Then, we employed two algorithms, enumeration and Branch-and-Bound, to resolve this optimization problem. While satisfying high accuracy, the Branch-and-Bound algorithm can get the result more quickly so it is more suitable for practical application. In addition, we simulated the changing trend of unloading decisions in different environments. In the future, we intend to combine artificial intelligence algorithms to further increase the speed of operation.

Author Contributions

conceptualization, J.X.; supervision, J.X.; validation, J.X.; methodology, Z.H.; data curation, Z.H.; software, Z.H.; investigation, X.S.; resources, X.S.

Funding

This research received no external funding

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Bonomi, F.; Milito, R.; Zhu, J.; Addepalli, S. Fog computing and its role in the internet of things. In Proceedings of the First Edition of the MCC Workshop on Mobile Cloud Computing, Helsinki, Finland, 17 August 2012; pp. 13–16. [Google Scholar]
  2. Souza, V.B.C.; Ramírez, W.; Masip-Bruin, X.; Marín-Tordera, E.; Ren, G.; Tashakor, G. Handling service allocation in combined fog-cloud scenarios. In Proceedings of the 2016 IEEE International Conference on Communications (ICC), Kuala Lumpur, Malaysia, 22–27 May 2016; pp. 1–5. [Google Scholar]
  3. Deng, R.; Lu, R.; Lai, C.; Luan, T.H. Towards power consumption-delay tradeoff by workload allocation in cloud-fog computing. In Proceedings of the 2015 IEEE International Conference on Communications (ICC), London, UK, 8–12 June 2015; pp. 3909–3914. [Google Scholar]
  4. Masip-Bruin, X.; Marín-Tordera, E.; Tashakor, G.; Jukan, A.; Ren, G.J. Foggy clouds and cloudy fogs: A real need for coordinated management of fog-to-cloud computing systems. IEEE Wirel. Commun. 2016, 23, 120–128. [Google Scholar] [CrossRef]
  5. Shojafar, M.; Cordeschi, N.; Baccarelli, E. Energy-efficient adaptive resource management for real-time vehicular cloud services. IEEE Trans. Cloud Comput. 2016, 7, 196–209. [Google Scholar] [CrossRef]
  6. Heilig, L.; Voß, S. A scientometric analysis of cloud computing literature. IEEE Trans. Cloud Comput. 2014, 2, 266–278. [Google Scholar] [CrossRef]
  7. Huang, L.; Feng, X.; Feng, A.; Huang, Y.; Qian, L.P. Distributed Deep Learning-based Offloading for Mobile Edge Computing Networks. Mob. Netw. Appl. 2018, 1–8. [Google Scholar] [CrossRef]
  8. Li, J.; Gao, H.; Lv, T.; Lu, Y. Deep reinforcement learning based computation offloading and resource allocation for MEC. In Proceedings of the 2018 IEEE Wireless Communications and Networking Conference (WCNC), Barcelona, Spain, 15–18 April 2018; pp. 1–6. [Google Scholar]
  9. Deng, R.; Lu, R.; Lai, C.; Luan, T.H.; Liang, H. Optimal workload allocation in fog-cloud computing toward balanced delay and power consumption. IEEE Internet Things J. 2016, 3, 1171–1181. [Google Scholar] [CrossRef]
  10. Kao, Y.H.; Krishnamachari, B.; Ra, M.R.; Bai, F. Hermes: Latency optimal task assignment for resource-constrained mobile computing. IEEE Trans. Mob. Comput. 2017, 16, 3056–3069. [Google Scholar] [CrossRef]
  11. Chen, X.; Jiao, L.; Li, W.; Fu, X. Efficient multi-user computation offloading for mobile-edge cloud computing. IEEE/ACM Trans. Netw. 2016, 24, 2795–2808. [Google Scholar] [CrossRef]
  12. Chen, M.H.; Liang, B.; Dong, M. Joint offloading decision and resource allocation for multi-user multi-task mobile cloud. In Proceedings of the 2016 IEEE International Conference on Communications (ICC), Kuala Lumpur, Malaysia, 22–27 May 2016; pp. 1–6. [Google Scholar]
  13. Zhang, J.; Xia, W.; Zhang, Y.; Zou, Q.; Huang, B.; Yan, F.; Shen, L. Joint offloading and resource allocation optimization for mobile edge computing. In Proceedings of the GLOBECOM 2017—2017 IEEE Global Communications Conference, Singapore, 4–8 December 2017; pp. 1–6. [Google Scholar]
  14. Guo, S.; Xiao, B.; Yang, Y.; Yang, Y. Energy-efficient dynamic offloading and resource scheduling in mobile cloud computing. In Proceedings of the IEEE INFOCOM 2016—The 35th Annual IEEE International Conference on Computer Communications, San Francisco, CA, USA, 10–14 April 2016; pp. 1–9. [Google Scholar]
  15. Bi, S.; Zhang, Y.J. Computation rate maximization for wireless powered mobile-edge computing with binary computation offloading. IEEE Trans. Wirel. Commun. 2018, 17, 4177–4190. [Google Scholar] [CrossRef]
  16. Tran, T.X.; Pompili, D. Joint task offloading and resource allocation for multi-server mobile-edge computing networks. IEEE Trans. Veh. Technol. 2019, 68, 856–868. [Google Scholar] [CrossRef]
  17. Zhang, K.; Mao, Y.; Leng, S.; Zhao, Q.; Li, L.; Peng, X.; Pan, L.; Maharjan, S.; Zhang, Y. Energy-efficient offloading for mobile edge computing in 5G heterogeneous networks. IEEE Access 2016, 4, 5896–5907. [Google Scholar] [CrossRef]
  18. Huang, L.; Bi, S.; Zhang, Y.J.A. Deep reinforcement learning for online offloading in wireless powered mobile-edge computing networks. arXiv 2018, arXiv:1808.01977. [Google Scholar]
Figure 1. Mobile Edge Computing Architecture.
Figure 1. Mobile Edge Computing Architecture.
Sensors 19 03231 g001
Figure 2. Time consumption.
Figure 2. Time consumption.
Sensors 19 03231 g002
Figure 3. The accuracy rate of the Branch and Bound algorithm.
Figure 3. The accuracy rate of the Branch and Bound algorithm.
Sensors 19 03231 g003
Figure 4. Cost value comparison.
Figure 4. Cost value comparison.
Sensors 19 03231 g004
Figure 5. The number of each decision for each set of tasks.
Figure 5. The number of each decision for each set of tasks.
Sensors 19 03231 g005
Figure 6. The cost values under different parameters.
Figure 6. The cost values under different parameters.
Sensors 19 03231 g006
Figure 7. Offloading decision comparison.
Figure 7. Offloading decision comparison.
Sensors 19 03231 g007
Table 1. Notations used in this paper.
Table 1. Notations used in this paper.
N the set of WDs
A offloading action vector
a n offloading decision of the n-th WD
f n l the computation capacity of the n-th WD (Mhz)
f e the computation capacity of edge server (Mhz)
f c the computation capacity of cloud server (Mhz)
b n w the bandwidth between the n-WD and the edge server (Mbps)
ttotal time delay introduced by core network
B n the size of the data to be transferred of the n-th WD (MB)
D n task size expressed as the total number of CPU cycles required to accomplish the computation task of the n-th WD.
θ a constant D n = θ B n
α a constant Q n l = α E n l + β T n l
β a constant Q n l = α E n l + β T n l
P d The full power of WD (W)
P i The idle power of WD (W)
P t The transmission power of WD (W)
T n l the time delay of the n-th WD to executing computation task locally (s)
T n e the time delay of the n-th WD to executing computation task on the edge server (s)
T n c the time delay of the n-th WD to executing computation task on the cloud server (s)
E n l the energy consumption of the n-th WD to executing computation task locally
E n e the energy consumption of the n-th WD to executing computation on the edge server
E n c the energy consumption of the n-th WD to executing computation task on the cloud server
Q n l the total cost (the weighted sum of energy consumption and time delay ) of the n-th WD to executing computation task locally
Q n e the total cost (the weighted sum of energy consumption and time delay ) of the n-th WD to executing computation task on the edge server
Q n c the total cost (the weighted sum of energy consumption and time delay ) of the n-th WD to executing computation task on the cloud server
Q a l l the sum of Q n l , Q n e and Q n c
Wtotal upload bandwidth (MBps)
Table 2. The possible values of parameters.
Table 2. The possible values of parameters.
η [0.01, 0.05, 0.1, 1, 5, 10, 20, 50, 100]
W[10, 20, 50, 100, 150, 200, 500, 1000, 2000]

Share and Cite

MDPI and ACS Style

Xu, J.; Hao, Z.; Sun, X. Optimal Offloading Decision Strategies and Their Influence Analysis of Mobile Edge Computing. Sensors 2019, 19, 3231. https://doi.org/10.3390/s19143231

AMA Style

Xu J, Hao Z, Sun X. Optimal Offloading Decision Strategies and Their Influence Analysis of Mobile Edge Computing. Sensors. 2019; 19(14):3231. https://doi.org/10.3390/s19143231

Chicago/Turabian Style

Xu, Jiuyun, Zhuangyuan Hao, and Xiaoting Sun. 2019. "Optimal Offloading Decision Strategies and Their Influence Analysis of Mobile Edge Computing" Sensors 19, no. 14: 3231. https://doi.org/10.3390/s19143231

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