CN107046542B - Method for realizing consensus verification by adopting hardware at network level - Google Patents

Method for realizing consensus verification by adopting hardware at network level Download PDF

Info

Publication number
CN107046542B
CN107046542B CN201710270949.7A CN201710270949A CN107046542B CN 107046542 B CN107046542 B CN 107046542B CN 201710270949 A CN201710270949 A CN 201710270949A CN 107046542 B CN107046542 B CN 107046542B
Authority
CN
China
Prior art keywords
fpga
data
node
consensus
tcp
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
CN201710270949.7A
Other languages
Chinese (zh)
Other versions
CN107046542A (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.)
Hangzhou Yunxiang Network Technology Co Ltd
Original Assignee
Hangzhou Yunxiang Network 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 Hangzhou Yunxiang Network Technology Co Ltd filed Critical Hangzhou Yunxiang Network Technology Co Ltd
Priority to CN201710270949.7A priority Critical patent/CN107046542B/en
Publication of CN107046542A publication Critical patent/CN107046542A/en
Application granted granted Critical
Publication of CN107046542B publication Critical patent/CN107046542B/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/20Network architectures or network communication protocols for network security for managing network security; network security policies in general
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/30Decision processes by autonomous network management units using voting and bidding
    • 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/18Multiprotocol handlers, e.g. single devices capable of handling multiple protocols

Abstract

The invention discloses a method for realizing consensus verification by adopting hardware at a network level, which utilizes a hardware device FPGA as a node, wherein the FPGA nodes are connected point to point by realizing a TCP/IP protocol, and ARP, ICMP and DHCP are adopted to assist the interaction of the TCP/IP protocol and other FPGA nodes, thereby shortening TCP/IP stack and effectively reducing time delay. The FPGA node adopts a block chain consensus protocol such as PBFT/SBFT/RBFT and other propagation messages to perform consensus, selects a leader node, and sends feedback of the received information and votes after other nodes receive the consensus messages. The consensus protocols are encrypted and attached with digital signatures in the transmission process, so that the safety of data is guaranteed. The invention realizes the consensus protocol on the hardware platform without adding a data center, effectively shortens the time delay and achieves the purpose of accelerating the consensus of the hardware.

Description

