Edge Caching Data Distribution Strategy with Minimum Energy Consumption

Zhi Lin,Jiarong Liang
DOI: https://doi.org/10.3390/s24092898
IF: 3.9
2024-05-01
Sensors
Abstract:In the context of the rapid development of the Internet of Vehicles, virtual reality, automatic driving and the industrial Internet, the terminal devices in the network show explosive growth. As a result, more and more information is generated from the edge of the network, which makes the data throughput increase dramatically in the mobile communication network. As the key technology of the fifth-generation mobile communication network, mobile edge caching technology which caches popular data to the edge server deployed at the edge of the network avoids the data transmission delay of the backhaul link and the occurrence of network congestion. With the growing scale of the network, distributing hot data from cloud servers to edge servers will generate huge energy consumption. To realize the green and sustainable development of the communication industry and reduce the energy consumption of distribution of data that needs to be cached in edge servers, we make the first attempt to propose and solve the problem of edge caching data distribution with minimum energy consumption (ECDDMEC) in this paper. First, we model and formulate the problem as a constrained optimization problem and then prove its NP-hardness. Subsequently, we design a greedy algorithm with computational complexity of O(n2) to solve the problem approximately. Experimental results show that compared with the distribution strategy of each edge server directly requesting data from the cloud server, the strategy obtained by the algorithm can significantly reduce the energy consumption of data distribution.
engineering, electrical & electronic,instruments & instrumentation,chemistry, analytical
What problem does this paper attempt to address?
### The Problem the Paper Attempts to Solve The paper aims to address the issue of minimizing energy consumption when distributing data from cloud servers to edge servers in mobile edge computing networks. Specifically, with the rapid development of technologies such as the Internet of Things (IoT), vehicular networks, virtual reality, autonomous driving, and the industrial internet, the number of network terminal devices has increased dramatically, leading to a surge in the amount of data generated at the network edge and a significant rise in data throughput in mobile communication networks. Mobile edge caching technology, as a key technology of the fifth-generation mobile communication network, caches popular data on servers deployed at the network edge, thereby avoiding data transmission delays and network congestion on the backhaul link. However, as the network scale expands, distributing popular data from cloud servers to edge servers results in substantial energy consumption. To achieve green and sustainable development in the communication industry and reduce the energy consumption of data distribution that needs to be cached on edge servers, this paper proposes and addresses the Edge Cache Data Distribution Minimum Energy Consumption (ECDDMEC) problem for the first time. Firstly, the problem is modeled as a constrained optimization problem and its NP-hardness is proven. Subsequently, a greedy algorithm with a computational complexity of O(n^2) is designed to approximately solve the problem. Experimental results show that the strategy obtained by this algorithm can significantly reduce the energy consumption of data distribution compared to the strategy where each edge server directly requests data from the cloud server.