🤖 AI Summary
Existing decentralized storage systems fail to effectively leverage audit outcomes to guide redundancy and shard placement, resulting in resource inefficiency and prolonged recovery latency. This work proposes a closed-loop adaptive erasure coding mechanism that, for the first time, directly integrates Provable Data Possession (PDP) audit feedback into shard placement decisions. By dynamically updating node reputations and introducing a reputation-based penalty scheme, the system implements a QoS-aware cold-tier migration strategy that jointly considers data priority and node reliability. Experimental results demonstrate that, in an 800-node network storing 500 files, the approach achieves 100% data durability with only 1.25× redundancy, reduces recovery operations by 66.8%–75.2%, and enhances data loss resilience by 176.8%.
📝 Abstract
In decentralized storage systems, audit results are often not used directly to guide later redundancy and shard-placement decisions, which can lead to inefficient resource allocation and delayed recovery. We propose AEC-DS, a closed-loop adaptive erasure coding mechanism driven by Provable Data Possession (PDP) feedback. PDP audits continuously update node reputation, while a QoS-aware migration policy adjusts shard placement according to node reliability and data priority. The policy moves high-priority shards from unstable nodes to more reliable nodes in the cold tier and penalizes unstable nodes in subsequent placement decisions. Simulations with 800 nodes and 500 files show that AEC-DS maintains 100% data durability under the evaluated fault model with a redundancy factor of 1.25x. Compared with Static-EC, Dynamic-EC, and DRD-EC, AEC-DS reduces cumulative recovery operations by 66.8%-75.2%. Ablation results further show that class migration plays a major role in preventing data loss, improving the measured loss-prevention capability by 176.8%. These results indicate that PDP feedback can connect integrity auditing with redundancy and placement adaptation, providing a practical path toward self-healing decentralized storage while accounting for the additional cost of migration.