WO2017161760A1 - 数据传输方法及装置 - Google Patents

数据传输方法及装置 Download PDF

Info

Publication number
WO2017161760A1
WO2017161760A1 PCT/CN2016/088973 CN2016088973W WO2017161760A1 WO 2017161760 A1 WO2017161760 A1 WO 2017161760A1 CN 2016088973 W CN2016088973 W CN 2016088973W WO 2017161760 A1 WO2017161760 A1 WO 2017161760A1
Authority
WO
WIPO (PCT)
Prior art keywords
transmission
data
rate
transmission link
link
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.)
Ceased
Application number
PCT/CN2016/088973
Other languages
English (en)
French (fr)
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.)
Le Holdings Beijing Co Ltd
LeCloud Computing Co Ltd
Original Assignee
Le Holdings Beijing Co Ltd
LeCloud Computing 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 Le Holdings Beijing Co Ltd, LeCloud Computing Co Ltd filed Critical Le Holdings Beijing Co Ltd
Priority to US15/247,838 priority Critical patent/US20170279700A1/en
Publication of WO2017161760A1 publication Critical patent/WO2017161760A1/zh
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/0001Systems modifying transmission characteristics according to link quality, e.g. power backoff
    • H04L1/0002Systems modifying transmission characteristics according to link quality, e.g. power backoff by adapting the transmission rate
    • 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/14Multichannel or multilink protocols
    • 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/24Negotiation of communication capabilities

