探究物聯網混合區塊鏈架構,它的新型架構模式,及模式的可行性

2023年09月27日14:09:03 科技 1365

本文內容來自於網絡,若與實際情況不相符或存在侵權行為,請聯繫刪除。本文僅在今日頭條首發,請勿搬運。


Introduction

With the rapid advancement of hardware, software, and communication technologies, the Internet of Things (IoT) has garnered increasing attention in both academia and industry. IoT applications span across various aspects of people's lives, revolutionizing sectors such as smart healthcare, transportation, agriculture, and entertainment.

探究物聯網混合區塊鏈架構,它的新型架構模式,及模式的可行性 - 天天要聞


One critical challenge lies in handling the vast amounts of data generated by IoT applications, given that IoT devices often lack sufficient processing and storage resources. This is where blockchain, an encrypted distributed computing storage system, steps in. Its purpose is to create real-time, tamper-proof records.

探究物聯網混合區塊鏈架構,它的新型架構模式,及模式的可行性 - 天天要聞


By merging IoT and blockchain, a theoretically verifiable, secure, and permanent method for recording data processed by IoT smart devices is established.

探究物聯網混合區塊鏈架構,它的新型架構模式,及模式的可行性 - 天天要聞


Related Studies

Existing frameworks integrating IoT systems with cloud computing can be broadly categorized into two types: those focusing on specific applications and those providing a general Platform as a Service (PaaS) model. Rahmani et al. have developed a prototype-based framework for supporting IoT healthcare systems, emphasizing local storage and data processing. In this framework, the cloud serves as the backend system for data analysis and decision-making. Azimi et al. have used Raspberry Pi and Intel Edison development boards as edge nodes in IoT, employing authentication to safeguard data privacy. However, in this framework, data is stored in the cloud.

探究物聯網混合區塊鏈架構,它的新型架構模式,及模式的可行性 - 天天要聞


Services within this framework are divided into two types: core operations for managing the framework, including resource management and security assurance, and application-specific requirements. The framework's security is guaranteed by authentication and access mechanisms.

探究物聯網混合區塊鏈架構,它的新型架構模式,及模式的可行性 - 天天要聞


Hybrid Blockchain Structure for IoT Wireless Sensor Networks

This article introduces a novel hybrid architecture for monitoring and managing IoT systems, as illustrated in Figure 1.

探究物聯網混合區塊鏈架構,它的新型架構模式,及模式的可行性 - 天天要聞


Traditional smart home systems monitor all activities through wireless sensor networks and send the collected data to the blockchain via wireless sensor networks for storage in the cloud. This enables the utilization of all advantages offered by blockchain. In the new architecture proposed in this article for IoT monitoring, smart devices are equipped with sensors and Raspberry Pi for controlling these sensors. Each smart node consists of different transceivers capable of capturing data and incorporating it into the Wireless Sensor Network (WSN). The sensors include an accelerometer model LIS3DH, which accurately measures acceleration within different ranges (0 and ±16g) and automatically adjusts to usage conditions while maintaining constant precision.

探究物聯網混合區塊鏈架構,它的新型架構模式,及模式的可行性 - 天天要聞


For temperature control, a low-power sensor TC1047A is used to collect temperature data. Through this process, data is transformed from IoT devices to the blockchain in the Edge Computing layer during the ETL (Extract, Transform, Load) process, rather than directly in the blockchain. This significantly reduces the energy consumption of the main chain in the cloud when converting data and constructing blocks, enabling the smart controller to perform the same tasks with lower energy consumption. Simultaneously, a side chain executed on Raspberry Pi 4B is created using smart contracts, storing all the data collected by WSN nodes.

探究物聯網混合區塊鏈架構,它的新型架構模式,及模式的可行性 - 天天要聞


Smart contracts verify the identity of smart devices, and once a WSN node is identified as a member, the smart contract executes an event to send data to the side chain. Once the smart contract is verified (i.e., data is fully inserted into the side chain), the side chain is inserted into the main chain. The cloud-based blockchain main chain is constructed from subchains built by smart devices and merged into one. To build the blockchain, this novel architecture uses side chains (i.e., small-scale blockchain for preprocessing data) to create an intermediate layer (i.e., Edge Computing layer) between IoT devices and the blockchain.

