CN112565088B - Message processing method, system, device and network equipment - Google Patents

Message processing method, system, device and network equipment Download PDF

Info

Publication number
CN112565088B
CN112565088B CN202011339906.8A CN202011339906A CN112565088B CN 112565088 B CN112565088 B CN 112565088B CN 202011339906 A CN202011339906 A CN 202011339906A CN 112565088 B CN112565088 B CN 112565088B
Authority
CN
China
Prior art keywords
message
frame
node
routing
service
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
CN202011339906.8A
Other languages
Chinese (zh)
Other versions
CN112565088A (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.)
China Mobile Communications Group Co Ltd
China Mobile Hangzhou Information Technology Co Ltd
Original Assignee
China Mobile Communications Group Co Ltd
China Mobile Hangzhou 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 China Mobile Communications Group Co Ltd, China Mobile Hangzhou Information Technology Co Ltd filed Critical China Mobile Communications Group Co Ltd
Priority to CN202011339906.8A priority Critical patent/CN112565088B/en
Publication of CN112565088A publication Critical patent/CN112565088A/en
Application granted granted Critical
Publication of CN112565088B publication Critical patent/CN112565088B/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
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/54Organization of routing tables
    • 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/06Notations for structuring of protocol data, e.g. abstract syntax notation one [ASN.1]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The embodiment of the invention relates to the field of communication, and discloses a message processing method, a system, a device and network equipment. The message processing method comprises the following steps: receiving a message packaged according to a predefined structure, wherein the message packaged according to the predefined structure comprises an identification frame, a service frame, a blank frame and a content frame; checking whether the message contains a routing frame or not, and determining a corresponding routing strategy according to a checking result so as to process the message; the identification frame comprises a service type which can be processed by the source node and a distinguishing code of the source node, and is used for representing the identity source of the message; the service frame comprises a service type and is used for representing the service requested by the message; the content frame includes the message content. The method is applied to the message transmission process, and the purpose of improving the message timeliness is achieved.

Description

