Skip to main content

Advances, Systems and Applications

Multi-chain and data-chains partitioning algorithm in intelligent manufacturing CPS

Abstract

This paper proposes a new algorithm for the blockchain system based on multi-chain storage for CPS under edge cloud computing, in which the nodes of the system are divided according to the relationship of communication tightness.The experimental results show that the algorithm based on the multi-chain storage structure for nodes divided can reduce the data synchronization time and space, and improve the expansion ability of the system. Besides, the data in the system can be isolated from each other with the multi-chain structure, thus preventing the leakage of sensitive data and improving the information security of the system.

Introduction

Industry 4.0 represents the beginning of the Information Revolution and current trends in manufacturing automation, including Cyber-Physical Systems, the Internet of Things and Cloud Computing [1]. CPS is considered to be an Industry 4.0 technology that brings the virtual world and the physical world together [2]. CPS integrates knowledge engineering in manufacturing, software systems for manufacturing equipment, and robot vision and control capabilities, modeling expert knowledge and manual skills, enabling intelligent robots to perform mass production tasks without intervention [3]. Besides, it has some characteristics such as real-time, efficient, reliable and safe [4].

With the rise of the fourth industrial revolution (industry 4.0), decentralization is being importance in the integration of Cyber-Physical Systems (CPS) with cloud computing infrastructure. In the Cyber-Physical Systems, a large amount of data is stored in the database, and the content of the database is easy to be leaked and tampered. Therefore, product problems cannot be traced when they occur, and the authenticity of the data is difficult to guarantee. Blockchain has the characteristics of decentralization, data immutability, transparency, which can guarantee that the stored data can be traceable and not tampered with. But each block of the blockchain itself has small capacity and poor scalability. These can not meet the needs of the Cyber-Physical Systems. Therefore, edge computing is introduced under the framework of blockchain. Edge computing is used to manage local network, package data format and provide computing power. Data is transmitted from intelligent terminal to edge node through edge gateway [5].

The main contribution of this paper is to put forward a data-chains partitioning algorithm under a multi-chain structure that is suitable for Cyber-Physical Systems. In this paper, the basic structure of the multi-chain is composed of a communication-chain and some data-chains. Theoretical analysis and experimental results show that the storage structure and the data-chains partitioning algorithm can reduce the data synchronization time and space, and also improve the expansion ability of the system. Besides, the data in the system can be isolated from each other with the multi-chain structure, thus preventing the leakage of sensitive data and improving the information security of the system.

The remaining chapters of this paper are arranged as follows. In Related work section, we discuss the related work on blockchain storage and system extension. In Data-chains partitioning algorithm section, we proposed an algorithm on how to divide data in different chains according to the community structure clustering method in data nodes. In Experimental analysis section, we present efficiency analysis for our proposed algorithm, and provide illustrative numerical results. Finally, Conclusion section concludes the paper.

Related work

The edge computing in cyber-physical system

The edge computing paradigm was explored in order to alleviate the limitations of cloud centric architecture[6]. The edge computing architecture transfers part of the overall computing power of the system from the cloud to the edge node (in the field or near it), as a means of saving bandwidth and storage, because the edge node can filter the data flow from the field, so as to remove the information of no value to industrial automation. It can enable low latency and proximity processing because information can be processed close to the scene and provide enhanced scalability by supporting distributed storage by processing on a larger scale than cloud processing. Therefore, we make an overall architecture figure showing edge computing with the different components of the blockchain. The Fig. 1 is shown as below.

Fig. 1
figure 1

The architecture of edge computing of different components of blockchain

Research and development status of blockchain and cyber-physical system

The production task of intelligent manufacturing CPS involves a large number of intelligent production equipment, including different processing centers, various intelligent handling equipment, etc. All the records of these equipment are stored in the single third party database. The process of data transmission is complex, and there are different security problems. The data stored in the central database is easy to be stolen and hard to recover after being attacked. What’s more, the data stored in the cloud or the third-party database will increase the communication load, so it is difficult for the device to process the data in real time.