探究物聯網混合區塊鏈架構,它的新型架構模式,及模式的可行性 - 天天要聞


These edge chains optimize transactions sent to the blockchain by performing data processing at the network edge close to the data source. Executing side chains with WSN data reduces communication between WSN nodes (i.e., sensors) and the blockchain. This approach requires leveraging Edge Computing resources that cannot maintain a continuous connection to the blockchain network, reducing the waste of computing resources in the IoT layer.

探究物聯網混合區塊鏈架構,它的新型架構模式,及模式的可行性 - 天天要聞


Edge Computing pushes applications, data, and computing capabilities away from the blockchain. As a computing paradigm, Edge Computing is also referred to as grid processing, peer-to-peer computing, autonomic and distributed computing.

探究物聯網混合區塊鏈架構,它的新型架構模式,及模式的可行性 - 天天要聞


The advantages of Edge Computing relative to current computing lie in (1) significantly smaller amounts of data needing to be transmitted over the network, (2) elimination (or reduction) of centralized computing, and (3) enhanced virtualization capabilities for improved scalability.

探究物聯網混合區塊鏈架構,它的新型架構模式,及模式的可行性 - 天天要聞


Empirical Study on the Performance of Blockchain Framework Design

To assess the performance of the entire framework, an integrated computing environment consisting of multiple cloud and edge nodes was prepared. Table 1 describes the complete configurations of servers and related running components. The environment used to build nodes for the blockchain was uniformly a Docker environment, resulting in the construction of seven server nodes. One node was allocated for customer-related control operations, and the remaining nodes were assigned internal private IP addresses for internal data transmission and authentication. Of the six nodes, three were remote servers serving as data storage for the blockchain main chain. Two Raspberry Pi 4B devices were used as edge devices for collecting data from various sensors, constructing subchains, and executing smart contracts. After the smart contract execution was completed, the subchain data was uploaded to the cloud and inserted into the cloud's main chain, reducing the communication frequency between edge devices and the main chain. Additionally, a microcontroller was used as the control center between edge devices.

探究物聯網混合區塊鏈架構,它的新型架構模式,及模式的可行性 - 天天要聞


Figure 2 represents the average Docker sizes of different components in the framework under compressed and uncompressed conditions. The compressed Docker image sizes were obtained based on the average sizes stored in Docker hub for multiple architectures, while the uncompressed Docker image sizes were obtained based on extracted Docker images from instances. The compressed Docker image sizes indicate that the framework is lightweight and can be downloaded on different platforms, ranging from a few megabytes to a maximum of 100 megabytes.

探究物聯網混合區塊鏈架構,它的新型架構模式,及模式的可行性 - 天天要聞


Furthermore, the uncompressed Docker image sizes demonstrate that the framework components do not occupy excessive storage space. Figure 3 displays the average RAM sizes of different components in the hybrid architecture during runtime. From the figure, it can be observed that the proposed framework occupies very little memory, making it suitable for deployment on edge devices. The memory usage of different components ranges from 25 MB to 45 MB.

探究物聯網混合區塊鏈架構,它的新型架構模式,及模式的可行性 - 天天要聞


However, for existing edge devices, individual components can still be deployed on different edge devices with low resource requirements. Therefore, from an overall performance analysis, the entire framework does not excessively consume physical resources. It also better utilizes the existing resources of edge nodes, allowing various components to run reasonably through a distributed structure. Figure 4 demonstrates the average startup times of different components in the hybrid architecture. This includes the time required to start the containers until they are in a fully available state for processing incoming requests.

探究物聯網混合區塊鏈架構,它的新型架構模式,及模式的可行性 - 天天要聞


It is found from Figure 4 that this framework only takes a few seconds to complete startup and enter the processing state. The startup time of the system is related to its existing hardware resources. If faster startup speed is needed, edge devices with better computing performance can be employed, significantly enhancing overall response speed. Moreover, in the deployment phase, it greatly extends many important scenarios, widening the overall application prospects. Figure 5 describes the task quantities generated under different experimental settings in the hybrid architecture. It is observed that when deployed only at the edge, more tasks can be generated compared to tasks generated in the cloud or in a combination of cloud and edge.

探究物聯網混合區塊鏈架構,它的新型架構模式,及模式的可行性 - 天天要聞


