ALL Metrics
-
Views
-
Downloads
Get PDF
Get XML
Cite
Export
Track
Review

Edge computing for Vehicle to Everything: a short review

[version 1; peer review: 1 approved with reservations, 1 not approved]
PUBLISHED 01 Nov 2021
Author details Author details
OPEN PEER REVIEW
REVIEWER STATUS

This article is included in the Software and Hardware Engineering gateway.

This article is included in the Research Synergy Foundation gateway.

Abstract

Vehicle to Everything (V2X) communications and services have sparked considerable interest as a potential component of future Intelligent Transportation Systems. V2X serves to organise communication and interaction between vehicle to vehicle (V2V), vehicle to infrastructure (V2I), vehicle to pedestrians (V2P), and vehicle to networks (V2N). However, having multiple communication channels can generate a vast amount of data for processing and distribution. In addition, V2X services may be subject to performance requirements relating to dynamic handover and low latency communication channels. Good throughput, lower delay, and reliable packet delivery are the core requirements for V2X services.  Edge Computing (EC) may be a feasible option to address the challenge of dynamic handover and low latency to allow V2X information to be transmitted across vehicles. Currently, existing comparative studies do not cover the applicability of EC for V2X. This review explores EC approaches to determine the relevance for V2X communication and services. EC allows devices to carry out part or all of the data processing at the point where data is collected. The emphasis of this review is on several methods identified in the literature for implementing effective EC. We describe each method individually and compare them according to their applicability. The findings of this work indicate that most methods can simulate the EC positioning under predefined scenarios. These include the use of Mobile Edge Computing, Cloudlet, and Fog Computing. However, since most studies are carried out using simulation tools, there is a potential limitation in that crucial data in the search for EC positioning may be overlooked and ignored for bandwidth reduction. The EC approaches considered in this work are limited to the literature on the successful implementation of V2X communication and services. The outcome of this work could considerably help other researchers better characterise EC applicability for V2X communications and services.

Keywords

V2X, Edge Computing, Review

Introduction

The automobile industry is changing in various ways, and this provides a chance to address potential transportation-related difficulties. This includes transitioning a traditional independent network to a connected network within and outside the vehicle.1 The evolution of drivers' and passengers' involvement with vehicles has been evolving both in technology and style.2 Figure 1 depicts the evolution of the interaction between drivers and passengers from 1807 to the present.

d2dda678-1a72-46d1-862b-89d3136f9257_figure1.gif

Figure 1. Evolution of driver and passenger interactions.

Almost everyone is connected to the Internet, with around six connected devices per person and hundreds of new connections created each second, resulting in billions of connected ecosystems.3 Furthermore, research has projected that by 2025, connected vehicles will produce over 200 petabytes of data, with at least four terabytes of data generated continuously. This would increase the number of connected vehicles on roads by approximately four hundred million.4 A connected vehicle is one that is equipped with both Internet and wireless LAN connectivity, allowing data to be transmitted between devices both inside and outside of the vehicle. The Internet of Vehicles or Vehicle to Everything (V2X) is a common network for connected vehicles.5,6 However, the most challenging problem is efficiently processing and sending enormous data over communication networks.

The difficulty is not just handling data produced by these connected vehicles that are constantly exposed but also maintaining security, deployment, and performance.7,8 Therefore, the potential of edge computing (EC) for V2X can play a prominent part. EC is a distributed computer system that carries out computational tasks (such as collecting and analysing data) on a device, particularly a vehicle. In turn, this reduces the transmission of data from the cloud back and forth.9,10 This review examines EC, in particular for V2X. We discuss the background of automotive evolution, V2X and EC; prior research on the applicability of EC for V2X; the potential challenges of applying EC to the V2X scenario; and the path for the future.

Automotive evolution, V2X, and EC

V2X communication is a crucial component of current intelligent transportation systems (ITS). For example, V2X provides drivers with information about road hazards that they may overlook.11 In addition, V2X allows communication between a vehicle and anything that might impact the environment, including the surrounding infrastructure such as traffic lights (infrastructure) and even smartphones (pedestrian), enabling communication between vehicles and pedestrians holding a smartphone.12 With the technology progressing globally, it is just a matter of time until it is widely adopted and deployed.13