Definitions

  • the embodiments of the present invention relate to the field of communications technologies, and in particular, to a data transmission method and apparatus.
  • Data transmission is an important part of the network. With the continuous development and improvement of communication technologies, more and more data is transmitted from one node to another on the network. Moreover, the amount of data is also increasing, which is increasingly demanding the network.
  • the data transmission protocol in the prior art generally includes two protocols, one is a transmission protocol based on TCP (Transmission Control Protocol), and the other is a transmission protocol based on UDP (User Datagram Protocol). .
  • TCP Transmission Control Protocol
  • UDP User Datagram Protocol
  • the network device supports only one transmission protocol.
  • the inventor found that the existing data transmission method has a single transmission mode, so that it cannot adapt to a complicated network environment, and ultimately results in low data transmission efficiency.
  • the TCP transport protocol has been designed for a long time and cannot utilize high-bandwidth networks. Transmission efficiency is usually less than 20% of bandwidth, making it difficult to obtain data in real time. This not only increases broadband construction and rental costs, but also wastes a lot of network bandwidth.
  • the UDP transport protocol has high bandwidth utilization. Because it is a non-connected stateless protocol, the reliability and security of data are not guaranteed, and UDP transmission is restricted in some networks, resulting in inability to implement data interaction.
  • a new data transmission method is needed to overcome the problem that the existing data transmission method has a single transmission mode, which makes it impossible to adapt to a complicated network environment and causes low data transmission efficiency.
  • the embodiments of the present invention provide a data transmission method and device, which are used to solve the problem that the current data transmission method has a single transmission mode, and the data transmission efficiency is low due to the inability to adapt to a complex network environment.
  • an embodiment of the present invention provides a data transmission method, where the method includes:
  • an embodiment of the present invention provides a data transmission apparatus, where the apparatus includes:
  • a transmission link obtaining module configured to acquire, according to a source address and a destination address of the data to be transmitted, at least one transmission link of the source address to the destination address;
  • a transmission link selection module configured to select at least one transmission link from the transmission link
  • a transmission rate test module configured to test, according to each selected transmission link, a transmission rate when the link transmits data through the first transmission protocol and the second transmission protocol, respectively;
  • the first transmission module is configured to select a transmission protocol corresponding to the highest transmission rate and a transmission link to transmit the to-be-transmitted data.
  • the beneficial effects of the embodiments of the present invention include: in the embodiment of the present invention, selecting a suitable transmission link and a transmission protocol to transmit data to be transmitted according to transmission rates of different transmission links under different transmission protocols, and being able to support different transmission protocols to adapt It is applicable to the network environment of different transmission protocols to improve the efficiency of data transmission.
  • FIG. 1 is an exemplary flowchart of a data transmission method according to Embodiment 1 of the present invention.
  • FIG. 2 is an exemplary flowchart of a data transmission method according to Embodiment 2 of the present invention.
  • FIG. 3 is a schematic structural diagram of a data transmission apparatus according to Embodiment 3 of the present invention.
  • FIG. 1 is a schematic flowchart diagram of a data transmission method according to an embodiment of the present invention, where the method includes the following steps:
  • Step 101 Acquire at least one transmission link of the source address to the destination address according to a source address and a destination address of data to be transmitted.
  • Step 102 Select at least one transmission link from the transmission link.
  • Step 103 Test, for each transmission link selected, a transmission rate when the link transmits data through the first transmission protocol and the second transmission protocol, respectively.
  • the first transmission protocol and the second transmission protocol are different transmission protocols, for example, the first transmission protocol is TCP, and the second transmission protocol is UDP.
  • the first transmission protocol is TCP
  • the second transmission protocol is UDP.
  • other transmission protocols may be used according to actual needs, and are applicable to the embodiments of the present invention.
  • Step 104 Select a transmission protocol corresponding to the highest transmission rate and a transmission link to transmit the to-be-transmitted data.
  • an appropriate transmission link and a transmission protocol are selected according to transmission rates of the transmission link under the first transmission protocol and the second transmission protocol, respectively. It can adapt to complex network environments. For example, if a link cannot support the UDP transport protocol, it can be transmitted using the TCP transport protocol to ensure data transmission efficiency.
  • the transmission rate of each transmission link under each transmission protocol may be recorded in advance, so that when the data is transmitted next time, a reasonable transmission chain is selected according to the recorded information.
  • the path and transport protocol transfer data without having to test the transfer rate before each transfer of data.
  • the embodiment of the present invention may further include the following steps:
  • Step A1 Find, according to the three-dimensional correspondence between the transmission link, the transmission protocol, and the transmission rate, whether there is at least one transmission link of the source address to the destination address.
  • the above three-dimensional correspondence can be as shown in Table 1. It should be noted that Table 1 is only used to describe the embodiments of the present invention, and is not intended to limit the embodiments of the present invention. The storage form of the three-dimensional correspondence relationship can be determined according to actual needs, which is not limited by the embodiment of the present invention.
  • the transmission rate may be expressed by using an actual transmission rate, or may be represented by a level corresponding to the transmission speed.
  • the level greater than the first transmission rate is normal, less than the first transmission rate, and greater than the first transmission rate.
  • the level of the second transmission rate is slow, and the level lower than the second transmission rate is unreachable.
  • the first transmission rate is greater than the second transmission rate.
  • Step A2 If the search result of step A1 is no, step 102 is performed.
  • Step A3 If the result of the search in step A1 is YES, according to the three-dimensional correspondence, it is found whether there is a transmission link whose transmission rate is greater than a rate threshold in at least one transmission link of the source address to the destination address.
  • Step A4 If there is a transmission link larger than the rate threshold, select a transmission rate greater than the rate threshold and its corresponding transmission link and transmission protocol to transmit the to-be-transmitted data.
  • the process may return to step 102, or directly select the transmission link with the highest transmission rate to transmit the data to be transmitted.
  • step 103 is performed (ie, for each transmission selected)
  • testing the transmission rate when the link transmits data through the first transmission protocol and the second transmission protocol, respectively may further: add each tested transmission link and its corresponding transmission protocol and transmission rate to the In the three-dimensional correspondence. In this way, the three-dimensional correspondence can be supplemented in time to ensure the information integrity of the three-dimensional correspondence.
  • the data in the three-dimensional correspondence may be updated in the embodiment of the present invention, and specifically includes the following steps:
  • Step B1 Determine whether the current load is less than a preset load.
  • Step B2 If yes, select a correspondence relationship in which the transmission rate is lower than the rate lower limit from the three-dimensional correspondence relationship, and retest the transmission rate when the transmission link in the selected correspondence relationship transmits data through the transmission protocol in the correspondence relationship, And update the transmission rate in the correspondence to The result of the retest.
  • the three-dimensional correspondence relationship can be updated in time under the premise of supporting various services (that is, the current load is less than the preset load), and the device processing resources can be effectively utilized, and the accuracy of the three-dimensional correspondence data can be ensured. .
  • Step C1 Monitor the transmission rate of the data to be transmitted; and determine whether the transmission rate is less than the limited rate.
  • Step C2 If less than the limited rate, perform the step of searching for the transmission link whose transmission rate is greater than the rate threshold in the at least one transmission link of the source address to the destination address according to the three-dimensional correspondence.
  • performing step C2 is equivalent to changing the transmission scheme
  • the changed transmission scheme may be one of the following three cases:
  • the transmission protocol for example, the original data to be transmitted is transmitted on the transmission link 1 through the TCP transmission protocol, and after the transmission scheme is changed, the data to be transmitted is transmitted on the transmission link 1 through the UDP transmission protocol;
  • the transmission link is replaced: for example, the original data to be transmitted is transmitted on the transmission link 1 through the TCP transmission protocol, and after the transmission scheme is changed, the data to be transmitted is transmitted on the transmission link 2 through the TCP transmission protocol;
  • the transmission protocol is replaced and the transmission link is replaced: for example, the original data to be transmitted is transmitted on the transmission link 1 through the TCP transmission protocol. After the transmission scheme is changed, the data to be transmitted is transmitted on the transmission link 2 through the UDP transmission protocol. .
  • the transmission speed of the data to be transmitted is less than the limited rate, the transmission speed is slow, so that it is difficult to ensure that the data can be transmitted to the destination address as soon as possible. Therefore, in order to improve the efficiency of data transmission, by replacing the transmission scheme, data can be transmitted to the destination address faster. Ensure that the data to be transmitted is not too different or interrupted during the entire transmission process to ensure the stability of data transmission.
  • the data to be transmitted includes the data integrity check information. Therefore, in the embodiment of the present invention, the data to be transmitted is determined to be complete according to the data integrity check information.
  • the client may send a message to the client indicating that the data needs to be retransmitted.
  • the data to be transmitted in the embodiment of the present invention may further include the following steps:
  • Step D1 Receive identity authentication information sent by the client requesting to transmit the data to be transmitted.
  • Step D2 Confirm, according to the identity authentication information, whether the user is a legitimate user.
  • Step D3 If it is a legitimate user, perform the step of transmitting the data to be transmitted.
  • the source address is searched for the destination according to the three-dimensional correspondence in step A3.
  • the following steps may also be included:
  • Step E1 Send the transmission link and the corresponding transmission rate that exist in the three-dimensional correspondence between the source address and the destination address to the client that requests to transmit the data to be transmitted. display.
  • step A3 in the embodiment of the present invention is equivalent to automatically selecting a transmission scheme, and step A3 may be performed on the premise of step E2.
  • Step E2 determining that the information sent by the client that requires automatic selection of the transmission link is received.
  • the embodiment of the present invention can select a suitable transmission link and transmission protocol for the user according to the actual needs of the user (that is, on the premise that the user determines to adopt the automatic selection transmission link). Can improve the user experience.
  • the transmission history record of the at least one transmission link from the source address to the destination address may be sent to the client for saving, which may be convenient for the user to view, or even used for reference selection of a transmission scheme (ie, selection Transmission link and transport protocol).
  • the history may include the amount of data transferred, the transmission time, the transmission link, and the transmission rate.
  • the client may further provide a function for the user to specify the transmission sequence and/or the transmission time of the at least two data to be transmitted.
  • the transmission is performed.
  • the data to be transmitted can be specifically implemented as the following steps:
  • Step F1 Receive respective transmission sequences and/or transmission times of the at least one data to be transmitted sent by the client.
  • Step F2 Transmit each data to be transmitted according to a respective transmission sequence and/or transmission time of the at least one data to be transmitted.
  • the data to be transmitted includes data A1 and data A2, wherein the data A1 is transmitted first and the transmission time is 15:00, and the transmission time of the data A2 is 15:20. Then, data A1 is transmitted starting at 15:00, and data A2 is transmitted starting at 15:20.
  • the transmission protocol of the appropriate transmission transmission link can be quickly and accurately selected to transmit the data to be transmitted, thereby further increasing the speed of transmitting data.
  • the transmission rate of the data to be transmitted is monitored in real time, and when the transmission rate is low, the transmission scheme is replaced in time, and the stability of the data transmission can be guaranteed.
  • Step 201 Receive identity authentication information sent by the client requesting to transmit data to be transmitted.
  • Step 202 Confirm whether the user is a legitimate user according to the identity authentication information, and if yes, execute step 203, and if no, end.
  • Step 203 Receive data to be transmitted sent by the client.
  • Step 204 Acquire at least one transmission link of the source address to the destination address according to a source address and a destination address of data to be transmitted.
  • Step 205 Search for the at least one transmission link of the source address to the destination address according to the three-dimensional correspondence between the transmission link, the transmission protocol, and the transmission rate. If yes, go to step 206. If no, go to step 208.
  • Step 206 Search for a transmission link whose transmission rate is greater than a rate threshold in the at least one transmission link of the source address to the destination address according to the three-dimensional correspondence. If yes, go to step 207. If no, go to step 208. .
  • Step 207 Select a transmission rate greater than a rate threshold and its corresponding transmission link and transmission protocol to transmit the to-be-transmitted data.
  • Step 208 Select at least one transmission link from the source address to the at least one transmission link of the destination address.
  • Step 209 Test, for each transmission link selected, a transmission rate when the link transmits data through the first transmission protocol and the second transmission protocol, respectively.
  • Step 210 Select a transmission protocol corresponding to the highest transmission rate and a transmission link to transmit the to-be-transmitted data.
  • the transmission rate of the data to be transmitted needs to be monitored, so as to select an appropriate transmission scheme.
  • the technical solution provided in the embodiment of the present invention is particularly applicable to data transmission of a large amount of data (that is, the quantity of data to be transmitted is higher than the data amount threshold), and is particularly applicable to data transmission between remote servers.
  • the embodiment of the present invention further provides a data transmission device.
  • the device includes:
  • the transmission link obtaining module 301 is configured to acquire, according to the source address and the destination address of the data to be transmitted, the at least one transmission link of the source address to the destination address;
  • a transmission link selection module 302 configured to select at least one transmission link from the transmission link
  • a transmission rate test module 303 configured to test, according to each selected transmission link, a transmission rate when the link transmits data through the first transmission protocol and the second transmission protocol, respectively;
  • the first transmission module 304 is configured to select a transmission protocol corresponding to the highest transmission rate and transmit the data to be transmitted.
  • the device further comprises:
  • a transmission link finder module configured to search whether there is at least one transmission link of the source address to the destination address according to a three-dimensional correspondence between a transmission link, a transmission protocol, and a transmission rate;
  • An execution module configured to: if the transmission link lookup module finds a result of the fault, trigger the transmission link selection module to perform the step of selecting at least one transmission link from the transmission link;
  • a transmission link preference module configured to: if the result of the search result of the transmission link lookup module is YES, to find, according to the three-dimensional correspondence, whether the transmission rate is greater than the rate in the at least one transmission link of the source address to the destination address Threshold transmission link;
  • a second transmission module configured to: if the transmission link preference module determines that a transmission link greater than a rate threshold exists, select a transmission rate greater than a rate threshold and a corresponding transmission link and a transmission protocol to transmit the to-be-transmitted data.
  • the device further comprises:
  • a correspondence adding module configured to transmit, by the transmission link preference module, each transmission link to be tested, after testing a transmission rate when the link transmits data through the first transmission protocol and the second transmission protocol respectively The path and its corresponding transport protocol and transmission rate are added to the three-dimensional correspondence.
  • the device further comprises:
  • a load judging module configured to determine whether the current load is less than a preset load
  • the correspondence update module is configured to: if the determination result of the load determination module is yes, select a correspondence relationship in which the transmission rate is lower than the rate lower limit from the three-dimensional correspondence, and retest the transmission link in the selected correspondence by using the corresponding The transmission rate when the transmission protocol transmits data in the relationship, and updates the transmission rate in the correspondence to the result of the retest.
  • the device further comprises:
  • a monitoring module configured to monitor, when the first transmission module or the second transmission module transmits the data to be transmitted, a transmission rate of the data to be transmitted; and determine whether the transmission rate is less than a limited rate
  • a transmission scheme change module configured to trigger a transmission link lookup module to perform, according to the three-dimensional correspondence, to find, in the at least one transmission link of the source address to the destination address, whether a transmission link having a transmission rate greater than a rate threshold exists step.
  • the data to be transmitted includes the data integrity check information
  • the device further includes:
  • an integrity determining module configured to determine, according to the data integrity check information, that the data to be transmitted is complete.
  • the device further comprises:
  • An identity authentication information acquiring module configured to acquire a user who is required to transmit the data to be transmitted Identity authentication information
  • a legal user determining module configured to confirm, according to the identity authentication information, whether the user is a legitimate user
  • an execution module configured to trigger the first transmission module or the second transmission module to perform the step of transmitting the data to be transmitted if the user is a legitimate user.
  • the device further comprises:
  • the information sending module is configured to: after the transmission link lookup module searches for the transmission link with the transmission rate greater than the rate threshold in the at least one transmission link of the source address to the destination address, according to the three-dimensional correspondence, Transmitting, by the source address, the transmission link and the corresponding transmission rate in the three-dimensional correspondence relationship of the at least one transmission link of the source address to the client requesting to transmit the data to be transmitted;
  • An automatic selection determining module is configured to determine that information sent by the client that requires automatic selection of a transmission link is received.
  • the data transmission apparatus selects a suitable transmission link and a transmission protocol to transmit data to be transmitted according to the transmission rate of different transmission links under different transmission protocols, and can support different transmission protocols to adapt to the application.
  • the network environment of different transmission protocols improves the efficiency of data transmission.
  • the device embodiments described above are merely illustrative, wherein the units described as separate components may or may not be physically separate, and the components displayed as units may or may not be physical units, ie may be located A place, or it can be distributed to multiple network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the embodiment. Those of ordinary skill in the art can understand and implement without deliberate labor.

