English

CloudChain: A Cloud Blockchain Using Shared Memory Consensus and RDMA

Distributed, Parallel, and Cluster Computing 2021-06-09 v1

Abstract

Blockchain technologies can enable secure computing environments among mistrusting parties. Permissioned blockchains are particularly enlightened by companies, enterprises, and government agencies due to their efficiency, customizability, and governance-friendly features. Obviously, seamlessly fusing blockchain and cloud computing can significantly benefit permissioned blockchains; nevertheless, most blockchains implemented on clouds are originally designed for loosely-coupled networks where nodes communicate asynchronously, failing to take advantages of the closely-coupled nature of cloud servers. In this paper, we propose an innovative cloud-oriented blockchain -- CloudChain, which is a modularized three-layer system composed of the network layer, consensus layer, and blockchain layer. CloudChain is based on a shared-memory model where nodes communicate synchronously by direct memory accesses. We realize the shared-memory model with the Remote Direct Memory Access technology, based on which we propose a shared-memory consensus algorithm to ensure presistence and liveness, the two crucial blockchain security properties countering Byzantine nodes. We also implement a CloudChain prototype based on a RoCEv2-based testbed to experimentally validate our design, and the results verify the feasibility and efficiency of CloudChain.

Keywords

Cite

@article{arxiv.2106.04122,
  title  = {CloudChain: A Cloud Blockchain Using Shared Memory Consensus and RDMA},
  author = {Minghui Xu and Shuo Liu and Dongxiao Yu and Xiuzhen Cheng and Shaoyong Guo and Jiguo Yu},
  journal= {arXiv preprint arXiv:2106.04122},
  year   = {2021}
}

Comments

12 pages, 8 figures, journal paper

R2 v1 2026-06-24T02:56:41.915Z