WO2009021417A1 - Procédé, système et dispositif de transmission et de réception de données de réseau - Google Patents

Procédé, système et dispositif de transmission et de réception de données de réseau Download PDF

Info

Publication number
WO2009021417A1
WO2009021417A1 PCT/CN2008/071343 CN2008071343W WO2009021417A1 WO 2009021417 A1 WO2009021417 A1 WO 2009021417A1 CN 2008071343 W CN2008071343 W CN 2008071343W WO 2009021417 A1 WO2009021417 A1 WO 2009021417A1
Authority
WO
WIPO (PCT)
Prior art keywords
data packet
small
small data
packet
packets
Prior art date
Application number
PCT/CN2008/071343
Other languages
English (en)
Chinese (zh)
Inventor
Zhigang Ye
Original Assignee
Shenzhen Coship Electronics 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 Shenzhen Coship Electronics Co., Ltd. filed Critical Shenzhen Coship Electronics Co., Ltd.
Publication of WO2009021417A1 publication Critical patent/WO2009021417A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/12Arrangements for detecting or preventing errors in the information received by using return channel
    • H04L1/16Arrangements for detecting or preventing errors in the information received by using return channel in which the return channel carries supervisory signals, e.g. repetition request signals
    • H04L1/18Automatic repetition systems, e.g. Van Duuren systems
    • H04L1/1809Selective-repeat protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/12Arrangements for detecting or preventing errors in the information received by using return channel
    • H04L1/16Arrangements for detecting or preventing errors in the information received by using return channel in which the return channel carries supervisory signals, e.g. repetition request signals
    • H04L1/18Automatic repetition systems, e.g. Van Duuren systems
    • H04L1/1867Arrangements specially adapted for the transmitter end