Blockchain is a general term for a class of distributed databases. The nodes in the blockchain system can share the data information in the system, and the consensus of all or most of the nodes in the system ensures that the data information recorded in the system is trusted and correct [7]. It is regarded as one of the most important technology for the fourth industrial revolution, although there exit few the real-world production-level applications due to the hardly tolerant performance of most of the existing blockchain systems [8]. The public ledger blockchain only 3 to 7 transactions can be processed per second, which means the blockchain does not scale. Therefore, some experts proposed current blockchain storage schemes such as Bitcoin-NG [9] and FACTOM [10] can slightly improve the performance of blockchains and support simple payment verification, but the low efficiency of validation can not support a large number of data validation. The data of all nodes are stored on a single-chain in the system, and the consensus speed of the blockchain system will be greatly reduced.

In the Cyber-Physical system, the interaction between nodes must satisfy real-time performance [11]. Aiming at the problem of data secure storage in the CPS, Liu et al. [12] proposed a hierarchical cooperative storage architecture, which includes data storage node, master control node and authentication service node. The storage master node is the core of all storage management operations and is responsible for the management of storage metadata. Wang et al.[13] proposed a new reliable exchange protocol, which provides a recovery method for network and local system failure through the appropriate convertible signature scheme and message recording method. Becker et al. [14] explores the problem of the possibility of integrating the Knowledge Management System (KMS) and System Integrator(s) in Cyber-physical Production Systems (CPPS). They presented CPPS development network, including relations and the applied Systems Engineering approach in their first stage of approach. Zhu et al.[15] propose a controllable blockchain data management (CBDM) model that can be deployed in a cloud environment. They then evaluate its security and performance, in order to demonstrate utility. Zhao et al.[16] propose a new architecture called secure pub-sub (SPS) without middle ware, i.e., blockchain-based fair payment with reputation. Different from the traditional pub-sub services, no trusted third party is involved in their system due to employing blockchain technique. The security of the proposed SPS is analyzed as well. The implementation of the protocol on Ethereum of smart contract demonstrates the validity of SPS. Peng et al. [17] propose a Verifiable Query Layer (VQL). The middleware layer extracts transactions stored in the underlying blockchain system and efficiently reorganizes them in databases to provide various query services for public users. (new)To alleviate the inconsistency between dimensionality reduction and feature retention in anomaly detection, Zhou et al.[18] proposed a Variational Long Short-Term Memory (VLSTM) learning model for intelligent anomaly detection based on reconstructed feature representation. Besides, they focused on the modeling and analysis of patient-physician-generated data based on an integrated CNN-RNN framework[19].

Extension schemes to improve the performance of blockchain system

In order to improve the performance of blockchain system, many kinds of high-performance schemes are proposed by blockchain scholars. At present, there are three main schemes to improve the performance of blockchain in the industry. The first one is to change the traditional structure of blockchain, and replace it with the directed acyclic graph based on transaction. The second scheme is to change the consensus strategy by reducing the number of nodes participating in consensus. The third kind of scheme is to improve the overall throughput of the system by improving the horizontal expansion ability of the system. The technologies represented by this scheme include sharding, subchain and multi-channel. For this kind of technology, data synchronization should be ensured in different shardings, sub-chains and channels divided in the blockchain system, while the operation among shardings, sub-chains and channels are asynchronous. The sharding technology is to divide the nodes in the underlying network of the whole blockchain into several relatively independent areas to realize the horizontal expansion of the system. The sub-chain is a blockchain with certain independence extended from the main chain. The sub-chain depends on the main chain, and its own consensus mode and execution module can be defined according to the actual needs. The concept of channel in multi-channel technology is that a channel is composed of multiple nodes according to a certain grouping strategy or partitioning algorithm. In the system, multiple such channels can be created at the same time to meet the horizontal expansion of the system.

At present, many scholars and enterprises put forward different framework models based on the third kind of scheme. Wu et al. [20] reviewed existing blockchain-based solutions after introducing the architecture for 5G-enabled and existing legislation and data privacy regulations that need to be considered in the design of blockchain-based solutions, which will hopefully inform future research agenda. Yin et al.[21] proposed a bidding mechanism to better encourage vehicles to contribute their resources, and the tasks for those vehicles are scheduled accordingly. They alse develop a blockchain framework to achieve the secured information exchange through smart contract for the proposed models in IoV. Wang et al.[22] proposed loan on blockchain (LoC), a novel financial loan management system based on smart contracts over permissioned blockchain Hyperledger Fabric. Imbault et al.[23] proposed the blockchain technology implemented in the industrial operating system (Predix) and applied in the green certificate use case, as well as its application in the ecological zone. Such an application scheme provides the idea of applying the blockchain technology in the new scene, but the performance of blockchain consensus will be seriously reduced when a large number of nodes are confronted with single-chain hybrid processing. Kan L et al.[24] proposed an innovative component-based framework for exchanging information across arbitrary blockchain system called interactive multiple blockchain architecture and the throughput is increased by a number of chains parallel running. This scheme use router and cross-protocol to manage data between multi-chain, but they cannot help to reduce times of cross-chain communication. However, the times of cross-chain communication will become one of the factors restricting system performance.