Landscapes

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

Abstract

本发明实施例提供数据传输方法及装置。本发明方案中,根据待传输数据的源地址和目的地址获取所述源地址至所述目的地址的至少一条传输链路;从所述传输链路中选择至少一个传输链路;针对选择的每个传输链路,测试该链路分别通过第一传输协议和第二传输协议传输数据时的传输速率;选择最高传输速率对应的传输协议及传输链路传输所述待传输数据。通过本发明实施例提供的方法,能够支持两种传输协议,以适应复杂的网络环境,提高数据传输的效率。此外,本发明实施例在传输待传输数据的时还可以实时监测传输速率,以便于在该传输速率较低时,切换传输协议和/或传输链路,进一步提高数据传输的效率。

Description

数据传输方法及装置
本申请要求在2016年03月25日提交中国专利局、申请号为201610180447.0、发明名称为“数据传输方法及装置”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本发明实施例涉及通信技术领域,尤其涉及数据传输方法及装置。
背景技术
数据传输是网络的重要作用。随着通信技术的不断发展和完善,越来越多的数据,在网络上从一个节点传输到另一个节点。而且,数据量也有越来越大的趋势,这对网络的要求越来越高。
现有技术中数据传输协议一般包括两种协议,一种是基于TCP(Transmission Control Protocol,传输控制协议)的传输协议,另一种是基于UDP(User Datagram Protocol,用户数据报协议)的传输协议。
现有技术中,网络设备仅支持一种传输协议。发明人在实现发明的过程中发现,现有的数据传输方法传输方式单一,以至于不能适应复杂的网络环境,最终会导致数据传输效率低。例如,TCP传输协议设计时间已久,无法利用高带宽网络,传输效率通常低于带宽的20%,导致很难实时获取数据。这不仅增加宽带建设和租用成本,还浪费了大量的网络带宽。而UDP传输协议对带宽利用率高,由于是非连接无状态协议,对数据的可靠性和安全性缺乏一定保障,并且部分网络中会限制UDP传输,导致无法实现数据交互。
综上可知,需要一种新的数据传输方法,克服现有的数据传输方法传输方式单一,致使无法适应复杂的网络环境导致数据传输效率低的问题。
发明内容
本发明实施例提供数据传输方法及装置,用以解决目前由于现有的数据传输方法传输方式单一,致使无法适应复杂的网络环境导致数据传输效率低等的问题。
本发明实施例提供的具体技术方案如下:
一方面,本发明实施例提供一种数据传输方法,所述方法包括:
根据待传输数据的源地址和目的地址获取所述源地址至所述目的地址的至少一条传输链路;
从所述传输链路中选择至少一个传输链路;
针对选择的每个传输链路,测试该链路分别通过第一传输协议和第二传输协议传输数据时的传输速率;
选择最高传输速率对应的传输协议及传输链路传输所述待传输数据。
另一方面,本发明实施例提供一种数据传输装置,所述装置包括:
传输链路获取模块,用于根据待传输数据的源地址和目的地址获取所述源地址至所述目的地址的至少一条传输链路;
传输链路选择模块,用于从所述传输链路中选择至少一个传输链路;
传输速率测试模块,用于针对选择的每个传输链路,测试该链路分别通过第一传输协议和第二传输协议传输数据时的传输速率;
第一传输模块,用于选择最高传输速率对应的传输协议及传输链路传输所述待传输数据。
本发明实施例的有益效果包括:本发明实施例中,根据不同传输协议下不同传输链路的传输速率选择合适的传输链路和传输协议传输待传输数据,能够支持不同的传输协议,以适应适用不同传输协议的网络环境,提高数据传输的效率。
附图说明
图1为本发明实施例一中所述数据传输方法的示例性流程图;
图2为本发明实施例二中所述数据传输方法的示例性流程图;
图3为本发明实施例三中所述数据传输装置的结构示意图。
具体实施方式
为使本发明实施例的目的、技术方案和优点更加清楚,下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有作出创造性劳动前提 下所获得的所有其他实施例,都属于本发明保护的范围。
实施例一
如图1所示,为本发明实施例提供的数据传输方法的流程示意图,该方法包括以下步骤:
步骤101:根据待传输数据的源地址和目的地址获取所述源地址至所述目的地址的至少一条传输链路。
步骤102:从所述传输链路中选择至少一个传输链路。
步骤103:针对选择的每个传输链路,测试该链路分别通过第一传输协议和第二传输协议传输数据时的传输速率。
其中,第一传输协议和第二传输协议为不同的传输协议,例如第一传输协议为TCP,第二传输协议为UDP。当然,具体实施时,还可以根据实际需要,采用其他的传输协议,均适用于本发明实施例,本发明实施例对此不做限定。
步骤104:选择最高传输速率对应的传输协议及传输链路传输所述待传输数据。
这样,本发明实施例中,根据传输链路分别在第一传输协议和第二传输协议下的传输速率,选择合适的传输链路及传输协议。能够更加适应复杂的网络环境,例如,若某一链路无法支持UDP传输协议,则可以采用TCP传输协议传输,以保证数据的传输效率。
其中,在一个实施例中,为了进一步提高传输效率,可以预先记录各传输链路分别在各传输协议下的传输速率,以便于下次传输数据时,根据该记录的信息,选择合理的传输链路和传输协议传输数据,而无需每次传输数据之前都测试传输速率。具体的,从所述传输链路中选择至少一个传输链路之前,本发明实施例还可以包括以下步骤:
步骤A1:根据传输链路、传输协议以及传输速率的三维对应关系,查找是否有所述源地址至所述目的地址的至少一条传输链路。
例如,上述三维对应关系可以如表1所示。需要说明的是,表1仅用来说明本发明实施例,并不用于限定本发明实施例。三维对应关系的存储形式可以根据实际需要确定,本发明实施例对此并不限定。
表1 三维对应关系
Figure PCTCN2016088973-appb-000001
Figure PCTCN2016088973-appb-000002
其中,在一个实施例中,传输速率可以使用实际的传输速率来表示,也可以采用传输速度对应的等级来表示,例如大于第一传输速率的等级为正常,小于第一传输速率,且大于第二传输速率的等级为慢速,小于第二传输速率的等级为不通。其中,第一传输速率大于第二传输速率。
步骤A2:若步骤A1的查找结果为否,则执行步骤102。
步骤A3:若步骤A1的查找结果为是,则根据所述三维对应关系,查找所述源地址至所述目的地址的至少一条传输链路中是否存在传输速率大于速率阈值的传输链路。
步骤A4:若存在大于速率阈值的传输链路,则选择大于速率阈值的传输速率及其对应的传输链路和传输协议传输所述待传输数据。
其中,在一个实施例中,若不存在大于速率阈值的传输链路,则可以返回执行步骤102,或者直接选择传输速率最大的传输链路传输待传输数据。
其中,在一个实施例中,为了保证三维对应关系的信息完整性,以便于能够根据三维对应关系确定传输链路和传输协议,本发明实施例中,执行步骤103(即针对选择的每个传输链路,测试该链路分别通过第一传输协议和第二传输协议传输数据时的传输速率)之后,还可以:将测试的各传输链路及其对应的传输协议和传输速率添加到所述三维对应关系中。这样,能够及时的补充三维对应关系以保证三维对应关系的信息完整性。
其中,在一个实施例中,为了能够保证三维对应关系的时效性和数据准确性,本发明实施例中还可以对三维对应关系中的数据进行更新,具体的可包括以下步骤:
步骤B1:判断当前负载是否小于预设负载。
步骤B2:若是,则从所述三维对应关系中选择传输速率小于速率下限的对应关系,并重新测试选择的对应关系中的传输链路通过该对应关系中的传输协议传输数据时的传输速率,并将该对应关系中的传输速率更新为 重新测试的结果。
这样,本发明实施例中,能够在支持各项业务的前提下(即当前负载小于预设负载),及时的更新三维对应关系,可以有效利用设备处理资源,并保证三维对应关系数据的准确性。
其中,在一个实施例中,为了能够进一步提高数据传输的效率,保证数据能够稳定的传输,本发明实施例中传输所述待传输数据时,还可以包括以下步骤:
步骤C1:监测所述待传输数据的传输速率;并判断该传输速率是否小于限定速率。
步骤C2:若小于限定速率,则执行所述根据所述三维对应关系,查找所述源地址至所述目的地址的至少一条传输链路中是否存在传输速率大于速率阈值的传输链路的步骤。
这样,执行步骤C2相当于变更了传输方案,变更后的传输方案可能是以下三种情况之一:
1、仅更换了传输协议:例如原来待传输数据在传输链路1上通过TCP传输协议传输,变更传输方案后,待传输数据在传输链路1上通过UDP传输协议传输;
2、仅更换了传输链路:例如原来待传输数据在传输链路1上通过TCP传输协议传输,变更传输方案后,待传输数据在传输链路2上通过TCP传输协议传输;
3、即更换了传输协议也更换了传输链路:例如原来待传输数据在传输链路1上通过TCP传输协议传输,变更传输方案后,待传输数据在传输链路2上通过UDP传输协议传输。
这样,当待传输数据的传输速率小于限定速率时,说明传输速度较慢,这样很难保证数据能够尽快的传输到目的地址。故此,为了提高数据传输的效率,通过更换传输方案,能够保证数据能够更快的传输到目的地址。保证待传输数据在整个传输过程中不至于速度差异太大或中断,保证数据传输的稳定性。
其中,在一个实施例中,为了防止非法用户篡改数据保证数据安全,所述待传输数据中包括所述数据完整性校验信息。故此,本发明实施例中还可以根据所述数据完整性校验信息,确定所述待传输数据是完整的。
若根据所述数据完整性校验信息,确定所述待传输数据不完整,可以发送给客户端表示要求重新传送数据的信息。
其中,在一个实施例中,为了保证数据传输的安全性,本发明实施例中传输所述待传输数据,还可以包括以下步骤:
步骤D1:接收客户端发送的要求传输所述待传输数据的用户的身份认证信息。
步骤D2:根据所述身份认证信息确认所述用户是否是合法用户。
步骤D3:若是合法用户,则执行传输所述待传输数据的步骤。
这样,通过对身份认证信息对用户进行身份认证,能够保证待传输数据是合法用户传输的,通过仅允许合法用户传输数据,能够保障网络上传输数据的安全性。
其中,在一个实施例中,为了便于要求传输待传输数据的用户选择适于自己的传输方案,本发明实施例中,步骤A3中根据所述三维对应关系,查找所述源地址至所述目的地址的至少一条传输链路中是否存在传输速率大于速率阈值的传输链路之前,还可以包括以下步骤:
步骤E1:将所述源地址至所述目的地址的至少一条传输链路中存在于所述三维对应关系中的传输链路及对应的传输速率发送给请求传输所述待传输数据的客户端并显示。
这样,用户可以根据客户端显示的传输链路、传输协议及传输速率选择适于自己的传输方案。当然客户端提供手动选择传输方案,和自动选择传输方案两种模式。故此,本发明实施例中步骤A3相当于自动选择传输方案,步骤A3可以是在步骤E2的前提下执行的。
步骤E2:确定接收到所述客户端发送的要求自动选择传输链路的信息。
这样,本发明实施例能够根据用户的实际需要(即在用户确定采用自动选择传输链路的前提下)为用户选择合适的传输链路和传输协议。能够提高用户体验。
其中,在一个实施例中,可以将所述源地址至所述目的地址的至少一条传输链路的传输历史记录发送给客户端保存,可以便于用户查看,甚至用于参考选择传输方案(即选择传输链路和传输协议)。该历史记录中可以包括传输数据量,传输时间、传输链路和传输速率。
其中,在一个实施例中,若待传输数据有至少两个,客户端还可以提供便于用户指定至少两个待传输数据的传输顺序和/或传输时间的功能,则本发明实施例中,传输待传输数据可以具体执行为以下步骤:
步骤F1:接收客户端发送的所述至少一个待传输数据各自的传输顺序和/或传输时间。
步骤F2:根据所述至少一个待传输数据各自的传输顺序和/或传输时间传输各待传输数据。
例如,待传输数据包括数据A1和数据A2,其中,数据A1首先传输且传输时间为15:00,数据A2的传输时间为15:20。则,在15:00开始传输数据A1,在15:20开始传输数据A2。
综上,本发明实施例中,根据不同传输协议下不同传输链路的传输速率选择合适的传输链路和传输协议传输待传输数据,能够支持不同的传输协议,以适应适用不同传输协议的网络环境,提高数据传输的效率。
此外,通过三维对应关系,能够快速准确的选择合适的传输传输链路的传输协议传输待传输数据,进一步提高传输数据的速度。
此外,本发明实施例中,还通过在传输待传输数据时,实时监测待传输数据的传输速率,在该传输速率较低时,及时更换传输方案,能够保障数据传输的稳定性。
实施例二
为便于进一步理解,参考图2,对本发明实施例的数据传输方法做进一步说明,包括以下步骤:
步骤201:接收客户端发送的要求传输待传输数据的用户的身份认证信息。
步骤202:根据所述身份认证信息确认所述用户是否是合法用户,若是执行步骤203,若否,则结束。
步骤203:接收客户端发送的待传输数据。
步骤204:根据待传输数据的源地址和目的地址获取所述源地址至所述目的地址的至少一条传输链路。
步骤205:根据传输链路、传输协议以及传输速率的三维对应关系,查找是否有所述源地址至所述目的地址的至少一条传输链路,若是,执行步骤206,若否,执行步骤208。
步骤206:根据所述三维对应关系,查找所述源地址至所述目的地址的至少一条传输链路中是否存在传输速率大于速率阈值的传输链路,若是执行步骤207,若否,执行步骤208。
步骤207:选择大于速率阈值的传输速率及其对应的传输链路和传输协议传输所述待传输数据。
步骤208:从所述源地址至所述目的地址的至少一条传输链路中选择至少一个传输链路。
步骤209:针对选择的每个传输链路,测试该链路分别通过第一传输协议和第二传输协议传输数据时的传输速率。
步骤210:选择最高传输速率对应的传输协议及传输链路传输所述待传输数据。
当然,在传输待传输数据的同时,还需要监测待传输数据的传输速率,以便于选择合适的传输方案,对于该部分内容,已在实施例一种说明,在此不再赘述。
其中,本发明实施例中提供的技术方案,尤其适用于大数据量(即待传输数据的数量量高于数据量阈值)的数据传输,尤其适用于异地服务器之间的数据传输。
实施例三
基于相同的发明构思,本发明实施例还提供一种数据传输装置,如图3所示,所述装置包括:
传输链路获取模块301,用于根据待传输数据的源地址和目的地址获取所述源地址至所述目的地址的至少一条传输链路;
传输链路选择模块302,用于从所述传输链路中选择至少一个传输链路;
传输速率测试模块303,用于针对选择的每个传输链路,测试该链路分别通过第一传输协议和第二传输协议传输数据时的传输速率;
第一传输模块304,用于选择最高传输速率对应的传输协议及传输链路传输所述待传输数据。
其中,在一个实施例中,所述装置还包括:
传输链路查找模块,用于根据传输链路、传输协议以及传输速率的三维对应关系,查找是否有所述源地址至所述目的地址的至少一条传输链路;
执行模块,用于若传输链路查找模块查找结果为否,则触发传输链路选择模块执行所述从所述传输链路中选择至少一个传输链路的步骤;
传输链路优选模块,用于若传输链路查找模块查找结果为是,则根据所述三维对应关系,查找所述源地址至所述目的地址的至少一条传输链路中是否存在传输速率大于速率阈值的传输链路;
第二传输模块,用于若传输链路优选模块确定存在大于速率阈值的传输链路,则选择大于速率阈值的传输速率及其对应的传输链路和传输协议传输所述待传输数据。
其中,在一个实施例中,所述装置还包括:
对应关系添加模块,用于传输链路优选模块针对选择的每个传输链路,测试该链路分别通过第一传输协议和第二传输协议传输数据时的传输速率之后,将测试的各传输链路及其对应的传输协议和传输速率添加到所述三维对应关系中。
其中,在一个实施例中,所述装置还包括:
负载判断模块,用于判断当前负载是否小于预设负载;
对应关系更新模块,用于若负载判断模块的判断结果为是,则从所述三维对应关系中选择传输速率小于速率下限的对应关系,并重新测试选择的对应关系中的传输链路通过该对应关系中的传输协议传输数据时的传输速率,并将该对应关系中的传输速率更新为重新测试的结果。
其中,在一个实施例中,所述装置还包括:
监测模块,用于第一传输模块或第二传输模块传输所述待传输数据时,监测所述待传输数据的传输速率;并判断该传输速率是否小于限定速率;
传输方案变更模块,用于触发传输链路查找模块执行根据所述三维对应关系,查找所述源地址至所述目的地址的至少一条传输链路中是否存在传输速率大于速率阈值的传输链路的步骤。
其中,在一个实施例中,所述待传输数据中包括所述数据完整性校验信息,所述装置还包括:
完整性确定模块,用于根据所述数据完整性校验信息,确定所述待传输数据是完整的。
其中,在一个实施例中,所述装置还包括:
身份认证信息获取模块,用于获取要求传输所述待传输数据的用户的 身份认证信息;
合法用户判断模块,用于根据所述身份认证信息确认所述用户是否是合法用户;
执行模块,用于若是合法用户,则触发所述第一传输模块或第二传输模块执行传输所述待传输数据的步骤。
其中,在一个实施例中,所述装置还包括:
信息发送模块,用于传输链路查找模块根据所述三维对应关系,查找所述源地址至所述目的地址的至少一条传输链路中是否存在传输速率大于速率阈值的传输链路之前,将所述源地址至所述目的地址的至少一条传输链路中存在于所述三维对应关系中的传输链路及对应的传输速率发送给请求传输所述待传输数据的客户端并显示;
自动选择确定模块,用于确定接收到所述客户端发送的要求自动选择传输链路的信息。
综上,本发明实施例中提供的数据传输装置,根据不同传输协议下不同传输链路的传输速率选择合适的传输链路和传输协议传输待传输数据,能够支持不同的传输协议,以适应适用不同传输协议的网络环境,提高数据传输的效率。
以上所描述的装置实施例仅仅是示意性的,其中所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部模块来实现本实施例方案的目的。本领域普通技术人员在不付出创造性的劳动的情况下,即可以理解并实施。
通过以上的实施方式的描述,本领域的技术人员可以清楚地了解到各实施方式可借助软件加必需的通用硬件平台的方式来实现,当然也可以通过硬件。基于这样的理解,上述技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品可以存储在计算机可读存储介质中,如ROM/RAM、磁碟、光盘等,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行各个实施例或者实施例的某些部分所述的方法。
最后应说明的是:以上实施例仅用以说明本发明实施例的技术方案, 而非对其限制;尽管参照前述实施例对本发明实施例进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本发明实施例各实施例技术方案的精神和范围。

