CRAug 3, 2017

Betrayal, Distrust, and Rationality: Smart Counter-Collusion Contracts for Verifiable Cloud Computing

arXiv:1708.01171v4171 citations
Originality Incremental advance
AI Analysis

This work addresses the need for cost-effective verifiability in cloud computing for clients, though it is incremental as it builds on existing game theory and smart contract concepts.

The paper tackles the problem of verifiable cloud computing by proposing a smart contract-based solution that uses game theory to prevent collusion between two clouds, enabling correctness verification through cross-checking results without heavy cryptographic overhead. The approach requires only payment for computation in the clear and small transaction fees, as demonstrated in a feasibility study on Ethereum.

Cloud computing has become an irreversible trend. Together comes the pressing need for verifiability, to assure the client the correctness of computation outsourced to the cloud. Existing verifiable computation techniques all have a high overhead, thus if being deployed in the clouds, would render cloud computing more expensive than the on-premises counterpart. To achieve verifiability at a reasonable cost, we leverage game theory and propose a smart contract based solution. In a nutshell, a client lets two clouds compute the same task, and uses smart contracts to stimulate tension, betrayal and distrust between the clouds, so that rational clouds will not collude and cheat. In the absence of collusion, verification of correctness can be done easily by crosschecking the results from the two clouds. We provide a formal analysis of the games induced by the contracts, and prove that the contracts will be effective under certain reasonable assumptions. By resorting to game theory and smart contracts, we are able to avoid heavy cryptographic protocols. The client only needs to pay two clouds to compute in the clear, and a small transaction fee to use the smart contracts. We also conducted a feasibility study that involves implementing the contracts in Solidity and running them on the official Ethereum network.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes