Differentiated Security Architecture for Secure and Efficient Infotainment Data Communication in IoV Networks

Read original: arXiv:2403.20136 - Published 4/1/2024 by Jiani Fan, Lwin Khin Shar, Jiale Guo, Wenzhuo Yang, Dusit Niyato, Kwok-Yan Lam
Total Score

0

Differentiated Security Architecture for Secure and Efficient Infotainment Data Communication in IoV Networks

Sign in to get full access

or

If you already have an account, we'll log you in

Introduction

This paper discusses a differentiated security architecture for securing infotainment data communication in Internet-of-Vehicle (IoV) networks. The key points are:

  • IoV networks integrate Vehicular Ad-hoc Networks (VANET) and the Internet of Things (IoT), enabling information exchange between vehicles, pedestrians, and urban infrastructure. Infotainment systems in IoV use touchscreens, buttons, and audio/video interfaces to provide entertainment and driver assistance features.

  • Infotainment data communication security has not received adequate attention, leaving IoV networks vulnerable to attacks like spreading false traffic information.

  • The paper proposes a Quality-of-Security-Service (QoSS) approach, where security protections are tailored to the type and importance of the data being exchanged, similar to Quality-of-Service (QoS).

  • The paper classifies IoV data communication into six categories and analyzes their different QoSS requirements in terms of confidentiality, integrity, and availability.

  • The paper applies caching with Named Data Networking (NDN) to efficiently distribute infotainment data across the network.

  • A differentiated security architecture is developed to provide appropriate security protections for different types of infotainment data.

  • A time-sensitive Key-Policy Attribute-Based Encryption (KP-ABE) scheme is proposed for securing subscription-based infotainment data.

  • Blockchain technology is integrated to manage access to subscription-based infotainment data and prevent revoked users from decrypting the content.

Related Work

The provided text discusses the Internet of Vehicles (IoV), which combines Vehicular Ad-hoc Networks (VANET) and the Internet of Things (IoT) to create a more intelligent and capable transportation network. IoV enables vehicle-to-vehicle (V2V) and vehicle-to-infrastructure (V2I) communication, as well as vehicle-to-everything (V2X) which combines the advantages of both.

The text highlights the need for secure and efficient data exchange in IoV, as attackers could manipulate real-time traffic control messages or intercept subscription-based infotainment data. Named Data Networking (NDN) is proposed as a suitable candidate for resource optimization in IoV, as it performs information-centric networking and enables in-network caching of content.

Attribute-based Encryption (ABE) is discussed as a strategy for providing access restrictions to support subscriber-only access to infotainment services in IoV. The text explains the differences between Ciphertext-Policy ABE (CP-ABE) and Key-Policy ABE (KP-ABE), and proposes a time-sensitive KP-ABE approach to manage access to subscription-based infotainment data.

Finally, the text mentions that blockchain has been widely used in IoV for decentralized, secure, and transparent data access control and identity management. The authors leverage blockchain in their work to verify user identity, expected expiration, and transaction timestamps to prevent revoked users from accessing subscription infotainment data.

Overview of System Architecture

The provided text discusses the importance of providing infotainment services in the Internet of Vehicles (IoV) systems. It highlights the demand for a safer road environment and transportation infrastructure as the primary motivation for smart transportation. Additionally, secure communication with effective and efficient privacy protection and user anonymity is critical due to the dynamic and open environment in which these applications operate.

Motivated by these findings, the text proposes a differentiated security architecture for sharing infotainment data in IoV networks. The goal of this architecture is to provide a means for safe and efficient data exchange for public and subscription-based infotainment data, while private infotainment data should be protected using conventional authentication methods.

Figure 1: Illustration of the proposed NDN-based communication security architecture.

Figure 1: Illustration of the proposed NDN-based communication security architecture.

