Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (53)

Search Parameters:
Keywords = blockchain sharding

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
30 pages, 5139 KB  
Article
Research on an On-Chain and Off-Chain Collaborative Storage Method Based on Blockchain and IPFS
by Tianqi Zhu, Yuxiang Huang, Zhihong Liang, Mingming Qin, Ruicheng Niu, Yuanyuan Ma and Qi Feng
Future Internet 2026, 18(2), 92; https://doi.org/10.3390/fi18020092 - 10 Feb 2026
Viewed by 734
Abstract
Blockchain technology, with its characteristics of decentralization, immutability, auditability, and traceability, has gradually become a core infrastructure in the digital economy era, demonstrating great potential in fields such as finance, government services, and the Internet of Things (IoT). However, as the scale of [...] Read more.
Blockchain technology, with its characteristics of decentralization, immutability, auditability, and traceability, has gradually become a core infrastructure in the digital economy era, demonstrating great potential in fields such as finance, government services, and the Internet of Things (IoT). However, as the scale of blockchain networks expands and data volumes surge, issues such as full-node storage redundancy, limited transaction throughput, and inefficient synchronization of historical data have become increasingly prominent, severely restricting the large-scale application of blockchain systems. The storage scalability problem faced by blockchain is therefore becoming more critical. To address the challenge in which on-chain storage expansion still cannot meet the demand for large-scale data storage, a storage method combining the InterPlanetary File System (IPFS) with blockchain, referred to as IPFS-BC, is proposed. In IPFS-BC, large-scale raw data are stored in the decentralized and content-addressable IPFS network, while the blockchain only retains the unique content identifier (CID) hash and related metadata. Through smart contracts enabling dynamic permission management and fine-grained access control, efficient interaction and collaborative storage between on-chain and off-chain systems are achieved. In this work, file upload simulation experiments were conducted, and two evaluation indicators—storage space consumption and storage performance (file read/write time and speed)—were used to compare three storage approaches: Distributed Hash Table (DHT)-based off-chain storage, Financial Blockchain Shenzhen Open Source (FISCO BCOS) on-chain storage, and the IPFS-BC on-chain/off-chain collaborative storage model. Experimental results show that the IPFS-BC model reduces storage space consumption by approximately 75% compared with FISCO BCOS blockchain storage when storing file data, significantly decreasing data redundancy. Moreover, IPFS-BC ensures system security during the on-chain process, and through the automated management and auditing provided by smart contracts, it effectively enhances system security and realizes scalable on-chain/off-chain collaborative storage. Full article
(This article belongs to the Special Issue Advances in Multimedia Information System Security)
Show Figures

Figure 1

17 pages, 2983 KB  
Article
Blockchain Fragmentation Mechanism for Node Heterogeneity
by Guangxia Xu and Yi Zheng
Appl. Sci. 2026, 16(1), 254; https://doi.org/10.3390/app16010254 - 26 Dec 2025
Viewed by 444
Abstract
To enhance blockchain scalability, sharding technology enables parallel transaction processing, but existing solutions often neglect node heterogeneity, which introduces security risks and performance bottlenecks. This paper proposes a novel dynamic sharding scheme that dynamically allocates validators to shards based on their historical performance [...] Read more.
To enhance blockchain scalability, sharding technology enables parallel transaction processing, but existing solutions often neglect node heterogeneity, which introduces security risks and performance bottlenecks. This paper proposes a novel dynamic sharding scheme that dynamically allocates validators to shards based on their historical performance scores and computational power, ensuring balanced shard capacity and higher attack resistance. A tailored reward–penalty mechanism further incentivizes participation and discourages malicious behavior. Experimental evaluations demonstrate that our approach significantly outperforms prominent sharding protocols, including Elastico, OmniLedger, and RapidChain, by achieving higher throughput and lower latency. The proposed scheme effectively addresses node heterogeneity and enhances the overall scalability and security of blockchain systems. Full article
Show Figures

Figure 1