Method for realizing consensus verification by adopting hardware at network level
Technical Field
The invention belongs to the technical field of block chains, and particularly relates to a method for realizing consensus verification by adopting hardware at a network level.
Background
Under current stringent efficiency requirements, data centers face the need for greater and greater data volumes and workload complexities. To meet the goals of high performance, scalability, and scalability, services typically run on hundreds to thousands of machines. This requires some cooperative consensus to maintain machine consistency. The inevitable performance overhead and the additional resources required tend to reduce the consistency, resulting in fewer users having to build more complex applications to handle the potential inconsistencies. The high cost of consistency comes from the multiple rounds of communication required to reach the agreement, and the traditional network stack does not optimize for time delays or specific communication modes, making acceleration of consensus protocols a bottleneck.
Today, various types of hardware are currently an increasingly feasible option to improve system performance at low energy costs. In addition to considering performance and efficiency, for an intelligent network, a node may be added to the network, and a middleware is used to customize its application, so to use a consensus as an attribute of the network, rather than just make it implemented on an application layer, it is a good choice to find a balance point in the complexity of implementation and the throughput achievable by the middleware, and adding a blockchain consensus protocol to the network to improve the system efficiency, such as a consensus protocol such as PBFT (Practical Byzantine Fault Tolerance algorithm)/SBFT (Simple Byzantine Fault Tolerance algorithm, simplified Byzantine Fault Tolerance algorithm)/RBFT (Redundant Byzantine Fault Tolerance algorithm), while FPGA (Field Programmable Gate Array) has a low power consumption characteristic, and is not limited by a conventional CPU in terms of data processing, and can reduce the delay time in the above, by expanding the function of the middleware or adding cheap consensus to the network processing nodes, the value of the consensus protocol is more popularized to the network.
Disclosure of Invention
In view of the above, the invention provides a method for implementing consensus verification by adopting hardware at a network level, which implements block chain consensus protocols such as PBFT/SBFT/RBFT on an FPGA without increasing the capacity of a data center, and reduces time delay.
A method for realizing consensus verification by adopting hardware at a network level comprises the following steps:
(1) constructing a system operation framework for realizing consensus verification by adopting an FPGA at a network level;
(2) the FPGA nodes are connected point to point by executing a TCP/IP (Transmission Control Protocol/Internet Protocol) Protocol;
(3) the FPGA node adopts ARP (Address Resolution Protocol), ICMP (Internet Control Message Protocol) and DHCP (Dynamic host configuration Protocol) to assist the interaction of the TCP/IP Protocol and other FPGA nodes, shorten the TCP/IP stack and enable the FPGA to be in a real network;
(4) the FPGA node converts the data message into a message format meeting the requirement of a consensus protocol;
(5) and the FPGA nodes adopt a PBFT, SBFT or RBFT block chain consensus protocol to transmit and broadcast the data messages, and other FPGA nodes send feedback and vote after receiving the feedback.
The specific implementation method of the step (1) comprises the following steps: a certain amount of FPGA is arranged in a network as a node, a channel exists between any two FPGA nodes for interaction, each FPGA node realizes data transmission between a plurality of pairs of ports at the same time by connecting a switch, and the FPGA node releases the memory space of a DRAM (dynamic random access memory) for consensus and application logic execution by utilizing the characteristic of small buffer area of an internal BRAM (embedded block RAM).
The specific implementation method of the step (2) is as follows: dynamically allocating TCP sessions by an internal buffer area of the FPGA node, so that the request data of a client side is smaller than the size of an Ethernet MTU (Maximum Transmission Unit); the FPGA node only retransmits with other nodes, and the overtime setting between the FPGA node and the client is not considered, so that the stack pressing of TCP is reduced; the network protocol is realized through hardware, two real data flow channels are allowed to be established correspondingly to realize the isolation of a sending path and a receiving path, the two channels do not influence each other, and the connection state is shared through a data structure.
The data structure comprises a session lookup table, a port state table, and an event engine supported by a timer; the session lookup table comprises an IP address, a destination address and a source port, and the FPGA is used as a content addressable memory when in implementation; the port state table is used for tracking the state of each TCP port and storing state information for each opened TCP connection; the event engine is responsible for managing the activities and sending requests incoming by the interface and instructing the corresponding output engine to work.
The specific implementation method of the step (3) is as follows: point-to-point communication is carried out among FPGA equipment, if data is lost due to insufficient buffer space or line interruption, a report is sent to the source end of the data through ICMP, and a relevant event receiver sends a retransmission request notice; when sending data packet, if the sender does not have the MAC address of the receiver but knows the IP address of the receiver, a message requesting the MAC address of the receiver is broadcasted; a DHCP server allocates an idle IP address for the FPGA node and stamps an effective timestamp; when sending and receiving data on protocols of ARP, ICMP and DHCP, the application program uses conversation to communicate with the network stack, and then directly forwards the data to the network module of the specific application program; during the direct propagation of data packets over ethernet, the sequence number is used to detect if data is lost, which increases with the increase of logical requests.
The specific implementation method of the step (4) is as follows: dividing the data message into required modules, representing transmitted Metadata by Metadata, and representing a Payload by Payload; the components in the protocol are specified, Signature is used for representing the digital Signature of the interaction between the node and the node, Timestamp is used for representing the Timestamp of the message, and Cert is used for representing the certificate required by the FPGA for adding the network registration. After the message format is standardized, the identification data such as a block chain consensus protocol PBFT/SBFT/RBFT and the like are facilitated.
The specific implementation method of the step (5) is as follows: on the premise that an FPGA node added into a network generates a registration certificate, a leader node is selected first, a data message to be broadcasted is generated into a summary by the leader node through a Hash function SHA-256, then a random number nonce is generated, ECDSA (elliptic curve digital signature algorithm) calculation is carried out by a hardware encryption module, a signature to the summary is generated, and then a PBFT, SBFT or RBFT block chain consensus protocol is adopted to transmit and broadcast the signed data message; and after receiving the data information, other FPGA nodes verify whether the signature is of a data sender, determine the validity of the data, send a feedback notice of the received information and vote the data.
The invention chooses to implement the consensus protocol on hardware rather than adding more data centers in order to improve consistency without degrading performance. The invention realizes PBFT/SBFT/RBFT and other block chain consensus protocols on a hardware FPGA system, creates a reusable scheme capable of adding middleware or intelligent network hardware, and can process TCP/IP network protocols and specific network protocol work by using hardware or hardware platforms which gradually start to appear. The FPGA can access logs in a DRAM chip under most conditions, read a cache memory head and is suitable for being implemented on FPGA hardware by block chain consensus protocols such as PBFT/SBFT/RBFT and the like.
In the conventional algorithm, the payload from the TCP flow must fill the entire MTU packet size, so waiting for more data to fill up must be done for a while, and each request that is smaller than the MTU size is delayed for a while by a timeout. In the solution of the present invention, the client request is always smaller than the size 1500B of the ethernet MTU, which can better shorten the time delay.
Drawings
FIG. 1 is a schematic diagram of interaction between nodes.
Fig. 2 is a schematic diagram of the overall structure of FPGA hardware.
FIG. 3 is a diagram of a TCP stack.
Detailed Description
In order to more specifically describe the present invention, the following detailed description is provided for the technical solution of the present invention with reference to the accompanying drawings and the specific embodiments.
In the embodiment, three pieces of FPGA hardware equipment are arranged as nodes, and the nodes use FPGA evaluation boards which are provided with a plurality of Ethernet interfaces. The system is divided into three modules, namely a network protocol module, a message format modification module and a block chain consensus protocol module, and the whole hardware structure is shown in figure 1.
The channels exist between every two nodes for interaction, a switch can be used for data transmission between a plurality of port pairs at the same time, each FPGA is provided with a corresponding BRAM module, the BRAM buffer area is small, delay can be reduced without affecting performance, DRAM memory space is released for consensus and application logic execution, and therefore a large-capacity DRAM buffer area is reserved, and the whole hardware structure is shown in figure 2. The nodes are connected point to point by executing a TCP/IP protocol, a buffer area inside the FPGA dynamically allocates TCP sessions, the request of the client is smaller than the MTU size of the Ethernet, the FPGA only retransmits with other FPGAs without considering the overtime setting between the FPGA and the client, and the stack pressing of the TCP is reduced.
In the network protocol module, a TCP protocol and a plurality of application protocols are adopted, in order to reduce time delay and reduce occupied storage space in the TCP protocol, a hardware-implemented network protocol allows a real data stream channel to be established and separates a sending path and a receiving path, so that the two channels do not affect each other, and the two channels share a connection state through a data structure. The data structures comprise a session lookup table, a port table, a state table and an event engine supported by a timer, wherein the session lookup table comprises a quadruple mapping session ID which is used as a content addressable memory for the FPGA; the port table tracks the state of each TCP port and stores information for each open TCP connection state table; the event engine is responsible for managing the activities and sending requests incoming by the interface and instructing the corresponding TX engine to work.
The BRAM internal buffer is divided into several FIFOs (First Input First Output), the TCP session is dynamically allocated, and when the BRAM buffer can determine that a complete request is available in a FIFO queue, it is forwarded to the application logic. If all FIFO queues are full, the retransmission mechanism of TCP is relied upon to retransmit the data in order not to lose any data. The client requests are always smaller than the MTU size of the Ethernet, and after the timeout setting is removed, the requests are transmitted in different layers without being divided due to different MTU sizes except mutual retransmission between the FPGA and other FPGAs. In the application protocol, data packets are directly transmitted on the Ethernet, and whether data is lost or not is detected by using the sequence number, wherein the sequence number is increased along with the increase of the logic request. The FPGA equipment carries out point-to-point communication, if data is lost due to insufficient buffer space or line interruption, a receiver sends a notice of a retransmission request, and when the data is sent and received on the protocol, the application program uses a session when communicating with a network stack so that the data are directly forwarded to a network module specific to the application program; the TCP stack structure is shown in figure 3.
In the message format conversion module, data is divided into required modules, Metadata represents transmitted Metadata, and Payload represents Payload. The components in the common recognition protocol are normalized, a Signature represents a digital Signature interacted between the node and the node, a Timestamp represents a Timestamp finished by the message, and a Cert represents a certificate required by the network registration added by the FPGA.
In the block chain consensus protocol module, the FPGA node transmits messages such as PBFT/SBFT/RBFT by adopting a block chain consensus protocol, and other nodes send feedback of the received information and vote after receiving the consensus messages. On the premise that the FPGA node added into the network generates the registration certificate, namely, the FPGA node enters the network as a legal node. Numbering the three FPGA nodes with numbers 0, 1 and 2, firstly, performing modulus operation on 3 (three FPGA nodes) according to the block height, and selecting a leader node according to the obtained remainder, namely the number corresponding to the FPGA. The leader node generates a summary of the data message needing to be broadcast after the message format is normalized by using a hash function SHA-256, then generates a random number nonce, performs ECDSA calculation by using a hardware encryption module, generates a signature for the summary, and submits a certificate to other nodes. After receiving the data information, other nodes verify whether the signature is the data sender through the random number nonce, determine the validity of the data, and then perform feedback notification of the received information and perform voting work on the data.
The embodiments described above are presented to enable a person having ordinary skill in the art to make and use the invention. It will be readily apparent to those skilled in the art that various modifications to the above-described embodiments may be made, and the generic principles defined herein may be applied to other embodiments without the use of inventive faculty. Therefore, the present invention is not limited to the above embodiments, and those skilled in the art should make improvements and modifications to the present invention based on the disclosure of the present invention within the protection scope of the present invention.