The paper proposes a differentiated security architecture for secure and efficient infotainment data communication in Internet-of-Vehicles (IoV) networks. It classifies different types of data exchanged in IoV networks and discusses their security and efficiency requirements. The key points are:

  1. Private data (e.g., vehicle-to-everything private information) requires strong confidentiality and integrity protection, while traffic control messages need high integrity and availability. Public data (e.g., public traffic data) has lower security requirements.

  2. The proposed approach leverages Named Data Networking (NDN) to enable efficient distribution of public and subscription-based infotainment data. It uses a time-sensitive Key-Policy Attribute-Based Encryption (KP-ABE) scheme to secure subscription-based infotainment data.

  3. For public infotainment data, the system stores a digitally signed directory of resource names and hash values at roadside units (RSUs). IoV users can verify the integrity of downloaded files by checking against this directory.

  4. The proposed time-sensitive KP-ABE scheme allows content providers to set time validity on their subscription-based content. It provides efficient decryption compared to other revocable ABE schemes, which is crucial for the short-term availability requirement in IoV networks.

  5. The security analysis shows the proposed scheme is secure under the modified decisional q-parallel-BDHE assumption. The efficiency evaluation indicates the scheme has comparable public key size and ciphertext size, and significantly better decryption time compared to other revocable ABE schemes.

Time-sensitive KP-ABE Scheme

This section introduces a Key-Policy Attribute-Based Encryption (KP-ABE) scheme for secure distribution of subscription-based infotainment data in Internet of Vehicles (IoV) networks. The scheme uses a Hierarchical Identity-based Encryption (HIBE) approach to control the time validity of the infotainment files.

The time periods are represented by a hierarchical tree with one root node and up to three levels of non-root nodes. The first level represents years, the second level represents months, and the third level represents days. The scheme uses a set-cover approach to select the minimum number of nodes to represent all the valid time periods, which can effectively reduce the number of key generations required.

The scheme consists of four algorithms: Setup, KeyGen, Encrypt, and Decrypt. The Setup algorithm generates the public parameters and master key. KeyGen generates a user's private key based on their pseudo-identity, access structure, and set of decryptable time periods. Encrypt uses the public parameters to encrypt a plaintext message (typically an AES key) associated with a set of attributes and a set of decryptable time periods. Decrypt allows a user to decrypt the ciphertext if their access policy and time period are valid.

The security of the scheme is based on the modified decisional q-parallel-BDHE assumption. An efficiency analysis is provided, comparing the scheme with other revocable ABE schemes. The proposed scheme is shown to be efficient in terms of public key size and decryption time, which are important considerations for the IoV context.

Conclusion

Appendix 0.A Summary of math notation and symbols



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

Differentiated Security Architecture for Secure and Efficient Infotainment Data Communication in IoV Networks
Total Score

0

Differentiated Security Architecture for Secure and Efficient Infotainment Data Communication in IoV Networks

Jiani Fan, Lwin Khin Shar, Jiale Guo, Wenzhuo Yang, Dusit Niyato, Kwok-Yan Lam

This paper aims to provide differentiated security protection for infotainment data communication in Internet-of-Vehicle (IoV) networks. The IoV is a network of vehicles that uses various sensors, software, built-in hardware, and communication technologies to enable information exchange between pedestrians, cars, and urban infrastructure. Negligence on the security of infotainment data communication in IoV networks can unintentionally open an easy access point for social engineering attacks. The attacker can spread false information about traffic conditions, mislead drivers in their directions, and interfere with traffic management. Such attacks can also cause distractions to the driver, which has a potential implication for the safety of driving. The existing literature on IoV communication and network security focuses mainly on generic solutions. In a heterogeneous communication network where different types of communication coexist, we can improve the efficiency of security solutions by considering the different security and efficiency requirements of data communications. Hence, we propose a differentiated security mechanism for protecting infotainment data communication in IoV networks. In particular, we first classify data communication in the IoV network, examine the security focus of each data communication, and then develop a differentiated security architecture to provide security protection on a file-to-file basis. Our architecture leverages Named Data Networking (NDN) so that infotainment files can be efficiently circulated throughout the network where any node can own a copy of the file, thus improving the hit ratio for user file requests. In addition, we propose a time-sensitive Key-Policy Attribute-Based Encryption (KP-ABE) scheme for sharing subscription-based infotainment data...

Read more

4/1/2024

Decentralized Multimedia Data Sharing in IoV: A Learning-based Equilibrium of Supply and Demand
Total Score

0

Decentralized Multimedia Data Sharing in IoV: A Learning-based Equilibrium of Supply and Demand

Jiani Fan, Minrui Xu, Jiale Guo, Lwin Khin Shar, Jiawen Kang, Dusit Niyato, Kwok-Yan Lam