26 pages, 3742 KB  
Article
A Network-Aware and Reputation-Driven Scalable Blockchain Consensus
by Jiayong Chai, Jun Guo, Muhua Wei, Mo Chen and Song Luo
Appl. Sci. 2025, 15(24), 13181; https://doi.org/10.3390/app152413181 - 16 Dec 2025
Viewed by 570
Abstract
Blockchain systems have been widely adopted in today’s society, with consensus algorithms serving as their core component to ensure all participants in the network agree on a specific data state. Existing consensus algorithms such as Proof of Work (PoW), Proof of Stake (PoS), [...] Read more.
Blockchain systems have been widely adopted in today’s society, with consensus algorithms serving as their core component to ensure all participants in the network agree on a specific data state. Existing consensus algorithms such as Proof of Work (PoW), Proof of Stake (PoS), and the Practical Byzantine Fault-Tolerant Algorithm (PBFT) exhibit certain limitations in terms of scalability, security, and efficiency. To address these limitations, this paper proposes a novel Network-based Reputation Consensus (NRC) algorithm. The main research contributions of this work include the following: (1) An intelligent grouping mechanism that dynamically groups nodes based on network awareness, forming consensus groups with low internal latency and high bandwidth utilization, significantly reducing intra-group communication overhead. (2) A dynamic reputation system incorporating a “diminishing returns” reward function and a “multiplicative penalty” mechanism, effectively incentivizing honest node participation while preventing power monopoly. (3) A two-phase model of “intra-group BFT consensus + global communication committee ordering” that decomposes complex global consensus into parallel intra-group processing and coordination among a small set of elite nodes, thereby drastically improving efficiency. (4) Comprehensive simulations comparing the NRC algorithm with mainstream consensus algorithms, demonstrating its superior performance in communication overhead, throughput, latency, and tolerance to malicious nodes, thereby laying the foundation for large-scale applications. Full article
(This article belongs to the Section Computing and Artificial Intelligence)
Show Figures

Figure 1

15 pages, 3162 KB  
Article
OTSU-UCAN: An OTSU-Based Integrated Satellite–Terrestrial Information System for 6G in Vehicle Navigation
by Yawei Li, Kui Lu, Gang Cao, Shuyu Fan, Mingyue Zhang, Bohan Li and Tao Li
Information 2025, 16(12), 1072; https://doi.org/10.3390/info16121072 - 4 Dec 2025
Viewed by 433
Abstract
One of the bottlenecks hindering the applications (e.g., vehicle navigation) of blockchain–UCAN is privacy. A sharded blockchain can protect vehicle data to a certain extent. However, unbalanced shard loads lead to low throughput and poor feature extraction in blockchain–UCAN. This paper proposes an [...] Read more.
One of the bottlenecks hindering the applications (e.g., vehicle navigation) of blockchain–UCAN is privacy. A sharded blockchain can protect vehicle data to a certain extent. However, unbalanced shard loads lead to low throughput and poor feature extraction in blockchain–UCAN. This paper proposes an optimal image binarization method (OTSU-GK) to enhance image features and reduce the amount of uploaded data, thereby improving throughput. Specifically, OTSU-GK uses a Gaussian kernel method where the parameters are optimized using grid search to improve the calculation of the threshold. Additionally, we have designed a Node Load Score (NLS)-based sharding blockchain, which considers the number of historical transactions, transaction types, transaction frequency, and other metrics to balance the sharding loads and further improve throughput. The experimental results show that OTSU-GK improves by 74.3%, 58.7%, and 83% in SSIM, RMSE/MAE/AER, and throughput. In addition, it reduces IL by 70.3% compared to other methods. Full article
(This article belongs to the Special Issue Privacy-Preserving Data Analytics and Secure Computation)
Show Figures

Graphical abstract

