CN111131496A - Communication transfer method, system, device and medium based on identification information - Google Patents

Communication transfer method, system, device and medium based on identification information Download PDF

Info

Publication number
CN111131496A
CN111131496A CN201911410111.9A CN201911410111A CN111131496A CN 111131496 A CN111131496 A CN 111131496A CN 201911410111 A CN201911410111 A CN 201911410111A CN 111131496 A CN111131496 A CN 111131496A
Authority
CN
China
Prior art keywords
network
identification information
client
network message
server
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.)
Pending
Application number
CN201911410111.9A
Other languages
Chinese (zh)
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.)
Epaylinks Technology Co ltd
Original Assignee
Epaylinks 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 Epaylinks Technology Co ltd filed Critical Epaylinks Technology Co ltd
Priority to CN201911410111.9A priority Critical patent/CN111131496A/en
Publication of CN111131496A publication Critical patent/CN111131496A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/562Brokering proxy services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/146Markers for unambiguous identification of a particular session, e.g. session cookie or URL-encoding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/22Parsing or analysis of headers

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 invention discloses a communication transfer method, a communication transfer system, a communication transfer device and a communication transfer medium based on identification information. The method comprises the steps that a network message and a network message forwarding request sent by a client are received, wherein the network message carries identification information; unpacking the network message to obtain the identification information carried in the network message; establishing a corresponding relation between the network message and a client source address according to the identification information carried in the network message; and sending the network message to a server through a unique network link. By using the method of the invention, the requirement that a plurality of clients realize network communication with an upstream server through a special line can be met, the capacity expansion of the number of the clients is very easy to realize, and the efficiency of information communication transmission is improved at the cost of low cost. The invention can be widely applied to the technical field of communication.

Description