Message processing method, system, device and network equipment
Technical Field
The present invention relates to the field of communications, and in particular, to a method, a system, an apparatus, and a network device for processing a message.
Background
The message service is an important part of communication middleware and provides information synchronization and transmission guarantee for the application server. Most of the current message services adopt an IP address as a network connection and processing identifier, a client establishes network connection with different services according to different service requirements, and after receiving a message, the message service reaches the service through layer-by-layer forwarding according to the IP address so as to process the service.
However, the existing communication scenario is more and more complex, and the micro-service makes the functions carried by each service more and more unique, resulting in a drastic increase in the number of services. After receiving the message, the message service can reach the service through layer-by-layer forwarding, so that the transmission path is increased, and the timeliness of the message is reduced.
Disclosure of Invention
The embodiment of the invention aims to provide a message processing method, a system, a device and network equipment, which can improve the timeliness of message transmission.
In order to solve the above technical problem, an embodiment of the present invention provides a message processing method, including: receiving a message packaged according to a predefined structure, wherein the message packaged according to the predefined structure comprises an identification frame, a service frame, a blank frame and a content frame; checking whether the message contains a routing frame or not, and determining a corresponding routing strategy according to the checking result so as to process the message; the identification frame comprises a service type which can be processed by the source node and a distinguishing code of the source node, and is used for representing the identity source of the message; the service frame comprises a service type and is used for representing the service requested by the message; the content frame includes the message content.
An embodiment of the present invention further provides a message processing system, including:
the system comprises a sending node and a receiving node, wherein the sending node is used for sending a message encapsulated according to a predefined structure to the receiving node, and the message encapsulated according to the predefined structure comprises an identification frame, a service frame, a blank frame and a content frame;
the receiving node is used for receiving the message encapsulated according to the predefined structure, checking whether the message contains a routing frame or not, and determining a corresponding routing strategy according to the checking result so as to process the message;
the sending node and the receiving node respectively carry an identification frame, and the identification frame comprises the service types which can be processed by the sending node or the receiving node and the distinguishing codes of the sending node or the receiving node.
An embodiment of the present invention further provides a message processing apparatus, including:
the message layer is used for encapsulating messages according to a predefined structure and comprises message addresses, message partitions and message contents;
the packaging layer is used for shielding the difference of different communication mechanisms;
and the transmission layer is used for transmitting the messages encapsulated according to the predefined structure and comprises intra-process communication and inter-process communication.
An embodiment of the present invention further provides a network device, including:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein, the first and the second end of the pipe are connected with each other,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the message processing method described above.
Compared with the prior art, the method and the device have the advantages that the message is packaged according to the predefined structure, so that the message comprises the identification frame, the service frame, the blank frame and the content frame, and the current node determines the corresponding routing strategy according to the routing frame contained in the message to complete the processing of the message, reduce the transmission path of the message and improve the timeliness of the message.
In addition, the message processing method provided by the embodiment of the present invention, wherein the checking whether the message includes a routing frame or not, and determining a corresponding routing policy according to the checking result to process the message, includes: checking whether the message has a routing frame; if the message has no routing frame, processing the message by adopting a blind routing rule; and if the message has a routing frame, processing the message by adopting a directional routing rule, wherein the content of the routing frame is the same as that of the identification frame. The routing frame in the message is a non-essential frame, and whether the message is processed by using a blind routing rule or a directional routing rule is determined according to whether the message contains the routing frame, so that the directional transmission and the non-directional transmission of the message are realized, and the timeliness of the message transmission is improved.
In addition, the message processing method provided by the embodiment of the present invention, where the processing of the message by using the blind routing rule includes: storing the identification frame in the message, and updating the identification frame in the message to be the identification frame preset by the current node; the current node checks whether the service type of the service frame in the message is consistent with the service type of the identification frame preset by the node; if the message content is consistent with the next node address, the current node acquires the message content in the message content frame to process the service, adds a routing frame in the message, sets an original identification frame of the message in the routing frame as the next node address, writes the result of processing the service into the message content frame, and sends the result to the next node; after receiving the message, the current node judges whether the service can be processed according to the service type, if the service cannot be processed, the current node selects a default routing node to forward the service, so that the transmission path of the message is reduced, and the processing efficiency of the message is improved.
In addition, the message processing method provided by the embodiment of the present invention, where the processing of the message by using the directional routing rule includes: storing the identification frame in the message, and updating the identification frame in the message to be the identification frame preset by the current node; the current node acquires a routing frame in the message according to the sequence opposite to the sequence of the encapsulated routing frame; checking whether the service type in the routing frame is consistent with the service type of an identification frame preset by the current node, wherein if so, the current node acquires the message content in the message content frame to process the service, adds a new routing frame in the message, sets the original identification frame of the message in the new routing frame as the address of the next node, writes the result of processing the service into the message content frame, and sends the result to the next node; if not, checking whether the message has the next routing frame. The transmission processing of the message is realized according to the routing paths specified by all the routing frames in the message, and the transmission efficiency and the timeliness of the message are improved.
In addition, the message processing system provided by the embodiment of the present invention includes: the node records a node establishing a channel with the node; the node extracts the service type of the self identification frame and the service type of the identification frame of the node establishing a channel with the node; and classifying all the nodes according to the service types by the nodes, and storing the nodes as service and node relation records. All nodes in the message processing system can record nodes establishing channels with the current node, and classify and store each node and the service types capable of being processed by the node, so that message routing and addition of new nodes are facilitated.
In addition, a message processing system according to an embodiment of the present invention includes: when a new node is accessed, the new node actively sends a registration message to the current node, wherein the registration message is encapsulated according to a predefined structure and comprises an identification frame; and the current node acquires the identification frame of the new node registration message and updates the service and node relation record. After the new node is accessed into the message processing system, the current node can route the message to the new node, and the current node also has the service processing capacity of the new node, so that the self-discovery of the service is realized, and the service capacity of the current node is extended in a growing way.
Drawings
One or more embodiments are illustrated by way of example in the accompanying drawings, which correspond to the figures in which like reference numerals refer to similar elements and which are not to scale unless otherwise specified.
Fig. 1 is a flowchart of a message processing method according to a first embodiment of the present invention;
fig. 2 is a flowchart of a message processing method according to a second embodiment of the present invention;
fig. 3 is a flowchart of step 202 in the message processing method provided by the second embodiment of the present invention shown in fig. 2;
fig. 4 is a flowchart of step 203 in the message processing method provided by the second embodiment of the present invention shown in fig. 2;
FIG. 5 is a flow chart of a message processing system provided by a third embodiment of the present invention;
fig. 6 is a flowchart of a message processing apparatus according to a fourth embodiment of the present invention;
fig. 7 is a schematic structural diagram of a network device according to a seventh embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention more apparent, embodiments of the present invention will be described in detail below with reference to the accompanying drawings. However, it will be appreciated by those of ordinary skill in the art that numerous technical details are set forth in order to provide a better understanding of the present application in various embodiments of the present invention. However, the technical solution claimed in the present application can be implemented without these technical details and various changes and modifications based on the following embodiments. The following embodiments are divided for convenience of description, and should not constitute any limitation to the specific implementation manner of the present invention, and the embodiments may be mutually incorporated and referred to without contradiction.
A first embodiment of the present invention relates to a message processing method, and a specific flow is shown in fig. 1, where the method includes:
step 101, receiving a message encapsulated according to a predefined structure, wherein the message encapsulated according to the predefined structure comprises an identification frame, a service frame, a blank frame and a content frame.
In this embodiment, the identification frame is an essential frame, is a first frame of the message, and includes a service type that can be processed by the source node and a distinguishing code of the source node, and is used to represent an identity source of the message, and the identification frame is represented as IDCode = s. The service frame is a necessary frame, is a second frame of the message, contains a service type and is used for representing a service to be requested by the message, and the service frame is represented as a BizCode = s. service type; the content frame is an essential frame, contains message content, and can process the message content by using any encoding format accepted by both the transmitting and receiving nodes, such as: plain text, json, and the like, which are, of course, only specific examples, and the encoding format may be operated by any existing encoding method in the actual using process, and details are not described herein.
And 102, checking whether the message contains a routing frame, and determining a corresponding routing strategy according to the checking result so as to process the message.
Specifically, the routing frame is an unnecessary frame and indicates a routing path specified by the message, and the content of the frame is the same as that of the identification frame. There may be no routing frame or one or more routing frames in a message, and if the third frame is not a blank frame, it is a routing frame, and the routing is completed until a blank frame is finished. The blank frame is used for separating the message address and the message content, the routing frame is above the blank frame, and the content frame is below the blank frame.
Compared with the prior art, the method and the device have the advantages that the message is packaged according to the predefined structure, so that the message comprises the identification frame, the service frame, the blank frame and the content frame, and the current node determines the corresponding routing strategy according to the routing frame contained in the message to complete the processing of the message, reduce the transmission path of the message and improve the timeliness of the message.
A second embodiment of the present invention relates to a message processing method, which is substantially the same as the message processing method provided in the first embodiment, except that, as shown in fig. 2, step 102 includes:
step 201, checking whether the message contains a routing frame.
Specifically, if the message has no route frame, step 202 is executed, and if the message has a route frame, step 203 is executed.
Step 202, processing the message by using the blind routing rule.
Specifically, as shown in fig. 3, step 202 includes:
step 301, storing the identification frame in the message, and updating the identification frame in the message to be the identification frame preset by the current node.
In this embodiment, when a node is deployed in a network, an identifier frame preset by a current node is set for the node according to a service type that can be processed by the node.
Step 302, the current node checks whether the service type of the service frame in the message is consistent with the service type of the identifier frame preset by the node.
Specifically, if the service type of the service frame in the message is consistent with the service type of the identifier frame preset by the node, steps 303, 304 and 305 are executed.
Step 303, the current node acquires the message content in the message content frame to process the service.
And step 304, adding a routing frame in the message, and setting an original identification frame of the message as a next node address in the routing frame.
Step 305, writing the result of processing the service into the message content frame, and sending to the next node.
If the service type of the service frame in the message is not consistent with the service type of the identifier frame preset by the node, step 306 is executed.
Step 306, adding a routing frame in the message, and setting a default routing node as a next node in the routing frame.
Specifically, each node has a default route that is predefined.
Step 203, the message is processed by using the directional routing rule.
Specifically, as shown in fig. 4, step 203 includes:
step 401, storing the identification frame in the message, and updating the identification frame in the message to be the identification frame preset by the current node.
In this embodiment, when a node is deployed in a network, an identifier frame preset by a current node is set for the node according to a service type that can be processed by the node.
Step 402, the current node acquires a routing frame in the message according to the reverse order of the encapsulation routing frame.
Step 403, checking whether the service type in the routing frame is consistent with the service type of the identifier frame preset by the current node.
Specifically, if the traffic type in the routing frame is consistent with the traffic type of the identifier frame preset by the current node, steps 404, 405, and 406 are performed.
In step 404, the current node obtains the message content in the message content frame to process the service.
Step 405, adding a new routing frame in the message, and setting the original identification frame of the message as the next node address in the new routing frame.
Step 406, writing the result of processing the service into the message content frame, and sending to the next node.
If the service type in the routing frame is not consistent with the service type of the identifier frame preset by the current node, step 407 is executed.
Step 407, check if there is a next route frame in the message.
Specifically, if there is a next route frame in the message, steps 408 and 409 are performed.
In step 408, the current node acquires a routing frame.
Step 409, checking whether the current node and the node corresponding to the routing frame establish a channel.
Specifically, if the current node establishes a channel with the node corresponding to the routing frame, step 409 is executed; if no channel is established, step 410 is performed.
Step 409, sending the message to the node corresponding to the routing frame.
Step 410, add a new routing frame in the message, and set a default routing node as the next node in the new routing frame.
If there is no next route frame in the message, steps 411 and 412 are performed.
In step 411, the message content frame is updated to an error state.
And step 412, adding a new routing frame in the message, setting the original identification frame of the message in the new routing frame as the address of the next node, and sending the address to the next node.
Compared with the prior art, on the basis of realizing the beneficial effects brought by the first embodiment, the embodiment of the invention determines whether to use the blind routing rule or the directional routing rule to process the message according to whether the message contains the routing frame, thereby realizing the non-directional transmission and the directional transmission of the message and improving the transmission efficiency and the timeliness of the message.
A third embodiment of the present invention relates to a message processing system, as shown in fig. 5, including:
the system comprises a sending node and a receiving node, wherein the sending node is used for sending a message packaged according to a predefined structure to the receiving node, and the message packaged according to the predefined structure comprises an identification frame, a service frame, a blank frame and a content frame;
the receiving node is used for receiving the message encapsulated according to the predefined structure, checking whether the message contains a routing frame or not, and determining a corresponding routing strategy according to the checking result so as to process the message;
the sending node and the receiving node respectively carry an identification frame, and the identification frame comprises service types which can be processed by the sending node or the receiving node and distinguishing codes of the sending node or the receiving node.
A fourth embodiment of the present invention relates to a message processing apparatus, as shown in fig. 6, including:
the message layer 601 is used for encapsulating messages according to a predefined structure, and comprises message addresses, message partitions and message contents;
a wrapping layer 602 for shielding differences of different communication mechanisms;
the transport layer 603 is used to transport messages encapsulated according to a predefined structure, including intra-process communication and inter-process communication.
A fifth embodiment of the present invention relates to a network device, as shown in fig. 7, including:
at least one processor 701; and the number of the first and second groups,
a memory 702 communicatively coupled to the at least one processor 701; wherein the content of the first and second substances,
the memory 702 stores instructions executable by the at least one processor 701, and the instructions are executed by the at least one processor 701 to enable the at least one processor 701 to execute the abnormal behavior detection method according to the first to fifth embodiments of the present invention.
Where the memory and processor are connected by a bus, the bus may comprise any number of interconnected buses and bridges, the bus connecting together various circuits of the memory and the processor or processors. The bus may also connect various other circuits such as peripherals, voltage regulators, power management circuits, etc., which are well known in the art, and therefore, will not be described any further herein. A bus interface provides an interface between the bus and the transceiver. The transceiver may be one element or a plurality of elements, such as a plurality of receivers and transmitters, providing a means for communicating with various other apparatus over a transmission medium. The data processed by the processor is transmitted over a wireless medium via an antenna, which further receives the data and transmits the data to the processor.
The processor is responsible for managing the bus and general processing and may also provide various functions including timing, peripheral interfaces, voltage regulation, power management, and other control functions. And the memory may be used to store data used by the processor in performing operations.
It will be understood by those of ordinary skill in the art that the foregoing embodiments are specific examples of practicing the invention, and that various changes in form and detail may be made therein without departing from the spirit and scope of the invention in practice.