30 pages, 3412 KB  
Article
QuantumTrust-FedChain: A Blockchain-Aware Quantum-Tuned Federated Learning System for Cyber-Resilient Industrial IoT in 6G
by Saleh Alharbi
Future Internet 2025, 17(11), 493; https://doi.org/10.3390/fi17110493 - 27 Oct 2025
Cited by 2 | Viewed by 1044
Abstract
Industrial Internet of Things (IIoT) systems face severe security and trust challenges, particularly under cross-domain data sharing and federated orchestration. We present QuantumTrust-FedChain, a cyber-resilient federated learning framework integrating quantum variational trust modeling, blockchain-backed provenance, and Byzantine-robust aggregation for secure IIoT collaboration in [...] Read more.
Industrial Internet of Things (IIoT) systems face severe security and trust challenges, particularly under cross-domain data sharing and federated orchestration. We present QuantumTrust-FedChain, a cyber-resilient federated learning framework integrating quantum variational trust modeling, blockchain-backed provenance, and Byzantine-robust aggregation for secure IIoT collaboration in 6G networks. The architecture includes a Quantum Graph Attention Network (Q-GAT) for modeling device trust evolution using encrypted device logs. This consensus-aware federated optimizer penalizes adversarial gradients using stochastic contract enforcement, and a shard-based blockchain for real-time forensic traceability. Using datasets from SWaT and TON IoT, experiments show 98.3% accuracy in anomaly detection, 35% improvement in defense against model poisoning, and full ledger traceability with under 8.5% blockchain overhead. This framework offers a robust and explainable solution for secure AI deployment in safety-critical IIoT environments. Full article
(This article belongs to the Special Issue Security and Privacy in Blockchains and the IoT—3rd Edition)
Show Figures

Figure 1

46 pages, 599 KB  
Review
A Review on Blockchain Sharding for Improving Scalability
by Mahran Morsidi, Sharul Tajuddin, S. H. Shah Newaz, Ravi Kumar Patchmuthu and Gyu Myoung Lee
Future Internet 2025, 17(10), 481; https://doi.org/10.3390/fi17100481 - 21 Oct 2025
Viewed by 4500
Abstract
Blockchain technology, originally designed as a secure and immutable ledger, has expanded its applications across various domains. However, its scalability remains a fundamental bottleneck, limiting throughput, specifically Transactions Per Second (TPS) and increasing confirmation latency. Among the many proposed solutions, sharding has emerged [...] Read more.
Blockchain technology, originally designed as a secure and immutable ledger, has expanded its applications across various domains. However, its scalability remains a fundamental bottleneck, limiting throughput, specifically Transactions Per Second (TPS) and increasing confirmation latency. Among the many proposed solutions, sharding has emerged as a promising Layer 1 approach by partitioning blockchain networks into smaller, parallelized components, significantly enhancing processing efficiency while maintaining decentralization and security. In this paper, we have conducted a systematic literature review, resulting in a comprehensive review of sharding. We provide a detailed comparative analysis of various sharding approaches and emerging AI-assisted sharding approaches, assessing their effectiveness in improving TPS and reducing latency. Notably, our review is the first to incorporate and examine the standardization efforts of the ITU-T and ETSI, with a particular focus on activities related to blockchain sharding. Integrating these standardization activities allows us to bridge the gap between academic research and practical standardization in blockchain sharding, thereby enhancing the relevance and applicability of our review. Additionally, we highlight the existing research gaps, discuss critical challenges such as security risks and inter-shard communication inefficiencies, and provide insightful future research directions. Our work serves as a foundational reference for researchers and practitioners aiming to optimize blockchain scalability through sharding, contributing to the development of more efficient, secure, and high-performance decentralized networks. Our comparative synthesis further highlights that while Bitcoin and Ethereum remain limited to 7–15 TPS with long confirmation delays, sharding-based systems such as Elastico and OmniLedger have reported significant throughput improvements, demonstrating sharding’s clear advantage over traditional Layer 1 enhancements. In contrast to other state-of-the-art scalability techniques such as block size modification, consensus optimization, and DAG-based architectures, sharding consistently achieves higher transaction throughput and lower latency, indicating its position as one of the most effective Layer 1 solutions for improving blockchain scalability. Full article
(This article belongs to the Special Issue AI and Blockchain: Synergies, Challenges, and Innovations)
Show Figures