Communication transfer method, system, device and medium based on identification information
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a method, a system, a device, and a medium for communication transfer based on identification information.
Background
The existing client programs of some companies are usually in network communication with an upstream server through a private line, the upstream server only receives a unique network connection request of the client in order to realize network flow limitation, and other network connection requests are rejected by the server. The client communicates with the server through a unique network link, and the network link is only responsible for transmitting a request message of the client; the server establishes a corresponding network link to communicate with the client, and the network link is only responsible for transmitting the response message of the server. The information receiving and sending process between the client and the server is realized only through the special line, namely the two network links, so that the efficiency and the safety of information transmission can be enhanced. However, in this case, there is a problem that the network connection established between the client and the server is limited, and one dedicated line can serve only one client, and the cost for adding a dedicated line is very expensive, which is very disadvantageous to the expansion of the number of clients. At present, a good communication technical scheme is still lacking in the prior art to solve the above problems.
Disclosure of Invention
The present invention aims to solve at least to some extent one of the technical problems existing in the prior art.
Therefore, an object of the embodiments of the present invention is to provide a communication relay method based on identification information, which can satisfy a requirement that a plurality of clients realize network communication with an upstream server through a dedicated line by building a communication relay platform between the plurality of clients and the server, so that the capacity expansion of the number of the clients is very easily realized, and the efficiency of information communication transmission is improved at a low cost.
Another object of the embodiments of the present invention is to provide a communication relay system based on identification information.
In order to achieve the technical purpose, the technical scheme adopted by the embodiment of the invention comprises the following steps:
in a first aspect, an embodiment of the present invention provides a communication transfer method based on identification information, including the following steps:
receiving a network message and a network message forwarding request sent by a client, wherein the network message carries identification information;
unpacking the network message to obtain the identification information carried in the network message;
establishing a corresponding relation between the network message and a client source address according to the identification information carried in the network message;
and sending the network message to a server through a unique network link.
In addition, the communication relay method based on the identification information according to the above embodiment of the present invention may further have the following additional technical features:
further, in an embodiment of the present invention, the method further includes a network link processing step, where the network link processing step specifically includes:
receiving a network connection request sent by a client, and establishing a network link with the client;
and detecting the network connection state between the client and the server, and if the network connection state is not connected, establishing a network link between the client and the server or sending a connection interruption notice to the client.
Further, in an embodiment of the present invention, the network link processing step further includes:
receiving a network turn-off request and judging the identity of an initiator of the network turn-off request;
if the network turn-off request initiator is a client, disconnecting a network link between the client and the network turn-off request initiator;
and if the network turn-off request initiator is a server, disconnecting a network link between the server and the network turn-off request initiator, and sending a connection interruption notice to all the clients in the connection state.
Further, in an embodiment of the present invention, after the step of disconnecting the network link with the client, the method further includes the following steps:
and judging whether a network link with the client exists or not, and disconnecting the network link with the server if the network link with the client does not exist.
Further, in an embodiment of the present invention, the method further comprises the following steps:
receiving a network message and a network message forwarding request sent by a server, wherein the network message carries identification information corresponding to a client source address;
unpacking the network message to obtain the identification information carried in the network message;
and sending the network message to a client through a corresponding network link according to the identification information carried in the network message.
In a second aspect, an embodiment of the present invention provides a communication transfer system based on identification information, including:
at least one client used for sending and/or receiving network messages to the communication transfer platform;
the communication transfer platform is used for completing the forwarding of the network message between the server and at least one client;
the server is used for sending and/or receiving the network message to the communication transfer platform;
the network packet carries identification information corresponding to the source address of the client.
The embodiment of the invention also provides another communication transfer system based on the identification information, which comprises:
the receiving module is used for receiving a network message and a network message forwarding request sent by a client, wherein the network message carries identification information;
the unpacking module is used for unpacking the network message and acquiring the identification information carried in the network message;
the processing module is used for establishing a corresponding relation between the network message and a client source address according to the identification information carried in the network message;
and the sending module is used for sending the network message to a server through a unique network link.
In addition, the communication relay system based on the identification information according to the above embodiment of the present invention may further have the following additional technical features:
further, in an embodiment of the present invention, the receiving module is further configured to receive a network packet and a network packet forwarding request sent by a server, where the network packet carries identification information corresponding to a client source address;
the sending module is further configured to send the network packet to a client through a corresponding network link according to the identification information carried in the network packet.
In a third aspect, an embodiment of the present invention provides a communication transfer device based on identification information, including:
at least one processor;
at least one memory for storing at least one program;
when the at least one program is executed by the at least one processor, the at least one program causes the at least one processor to implement the communication relay method based on the identification information.
In a fourth aspect, an embodiment of the present invention further provides a medium, in which processor-executable instructions are stored, and when the processor-executable instructions are executed by a processor, the medium is configured to implement the communication transit method based on the identification information.
Advantages and benefits of the present invention will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of the invention:
the embodiment of the invention can use the communication transfer platform to complete the message transmission between one server and a plurality of clients based on the identification information, is easy to realize the capacity expansion of the number of the clients, improves the utilization rate of a network special line and improves the efficiency of information communication transmission at the cost of low cost.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the following description is made on the drawings of the embodiments of the present invention or the related technical solutions in the prior art, and it should be understood that the drawings in the following description are only for convenience and clarity of describing some embodiments in the technical solutions of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to these drawings without creative efforts.
Fig. 1 is a schematic flow chart illustrating a communication relay method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a communication transfer system based on identification information according to an embodiment of the present invention;
FIG. 3 is a schematic structural diagram of another embodiment of a communication relay system based on identification information according to the present invention;
fig. 4 is a schematic structural diagram of a communication relay device based on identification information according to an embodiment of the present invention.
Detailed Description
Reference will now be made in detail to embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the accompanying drawings are illustrative only for the purpose of explaining the present invention, and are not to be construed as limiting the present invention. The step numbers in the following embodiments are provided only for convenience of illustration, the order between the steps is not limited at all, and the execution order of each step in the embodiments can be adapted according to the understanding of those skilled in the art.
The communication relay method and system based on the identification information according to the embodiment of the present invention will be described in detail with reference to the accompanying drawings, and first, the communication relay method based on the identification information according to the embodiment of the present invention will be described with reference to the accompanying drawings.
Referring to fig. 1, the communication transfer method based on identification information according to the embodiment of the present invention mainly includes the following steps:
s1: establishing a network link among the client, the communication transfer platform and the server;
s2: receiving a network message and a network message forwarding request sent by a client, wherein the network message carries identification information;
s3: unpacking the network message to obtain the identification information carried in the network message;
s4: establishing a corresponding relation between the network message and a client source address according to the identification information carried in the network message;
s5: and sending the network message to a server through a unique network link.
The embodiment of the invention provides a communication transfer method based on identification information. The method is mainly applied to a communication system with the following characteristics: the communication system comprises a client and a server, and the client is in network communication with the upstream server through a special line. Referring to fig. 2, a system to which the method according to the embodiment of the present invention is applied includes:
at least one client 101, configured to send and/or receive a network packet to the communication relay platform 102;
a communication relay platform 102, configured to complete forwarding of a network packet between a server 103 and at least one client 101;
the server 103 is configured to send and/or receive a network packet to the communication relay platform 102;
the network packet carries identification information corresponding to the source address of the client 101.
The communication relay platform 102 is additionally arranged in the system in the embodiment of the invention, one communication relay platform 102 is correspondingly arranged on one server 103 in the system, namely the server 103 only exchanges messages with the communication relay platform 102, the server 103 cannot sense the existence of the connection of a plurality of clients 101, and the communication relay platform 102 is regarded as the only client connected with the server. The communication relay platform 102 executes the method to implement network connection of the system and forwarding of the network packet, and a specific implementation scheme of the embodiment of the method of the present invention is described in two aspects below.
First, as to step S1 in the embodiment of the present invention, the network link processing step specifically includes:
s11: receiving a network connection request sent by a client, and establishing a network link with the client;
s12: and detecting the network connection state between the client and the server, and if the network connection state is not connected, establishing a network link between the client and the server or sending a connection interruption notice to the client.
In the embodiment of the present invention, after the communication relay platform receives an external network connection request, it is first determined whether the identity of the request initiator is a client or a server? If the client is the client, the communication transfer platform judges whether the network connection is established with the server, and if the network connection is established, no operation is required; otherwise, network connection with the server is actively established, so that message transmission of the system can be carried out, or network connection with the server is not actively established, a connection interruption notice is sent to the client, and the specific implementation mode is flexibly adjusted according to needs. If the client side is the server, the communication transfer platform establishes network connection with the server, and in addition, the communication transfer platform can also establish network connection with all the online client sides. The establishment of the network connection in the embodiment of the present invention refers to establishing a network link with the client and/or the server.
Further as a preferred embodiment, the network link processing step further includes:
s13: receiving a network turn-off request and judging the identity of an initiator of the network turn-off request;
s14: if the network turn-off request initiator is a client, disconnecting a network link between the client and the network turn-off request initiator;
s15: and if the network turn-off request initiator is a server, disconnecting a network link between the server and the network turn-off request initiator, and sending a connection interruption notice to all the clients in the connection state.
Further as a preferred embodiment, after the step of disconnecting the network link with the client, the method further includes the following steps:
s141: and judging whether a network link with the client exists or not, and disconnecting the network link with the server if the network link with the client does not exist.
In the embodiment of the present invention, when the communication relay platform receives an external network shutdown request, it is first determined whether the identity of the request initiator is a client or a server? If the client is the client, the communication transfer platform disconnects the network link between the communication transfer platform and the client, and then further judges whether all the network connections between the client and the communication transfer platform are disconnected, namely whether the network link between the client and the communication transfer platform does not exist, if so, the only network connection between the communication transfer platform and the server is disconnected, so that the communication resource is saved, otherwise, no operation is performed; if the client is the server, after the communication transfer platform breaks the network link between the communication transfer platform and the server, sending a connection interruption notice to all the clients in the connection state, and then breaking the network links between all the communication transfer platforms and the clients.
The step of transmitting the message by the communication relay method based on the identification information in the embodiment of the present invention, in addition to the above-mentioned steps S2-S5, further includes the following steps:
s6: receiving a network message and a network message forwarding request sent by a server, wherein the network message carries identification information corresponding to a client source address;
s7: unpacking the network message to obtain the identification information carried in the network message;
s8: and sending the network message to a client through a corresponding network link according to the identification information carried in the network message.
In the embodiment of the present invention, when the communication relay platform receives an external network packet and a network packet forwarding request, it is first determined whether the identity of a requester initiating the network packet forwarding is a client or a server? If the network message comes from the client, the communication transfer platform carries out unpacking operation to obtain the identification information in the network message, establishes the corresponding relation between the identification information in the network message and the IP source address of the client, and then carries out the private line transmission of the information on the network message through the unique network connection between the communication transfer platform and the server. And if the network message comes from the server, the communication transfer platform carries out unpacking operation to obtain the identification information in the network message, and determines the network message to be transferred through a network link between the communication transfer platform and which client according to the corresponding relation between the identification information established before and the IP source address of the client. It should be noted that, in a primary information transmission process, the communication relay platform receives a request network message of a client and a response network message finally forwarded back to the server, and carried identification information is unified, that is, when the client sends the request network message, a corresponding relationship between the request network message, the identification information and a client source address is established; the server processes the request network message and sends out a corresponding response network message, and the communication transfer platform returns the response network message to the client according to the corresponding relation between the identification information and the client source address established before.
Next, a communication relay system based on identification information according to an embodiment of the present invention will be described with reference to the drawings.
Fig. 3 is a schematic structural diagram of a communication relay system based on identification information according to an embodiment of the present invention.
The system specifically comprises:
a receiving module 201, configured to receive a network packet and a network packet forwarding request sent by a client, where the network packet carries identification information;
the unpacking module 202 is used for unpacking the network message and acquiring the identification information carried in the network message;
the processing module 203 is configured to establish a correspondence between a network packet and a client source address according to the identification information carried in the network packet;
a sending module 204, configured to send the network packet to a server through a unique network link.
Further as a preferred embodiment, the receiving module 201 is further configured to receive a network packet and a network packet forwarding request sent by a server, where the network packet carries identification information corresponding to a client source address;
the sending module 204 is further configured to send the network packet to the client through a corresponding network link according to the identification information carried in the network packet.
It can be seen that the contents in the foregoing method embodiments are all applicable to this system embodiment, the functions specifically implemented by this system embodiment are the same as those in the foregoing method embodiment, and the advantageous effects achieved by this system embodiment are also the same as those achieved by the foregoing method embodiment.
Referring to fig. 4, an embodiment of the present invention provides a communication transfer device based on identification information, including:
at least one processor 301;
at least one memory 302 for storing at least one program;
when the at least one program is executed by the at least one processor 301, the at least one processor 301 may implement the communication relay method based on the identification information.
Similarly, the contents of the method embodiments are all applicable to the apparatus embodiments, the functions specifically implemented by the apparatus embodiments are the same as the method embodiments, and the beneficial effects achieved by the apparatus embodiments are also the same as the beneficial effects achieved by the method embodiments.
The embodiment of the present invention further provides a storage medium, in which instructions executable by the processor 301 are stored, and when the instructions executable by the processor 301 are executed by the processor 301, the instructions are configured to execute the communication transit method based on the identification information.
Similarly, the contents in the foregoing method embodiments are all applicable to this storage medium embodiment, the functions specifically implemented by this storage medium embodiment are the same as those in the foregoing method embodiments, and the advantageous effects achieved by this storage medium embodiment are also the same as those achieved by the foregoing method embodiments.
In alternative embodiments, the functions/acts noted in the block diagrams may occur out of the order noted in the operational illustrations. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality/acts involved. Furthermore, the embodiments presented and described in the flow charts of the present invention are provided by way of example in order to provide a more thorough understanding of the technology. The disclosed methods are not limited to the operations and logic flows presented herein. Alternative embodiments are contemplated in which the order of various operations is changed and in which sub-operations described as part of larger operations are performed independently.
Furthermore, although the present invention is described in the context of functional modules, it should be understood that, unless otherwise stated to the contrary, one or more of the described functions and/or features may be integrated in a single physical device and/or software module, or one or more functions and/or features may be implemented in a separate physical device or software module. It will also be appreciated that a detailed discussion of the actual implementation of each module is not necessary for an understanding of the present invention. Rather, the actual implementation of the various functional modules in the apparatus disclosed herein will be understood within the ordinary skill of an engineer, given the nature, function, and internal relationship of the modules. Accordingly, those skilled in the art can, using ordinary skill, practice the invention as set forth in the claims without undue experimentation. It is also to be understood that the specific concepts disclosed are merely illustrative of and not intended to limit the scope of the invention, which is defined by the appended claims and their full scope of equivalents.
The functions, if implemented in the form of software functional units and sold or used as separate objects, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention or a part thereof, which essentially contributes to the prior art, can be embodied in the form of a software object stored in a storage medium, and includes several instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The logic and/or steps represented in the flowcharts or otherwise described herein, e.g., an ordered listing of executable instructions that can be considered to implement logical functions, can be embodied in any computer-readable medium for use by or in connection with an instruction execution system, apparatus, or device, such as a computer-based system, processor-containing system, or other system that can fetch the instructions from the instruction execution system, apparatus, or device and execute the instructions. For the purposes of this description, a "computer-readable medium" can be any means that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.
More specific examples (a non-exhaustive list) of the computer-readable medium would include the following: an electrical connection (electronic device) having one or more wires, a portable computer diskette (magnetic device), a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber device, and a portable compact disc read-only memory (CDROM). Additionally, the computer-readable medium could even be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, via for instance optical scanning of the paper or other medium, then compiled, interpreted or otherwise processed in a suitable manner if necessary, and then stored in a computer memory.
It should be understood that portions of the present invention may be implemented in hardware, software, firmware, or a combination thereof. In the above embodiments, the various steps or methods may be implemented in software or firmware stored in memory and executed by a suitable instruction execution system. For example, if implemented in hardware, as in another embodiment, any one or combination of the following techniques, which are known in the art, may be used: a discrete logic circuit having a logic gate circuit for implementing a logic function on a data signal, an application specific integrated circuit having an appropriate combinational logic gate circuit, a Programmable Gate Array (PGA), a Field Programmable Gate Array (FPGA), or the like.
In the foregoing description of the specification, reference to the description of "one embodiment/example," "another embodiment/example," or "certain embodiments/examples," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, schematic representations of the above terms do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
While embodiments of the present invention have been shown and described, it will be understood by those of ordinary skill in the art that: various changes, modifications, substitutions and alterations can be made to the embodiments without departing from the principles and spirit of the invention, the scope of which is defined by the claims and their equivalents.
While the preferred embodiments of the present invention have been illustrated and described, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (10)

