CN110113261B - Processing method and device for cross-system data exchange hierarchical packet routing - Google Patents

Processing method and device for cross-system data exchange hierarchical packet routing Download PDF

Info

Publication number
CN110113261B
CN110113261B CN201910424310.9A CN201910424310A CN110113261B CN 110113261 B CN110113261 B CN 110113261B CN 201910424310 A CN201910424310 A CN 201910424310A CN 110113261 B CN110113261 B CN 110113261B
Authority
CN
China
Prior art keywords
routing node
routing
receiver
sender
identification code
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
CN201910424310.9A
Other languages
Chinese (zh)
Other versions
CN110113261A (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.)
Guangdong Yichen Information Technology Co ltd
Original Assignee
Guangdong Yichen 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 Guangdong Yichen Information Technology Co ltd filed Critical Guangdong Yichen Information Technology Co ltd
Priority to CN201910424310.9A priority Critical patent/CN110113261B/en
Publication of CN110113261A publication Critical patent/CN110113261A/en
Application granted granted Critical
Publication of CN110113261B publication Critical patent/CN110113261B/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/02Topology update or discovery
    • H04L45/04Interdomain routing, e.g. hierarchical routing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/26Route discovery packet
    • 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

Landscapes

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

Abstract

The invention provides a processing method and a device for cross-system data exchange hierarchical packet routing, wherein the method comprises the steps of obtaining a routing configuration table and a message to be sent; the method comprises the steps that a routing node of a sender analyzes a message to be sent, a first identification code and message content of a receiver are obtained, the routing node of the receiver is determined according to the first identification code of the receiver and a routing configuration table, if the routing node of the sender and the routing node of the receiver are located under the same routing node, the routing node of the sender sends the message content to a routing node of the previous stage, and the routing node of the previous stage carries out grouping delivery on the message content according to a second identification code; if the sender routing node and the receiver routing node are not located under the same routing node, the sender routing node packages and delivers the message content to the central routing node, the central routing node groups according to the receiver routing node, and then delivers the message content according to the second identification code group, so that the purposes of improving routing efficiency and reducing occupied storage space are achieved.

Description