EC refers to a technology that allows network-level processing, downstream data for cloud services, and upstream data for IoT service support.14 The term "edge" refers to any computer device located in the area between data sources and the cloud. EC is more suitable for applications that require rapid and consistent response times.15 V2X is an example, as computing at the edge can reduce data transfer, decreasing reaction times.16 For example, when driving, the vehicle captures data via movement, speed, and other sensors, then analyses them to ensure safety and convenience.

For V2X, real-time situational awareness is crucial, particularly on crucial route segments (e.g., an accident is detected by another vehicle on a particular road). Additionally, a backend server will have to provide high-definition local maps. Leveraging local maps and situational awareness is not just about providing data about road traffic conditions. It should also be extended to occurrences where local data must be aggregated in real-time and distributed to drivers on the road through road side units (RSUs). Road users may build and maintain real-time situational awareness using broadcast information from neighbour vehicles as an alternative to EC. Therefore, EC deployment enables shifting such activities to the network edge by combining data from many sources and efficiently broadcasting a huge amount of data to many drivers locally.

Applicability of EC for V2X

EC applies to a wide range of uses, from sensor applications (e.g., predictive vehicle maintenance) to the end-user experience (e.g., collision prevention warning). EC has been discussed previously from the perspective of V2X communication applicability. In 2020, Moubayed et al. described an Optimum V2X Service Placement (OVSP) as a binary integer issue in a linear edge context.17 The authors approached this problem using a low-complexity greedy heuristic technique (G-VSPA). Extensive simulations showed that the OVSP model provides satisfactory results when sensitive services to delays are on the edge and tolerant services to delays are at the core of the process. Furthermore, the proposed algorithm provides near-optimal performance with minimal complexity.

In the same year, Shaer et al. addressed the efficient deployment of V2X essential services, including various V2X applications in the EC environment.18 The authors devised an optimisation method for minimising E2E latency in multi-component V2V systems under different traffic situations. The findings indicate that the methodology guarantees an adequate level of service and surpasses solutions developed in earlier studies using realistic scenarios. Additionally, Belogaev et al. investigated task offloading that minimises operating costs while adhering to the latency constraints imposed by different V2X applications, given the network architecture and resource allocation.20 The authors designed a new CHAT algorithm based on linear programming and incorporated a greedy algorithm. In terms of total energy usage, the suggested method was compared with previous studies proposed algorithms. The assessment demonstrates that the proposed method considerably decreases energy usage while meeting the varied needs of V2X applications in all evaluated cases.

Lee et al. described an EC approach for minimising trip time at interconnected junctions.19 The authors suggested a paradigm in which each RSU determines junction scheduling while the vehicles select their travel trajectory through dynamic control. Based on simulation results for optimum scheduling of linked junctions, the proposed framework significantly reduced overall travel time by up to 14.3%. Grammarikos and Cottis investigated the benefits of mobile edge computing (MEC) adopting V2X services linked to traffic efficiency and road safety.21 A simulation model that represented a long-term evolution (LTE) system with basic MEC capabilities, such as packet routing, was investigated in this work to evaluate the applicability of their findings. The presented approach evaluated the packet delivery ratio and packet loss for applications, such as telemetry and emergency message delivery, respectively. While LTE can transmit traffic data to vehicles in a short amount of time, the simulation results revealed that severe congestion in the backhaul and core networks could result in unexpected packet losses, which could be prevented by the processing capabilities of a MEC server.

In addition, Napolitano et al. proposed a fully compatible design and implementation of a vulnerable road users (VRU) warning system, as well as an experimental assessment of the system using MEC- and cloud-based architectures.22 The authors developed a strategy that would enable road users to communicate information regarding the existence of neighbouring entities in the event of a difficult circumstance (e.g., road accident). This is accomplished by using an architecture that consists of a user-facing Android application and a MEC-based application [cooperative awareness messages (CAM)]. The E2E latency demonstrated a substantial result when visualising the entities engaged between the VRUs application and the CAM server using a preliminary performance measurement. Additionally, Emara et al. focused on the case of VRU, examining the safe interaction of vehicles with road users such as motorcyclists and pedestrians.23 The authors aimed to describe latency improvements using MEC systems through periodic CAM. Extensive simulation results indicated that installing MEC infrastructure may substantially decrease the communication latency. Additionally, Sabella et al. suggested a hierarchical MEC architecture for adaptive video streaming in V2X applications.25 The authors described the acquisition of real-time channel data by local agents stationed at the evolved NodeB (eNB). This information is then communicated to a MEC platform, which automatically changes the video stream's quality to match the channel's conditions. Within a virtualized network context, the authors tested and evaluated a conceptual demonstration of radio-aware video optimization. The results demonstrated that the proposed architecture enhanced the user experience by boosting downlink and uplink speeds and reducing delay.