1. A communication transfer method based on identification information is characterized by comprising the following steps:
receiving a network message and a network message forwarding request sent by a client, wherein the network message carries identification information;
unpacking the network message to obtain the identification information carried in the network message;
establishing a corresponding relation between the network message and a client source address according to the identification information carried in the network message;
and sending the network message to a server through a unique network link.
2. The communication relay method based on the identification information according to claim 1, further comprising a network link processing step, wherein the network link processing step specifically comprises:
receiving a network connection request sent by a client, and establishing a network link with the client;
and detecting the network connection state between the client and the server, and if the network connection state is not connected, establishing a network link between the client and the server or sending a connection interruption notice to the client.
3. The communication relaying method of claim 2, wherein the network link processing step further comprises:
receiving a network turn-off request and judging the identity of an initiator of the network turn-off request;
if the network turn-off request initiator is a client, disconnecting a network link between the client and the network turn-off request initiator;
and if the network turn-off request initiator is a server, disconnecting a network link between the server and the network turn-off request initiator, and sending a connection interruption notice to all the clients in the connection state.
4. The communication relay method according to claim 3, wherein the step of disconnecting the network link with the client further comprises the following steps:
and judging whether a network link with the client exists or not, and disconnecting the network link with the server if the network link with the client does not exist.
5. The communication relay method based on the identification information according to any one of claims 1-4, further comprising the steps of:
receiving a network message and a network message forwarding request sent by a server, wherein the network message carries identification information corresponding to a client source address;
unpacking the network message to obtain the identification information carried in the network message;
and sending the network message to a client through a corresponding network link according to the identification information carried in the network message.
6. A communication transfer system based on identification information is characterized by comprising:
at least one client used for sending and/or receiving network messages to the communication transfer platform;
the communication transfer platform is used for completing the forwarding of the network message between the server and at least one client;
the server is used for sending and/or receiving the network message to the communication transfer platform;
the network packet carries identification information corresponding to the source address of the client.
7. A communication transfer system based on identification information is characterized by comprising:
the receiving module is used for receiving a network message and a network message forwarding request sent by a client, wherein the network message carries identification information;
the unpacking module is used for unpacking the network message and acquiring the identification information carried in the network message;
the processing module is used for establishing a corresponding relation between the network message and a client source address according to the identification information carried in the network message;
and the sending module is used for sending the network message to a server through a unique network link.
8. The communication relay system based on the identification information as claimed in claim 7, wherein:
the receiving module is further configured to receive a network packet and a network packet forwarding request sent by a server, where the network packet carries identification information corresponding to a client source address;
the sending module is further configured to send the network packet to a client through a corresponding network link according to the identification information carried in the network packet.
9. A communication transfer device based on identification information is characterized by comprising:
at least one processor;
at least one memory for storing at least one program;
when the at least one program is executed by the at least one processor, the at least one processor may implement the communication relay method according to any one of claims 1 to 5 based on the identification information.
10. A medium having stored therein processor-executable instructions, characterized in that: the processor-executable instructions, when executed by the processor, are for implementing a communication relay method based on identification information as claimed in any one of claims 1-5.
CN201911410111.9A 2019-12-31 2019-12-31 Communication transfer method, system, device and medium based on identification information Pending CN111131496A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911410111.9A CN111131496A (en) 2019-12-31 2019-12-31 Communication transfer method, system, device and medium based on identification information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911410111.9A CN111131496A (en) 2019-12-31 2019-12-31 Communication transfer method, system, device and medium based on identification information