Claims (8)

1. A message processing method, comprising:
receiving a message packaged according to a predefined structure, wherein the message packaged according to the predefined structure comprises an identification frame, a service frame, a blank frame and a content frame;
checking whether the message contains a routing frame or not, and determining a corresponding routing strategy according to a checking result so as to process the message;
the identification frame comprises a service type which can be processed by the source node and a distinguishing code of the source node, and is used for representing the identity source of the message; the service frame comprises a service type and is used for representing the service requested by the message; the content frame contains the message content;
wherein, the checking whether the message contains the routing frame or not, and determining the corresponding routing strategy according to the checking result to process the message includes:
checking whether the message contains a routing frame;
if the message has no routing frame, processing the message in a non-directional transmission mode by adopting a blind routing rule;
and if the message has a routing frame, processing the message in a directional transmission mode by adopting a directional routing rule, wherein the routing frame is the same as the identification frame.
2. The message processing method according to claim 1, wherein the processing the message in a non-directional transmission manner using the blind routing rule comprises:
storing the identification frame in the message, and updating the identification frame in the message to be the identification frame preset by the current node;
the current node checks whether the service type of the service frame in the message is consistent with the service type of the identification frame preset by the node;
if the message content is consistent with the next node address, the current node acquires the message content in the message content frame to process the service, adds a routing frame in the message, sets an original identification frame of the message in the routing frame as the next node address, writes the result of processing the service into the message content frame, and sends the result to the next node;
and if not, adding a routing frame in the message, and setting a default routing node as a next node in the routing frame.
3. The message processing method according to claim 1, wherein the processing the message in a directional transmission manner by using a directional routing rule comprises:
storing the identification frame in the message, and updating the identification frame in the message to be the identification frame preset by the current node;
the current node acquires a routing frame in the message according to the sequence opposite to the sequence of the encapsulated routing frame;
checking whether the service type in the routing frame is consistent with the service type of an identification frame preset by the current node, wherein if so, the current node acquires the message content in the message content frame to process the service, adds a new routing frame in the message, sets the original identification frame of the message in the new routing frame as the address of the next node, writes the result of processing the service into the message content frame, and sends the result to the next node;
if not, checking whether the message has the next routing frame.
4. The message processing method of claim 3, wherein said checking whether there is a next routing frame in the message comprises:
if the message has a next routing frame, the current node acquires the routing frame, and checks whether the current node and a node corresponding to the routing frame establish a channel, wherein if the channel is established, the message is sent to the node corresponding to the routing frame, if the channel is not established, a new routing frame is added into the message, and a default routing node is set in the new routing frame as the next node;
and if the message has no next routing frame, updating the message content frame to be in an error state, adding a new routing frame into the message, setting an original identification frame of the message in the new routing frame as a next node address, and sending the next node address to the next node.
5. A message processing system, comprising:
the system comprises a sending node and a receiving node, wherein the sending node is used for sending a message packaged according to a predefined structure to the receiving node, and the message packaged according to the predefined structure comprises an identification frame, a service frame, a blank frame and a content frame;
the receiving node is used for receiving the message encapsulated according to the predefined structure, checking whether the message contains a routing frame or not, and determining a corresponding routing strategy according to the checking result so as to process the message;
the sending node and the receiving node respectively carry an identification frame, and the identification frame comprises service types which can be processed by the sending node or the receiving node and distinguishing codes of the sending node or the receiving node;
wherein, the checking whether the message contains the routing frame, and determining the corresponding routing strategy according to the checking result to process the message includes:
checking whether the message contains a routing frame;
if the message has no routing frame, processing the message in a non-directional transmission mode by adopting a blind routing rule;
and if the message has a routing frame, processing the message in a directional transmission mode by adopting a directional routing rule, wherein the routing frame is the same as the identification frame.
6. Message processing system according to claim 5, characterized in that it comprises:
the node records a node establishing a channel with the node;
the node extracts the service type of the self identification frame and the service type of the identification frame of the node establishing a channel with the node;
and classifying all the nodes according to the service types by the nodes, and storing the nodes as service and node relation records.
7. Message processing system according to claim 5, characterized in that it comprises:
when a new node is accessed, the new node actively sends a registration message to the current node, wherein the registration message is encapsulated according to a predefined structure and comprises an identification frame;
and the current node acquires the identification frame of the new node registration message and updates the service and node relation record.
8. A network device, comprising:
at least one processor; and (c) a second step of,
a memory communicatively coupled to the at least one processor; wherein, the first and the second end of the pipe are connected with each other,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the message processing method of any one of claims 1 to 4.
CN202011339906.8A 2020-11-25 2020-11-25 Message processing method, system, device and network equipment Active CN112565088B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011339906.8A CN112565088B (en) 2020-11-25 2020-11-25 Message processing method, system, device and network equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011339906.8A CN112565088B (en) 2020-11-25 2020-11-25 Message processing method, system, device and network equipment