Processing method and device for cross-system data exchange hierarchical packet routing
Technical Field
The invention relates to the field of cross-system data exchange, in particular to a method and a device for processing cross-system data exchange hierarchical packet routing.
Background
With the rapid development of electronic government affairs and the popularization of information and network technologies, various government agencies in China are migrating the office environment, management and service functions to the network by using high and new technologies such as computers and networks, thereby exceeding the limits of time, space, division of departments and the like, providing efficient, high-quality, standard, transparent and comprehensive services for the whole society and comprehensively realizing the conversion of the government functions from a management type to a service type.
Since government agencies have the characteristics of upper and lower level management such as province/city/prefecture and local management such as office/office, electronic government affair information system software mostly relates to data exchange across systems; in terms of system architecture, some information systems adopt a centralized type that multiple units share one system, for example, some local government agencies have the same person and the system setting has two government agency names, and some adopt a distributed type that one unit corresponds to one system. In the traditional routing technology of the data exchange group sending message, a sending party sends a group sending message to a message server, and the message server unpacks and analyzes receiving units in a group sending message header and sends the receiving units to a target system corresponding to the receiving units one by one.
Because one group sending message may contain a plurality of receiving units, and the plurality of receiving units correspond to different information systems, after the group sending message is unpacked by a traditional cross-system message routing server, all receiving units are traversed, and each unit is delivered once. For a centralized information system which adopts a system shared by multiple units, the defects of multiple delivery, low routing efficiency and large occupied storage space exist according to the routing of a receiving unit.
Disclosure of Invention
In order to solve the problems in the prior art, the invention provides a processing method and a device for cross-system data exchange hierarchical packet routing, which achieve the purposes of improving routing efficiency and reducing occupied storage space by grouping mass-sent messages according to identification codes corresponding to receiving units and carrying out hierarchical routing according to the levels of the receiving units.
In order to achieve the purpose, the technical scheme of the invention is as follows: a processing method for cross-system data exchange hierarchical packet routing is provided, which comprises the following steps:
acquiring a routing configuration table and a message to be sent;
the routing configuration table comprises a corresponding relation of a first identification code, a routing node and a second identification code;
the routing nodes comprise a sender routing node and a receiver routing node;
the routing node of the sender analyzes the message to be sent, acquires the first identification code and the message content of the receiver, determines the routing node of the receiver according to the first identification code of the receiver and a routing configuration table,
if the sender routing node and the receiver routing node are positioned under the same routing node, the sender routing node sends the message content to a previous-level routing node which is common to the sender routing node and the receiver routing node, and the previous-level routing node continues to carry out packet delivery on the message content to the receiver routing node according to the second identification code;
if the sender routing node and the receiver routing node are not located under the same routing node, the sender routing node packages and delivers the message content to a central routing node shared by the sender routing node and the receiver routing node, the central routing node groups according to the receiver routing node, sends the message content to the same-level receiver routing node, and then groups and delivers the message content to the receiver routing node according to a second identification code;
in the method, a sender determines a routing node of a receiver through a first identification code and a routing configuration table, and determines a forwarding path of the routing node of the sender by comparing whether the routing node of the sender and the routing node of the receiver are under the same routing node, if the routing node of the sender and the routing node of the receiver are under the same routing node, namely under the same level, the forwarding path is forwarded to a routing node of an upper level, if the routing node of the sender and the routing node of the receiver are not under the same routing node, namely under the same level, the forwarding path is forwarded to a central routing node, and before the forwarding, the message content is sent in a packet mode by following a second identification code again, so that the hierarchical forwarding is carried out firstly, then the packet sending is carried out, and each receiving node is not required to be traversed every time when the message is sent, the routing efficiency is improved, and the occupied storage space is reduced.
Further, the first identification code is a system code, and the second identification code is an organization code; or the first identification code is an organization code, the second identification code is a system code, and the system code and the organization code are set as identification codes, so that the level of the organization and the system setting in the place can be distinguished more effectively.
Further, if the sender routing node and the receiver routing node are not located under the same routing node, the sender routing node packages and delivers the message content to a central routing node shared by the sender routing node and the receiver routing node;
further, the central routing node is a routing node which is the nearest routing node of the sender and is shared by the routing node of the sender and the routing node of the receiver, and the central routing node is set as the routing node which is shared by the receiver and the sender and is the nearest routing node of the sender, so that when the receiver and the sender have a plurality of common nodes with different levels, the message content can be sent to the central routing node more quickly.
Further, the step of grouping the central routing nodes according to the routing nodes of the receivers and sending the message content to the routing nodes of the same receiver comprises the step of grouping the same previous-level routing nodes in different routing nodes of the receivers by the central routing nodes and sending the message content to the same previous-level routing nodes, wherein the central routing nodes group the message content according to the routing nodes of the receivers and forward the message content to the routing nodes of the receivers step by step, and the central routing nodes group the same previous-level routing nodes and forward the message content to each group until the routing nodes of the receivers, so that the occupied storage space is further reduced, and the routing efficiency is improved.
Further, the step of delivering the message content to the receiver routing node in groups according to the second identification code comprises the receiver routing node regrouping according to the second identification code and delivering a message content to each group,
and grouping according to the second identification code, and sending and delivering the message content to each group in a group, wherein mechanisms in the same group can read the message content, so that the mechanism delivering the same system code for many times is reduced, the routing efficiency is improved, and the occupied storage space is reduced.
The invention also provides a processing device for cross-system data exchange hierarchical packet routing, which comprises:
the message acquisition module is used for acquiring a routing configuration table and a message to be sent;
the routing configuration table comprises a corresponding relation of a first identification code, a routing node and a second identification code;
the routing nodes comprise a sender routing node and a receiver routing node;
the data analysis module is used for analyzing the message to be sent by the routing node of the sender, acquiring a first identification code and message content of the receiver and determining the routing node of the receiver according to the first identification code of the receiver and a routing configuration table;
the first execution module is used for sending the message content to a previous-level routing node which is common to the sender routing node and the receiver routing node by the sender routing node if the sender routing node and the receiver routing node are positioned under the same routing node, and continuously performing packet delivery on the message content to the receiver routing node by the previous-level routing node according to the second identification code;
the second execution module is used for packaging and delivering the message content to a central routing node shared by the sender routing node and the receiver routing node by the sender routing node if the sender routing node and the receiver routing node are not positioned under the same routing node, grouping the central routing node according to the receiver routing node, sending the message content to the same-level receiver routing node, and grouping and delivering the message content to the receiver routing node according to a second identification code;
according to the device, a sender determines a routing node of a receiver through a first identification code and a routing configuration table, and determines a forwarding path of the routing node of the sender by comparing whether the routing node of the sender and the routing node of the receiver are under the same routing node or not, if the routing node of the sender and the routing node of the receiver are under the same routing node, namely under the same level, forwarding is carried out on the routing node of the upper level, if the routing node is not under the same routing node, namely under the same level, forwarding is carried out on the routing node of the center, and before forwarding, grouping and sending message contents are carried out by following a second identification code again, so that hierarchical forwarding is carried out first, then grouping and sending are carried out, and each receiving node is not required to be traversed by sending a message every time, so that the routing efficiency is improved, and the occupied storage space is reduced.
Further, the first identification code is a system code, and the second identification code is an organization code; or the first identification code is an organization code, the second identification code is a system code, and the system code and the organization code are set as identification codes, so that the level of the organization and the system setting in the place can be distinguished more effectively.
Further, the second execution module comprises a second sub-sending module, a first sub-grouping module and a second sub-grouping module,
the second sub-sending module is used for packaging the message content of the routing node of the sender, which is not positioned under the same routing node, into a central routing node which is common to the routing node of the sender and the routing node of the receiver if the routing node of the sender and the routing node of the receiver are not positioned under the same routing node;
the second sub-grouping module I is used for the central routing node to divide the same upper-level routing nodes in different receiver routing nodes into a group and send the message content to the same upper-level routing nodes;
the second sub-grouping module II is used for the routing nodes of the receiving party to carry out grouping again according to the second identification code and deliver the message content to each group;
according to the arrangement, the message content of the routing node of the receiving party is packaged into a part and sent to the central routing node by the receiving party which is not located in the same routing node, and then the part is sent by the central routing node, so that traversal from the sending party to the receiving party is not needed, the central routing node groups according to the routing node of the receiving party, and the message content is forwarded to the routing node of the receiving party step by step, the central routing node groups according to the same upper-level routing node and forwards the part of the message content to each group until the routing node of the receiving party, so that the routing efficiency is further improved, and the occupied storage space is reduced; after grading, grouping is carried out according to the second identification code, and a part of message content is sent and delivered to each group in a group mode, mechanisms in the same group can read the part of message content, multiple deliveries to the mechanisms with the same system code are reduced, routing efficiency is improved, and occupied storage space is reduced.
Further, the central routing node is a routing node which is the nearest routing node of the sender and is shared by the routing node of the sender and the routing node of the receiver, and the central routing node is set as the routing node which is shared by the receiver and the sender and is the nearest routing node of the sender, so that when the receiver and the sender have a plurality of common nodes with different levels, the message content can be sent to the central routing node more quickly.
Drawings
FIG. 1 is a flow diagram of a method of processing hierarchical packet routing across system data exchanges;
FIG. 2 is a routing configuration representation intent;
FIG. 3 is a block diagram of a processing device for hierarchical packet routing across a system data switch;
FIG. 4 is a cross-system data exchange model diagram.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and specific embodiments.
As shown in fig. 1, the present invention provides a method for processing a hierarchical packet route across system data exchanges, including:
acquiring a routing configuration table and a message to be sent;
the routing configuration table comprises a corresponding relation of a first identification code, a routing node and a second identification code; in this embodiment, as shown in fig. 2, the first identification code is a system code, and the second identification code is an organization code; in other embodiments, the first identification code may also be an organization code, i.e., a code of an organization, and the second identification code may also be a system code, which is a code of the organization corresponding to the internal processing system.
The routing node comprises a sender routing node or a receiver routing node;
the routing node of the sender analyzes the message to be sent, acquires the first identification code and the message content of the receiver, determines the routing node of the receiver according to the first identification code of the receiver and a routing configuration table,
if the sender routing node and the receiver routing node are positioned under the same routing node, the sender routing node sends the message content to a previous-level routing node which is common to the sender routing node and the receiver routing node, and the previous-level routing node continues to carry out packet delivery on the message content to the receiver routing node according to the second identification code; as shown in fig. 2, assuming that the mechanism code of the sending party is org1 and the receiving party is org0, since the two parties are under the same routing node12 and have the upper level routing node1 passing through, the sending routing node sends a message to the upper level routing node, node 1;
if the sender routing node and the receiver routing node are not located under the same routing node, the sender routing node packages and delivers the message content to a central routing node shared by the sender routing node and the receiver routing node, the central routing node groups according to the receiver routing node, sends the message content to the same-level receiver routing node, and then groups and delivers the message content to the receiver routing node according to a second identification code; the central routing node is a routing node closest to the sender routing node, which is shared by the sender routing node and the receiver routing node, and is set as a routing node closest to the sender, which is shared by the receiver and the sender, as shown in fig. 2, if the sender mechanism code is org1 and the receiver is org4, the two parties are not located under the same routing node and have a common routing node, namely, the central routing node n 1;
if the sender routing node and the receiver routing node are not located under the same routing node, the step of the sender routing node packaging and delivering the message content to a central routing node shared by the sender routing node and the receiver routing node specifically comprises the steps of packaging the message content of the sender routing node not located under the same routing node into a central routing node shared by the sender routing node and the receiver routing node, as shown in fig. 2, assuming that a sender organization code is org1, and receivers are org0, org2 and org3, and sending the message content of the sender as a group sending message to the central routing node n1 because the three receivers and the sender are not located under the same routing node;
the step of grouping the central routing nodes according to the routing nodes of the receivers and sending the message content to the routing nodes of the same level of receivers specifically includes that the central routing node groups the same upper level routing nodes in the routing nodes of different receivers into a group and sends the message content to the same upper level routing nodes, as shown in fig. 2, assuming that the mechanism code of the sender is org1 and the receivers are org0, org2 and org4, because the receivers org0 and org2 have the same upper level routing node note12, the nodes are grouped into a group, and then the org4 is grouped into a group, and the message content is sent to the note12 and the note11 respectively.
The step of delivering the message contents to the routing node of the receiver in groups according to the second identification code specifically includes that the routing node of the receiver is grouped again according to the second identification code, and a message content is delivered to each group, as shown in fig. 2, assuming that the organization code of the sender is org1, and the receivers are org0 and org2, because the receivers org0 and org2 have the same upper-level routing node12, the routing nodes are divided into a group, and the message content is respectively sent to the node12, and then the message content is respectively sent to the node121 and the node122 according to the system codes because the system codes of the org0 and the org2 are different.
In the method, a sender determines a routing node of a receiver through a first identification code and a routing configuration table, and determines a forwarding path of the routing node of the sender by comparing whether the routing node of the sender and the routing node of the receiver are under the same routing node, if the routing node of the sender and the routing node of the receiver are under the same routing node, namely under the same level, the forwarding path is forwarded to a routing node of an upper level, if the routing node of the sender and the routing node of the receiver are not under the same routing node, namely under the same level, the forwarding path is forwarded to a central routing node, and before the forwarding, the message content is sent in a packet mode by following a second identification code again, so that the hierarchical forwarding is carried out firstly, then the packet sending is carried out, and each receiving node is not required to be traversed every time when the message is sent, the routing efficiency is improved, and the occupied storage space is reduced.
The present invention also provides a processing apparatus for hierarchical packet routing across system data switching, as shown in fig. 3, including:
the message acquisition module 1 is used for acquiring a routing configuration table and a message to be sent;
the routing configuration table comprises a corresponding relation of a first identification code, a routing node and a second identification code; the first identification code is a system code and the second identification code is an organization code; in other embodiments, the first identification code may also be an organization code, i.e., a code of an organization, and the second identification code may also be a system code, which is a code of the organization corresponding to the internal processing system;
the routing nodes comprise a sender routing node and a receiver routing node;
the data analysis module 2 is used for analyzing the message to be sent by the routing node of the sender, acquiring a first identification code and message content of the receiver, and determining the routing node of the receiver according to the first identification code of the receiver and a routing configuration table;
the first execution module 3 is used for sending the message content to a previous-level routing node which is common to the sender routing node and the receiver routing node by the sender routing node if the sender routing node and the receiver routing node are located under the same routing node, and continuously performing packet delivery on the message content to the receiver routing node by the previous-level routing node according to the second identification code;
the second execution module 4 is used for packaging and delivering the message content to a central routing node shared by the sender routing node and the receiver routing node by the sender routing node if the sender routing node and the receiver routing node are not located under the same routing node, grouping the central routing node according to the receiver routing node, sending the message content to the same-level receiver routing node, and grouping and delivering the message content to the receiver routing node according to a second identification code; the central routing node is a routing node which is the nearest neighbor routing node shared by the sender routing node and the receiver routing node
Another embodiment of the second execution module 4 specifically includes a second sub-sending module 41 and a second sub-grouping module one 42 and a second grouping module two 43,
the second sub-sending module 41 is configured to, if the sender routing node and the receiver routing node are not located under the same routing node, encapsulate the message content of the sender routing node that is not located under the same routing node into a central routing node that is common to the sender routing node and the receiver routing node;
the second sub-grouping module I42 is used for the central routing node to group the same upper-level routing nodes in different receiver routing nodes, and to send the message content to the same upper-level routing nodes;
the second sub-grouping module II 43 is used for the receiving routing node to carry out grouping again according to the second identification code and deliver the message content to each group;
according to the device, a sender determines a routing node of a receiver through a first identification code and a routing configuration table, and determines a forwarding path of the routing node of the sender by comparing whether the routing node of the sender and the routing node of the receiver are under the same routing node or not, if the routing node of the sender and the routing node of the receiver are under the same routing node, namely under the same level, forwarding is carried out on the routing node of the upper level, if the routing node is not under the same routing node, namely under the same level, forwarding is carried out on the routing node of the center, and before forwarding, grouping and sending message contents are carried out by following a second identification code again, so that hierarchical forwarding is carried out first, then grouping and sending are carried out, and each receiving node is not required to be traversed by sending a message every time, so that the routing efficiency is improved, and the occupied storage space is reduced.
As shown in fig. 4, the interactive system including the processing means of the present invention includes models of the various levels associated with the passage of message content from sender to receiver,
and (3) a data layer: information for exchange across systems, including message headers, message content, related attachments.
Information layer: the related information of the sender and the receiver required by the message in the exchange process comprises an organization code, organization node information, a system code and the like.
Node layer: the nodes involved in the exchange of messages. Where the routing nodes are responsible for storing the forwarded messages. The routing nodes may include a superior (central) routing node, several levels of sub-routing nodes. The upper routing node is only connected and communicated with the lower routing node, and the last routing node is connected and communicated with the information systems of the sender and the receiver.
A transmission layer: method for message transmission switching in different nodes. The transport layer supports a plurality of exchange protocols, such as WebService, FTP, EMAIL, message middleware, and the like.

