| Literature DB >> 30360413 |
Ji-Sun Park1, Taek-Young Youn2, Hye-Bin Kim3, Kyung-Hyune Rhee4, Sang-Uk Shin5.
Abstract
Internet of Things (IoT)-based devices, especially those used for home automation, consist of their own sensors and generate many logs during a process. Enterprises producing IoT devices convert these log data into more useful data through secondary processing; thus, they require data from the device users. Recently, a platform for data sharing has been developed because the demand for IoT data increases. Several IoT data marketplaces are based on peer-to-peer (P2P) networks, and in this type of marketplace, it is difficult for an enterprise to trust a data owner or the data they want to trade. Therefore, in this study, we propose a review system that can confirm the reputation of a data owner or the data traded in the P2P data marketplace. The traditional server-client review systems have many drawbacks, such as security vulnerability or server administrator's malicious behavior. However, the review system developed in this study is based on Ethereum smart contracts; thus, this system is running on the P2P network and is more flexible for the network problem. Moreover, the integrity and immutability of the registered reviews are assured because of the blockchain public ledger. In addition, a certain amount of gas is essential for all functions to be processed by Ethereum transactions. Accordingly, we tested and analyzed the performance of our proposed model in terms of gas required.Entities:
Keywords: Ethereum smart contract; IoT; blockchain; data integrity; data marketplace; home automation; smart home
Year: 2018 PMID: 30360413 PMCID: PMC6211088 DOI: 10.3390/s18103577
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.576
Figure 1IoT market size and growth forecast [6].
Figure 2System architecture.
Figure 3Function process of “setReview()”.
Figure 4Solidity code for the review system.
Figure 5Structure of the centralized server-client model.
Figure 6Structure of the decentralized blockchain-based model.
Comparison of the centralized model with decentralized model.
| Server-Client Review System | Blockchain-Based Review System | |
|---|---|---|
| Network type | Centralized | Decentralized |
| Server required | required | not required |
| Network problem handling | Single point of failure | Connect another peer |
| -> Entire system down | ||
| Network features | Easier to implement | Less expensive system maintenance cost |
| Typical model of web-based systems | Wider network bandwidth | |
| Reliability and integrity | Existing reviews can be fabricated | Review database is maintained by blockchain |
| -> The system is less reliable | -> No one can modify the reviews |
Figure 7Developed HTML page.
Figure 8Change of amount of gas consumed with different input lengths of transactions.
Figure 9Change of mining time with different input lengths of transactions.