Claims (2)

1. A method for realizing consensus verification by adopting hardware at a network level comprises the following steps:
(1) a system operation framework for realizing consensus verification by adopting an FPGA (field programmable gate array) at a network level is constructed, and the specific realization method comprises the following steps: arranging a certain amount of FPGA in a network as nodes, wherein channels exist between any two FPGA nodes for interaction, each FPGA node realizes data transmission between multiple pairs of ports at the same time by connecting a switch, and the FPGA nodes release DRAM memory space for execution of consensus and application logic by utilizing the characteristic that an internal BRAM buffer area of the FPGA node is small;
(2) the FPGA nodes are connected point to point by executing a TCP/IP protocol, and the specific implementation method is as follows: dynamically distributing TCP sessions by an internal buffer area of the FPGA node to enable client request data to be smaller than the size of an Ethernet MTU; the FPGA node only retransmits with other nodes, and the overtime setting between the FPGA node and the client is not considered, so that the stack pressing of TCP is reduced; the network protocol is realized through hardware, two real data flow channels are allowed to be established to correspondingly realize the isolated sending and receiving paths, the two channels do not influence each other, and the connection state is shared through a data structure;
(3) the FPGA node adopts ARP, ICMP and DHCP to assist TCP/IP protocol to interact with other FPGA nodes, shortens TCP/IP stack, and makes FPGA in real network, the concrete realization method is: point-to-point communication is carried out among FPGA equipment, if data is lost due to insufficient buffer space or line interruption, a report is sent to the source end of the data through ICMP, and a relevant event receiver sends a retransmission request notice; when sending data packet, if the sender does not have the MAC address of the receiver but knows the IP address of the receiver, a message requesting the MAC address of the receiver is broadcasted; a DHCP server allocates an idle IP address for the FPGA node and stamps an effective timestamp; when sending and receiving data on protocols of ARP, ICMP and DHCP, the application program uses conversation to communicate with the network stack, and then directly forwards the data to the network module of the specific application program; in the process of directly transmitting the data packet on the Ethernet, detecting whether the data is lost or not by using the sequence number, wherein the sequence number is increased along with the increase of the logic request;
(4) the FPGA node converts the data message into a message format meeting the requirement of a consensus protocol, and the specific implementation method comprises the following steps: dividing the data message into required modules, representing transmitted Metadata by Metadata, and representing a Payload by Payload; the method comprises the steps of standardizing components in a consensus protocol, representing a digital Signature of interaction between a node and the node by using Signature, representing a Timestamp of a message by using Timestamp, and representing a certificate required by adding network registration to an FPGA by using Cert;
(5) on the premise that an FPGA node added into a network generates a registration certificate, a leader node is selected firstly, a data message to be broadcasted is generated into a summary by the leader node through a Hash function SHA-256, then a random number nonce is generated, ECDSA calculation is carried out by a hardware encryption module, a signature of the summary is generated, and then a PBFT, SBFT or RBFT block chain consensus protocol is adopted to transmit and broadcast the signed data message; and after receiving the data information, other FPGA nodes verify whether the signature is of a data sender, determine the validity of the data, send a feedback notice of the received information and vote the data.
2. The method of claim 1, wherein: the data structure comprises a session lookup table, a port state table, and an event engine supported by a timer; the session lookup table comprises an IP address, a destination address and a source port, and the FPGA is used as a content addressable memory when in implementation; the port state table is used for tracking the state of each TCP port and storing state information for each opened TCP connection; the event engine is responsible for managing the activities and sending requests incoming by the interface and instructing the corresponding output engine to work.
CN201710270949.7A 2017-04-24 2017-04-24 Method for realizing consensus verification by adopting hardware at network level Active CN107046542B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710270949.7A CN107046542B (en) 2017-04-24 2017-04-24 Method for realizing consensus verification by adopting hardware at network level

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710270949.7A CN107046542B (en) 2017-04-24 2017-04-24 Method for realizing consensus verification by adopting hardware at network level