Claims (4)

1. A method for processing a hierarchical packet route across system data exchanges, comprising:
acquiring a routing configuration table and a message to be sent;
the routing configuration table comprises a corresponding relation of a first identification code, a routing node and a second identification code; the first identification code is a system code, the second identification code is an organization code or the first identification code is an organization code, the organization code is a code of a certain organization, the second identification code is a system code, and the system code is an internal processing system corresponding to the organization code;
the routing nodes comprise a sender routing node and a receiver routing node;
the routing node of the sender analyzes the message to be sent, acquires the first identification code and the message content of the receiver, determines the routing node of the receiver according to the first identification code of the receiver and a routing configuration table,
if the sender routing node and the receiver routing node are positioned under the same routing node, the sender routing node sends the message content to a previous-level routing node which is common to the sender routing node and the receiver routing node, and the previous-level routing node continues to carry out packet delivery on the message content to the receiver routing node according to the second identification code;
if the sender routing node and the receiver routing node are not located under the same routing node, the sender routing node packages and delivers the message content to a central routing node shared by the sender routing node and the receiver routing node, the central routing node groups according to the receiver routing node, sends the message content to the same-level receiver routing node, and then groups and delivers the message content to the receiver routing node according to a second identification code;
if the sender routing node and the receiver routing node are not located under the same routing node, the sender routing node packages and delivers the message content to a central routing node shared by the sender routing node and the receiver routing node;
the central routing node groups the message content according to the routing nodes of the receivers, and the step of sending the message content to the routing nodes of the same receiver comprises the central routing node grouping the same upper-level routing nodes in different routing nodes of the receivers into a group and sending the message content to the same upper-level routing nodes;
and the step of delivering the message content to the routing node of the receiving party in groups according to the second identification code comprises the step of re-grouping the routing node of the receiving party according to the second identification code and delivering the message content to each group by one part of message content.
2. The method of claim 1, wherein the method comprises: the central routing node is a routing node that is closest to the sender routing node in common with the receiver routing node.
3. A processing apparatus for exchanging hierarchical packet routes across a system data, comprising:
the message acquisition module is used for acquiring a routing configuration table and a message to be sent;
the routing configuration table comprises a corresponding relation of a first identification code, a routing node and a second identification code; the first identification code is a system code, the second identification code is an organization code or the first identification code is an organization code, the organization code is a code of a certain organization, the second identification code is a system code, and the system code is an internal processing system corresponding to the organization code;
the routing nodes comprise a sender routing node and a receiver routing node;
the data analysis module is used for analyzing the message to be sent by the routing node of the sender, acquiring a first identification code and message content of the receiver and determining the routing node of the receiver according to the first identification code of the receiver and a routing configuration table;
the first execution module is used for sending the message content to a previous-level routing node which is common to the sender routing node and the receiver routing node by the sender routing node if the sender routing node and the receiver routing node are positioned under the same routing node, and continuously performing packet delivery on the message content to the receiver routing node by the previous-level routing node according to the second identification code;
the second execution module is used for packaging and delivering the message content to a central routing node shared by the sender routing node and the receiver routing node by the sender routing node if the sender routing node and the receiver routing node are not positioned under the same routing node, grouping the central routing node according to the receiver routing node, sending the message content to the same-level receiver routing node, and grouping and delivering the message content to the receiver routing node according to a second identification code;
the second execution module comprises a second sub-sending module, a first sub-grouping module and a second sub-grouping module,
the second sub-sending module is used for packaging the message content of the routing node of the sender, which is not positioned under the same routing node, into a central routing node which is common to the routing node of the sender and the routing node of the receiver if the routing node of the sender and the routing node of the receiver are not positioned under the same routing node;
the second sub-grouping module I is used for the central routing node to divide the same upper-level routing nodes in different receiver routing nodes into a group and send the message content to the same upper-level routing nodes;
and the second grouping module is used for grouping the routing nodes of the receiving party again according to the second identification code and delivering the message content to each group.
4. The apparatus for processing hierarchical packet routing across system data switching according to claim 3, comprising: the central routing node is a routing node that is closest to the sender routing node in common with the receiver routing node.
CN201910424310.9A 2019-05-21 2019-05-21 Processing method and device for cross-system data exchange hierarchical packet routing Active CN110113261B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910424310.9A CN110113261B (en) 2019-05-21 2019-05-21 Processing method and device for cross-system data exchange hierarchical packet routing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910424310.9A CN110113261B (en) 2019-05-21 2019-05-21 Processing method and device for cross-system data exchange hierarchical packet routing

