A Blockchain-Based Authentication Protocol for Cooperative Vehicular Ad Hoc Network
Abstract
:1. Introduction
- A blockchain based authentication schema is proposed so that, before accepting any information or service from any other source, IoVs will check the authenticity of the sender by sending a request to the blockchain. Blockchain is responsible for storing authentication information of the IoVs in a distributed fashion and supports digital signature based cryptography to ensure additional security services. IoVs have to register to their LACs to get key pairs. The public key of an IoV will be their identity during communication to preserve the privacy, and a private key will be used to send a request to the blockchain. The blockchain server will provide the reply in the form of 1 and 0, which means authentic and not-authentic, respectively.
- To increase the range as well as the quality of communication, a cooperative communication protocol is proposed where IoVs can become helper nodes to relay a message or service on behalf of the original sender to those IoVs who do not have a strong communication link with the sender. All the receiver IoVs will check the authenticity of the service providers as well as the helper node before accepting any message or service. An optimization algorithm is also proposed to select the best helper node.
- To increase the authentication speed, IoVs are divided into two types where emergency service providers are considered as EVs. Moreover, transmitted messages or services are also divided into two types and important information is considered as EMs and get priorities during transmissions and are delivered before 100 ms. To remove congested traffic for the EVs, EMs are broadcasted so that the nearby IoVs can give free passage to the EVs.
2. Previous Works
Problem Statements and Motivations
- Avoiding malicious or bad intended vehicles involved in the VANET authentication of the vehicles is required. To ensure the authentication of vehicles for VANETs, several methods were presented, but blockchain based systems could be a better option with additional features like decentralization, distribution, flexibility, robustness, temper-resistance, immutability, transparency, fairness, etc. Regular certificate based protocols are not able to provide all these features together.
- To ensure the security of the communication, an encryption method is crucial, but blockchains usually use strong digital signature methods for encryption, which required a good amount of computational time to perform. For example, ECDSA is used by a Ethereum blockchain which required nearly 10 ms to perform one signature and verification [42]. To minimize that a light-weight encryption algorithm like RSA-1024 could be used will provide a security strength of 80 bits and require one-third the time of ECDSA [12].
- Preserving the privacy of the vehicles is required because identity theft could be performed by malicious entities to perform illegal activities by using it. Hiding the original identity of the IoVs’ could use public keys that can be assigned by the registration centers during registration. The real identities should be mapped with the respective public key and stored in a secured place will preserving the privacy of the IoVs.
- All of the transmitted messages are not the same in terms of importance. Thus, it requires to handle EMs separately by giving high priorities. Moreover, the performance of the GMT is also important in order to maintain by minimizing the delay, collision, and PDR.
- In the previously proposed papers, all the vehicles get equal priority, and there is no special priority for the emergency service provider vehicles. Classification of vehicles will add extra optimization, and ensuring priorities for the emergency IoVs during authentication and driving as well as classification of message or service types also provides priorities to the emergency messages during transmissions. Handling EVs separately by giving them preference while driving can help with performing emergency tasks quickly.
- As cooperation can increase the reliability and range of communication, it could be used for VSN. A cooperation protocol is required to be well managed to increase the throughput by minimizing the delay and PDR. Moreover, it requires handling both the general and emergency messages separately and to ensure SDR for EMs.
- Many of the previously proposed protocols utilize RSU for various support like computational, storage, management, etc. However, it requires additional infrastructural cost to construct RSU and maintain. On the other hand, ITS with internet facility could remove the expansive infrastructural cost of RSU by using EDGE computing services or from servers situated anywhere in the world.
3. System Structure
3.1. Registration and Classification of IoVs
3.2. Authentication Process
3.3. Cooperation Details
Direct or Cooperative Communication?
3.4. Vehicular Social Networking
3.4.1. Emergency Message Transmission (EMT)
- When an emergency situation comes, IoV (S) uses CCH to broadcast an EM. All of the receivers who receive that message will send the sender’s public key (SPK) with the type of the IoV to the blockchain to get the authenticity of the S. A nearby local server will handle the request and search in the database and send authorization if it is found or un-authorized.
- All the neighbouring nodes can sense that a message is broadcasted [38], but it may happen that, because of packet collision or weak network connections, a receiver (R) may not receive the EM. R will wait to receive it until Short Inter Frame Space (SIFS) and then broadcast NACK to its neighbours by informing that an EM transmission is unsuccessful.
- A NACK packet includes a unique NACK-ID, public keys of the sender (SPK) and the receiver (RPK) and the SINR between them (see Figure 2).
- S will wait for NACK until T (max time for successful transmission), and, if it does not receive any NACK within that time, it will consider the transmission to be successful.
- The IoVs who receive NACK and want to help the receiver firstly check the authenticity of the NACK sender by sending a request to the blockchain. Upon getting confirmation of the R’s authentication, it sends a Keen to Help (KTH) message to the sender by including NACK-ID, SPK and RPK. Helpers address (HPK) SINR between the helper and receiver and the packet id. KTH must be received by the sender within SIFS; otherwise, the transmission will be considered as successful, and no cooperation will be required.
- Even after T sender can receive KTH, which also provides information about a failed transmission. From the KTH, the sender checks the authenticity of only the optimal helper i.e., the one that has the lowest SINR from the blockchain server. Then, S sends SHM to the helper by including NACK-ID, sender, receiver and selected optimal helpers’ public keys. The sender stops receiving KTH from any other IoVs after sending the SHM.
- For every fail transmission, there will be different NACKs and, based on SINR between the helpers, it may be different for the same receiver. The cooperation is initiated by the receiver, which ensures that cooperation is performed only when necessary and to ensure the reliability of the communication. A blockchain based authentication service ensures that no unauthorized or fake IoVs can interface with the communication. In Figure 4, a flow chart is given to show the steps.
3.4.2. General Message/Service Transmission (GMT)
- Whenever a sender or server want to offer a message or service, it broadcasts WSA by using the CCH. The WSA packet consists of WSA-ID, the public keys of the sender and the receiver, ID of the Basic Service Set (BSS-ID), Service ID (SER), SINR, the Enhanced Distributed Channel Access (EDCA), SCH of the sender, etc.
- The interested IoVs can check the authenticity of the sender by initiating a search request to the blockchain server. After getting the positive confirmation from the authentication center, the receiver will send a WTI packet by including the WSA-ID, ID of the WTI (WTI-ID), SPK, RPK, SINR, etc.
- If a potential receiver is not able to send Cooperative WAVE Service Advertisement (CWSA), the server will wait for a helper who has a better connection with the receiver.
- A helper who wants to cooperate and have a strong connection between the sender and the receiver checks the authenticity of the receiver by using the blockchain. Then, it sends CWSA to the sender by including WTI-ID with SPK, RPK, helper’s ID (HPK), SINRm channel information, etc.
- A server will check the SINR of the helpers and discover the node with minimum SINR. Then, it will check the authenticity of the potential helper and send back SHM packet with the DATA. The server then transfers the data or general message or service to the helper, and the helper starts sending data to the receiver. The receiver checks the authenticity of the helper and then starts receiving by using a cooperative service.
- After sending SHM to a helper, the server stops receiving any other CWSA with the same WSA-ID. In Figure 6, a flow chart is given to show the steps.
4. Implementation
5. Performance Analysis
5.1. Cooperative Transmission Protocol
- = probability of successful transmissions,
- = probability to find that the channel is busy,
- L = length of the packets,
- = probability of not getting a helper,
- = slot time,
- = probability of successful transmission with cooperation,
- = probability of collision.
5.1.1. Throughput
5.1.2. Delay
5.1.3. Packet Dropping Rate (PDR)
5.2. Authentication Protocol
5.2.1. Computational Overhead
5.2.2. Storage Overhead
5.3. Security Analysis
- The proposed method ensures the authenticity of the message or service provider vehicles. Whenever an IoV broadcast any EM, before accepting that message, IoVs first check the authenticity of that vehicle. Similarly, with the proposed schema, IoVs are able to ensure the authenticity of the help seeker and the helper too.
- RSA-1024 provides security that provides security strength of 80-bits. Thus, it requires operations to break the key that is strong enough for low power vehicles [53].
- IoVs are registered with their real identity, but afterwards identified by their public keys. During any type of communication, IoVs use their public keys instead of real IDs, which preserve their privacy. The original identities are stored safely in a blockchain based secured system, and an attacker will not be able to get the real identity of the vehicles even if they got the key pairs.
- The communication with the blockchain is encrypted by a digital signature algorithm that ensures security, confidentiality, integrity, and non-repudiation of the transaction. Encryption also prevents the message from being modified or fabricated by attackers and also from the man in the middle (MITM) attack.
- LACs perform physical verification of the IoVs during registration so that no fake software can perform any kind of malicious operations in the proposed system. It makes the system safe from different types of unknown source attacks, Sybil attacks and prevents any action performed by unauthorized entities. Moreover, as all the IoVs are required to be authenticated to perform any operation in the VANET, the system is safe from deadly DDoS attacks [54] as well.
- As multiple servers (LACs) are available to provide services in every province, the system is fully distributed and decentralized in the aspect of storage and execution.
- Blockchain with smart contracts added some extraordinary features like immutable storage facility, transparent storing and transactions, flexibility in accessing and managing, tamper-resistance storage, the fairness of transactions, and robustness of the stored data.
6. Discussion
7. Conclusions
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Conflicts of Interest
References
- Ahmed, M. (Ed.) Blockchain in Data Analytics; Cambridge Scholars Publishing: Newcastle upon Tyne, UK, 2020. [Google Scholar]
- Ahmed, M. False image injection prevention using iChain. Appl. Sci. 2019, 9, 4328. [Google Scholar] [CrossRef] [Green Version]
- Ahmed, M.; Pathan, A.S.K. Blockchain: Can It Be Trusted? Computer 2020, 53, 31–35. [Google Scholar] [CrossRef]
- Rahman, A.; Islam, M.J.; Rahman, Z.; Reza, M.M.; Anwar, A.; Mahmud, M.A.P.; Nasir, M.K.; Noor, R.M. DistB-Condo: Distributed Blockchain-Based IoT-SDN Model for Smart Condominium. IEEE Access 2020, 8, 209594–209609. [Google Scholar] [CrossRef]
- Leiding, B.; Memarmoshrefi, P.; Hogrefe, D. Self-managed and blockchain-based vehicular ad-hoc networks. In Proceedings of the 2016 ACM International Joint Conference on Pervasive and Ubiquitous Computing: Adjunct, Heidelberg, Germany, 12–16 September 2016; pp. 137–140. [Google Scholar]
- Shah, A.S.; Ilhan, H.; Tureli, U. CB-MAC: A novel cluster-based MAC protocol for VANETs. IET Intell. Transp. Syst. 2018, 13, 587–595. [Google Scholar] [CrossRef]
- Ferrer, B.R.; Mohammed, W.M.; Lastra, J.L.M.; Villalonga, A.; Beruvides, G.; Castaño, F.; Haber, R.E. Towards the adoption of cyber-physical systems of systems paradigm in smart manufacturing environments. In Proceedings of the 2018 IEEE 16th International Conference on Industrial Informatics (INDIN), Porto, Portugal, 18–20 July 2018; IEEE: New York, NY, USA, 2018; pp. 792–799. [Google Scholar]
- Fernandez-Carames, T.M.; Fraga-Lamas, P. A review on the application of blockchain to the next generation of cybersecure industry 4.0 smart factories. IEEE Access 2019, 7, 45201–45218. [Google Scholar] [CrossRef]
- Dorri, A.; Kanhere, S.S.; Jurdak, R. Towards an optimized blockchain for IoT. In Proceedings of the 2017 IEEE/ACM Second International Conference on Internet-of-Things Design and Implementation (IoTDI), Pittsburgh, PA, USA, 18–21 April 2017; IEEE: New York, NY, USA, 2017; pp. 173–178. [Google Scholar]
- Loklindt, C.; Moeller, M.P.; Kinra, A. How blockchain could be implemented for exchanging documentation in the shipping industry. In International Conference on Dynamics in Logistics; Springer: Berlin/Heidelberg, Germany, 2018; pp. 194–198. [Google Scholar]
- Mettler, M. Blockchain technology in healthcare: The revolution starts here. In Proceedings of the 2016 IEEE 18th International Conference on e-Health Networking, Applications and Services (Healthcom), Munich, Germany, 14–16 September 2016; IEEE: New York, NY, USA, 2016; pp. 1–3. [Google Scholar]
- Akhter, A.; Ahmed, M.; Shah, A.; Anwar, A.; Zengin, A. A Secured Privacy-Preserving Multi-Level Blockchain Framework for Cluster Based VANET. Sustainability 2021, 13, 400. [Google Scholar] [CrossRef]
- Wang, C.; Shen, J.; Lai, J.F.; Liu, J. B-TSCA: Blockchain assisted Trustworthiness Scalable Computation for V2I Authentication in VANETs. IEEE Trans. Emerg. Top. Comput. 2020. [Google Scholar] [CrossRef]
- Shrestha, R.; Bajracharya, R.; Shrestha, A.P.; Nam, S.Y. A new type of blockchain for secure message exchange in VANET. Digit. Commun. Netw. 2020, 6, 177–186. [Google Scholar] [CrossRef]
- Kulathunge, A.; Dayarathna, H. Communication framework for vehicular ad-hoc networks using Blockchain: Case study of Metro Manila Electric Shuttle automation project. In Proceedings of the 2019 International Research Conference on Smart Computing and Systems Engineering (SCSE), Colombo, Sri Lanka, 28 March 2019; IEEE: New York, NY, USA, 2019; pp. 85–90. [Google Scholar]
- Taghizadeh, H.; Solouk, V. A novel MAC protocol based on cooperative master-slave for V2V communication. In Proceedings of the 2015 38th International Conference on Telecommunications and Signal Processing (TSP), Prague, Czech Republic, 9–11 July 2015; IEEE: New York, NY, USA, 2015; pp. 1–5. [Google Scholar]
- Lai, C.; Ding, Y. A Secure Blockchain-Based Group Mobility Management Scheme in VANETs. In Proceedings of the 2019 IEEE/CIC International Conference on Communications in China (ICCC), Changchun, China, 11–13 August 2019; IEEE: New York, NY, USA, 2019; pp. 340–345. [Google Scholar]
- Ali, I.; Gervais, M.; Ahene, E.; Li, F. A blockchain-based certificateless public key signature scheme for vehicle-to-infrastructure communication in VANETs. J. Syst. Archit. 2019, 99, 101636. [Google Scholar] [CrossRef]
- Lu, Z.; Wang, Q.; Qu, G.; Liu, Z. Bars: A blockchain-based anonymous reputation system for trust management in vanets. In Proceedings of the 2018 17th IEEE International Conference on Trust, Security And Privacy in Computing and Communications/12th IEEE International Conference on Big Data Science and Engineering (TrustCom/BigDataSE), New York, NY, USA, 1–3 August 2018; IEEE: New York, NY, USA, 2018; pp. 98–103. [Google Scholar]
- Lu, Z.; Liu, W.; Wang, Q.; Qu, G.; Liu, Z. A privacy-preserving trust model based on blockchain for VANETs. IEEE Access 2018, 6, 45655–45664. [Google Scholar] [CrossRef]
- Javaid, U.; Aman, M.N.; Sikdar, B. DrivMan: Driving trust management and data sharing in VANETS with blockchain and smart contracts. In Proceedings of the 2019 IEEE 89th Vehicular Technology Conference (VTC2019-Spring), Kuala Lumpur, Malaysia, 28 April–1 May 2019; IEEE: New York, NY, USA, 2019; pp. 1–5. [Google Scholar]
- Zhang, X.; Chen, X. Data security sharing and storage based on a consortium blockchain in a vehicular ad-hoc network. IEEE Access 2019, 7, 58241–58254. [Google Scholar] [CrossRef]
- Malik, N.; Nanda, P.; Arora, A.; He, X.; Puthal, D. Blockchain based secured identity authentication and expeditious revocation framework for vehicular networks. In Proceedings of the 2018 17th IEEE International Conference on Trust, Security and Privacy in Computing and Communications/12th IEEE International Conference on Big Data Science and Engineering (TrustCom/BigDataSE), New York, NY, USA, 1–3 August 2018; IEEE: New York, NY, USA, 2018; pp. 674–679. [Google Scholar]
- Lin, C.; He, D.; Huang, X.; Kumar, N.; Choo, K.K.R. BCPPA: A Blockchain-Based Conditional Privacy-Preserving Authentication Protocol for Vehicular Ad Hoc Networks. IEEE Trans. Intell. Transp. Syst. 2020. [Google Scholar] [CrossRef]
- Zhang, C.; Lu, R.; Lin, X.; Ho, P.H.; Shen, X. An efficient identity-based batch verification scheme for vehicular sensor networks. In Proceedings of the IEEE INFOCOM 2008-The 27th Conference on Computer Communications, Phoenix, AZ, USA, 13–18 April 2008; IEEE: New York, NY, USA, 2008; pp. 246–250. [Google Scholar]
- Rongxing, L.; Xiaodong, L.; Xuemin, S. SPRING: A social-based privacy-preserving packet forwarding protocol for vehicular delay tolerant networks. In Proceedings of the IEEE INFOCOM, San Diego, CA, USA, 15–19 March 2010; pp. 1–9. [Google Scholar]
- Shao, J.; Lin, X.; Lu, R.; Zuo, C. A threshold anonymous authentication protocol for VANETs. IEEE Trans. Veh. Technol. 2015, 65, 1711–1720. [Google Scholar] [CrossRef]
- Azees, M.; Vijayakumar, P.; Deboarh, L.J. EAAP: Efficient anonymous authentication with conditional privacy-preserving scheme for vehicular ad hoc networks. IEEE Trans. Intell. Transp. Syst. 2017, 18, 2467–2476. [Google Scholar] [CrossRef]
- Li, H.; Pei, L.; Liao, D.; Chen, S.; Zhang, M.; Xu, D. FADB: A Fine-Grained Access Control Scheme for VANET Data Based on Blockchain. IEEE Access 2020, 8, 85190–85203. [Google Scholar] [CrossRef]
- Salem, A.H.; Abdel-Hamid, A.; El-Nasr, M.A. The case for dynamic key distribution for PKI-based VANETS. arXiv 2016, arXiv:1605.04696. [Google Scholar] [CrossRef]
- Shah, A.S.; Ilhan, H.; Tureli, U. RECV-MAC: A novel reliable and efficient cooperative MAC protocol for VANETs. IET Commun. 2019, 13, 2541–2549. [Google Scholar] [CrossRef]
- Yang, F.; Tang, Y. Cooperative clustering-based medium access control for broadcasting in vehicular ad-hoc networks. IET Commun. 2014, 8, 3136–3144. [Google Scholar] [CrossRef]
- Woo, R.; Han, D.S. A cooperative MAC for safety-related road information transmission in vehicular communication systems. In Proceedings of the 1st IEEE Global Conference on Consumer Electronics 2012, Tokyo, Japan, 2–5 October 2012; IEEE: New York, NY, USA, 2012; pp. 672–673. [Google Scholar]
- Zhang, L.; Jin, B.; Cui, Y. A concurrent transmission enabled cooperative MAC protocol for vehicular ad hoc networks. In Proceedings of the 2014 IEEE 22nd International Symposium of Quality of Service (IWQoS), Hong Kong, China, 26–27 May 2014; IEEE: New York, NY, USA, 2014; pp. 258–267. [Google Scholar]
- Zhou, T.; Sharif, H.; Hempel, M.; Mahasukhon, P.; Wang, W.; Ma, T. A novel adaptive distributed cooperative relaying MAC protocol for vehicular networks. IEEE J. Sel. Areas Commun. 2010, 29, 72–82. [Google Scholar] [CrossRef] [Green Version]
- Zhang, J.; Zhang, Q.; Jia, W. VC-MAC: A cooperative MAC protocol in vehicular networks. IEEE Trans. Veh. Technol. 2008, 58, 1561–1571. [Google Scholar] [CrossRef] [Green Version]
- Bharati, S.; Zhuang, W. CRB: Cooperative relay broadcasting for safety applications in vehicular networks. IEEE Trans. Veh. Technol. 2016, 65, 9542–9553. [Google Scholar] [CrossRef]
- Bharati, S.; Zhuang, W. CAH-MAC: Cooperative ADHOC MAC for vehicular networks. IEEE J. Sel. Areas Commun. 2013, 31, 470–479. [Google Scholar] [CrossRef] [Green Version]
- Bharati, S.; Thanayankizil, L.V.; Bai, F.; Zhuang, W. Effects of time slot reservation in cooperative ADHOC MAC for vehicular networks. In Proceedings of the 2013 IEEE International Conference on Communications (ICC), Budapest, Hungary, 9–13 June 2013; IEEE: New York, NY, USA, 2013; pp. 6371–6375. [Google Scholar]
- Zhang, R.; Cheng, X.; Yang, L.; Shen, X.; Jiao, B. A novel centralized TDMA-based scheduling protocol for vehicular networks. IEEE Trans. Intell. Transp. Syst. 2014, 16, 411–416. [Google Scholar] [CrossRef]
- Omar, H.A.; Zhuang, W.; Li, L. VeMAC: A novel multichannel MAC protocol for vehicular ad hoc networks. In Proceedings of the 2011 IEEE Conference on Computer Communications Workshops (INFOCOM WKSHPS), Shanghai, China, 10–15 April 2011; IEEE: New York, NY, USA, 2011; pp. 413–418. [Google Scholar]
- Ethereum Glossary. Available online: https://ethereum.org/en/glossary/ (accessed on 8 December 2020).
- Singh, S.R.; Khan, A.K.; Singh, S.R. Performance evaluation of RSA and elliptic curve cryptography. In Proceedings of the 2016 2nd International Conference on Contemporary Computing and Informatics (IC3I), Noida, India, 14–17 December 2016; IEEE: New York, NY, USA, 2016; pp. 302–306. [Google Scholar]
- Shah, A.; Islam, M.; Alam, M. Cooperative communication: An overview. In Cooperative Communication In Wireless Networks; LAP LAMBERT Academic Publishing: Saarbrucken, Germany, 2013; pp. 7–23. [Google Scholar]
- Truffle Suite. Available online: https://www.trufflesuite.com/ (accessed on 8 April 2020).
- Ganache. Available online: https://www.trufflesuite.com/ganache (accessed on 8 April 2020).
- NPM (Software). Available online: https://en.wikipedia.org/wiki/Npm_software (accessed on 8 April 2020).
- GitHub Lightweight Node Server. Available online: https://github.com/johnpapa/lite-servers (accessed on 8 April 2020).
- Metamask. Available online: https://metamask.io/ (accessed on 8 April 2020).
- Luan, T.H.; Ling, X.; Shen, X. MAC in motion: Impact of mobility on the MAC of drive-thru Internet. IEEE Trans. Mob. Comput. 2011, 11, 305–319. [Google Scholar] [CrossRef]
- Nirala, R.K.; Ansari, M.D. Performance Evaluation of Loss Packet Percentage for Asymmetric Key Cryptography in VANET. In Proceedings of the 2018 Fifth International Conference on Parallel, Distributed and Grid Computing (PDGC), Solan Himachal Pradesh, India, 20–22 December 2018; IEEE: New York, NY, USA, 2018; pp. 70–74. [Google Scholar]
- Wood, G. Ethereum: A secure decentralised generalised transaction ledger. Ethereum Proj. Yellow Pap. 2014, 151, 1–32. [Google Scholar]
- Barker, E.; Dang, Q. Nist special publication 800-57 part 1, revision 4. Available online: https://csrc.nist.rip/library/alt-SP800-57part1rev4.pdf (accessed on 8 April 2020).
- Ahmed, M. Thwarting DoS Attacks: A Framework for Detection based on Collective Anomalies and Clustering. Computer 2017, 50, 76–82. [Google Scholar] [CrossRef]
- Ahmed, M.; Mahmood, A.; Hu, J. A survey of network anomaly detection techniques. J. Netw. Comput. Appl. 2015, 60, 19–31. [Google Scholar] [CrossRef]
- Bostami, B.; Ahmed, M.; Choudhury, S. False Data Injection Attacks in Internet of Things. In Performability in Internet of Things; Fadi, T., Ed.; Springer: Cham, Switzerland, 2019; pp. 47–58. [Google Scholar]
Machine | No of CPU | Memory | Storage | OS |
---|---|---|---|---|
LAC-VM | 2 | 3 GB | 30 GB | Ubuntu-18.04.4-desktop-amd64 |
IoV-VM | 1 | 2 GB | 20 GB | Ubuntu-18.04.4-desktop-amd64 |
IoV-VM | 1 | 2 GB | 20 GB | Ubuntu-18.04.4-desktop-amd64 |
IoV-VM | 1 | 2 GB | 20 GB | Ubuntu-18.04.4-desktop-amd64 |
IoV-VM | 1 | 2 GB | 20 GB | Windows 7 Ultimate (64 Bit) |
IoV-VM | 1 | 2 GB | 20 GB | Windows 7 Ultimate (64 Bit) |
Parameter | Symbol | Value |
---|---|---|
Slot time | 20 (s) | |
Propagation delay | 1 (s) | |
DCF & Short Inter-frame space | DIFS, SIFS | 50, 10 (s) |
Size of the packet | , L | 50, 512 (bytes) |
Control packets | NACK, KTH, SHM | 20, 26, 24 (bytes) |
Control packets | WTI, WSA, CWSA | 24, 25, 27 (bytes) |
Transmission range, arrival rate | R, R, l | 11, 1, 0.5 (Mbps) |
Contention window size | CW | 64 (bytes) |
Transmission range | r | 500 (m) |
Lane width | w | 5 (m) |
IoVs density | D | 0–0.5 (veh/m) |
IoVs velocity | v | 80 (km/h) |
Average inter-vehicle distance | b | 10 (m) |
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations. |
© 2021 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).
Share and Cite
Akhter, A.F.M.S.; Ahmed, M.; Shah, A.F.M.S.; Anwar, A.; Kayes, A.S.M.; Zengin, A. A Blockchain-Based Authentication Protocol for Cooperative Vehicular Ad Hoc Network. Sensors 2021, 21, 1273. https://doi.org/10.3390/s21041273
Akhter AFMS, Ahmed M, Shah AFMS, Anwar A, Kayes ASM, Zengin A. A Blockchain-Based Authentication Protocol for Cooperative Vehicular Ad Hoc Network. Sensors. 2021; 21(4):1273. https://doi.org/10.3390/s21041273
Chicago/Turabian StyleAkhter, A. F. M. Suaib, Mohiuddin Ahmed, A. F. M. Shahen Shah, Adnan Anwar, A. S. M. Kayes, and Ahmet Zengin. 2021. "A Blockchain-Based Authentication Protocol for Cooperative Vehicular Ad Hoc Network" Sensors 21, no. 4: 1273. https://doi.org/10.3390/s21041273
APA StyleAkhter, A. F. M. S., Ahmed, M., Shah, A. F. M. S., Anwar, A., Kayes, A. S. M., & Zengin, A. (2021). A Blockchain-Based Authentication Protocol for Cooperative Vehicular Ad Hoc Network. Sensors, 21(4), 1273. https://doi.org/10.3390/s21041273