Bissmeyer et al. introduced a network framework that ensures V2X information and data exchange in a MEC-based multi-access technology environment.24 The authors designed a framework for the integrity of the message, sender authorisation and authentication, and replay detection. This approach is achieved through digital signatures, an authorisation certificate, and public and private key infrastructure. MEC offers local processing capabilities for the exchange of event-driven V2X encrypted messages within the framework. In addition, Balid et al. demonstrated MEC traffic management methods for real-time traffic monitoring.26 The authors developed and deployed a cost-effective wireless sensor traffic monitoring system for highway and roadside traffic. The sensor achieved an acceptable level of accuracy in terms of detection, speed prediction, and vehicle categorisation.

Challenges of V2X and EC

Security

At the edge of a network, privacy and security protection are critical services to provide.27,28 If the vehicle is equipped with IoT, it can collect sensitive data from sense data.29 Several ITS implementations would need drivers to grant access to sensitive, confidential data to untrusted vehicles attempting to join as edges in the context of smart cities.30 Together with data segregation techniques, effective trust management systems may considerably increase edge security.31 According to El-Sayed & Chaqfeh,31 although minimal research has been conducted on assuring secure collaboration in an EC scenario, the study does not explicitly address V2X issues.

Deployments

The positioning of edge devices in an urban environment is based on static and dynamic features.32 Edge nodes may need MEC servers with fixed RSUs or unmanned aerial vehicles (UAV).33 Many possible ITS applications may be facilitated by autonomous UAVs, improving traffic safety and transportation quality of life.34 Nevertheless, specific issues must be addressed, such as limited energy, processing ability, and signal transmission range.35 Given the technological developments such as sensor-based street lights or smart toll booths over the past few decades, the limitations on UAV usage will likely be overcome eventually.

Performances

Each second counts when you're behind the wheel of a vehicle. As a result, vehicles would continuously upload the data collected by their local sensors to the closest edge device.36,37 Hence, energy and power consumption at the edge should be considered to avoid service disruptions and quality of service (QoS) loss.38,39 Furthermore, various situations need substantial QoS improvement to cope with occasional high traffic loads like severe traffic congestion, unpredicted weather conditions, or unexpected road construction works.40 Therefore, further research is necessary to enhance and manage QoS in the V2X context considering a heterogeneous edge-based environment.

Conclusions

EC adoption is growing in the automotive industry, and ITS, particularly V2X, will certainly change various economic sectors and significantly influence our everyday lives. Despite this, multiple different challenges are limiting its wide implementation. The increasing number of sensors in connected vehicles and roads creates a large data processing and storage issue. This requires new service platforms with strong processing, reliable storage, and real-time communication. EC is indeed a promising way to decrease latency and bring data closer to vehicles and resources. In the future, we will work on a comprehensive middleware solution for V2X communication. In many V2X scenarios, data transmitted between users and network infrastructure is localised and does not need remote access to centralised data centres. Using EC may substantially improve the performance of supporting various applications of V2X. The availability of network resources, storage, and computation near the network edge make EC an ideal option for V2X delay-sensitive applications.

Data availability

No data is associated with this article.

Comments on this article Comments (0)

Version 4
VERSION 4 PUBLISHED 01 Nov 2021
Comment
Author details Author details
Competing interests
Grant information
Article Versions (4)
Copyright
Download
 