Publications (2)

Publication Number Publication Date
CN110113261A CN110113261A (en) 2019-08-09
CN110113261B true CN110113261B (en) 2022-04-01

Family

ID=67491293

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910424310.9A Active CN110113261B (en) 2019-05-21 2019-05-21 Processing method and device for cross-system data exchange hierarchical packet routing

Country Status (1)

Country Link
CN (1) CN110113261B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113923151B (en) * 2021-11-03 2023-03-24 苏州阿尔山数字科技有限公司 Routing addressing method based on LEI coding

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1756224A (en) * 2004-09-27 2006-04-05 华为技术有限公司 Structure of network processing unit in communication equipment and its operating method
WO2008096909A1 (en) * 2007-02-04 2008-08-14 Ki-Hyung Kim Method for routing a path setting in a wireless sensor network and apparatus for performing the same
CN101667954A (en) * 2009-10-14 2010-03-10 中兴通讯股份有限公司 Network of multilayer virtual private LAN (local area network) service and data processing method thereof
CN102546461A (en) * 2011-12-13 2012-07-04 中国电子科技集团公司第十五研究所 Multi-hierarchy message middleware system and message forwarding control method and device thereof
CN106559345A (en) * 2016-12-05 2017-04-05 深圳市国电科技通信有限公司 Ranked data gathering algorithm based on network topology

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8743888B2 (en) * 2010-07-06 2014-06-03 Nicira, Inc. Network control apparatus and method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1756224A (en) * 2004-09-27 2006-04-05 华为技术有限公司 Structure of network processing unit in communication equipment and its operating method
WO2008096909A1 (en) * 2007-02-04 2008-08-14 Ki-Hyung Kim Method for routing a path setting in a wireless sensor network and apparatus for performing the same
CN101667954A (en) * 2009-10-14 2010-03-10 中兴通讯股份有限公司 Network of multilayer virtual private LAN (local area network) service and data processing method thereof
CN102546461A (en) * 2011-12-13 2012-07-04 中国电子科技集团公司第十五研究所 Multi-hierarchy message middleware system and message forwarding control method and device thereof
CN106559345A (en) * 2016-12-05 2017-04-05 深圳市国电科技通信有限公司 Ranked data gathering algorithm based on network topology

