CN111556112A - Data transmission method and device, electronic equipment and storage medium - Google Patents

Data transmission method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN111556112A
CN111556112A CN202010319477.1A CN202010319477A CN111556112A CN 111556112 A CN111556112 A CN 111556112A CN 202010319477 A CN202010319477 A CN 202010319477A CN 111556112 A CN111556112 A CN 111556112A
Authority
CN
China
Prior art keywords
data transmission
address
destination
transmission channel
target
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
CN202010319477.1A
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.)
Chengdu Anyixun Technology Co ltd
Original Assignee
Chengdu Anyixun 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 Chengdu Anyixun Technology Co ltd filed Critical Chengdu Anyixun Technology Co ltd
Priority to CN202010319477.1A priority Critical patent/CN111556112A/en
Publication of CN111556112A publication Critical patent/CN111556112A/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/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2101/00Indexing scheme associated with group H04L61/00
    • H04L2101/60Types of network addresses
    • H04L2101/69Types of network addresses using geographic information, e.g. room number

Abstract

The application provides a data transmission method, a data transmission device, electronic equipment and a storage medium, wherein the method is applied to a transfer end and comprises the following steps: receiving a data transmission request sent by a client, wherein the data transmission request comprises a target IP address and data to be transmitted; determining a data transmission channel corresponding to the destination IP address based on the destination IP address; and transmitting the request by using the corresponding data transmission channel so as to transmit the data to be transmitted to the equipment corresponding to the destination IP address, transmitting the request by using the corresponding transmission channel instead of randomly forwarding the transmission request, and simultaneously, quickly transmitting the data to be transmitted in the request to the equipment with the IP address corresponding to the destination IP address by using the corresponding transmission channel due to the correspondence of the corresponding transmission channel and the destination IP address.

Description