Claims (16)

  1. 一种数据传输方法,其特征在于,所述方法包括:
    根据待传输数据的源地址和目的地址获取所述源地址至所述目的地址的至少一条传输链路;
    从所述传输链路中选择至少一个传输链路;
    针对选择的每个传输链路,测试该链路分别通过第一传输协议和第二传输协议传输数据时的传输速率;
    选择最高传输速率对应的传输协议及传输链路传输所述待传输数据。
  2. 根据权利要求1所述的方法,其特征在于,所述方法还包括:
    根据传输链路、传输协议以及传输速率的三维对应关系,查找是否有所述源地址至所述目的地址的至少一条传输链路;
    若否,则执行所述从所述传输链路中选择至少一个传输链路的步骤;
    若是,则根据所述三维对应关系,查找所述源地址至所述目的地址的至少一条传输链路中是否存在传输速率大于速率阈值的传输链路;
    若存在大于速率阈值的传输链路,则选择大于速率阈值的传输速率及其对应的传输链路和传输协议传输所述待传输数据。
  3. 根据权利要求2所述的方法,其特征在于,针对选择的每个传输链路,测试该链路分别通过第一传输协议和第一传输协议传输数据时的传输速率之后,所述方法还包括:
    将测试的各传输链路及其对应的传输协议和传输速率添加到所述三维对应关系中。
  4. 根据权利要求2所述的方法,其特征在于,所述方法还包括:
    判断当前负载是否小于预设负载;
    若是,则从所述三维对应关系中选择传输速率小于速率下限的对应关系,并重新测试选择的对应关系中的传输链路通过该对应关系中的传输协议传输数据时的传输速率,并将该对应关系中的传输速率更新为重新测试的结果。
  5. 根据权利要求2所述的方法,其特征在于,传输所述待传输数据时,所述方法还包括:
    监测所述待传输数据的传输速率;并判断该传输速率是否小于限定速率;
    若小于限定速率,则执行所述根据所述三维对应关系,查找所述源地址至所述目的地址的至少一条传输链路中是否存在传输速率大于速率阈值的传输链路的步骤。
  6. 根据权利要求1-5中任一所述的方法,其特征在于,所述待传输数据中包括所述数据完整性校验信息,所述方法还包括:
    根据所述数据完整性校验信息,确定所述待传输数据是完整的。
  7. 根据权利要求1-5中任一所述的方法,其特征在于,所述方法还包括:
    接收客户端发送的要求传输所述待传输数据的用户的身份认证信息;
    根据所述身份认证信息确认所述用户是否是合法用户;
    若是合法用户,则执行传输所述待传输数据的步骤。
  8. 根据权利要求2-5中任一所述的方法,其特征在于,根据所述三维对应关系,查找所述源地址至所述目的地址的至少一条传输链路中是否存在传输速率大于速率阈值的传输链路之前,所述方法还包括:
    将所述源地址至所述目的地址的至少一条传输链路中存在于所述三维对应关系中的传输链路及对应的传输速率发送给请求传输所述待传输数据的客户端并显示;
    并确定接收到所述客户端发送的要求自动选择传输链路的信息。
  9. 一种数据传输装置,其特征在于,所述装置包括:
    传输链路获取模块,用于根据待传输数据的源地址和目的地址获取所述源地址至所述目的地址的至少一条传输链路;
    传输链路选择模块,用于从所述传输链路中选择至少一个传输链路;
    传输速率测试模块,用于针对选择的每个传输链路,测试该链路分别通过第一传输协议和第二传输协议传输数据时的传输速率;
    第一传输模块,用于选择最高传输速率对应的传输协议及传输链路传输所述待传输数据。
  10. 根据权利要求9所述的装置,其特征在于,所述装置还包括:
    传输链路查找模块,用于根据传输链路、传输协议以及传输速率的三维对应关系,查找是否有所述源地址至所述目的地址的至少一条传输链路;
    执行模块,用于若传输链路查找模块查找结果为否,则触发传输链路选择模块执行所述从所述传输链路中选择至少一个传输链路的步骤;
    传输链路优选模块,用于若传输链路查找模块查找结果为是,则根据所述三维对应关系,查找所述源地址至所述目的地址的至少一条传输链路中是否存在传输速率大于速率阈值的传输链路;
    第二传输模块,用于若传输链路优选模块确定存在大于速率阈值的传输链路,则选择大于速率阈值的传输速率及其对应的传输链路和传输协议传输所述待传输数据。
  11. 根据权利要求10所述的装置,其特征在于,所述装置还包括:
    对应关系添加模块,用于传输链路优选模块针对选择的每个传输链路,测试该链路分别通过第一传输协议和第二传输协议传输数据时的传输速率之后,将测试的各传输链路及其对应的传输协议和传输速率添加到所述三维对应关系中。
  12. 根据权利要求10所述的装置,其特征在于,所述装置还包括:
    负载判断模块,用于判断当前负载是否小于预设负载;
    对应关系更新模块,用于若负载判断模块的判断结果为是,则从所述三维对应关系中选择传输速率小于速率下限的对应关系,并重新测试选择的对应关系中的传输链路通过该对应关系中的传输协议传输数据时的传输速率,并将该对应关系中的传输速率更新为重新测试的结果。
  13. 根据权利要求10所述的装置,其特征在于,所述装置还包括:
    监测模块,用于第一传输模块或第二传输模块传输所述待传输数据时,监测所述待传输数据的传输速率;并判断该传输速率是否小于限定速率;
    传输方案变更模块,用于若小于限定速率,则触发传输链路查找模块执行根据所述三维对应关系,查找所述源地址至所述目的地址的至少一条传输链路中是否存在传输速率大于速率阈值的传输链路的步骤。
  14. 根据权利要求9-13中任一所述的装置,其特征在于,所述待传输数据中包括所述数据完整性校验信息,所述装置还包括:
    完整性确定模块,用于根据所述数据完整性校验信息,确定所述待传输数据是完整的。
  15. 根据权利要求9-13中任一所述的装置,其特征在于,所述装置还包括:
    身份认证信息获取模块,用于获取要求传输所述待传输数据的用户的身份认证信息;
    合法用户判断模块,用于根据所述身份认证信息确认所述用户是否是合法用户;
    执行模块,用于若是合法用户,则触发所述第一传输模块或第二传输模块执行传输所述待传输数据的步骤。
  16. 根据权利要求10-13中任一所述的装置,其特征在于,所述装置还包括:
    信息发送模块,用于传输链路查找模块根据所述三维对应关系,查找所述源地址至所述目的地址的至少一条传输链路中是否存在传输速率大于速率阈值的传输链路之前,将所述源地址至所述目的地址的至少一条传输链路中存在于所述三维对应关系中的传输链路及对应的传输速率发送给请求传输所述待传输数据的客户端并显示;
    自动选择确定模块,用于确定接收到所述客户端发送的要求自动选择传输链路的信息。
