This article has been reviewed according to Science X's editorial process and policies. Editors have highlighted the following attributes while ensuring the content's credibility:

fact-checked

proofread

Dynamic-EC: An efficient dynamic erasure coding method for permissioned blockchain systems

Dynamic-EC: An efficient dynamic erasure coding method for permissioned blockchain systems
The overhead of Dynamic-EC. Credit: Mizhipeng Zhang, Chentao Wu, Jie Li, Minyi Guo

Research led by Minyi Guo, published in Frontiers of Computer Science, addresses the challenge of reducing storage overhead in blockchain systems while maintaining data consistency and tolerating malicious nodes.

In traditional blockchain networks, full replication is used, where each node stores a complete copy of all blocks, and data consistency is maintained through a consensus protocol. However, this approach can be storage-intensive, especially as the blockchain grows over time.

To address this issue, previous approaches like BFT-Store and Partition Chain have used erasure codes to store blocks more efficiently. Erasure coding allows for data to be broken into smaller fragments, with redundant parities added, and distributed across multiple nodes. This reduces storage requirements and can help tolerate node failures.

The research team's contribution appears to be in dynamically adjusting the encoding schema to tolerate malicious nodes more efficiently. They've observed that in typical cases, the number of malicious nodes is smaller than the threshold used for erasure coding.

By dynamically adapting the encoding schema based on the actual number of malicious nodes, they aim to reduce unnecessary storage overhead associated with maintaining redundant parities to tolerate a larger number of malicious nodes than needed.

This could have implications for improving the efficiency and scalability of blockchain networks, which is an important area of study as blockchain technology continues to evolve and find applications in various fields.

The team proposed a dynamic erasure coding method in permissioned systems called Dynamic-EC. The key idea of Dynamic-EC is to reduce the storage overhead by dynamically adjusting the total number of parities according to the risk level of the whole system, which is determined by the number of perceived malicious nodes, while ensuring the system reliability.

Dynamic-EC can be divided into three modules:

  1. Node Classification: this module is used to evaluate the global reputation value of each node. According to the reputation value, the nodes are classified into three categories: honest nodes, risk nodes and malicious nodes.
  2. Dynamic Erasure Coding: this module is responsible for encoding the blocks into fragments and calculating the corresponding checksums in the leader node. The encoding schema is adaptively adjusted according to the current risk level of the system which is determined by the current number of risk nodes.
  3. Adaptive Fragment Placement: this module distributes the encoded fragments from the leader node to the follower nodes.

More information: Dynamic-EC: an efficient dynamic erasure coding method for permissioned blockchain systems, Frontiers of Computer Science (2024). DOI: 10.1007/s11704-023-3209-3. journal.hep.com.cn/fcs/EN/10.1 … 07/s11704-023-3209-3

Provided by Higher Education Press
Citation: Dynamic-EC: An efficient dynamic erasure coding method for permissioned blockchain systems (2024, April 12) retrieved 1 May 2024 from https://techxplore.com/news/2024-04-dynamic-ec-efficient-erasure-coding.html
This document is subject to copyright. Apart from any fair dealing for the purpose of private study or research, no part may be reproduced without the written permission. The content is provided for information purposes only.

Explore further

Blockchain-based vehicular edge computing networks: The communication perspective

11 shares

Feedback to editors