Export To
metrics
Views Downloads
F1000Research - -
PubMed Central
Data from PMC are received and updated monthly.
- -
Citations
CITE
how to cite this article
Abdullah MFA, Yogarayan S, Abdul Razak SF et al. Edge computing for Vehicle to Everything: a short review [version 1; peer review: 1 approved with reservations, 1 not approved]. F1000Research 2021, 10:1104 (https://doi.org/10.12688/f1000research.73269.1)
NOTE: If applicable, it is important to ensure the information in square brackets after the title is included in all citations of this article.
track
receive updates on this article
Track an article to receive email alerts on any updates to this article.

Open Peer Review

Current Reviewer Status: ?
Key to Reviewer Statuses VIEW
ApprovedThe paper is scientifically sound in its current form and only minor, if any, improvements are suggested
Approved with reservations A number of small changes, sometimes more significant revisions are required to address specific details and improve the papers academic merit.
Not approvedFundamental flaws in the paper seriously undermine the findings and conclusions
Version 1
VERSION 1
PUBLISHED 01 Nov 2021
Views
28
Cite
Reviewer Report 02 Mar 2022
Lionel Nkenyereye, Research Institute of Engineering, Pukyong National University, Busan, South Korea 
Approved with Reservations
VIEWS 28
The paper discussed the successful implementation of V2X communication and services. The V2X services coupled with edge computing prompt new V2X services with low latency. The authors have provided use cases that show the effectiveness of deploying edge computing for V2X-based edge ... Continue reading
CITE
CITE
HOW TO CITE THIS REPORT
Nkenyereye L. Reviewer Report For: Edge computing for Vehicle to Everything: a short review [version 1; peer review: 1 approved with reservations, 1 not approved]. F1000Research 2021, 10:1104 (https://doi.org/10.5256/f1000research.76911.r123882)
NOTE: it is important to ensure the information in square brackets after the title is included in all citations of this article.
  • Author Response 07 Jul 2022
    Sumendra Yogarayan, Faculty of Information Science and Technology, Multimedia University, Ayer Keroh, 75450, Malaysia
    07 Jul 2022
    Author Response
    The paper has been revised accordingly.

    In regards to comment number 2, the study contributes to the domain of edge computing incorporation for vehicular communication particularly in Malaysia context.
    ... Continue reading
COMMENTS ON THIS REPORT
  • Author Response 07 Jul 2022
    Sumendra Yogarayan, Faculty of Information Science and Technology, Multimedia University, Ayer Keroh, 75450, Malaysia
    07 Jul 2022
    Author Response
    The paper has been revised accordingly.

    In regards to comment number 2, the study contributes to the domain of edge computing incorporation for vehicular communication particularly in Malaysia context.
    ... Continue reading
Views
49
Cite
Reviewer Report 20 Dec 2021
Danilo Amendola, University of Trieste, Trieste, Italy;  Vicomtech, Donostia-San Sebastiá, Spain 
Not Approved
VIEWS 49
The article presents in a nutshell a short, partial, and shallow overview of edge computing.

The authors introduce the historic evolution of driver and passengers' interactions since the dawn, however the contribution related to the vehicular communications ... Continue reading
CITE
CITE
HOW TO CITE THIS REPORT
Amendola D. Reviewer Report For: Edge computing for Vehicle to Everything: a short review [version 1; peer review: 1 approved with reservations, 1 not approved]. F1000Research 2021, 10:1104 (https://doi.org/10.5256/f1000research.76911.r98480)
NOTE: it is important to ensure the information in square brackets after the title is included in all citations of this article.
  • Author Response 07 Jul 2022
    Sumendra Yogarayan, Faculty of Information Science and Technology, Multimedia University, Ayer Keroh, 75450, Malaysia
    07 Jul 2022
    Author Response
    The paper has been revised accordingly.
    Competing Interests: No competing interests were disclosed.
COMMENTS ON THIS REPORT
  • Author Response 07 Jul 2022
    Sumendra Yogarayan, Faculty of Information Science and Technology, Multimedia University, Ayer Keroh, 75450, Malaysia
    07 Jul 2022
    Author Response
    The paper has been revised accordingly.
    Competing Interests: No competing interests were disclosed.

Comments on this article Comments (0)

Version 4
VERSION 4 PUBLISHED 01 Nov 2021
Comment
Alongside their report, reviewers assign a status to the article:
Approved - the paper is scientifically sound in its current form and only minor, if any, improvements are suggested
Approved with reservations - A number of small changes, sometimes more significant revisions are required to address specific details and improve the papers academic merit.
Not approved - fundamental flaws in the paper seriously undermine the findings and conclusions
Sign In
If you've forgotten your password, please enter your email address below and we'll send you instructions on how to reset your password.

The email address should be the one you originally registered with F1000.

Email address not valid, please try again

You registered with F1000 via Google, so we cannot reset your password.

To sign in, please click here.

If you still need help with your Google account password, please click here.

You registered with F1000 via Facebook, so we cannot reset your password.

To sign in, please click here.

If you still need help with your Facebook account password, please click here.

Code not correct, please try again
Email us for further assistance.
Server error, please try again.