Definitions

  • the present invention belongs to the field of communications, and in particular, to a method, system and device for transmitting and receiving network data.
  • network data is often transmitted using some data transmission protocols with low network latency, such as the User Datagram Protocol (UDP).
  • UDP User Datagram Protocol
  • the data is transmitted using the UDP protocol, the network overhead is small and the network delay is low, but the reliability of data transmission is not guaranteed.
  • the UDP transmission protocol is used to transmit network data, the data packet to be transmitted by the network data transmitting end is generally directly transmitted to the network data receiving end. In the transmission process of network data, especially when the network signal is not good, the transmission method using such network data is prone to serious packet loss.
  • the embodiment of the invention provides a method for transmitting network data, which can solve the problem that the data packet is easily lost when the network data is transmitted by using the UDP protocol.
  • An embodiment of the present invention provides a network data sending method, where the sending method includes the following steps: splitting an original data packet larger than a set byte into multiple small data packets;
  • a small packet after sending the identity A small packet after sending the identity.
  • the foregoing method may further include the following steps:
  • the corresponding small data packet is resent according to the identifier of the small data packet carried in the retransmission request.
  • An embodiment of the present invention provides a network data receiving method, where the receiving method includes the following steps: receiving a small data packet, and checking whether there is a lost small data packet; Sending a retransmission request to the network data sending end when there is a lost small data packet, where the retransmission request carries the identifier of the lost small data packet;
  • the received small packets are combined into the original data packet.
  • the embodiment of the present invention provides a network data sending system, where the sending system includes: a splitting unit, configured to split an original data packet larger than a set byte into a plurality of small data packets; Small data package;
  • the sending unit is configured to send the identified small data packet.
  • the foregoing sending system may further include: a retransmission request receiving unit, configured to: when the retransmission request is received, trigger the sending module to resend the corresponding small data according to the identifier of the small data packet carried in the retransmission request package.
  • a retransmission request receiving unit configured to: when the retransmission request is received, trigger the sending module to resend the corresponding small data according to the identifier of the small data packet carried in the retransmission request package.
  • An embodiment of the present invention provides a network data receiving system, where the receiving system includes: a receiving check unit, configured to receive a small data packet, and check whether there is a lost small data packet; and a retransmission request sending unit, when there is a lost Sending a retransmission request to the network data sender, where the retransmission request carries the identifier of the lost small data packet;
  • the combination unit combines the received small data packets into original data packets.
  • An embodiment of the present invention provides a network data sending device, where the network data sending device includes a network data sending system, where the sending system includes:
  • splitting unit configured to split an original data packet larger than a set byte into a plurality of small data packets
  • identifying unit configured to identify the small data packet
  • a sending unit configured to send the identified small data packet
  • the retransmission request receiving unit when receiving the retransmission request, triggers the sending module to resend the corresponding small data packet according to the identifier of the small data packet carried in the retransmission request.
  • the embodiment of the present invention provides a network data receiving device, where the network data receiving device includes a network data receiving system, and the receiving system includes:
  • a receiving check unit configured to receive a small data packet, and check whether there is a lost small data packet
  • a retransmission request sending unit configured to send a retransmission request to the network data sending end when there is a lost small data packet, where Sending a request carrying the identifier of the lost small data packet
  • the combination unit combines the received small data packets into original data packets.
  • the transmission is reduced by splitting the original data packet into a number of small data packets.
  • the data packet in the transmission process is lost.
  • the network data receiving end detects that the small data packet is lost, the retransmission request is sent, and the lost data packet is resent by the network data transmitting end, thereby reducing the data when transmitting the network data. The loss of the package.
  • FIG. 1 is a flowchart of implementing a network data sending method according to an embodiment of the present invention
  • FIG. 2 is a flowchart of implementing a network data receiving method according to an embodiment of the present invention
  • FIG. 3 is a flowchart of an implementation of grouping small data packets in a data window according to an embodiment of the present invention
  • FIG. 4 is a schematic structural diagram of a network data sending system according to an embodiment of the present invention.
  • FIG. 5 is a schematic structural diagram of a network data receiving system according to an embodiment of the present invention.
  • packet loss during transmission is reduced by splitting the original data packet into several small data packets, and when the network data receiving end detects that a small data packet is lost, a retransmission request is sent.
  • the lost small packets are resent by the network data sender, thereby reducing the loss of data packets when transmitting network data.
  • step S101 the original data packet of the set byte is split into a plurality of small data packets.
  • the size of the data packets that the network data sender needs to send is inconsistent. There are more than ten KBits, some are less than 1 KBit, and when transmitting network data, larger packets are transmitted compared to smaller packets. It is easier to lose in the process. Therefore, for larger packets, it can be split into several small packets to reduce the loss of packets during transmission, but not for smaller packets. After the splitting is completed, the small data packets after the splitting and the unsplit small data packets can be stored in the cache queue.
  • the packet split control information is generated while splitting each packet.
  • the control information includes: split number information, that is, the number of split small data packets, that is, the split packets are split into a total The number of small packets; the number of small packets, that is, the serial number of each small packet in the split package, and other information.
  • the packet split control information is added to each small packet as part of the header of the small packet. After the split is complete, the small packets are placed in the buffer queue of the buffer.
  • the method for splitting a data packet may be: splitting a data packet whose size exceeds m KBit into several small packets of m KBit and a small data packet of not more than m KBit, where m value It can be set as needed. Packets that do not exceed m KBit are not split. For example, a packet with a size of 1 KBit is relatively easy to lose when transmitted over the network, so a packet larger than 1 KBit can be split into several small packets of 1 KBit and a small packet of no more than 1 KBit.
  • step S102 a small data packet is identified.
  • each data window has a certain receiving space
  • the receiving space has N positions
  • each position can accommodate 1 small data packet
  • N positions are There are numbers, where P, N can be set as needed, but P, N should be an integer greater than 1.
  • the small data packet When loading a small data packet by using the data window, the small data packet is identified by the number of the data window in which the small data packet is located and the location number of the small data packet in the data window, and the identifier of the small data packet can be saved. In d, the packet header.
  • step S103 it is determined whether the network is writable: if the network is writable, step S104 is performed; if the network is not writable, step S105 is performed.
  • step S104 the identified small data packet is transmitted.
  • each small data packet in one data window is sent as one sending unit each time, that is, when all the small data packets in one data window have been sent. , the small packet in the next data window is sent.
  • step S105 it is determined whether the network is readable: if the network is readable, step S106 is performed; if the network is not writable, the sending process is ended.
  • step S106 it is determined whether a retransmission request is received: when a retransmission request is received, step S107 is performed; if a retransmission request is not received, the transmission process is ended.
  • some small data packets may be lost, and the network data receiving end may be to the network.
  • the data sending end sends a retransmission request, and the retransmission request carries an identifier of the small data packet to notify the network data sending end to resend the lost small data packet.
  • step S107 a small packet requiring retransmission is found.
  • the identifier of the small data packet in the retransmission request that is, the number of the data window in which the small data packet is located and the location number of the small data packet in the data window, find a small data packet that needs to be retransmitted.
  • the data of the data window is considered to have been successfully sent, and the data window can be used to reload the data to update the data of the data window, thereby This data window can be used to send other small data packets.
  • FIG. 2 is a flowchart showing an implementation process of a network data receiving method according to an embodiment of the present invention. The details are as follows:
  • step S201 a small data packet is received.
  • the network data receiving end has Q data windows, and each data window is the same as the data window of the network data transmitting end.
  • each small data packet in one data window is sent as one sending unit, and the network data receiving end receives the small data packet accordingly.
  • the small packets arrived are stored in the data window, and each small data packet is stored in the data window of the network data receiving end in the same location as the small data packet stored in the data window of the network data transmitting end.
  • start time of receiving small packets When starting to receive small packets, record the start time of receiving small packets.
  • step S202 it is judged whether or not a small data packet is lost.
  • step S204 is directly executed.
  • a receiving data time period t can be set according to the range, and the time from the start time of receiving the small data packet is obtained, when the receiving time reaches t, It is determined that the small data packet of the completion of the data window is received.
  • step S203 a retransmission request carrying the identifier of the small data packet is transmitted.
  • a data packet a retransmission request carrying an identifier with a small data packet is sent.
  • the identifier of the data window stored in the small data packet identifier is obtained by extracting a small data packet of the received data window, and the number of the data window in the small data packet identifier is obtained, and the number is the lost small data.
  • step S204 the received small data packets are combined into an original data packet. Make it a separate packet.
  • the control information that is, the number of splits, the number of small packet numbers, etc.
  • the small packets in the data window are combined to be restored to the packets before the split.
  • FIG. 3 shows an implementation flow of grouping small data packets in a data window according to an embodiment of the present invention, which is described in detail as follows:
  • step S301 a small data packet is taken from the data window, and the small data packet is inserted into the buffer queue.
  • the small data packet is inserted into the cache queue, so that the small data packets in the cache queue are arranged in an orderly manner.
  • a binary insertion method with high insertion efficiency can be used.
  • step S302 it is determined whether all the small data packets of the data window have been processed. If all the small data packets are processed, the packet processing process of the data window is ended. By detecting if there are still small packets in the cache queue, it is possible to determine whether all the small packets have been processed.
  • step S303 the first small data packet of the cache queue is taken out.
  • step S304 it is determined whether the small data packet should be currently processed.
  • an indicator is used to indicate the small packets that should currently be processed.
  • step S305 is performed, otherwise step S306 is performed.
  • the indicator records the location number of the small data packet in the data window and indicates the small data packet by the location number of the small data packet.
  • step S305 it is determined whether or not to wait for a timeout.
  • the judgment waits for a timeout, that is, whether the difference between the current time and the insertion time of other small data packets of the data window is More than a tolerable period of time, where a tolerable period of time can be set. If the difference between the two is longer than the tolerable period, the small packet is determined to be lost, and step S309 is performed; if the tolerable period is not exceeded, the process returns to step S302, and the small packet indicated by the indicator is put into the buffer. queue.
  • step S306 it is determined whether the small data packet is a split packet.
  • the first small packet is a small packet indicated by the indicator, the first small packet is the small packet currently being processed.
  • the control information of the small data packet it is determined whether the small data packet is an independent data packet or a split packet. If the small data packet is a separate packet, the small data packet is directly taken out from the cache queue and step S308 is performed.
  • step S307 the small data packet is grouped. If the small data packet is a split packet, the split packet is taken out from the cache queue, and according to the control information of the small data packet, the remaining split packets are taken out from the cache queue, and the split data packets are separated. Combine, become a separate packet, and get the original split packet. In the remaining split packages, if any split package is lost, the split package and the remaining split packets cannot be combined into separate packets. Therefore, the small data packet and the remaining split packets are discarded.
  • step S308 the original data packet is output.
  • step S309 the indicator is modified.
  • the indicator is used to indicate the number of the small packet that should be processed currently, which is the location number of the small packet in the data window. If the output is an independent small data packet, the value of the indicator is increased by 1, that is, the next numbered data packet can be processed; if the output is a split package, the small data packet is split according to the split package.
  • the control information is such that the value of the indicator is correspondingly increased.
  • the grouping method of the small data packet in the other data window is the same as the grouping method of the small data packet in the data window, and details are not described herein again.
  • FIG. 4 shows a structure of a network data transmission system according to an embodiment of the present invention.
  • the network data transmission system may be a software unit, a hardware unit, or a combination of software and hardware built in a network data transmission device.
  • the network data transmitting system includes: a splitting unit 41, an identifying unit 42, and a transmitting unit 43; and may further include a retransmission request receiving unit 44. among them:
  • the splitting module 41 splits the original data packet larger than the set byte into a plurality of small data packets;
  • the block 42 identifies the small data packet;
  • the sending module 43 sends the identified small data packet; when the retransmission request receiving unit 44 receives the retransmission request, the sending unit is triggered according to the identifier of the small data packet carried in the retransmission request. 43 Resend the corresponding small data packet.
  • the splitting unit 41 may further include: a packet splitting module 411, a generating module 412, and an adding module 413.
  • the process of splitting the original data packet larger than the set byte into multiple small data packets by the splitting unit 41 includes: the data packet splitting module 411 splits the data packet whose size exceeds m KBit into a plurality of m KBit small data packets and a small data packet not larger than m KBit; the generating module 412 generates data packet splitting control information, where the data packet splitting control information includes information about the number of split small data packets and The number of each small data packet, the adding module 413 adds the number information of the split small data packet, and the number of the small data packet to the small data packet corresponding to the number of the small data packet.
  • the identification unit 42 may further include: a configuration module 421, a small data packet loading module 422, and a small data packet identification module 423.
  • the process of identifying the small data packet by the identifier unit 42 is specifically: the configuration module 421 configures a data window for loading the small data packet; the small data package loading module 422 loads the small data package into the data window; And the small data packet identification module 423 identifies the small data packet by using the number of the data window and the location of each small data packet in the data window.
  • the embodiment of the present invention further provides a network data sending device, where the network data transmitting device includes the network data sending system configured as described above.
  • FIG. 5 shows a structure of a network data receiving system according to an embodiment of the present invention.
  • the network data receiving system may be a software unit, a hardware unit, or a combination of hardware and software built in a network data receiving device.
  • the network data receiving system includes: a receiving check unit 51, a retransmission request transmitting unit 52, and a combining unit 53.
  • the receiving check unit 51 is responsible for receiving the small data packet and checking whether there is a lost small data packet; when there is a lost small data packet, the retransmission request transmitting unit 52 sends a retransmission request to the network data transmitting end, and the retransmission request carries the retransmission request The identifier of the lost small data packet; the combining unit 53 combines the received small data packets into the original data packet.
  • the combining unit 53 may further include: a small data packet splitting packet determining module. 531.
  • the split packet determining module 531 determines whether the received small data packet is a split packet, and when the small data packet is split. At the time of the packet, the remaining small data packet is obtained by the split packet combining module 532, and the small data packet is combined with the remaining small data packet to become the original data packet, and the original data packet is output by the data packet output module 533.
  • the embodiment of the present invention further provides a network data receiving device, where the network data receiving device includes a network data receiving system including the above structure.
  • each functional unit in each embodiment of the present invention may be integrated into one processing module, or each unit may exist physically separately, or two or more units may be integrated into one module.
  • the above integrated modules can be implemented in the form of hardware or in the form of software functional modules.
  • the integrated modules, if implemented in the form of software functional modules and sold or used as separate products, may also be stored in a computer readable storage medium.
  • the above-mentioned storage medium may be a read only memory, a magnetic disk or an optical disk or the like.
  • the foregoing embodiment of the present invention reduces packet loss during transmission by splitting the original data packet into several small data packets.
  • the network data receiving end detects that a small data packet is lost, the retransmission is sent.
  • the request the network data sender resends the lost small data packet, thereby reducing the loss of the data packet when transmitting the network data.