PCT/CN2016/088973 2016-03-25 2016-07-06 数据传输方法及装置 Ceased WO2017161760A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US15/247,838 US20170279700A1 (en) 2016-03-25 2016-08-25 Method and apparatus for transmitting data

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610180447.0 2016-03-25
CN201610180447.0A CN105871509A (zh) 2016-03-25 2016-03-25 数据传输方法及装置

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US15/247,838 Continuation US20170279700A1 (en) 2016-03-25 2016-08-25 Method and apparatus for transmitting data

Publications (1)

Publication Number Publication Date
WO2017161760A1 true WO2017161760A1 (zh) 2017-09-28

Family

ID=56624832

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/088973 Ceased WO2017161760A1 (zh) 2016-03-25 2016-07-06 数据传输方法及装置

Country Status (2)

Country Link
CN (1) CN105871509A (zh)
WO (1) WO2017161760A1 (zh)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112600748A (zh) * 2020-12-02 2021-04-02 广东中兴新支点技术有限公司 面向vpn隧道的多链路聚合方法、系统及存储介质
CN113068261A (zh) * 2021-03-24 2021-07-02 深圳洲斯移动物联网技术有限公司 一种时间通道抢占方法、装置以及计算机存储介质
CN113765703A (zh) * 2021-08-09 2021-12-07 中标慧安信息技术股份有限公司 智能网关的数据传输切换控制方法和系统
CN115942413A (zh) * 2022-12-14 2023-04-07 国网陕西省电力有限公司安康水力发电公司 一种多网络融合通信方法及系统
CN116506409A (zh) * 2023-05-11 2023-07-28 北京百度网讯科技有限公司 一种数据传输方法、装置、电子设备及存储介质

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111147938A (zh) * 2018-11-06 2020-05-12 奇酷互联网络科技(深圳)有限公司 视频投屏方法、视频源终端、播放终端及存储介质
CN111294385B (zh) * 2020-01-02 2023-01-31 北京字节跳动网络技术有限公司 数据传输方法、装置、可读介质及电子设备
CN111726406A (zh) * 2020-06-16 2020-09-29 杭州涂鸦信息技术有限公司 数据传输方法及相关设备
CN113341921A (zh) * 2021-06-02 2021-09-03 北京智行者科技有限公司 一种汽车控制器功能测试方法及系统
CN113973124B (zh) * 2021-10-27 2023-01-20 北京达佳互联信息技术有限公司 数据传输方法及装置、电子设备、计算机可读存储介质
CN114500516A (zh) * 2022-03-09 2022-05-13 北京字节跳动网络技术有限公司 一种数据上传方法、装置、设备和介质
CN115549954B (zh) * 2022-08-16 2023-05-30 北京连山科技股份有限公司 一种基于异构的碎片化网络资源安全拼接通信系统
CN115643250A (zh) * 2022-09-21 2023-01-24 浪潮金融信息技术有限公司 一种基于web浏览器的远程监控方法、装置及介质
CN118233708A (zh) * 2022-12-19 2024-06-21 北京京东乾石科技有限公司 一种数据处理方法、装置、设备和计算机可读存储介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060268732A1 (en) * 2005-05-26 2006-11-30 Finisar Corporation Data stream protocol analysis using general purpose processors and filtering techniques
CN101626384A (zh) * 2009-08-05 2010-01-13 腾讯科技(深圳)有限公司 一种基于tcp协议传输数据包的方法和系统
CN102045772A (zh) * 2009-10-21 2011-05-04 华为技术有限公司 一种数据传输方法及装置
CN104010032A (zh) * 2014-05-21 2014-08-27 北京九华互联科技有限公司 一种数据传输方法及装置
CN104320164A (zh) * 2014-10-14 2015-01-28 宇龙计算机通信科技(深圳)有限公司 一种数据传输方法和装置

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102790718B (zh) * 2012-07-24 2016-02-03 大唐移动通信设备有限公司 网络通信方法与装置
CN103152378B (zh) * 2012-12-25 2016-03-02 中国移动通信集团江西有限公司 一种网络数据的传输方法、系统和客户端
CN103442380B (zh) * 2013-08-29 2016-12-28 成都西加云杉科技有限公司 一种智能传输链路选择的方法及系统
CN103796229B (zh) * 2013-09-16 2017-09-12 中兴通讯股份有限公司 一种会话链路控制方法及装置

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060268732A1 (en) * 2005-05-26 2006-11-30 Finisar Corporation Data stream protocol analysis using general purpose processors and filtering techniques
CN101626384A (zh) * 2009-08-05 2010-01-13 腾讯科技(深圳)有限公司 一种基于tcp协议传输数据包的方法和系统
CN102045772A (zh) * 2009-10-21 2011-05-04 华为技术有限公司 一种数据传输方法及装置
CN104010032A (zh) * 2014-05-21 2014-08-27 北京九华互联科技有限公司 一种数据传输方法及装置
CN104320164A (zh) * 2014-10-14 2015-01-28 宇龙计算机通信科技(深圳)有限公司 一种数据传输方法和装置

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112600748A (zh) * 2020-12-02 2021-04-02 广东中兴新支点技术有限公司 面向vpn隧道的多链路聚合方法、系统及存储介质
CN112600748B (zh) * 2020-12-02 2022-06-24 广东中兴新支点技术有限公司 面向vpn隧道的多链路聚合方法、系统及存储介质
CN113068261A (zh) * 2021-03-24 2021-07-02 深圳洲斯移动物联网技术有限公司 一种时间通道抢占方法、装置以及计算机存储介质
CN113068261B (zh) * 2021-03-24 2023-10-24 深圳洲斯移动物联网技术有限公司 一种时间通道抢占方法、装置以及计算机存储介质
CN113765703A (zh) * 2021-08-09 2021-12-07 中标慧安信息技术股份有限公司 智能网关的数据传输切换控制方法和系统
CN115942413A (zh) * 2022-12-14 2023-04-07 国网陕西省电力有限公司安康水力发电公司 一种多网络融合通信方法及系统
CN116506409A (zh) * 2023-05-11 2023-07-28 北京百度网讯科技有限公司 一种数据传输方法、装置、电子设备及存储介质