Publications (1)

Publication Number Publication Date
CN111131496A true CN111131496A (en) 2020-05-08

Family

ID=70506278

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911410111.9A Pending CN111131496A (en) 2019-12-31 2019-12-31 Communication transfer method, system, device and medium based on identification information

Country Status (1)

Country Link
CN (1) CN111131496A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023279990A1 (en) * 2021-07-09 2023-01-12 华为技术有限公司 Packet transmission method, apparatus and system, network device, and storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101572671A (en) * 2009-05-04 2009-11-04 成都市华为赛门铁克科技有限公司 Message forwarding method, forwarding unit and network terminal equipment
CN101827041A (en) * 2009-03-02 2010-09-08 日本电气株式会社 VPN connected system and VPN method of attachment
US20130298201A1 (en) * 2012-05-05 2013-11-07 Citrix Systems, Inc. Systems and methods for network filtering in vpn
CN103986637A (en) * 2014-05-15 2014-08-13 杭州华三通信技术有限公司 Error message processing method and tunnel device
CN106713057A (en) * 2015-07-30 2017-05-24 华为技术有限公司 Method for performing tunnel detection and device and system thereof
CN107070983A (en) * 2017-01-23 2017-08-18 天地融科技股份有限公司 A kind of load-balancing method, equipment and system forwarded based on address
CN109474713A (en) * 2018-11-13 2019-03-15 杭州数梦工场科技有限公司 Message forwarding method and device

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101827041A (en) * 2009-03-02 2010-09-08 日本电气株式会社 VPN connected system and VPN method of attachment
CN101572671A (en) * 2009-05-04 2009-11-04 成都市华为赛门铁克科技有限公司 Message forwarding method, forwarding unit and network terminal equipment
US20130298201A1 (en) * 2012-05-05 2013-11-07 Citrix Systems, Inc. Systems and methods for network filtering in vpn
CN103986637A (en) * 2014-05-15 2014-08-13 杭州华三通信技术有限公司 Error message processing method and tunnel device
CN106713057A (en) * 2015-07-30 2017-05-24 华为技术有限公司 Method for performing tunnel detection and device and system thereof
CN107070983A (en) * 2017-01-23 2017-08-18 天地融科技股份有限公司 A kind of load-balancing method, equipment and system forwarded based on address
CN109474713A (en) * 2018-11-13 2019-03-15 杭州数梦工场科技有限公司 Message forwarding method and device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023279990A1 (en) * 2021-07-09 2023-01-12 华为技术有限公司 Packet transmission method, apparatus and system, network device, and storage medium