Combined with the actual scene of Cyber-Physical Systems, the existing storage scheme is not satisfactory. It can be shown in the following two aspects. First of all, the blockchain adopts the decentralized mechanism, which will make the nodes in the CPS generate huge similar data, and the storage of the device will be greatly occupied by these redundant data. Secondly, the current single chain structure on blockchain system leads to the mismatch between the communication speed of nodes and the requirements of high concurrency and high response speed in CPS. The data storage and parallel processing become the key factors which restrict the system performance. Therefore, by analyzing the distribution and communication characteristics among the nodes of the Cyber-Physical system, we find that there is a community structure among the nodes. In this paper, a data-chains partitioning algorithm based on node community clustering is proposed.

Data-chains partitioning algorithm

Trust model of nodes

In the process of Cyber-Physical Systems running, according to the need of production, it needs to carry out multiple production tasks at the same time, and each production task involves a lot of production devices. Therefore, the Cyber-Physical System is a complicated system structure of the relations between nodes. To make the manufacturing process more intelligent, it is necessary to communicate freely among the devices in the Cyber-Physical system. For example, by managing the flow of communication information within the system, including the task delivery of the upstream devices to the downstream devices in the system and the task reception of the downstream devices to the upstream devices and the feedback information of the task completion state of the downstream devices to the upstream devices. The system will participate in the production of all the devices to form a unified operation of the whole[25]. Many devices in the system can communicate freely with each other, which will greatly improve the efficiency of the system. The Cyber-Physical System is not a plane structure but is divided into different levels. The number of node devices in each layer may be different. The flow of communication information between the layers is directed.

The hierarchical and systematic nature of CPS determines the ability of nodes to work independently and online. The ability to work independently is demonstrated by the fact that a single CPS can achieve a “sense-analysis-decision-execution” data loop with its hardware and software. It has the functions of perceptibility, computability, interactivity, extensibility, and self-decision. The ability of online work is reflected in the automatic flow of data in a wider range and field between multiple nodes through network interconnection technology, which can form an intelligent production line and realize the interconnection, interworking, and interoperation of multiple CPS. Besides, the characteristics of ubiquitous connection and heterogeneous integration ensure that the connection between different nodes is not affected by the system environment[26]. Therefore, this feature can realize the integration and collaboration of multi-technologies across networks, industries, and heterogeneity, so as to guarantee the free flow of data in the system, open the interactive channel for the deep integration of all channels, and provide an important guarantee for the deep integration of information technology and industrial technology. At the same time, the self-organizing nature of CPS enables CPS to realize self-organization, self-configuration, and self-optimization between production and device operation and response to changes in demand. Considering the directivity of communication between devices, we proposed a node relation model of a directed weighted graph. Then, after considering the directivity of communication between devices, we also proposed a node relation model to construct a directed weighted graph. In this model, the edge weight represents the communication traffic between two connected nodes, and the communication tightness represents the communication status between two nodes. We set up a weighted network model, which is based on the directionality of communication. It is used to analyze the relationship between the participating nodes in a network.

The related concepts are as follows:

Edge Weight: Edge weight wij is the weight from node vi to node vj on the connected edge lij, representing the communication between node vi and node vj. On the contrary, the edge weight wij represents the traffic from node vi to node vj.

Communication Tightness: The tightness of the communication relationship between nodes in the intelligent manufacturing system. The higher the communication volume between node vi and node vj in unit time, the higher the communication tightness between node vi and node vj. On the contrary, the lower the communication tightness between nodes.

Data-chains partitioning algorithm based on community structure clustering

Before clustering based on the community structure, the nodes need to be initially grouped. Because the communication between nodes may occur in different data-chains, we call this case cross-chain communication, cross-chain communication requires all nodes on the two data-chains to update the data of communication results synchronously. Therefore, there will be additional overhead to the system. To minimize the occurrence of cross-chain communication in the system, we use the closeness of communication between nodes as the division criterion, and divide the nodes in the system into different groups. The nodes with close communication relationship are grouped together, and the nodes with less communication relationship are grouped into different ones.

  • Step 1. Set a threshold decided by the communication tightness between the nodes in the CPS, and divide the communication relationship between the nodes into two types. One is the more close communication relationship, whose edge weight between nodes is greater than the threshold; The other is a group whose edge weights between nodes are less than the threshold or no edges exist. Then, divide nodes with high communication tightness into the same group according to the classification results;

  • Step 2. Collect the results and check whether all nodes are connected with the edge whose weight is greater than the threshold value. Otherwise, adjust the threshold value and repeat the first step until all nodes in the CPS are connected and the edge weight between two nodes is greater than the threshold value.

  • Step 3. Remove the edges whose weight value is less than the threshold, and take the greater ones as the research object. Then, divide the nodes into different communities according to the degree of the nodes;

  • Step 4. During the community partition, we start to set the number of nodes in a community as K=3. After that, the number of nodes will be increased one in the community by turns. Record the kinds of community partition and the number of communities on each turn (each node should be included in at least one community), until the value of K makes it impossible for all nodes in the network to divide a new community, then we think it that all communities have been listed and the partition of communities is complete.

  • Step 5. Whether all nodes in the system are included in the partition result of each community, and the overlapping (common) nodes are pointed out.

Experimental analysis

Experimental setup

According to the characteristic of CPS, first of all, CPS has the characteristic of ubiquitous connection and heterogeneous integration. In high-level CPS, there are often a large number of different types of hardware, software, data, network. CPS can integrate heterogeneous hardware, heterogeneous software, heterogeneous data, and heterogeneous network, realize multi-technology integration and cooperation across the network, cross-industry, and heterogeneous to ensure the free flow of data in the system. Therefore, CPS must be a multi-heterogeneous integration of the complex. Besides, CPS can process and analyze the information in information space according to the perceived environmental change and adaptively respond to the external change effectively. Concurrent self-organization of CPS across multiple CPS at a higher level through network interconnection. Based on the above CPS features, we can simulate a node representing a CPS smart device and simulate the performance of CPS by testing the communication between them.

This experiment is to simulate and test a Cyber-Physical System with 42 nodes. Node numbers from “01” to “42”. In different configurations, simulation node communication between the application scenarios according to the actual production situation. With the communication characteristics between the devices of the Cyber-Physical System, the degree of the node communication is checked, some nodes communication load is heavy, and some nodes communication load is light. In terms of node interoperability, it can be divided into three cases, a part of the nodes have communication with almost all the nodes in the system and other part of nodes only communicate with several nodes, while another part of nodes are almost no communication between them.

During the simulation experiment, we randomly selected some nodes from the 42 nodes, and set them with no communication relationship established among them. And then, we randomly set a part of nodes and these nodes have a short communication interval and high traffics. The remaining nodes have a relatively long communication interval and low traffics. Therefore, we produced 48,667 communication records in this experiment.

To realize the multi-chain structure of the blockchain system, firstly, the nodes in the system need to be grouped. Each group is a data-chain and nodes in the same data-chain have the same ledger. For the partition of system nodes, we use the community structure of the complex network to divide them. We studied the interconnection relationship between nodes and take the communication between nodes as the research object. If the traffic between two nodes is large, the edges between the two nodes are represented by a solid line (yellow) in the visualization process. Then if the traffic between nodes is small, the edges between the two nodes are represented by a dashed line (blue). The visualization of the nodes in the system and the communication relationship between the nodes is shown in Fig. 2.

Fig. 2
figure 2

Global diagram of the system node relationships

As can be seen from Fig. 2, the nodes in the system are divided into three parts according to the traffic volume between the nodes. Among them in the first part, the internal communication is relatively high, while the nodes in this part only have a small amount of traffic with other nodes in the system.

In contrast, the third part of nodes in the system is more complex than the nodes in the previous two parts, and it is clear from Fig. 4 that the nodes ‘26’, ‘31’, ‘36’, ‘37’ are at the intersection of the two communities. Therefore, nodes can be divided into different communities by using the K-clique Penetration Algorithm. Further more, we regarded those nodes whose edge is solid line as our object of the research.