This occurs because the edge is closer to the data source, allowing rapid delivery of results from the previous task while generating the next task. The communication latency is lower in this scenario. However, if computation is only performed at the edge, the data processing speed may be too slow, negatively impacting the overall data processing

探究物聯網混合區塊鏈架構,它的新型架構模式,及模式的可行性 - 天天要聞


speed. On the other hand, the cloud offers higher data processing speed.

From Figure 5, it is evident that combining edge and cloud computing generates a higher quantity of tasks while maintaining a balanced data processing speed. This hybrid architecture presented in this paper exhibits a well-rounded performance.

探究物聯網混合區塊鏈架構,它的新型架構模式,及模式的可行性 - 天天要聞


Conclusion

This paper introduces a novel hybrid blockchain structure based on IoT wireless sensor networks. This structure maximizes the computational capabilities of edge nodes, distributing a portion of the cloud's computational burden to the remaining edge nodes. Subchains are constructed on edge nodes, and once smart contracts are completed, the subchains are inserted into the cloud's main chain. This effectively reduces communication pressure between edge and cloud, resulting in a system with enhanced scalability.

探究物聯網混合區塊鏈架構,它的新型架構模式,及模式的可行性 - 天天要聞


The study also assessed the resource consumption of various components in the framework and their system response times. The experimental results demonstrate that the proposed framework aligns with the practical resource constraints of edge devices. The entire system exhibits high task processing capabilities and data processing speed, significantly improving blockchain processing throughput and efficiency. In practical applications, it can cater to a wide range of scenarios, offering significant practical value.

探究物聯網混合區塊鏈架構,它的新型架構模式,及模式的可行性 - 天天要聞


In conclusion, the hybrid architecture presented in this paper showcases a promising approach to harnessing the potential of both IoT and blockchain technologies. By effectively utilizing edge computing capabilities and optimizing data flow between edge and cloud, the framework offers a scalable and efficient solution for handling IoT-generated data.

探究物聯網混合區塊鏈架構,它的新型架構模式,及模式的可行性 - 天天要聞


References

[1] HUH S., CHO S., KIM S. Managing IoT devices using blockchain platform [C]// Proceedings of 19th International Conference on Advanced Communication Technology (ICACT). Pyeongchang, Korea (South): IEEE, 2017: 464-467.

探究物聯網混合區塊鏈架構,它的新型架構模式,及模式的可行性 - 天天要聞


[2] WALKER M. A., DUBEY A., LASZKA A., et al. PlaT-IBART: a platform for transactive IoT blockchain applications with repeatable testing [C]// Proceedings of the 4th Workshop on Middleware and Applications for the Internet of Things. New York, NY, USA: ACM, 2017: 17-22.


[3] CROSBY M., PATTANAYAK P., VERMA S., et al. Blockchain technology: beyond bitcoin [J]. Applied innovation, 2016, 2: 6-10.

[4] PAN J., YANG Z. Cybersecurity challenges and opportunities in the new edge computing+IoT world [C]// Proceedings of the 2018 ACM International Workshop on Security in Software Defined Networks & Network Function Virtualization. Tempe, AZ, USA: ACM, 2018: 29-32.


[5] RAHMANI A. M., GIA T. N., NEGASH B. Exploiting smart e-Health gateways at the edge of healthcare Internet-of-Things: a fog computing approach [J]. Future generation computer systems, 2018, 78 (P2): 641-658.


[6] AZIMI I., ANZANPOUR A. M., RAHMANI A. M. HiCH: hierarchical fog-assisted computing architecture for healthcare IoT [J]. ACM transactions on embedded computing systems, 2017, 16 (5s): 174.


以上內容資料均來源於網絡,本文作者無意針對,影射任何現實國家,政體,組織,種族,個人。相關數據,理論考證於網絡資料,以上內容並不代表本文作者贊同文章中的律法,規則,觀點,行為以及對相關資料的真實性負責。本文作者就以上或相關所產生的任何問題任何概不負責,亦不承擔任何直接與間接的法律責任。

科技分類資訊推薦

更高效更安全助力金融服務提質煥新 華為擎雲 C5新品亮相金融展 - 天天要聞

更高效更安全助力金融服務提質煥新 華為擎雲 C5新品亮相金融展