Landscapes

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

Abstract

La présente invention concerne un procédé, un système et un dispositif permettant de transmettre et de recevoir des données de réseau. Le procédé de transmission comprend les étapes suivantes : séparation d'un paquet initial d'une taille supérieure à la taille en octets définie en plusieurs petits paquets de données ; identification des petits paquets de données ; transmission des petits paquets de données identifiés ; lors de la réception d'une demande de retransmission, retransmission des petits paquets de données qui correspondent aux identifiants de petits paquets de données contenus dans la demande de retransmission. Dans les modes de réalisation de la présente invention, les pertes de paquet de données pendant la transmission sont limitées grâce à la séparation du paquet de données initial en plusieurs petits paquets de données, le dispositif de réception de données de réseau transmet une demande de retransmission lorsqu'il détecte la perte d'un petit paquet de données, le dispositif de transmission des données de réseau retransmet le petit paquet de données perdu, ce qui permet de limiter les pertes de paquet de données pendant la transmission des données de réseau.
PCT/CN2008/071343 2007-08-14 2008-06-18 Procédé, système et dispositif de transmission et de réception de données de réseau WO2009021417A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200710075745.4 2007-08-14
CN2007100757454A CN101202604B (zh) 2007-08-14 2007-08-14 一种网络数据的发送方法