Figure 1

25 pages, 1041 KB  
Article
An Efficient Cross-Shard Smart Contract Execution Framework Leveraging Off-Chain Computation and Genetic Algorithm-Optimized Migration
by Chang Liu, Weihua Zhu, Zhongyuan Yao and Xueming Si
Electronics 2025, 14(18), 3684; https://doi.org/10.3390/electronics14183684 - 17 Sep 2025
Cited by 1 | Viewed by 1533
Abstract
Blockchain sharding is a promising approach to improving system scalability. However, traditional designs rely on lock-based cross-shard commit protocols, which introduce significant performance bottlenecks due to repeated on-chain communication and consensus. The emergence of complex cross-shard contracts further exacerbates these issues. Although recent [...] Read more.
Blockchain sharding is a promising approach to improving system scalability. However, traditional designs rely on lock-based cross-shard commit protocols, which introduce significant performance bottlenecks due to repeated on-chain communication and consensus. The emergence of complex cross-shard contracts further exacerbates these issues. Although recent off-chain execution models reduce on-chain overhead by decoupling contract execution from consensus, they still incur high communication costs and struggle to maintain state consistency. To address these challenges, this paper presents a sharding framework that seamlessly integrates on-chain and off-chain processing. By leveraging Trusted Execution Environments (TEEs), the framework enables secure and efficient off-chain execution of cross-shard smart contracts. It incorporates an off-chain execution hub for verifiable contract execution and a state-aware cross-shard commit protocol to guarantee correctness. Furthermore, a genetic algorithm-based contract-migration strategy dynamically reduces cross-shard interactions. Prototype evaluations show that the proposed framework significantly outperforms mainstream sharding solutions, achieving at least 2.1× higher throughput and reducing cross-shard transaction latency by over 52.6%. Full article
Show Figures

Figure 1

16 pages, 1212 KB  
Article
DCSCY: DRL-Based Cross-Shard Smart Contract Yanking in a Blockchain Sharding Framework
by Ying Wang, Zixu Zhang, Hongbo Yin, Guangsheng Yu, Xu Wang, Caijun Sun, Wei Ni, Ren Ping Liu and Zhiqun Cheng
Electronics 2025, 14(16), 3254; https://doi.org/10.3390/electronics14163254 - 16 Aug 2025
Cited by 1 | Viewed by 1155
Abstract
Blockchain sharding has emerged as a promising solution to address scalability and performance challenges in distributed ledger systems. In the sharded blockchain, yanking can reduce the communication overhead of smart contracts between shards. However, the existing smart contract yanking methods are inefficient, increasing [...] Read more.
Blockchain sharding has emerged as a promising solution to address scalability and performance challenges in distributed ledger systems. In the sharded blockchain, yanking can reduce the communication overhead of smart contracts between shards. However, the existing smart contract yanking methods are inefficient, increasing the latency and reducing the throughput. In this paper, we propose a novel DRL-Based Cross-Shard Smart Contract Yanking (DCSCY) framework which intelligently balances three critical factors: the number of smart contracts processed, node waiting time, and yanking costs. The proposed framework dynamically optimizes the relocation trajectory of smart contracts across shards. This reduces the communication overhead and enables adaptive, function-level migrations to enhance the execution efficiency. The experimental results demonstrate that the proposed approach reduces the cross-shard transaction latency and enhances smart contract utilization. Compared to random-based and order-based methods, the DCSCY approach achieves a performance improvement of more than 95%. Full article
(This article belongs to the Special Issue Security and Privacy for Emerging Technologies)
Show Figures

Figure 1

