Mechanisms for Outsourcing Computation via a Decentralized market

Published in 14th ACM International Conference on Distributed and Event-Based Systems (DEBS 2020), 2020

PDF

As the number of personal computing and IoT devices grows rapidly, so does the amount of computational power that is available at the edge. Many of these devices are often idle and constitute an untapped resource which could be used for outsourcing computation. Existing solutions for harnessing this power, such as volunteer computing (e.g., BOINC), are centralized platforms in which a single organization or company can control participation and pricing. By contrast, an open market of computational resources, where resource owners and resource users trade directly with each other, could lead to greater participation and more competitive pricing. To provide an open market, we introduce MODiCuM, a decentralized system for outsourcing computation. MODiCuM deters participants from misbehaving—which is a key problem in decentralized systems—by resolving disputes via dedicated mediators and by imposing enforceable fines. However, unlike other decentralized outsourcing solutions, MODiCuM minimizes computational overhead since it does not require global trust in mediation results. We provide analytical results proving that MODiCuM can deter misbehavior, and we evaluate the overhead of MODiCuM using experimental results based on an implementation of our platform.

@inproceedings{eisele2020mechanisms,
	author = {Eisele, Scott and Eghtesad, Taha and Troutman, Nicholas and Laszka, Aron and Dubey, Abhishek},
	title = {Mechanisms for Outsourcing Computation via a Decentralized Market},
	year = {2020},
	isbn = {9781450380287},
	publisher = {Association for Computing Machinery},
	address = {New York, NY, USA},
	url = {https://doi.org/10.1145/3401025.3401737},
	doi = {10.1145/3401025.3401737},
	pages = {61–72},
	numpages = {12},
	keywords = {blockchain, decentralized market, smart contract, decentralized job scheduling, computation outsourcing},
	location = {Montreal, Quebec, Canada},
	series = {DEBS '20}
}