Publications (1)

Publication Number Publication Date
WO2009021417A1 true WO2009021417A1 (fr) 2009-02-19

Family

ID=39517590

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2008/071343 WO2009021417A1 (fr) 2007-08-14 2008-06-18 Procédé, système et dispositif de transmission et de réception de données de réseau

Country Status (2)

Country Link
CN (1) CN101202604B (fr)
WO (1) WO2009021417A1 (fr)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111193574A (zh) * 2019-12-31 2020-05-22 西安翔腾微电子科技有限公司 一种数据传输方法及数据传输***
CN114024914A (zh) * 2021-10-27 2022-02-08 杭州海康威视数字技术股份有限公司 视频数据传输方法、装置及电子设备

Families Citing this family (39)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101651959B (zh) * 2009-09-23 2015-05-13 中兴通讯股份有限公司 一种发送数据包的方法、***及设备
CN102088320B (zh) * 2009-12-03 2013-10-30 建兴电子科技股份有限公司 超音波***及其通讯方法
CN101764730B (zh) * 2009-12-18 2011-12-21 航天东方红卫星有限公司 一种can总线数据传输方法
CN102231658A (zh) * 2011-06-09 2011-11-02 山东电力集团公司 一种安全的跨网络隔离装置通信方法
CN102438048B (zh) * 2011-12-15 2014-04-30 北京新媒传信科技有限公司 一种互联网中远程服务调用的方法和***
CN103841620B (zh) * 2012-11-27 2017-12-05 中国石油天然气股份有限公司 阴极保护数据自动采集***无线传感器网络通信协议方法
CN103905145B (zh) * 2012-12-27 2018-05-15 北京新媒传信科技有限公司 基于数据分块的数据传输方法和装置
CN103354479B (zh) * 2013-03-22 2017-02-08 哈尔滨工业大学深圳研究生院 一种基于lt码的空间dtn传输方法
CN103269260A (zh) * 2013-06-03 2013-08-28 腾讯科技(深圳)有限公司 数据传输方法、数据接收端、数据发送端和数据传输***
CN104217562B (zh) * 2013-06-05 2017-05-03 中国石油天然气股份有限公司 基于无线传感器网络的阴极保护数据自动采集方法
CN103618694A (zh) * 2013-11-01 2014-03-05 西南科技大学 基于数字无线电窄带***的r2udp协议设计
CN104574907A (zh) * 2015-01-26 2015-04-29 北京迪创伟业科技有限公司 用于远程抄表的采集模块和采集器
CN104574908A (zh) * 2015-01-26 2015-04-29 北京迪创伟业科技有限公司 远程抄表***
CN104574909A (zh) * 2015-01-26 2015-04-29 北京迪创伟业科技有限公司 用于远程抄表的采集器和远程抄表***
CN105245317A (zh) * 2015-10-20 2016-01-13 北京小鸟听听科技有限公司 一种数据传输方法、发送端、接收端和数据传输***
CN107230331B (zh) * 2016-03-23 2020-12-04 上海宝钢工业技术服务有限公司 应用于工业检测的无线数据通讯方法
CN106411560A (zh) * 2016-06-01 2017-02-15 深圳市永兴元科技有限公司 数据传输方法和装置
CN106302808A (zh) * 2016-09-14 2017-01-04 广东欧珀移动通信有限公司 数据传输方法及移动终端
CN106452688A (zh) * 2016-10-11 2017-02-22 福建星海通信科技有限公司 一种北斗数据缺报重传方法及***
CN108306715A (zh) * 2017-01-11 2018-07-20 深圳市首欣通达科技有限公司 一种基于北斗一代卫星短报文通信功能进行长文件传输的方法及***
CN106888102A (zh) * 2017-01-18 2017-06-23 深圳市方大自动化***有限公司 屏蔽门门控器的软件更新方法
CN107342983A (zh) * 2017-06-09 2017-11-10 深圳震有科技股份有限公司 一种事务性处理多分包的高效udp通讯的方法及***
CN107612841A (zh) * 2017-08-21 2018-01-19 武汉斗鱼网络科技有限公司 一种传输数据的方法、装置及计算机设备
CN107580233A (zh) * 2017-08-21 2018-01-12 武汉斗鱼网络科技有限公司 一种传输数据的方法、装置及计算机设备
CN107566808A (zh) * 2017-09-30 2018-01-09 深圳市智慧海洋科技有限公司 一种基于无线水声通信技术的水下图像传输方法及***
CN108200387A (zh) * 2017-12-26 2018-06-22 深圳进化动力数码科技有限公司 一种文件的传输方法、***及相机
CN109768950B (zh) * 2018-01-19 2021-08-31 杭州博烁晟斐智能科技有限公司 一种通信铁塔故障维护***实时交换数据的数据处理方法
CN109450603A (zh) * 2018-11-28 2019-03-08 视联动力信息技术股份有限公司 一种视联网数据的发送方法及***
CN109379386A (zh) * 2018-12-13 2019-02-22 广州市百果园信息技术有限公司 一种消息传输方法、装置、设备及介质
CN110677200A (zh) * 2019-09-17 2020-01-10 深圳市智慧海洋科技有限公司 数据传输方法和装置
CN110830185B (zh) * 2019-09-26 2022-08-09 视联动力信息技术股份有限公司 一种数据传输的方法及装置
CN111162857B (zh) * 2019-12-23 2022-03-11 成都德芯数字科技股份有限公司 一种数据包的接收方法、装置及调频应急广播***
CN111478864A (zh) * 2020-03-06 2020-07-31 视联动力信息技术股份有限公司 数据包的处理方法、装置、电子设备及存储介质
CN111555984B (zh) * 2020-04-23 2022-08-26 海尔优家智能科技(北京)有限公司 用于数据传输的方法及装置、智能家居设备、存储介质
CN111526606B (zh) * 2020-04-23 2022-06-14 海尔优家智能科技(北京)有限公司 用于数据传输的方法及装置、智能家居设备、存储介质
CN112954255B (zh) * 2021-01-29 2024-04-16 深圳市捷视飞通科技股份有限公司 视频会议码流的传输方法、装置、计算机设备和存储介质
CN114040445B (zh) * 2021-11-08 2023-08-15 聚好看科技股份有限公司 一种数据传输方法及装置
CN115048376A (zh) * 2022-06-08 2022-09-13 北京广利核***工程有限公司 一种应用于核电站的数据处理方法及装置
CN116405094A (zh) * 2023-04-14 2023-07-07 北京蔚海明祥科技有限公司 一种基于多路天通通信设备的数据传输***及方法

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1520111A (zh) * 2003-09-02 2004-08-11 ����ͨѶ�ɷ����޹�˾ 局域网内的数据传输方法
CN1816042A (zh) * 2005-01-31 2006-08-09 华为技术有限公司 一种处理器间数据传输方法
CN1897514A (zh) * 2005-07-14 2007-01-17 中兴通讯股份有限公司 无线链路控制层发送确认模式交织协议数据单元的方法
EP1814268A1 (fr) * 2006-01-27 2007-08-01 Stefan Niantschur Méthode et système avancé pour le transfert multicanal sécurisé de données aux unités potentiellement mobiles

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FI111421B (fi) * 2000-12-20 2003-07-15 Nokia Corp Tiedonsiirtomenetelmä ja radiojärjestelmä

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1520111A (zh) * 2003-09-02 2004-08-11 ����ͨѶ�ɷ����޹�˾ 局域网内的数据传输方法
CN1816042A (zh) * 2005-01-31 2006-08-09 华为技术有限公司 一种处理器间数据传输方法
CN1897514A (zh) * 2005-07-14 2007-01-17 中兴通讯股份有限公司 无线链路控制层发送确认模式交织协议数据单元的方法
EP1814268A1 (fr) * 2006-01-27 2007-08-01 Stefan Niantschur Méthode et système avancé pour le transfert multicanal sécurisé de données aux unités potentiellement mobiles

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111193574A (zh) * 2019-12-31 2020-05-22 西安翔腾微电子科技有限公司 一种数据传输方法及数据传输***
CN111193574B (zh) * 2019-12-31 2023-04-28 西安翔腾微电子科技有限公司 一种数据传输方法及数据传输***
CN114024914A (zh) * 2021-10-27 2022-02-08 杭州海康威视数字技术股份有限公司 视频数据传输方法、装置及电子设备
CN114024914B (zh) * 2021-10-27 2024-03-01 杭州海康威视数字技术股份有限公司 视频数据传输方法、装置及电子设备