26 pages, 4765 KB  
Article
Dynamic Sharding and Monte Carlo for Post-Quantum Blockchain Resilience
by Dahhak Hajar, Nadia Afifi and Imane Hilal
Cryptography 2025, 9(2), 22; https://doi.org/10.3390/cryptography9020022 - 11 Apr 2025
Cited by 3 | Viewed by 2271
Abstract
Scalability and security restrictions are posing new challenges for blockchain networks, especially in the face of Distributed Denial-of-Service (DDoS) attacks and upcoming quantum threats. Previous research also found that post-quantum blockchains, despite their improved cryptographic algorithms, are still vulnerable to DDoS attacks, emphasizing [...] Read more.
Scalability and security restrictions are posing new challenges for blockchain networks, especially in the face of Distributed Denial-of-Service (DDoS) attacks and upcoming quantum threats. Previous research also found that post-quantum blockchains, despite their improved cryptographic algorithms, are still vulnerable to DDoS attacks, emphasizing the need for more resilient architectural solutions. This research studies the use of dynamic sharding, an innovative approach for post-quantum blockchains that allows for adaptive division of the network into shards based on workload and network conditions. Unlike static sharding, dynamic sharding optimizes resource allocation in real time, increasing transaction throughput and minimizing DDoS-induced disruptions. We provide a detailed study using Monte Carlo simulations to examine transaction success rates, resource consumption, and fault tolerance for both dynamic sharding-based and non-sharded post-quantum blockchains under simulated DDoS attack scenarios. The findings show that dynamic sharding leads to higher transaction success rates and more efficient resource use than non-sharded infrastructures, even in high-intensity attack scenarios. Furthermore, the combination of dynamic sharding and the Falcon post-quantum signature technique creates a layered strategy that combines cryptographic robustness, scalability, and resilience. This paper provides light on the potential of adaptive blockchain designs to address major scalability and security issues, opening the path for quantum-resilient systems. Full article
(This article belongs to the Special Issue Emerging Trends in Blockchain and Its Applications)
Show Figures

Figure 1

19 pages, 655 KB  
Article
MSSP: A Blockchain Sharding Protocol Based on Multi-Shard Storage
by Jinyi Liu, Junfeng Tian and Zhaoyu Nian
Appl. Sci. 2025, 15(6), 3260; https://doi.org/10.3390/app15063260 - 17 Mar 2025
Viewed by 2516
Abstract
Sharding is currently one of the mainstream technologies for solving the scalability problem in blockchain systems. However, with the increase in shard numbers, the coordination and management of cross-shard transactions become more complex, limiting the scalability of the system. Existing methods usually split [...] Read more.
Sharding is currently one of the mainstream technologies for solving the scalability problem in blockchain systems. However, with the increase in shard numbers, the coordination and management of cross-shard transactions become more complex, limiting the scalability of the system. Existing methods usually split cross-shard transactions into multiple sub-transactions for processing, which not only reduces throughput but also increases transaction latency. This paper proposes a blockchain sharding protocol based on multi-shard storage to address this issue. In this protocol, nodes can store data from multiple shards, and nodes that store the same shard set form a consensus zone, which can directly handle cross-shard transactions and improve transaction processing efficiency. We propose a priority sorting mechanism to defend against double-spending attacks effectively. In addition, we introduce a P-probability return update completion proof mechanism to ensure node data consistency while enhancing blockchain security. Finally, we conduct a security analysis and performance testing of this protocol. The results show that the multi-shard storage protocol has significant advantages in terms of throughput, latency, and security compared to traditional sharding protocols. Full article
Show Figures

Figure 1

