CN115334172B - Block chain protocol processing system and processing method thereof - Google Patents

Block chain protocol processing system and processing method thereof Download PDF

Info

Publication number
CN115334172B
CN115334172B CN202210858263.0A CN202210858263A CN115334172B CN 115334172 B CN115334172 B CN 115334172B CN 202210858263 A CN202210858263 A CN 202210858263A CN 115334172 B CN115334172 B CN 115334172B
Authority
CN
China
Prior art keywords
data
judging
node
nodes
transmission confirmation
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
CN202210858263.0A
Other languages
Chinese (zh)
Other versions
CN115334172A (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.)
Xinjiang Silk Road Zhihui Information Technology Co ltd
Original Assignee
Xinjiang Silk Road Zhihui Information Technology 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 Xinjiang Silk Road Zhihui Information Technology Co ltd filed Critical Xinjiang Silk Road Zhihui Information Technology Co ltd
Priority to CN202210858263.0A priority Critical patent/CN115334172B/en
Publication of CN115334172A publication Critical patent/CN115334172A/en
Application granted granted Critical
Publication of CN115334172B publication Critical patent/CN115334172B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/08Protocols for interworking; Protocol conversion
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/12Applying verification of the received information
    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/22Parsing or analysis of headers
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Communication Control (AREA)
  • Computer And Data Communications (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a block chain protocol processing system, which comprises: the first interface module is used for receiving and transmitting data in the first block chain; the second interface module is used for receiving and transmitting data in a second block chain; the data conversion module is respectively in communication connection with the first interface module and the second interface module and is used for establishing communication links between the first interface module and the second interface module; and the database module is in communication connection with the data conversion module and is used for storing data in the data conversion module. The invention can improve the defects of the prior art, simplify the complexity of a protocol processing system and improve the data communication efficiency.

Description

Block chain protocol processing system and processing method thereof
Technical Field
The invention relates to the technical field of block chain data communication, in particular to a block chain protocol processing system and a processing method thereof.
Background
The blockchain is a data storage and processing form of decentralization, and in order to ensure smooth data communication, each blockchain needs to have a corresponding intelligent contract to agree on a data protocol. Because each blockchain cannot completely predict future data network models at the beginning of establishment, incompatibility of data protocols among different blockchains occurs, and the data protocols of the blockchains need to be processed so as to complete data communication among different blockchains. In the prior art, for data communication among different block chains of a protocol, the communication interfaces are usually subjected to protocol conversion one by one, and the system complexity is greatly increased and the data communication efficiency is obviously reduced by adopting the mode.
Disclosure of Invention
The invention aims to provide a machine processing method of a block chain protocol processing system, which can solve the defects of the prior art, simplify the complexity of the protocol processing system and improve the data communication efficiency.
In order to solve the technical problems, the technical scheme adopted by the invention is as follows.
A blockchain protocol processing system includes,
The first interface module is used for receiving and transmitting data in the first block chain;
the second interface module is used for receiving and transmitting data in a second block chain;
The data conversion module is respectively in communication connection with the first interface module and the second interface module and is used for establishing communication links between the first interface module and the second interface module;
And the database module is in communication connection with the data conversion module and is used for storing data in the data conversion module.
The processing method of the block chain protocol processing system comprises the following steps:
A. the first interface module is built in a first blockchain,
A first smart contract recording area for recording smart contracts of a first blockchain;
the first data transmission confirmation area is used for judging the validity of the data transmitted from the first block chain to the second block chain;
the first verification area is used for verifying the data judged to be legal by the data transmission confirmation area;
B. the second interface module is built in a second blockchain,
A second smart contract recording area for recording smart contracts of a second blockchain;
The second data transmission confirmation area is used for judging the validity of the data transmitted by the second block chain to the first block chain;
the second verification area is used for verifying the data judged to be legal by the data transmission confirmation area;
C. The data conversion module converts data from the first interface module and the second interface module;
D. The database module stores data in the data conversion module.
Preferably, in step A,
The node with highest reliability in the first data transmission confirmation area is selected as a judging node, the data is judged legally, other nodes in the first data transmission confirmation area monitor the judging process of the judging node, the monitored nodes vote on the judging process, if the voting result exceeds 50% and the judging process is confirmed to be abnormal, the judging result is accepted, otherwise, the node with highest reliability in the nodes with abnormal judging process is selected as the judging node, the steps are repeated to judge legally the data again, and meanwhile, the reliability parameter value of the original judgment fixed nodes is reduced;
And broadcasting a judging result of the first data transmission confirmation area to the nodes in the first verification area, processing the judging result by using a consensus algorithm to obtain a verification result, and recording the verification result on a Hash chain.
Preferably, in step B,
The node with highest reliability in the second data transmission confirmation area is selected as a judging node, the data is judged legally, the rest nodes in the second data transmission confirmation area monitor the judging process of the judging node, the monitored nodes vote on the judging process, if the voting result exceeds 50% and the judging process is confirmed to be abnormal, the judging result is accepted, otherwise, the node with highest reliability in the nodes with abnormal judging process is selected as the judging node, the steps are repeated to judge legally the data again, and meanwhile, the reliability parameter value of the original judgment fixed nodes is reduced;
and B, broadcasting a judging result of the second data transmission confirmation area to the nodes in the second verification area, processing the judging result by using a consensus algorithm to obtain a verification result, and recording the verification result on the same Hash chain as in the step A.
Preferably, the data conversion module analyzes the formats of the data sent by the first interface module and the second interface module to obtain a data format part which can be mutually converted in the data formats, establishes a mapping relation for the data format part which can be mutually converted, establishes a common format set for other data formats, and selects a format in the common format set to replace other data formats.
Preferably, the data conversion module firstly searches the historical record in the database module, if the same data format conversion substitution record is searched, the conversion substitution mode in the historical record is directly used for processing the data to be processed, otherwise, the data format analysis and the search selection of the public format set are carried out.
The beneficial effects brought by adopting the technical scheme are as follows: the invention establishes a conversion and replacement mechanism of the data format in the data conversion module, so that the data enters the rear shell of the data conversion module to directly carry out corresponding format change, and then the data after the format change is directly output, the transmission direction of the data is not required to be resolved, and a plurality of sets of data conversion paths are not required to be arranged, thereby effectively reducing the complexity of the data conversion module. Because only one set of data format conversion mechanism is arranged in the data conversion module, the invention reduces the waste of the calculation force of the data conversion module by illegal data by optimizing the verification process of the data validity in order to ensure the data processing efficiency of the data conversion module, and ensures that the data conversion module is always in an effective data processing state.
Drawings
Fig. 1 is a schematic diagram of one embodiment of the present invention.
Detailed Description
Referring to fig. 1, one embodiment of the present invention includes,
The first interface module 1 is used for receiving and transmitting data in the first blockchain;
A second interface module 2, configured to send and receive data in a second blockchain;
The data conversion module 3 is respectively in communication connection with the first interface module 1 and the second interface module 2 and is used for establishing communication links between the first interface module 1 and the second interface module 2;
The database module 4 is in communication connection with the data conversion module 3 and is used for storing the data in the data conversion module 3.
The processing method of the block chain protocol processing system comprises the following steps:
A. the first interface module 1 is built in a first blockchain,
A first smart contract recording area for recording smart contracts of a first blockchain;
the first data transmission confirmation area is used for judging the validity of the data transmitted from the first block chain to the second block chain;
the first verification area is used for verifying the data judged to be legal by the data transmission confirmation area;
B. the second interface module 2 is built in a second blockchain,
A second smart contract recording area for recording smart contracts of a second blockchain;
The second data transmission confirmation area is used for judging the validity of the data transmitted by the second block chain to the first block chain;
the second verification area is used for verifying the data judged to be legal by the data transmission confirmation area;
C. The data conversion module 3 converts data from the first interface module 1 and the second interface module 2;
D. the database module 4 stores the data in the data conversion module 3.
In the step a, the step a is performed,
The node with highest reliability in the first data transmission confirmation area is selected as a judging node, the data is judged legally, other nodes in the first data transmission confirmation area monitor the judging process of the judging node, the monitored nodes vote on the judging process, if the voting result exceeds 50% and the judging process is confirmed to be abnormal, the judging result is accepted, otherwise, the node with highest reliability in the nodes with abnormal judging process is selected as the judging node, the steps are repeated to judge legally the data again, and meanwhile, the reliability parameter value of the original judgment fixed nodes is reduced;
And broadcasting a judging result of the first data transmission confirmation area to the nodes in the first verification area, processing the judging result by using a consensus algorithm to obtain a verification result, and recording the verification result on a Hash chain.
In the step B of the process,
The node with highest reliability in the second data transmission confirmation area is selected as a judging node, the data is judged legally, the rest nodes in the second data transmission confirmation area monitor the judging process of the judging node, the monitored nodes vote on the judging process, if the voting result exceeds 50% and the judging process is confirmed to be abnormal, the judging result is accepted, otherwise, the node with highest reliability in the nodes with abnormal judging process is selected as the judging node, the steps are repeated to judge legally the data again, and meanwhile, the reliability parameter value of the original judgment fixed nodes is reduced;
and B, broadcasting a judging result of the second data transmission confirmation area to the nodes in the second verification area, processing the judging result by using a consensus algorithm to obtain a verification result, and recording the verification result on the same Hash chain as in the step A.
The data conversion module 3 analyzes the formats of the data sent by the first interface module 1 and the second interface module 2 to obtain a data format part which can be mutually converted in the data formats, establishes a mapping relation for the data format part which can be mutually converted, establishes a common format set for other data formats, and selects a format in the common format set to replace other data formats.
The data conversion module 3 firstly searches the historical record in the database module 4, if the same data format conversion substitution record is searched, the conversion substitution mode in the historical record is directly used for processing the data to be processed, otherwise, the data format analysis and the search selection of the public format set are carried out.
The invention abandons the mode of arranging the protocol processing system on different data communication paths in the prior art, greatly simplifies the complexity of the protocol processing system, reduces the data processing flow and improves the data communication efficiency.
In the description of the present invention, it should be understood that the terms "longitudinal," "transverse," "upper," "lower," "front," "rear," "left," "right," "vertical," "horizontal," "top," "bottom," "inner," "outer," and the like indicate or are based on the orientation or positional relationship shown in the drawings, merely to facilitate description of the present invention, and do not indicate or imply that the devices or elements referred to must have a particular orientation, be constructed and operated in a particular orientation, and thus should not be construed as limiting the present invention.
The foregoing has shown and described the basic principles and main features of the present invention and the advantages of the present invention. It will be understood by those skilled in the art that the present invention is not limited to the embodiments described above, and that the above embodiments and descriptions are merely illustrative of the principles of the present invention, and various changes and modifications may be made without departing from the spirit and scope of the invention, which is defined in the appended claims. The scope of the invention is defined by the appended claims and equivalents thereof.

Claims (4)

1. A method for processing a blockchain protocol processing system, comprising the steps of:
A. the first interface module (1) is built in a first blockchain,
A first smart contract recording area for recording smart contracts of a first blockchain;
the first data transmission confirmation area is used for judging the validity of the data transmitted from the first block chain to the second block chain;
the first verification area is used for verifying the data judged to be legal by the data transmission confirmation area;
B. The second interface module (2) is built in a second blockchain,
A second smart contract recording area for recording smart contracts of a second blockchain;
The second data transmission confirmation area is used for judging the validity of the data transmitted by the second block chain to the first block chain;
the second verification area is used for verifying the data judged to be legal by the data transmission confirmation area;
C. The data conversion module (3) converts data from the first interface module (1) and the second interface module (2);
D. The database module (4) stores the data in the data conversion module (3);
in the step a, the step a is performed,
The node with highest reliability in the first data transmission confirmation area is selected as a judging node, the data is judged legally, other nodes in the first data transmission confirmation area monitor the judging process of the judging node, the monitored nodes vote on the judging process, if the voting result exceeds 50% and the judging process is confirmed to be abnormal, the judging result is accepted, otherwise, the node with highest reliability in the nodes with abnormal judging process is selected as the judging node, the steps are repeated to judge legally the data again, and meanwhile, the reliability parameter value of the original judgment fixed nodes is reduced;
And broadcasting a judging result of the first data transmission confirmation area to the nodes in the first verification area, processing the judging result by using a consensus algorithm to obtain a verification result, and recording the verification result on a Hash chain.
2. The processing method of the blockchain protocol processing system of claim 1, wherein: in the step B of the process,
The node with highest reliability in the second data transmission confirmation area is selected as a judging node, the data is judged legally, the rest nodes in the second data transmission confirmation area monitor the judging process of the judging node, the monitored nodes vote on the judging process, if the voting result exceeds 50% and the judging process is confirmed to be abnormal, the judging result is accepted, otherwise, the node with highest reliability in the nodes with abnormal judging process is selected as the judging node, the steps are repeated to judge legally the data again, and meanwhile, the reliability parameter value of the original judgment fixed nodes is reduced;
and B, broadcasting a judging result of the second data transmission confirmation area to the nodes in the second verification area, processing the judging result by using a consensus algorithm to obtain a verification result, and recording the verification result on the same Hash chain as in the step A.
3. The processing method of the blockchain protocol processing system of claim 2, wherein: the data conversion module (3) analyzes the formats of the data sent by the first interface module (1) and the second interface module (2) to obtain a data format part which can be mutually converted in the data formats, establishes a mapping relation for the data format part which can be mutually converted, establishes a common format set for other data formats, and selects a format in the common format set to replace other data formats.
4. A method of processing a blockchain protocol processing system as in claim 3, wherein: the data conversion module (3) firstly searches the historical record in the database module (4), if the same data format conversion substitution record is searched, the conversion substitution mode in the historical record is directly used for processing the data to be processed, and otherwise, the data format analysis and the search selection of the public format set are carried out.
CN202210858263.0A 2022-07-20 2022-07-20 Block chain protocol processing system and processing method thereof Active CN115334172B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210858263.0A CN115334172B (en) 2022-07-20 2022-07-20 Block chain protocol processing system and processing method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210858263.0A CN115334172B (en) 2022-07-20 2022-07-20 Block chain protocol processing system and processing method thereof

Publications (2)

Publication Number Publication Date
CN115334172A CN115334172A (en) 2022-11-11
CN115334172B true CN115334172B (en) 2024-04-19

Family

ID=83916907

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210858263.0A Active CN115334172B (en) 2022-07-20 2022-07-20 Block chain protocol processing system and processing method thereof

Country Status (1)

Country Link
CN (1) CN115334172B (en)

Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018223042A1 (en) * 2017-06-01 2018-12-06 Schvey, Inc. d/b/a/ Axoni Distributed privately subspaced blockchain data structures with secure access restriction management
CN110266655A (en) * 2019-05-30 2019-09-20 中国工商银行股份有限公司 A kind of across chain interconnected method, equipment and system based on block chain
CN110288345A (en) * 2019-06-26 2019-09-27 深圳市网心科技有限公司 Across chain communication means, device, main chain node and storage medium
CN110417857A (en) * 2019-06-19 2019-11-05 北京百度网讯科技有限公司 Block chain protocol processes device, processing method and block chain
KR20190140826A (en) * 2018-06-12 2019-12-20 한국전자통신연구원 Method and appartaus for selecting distributed consensus node based on proof-of-nonce
CA3087309A1 (en) * 2018-06-29 2020-01-02 Alibaba Group Holding Limited Blockchain-based data processing method and device
CN111082943A (en) * 2019-12-06 2020-04-28 西安电子科技大学 Efficient block chain consensus method
CN111106942A (en) * 2019-12-13 2020-05-05 南京邮电大学 Block chain credit mechanism based on AP-PBFT algorithm
CN111726370A (en) * 2020-08-21 2020-09-29 支付宝(杭州)信息技术有限公司 Method, system and device for automatically switching block chain consensus protocol
CN111756736A (en) * 2020-06-24 2020-10-09 深圳市网心科技有限公司 Cross-link method and system between heterogeneous block chains, electronic equipment and storage medium
CN112417049A (en) * 2020-11-24 2021-02-26 杭州云象网络技术有限公司 Cross-chain interaction method and system based on block chain all-in-one machine
CN112907262A (en) * 2021-02-20 2021-06-04 北京邮电大学 Block chain cross-chain interaction method based on relay chain under agricultural product traceability
CN113271204A (en) * 2021-05-06 2021-08-17 西安电子科技大学 Byzantine fault-tolerant consensus method based on quantum key distribution
CN113922996A (en) * 2021-09-29 2022-01-11 昆明理工大学 Electronic subject file privacy protection method based on block chain crossing technology
CN114282956A (en) * 2020-09-28 2022-04-05 清华大学 Energy transaction method, device, electronic equipment and storage medium
CN114500651A (en) * 2022-01-27 2022-05-13 成都质数斯达克科技有限公司 Block chain data transmission method, device and equipment and readable storage medium
CN114612101A (en) * 2022-03-17 2022-06-10 上海万向区块链股份公司 Reliable inter-link route cross-link method and system for connection
WO2022142405A1 (en) * 2020-12-30 2022-07-07 广东电网有限责任公司 Cross-chain communication method and apparatus for internal network and external network, computer device, and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11146380B2 (en) * 2017-08-03 2021-10-12 Parity Technologies Ltd. Methods and systems for a heterogeneous multi-chain framework

Patent Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018223042A1 (en) * 2017-06-01 2018-12-06 Schvey, Inc. d/b/a/ Axoni Distributed privately subspaced blockchain data structures with secure access restriction management
KR20190140826A (en) * 2018-06-12 2019-12-20 한국전자통신연구원 Method and appartaus for selecting distributed consensus node based on proof-of-nonce
CA3087309A1 (en) * 2018-06-29 2020-01-02 Alibaba Group Holding Limited Blockchain-based data processing method and device
CN110266655A (en) * 2019-05-30 2019-09-20 中国工商银行股份有限公司 A kind of across chain interconnected method, equipment and system based on block chain
CN110417857A (en) * 2019-06-19 2019-11-05 北京百度网讯科技有限公司 Block chain protocol processes device, processing method and block chain
CN110288345A (en) * 2019-06-26 2019-09-27 深圳市网心科技有限公司 Across chain communication means, device, main chain node and storage medium
CN111082943A (en) * 2019-12-06 2020-04-28 西安电子科技大学 Efficient block chain consensus method
CN111106942A (en) * 2019-12-13 2020-05-05 南京邮电大学 Block chain credit mechanism based on AP-PBFT algorithm
CN111756736A (en) * 2020-06-24 2020-10-09 深圳市网心科技有限公司 Cross-link method and system between heterogeneous block chains, electronic equipment and storage medium
CN111726370A (en) * 2020-08-21 2020-09-29 支付宝(杭州)信息技术有限公司 Method, system and device for automatically switching block chain consensus protocol
CN114282956A (en) * 2020-09-28 2022-04-05 清华大学 Energy transaction method, device, electronic equipment and storage medium
CN112417049A (en) * 2020-11-24 2021-02-26 杭州云象网络技术有限公司 Cross-chain interaction method and system based on block chain all-in-one machine
WO2022142405A1 (en) * 2020-12-30 2022-07-07 广东电网有限责任公司 Cross-chain communication method and apparatus for internal network and external network, computer device, and storage medium
CN112907262A (en) * 2021-02-20 2021-06-04 北京邮电大学 Block chain cross-chain interaction method based on relay chain under agricultural product traceability
CN113271204A (en) * 2021-05-06 2021-08-17 西安电子科技大学 Byzantine fault-tolerant consensus method based on quantum key distribution
CN113922996A (en) * 2021-09-29 2022-01-11 昆明理工大学 Electronic subject file privacy protection method based on block chain crossing technology
CN114500651A (en) * 2022-01-27 2022-05-13 成都质数斯达克科技有限公司 Block chain data transmission method, device and equipment and readable storage medium
CN114612101A (en) * 2022-03-17 2022-06-10 上海万向区块链股份公司 Reliable inter-link route cross-link method and system for connection

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Edgence: A Blockchain-Enabled Edge-Computing Platform for Intelligent IoT-Based dApps;Jinliang Xu;Shangguang Wang;Ao Zhou;Fangchun Yang;;中国通信(第04期);全文 *
Review of blockchain-based DNS alternatives;HU Wei-hong;AO Meng;SHI Lin;XIE Jia-gui;LIU Yang;;网络与信息安全学报(第03期);全文 *
基于可扩展区块链的智慧城市框架;陈立;朱丙丽;;西南师范大学学报(自然科学版)(第09期);全文 *

Also Published As

Publication number Publication date
CN115334172A (en) 2022-11-11

Similar Documents

Publication Publication Date Title
CN101371474A (en) System and method for detecting and recovering from virtual switch link failures
CN108400993A (en) The Internet of things system and storage medium that intelligent industrial apparatus components formula is set up
CN102156409B (en) Method for controlling multi-locomotive reconnection computer of railway locomotive
CN112615365A (en) Smart power grid vulnerability key point identification method and device
CN114374969A (en) Trust evaluation method in power Internet of things environment
CN117914961B (en) Industrial gateway and protocol conversion method
CN115334172B (en) Block chain protocol processing system and processing method thereof
CN101621722A (en) Method and system for automatically discovering node inner resource topology
CN117951140A (en) Industrial Internet of things sub-service platform data interaction system
EP2472785B1 (en) Service linkage control system and method
CN113012421A (en) Method and system for remote operation and maintenance of HPLC communication module
CN1728609A (en) Method for detecting connection mode of devices with multiple frames
CN112926136B (en) Ship body water gauge modeling system and method
CN101521792A (en) Monitoring system and monitoring method for conditional access system of television networks
CN115002035A (en) Power data transmission congestion evasion method based on service level
CN102045881A (en) Identification method for short message service (SMS) protocol and gateway system
CN114697329A (en) HPC cloud computing system based on cloud computing mobile network resource management
CN114125894A (en) Data transmission method and device
US20020052949A1 (en) System and method for querying and recovering circuit group state in a switched network
CN117579559B (en) Control method for RoCEv congestion based on AI
CN118101520A (en) Multi-channel automatic acceptance method for communication interruption signals of transformer substation bay level equipment
CN117750408B (en) Communication fault sniffing method based on Internet of things
US20230097744A1 (en) Communication system and communication terminal
CN116916396A (en) Network resource balancing method, device, equipment, terminal and storage medium
US5757805A (en) Signaling information processing apparatus for use in an electronic switching system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20240319

Address after: 830000 Xinjiang Uygur Autonomous Region Urumqi Economic and Technological Development Zone, No. 28 Tianzhushan Street, No. 10 Kunshengyuan Commercial Complex Building (Zhijing E-commerce Innovation and Entrepreneurship Center), Room 408-91

Applicant after: Xinjiang Silk Road Zhihui Information Technology Co.,Ltd.

Country or region after: China

Address before: No. 36, Third Lane, Xinxi East Second Area, Xizhong Village, Xichang Town, Jiedong District, Jieyang City, Guangdong Province, 515500

Applicant before: Lin Yufang

Country or region before: China

GR01 Patent grant
GR01 Patent grant