Also Published As

Publication number Publication date
CN110113261A (en) 2019-08-09

Similar Documents

Publication Publication Date Title
US6735177B1 (en) Multicast communication device and method
CN102282810B (en) Load balancing
US7984127B2 (en) Data matrix method and system for distribution of data
JPH08510102A (en) Label processing in packet network
CN1761244A (en) Method for setting up notification function for route selection according to border gateway protocol
CN107547346B (en) Message transmission method and device
CN108768866A (en) Across the card retransmission method of multicast message, device, the network equipment and readable storage medium storing program for executing
CN105376292A (en) Explicit strategy feedback in name-based forwarding
CN109905321A (en) A kind of route control system interacted for customized high-speed interface with Ethernet
CN104917680A (en) Concurrent hashes and sub-hashes on data streams
CN109379764A (en) File transmitting method and device
CN110113261B (en) Processing method and device for cross-system data exchange hierarchical packet routing
CN110072196B (en) Communication method and system for providing block chain oriented application for named data network
CN102124702B (en) Message routing platform
CN105700940A (en) Scheduler and dynamic multiplexing method thereof
US20240022507A1 (en) Information flow recognition method, network chip, and network device
CN102752199B (en) Method and system for constructing data forwarding plane of virtual router
RU2138127C1 (en) Method of transmission of messages between subscriber devices combined in network
CN109582242B (en) Address determination method and device for cascade memory array system and electronic equipment
US11706097B2 (en) Task processing method applied to network topology, electronic device and storage medium
CN101478417B (en) Method for network information automatic distribution and interaction
CN102263669B (en) Network management system and method for controlled multicast system based on multicast conversion
CN101674547A (en) Method and device for tracing multimedia messages
CN102006233A (en) Routing method and device
CN101674548B (en) Distributing method and system for delivering report

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
CP02 Change in the address of a patent holder

Address after: Room 301, No. 93, Baisashui Road, Changban, Tianhe District, Guangzhou, Guangdong 510630 (office only)

Patentee after: Guangdong Yichen Information Technology Co.,Ltd.

Address before: 510641 room 1211, main building, No. 371-1, Wushan Road, Tianhe District, Guangzhou City, Guangdong Province

Patentee before: Guangdong Yichen Information Technology Co.,Ltd.

CP02 Change in the address of a patent holder