IDC公布的調研數據顯示,在中國市場商用平板領域,華為擎雲在2024年全年及2025年Q1季度市場份額第一,並且優勢不斷擴大。作為行業領先品牌,華為擎雲不斷加大技術投入,持續打磨商用平板產品,在2025中國國際金融展期間推出新一代高效多能商務平板華為擎雲 C5(第3代)。華為擎雲 C5平板新品搭載HarmonyOS自主操作系統,具...
南都電商觀察|啊寶涉虛假宣傳;編造「高額獎學金」賬號被封 - 天天要聞

南都電商觀察|啊寶涉虛假宣傳;編造「高額獎學金」賬號被封

主播&達人1、百萬粉絲網紅啊寶涉虛假宣傳,被指固體飲料當葯賣據澎湃新聞,近日,因宣傳科普應對蛇咬傷而走紅的網紅「啊寶」被消費者舉報在銷售固體飲料「阿寶胃舒」的過程中宣稱可以根治胃酸胃脹等多種胃部不適,還能治療痛風、關節炎,涉嫌虛假宣傳。該名消費者提供給媒體的圖片顯示,該產品包裝盒上印有「啊寶」頭像、字...
天貓618數據出爐:453個品牌成交破億  同比增長24% - 天天要聞

天貓618數據出爐:453個品牌成交破億 同比增長24%

【環球網科技綜合報道】2025天貓618玩法簡化,用戶規模和活躍度創新高,品牌全周期成交高效增長。美妝、服飾、家電家裝、3C數碼、運動戶外、潮玩、寵物等行業成交規模及增速,蟬聯全網第一。截至6月18日24點,453個品牌在天貓618成交破億,同比去年增長24%。其中,蘋果、美的、海爾、小米、華為、源氏木語、耐克、格力、斐...
AI重構銀髮經濟新生態!廣東老年用品產業規模突破6500億元 - 天天要聞

AI重構銀髮經濟新生態!廣東老年用品產業規模突破6500億元

日前,廣東省工業和信息化廳、省民政廳、省殘聯聯合在廣州舉辦「康養機構走進企業交流對接活動」,推動優質銀髮產品供需精準對接。記者從活動獲悉,2024年全省規上老年用品企業達6814家,實現營收6551億元,同比增長10.2%,產業發展呈現強勁
微軟或將下月初再裁員數千人! - 天天要聞

微軟或將下月初再裁員數千人!

6月19日消息,據彭博社消息,微軟公司正醞釀新一輪裁員計劃,預計將削減數千個工作崗位,其中銷售部門成為此次調整的重點領域。這一舉措是該公司在持續加大人工智能領域投入的同時,為優化人力成本結構所採取的最新行動。
vivo X200 FE官宣!6月23日全球發佈 S30 Pro mini換殼? - 天天要聞

vivo X200 FE官宣!6月23日全球發佈 S30 Pro mini換殼?

【CNMO科技消息】近日有關vivo X200 FE的各種爆料持續發酵,而今天,vivo終於正式宣布這款備受期待的小屏旗艦,將於6月23日全球發佈,發佈時間比此前傳聞的6月30日提前了一周。 根據vivo官方公布的消息,vivo X200 FE雖然是中國市場S30 Pro mini的海外「換殼版」,但其影像系統將與蔡司深度聯合開發,在影像系統方面將提供...
革新跨境物流尾程派送服務,助力中國企業順利出海 - 天天要聞

革新跨境物流尾程派送服務,助力中國企業順利出海

面對不斷變化的貿易環境,貨拉拉企業版全面升級跨境物流尾程派送服務,為廣大跨境電商企業以及物流企業注入新動力,構建起更加堅韌的全球供應鏈體系,積極應對不斷波動的全球市場。頻繁變化的貿易環境等,都對跨境物流行業產生巨大的影響,不僅增加了物流成本,而且大量貨物擠壓在海關關口,末端派送壓力變大,導致消費者體...
中國聯通成功舉辦國際合作夥伴大會 - 天天要聞

中國聯通成功舉辦國際合作夥伴大會

中國日報6月19日電(記者 馬思)中國聯通近日在上海成功舉辦國際合作夥伴大會,大會以「聯接·智能·合作」為主題,來自全球70多個國家和地區的400餘名產業鏈合作夥伴參會。中國聯通總經理簡勤出席會議。