Data transmission method and device, electronic equipment and storage medium
Technical Field
The present application relates to the field of communications technologies, and in particular, to a data transmission method, an apparatus, an electronic device, and a storage medium.
Background
In the existing data transmission technology, when data to be transmitted needs to be transmitted, the data to be transmitted can be transmitted to a device corresponding to a destination IP address only by performing multiple random forwarding transmissions according to an Internet Protocol (IP) address interconnected between destination networks, which leads to low data transmission efficiency.
Disclosure of Invention
In view of this, an object of the embodiments of the present application is to provide a data transmission method, an apparatus, an electronic device, and a storage medium, so as to improve data transmission efficiency.
In a first aspect, an embodiment of the present application provides a data transmission method, which is applied to a relay end, where the method includes: receiving a data transmission request sent by a client, wherein the data transmission request comprises a target IP address and data to be transmitted; determining a data transmission channel corresponding to the destination IP address based on the destination IP address; and transmitting the request by using the corresponding data transmission channel so as to transmit the data to be transmitted to the equipment corresponding to the destination IP address.
In the implementation process, according to a destination IP address in the request, a data transmission channel corresponding to the destination IP address is determined, and the request is transmitted by using the corresponding transmission channel instead of randomly forwarding the transmission request, and meanwhile, since the corresponding transmission channel corresponds to the destination IP address, the data to be transmitted in the request can be quickly transmitted to the device corresponding to the destination IP address by using the corresponding transmission channel.
Based on the first aspect, in a possible design, the determining, based on the destination IP address, a data transmission channel corresponding to the destination IP address includes: determining a target IP section to which the target IP address belongs from a plurality of predetermined IP sections; and searching a data transmission channel corresponding to the target IP section from the pre-established one-to-one correspondence relationship between the IP section and the data transmission channel.
In the implementation process, a target IP segment to which the target IP address belongs is determined, and a data transmission channel corresponding to the target IP segment is quickly found out from a one-to-one correspondence relationship between pre-established IP segments and data transmission channels, and meanwhile, one data transmission channel corresponds to one IP segment, and one IP segment includes a plurality of different target IP addresses, so that one data transmission channel can be used for transmitting data to be transmitted corresponding to different target IP addresses, and data transmission resources are saved.
In a possible design based on the first aspect, before the determining, from a plurality of predetermined IP segments, a target IP segment to which the destination IP address belongs, the method further includes: and dividing a predetermined IP address range based on a preset rule to obtain the plurality of IP sections.
In the implementation process, the problem that the data transmission channels cannot be reasonably allocated due to the fact that the number of the IP addresses corresponding to the data transmission channels is different, and therefore the transmission tasks of the data transmission channels are unevenly distributed (for example, the number of the IP addresses corresponding to part of the data transmission channels is large, correspondingly, the data transmission tasks are heavy, the data transmission channels are prone to congestion, the number of the IP addresses corresponding to part of the data transmission channels is small, correspondingly, the data transmission tasks are small, and the data transmission channels are idle) can be solved.
Based on the first aspect, in a possible design, the dividing the predetermined IP address range based on the preset rule to obtain the plurality of IP segments includes: and dividing the predetermined IP address range according to the geographical location area to obtain the plurality of IP sections.
In the implementation process, the data to be transmitted can be quickly transmitted to the position area where the equipment corresponding to the destination IP address is located by the mode, and then the data to be transmitted can be quickly transmitted to the equipment corresponding to the destination IP address.
In a second aspect, an embodiment of the present application provides a data transmission apparatus, where the apparatus includes: the system comprises a receiving unit, a sending unit and a receiving unit, wherein the receiving unit is used for receiving a data transmission request sent by a client, and the data transmission request comprises a destination IP address and data to be transmitted; the determining unit is used for determining a data transmission channel corresponding to the destination IP address based on the destination IP address; and the transmission unit is used for transmitting the request by using the corresponding data transmission channel so as to transmit the data to be transmitted to the equipment corresponding to the destination IP address.
Based on the second aspect, in a possible design, the determining unit is specifically configured to determine, from a plurality of predetermined IP segments, a target IP segment to which the destination IP address belongs; and searching a data transmission channel corresponding to the target IP section from the pre-established one-to-one correspondence relationship between the IP section and the data transmission channel.
Based on the second aspect, in one possible design, the apparatus further includes: and the dividing unit is used for dividing a predetermined IP address range based on a preset rule to obtain the plurality of IP sections.
Based on the second aspect, in a possible design, the dividing unit is specifically configured to divide the predetermined IP address range according to a geographic location area, so as to obtain the multiple IP segments.
In a third aspect, an embodiment of the present application provides an electronic device, including a processor and a memory connected to the processor, where a computer program is stored in the memory, and when the computer program is executed by the processor, the electronic device is caused to perform the method of the first aspect.
In a fourth aspect, an embodiment of the present application provides a storage medium, in which a computer program is stored, and when the computer program runs on a computer, the computer is caused to execute the method of the first aspect.
Additional features and advantages of the present application will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by the practice of the embodiments of the present application. The objectives and other advantages of the application may be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are required to be used in the embodiments will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present application and therefore should not be considered as limiting the scope, and for those skilled in the art, other related drawings can be obtained from the drawings without inventive effort.
Fig. 1 is a schematic flow chart of a data transmission method according to an embodiment of the present application.
Fig. 2 is a schematic structural diagram of a transit end according to an embodiment of the present application.
Fig. 3 is a schematic structural diagram of a data transmission device according to an embodiment of the present application.
Fig. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Icon: 300-a data transmission device; 310-a receiving unit; 320-a determination unit; 330-a transmission unit; 400-an electronic device; 401-a processor; 402-a memory; 403-communication interface.
Detailed Description
The technical solution in the embodiments of the present application will be described below with reference to the drawings in the embodiments of the present application.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures. Meanwhile, in the description of the present application, the terms "first", "second", and the like are used only for distinguishing the description, and are not to be construed as indicating or implying relative importance.
Referring to fig. 1, fig. 1 is a flowchart of a data transmission method according to an embodiment of the present application, and the flow shown in fig. 1 will be described in detail below, where the method is applied to a transit end, and the method includes the steps of: s11, S12, and S13.
S11: receiving a data transmission request sent by a client, wherein the data transmission request comprises an Internet Protocol (IP) address of interconnection between destination networks.
S12: and determining a data transmission channel corresponding to the destination IP address based on the destination IP address.
S13: and transmitting the request by using the corresponding data transmission channel so as to transmit the data to be transmitted to the equipment corresponding to the destination IP address.
The above method is described in detail below.
S11: and receiving a data transmission request sent by a client, wherein the data transmission request comprises a destination IP address.
In an actual implementation process, S11 may be implemented in such a manner that the client sends a data transmission request to the relay terminal based on the Socks5 protocol and the IP address of the relay terminal, where the data transmission request includes data to be transmitted and a destination IP address, and the relay terminal receives the data transmission request in real time or at irregular time.
After receiving the data transmission request, the relay terminal performs step S12.
S12: and determining a data transmission channel corresponding to the destination IP address based on the destination IP address.
And the transfer terminal analyzes the data transmission request to obtain the destination IP address, and then searches out a data transmission channel corresponding to the destination IP address from a pre-established first corresponding relation between the IP address and the data transmission channel based on the destination IP address.
Wherein the step of establishing the first corresponding relationship comprises:
and establishing a data transmission channel between the transfer end and the equipment corresponding to the IP address aiming at each IP address in the predetermined IP address range to obtain the first corresponding relation.
It can be understood that the relay terminal can directly transmit the data to be transmitted to the device corresponding to the IP address by using the data transmission channel corresponding to the IP address.
Because the number of the IP addresses corresponding to the data transmission channels is different, the transmission task allocation of each data transmission channel is uneven (for example, the number of the IP addresses corresponding to a part of the data transmission channels is large, correspondingly, the data transmission task is heavy, the data transmission channels are prone to congestion, and the number of the IP addresses corresponding to a part of the data transmission channels is small, correspondingly, the data transmission task is small, and the data transmission channels are idle), and further the problem that the data transmission channels cannot be allocated reasonably is caused, so as to be an implementation manner, S12 includes the steps of: a1 and a 2.
A1: and determining a target IP section to which the target IP address belongs from a plurality of predetermined IP sections.
Wherein, each IP section comprises a plurality of different IP addresses, and the IP addresses contained in the different IP sections are different.
The selection of the IP address in the IP segment may be set according to the user requirement, and is not limited herein.
After the target IP address is obtained, the target IP address is respectively compared with a plurality of predetermined IP sections, and a target IP section containing the target IP address is determined.
After the target IP segment is determined, step A2 is performed.
A2: and searching a data transmission channel corresponding to the target IP section from the pre-established one-to-one correspondence relationship between the IP section and the data transmission channel.
After the target IP section is obtained, comparing the target IP section with the IP sections in the corresponding relation, and determining a data transmission channel corresponding to the target IP section.
It is understood that there is a one-to-one correspondence between IP segments and data transmission channels.
Wherein the step of establishing the corresponding relationship comprises:
for each IP segment in the multiple IP segments, the IP segment is corresponding to a fourth server, and it can be understood that the fourth server is responsible for transmitting data to be transmitted to a device corresponding to a destination IP address, where the IP segments correspond to the fourth server one by one, and a data transmission channel is established between the transit end and the fourth server to obtain a corresponding relationship between the data transmission channel and the IP segment, and it can be understood that the transit end transmits the request to the corresponding fourth server through the data transmission channel corresponding to the IP segment to which the destination IP address in the request belongs.
As an implementation manner, referring to fig. 2, the transit end includes: a first proxy server and a plurality of second proxy servers, wherein the first proxy server is connected to the plurality of second proxy servers and the client, respectively, the first proxy server is responsible for executing steps S11-S13, the number of the plurality of second proxy servers is the same as the number of the plurality of IP segments, each IP segment corresponds to a third server and a second proxy server, it can be understood that the second proxy server and the third server are responsible for transmitting the data to be transmitted to the device corresponding to the target IP address, wherein different IP segments correspond to the second proxy server and the third server one by one, and a data transmission channel is established between the second proxy server and the third server, wherein the second proxy server, the third proxy server and the data transmission channel are in one-to-one correspondence, obtaining the one-to-one correspondence relationship between the data transmission channel and the IP segment, it can be understood that the first proxy server may transmit the request to the second proxy server corresponding to the data transmission channel corresponding to the IP segment to which the destination IP address belongs, so that the second proxy server transmits the request to the third proxy server corresponding to the data transmission channel by using the data transmission channel.
After the corresponding data transmission channel is determined, step S13 is performed.
S13: and transmitting the request by using the corresponding data transmission channel so as to transmit the data to be transmitted to the equipment with the IP address as the destination IP.
As an implementation manner, when the corresponding data transmission channel is a data transmission channel between the relay terminal and the device corresponding to the destination IP address, it can be understood that one end of the data transmission channel is the relay terminal, the other end of the data transmission channel is the device corresponding to the destination IP address, and the relay terminal transmits the request by using the corresponding data transmission channel, and can directly transmit the data to be transmitted in the request to the device corresponding to the destination IP address.
As an implementation manner, when the corresponding data transmission channel is a data transmission channel between a fourth server corresponding to the target IP segment and a relay terminal, where the fourth server corresponding to the target IP segment is not the same device as the device corresponding to the destination IP address, the relay terminal transmits the request to the fourth server corresponding to the target IP segment through the corresponding data transmission channel, so that the fourth server corresponding to the target IP segment directly transmits the to-be-transmitted data to the device whose IP address is the destination IP address based on the destination IP address in the request.
As an implementation manner, when the corresponding data transmission channel is a data transmission channel between a third server corresponding to the target IP segment and a second proxy server, where the third server corresponding to the target IP segment is not the same device as the device corresponding to the target IP address, therefore, a first proxy server in a transit end transmits the request to a second proxy server corresponding to the corresponding data transmission channel, and the second proxy server transmits the request to the third server corresponding to the target IP segment by using the corresponding data transmission channel, so that the third server corresponding to the target IP segment directly transmits the data to be transmitted to the device whose IP address is the target IP address based on the target IP address in the request.
As an embodiment, before step a1, the method further comprises: and dividing a predetermined IP address range based on a preset rule to obtain the plurality of IP sections.
Wherein the predetermined IP address range does not include the IP address of the transit terminal.
The predetermined IP address range may be selected according to user requirements, and is not limited herein.
In an actual implementation process, the predetermined network address range may be divided according to a network number to obtain a plurality of IP segments, and it can be understood that IP addresses with the same network number are divided into one IP segment, and IP addresses with different network numbers are divided into different IP segments.
As an implementation manner, the dividing a predetermined IP address range based on a preset rule to obtain the plurality of IP segments includes: and dividing the predetermined IP address range according to the geographical location area to obtain the plurality of IP sections.
In an actual implementation process, for each of a plurality of provinces, determining IP addresses of a plurality of devices located in the province from the predetermined address range, and dividing the IP addresses of the plurality of devices located in the province into one IP segment, where one province corresponds to one IP segment and one IP segment corresponds to one province, so as to obtain the plurality of IP segments. It is worth mentioning that, for each IP segment, the third server or the fourth server corresponding to the IP segment may be set in the province where the device whose IP address belongs to the IP segment is located.
As an implementation manner, for each of the plurality of zones, the IP addresses of the plurality of devices located in the zone are determined from the predetermined address range, and the IP addresses of the plurality of devices located in the zone are divided into one IP segment, where one zone corresponds to one IP segment and one IP segment corresponds to one zone, so as to obtain the plurality of IP segments. It is worth mentioning that, for each IP segment, the third server or the fourth server corresponding to the IP segment may be set in a zone where the device whose IP address belongs to the IP segment is located.
In other embodiments, the predetermined IP address range may also be divided according to a city or other geographic location area division manner to obtain the plurality of IP segments.
Referring to fig. 3, fig. 3 is a block diagram of a data transmission device 300 according to an embodiment of the present disclosure. The block diagram of fig. 3 will be explained, and the apparatus shown comprises:
the receiving unit 310 is configured to receive a data transmission request sent by a client, where the data transmission request includes a destination IP address and data to be transmitted.
The determining unit 320 is configured to determine, based on the destination IP address, a data transmission channel corresponding to the destination IP address.
A transmission unit 330, configured to transmit the request through the corresponding data transmission channel, so as to transmit the data to be transmitted to the device corresponding to the destination IP address.
As an embodiment, the determining unit 320 is specifically configured to determine, from a plurality of predetermined IP segments, a target IP segment to which the destination IP address belongs; and searching a data transmission channel corresponding to the target IP section from the pre-established one-to-one correspondence relationship between the IP section and the data transmission channel.
As an embodiment, the apparatus further comprises: and the dividing unit is used for dividing a predetermined IP address range based on a preset rule to obtain the plurality of IP sections.
As an implementation manner, the dividing unit is specifically configured to divide the predetermined IP address range according to a geographical location area, so as to obtain the multiple IP segments.
For the process of implementing each function by each functional unit in this embodiment, please refer to the content described in the embodiment shown in fig. 1-2, which is not described herein again.
Referring to fig. 4, fig. 4 is a schematic structural diagram of an electronic device 400 according to an embodiment of the present disclosure, where the electronic device 400 is a relay terminal in the above-described embodiment, and the electronic device 400 may be a Personal Computer (PC), a tablet computer, a smart phone, a Personal Digital Assistant (PDA), or the like.
The electronic device 400 may include: memory 402, process 401, communication interface 403, and a communication bus for enabling connection communication of these components.
The Memory 402 is used for storing various data such as a computer program instruction corresponding to the data transmission method and apparatus provided in the embodiment of the present application, where the Memory 402 may be, but is not limited to, a Random Access Memory (RAM), a Read Only Memory (ROM), a Programmable Read-Only Memory (PROM), an Erasable Read-Only Memory (EPROM), an electrically Erasable Read-Only Memory (EEPROM), and the like.
The processor 401 is configured to read and run a computer program instruction corresponding to the data transmission method and apparatus stored in the memory, so as to receive a data transmission request sent by a client, where the data transmission request includes a destination IP address and data to be transmitted; determining a data transmission channel corresponding to the destination IP address based on the destination IP address; and transmitting the request by using the corresponding data transmission channel so as to transmit the data to be transmitted to the equipment corresponding to the destination IP.
The processor 401 may be an integrated circuit chip having signal processing capability. The Processor 401 may be a general-purpose Processor, including a Central Processing Unit (CPU), a Network Processor (NP), and the like; but may also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware components. The various methods, steps, and logic blocks disclosed in the embodiments of the present application may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
A communication interface 403 for receiving or transmitting data.
In addition, a storage medium is provided in an embodiment of the present application, and a computer program is stored in the storage medium, and when the computer program runs on a computer, the computer is caused to execute the method provided in any embodiment of the present application.
To sum up, according to the data transmission method, the data transmission device, the electronic device, and the storage medium provided in the embodiments of the present application, a data transmission channel corresponding to a destination IP address is determined according to the destination IP address in the request, and the corresponding transmission channel is used to transmit the request, instead of randomly forwarding the transmission request, and meanwhile, since the corresponding transmission channel corresponds to the destination IP address, the corresponding transmission channel can be used to quickly transmit data to be transmitted in the request to a device corresponding to the destination IP address.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. The apparatus embodiments described above are merely illustrative, and for example, the flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. 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 involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based devices that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, functional modules in the embodiments of the present application may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.