Also Published As

Publication number Publication date
CN105871509A (zh) 2016-08-17

Similar Documents

Publication Publication Date Title
WO2017161760A1 (zh) 数据传输方法及装置
CN105337961B (zh) 和客户端进行通信的方法以及服务器
CN101409706B (zh) 一种边缘网络中的数据分发方法、数据分发系统及相关设备
EP2922275B1 (en) Tunnel broker in a service oriented architecture
CN107864228B (zh) 一种内容分发网络中的连接建立方法及系统
Trammell et al. Enabling internet-wide deployment of explicit congestion notification
TWI535255B (zh) 一種發送業務請求訊息的方法及裝置
KR20110076457A (ko) 콘텐츠 명 기반의 네트워크 장치 및 데이터 요청 방법
EP3041198B1 (en) Finding services in a service-oriented architecture (soa) network
US10355961B2 (en) Network traffic capture analysis
US20150127837A1 (en) Relay apparatus and data transfer method
CN104079571A (zh) 一种识别Android模拟器的方法及装置
CN107342885A (zh) 终端最大传输单元的调整方法、装置和终端设备
US10680922B2 (en) Communication control apparatus and communication control method
US8706865B1 (en) Enhanced network communications using diagnostic information
CN107135091B (zh) 一种应用质量指标映射方法、服务器和客户端
CN119835078B (zh) 一种客户端http请求走私漏洞的检测方法
CN108574615B (zh) 一种基于多路径mptcp的内容传输方法、设备及系统
US20170279700A1 (en) Method and apparatus for transmitting data
CN105282231A (zh) 基于应用类型的数据引流方法、装置及系统
CN108011777A (zh) 用于更新边界网络设备的路由信息的方法和装置
US20220141279A1 (en) Client-side measurement of computer network conditions
CN107517162A (zh) 一种cdn缓存服务器的确定方法及装置
US10951501B1 (en) Monitoring availability of content delivery networks
CN106161051A (zh) 客户端智能选线

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16895110

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 16895110

Country of ref document: EP

Kind code of ref document: A1