Publications (2)

Publication Number Publication Date
CN112565088A CN112565088A (en) 2021-03-26
CN112565088B true CN112565088B (en) 2022-10-18

Family

ID=75043748

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011339906.8A Active CN112565088B (en) 2020-11-25 2020-11-25 Message processing method, system, device and network equipment

Country Status (1)

Country Link
CN (1) CN112565088B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101754487A (en) * 2008-12-08 2010-06-23 华为技术有限公司 Management and control method and device of multi-business transmission network
CN102006231A (en) * 2010-11-23 2011-04-06 北京华环电子股份有限公司 Method and device for establishing intelligent route of data service network element as well as data service transmission apparatus
CN102883399A (en) * 2012-10-19 2013-01-16 南京大学 Cluster-based CTP (coordinated test program) routing protocol

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100459580C (en) * 2006-02-13 2009-02-04 杭州华三通信技术有限公司 Method of forwarding services with three-layer resilient packet ring
CN101227418B (en) * 2007-01-19 2012-04-04 华为技术有限公司 System, apparatus and method for implementing amalgamation IP message
EP2547049B1 (en) * 2010-05-25 2018-09-19 Huawei Technologies Co., Ltd. Method, system and corresponding apparatus for implementing policy and charging control
JP5035480B1 (en) * 2012-01-27 2012-09-26 オムロン株式会社 Data relay device, data transmission device, network system
CN102857975B (en) * 2012-10-19 2014-12-31 南京大学 Method for establishing load balance CTP (Collection Tree Protocol) routing protocol
CN104079482B (en) * 2013-03-26 2017-06-27 华为技术有限公司 A kind of method and device of selection routed path
CN105763443A (en) * 2016-04-28 2016-07-13 西安电子科技大学 HWMP-based double route cooperation method
WO2018107281A1 (en) * 2016-12-12 2018-06-21 Crossport Network Solutions Inc. Ad-hoc sensing switched data circuit for connecting network hosts and peripherals
CN108345621B (en) * 2017-01-24 2022-03-08 腾讯科技(深圳)有限公司 Data reconciliation method, system and data system
CN109120528B (en) * 2017-06-23 2020-12-01 华为技术有限公司 Network communication method and related equipment
CN107704502B (en) * 2017-08-28 2021-10-29 创新先进技术有限公司 Routing method, device, equipment and system
US10659252B2 (en) * 2018-01-26 2020-05-19 Nicira, Inc Specifying and utilizing paths through a network

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101754487A (en) * 2008-12-08 2010-06-23 华为技术有限公司 Management and control method and device of multi-business transmission network
CN102006231A (en) * 2010-11-23 2011-04-06 北京华环电子股份有限公司 Method and device for establishing intelligent route of data service network element as well as data service transmission apparatus
CN102883399A (en) * 2012-10-19 2013-01-16 南京大学 Cluster-based CTP (coordinated test program) routing protocol

