paper-with-me

홈 › Papers

AN ELIXIR FOR BLOCKCHAIN SCALABILITY WITH CHANNEL BASED CLUSTERED SHARDING

2023-12-20 · Scalable Computing: Practice and Experience 2023 12 · V. Vinoth Kumar, U. PADMAVATHI, C. PRASANNA RANJITH3, BALAJI J, AND C.N.S. VINOTH KUMAR

Blockchain refers to distributed ledger technology which stores records without the help of a central authority. Born with bitcoin, this brainstorming technology finds its applications in healthcare, land registry, education, pharmaceutical industry, digital records, manufacturing companies and so on. The properties of blockchain such as immutability, distributed nature, tamper-resistant made it a disruptive technology in many applications. The highlighting feature of this pioneering technology is the distributed storage of ledger on all the nodes of the network. This helps to achieve decentralization without the trust for third party. The transactions are proposed, executed, validated and are then added as blocks to the blockchain. The problems with all the blockchain framework is scalability with respect to storage space and throughput. Scalability is the most significant factor to be considered in this big data era. This article proposes a solution called Channel Based Clustered Sharding (CBCS) approach for Hyperledger fabric blockchain framework. In this work, a lookup table is maintained which helps in forwarding the transactions to the clustered shards for validation. The CBCS approach helps in parallel transaction processing which in turn improves scalability and throughput of the system. The performance of the proposed work is measured with the help of Hyperledger caliper, a benchmarking tool for the performance analysis of Hyperledger fabric. The results show that the performance of the proposed system is increased from 3000 tps to 30,000 tps.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Benchmarking

Similar Papers 제목 키워드 기반

TxAllo: Dynamic Transaction Allocation in Sharded Blockchain Systems

2022-12-22 · Yuanzhe Zhang, Shirui Pan, Jiangshan Yu

The scalability problem has been one of the most significant barriers limiting the adoption of blockchains. Blockchain sharding is a promising approach to this problem. However, the sharding mechanism introduces a signif…

Community Detection

Towards a Secure and Reliable Federated Learning using Blockchain

2022-01-27 · Hajar Moudoud, Soumaya Cherkaoui, Lyes Khoukhi

Federated learning (FL) is a distributed machine learning (ML) technique that enables collaborative training in which devices perform learning using a local dataset while preserving their privacy. This technique ensures …

Federated Learning

Model Agnostic Hybrid Sharding For Heterogeneous Distributed Inference

2024-07-29 · Claudio Angione, Yue Zhao, Harry Yang, Ahmad Farhan 외

The rapid growth of large-scale AI models, particularly large language models has brought significant challenges in data privacy, computational resources, and accessibility. Traditional centralized architectures often st…

Quantization

Blockchain-enabled Clustered and Scalable Federated Learning (BCS-FL) Framework in UAV Networks

2024-02-07 · Sana Hafeez, Lina Mohjazi, Muhammad Ali Imran, Yao Sun

Privacy, scalability, and reliability are significant challenges in unmanned aerial vehicle (UAV) networks as distributed systems, especially when employing machine learning (ML) technologies with substantial data exchan…

Federated LearningGraph Clustering

SHARON: Secure and Efficient Cross-shard Transaction Processing via Shard Rotation

2024-05-20 · INFOCOM 2024 5 · Shan Jiang, Jiannong Cao, Cheung Leong Tung, Yuqin Wang 외

Recently, sharding has become a popular direction to scale out blockchain systems by dividing the network into shards that process transactions in parallel. However, secure and efficient cross-shard transaction proces…

Scheduling