Also Published As

Publication number Publication date
CN101202604A (zh) 2008-06-18
CN101202604B (zh) 2011-03-30

Similar Documents

Publication Publication Date Title
WO2009021417A1 (fr) Procédé, système et dispositif de transmission et de réception de données de réseau
US9003053B2 (en) Message acceleration
KR101492510B1 (ko) 다중 전달 라우트 패킷 정렬
US7551638B2 (en) Network interface with transmit frame descriptor reuse
JP5696854B2 (ja) パケット再送制御装置とパケット再送制御方法
KR102046792B1 (ko) 송신 노드로부터 목적지 노드로의 데이터 전송 방법
WO2011047621A1 (fr) Procédé de transmission de paquets de données à compression d'en-tête et dispositif basé sur un mécanisme de retransmission
US9197373B2 (en) Method, apparatus, and system for retransmitting data packet in quick path interconnect system
WO2020119347A1 (fr) Procédé, appareil, dispositif et support de transmission de message
US8589586B2 (en) Method and apparatus for managing transmission of TCP data segments
AU2007344308B2 (en) Method of real-time transmission/reception of data in packets between a server and a client terminal, corresponding server and terminal
WO2011046056A1 (fr) Procédé de commande de transmission pour communication par paquets et système de communication par paquets
US10505677B2 (en) Fast detection and retransmission of dropped last packet in a flow
JP2012186839A (ja) Udp基盤の通信方法
US8413000B2 (en) Retransmission above the gamma interface
US20120063463A1 (en) Packet aligning apparatus and packet aligning method
US9544401B2 (en) Device and method for data communication using a transmission ring buffer
CN111404872A (zh) 一种报文处理方法、装置及***
JP3950865B2 (ja) Atm通信システム
CN111447046B (zh) 业务数据传输方法、装置、设备和存储介质
CN117560304B (zh) 一种网络状态监测方法、***、设备和介质
CN113315601B (zh) 多点协助的数据传输方法、装置、存储介质及电子设备
CN107888341B (zh) 一种数据传输方法及装置
US9154269B2 (en) Method for operating a remote procedure call handler in a client and a server and computer system comprising the same
WO2015064288A1 (fr) Dispositif de communication sans fil, système de communication sans fil et procédé de communication sans fil associé

Legal Events

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

Ref document number: 08757753

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 08757753

Country of ref document: EP

Kind code of ref document: A1

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC