CN106453377B - Block chain based distributed network intelligent monitoring system and method - Google Patents

Block chain based distributed network intelligent monitoring system and method Download PDF

Info

Publication number
CN106453377B
CN106453377B CN201610971459.5A CN201610971459A CN106453377B CN 106453377 B CN106453377 B CN 106453377B CN 201610971459 A CN201610971459 A CN 201610971459A CN 106453377 B CN106453377 B CN 106453377B
Authority
CN
China
Prior art keywords
access node
block chain
node
module
monitoring
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201610971459.5A
Other languages
Chinese (zh)
Other versions
CN106453377A (en
Inventor
王宝兴
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhongjin Data Wuhan Supercomputing Technology Co ltd
Original Assignee
Centrin Cloud Finance & Data Technology Beijing Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Centrin Cloud Finance & Data Technology Beijing Co ltd filed Critical Centrin Cloud Finance & Data Technology Beijing Co ltd
Priority to CN201610971459.5A priority Critical patent/CN106453377B/en
Publication of CN106453377A publication Critical patent/CN106453377A/en
Application granted granted Critical
Publication of CN106453377B publication Critical patent/CN106453377B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Debugging And Monitoring (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention discloses a distributed network intelligent monitoring system and a method based on a block chain, comprising the following steps: the access permission module is used for issuing access permission to a node to be connected to a distributed network constructed by a block chain so as to enable the node to be connected to the distributed network to form an access node; the monitoring support module is used for monitoring the identity and the authority of the access node; and the front-end monitoring module is used for monitoring the state of the access node, analyzing effective state information and displaying the state information. The method can effectively control the connection and disconnection between the nodes and the block chains, not only ensures the authority of the block chain distributed network, but also ensures the normal operation of the nodes, monitors the data state and the network state of the nodes through an artificial intelligence technology, intelligently identifies the state change of the distributed network, and ensures the normal operation of the distributed network.

Description

Block chain based distributed network intelligent monitoring system and method
Technical Field
The invention relates to the technical field of network monitoring, in particular to a distributed network intelligent monitoring system and a distributed network intelligent monitoring method.
Background
The blockchain is summarized to mean that a reliable database is maintained collectively in a decentralized and distrust-free mode, a distributed network is an infrastructure of the blockchain, data generated on each node is broadcast to other nodes through the distributed network, and the other nodes verify the authenticity of the data through workload certification. The distributed network is a precondition for ensuring the characteristics of decentralization, non-falsification and traceability of the block chain, and in the bit currency network, just because of verification nodes distributed in the world, the workload certification mechanism of the bit currency is approved, and people can also recognize the value of the block chain.
In the public block chain network of the bitcoin and the Ether house, permission is not needed for the accessed nodes, any node can be accessed to the block chain network, and any node can exit from the block chain network.
However, in the private blockchain network, any accessed node needs to be permitted, that is, any accessed node needs to be guaranteed to be trusted, in order to guarantee the authority of the blockchain-based distributed network, the node should not be allowed to randomly exit the network, and the node needs to be managed to guarantee that the node operates normally.
Therefore, it is a problem to be solved by the industry that a distributed network intelligent monitoring system based on a block chain, which can monitor the data state and the network state of a block chain distributed network and maintain the normal operation of the distributed network by intelligently identifying the state change in the distributed network, is provided.
Disclosure of Invention
The invention aims to provide a distributed network intelligent monitoring system based on a block chain, which comprises: the access permission module is used for issuing access permission to a node to be connected to a distributed network constructed by a block chain so as to enable the node to be connected to the distributed network to form an access node; the monitoring support module is used for monitoring the identity and the authority of the access node; and the front-end monitoring module is used for monitoring the state of the access node, analyzing effective state information and displaying the state information.
Optionally, the front-end monitoring module comprises: the data state tracking unit is used for sending a data state detection request to the access node in a timing manner, and summarizing and analyzing the returned data state information of the access node; the network state tracking unit is used for sending a network state detection request to the access node in a timing manner, and summarizing and analyzing the returned network state information of the access node; the configuration management unit is used for modifying the configuration file of the access node through a graphical interface; and the node control unit is used for eliminating the failed nodes in the distributed network and restarting the block chain service of the specified nodes.
Optionally monitoring the support module comprises: an identity authentication unit for authenticating the identity of the access node; an access authority unit for setting access authority of the access node; and a log management unit for managing a system log of the block chain.
Optionally, the method further comprises: the data state monitoring module is used for detecting the data state of the block chain at regular time to obtain system data state information and summarizing and analyzing the system data state information; the network state monitoring module is used for detecting the network state of the block chain at regular time to obtain system network state information and summarizing and analyzing the system network state information; and the configuration management module is used for modifying the configuration file of the block chain through the graphical interface.
Optionally, the method further comprises: the message queue module is used for caching and forwarding data to be exchanged between the block chain and the access node; a serialization module for data transmitted between the structured block chain and the access node; and a protocol encoding and parsing module for defining a format of a communication protocol between the block chain and the access node, and encoding and decoding the communication protocol in a communication process.
Optionally, the message queue module is set to any one of the following: constructing a queue by adopting a Java queue object, providing message queue service by adopting SpringMQ, or providing message queue service by adopting RabbitMQ; the serialization module is set to adopt a Protocol Buffer format; the specification of the communication protocol includes at least one of the following specifications: obtaining data coherency state specifications, obtaining network state specifications, deleting node specifications, adding node specifications, restarting blockchain service specifications, and modifying profile specifications.
Optionally, the method further comprises: a bottom layer communication module for establishing connection, maintaining connection, and transmitting data between the blockchain and the access node; and the data storage module is used for storing the user information and the log information of the access node.
Optionally, the bottom layer communication module is set as a Netty component; the data storage module is set to adopt a MySql server.
The second objective of the present invention is to provide a monitoring method for a distributed network intelligent monitoring system based on a block chain, including: the method comprises the steps that an access permission is issued to a node to be connected so that the node to be connected is connected to a distributed network to form an access node; monitoring the identity and authority of the access node; and monitoring the state of the access node, analyzing the effective state information and displaying the state information.
Optionally, monitoring the state of the access node comprises: sending a data state detection request to the access node in a timing manner, and summarizing and analyzing the returned data state information of the access node; sending a network state detection request to the access node in a timing manner, and summarizing and analyzing the returned network state information of the access node; modifying the configuration file of the access node through a graphical interface; and eliminating the failed nodes in the distributed network, and restarting the block chain service of the specified nodes.
Optionally, the method further comprises: detecting the data state of the block chain at regular time to obtain system data state information, and summarizing and analyzing the system data state information; detecting the network state of the block chain at regular time to obtain system network state information, and summarizing and analyzing the system network state information; and modifying the configuration file of the block chain through the graphical interface.
The invention has the beneficial effects that: (1) the connection state and the disconnection state between the nodes and the block chain are effectively controlled, so that the authority of the block chain distributed network is guaranteed, and the normal operation of the nodes is guaranteed; (2) monitoring the data state and the network state of the nodes through an artificial intelligence technology, intelligently identifying the state change of the distributed network, and ensuring the normal operation of the distributed network; (3) the whole system is low in cost, flexible and diverse in applicable scenes and strong in expandability.
Drawings
Fig. 1 is a schematic diagram of the configuration of a distributed network intelligent monitoring system based on a block chain according to the invention.
Fig. 2A to 2D are flowcharts of the distributed network intelligent monitoring system based on the blockchain according to the present invention.
Fig. 3 is a flow chart of a monitoring method of the distributed network intelligent monitoring system based on the blockchain of the invention.
Detailed Description
Reference will now be made in detail to embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the drawings are illustrative and intended to be illustrative of the invention and are not to be construed as limiting the invention.
Referring to fig. 1, the block chain-based distributed network intelligent monitoring system of the present invention is a typical MVC architecture, and includes: a bottom layer communication module 100, a data storage module 200, an access permission module 300, a monitoring support module 400, and a front end monitoring module 500.
Among other things, the underlying communication module 100 is responsible for establishing connections, maintaining connections, and transmitting data between blockchains and access nodes connected in a distributed network constructed by the blockchains. The underlying communication module 100 employs a Netty server, one of the most popular NIO frameworks in the industry, as a web application framework and tool that provides asynchronous, event-driven.
The data storage module 200 may employ a MySql server to store user information and log information of each access node.
When a certain node to be connected to the distributed network, the access permission module 300 issues an access permission for the node to be connected, and the node to be connected with the access permission can access the distributed network to form an access node, thereby ensuring the authority of the block chain distributed network.
After the node to be connected is connected to the distributed network to form an access node, the monitoring support module 400 including the identity authentication unit 410, the access right unit 420 and the log management unit 430 monitors the identity and right of the access node. The identity authentication unit 410 authenticates the identity of the access node, the access authority unit 420 sets the access authority of the access node, and the log management unit 430 manages the system log of the block chain.
As shown in fig. 1, the front-end monitoring module 500 includes a data state tracking unit 510, a network state tracking unit 520, a configuration management unit 530, and a node control unit 540. The data state tracking unit 510 may send a data state detection request to the access nodes of the entire network in a fixed time, and summarize the data state information of all the returned access nodes, analyze the valid data state information, and display the valid data state information. Similarly, the network status tracking unit 520 sends a network status detection request to the access nodes of the whole network at regular time, and summarizes the network status information of all the returned access nodes, analyzes the effective network status information, and displays the effective network status information. The configuration management unit 530 may modify the configuration file of the access node through a graphical interface. For a bad node and a failed node in the distributed network, the node control unit 540 may directly remove the bad node and the failed node, and meanwhile, the node control unit 540 may restart the block chain service of the designated node.
As an alternative embodiment, the message queue module 600 is further included, and for large-scale data exchange, the message queue module 600 undertakes buffering and forwarding of data to be exchanged between the block chain and the access node. As a non-limiting application example, the message queue module 600 of the present invention may use Java queue objects to construct queues, and may also use SpringMQ or RabbitMQ to provide message queue services.
As another alternative, a serialization module 700 is also included, which may employ Protocol Buffer format to structure the data transmitted between the block chain and the access node.
In communication between a node and a block chain, the present invention defines a format of a communication protocol between the block chain and the node using the protocol encoding and parsing module 800, and encodes and decodes the communication protocol during the communication.
As a non-limiting example of an application, a description of the communication protocol is shown in table 1.
TABLE 1
Figure BDA0001144895590000051
Figure BDA0001144895590000061
As shown in fig. 2A to 2D, the intelligent monitoring system for a block chain-based distributed network of the present invention can directly obtain a data state consistency state, a network consistency state, or provide operations of restarting a block chain service and modifying a configuration file from any access node of the distributed network by using the protocol in table 1.
As a further alternative, in order to monitor the system itself, the system further comprises: the system comprises a data state monitoring module 900, a network state monitoring module 1000, and a configuration management module 1100, wherein the data state monitoring module 900 may periodically detect the data state of a block chain to obtain system data state information, and meanwhile, summarize and analyze the system data state information. Similarly, the network status monitoring module 1000 may detect the network status of the block chain at regular time to obtain the system network status information, and collect and analyze the system network status information. The configuration management module 1100 modifies the configuration file of the blockchain through a graphical interface.
Based on the same idea, the present invention further provides a monitoring method of a distributed network intelligent monitoring system based on a block chain, as shown in fig. 3, in step S10, an access permission is issued to a node to be connected, so that the node to be connected is connected to a distributed network to form an access node. In step S20, the identity and authority of the access node are monitored, and finally, in step S30, the state of the access node is monitored, and the valid state information is analyzed and displayed.
As a non-limiting application example, in step S30, the monitoring the state of the access node includes: sending a data state detection request to the access node in a timing manner, and summarizing and analyzing the returned data state information of the access node; sending a network state detection request to the access node in a timing manner, and summarizing and analyzing the returned network state information of the access node; modifying the configuration file of the access node through a graphical interface; and eliminating the failed nodes in the distributed network, and restarting the block chain service of the specified nodes.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the present invention. In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. Furthermore, various embodiments or examples and features of different embodiments or examples described in this specification can be combined and combined by one skilled in the art without contradiction.
Although embodiments of the present invention have been shown and described above, it is understood that the above embodiments are exemplary and should not be construed as limiting the present invention, and that variations, modifications, substitutions and alterations can be made to the above embodiments by those of ordinary skill in the art within the scope of the present invention.

Claims (8)

1. A distributed network intelligent monitoring system based on a block chain comprises:
the access permission module is used for issuing access permission to a node to be connected to a distributed network constructed by a block chain so as to enable the node to be connected to the distributed network to form an access node;
the monitoring support module is used for monitoring the identity and the authority of the access node; and
the front-end monitoring module is used for monitoring the state of the access node, analyzing effective state information and displaying the state information;
wherein, the front end monitoring module includes:
the data state tracking unit is used for sending a data state detection request to the access node in a timing manner, and summarizing and analyzing the returned data state information of the access node;
the network state tracking unit is used for sending a network state detection request to the access node in a timing manner, and summarizing and analyzing the returned network state information of the access node;
the configuration management unit is used for modifying the configuration file of the access node through a graphical interface; and
and the node control unit is used for eliminating the failed nodes in the distributed network and restarting the block chain service of the specified nodes.
2. The blockchain-based distributed network intelligent monitoring system of claim 1 wherein the monitoring support module includes:
an identity authentication unit for authenticating the identity of the access node;
an access authority unit for setting an access authority of the access node; and
and the log management unit is used for managing the system logs of the block chain.
3. The intelligent block chain-based monitoring system for distributed networks according to claim 2, further comprising:
the data state monitoring module is used for detecting the data state of the block chain in a timing mode to obtain system data state information, and summarizing and analyzing the system data state information;
the network state monitoring module is used for detecting the network state of the block chain in a timing manner to obtain system network state information, and summarizing and analyzing the system network state information; and
a configuration management module for modifying a configuration file of the blockchain through a graphical interface.
4. The intelligent block chain-based monitoring system for distributed networks according to claim 3, further comprising:
a message queue module, configured to cache and forward data to be exchanged between the block chain and the access node;
a serialization module for structuring data transmitted between the block chain and the access node; and
a protocol encoding and parsing module for defining a format of a communication protocol between the block chain and the access node, and encoding and decoding the communication protocol during communication.
5. The blockchain-based distributed network intelligent monitoring system of claim 4,
the message queue module is set to be any one of the following: constructing a queue by adopting a Java queue object, providing message queue service by adopting SpringMQ, or providing message queue service by adopting RabbitMQ;
the serialization module is set to adopt a Protocol Buffer format;
the specification of the communication protocol includes at least one of the following specifications: obtaining data coherency state specifications, obtaining network state specifications, deleting node specifications, adding node specifications, restarting blockchain service specifications, and modifying profile specifications.
6. The intelligent block chain-based monitoring system for distributed networks according to claim 5, further comprising:
a bottom layer communication module for establishing a connection, maintaining a connection, and transmitting data between the block chain and the access node; and
and the data storage module is used for storing the user information and the log information of the access node.
7. The blockchain-based distributed network intelligent monitoring system of claim 6 wherein the underlying communication module is configured as a Netty component; the data storage module is set to adopt a MySql server.
8. A monitoring method of the intelligent monitoring system of the distributed network based on the block chain as claimed in any one of claims 1 to 7, comprising:
issuing access permission to the node to be accessed so that the node to be accessed is connected to the distributed network to form an access node;
monitoring the identity and the authority of the access node; and
monitoring the state of the access node, analyzing effective state information, and displaying the state information;
wherein monitoring the state of the access node comprises:
sending a data state detection request to the access node in a timing manner, and summarizing and analyzing the returned data state information of the access node;
periodically sending a network state detection request to the access node, and summarizing and analyzing the returned network state information of the access node;
modifying the configuration file of the access node through a graphical interface; and
and eliminating the failed nodes in the distributed network, and restarting the block chain service of the specified nodes.
CN201610971459.5A 2016-10-28 2016-10-28 Block chain based distributed network intelligent monitoring system and method Active CN106453377B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610971459.5A CN106453377B (en) 2016-10-28 2016-10-28 Block chain based distributed network intelligent monitoring system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610971459.5A CN106453377B (en) 2016-10-28 2016-10-28 Block chain based distributed network intelligent monitoring system and method

Publications (2)

Publication Number Publication Date
CN106453377A CN106453377A (en) 2017-02-22
CN106453377B true CN106453377B (en) 2021-03-02

Family

ID=58180086

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610971459.5A Active CN106453377B (en) 2016-10-28 2016-10-28 Block chain based distributed network intelligent monitoring system and method

Country Status (1)

Country Link
CN (1) CN106453377B (en)

Families Citing this family (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107247621B (en) * 2017-04-19 2021-05-25 中国建设银行股份有限公司 Scheduling method and device for batch processing tasks
GB201713031D0 (en) * 2017-08-14 2017-09-27 Nchain Holdings Ltd Computer-implemented system and method
CN107734502B (en) * 2017-09-07 2020-02-21 京信通信系统(中国)有限公司 Micro base station communication management method, system and equipment based on block chain
CN108134819A (en) * 2017-12-06 2018-06-08 北京连琪科技有限公司 Block chain operating status is collected and transfer approach, device and server
CN108154704B (en) * 2017-12-27 2020-07-07 武汉邮电科学研究院 Intelligent parking system and method based on block chain
CN108600839B (en) * 2018-05-02 2020-06-02 中广热点云科技有限公司 Copyright video full-network viewing recording system based on CBC-PBFT consensus mechanism
CN108768747B (en) * 2018-06-19 2021-04-06 嘉兴云切供应链管理有限公司 Platform server for maintaining block chain network
CN108810895B (en) * 2018-07-12 2021-05-11 西安电子科技大学 Wireless Mesh network identity authentication method based on block chain
CN109260707A (en) * 2018-08-30 2019-01-25 腾讯科技(深圳)有限公司 Methods of exhibiting, device, equipment and the storage medium of virtual pet
CN109543594A (en) * 2018-11-19 2019-03-29 福建工程学院 A kind of market visitor consumption intension recognizing method and device based on block chain technology
US11463310B2 (en) 2018-11-20 2022-10-04 Sap Se Blockchain network management
US11810676B2 (en) 2018-11-26 2023-11-07 International Business Machines Corporation Verified permissioned blockchains
BR112019015376A2 (en) * 2018-12-29 2020-03-10 Alibaba Group Holding Limited COMPUTER-IMPLEMENTED METHOD TO PROVIDE A VIEW OF A RELIABLE PROTOCOL ASSOCIATED WITH A RELIABLE PROTOCOL NETWORK, LEGIBLE NON-TRANSITIONAL STORAGE BY COMPUTER AND SYSTEM
CN111475309A (en) * 2019-01-24 2020-07-31 北京京东尚科信息技术有限公司 Data processing method, device, block chain service system and storage medium
CN114096962A (en) * 2019-05-14 2022-02-25 普勒纳瑞亚公司 Block chain cache system
CN111199485A (en) * 2020-01-02 2020-05-26 支付宝(杭州)信息技术有限公司 Method and device for processing transaction data at block chain nodes
CN113225328A (en) * 2021-04-29 2021-08-06 广西群萃信息技术有限公司 Intelligent protection system and method for multi-node network use based on block chain data
CN114003119B (en) * 2021-12-30 2022-03-22 中科声龙科技发展(北京)有限公司 System and method for processing workload certification calculation task

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105007193A (en) * 2015-08-19 2015-10-28 浪潮(北京)电子信息产业有限公司 Multi-layer information processing method, system thereof and cluster management node
CN105404701A (en) * 2015-12-31 2016-03-16 浙江图讯科技股份有限公司 Peer-to-peer network-based heterogeneous database synchronization method
CN105592098A (en) * 2016-01-16 2016-05-18 杭州复杂美科技有限公司 Management method of vote and CA certificate of block chain
AU2016100394A4 (en) * 2016-04-11 2016-05-19 McAlister, Gary MR Blockchain Digital Mining Asset/Commodity innovation for Private Placement, High Yield Investment, Tier 1,2,3, MTN buy/sell Structured financial Trading Programs and Platforms.
CN105703940A (en) * 2015-12-10 2016-06-22 中国电力科学研究院 Multistage dispatching distributed parallel computing-oriented monitoring system and monitoring method
CN105718351A (en) * 2016-01-08 2016-06-29 北京汇商融通信息技术有限公司 Hadoop cluster-oriented distributed monitoring and management system
CN106506203A (en) * 2016-10-25 2017-03-15 杭州云象网络技术有限公司 A kind of monitoring nodes system for being applied to block chain

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105007193A (en) * 2015-08-19 2015-10-28 浪潮(北京)电子信息产业有限公司 Multi-layer information processing method, system thereof and cluster management node
CN105703940A (en) * 2015-12-10 2016-06-22 中国电力科学研究院 Multistage dispatching distributed parallel computing-oriented monitoring system and monitoring method
CN105404701A (en) * 2015-12-31 2016-03-16 浙江图讯科技股份有限公司 Peer-to-peer network-based heterogeneous database synchronization method
CN105718351A (en) * 2016-01-08 2016-06-29 北京汇商融通信息技术有限公司 Hadoop cluster-oriented distributed monitoring and management system
CN105592098A (en) * 2016-01-16 2016-05-18 杭州复杂美科技有限公司 Management method of vote and CA certificate of block chain
AU2016100394A4 (en) * 2016-04-11 2016-05-19 McAlister, Gary MR Blockchain Digital Mining Asset/Commodity innovation for Private Placement, High Yield Investment, Tier 1,2,3, MTN buy/sell Structured financial Trading Programs and Platforms.
CN106506203A (en) * 2016-10-25 2017-03-15 杭州云象网络技术有限公司 A kind of monitoring nodes system for being applied to block chain

Also Published As

Publication number Publication date
CN106453377A (en) 2017-02-22

Similar Documents

Publication Publication Date Title
CN106453377B (en) Block chain based distributed network intelligent monitoring system and method
TWI704788B (en) Physical security system having multiple server nodes configured to implement a conditionally triggered rule
CN106412113B (en) A kind of energy cloud service system and its communication means
CN105247529A (en) Synchronizing credential hashes between directory services
CN109919771B (en) Industrial internet transaction device applying hierarchical block chain technology
US10491698B2 (en) Dynamic distribution of persistent data
KR102167613B1 (en) Message push method and device
US9172765B2 (en) Polling-based secure network message notification system and method with performance enhancing features
US9152441B2 (en) Systems and methods involving virtual machine host isolation over a network via a federated downstream cluster
CN103701913B (en) Data synchronization method and device
KR20150058280A (en) Physical security system having multiple server nodes
CN106302618A (en) Long-range control method, remote server, management equipment and terminal
CN107544837B (en) Cloud service equipment performance data acquisition system, method and device
CN106911648B (en) Environment isolation method and equipment
JP7316390B2 (en) Peer Discovery Process for Disconnected Nodes in Software Defined Networks
CN102769673A (en) Failure detection method suitable to large-scale storage cluster
WO2020011028A1 (en) System and method for information generation and delivery
Sgambelluri et al. Reliable and scalable Kafka-based framework for optical network telemetry
CN112291264B (en) Security control method, device, server and storage medium
CN113923397B (en) Conference room equipment state detection method and device, electronic equipment and storage medium
CN110620820A (en) Ubiquitous power Internet of things intelligent management system
CN103944814A (en) Data exchange method and system and gateway server
US10122602B1 (en) Distributed system infrastructure testing
CN115118705A (en) Industrial edge management and control platform based on micro-service
KR20220074971A (en) Blockchain-based data processing method, apparatus and device, and readable storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20221229

Address after: No. 7 (10), Shizi East Street, Jinghe Street, Dongxihu District, Wuhan, Hubei 430,048

Patentee after: ZHONGJIN DATA (WUHAN) SUPERCOMPUTING TECHNOLOGY Co.,Ltd.

Address before: 100176 room 2318, building 2, No.1, boxing 8th Road, Beijing Economic and Technological Development Zone, Daxing District, Beijing

Patentee before: CENTRIN CLOUD FINANCE & DATA TECHNOLOGY (BEIJING) CO.,LTD.