Also Published As

Publication number Publication date
CN112565088A (en) 2021-03-26

Similar Documents

Publication Publication Date Title
US9094482B2 (en) Apparatus and method for controlling data transmission/reception path between server and mobile terminal in heterogeneous network environment
CN110650168B (en) Communication method and device thereof
US10827379B2 (en) Terminal device, base station device, and method for controlling QoS
CN113543214A (en) Quality of service implementation for disjoint user planes
US20220256629A1 (en) Data radio bearer control method, device and system for multi-connection system
KR20220089708A (en) Implementation of multipath communication
CN108446105A (en) A kind of Lightweight AP I Server Development Frameworks and development approach
CN111182611B (en) Communication method and device
CN113824576A (en) Slice data transmission method and device, electronic equipment and readable medium
CN104754521A (en) Message transmitting method, wireless access point, wireless controller and system
CN112312481B (en) Communication method and system for MEC and multi-operator core network
US20210258872A1 (en) A method of and a device for operating network gateway services in a service based telecommunications system
CN112565088B (en) Message processing method, system, device and network equipment
CN116724545A (en) Method, device and system for transmitting data packet
CN116010130B (en) Cross-card link aggregation method, device, equipment and medium for DPU virtual port
US11436172B2 (en) Data frame interface network device
CN108848156B (en) Access gateway processing method, device and storage medium
CN112449357B (en) Information interaction method and related equipment
CN112954658A (en) Business card system suitable for data exchange of communication protocol layer and data exchange method
CN112039801A (en) Method, system and proxy server for setting IP information
US20110134777A1 (en) System and method for transporting packet in real time
CN111082957A (en) Port configuration detection method, terminal and computer-readable storage medium
WO2023213199A1 (en) Communication method and device in roaming scene
CN103051541A (en) Method of transmitting message in marked net, and ASR (Access Service Router) and ISR (Internet Service Router)
CN117395195A (en) Communication method, device, equipment and storage medium

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