Firstly, all the solid line edges and their connected nodes are extracted, and then we divided the community by the K-clique penetration algorithm. In the process of community partition, the minimum number of nodes set at K=3 and we take it as the starting point. The value of K is added one after another until all nodes are divided into their communities. As a result, all the communities partitions will be listed. In this simulation experiment, the communities partition results of 42 nodes are shown in Table 1.

Table 1 Statistics of the results of the partition of communities

Experiment result

According to the results of the above table, when it is divided into 5 communities, each node in the simulation system is divided into at least one community. The number of other communities dividing results is invalid because there are still some nodes that are not in a community. It can be concluded that in this experiment, when all the nodes are divided into 5 communities, the partition method is effective. The community structure is shown in Fig. 3.

Fig. 3
figure 3

Community Structure

Fig. 4
figure 4

Spatial statistics of different classification methods

When the community partition algorithm is completed, the space occupied by data storage needs to be analyzed. When the nodes in the system are not segmented, all the data generated by the nodes in the system need to be stored in the same chain, and all the nodes in the same chain have the same ledger. So all the node in the system needs to synchronize all the data produced in the system. In the experiment, for the sake of statistical analysis, we assume that each data block is the same size. Here we set the size of a block as 1. And each piece of data produced by the system is followed by a block. Then, the number of blocks produced by the system is the total communication traffic in the system, and the space occupied by the data stored in the system is only related to the traffic in each chain. To get the effectiveness of the data-chain partition algorithm for the system data storage optimization, we calculate the data-chain partition based on the single-chain, the random partition data-chain, the edge weight based the partition of data-chain, and the community-based data-chain partition. After that, we calculate the storage space occupied by each data-chain and cross-chain communication under various partition methods. We can calculate the total communication traffic by the following equation:

$$\begin{aligned} count = insid + cross = \sum(i_{cj} * n_{cj}) + \sum(n_{c2} * i_{c2}). \end{aligned} $$

To better explain the storage space the data occupied with a random dividing method, we randomly divide the nodes into data-chains in different ways. The nodes are randomly divided into three, four, and five data-chains. Each data-chain partition method is also a different combination of nodes. Table 2 in the previous section has explained in detail the combination of nodes under each data-chain and whether there are cross-chain nodes in each data-chain. In the formula, count is the total traffic of the system, insid is the intra-chain traffic in the data-chain, and cross is the inter-chain traffic between data-chains. To better compare the statistics, we present them in a histogram, as shown in Fig. 4.

Table 2 Performance comparison of different blockchain partition methods

The results show that communication data storage occupies the most storage space in the case of no use grouping. Randomly grouping can effectively reduce the space occupied by data storage, but it may cause a lot of cross chain communication, which can not well realize the requirements of rapid query of system data and high concurrency of system. According to the community structure method to divide the system nodes, not only can effectively reduce the space occupied by data storage, improve the query speed of data, better achieve the concurrency of the system, but also can effectively reduce the number of cross chain communication and reduce the system overhead. In different partition methods, the comparison results of random partition method and community partition method on system performance are shown in Table 2.

Conclusion

This paper mainly studies the performance and security problems brought by the centralized storage of CPS. In intelligent manufacturing, the centralized storage scheme will bring great network transmission pressure. The data can not be processed in parallel and will be exposed to all nodes in the system. To solve these problems, we analyze the relationship between CPS nodes and establish a trust relationship model. According to the relationship between devices in CPS, we propose an algorithm to partition the nodes into different data-chains using a cluster with community structure. Finally, we use this algorithm to carry on a simulation contrast experiment to verify the proposed algorithm. The experimental results show that if the nodes in CPS use the blockchain technology, the multi-chain storage architecture will greatly reduce the consumption of storage space. The node partition algorithm for multi-chain architecture of blockchain that we proposed in this paper can effectively reduce cross-chain communication times between nodes by the partition method using community structure cluster.

The main work of our research different from others is that we analyze the communication relationship between each node in the blockchain network constructed in CPS through the Complex Network theory. We propose to use edge weights to measure the strength of communication between nodes. Then, the nodes in the blockchain network are grouped according to the strength of communication relationship by the clustering method based on community structure. Finally, we can get the partition result of nodes in the blockchain system through this algorithm. This algorithm provides a solution for nodes grouping process of the blockchain network based on the multi-chain structure. This solution is novelty for its effectiveness that it is conducive to improving the speed of data processing and reducing the communication load in the system.