19 pages, 3879 KB  
Article
CSA: Utility Optimization Scheduling Algorithm for IoT Blockchain Sharding Committees
by Xin Cong, Qi Jing, Lingling Zi and Changjiang Lin
Sensors 2025, 25(6), 1648; https://doi.org/10.3390/s25061648 - 7 Mar 2025
Viewed by 1231
Abstract
The rapid proliferation of the Internet of Things (IoT) poses significant challenges for utility optimization in sharding blockchain systems. In this paper, we propose a Committee Scheduling Algorithm (CSA), which employs an iterative optimization framework based on the Markov chain to balance transaction [...] Read more.
The rapid proliferation of the Internet of Things (IoT) poses significant challenges for utility optimization in sharding blockchain systems. In this paper, we propose a Committee Scheduling Algorithm (CSA), which employs an iterative optimization framework based on the Markov chain to balance transaction throughput, cumulative latency, and transaction fees. CSA dynamically adjusts the committee members to achieve near-optimal solutions while addressing operational constraints. Theoretical analysis demonstrates the convergence bounds of the algorithm and its robustness against Sybil and eclipse attacks, ensuring high entropy for committee selection. Experimental results show that CSA outperforms Stochastic-Exploration (SE), Simulated Annealing (SA), and Policy Gradient-Based Computing Task Scheduling (PG-CTS) in terms of utility, convergence speed, and adaptability to dynamic events, with the committee scheduling utility improving by about 30%. Furthermore, CSA demonstrates stable performance in large-scale IoT environments characterized by dynamic node additions and failures. This paper offers a robust and adaptive solution for utility optimization in sharding blockchains, thereby improving the scalability, security, and efficiency of IoT applications. Full article
(This article belongs to the Special Issue Blockchain Technology for Internet of Things)
Show Figures

Figure 1

18 pages, 802 KB  
Article
FLPSHARD: A Flexible and Efficient Blockchain Sharding Solution for IIoT
by Hongtao Zhang and Jingfeng Xue
Electronics 2025, 14(5), 961; https://doi.org/10.3390/electronics14050961 - 27 Feb 2025
Cited by 1 | Viewed by 1234
Abstract
The introduction of blockchain sharding technology in IIoT (Industrial Internet of Things) can leverage the scalability, decentralization, and immutability of blockchain to significantly enhance security. However, existing IIoT operations are highly correlated with business and geographical locations, as well as network conditions, making [...] Read more.
The introduction of blockchain sharding technology in IIoT (Industrial Internet of Things) can leverage the scalability, decentralization, and immutability of blockchain to significantly enhance security. However, existing IIoT operations are highly correlated with business and geographical locations, as well as network conditions, making traditional random sharding schemes unsuitable for such scenarios. To address this issue, we propose the FLPShard model, a method that transforms the sharding problem into a single-source capacitated facility location problem (SSCFLP). FLPShard can handle multiple constraints simultaneously and allows multiple nodes to be bundled and allocated as a whole, meeting the demands of IIoT. By constructing neighborhoods during the dynamic adjustment process, we achieve dynamic incremental updates and automatic splitting of blockchain shards. We evaluated FLPShard by building a system prototype, and the results show that, compared to random sharding algorithms, FLPShard significantly increases system throughput and greatly reduces transaction latency. Full article
Show Figures

Figure 1

36 pages, 1601 KB  
Review
Securing IoT Sensors Using Sharding-Based Blockchain Network Technology Integration: A Systematic Review
by Ammad Aslam, Octavian Postolache, Sancho Oliveira and José Dias Pereira
Sensors 2025, 25(3), 807; https://doi.org/10.3390/s25030807 - 29 Jan 2025
Cited by 7 | Viewed by 3541
Abstract
Sharding is an emerging blockchain technology that is used extensively in several fields such as finance, reputation systems, the IoT, and others because of its ability to secure and increase the number of transactions every second. In sharding-based technology, the blockchain is divided [...] Read more.
Sharding is an emerging blockchain technology that is used extensively in several fields such as finance, reputation systems, the IoT, and others because of its ability to secure and increase the number of transactions every second. In sharding-based technology, the blockchain is divided into several sub-chains, also known as shards, that enhance the network throughput. This paper aims to examine the impact of integrating sharding-based blockchain network technology in securing IoT sensors, which is further used for environmental monitoring. In this paper, the idea of integrating sharding-based blockchain technology is proposed, along with its advantages and disadvantages, by conducting a systematic literature review of studies based on sharding-based blockchain technology in recent years. Based on the research findings, sharding-based technology is beneficial in securing IoT systems by improving security, access, and transaction rates. The findings also suggest several issues, such as cross-shard transactions, synchronization issues, and the concentration of stakes. With an increased focus on showcasing the important trade-offs, this paper also offers several recommendations for further research on the implementation of blockchain network technology for securing IoT sensors with applications in environment monitoring. These valuable insights are further effective in facilitating informed decisions while integrating sharding-based technology in developing more secure and efficient decentralized networks for internet data centers (IDCs), and monitoring the environment by picking out key points of the data. Full article
(This article belongs to the Special Issue Security and Privacy in Wireless Sensor Networks (WSNs))
Show Figures