The Internet of Vehicles (IoV) has great potential to transform transportation systems by enhancing road safety, reducing traffic congestion, and improving user experience through onboard infotainment applications. Decentralized data sharing can improve security, privacy, reliability, and facilitate infotainment data sharing in IoVs. However, decentralized data sharing may not achieve the expected efficiency if there are IoV users who only want to consume the shared data but are not willing to contribute their own data to the community, resulting in incomplete information observed by other vehicles and infrastructure, which can introduce additional transmission latency. Therefore, in this article, by modeling the data sharing ecosystem as a data trading market, we propose a decentralized data-sharing incentive mechanism based on multi-intelligent reinforcement learning to learn the supply-demand balance in markets and minimize transmission latency. Our proposed mechanism takes into account the dynamic nature of IoV markets, which can experience frequent fluctuations in supply and demand. We propose a time-sensitive Key-Policy Attribute-Based Encryption (KP-ABE) mechanism coupled with Named Data Networking (NDN) to protect data in IoVs, which adds a layer of security to our proposed solution. Additionally, we design a decentralized market for efficient data sharing in IoVs, where continuous double auctions are adopted. The proposed mechanism based on multi-agent deep reinforcement learning can learn the supply-demand equilibrium in markets, thus improving the efficiency and sustainability of markets. Theoretical analysis and experimental results show that our proposed learning-based incentive mechanism outperforms baselines by 10% in determining the equilibrium of supply and demand while reducing transmission latency by 20%.

Read more

4/1/2024

🌐

Total Score

0

BeACONS: A Blockchain-enabled Authentication and Communications Network for Scalable IoV

Qi Shi, Jingyi Sun, Hanwei Fu, Peizhe Fu, Jiayuan Ma, Hao Xu, Erwu Liu

This paper introduces a novel blockchain-enabled authentication and communications network for scalable Internet of Vehicles, which aims to bolster security and confidentiality, diminish communications latency, and reduce dependence on centralised infrastructures like Certificate Authorities and Public Key Infrastructures by leveraging Blockchain-enabled Domain Name Services and Blockchain-enabled Mutual Authentication. The proposed network is structured into a primary layer, consisting of Road Side Units and edge servers as servers of Blockchain-enabled Domain Name Services for managing inter-vehicle communications identities, and a sub-layer within each vehicle for intra-vehicle communications via the Blockchain-enabled Mutual Authentication Protocol. This design facilitates secure connections across vehicles by coordinating between the layers, significantly improving communications security and efficiency. This study also evaluates Road Side Unit availability against the random distribution of Road Side Units along the route of different vehicles. The proposed model presents a novel pathway towards a decentralised, secure, and efficient Internet of Vehicles ecosystem, contributing to the advancement of autonomous and trustworthy vehicular networks.

Read more

5/15/2024

📊

Total Score

0

A Centralized Discovery-Based Method for Integrating Data Distribution Service and Time-Sensitive Networking in In-Vehicle Networks

Feng Luo, Yi Ren, Yanhua Yu, Yunpeng Li, Zitong Wang

As the electronic and electrical architecture (E/EA) of intelligent and connected vehicles (ICVs) evolves, traditional distributed and signal-oriented architectures are being replaced by centralized, service-oriented architectures (SOA). This new generation of E/EA demands in-vehicle networks (IVNs) that offer high bandwidth, real-time, reliability, and service-oriented. data distribution service (DDS) and time-sensitive networking (TSN) are increasingly adopted to address these requirements. However, research on the integrated deployment of DDS and TSN in automotive applications is still in its infancy. This paper presents a DDS over TSN (DoT) communication architecture based on the centralized discovery architecture (CDA). First, a lightweight DDS implementation (FastDDS-lw) is developed for resource-constrained in-vehicle devices. Next, a DDS flow identification algorithm (DFIA) based on the CDA is introduced to identify potential DDS flows during the discovery phase automatically. Finally, the DoT communication architecture is designed, incorporating FastDDS-lw and DFIA. Experimental results show that the DoT architecture significantly reduces end-to-end latency and jitter for critical DDS flows compared to traditional Ethernet. Additionally, DoT provides an automated network configuration method that completes within a few tens of milliseconds.

Read more

9/11/2024