Publications (2)

Publication Number Publication Date
CN107046542A CN107046542A (en) 2017-08-15
CN107046542B true CN107046542B (en) 2020-04-14

Family

ID=59544969

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710270949.7A Active CN107046542B (en) 2017-04-24 2017-04-24 Method for realizing consensus verification by adopting hardware at network level

Country Status (1)

Country Link
CN (1) CN107046542B (en)

Families Citing this family (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108667790B (en) * 2017-12-14 2020-10-09 郭建峰 Communication protocol method for block chain common node consensus authentication
US10880071B2 (en) 2018-02-23 2020-12-29 Samsung Electronics Co., Ltd. Programmable blockchain solid state drive and switch
EP3562091B1 (en) * 2018-04-27 2023-04-19 Hewlett Packard Enterprise Development LP Highly available dhcp service by running dhcp servers on a blockchain network
CN108848056B (en) * 2018-05-03 2021-05-04 南京理工大学 Block chain consensus method based on verification
EP3570499B1 (en) * 2018-05-15 2021-04-07 Siemens Aktiengesellschaft Method for functionally secure connection identification
CN108777712B (en) * 2018-05-31 2020-04-07 中国联合网络通信集团有限公司 Block chain node communication method and device and block chain node
CN109033475B (en) * 2018-09-10 2020-10-23 湖南智慧政务区块链科技有限公司 File storage method, device, equipment and storage medium
CN109460211A (en) * 2018-09-29 2019-03-12 成都捕风数据科技有限公司 Credible endogenous Stochastic implementation method is reached by random effect pond in block chain network
CN109327459B (en) * 2018-11-12 2020-12-01 崔晓晖 Consensus method for union block chain network
CN109657330B (en) * 2018-12-14 2023-04-07 中国人民解放军国防科技大学 Large-scale network information propagation calculation method and device based on distributed platform
CA3058239C (en) * 2019-03-26 2021-01-05 Alibaba Group Holding Limited Field-programmable gate array based trusted execution environment for use in a blockchain network
CN109977274B (en) * 2019-03-31 2021-05-11 杭州复杂美科技有限公司 Data query and verification method, system, equipment and storage medium
CN110768907A (en) * 2019-09-12 2020-02-07 苏州浪潮智能科技有限公司 Method, device and medium for managing FPGA heterogeneous accelerator card cluster
CN110750329B (en) * 2019-09-25 2020-10-20 支付宝(杭州)信息技术有限公司 Method and device for realizing operation of virtual machine based on FPGA
CN110958159B (en) * 2019-11-22 2021-05-11 英业达科技有限公司 Configuration method, system, readable storage medium and device for adaptive network pressure measurement
US11841733B2 (en) 2020-01-08 2023-12-12 Institute Of Computing Technology, Chinese Academy Of Sciences Method and system for realizing FPGA server
CN111339569B (en) * 2020-02-26 2023-05-26 百度在线网络技术(北京)有限公司 Block chain data processing method, device, electronic equipment and medium
CN111064813B (en) * 2020-03-16 2020-06-30 支付宝(杭州)信息技术有限公司 Method and device for synchronizing processing messages during block chain consensus processing
CN111552738B (en) * 2020-04-20 2023-11-03 山东共智云科技发展有限公司 Block chain ecological system and block chain uplink method based on Internet of things
CN112202868B (en) * 2020-09-27 2021-11-30 上海交通大学 Method for realizing block chain consensus protocol based on wireless air calculation
CN112819463B (en) * 2021-01-15 2022-08-02 山大地纬软件股份有限公司 Block chain high-concurrency signature checking method and system based on trusted key system
CN113098692B (en) * 2021-04-06 2023-07-28 湖北央中巨石信息技术有限公司 Synchronous consensus algorithm, system and medium for multiple parties under same prefabrication rule
CN115225690B (en) * 2022-06-22 2024-04-19 中科驭数(北京)科技有限公司 TCP long connection keep-alive method and device based on hardware protocol stack

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106101242A (en) * 2016-06-24 2016-11-09 深圳前海微众银行股份有限公司 The construction method of block chain cloud service platform and device
CN106411503A (en) * 2016-11-28 2017-02-15 中国银行股份有限公司 Accounting method, accounting system, voting node and accounting node under block chain voting and accounting mode
CN106445711A (en) * 2016-08-28 2017-02-22 杭州云象网络技术有限公司 Byzantine-fault-tolerant consensus method applied to block chain
CN106484367A (en) * 2016-09-08 2017-03-08 乐视控股(北京)有限公司 Common recognition computing chip, equipment, system and mainboard
CN106530072A (en) * 2016-11-22 2017-03-22 天津米游科技有限公司 Block chain consensus mechanism

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102306131B (en) * 2011-08-23 2013-11-06 北京亚科鸿禹电子有限公司 Bus control device for field-programmable gate array (FPGA) prototype verification system
US10984913B2 (en) * 2012-04-27 2021-04-20 Netspective Communications Llc Blockchain system for natural language processing
CN103795520B (en) * 2014-01-23 2017-01-25 国家电网公司 Method for real-time synchronization based on FPGA message

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106101242A (en) * 2016-06-24 2016-11-09 深圳前海微众银行股份有限公司 The construction method of block chain cloud service platform and device
CN106445711A (en) * 2016-08-28 2017-02-22 杭州云象网络技术有限公司 Byzantine-fault-tolerant consensus method applied to block chain
CN106484367A (en) * 2016-09-08 2017-03-08 乐视控股(北京)有限公司 Common recognition computing chip, equipment, system and mainboard
CN106530072A (en) * 2016-11-22 2017-03-22 天津米游科技有限公司 Block chain consensus mechanism
CN106411503A (en) * 2016-11-28 2017-02-15 中国银行股份有限公司 Accounting method, accounting system, voting node and accounting node under block chain voting and accounting mode

Also Published As

Publication number Publication date
CN107046542A (en) 2017-08-15

Similar Documents

Publication Publication Date Title
CN107046542B (en) Method for realizing consensus verification by adopting hardware at network level
McAuley Protocol design for high speed networks
US9491261B1 (en) Remote messaging protocol
WO2017050117A1 (en) Network load balance processing system, method, and apparatus
CN110557354B (en) Method and device for realizing communication between nodes and electronic equipment
WO2007041918A1 (en) Method and system for obtaining ssh host key of managed device
US8868708B2 (en) Methods and devices for communicating diagnosis data in a real time communication network
Wang et al. SDUDP: A reliable UDP-Based transmission protocol over SDN
WO2009086716A1 (en) A method, program and system for realizing control plane centralization and data plane distribution
WO2021120374A1 (en) Message processing method, processing unit, and a virtual private network server
CN104168257A (en) Data isolation device based on non-network mode, and method and system thereof
WO2016062142A1 (en) Method, apparatus and system for converged transmission of packets
WO2020108578A1 (en) Virtual intranet acceleration method and system, configuration method, storage medium, and computer apparatus
WO2021008591A1 (en) Data transmission method, device, and system
Géhberger et al. Performance evaluation of low latency communication alternatives in a containerized cloud environment
CN1917512B (en) Method for establishing direct connected peer-to-peer channel
WO2017028399A1 (en) Communication data transmission method and system
US20080205376A1 (en) Redundant router having load sharing functionality
Schelten et al. A high-throughput, resource-efficient implementation of the rocev2 remote dma protocol for network-attached hardware accelerators
CN112311448B (en) Satellite network acceleration system based on virtual machine
CN112968965B (en) Metadata service method, server and storage medium for NFV network node
US20160099891A1 (en) Packet processing method, apparatus and system
Tian et al. Accelerating distributed deep learning using multi-path RDMA in data center networks
US8572260B2 (en) Predetermined ports for multi-core architectures
WO2023109891A1 (en) Multicast transmission method, apparatus and 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
GR01 Patent grant
GR01 Patent grant