| Literature DB >> 36236466 |
Saima Zafar1, Syed Faseeh Ul Hassan1, AlSharef Mohammad2, Ahmad Aziz Al-Ahmadi2, Nasim Ullah2.
Abstract
An automotive supply chain includes a range of activities from the concept of the product to its final transfer to a customer and subsequent vehicle maintenance. The three distinct stages of this chain are production, sales, and maintenance. In many countries, automobile records are not available to the public and anyone who has access to the central database or government systems can tamper with these records. In addition, used vehicle maintenance and transfer histories remain unavailable or inaccessible. These issues can be overcome by incorporating state-of-the-art blockchain technology into automotive supply chain management. Blockchain technology uses a chain of blocks for distributed transfer and storage of information, creating a decentralized data register that makes records of any digital asset tamper-proof and transparent. In this paper, we implement a permissioned blockchain-based framework for secure and efficient supply chain management of the automobile industry. We employed Hyperledger Fabric; an enterprise-grade distributed ledger platform for developing solutions. In our solution, the blockchain is customized and private in order to ensure system security. We evaluated our system in terms of memory cost, monetary cost, and speed of execution. Our results demonstrate that only 346 MB of extra memory space is required for storing the automotive data of 1 million users, thus rendering the memory cost negligible. The monetary cost is insignificant as all open source blockchain resources are employed, and the speed of record update is also fast. Our results also show that the decentralization of the automotive supply chain using blockchain can implement system security with minor modifications in the established configuration of the web application database.Entities:
Keywords: Hyperledger Fabric; authentication; automotive supply chain; blockchain; decentralized data register; distributed ledger; security
Year: 2022 PMID: 36236466 PMCID: PMC9571533 DOI: 10.3390/s22197367
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.847
Figure 1Automotive supply chain processes.
Figure 2Workflow of (a) centralized web application versus (b) distributed web application.
Figure 3How blockchain works.
Figure 4The structure and flow of the proposed distributed framework for automotive supply chain management.
Figure 5Permissioned nodes in the network.
Figure 6Events (to be saved in the blockchain) at the various stages of the automotive lifecycle.
Figure 7(a) User login. (b) Car registration interface. (c) Successful registration. (d) Blockchain successfully created.
Figure 8(a) Dealer login. (b) Updating car maintenance record in blockchain. (c) Successful record update. (d) Search for car history including maintenance record.
Figure 9Blockchain backend updates.
Public key collection in database.
| Collections | Fields in Documents |
|---|---|
| Public_key | userID, publickey |
Figure 10Number of documents versus data-size.
Figure 11Execution speed of records update.