Claims (10)

1. A data transmission method, applied to a relay node, the method comprising:
receiving a data transmission request sent by a client, wherein the data transmission request comprises a target IP address and data to be transmitted;
determining a data transmission channel corresponding to the destination IP address based on the destination IP address;
and transmitting the request by using the corresponding data transmission channel so as to transmit the data to be transmitted to the equipment corresponding to the destination IP address.
2. The method of claim 1, wherein the determining a data transmission channel corresponding to the destination IP address based on the destination IP address comprises:
determining a target IP section to which the target IP address belongs from a plurality of predetermined IP sections;
and searching a data transmission channel corresponding to the target IP section from the pre-established one-to-one correspondence relationship between the IP section and the data transmission channel.
3. The method of claim 2, wherein before said determining a target IP segment from the predetermined plurality of IP segments to which the destination IP address belongs, the method further comprises:
and dividing a predetermined IP address range based on a preset rule to obtain the plurality of IP sections.
4. The method of claim 3, wherein the dividing the predetermined IP address range based on the preset rule to obtain the plurality of IP segments comprises:
and dividing the predetermined IP address range according to the geographical location area to obtain the plurality of IP sections.
5. A data transmission apparatus, characterized in that the apparatus comprises:
the system comprises a receiving unit, a sending unit and a receiving unit, wherein the receiving unit is used for receiving a data transmission request sent by a client, and the data transmission request comprises a destination IP address and data to be transmitted;
the determining unit is used for determining a data transmission channel corresponding to the destination IP address based on the destination IP address;
and the transmission unit is used for transmitting the request by using the corresponding data transmission channel so as to transmit the data to be transmitted to the equipment corresponding to the destination IP address.
6. The apparatus according to claim 5, wherein the determining unit is specifically configured to determine, from a plurality of predetermined IP segments, a target IP segment to which the destination IP address belongs; and searching a data transmission channel corresponding to the target IP section from the pre-established one-to-one correspondence relationship between the IP section and the data transmission channel.
7. The apparatus of claim 6, further comprising:
and the dividing unit is used for dividing a predetermined IP address range based on a preset rule to obtain the plurality of IP sections.
8. The apparatus according to claim 7, wherein the dividing unit is specifically configured to divide the predetermined IP address range according to a geographic location area, so as to obtain the plurality of IP segments.
9. An electronic device comprising a memory and a processor, the memory having stored therein computer program instructions that, when read and executed by the processor, perform the method of any of claims 1-4.
10. A storage medium having stored thereon computer program instructions which, when read and executed by a computer, perform the method of any one of claims 1-4.
CN202010319477.1A 2020-04-21 2020-04-21 Data transmission method and device, electronic equipment and storage medium Pending CN111556112A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010319477.1A CN111556112A (en) 2020-04-21 2020-04-21 Data transmission method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010319477.1A CN111556112A (en) 2020-04-21 2020-04-21 Data transmission method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111556112A true CN111556112A (en) 2020-08-18