Also, it can reduce the space occupied by irrelevant data so as to improve efficiency of the system. Because the data will be isolated by different data-chains, so the data synchronous between nodes in multi-chain structure can not affect each other. The data in different data-chain can not be accessed to each other, which improves the concurrent processing ability and ensures the information security of the system.

Availability of data and materials

Not applicable.

Abbreviations

CPS:

Cyber-Physical Systems

References

  1. Xu L, Xu E, Li L (2018) Industry 4.0: state of the art and future trends. Int J Prod Res 56(8):2941–2962. https://doi.org/10.1080/00207543.2018.1444806.

    Article  Google Scholar 

  2. Saldivar A, Li Y, Chen W, Zhan Z, Zhang J, Chen L (2015) Industry 4.0 with cyber-physical integration: A design and manufacture perspective In: 2015 21st International Conference on Automation and Computing (ICAC), 1–6.

  3. Abe R, Watanabe H, Ohashi S, Fujimura S, Nakadaira A (2018) Storage protocol for securing blockchain transparency:577–581.

  4. Chen Y (2016) Industrial information integration—a literature review 2006–2015. J Ind Inf Integr 2:30–64.

    Google Scholar 

  5. Lee J, Azamfar M, Singh J (2019) A blockchain enabled cyber-physical system architecture for industry 4.0 manufacturing systems. Manuf Lett 20:34–39.

    Article  Google Scholar 

  6. Isaja M, Soldatos J, Gezer V (2017) Combining edge computing and blockchains for flexibility and performance in industrial automation In: (2017) The Eleventh International Conference on Mobile Ubiquitous Computing, 159–164.

  7. Yu Y, Liang R, Xu J (2018) A scalable and extensible blockchain architecture In: 2018 IEEE International Conference on Data Mining Workshops (ICDMW), 161–163.

  8. Gao Y, Nobuhara H (2017) A proof of stake sharding protocol for scalable blockchains. Proc Asia-Pacific Adv Netw 44:13–16.

    Google Scholar 

  9. Eyal I, Gencer A, Sirer E, Van Renesse R (2016) Bitcoin-ng: a scalable blockchain protocol In: NSDI’16: Proceedings of the 13th Usenix Conference on Networked Systems Design and Implementation, 45–59.

  10. Snow P, Deery B, Lu J, Johnston D, Kirby P, Sprague A, Byington D (2014) Business processes secured by immutable audit trails on the blockchain. factom.com .

  11. Samaniego M, Deters R (2017) Internet of smart things-iost: Using blockchain and clips to make things autonomous In: 2017 IEEE International Conference on Cognitive Computing (ICCC), 9–16.. IEEE, Honolulu.

    Chapter  Google Scholar 

  12. Kumari M, Nath R (2018) Data Security Model in Cloud Computing Environment. In: Bokhari M, Agrawal N, Saini D (eds)Cyber Security. Advances in Intelligent Systems and Computing, vol 729.. Springer, Singapore. https://doi.org/10.1007/978-981-10-8536-9_10.

    Google Scholar 

  13. Wang H, Guo H, Lin M, Yin J, He Q, Zhang J (2006) A new dependable exchange protocol. Comput Commun 29(15):2770–2780.

    Article  Google Scholar 

  14. Patalas-Maliszewska J, Schlueter N (2019) Model of a Knowledge Management for System Integrator(s) of Cyber-Physical Production Systems (CPPS). In: Trojanowska J, Ciszak O, Machado J, Pavlenko I (eds)Advances in Manufacturing II. MANUFACTURING 2019. Lecture Notes in Mechanical Engineering.. Springer, Cham. https://doi.org/10.1007/978-3-030-18715-6_8.

    Google Scholar 

  15. Zhu L, Wu Y, Gai K, Choo K (2019) Controllable and trustworthy blockchain-based cloud data management. Futur Gener Comput Syst 91:527–535.

    Article  Google Scholar 

  16. Zhao Y, Li Y, Mu Q, Yang B, Yu Y (2018) Secure pub-sub: Blockchain-based fair payment with reputation for reliable cyber physical systems. IEEE Access 6:12295–12303.

    Article  Google Scholar 

  17. Peng Z, Wu H, Xiao B, Guo S (2019) VQL: Providing Query Efficiency and Data Authenticity in Blockchain Systems In: 2019 IEEE 35th International Conference on Data Engineering Workshops (ICDEW), 1–6, Macao. https://doi.org/10.1109/ICDEW.2019.00-44.

  18. Zhou X, Hu Y, Liang W, Ma J, Jin Q (2020) Variational lstm enhanced anomaly detection for industrial big data. EEE Trans Ind Inf I:1–1. https://doi.org/10.1109/TII.2020.3022432.

  19. Zhou X, Li Y, Liang W (2020) Cnn-rnn based intelligent recommendation for online medicalpre-diagnosis support. IEEE/ACM Trans Comput Biol Bioinforma:1–1. https://doi.org/10.1109/TCBB.2020.2994780.

  20. Wu Y, Dai H-N, Wang H, Choo K-K (2020) Blockchain-based privacy preservation for 5g-enabled drone communications. arXiv preprint arXiv:2009.03164. https://arxiv.org/pdf/2009.03164.pdf.

  21. Yin B, Wu Y, Hu T, Dong J, Jiang Z (2020) An efficient collaboration and incentive mechanism for internet of vehicles (iov) with secured information exchange based on blockchains. IEEE Internet Things J 7(3):1582–1593.

    Article  Google Scholar 

  22. Wang H, Guo C, Cheng S (2019) Loc–a new financial loan management system based on smart contracts. Futur Gener Comput Syst 100:648–655.

    Article  Google Scholar 

  23. Imbault F, Swiatek M, De Beaufort R, Plana R (2017) The green blockchain: Managing decentralized energy production and consumption In: 2017 IEEE International Conference on Environment and Electrical Engineering and 2017 IEEE Industrial and Commercial Power Systems Europe (EEEIC/I&CPS Europe), 1–5.. IEEE, Milan.

    Google Scholar 

  24. Kan L, Wei Y, Muhammad A, Siyuan W, Linchao G, Kai H (2018) A multiple blockchains architecture on inter-blockchain communication In: 2018 IEEE International Conference on Software Quality, Reliability and Security Companion (QRS-C), 139–145.. IEEE, Lisbon.

    Chapter  Google Scholar 

  25. Huh S, Cho S, Kim S (2017) Managing iot devices using blockchain platform In: 2017 19th International Conference on Advanced Communication Technology (ICACT), 464–467, Bongpyeong. https://doi.org/10.23919/ICACT.2017.7890132.

  26. Wood G (2016) Polkadot: Vision for a heterogeneous multi-chain framework. White Paper. https://www.semanticscholar.org/paper/POLKADOT%3A-VISION-FOR-A-HETEROGENEOUS-MULTI-CHAIN/f76f652385edc7f49563f77c12bbf28a990039cf.