Figure 1

21 pages, 2056 KB  
Article
EquiFlowShard: A Blockchain Sharding Protocol with Optimized Account Distribution
by Yemin Chen, Yongdong Wu and Tong Li
Information 2025, 16(2), 92; https://doi.org/10.3390/info16020092 - 25 Jan 2025
Viewed by 2614
Abstract
Blockchain sharding is a scalable solution for distributed ledgers, but may be hindered due to cross-shard transactions and uneven workload distribution. This paper presents EquiFlowShard, an advanced blockchain sharding protocol designed to improve robustness and enhance cross-shard efficiency. Specifically, by employing Optimized Account [...] Read more.
Blockchain sharding is a scalable solution for distributed ledgers, but may be hindered due to cross-shard transactions and uneven workload distribution. This paper presents EquiFlowShard, an advanced blockchain sharding protocol designed to improve robustness and enhance cross-shard efficiency. Specifically, by employing Optimized Account State Distribution Algorithm (OSADA), EquiFlowShard dynamically assigns and segments account states, so as to minimize cross-shard transaction volume and balance shard workloads. In addition, the protocol introduces the SFlow mechanism to facilitate secure and consistent state transfers and a Smooth Transition scheme to mitigate performance impacts during state reconfigurations. Evaluation results confirm that EquiFlowShard outperforms existing benchmark protocols in terms of throughput, transaction confirmation latency, and cross-shard transaction ratio, demonstrating its effectiveness in dynamic blockchain environments. Full article
Show Figures

Figure 1

43 pages, 2436 KB  
Review
Blockchain Applications in the Military Domain: A Systematic Review
by Nikos Kostopoulos, Yannis C. Stamatiou, Constantinos Halkiopoulos and Hera Antonopoulou
Technologies 2025, 13(1), 23; https://doi.org/10.3390/technologies13010023 - 6 Jan 2025
Cited by 7 | Viewed by 14278
Abstract
Background: Blockchain technology can transform military operations, increasing security and transparency and gaining efficiency. It addresses many problems related to data security, privacy, communication, and supply chain management. The most researched aspects are its integration with emerging technologies, such as artificial intelligence, the [...] Read more.
Background: Blockchain technology can transform military operations, increasing security and transparency and gaining efficiency. It addresses many problems related to data security, privacy, communication, and supply chain management. The most researched aspects are its integration with emerging technologies, such as artificial intelligence, the IoT, application in uncrewed aerial vehicles, and secure communications. Methods: A systematic review of 43 peer-reviewed articles was performed to discover the applications of blockchain in defense. Key areas analyzed include the role of blockchain in securing communications, fostering transparency, promoting real-time data sharing, and using smart contracts for maintenance management. Challenges were assessed, including scalability, interoperability, and integration with the legacy system, alongside possible solutions, such as sharding and optimized consensus mechanisms. Results: In the case of blockchain, great potential benefits were shown in enhancing military operations, including secure communication, immutable record keeping, and real-time integration of data with the IoT and AI. Smart contracts optimized resource allocation and reduced maintenance procedures. However, challenges remain, such as scalability, interoperability, and high energy requirements. Proposed solutions, like sharding and hybrid architecture, show promise to address these issues. Conclusions: Blockchain is set to revolutionize the efficiency and security of the military. Its potential is enormous, but it must overcome scalability, interoperability, and integration issues. Further research and strategic adoption will thus allow blockchain to become one of the cornerstones of future military operations. Full article
(This article belongs to the Section Information and Communication Technologies)
Show Figures

Figure 1

Back to TopTop