Similar Documents

Publication Publication Date Title
CN110855792B (en) Message pushing method, device, equipment and medium
CN101321085B (en) Intelligent failover in a load-balanced networking environment
CN101127766B (en) Message processing method, device and IP communication system based on SIP protocol
EP2079024A1 (en) Proxy server, communication system, communication method, and program
CN102025616B (en) Method, device and switch for realizing BFD (Bidirectional Forwarding Detection)
CN107948063B (en) Method for establishing aggregation link and access equipment
US6654350B1 (en) Method and apparatus for tracking a transaction across a multi-hop network
CN110875914B (en) Method and device for transmitting messages based on shared session link
CN111327650A (en) Data transmission method, device, equipment and storage medium
CN103973555A (en) GRE protocol tunnel building method, communication device and communication system
CN113507431B (en) Message management method, device, equipment and machine-readable storage medium
CN111131496A (en) Communication transfer method, system, device and medium based on identification information
CN101695029B (en) Data backup method, active-standby switching method and communication system as well as related equipment
CN115514698A (en) Protocol calculation method, switch, cross-device link aggregation system and storage medium
CN102857574B (en) Information processing method and apparatus for Internet of Things
CN103281369B (en) Message processing method and wide area network acceleration controller WOC
CN105306755A (en) Quality detection method and device for contact centre
CN101465739B (en) Method and equipment for implementing authentication mode smooth transition
CN109120578B (en) Method and device for realizing link connection processing
CN101404674A (en) Call routing method, proxy server and relay device
JP2000066977A (en) Method and device for switching service
CN106161376B (en) End-to-end encrypted communication negotiation method and device
WO2020103718A1 (en) Connection establishment method, packet transmission method, device, and storage medium
CA2664266C (en) Method for networking a plurality of convergent messaging systems and corresponding network system
JP3705121B2 (en) Multiprocessor call processing method

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200508