Family

ID=72004049

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010319477.1A Pending CN111556112A (en) 2020-04-21 2020-04-21 Data transmission method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111556112A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112019559A (en) * 2020-09-04 2020-12-01 北京六间房科技有限公司 Data transmission system
CN112437167A (en) * 2020-11-11 2021-03-02 北京天融信网络安全技术有限公司 Method and device for creating transmission channel, storage medium and electronic equipment

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109804710A (en) * 2016-09-30 2019-05-24 华为技术有限公司 A kind of business transmitting method, equipment and system
CN110381149A (en) * 2019-07-24 2019-10-25 北京视界云天科技有限公司 Data distributing method, device and method of data synchronization, device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109804710A (en) * 2016-09-30 2019-05-24 华为技术有限公司 A kind of business transmitting method, equipment and system
CN110381149A (en) * 2019-07-24 2019-10-25 北京视界云天科技有限公司 Data distributing method, device and method of data synchronization, device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112019559A (en) * 2020-09-04 2020-12-01 北京六间房科技有限公司 Data transmission system
CN112437167A (en) * 2020-11-11 2021-03-02 北京天融信网络安全技术有限公司 Method and device for creating transmission channel, storage medium and electronic equipment

Similar Documents

Publication Publication Date Title
CN109547286B (en) CDN node selection method, device and storage medium
CN113366815B (en) Network resource request method, device, electronic equipment and storage medium
CN112261094B (en) Message processing method and proxy server
CN113259479B (en) Data processing method and equipment
CN101895520B (en) Widget system data sharing method, server and data sharing system
CN104468852A (en) Method, device and system for client to select IP link address
CN111556112A (en) Data transmission method and device, electronic equipment and storage medium
CN113434249A (en) Mirror image synchronization method and device, docker host and storage medium
WO2017040604A1 (en) Systems and methods for remote network topology discovery
CN113498110B (en) Service message transmission method and related equipment
CN110933181B (en) Routing method, device and system and electronic equipment
CN110708293B (en) Method and device for distributing multimedia service
CN112398845A (en) Data transmission method, data transmission device, data transmission system and electronic equipment
CN115190062B (en) Service processing method and device, electronic equipment and computer readable storage medium
CN109347743B (en) Special line communication method, computer readable storage medium and terminal equipment
CN110601989A (en) Network traffic balancing method and device
CN113055193B (en) Data multicast transmission method, device, equipment and storage medium
CN113596105B (en) Content acquisition method, edge node and computer readable storage medium
CN112131263B (en) Software package acquisition method, system, device, electronic equipment and storage medium
CN113473543B (en) Network slice resource sharing method, device, equipment and medium
CN110933121A (en) Connection establishing method, communication processing method and device and communication equipment
CN115665262A (en) Request processing method and device, electronic equipment and storage medium
CN114338809A (en) Access control method, device, electronic equipment and storage medium
CN112839071B (en) Training system, training data access method and device, electronic equipment and medium
CN110336856B (en) Interface calling method and device, electronic 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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200818

RJ01 Rejection of invention patent application after publication