Download references

Acknowledgements

We want to thank the authors of the literature cited in this paper for contributing useful ideas to this study.

Funding

This work was supported by R&D and Application of a New Generation of Intelligent Industrial Robots, project number: 1920001001367, Core Technology Research Project of Foshan City. The work described in this paper was partially supported by National Natural Science Foundation of China under Grant No. 61672170 and Science and Technology Planning Project of Guangdong Province, China under Grant No. 2017A010101017.

Author information

Authors and Affiliations

Authors

Contributions

Authors’ contributions

Suisheng Li has written this paper and has done the research which supports it. Hong Xiao and Jingwei Qiao have collaborated in the conception, research and design of the paper. The authors read and approved the final manuscript.

Authors’ information

Suisheng Li received the B.S degree from Guangdong Polytechnic Normal University, China, in 2018. He is currently a graduate student with the School of Computer, Guangdong University of Technology, China. His research interests include Blockchain and CPS. He has published a regular paper in an international conference.

Hong Xiao received her MSc and PhD from Huazhong University of Science and Technology, China in 2012 and South China University of Technology, China in 2005 respectively. Currently, she is an Associate Professor at the School of Computers, Guangdong University of Technology. Her research interests include CPS, industrial internet of things, etc.

Qiao Jingwei received her master’s degree in School of Computer Science and Technology of Guangdong University of Technology, China, in 2019. Her research interests include CPS and blockchain.

Corresponding author

Correspondence to Hong Xiao.

Ethics declarations

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Li, S., Xiao, H. & Qiao, J. Multi-chain and data-chains partitioning algorithm in intelligent manufacturing CPS. J Cloud Comp 10, 9 (2021). https://doi.org/10.1186/s13677-021-00227-9

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s13677-021-00227-9

Keywords