WO2015135120A1 - End-to-end network qos control system, communication device and end-to-end network qos control method - Google Patents

End-to-end network qos control system, communication device and end-to-end network qos control method Download PDF

Info

Publication number
WO2015135120A1
WO2015135120A1 PCT/CN2014/073170 CN2014073170W WO2015135120A1 WO 2015135120 A1 WO2015135120 A1 WO 2015135120A1 CN 2014073170 W CN2014073170 W CN 2014073170W WO 2015135120 A1 WO2015135120 A1 WO 2015135120A1
Authority
WO
WIPO (PCT)
Prior art keywords
packet
payload
data
message
header
Prior art date
Application number
PCT/CN2014/073170
Other languages
French (fr)
Chinese (zh)
Inventor
王江胜
Original Assignee
华为技术有限公司
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 华为技术有限公司 filed Critical 华为技术有限公司
Priority to CN201480000121.4A priority Critical patent/CN103975551B/en
Priority to PCT/CN2014/073170 priority patent/WO2015135120A1/en
Publication of WO2015135120A1 publication Critical patent/WO2015135120A1/en

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/004Arrangements for detecting or preventing errors in the information received by using forward error control
    • H04L1/0041Arrangements at the transmitter end

Definitions

  • the present invention belongs to the field of communication technologies, and in particular, to an end-to-end network QoS control system, a communication device, and an end-to-end network QoS control method. Background technique
  • IP Internet Protocol
  • QoS Quality of Service
  • FEC Forward Error Correction
  • FEC technology is often used for the transmission of the physical layer and the data link layer, and the FEC corrects the erroneous bit problem in transmission by redundant coding.
  • FEC decoding can be used to identify the error and correct the error.
  • FEC is often used for encoding a data segment (for example, a few hundred bits), and its error correction capability is limited under certain coding capabilities. For example, in the case where the R-S code of (255, 239) is FEC, the source data is used as a code block every 239 bits, and is encoded to have a length of 255 bits. Its error correction capability is 8 bits, that is, within the 255-bit code block, the error is less than 8 bits, which can be corrected by FEC technology.
  • the object of the present invention is to provide an end-to-end network QoS control system, a communication device, and an end-to-end network QoS control method, which can improve data transmission quality.
  • the present invention is implemented in this way, an end-to-end network QoS control system, including
  • a transmitting end communication device configured to perform traffic classification on a network protocol IP data packet to be sent, and perform packet multiplexing on a payload (payload) of an IP data packet belonging to the same data stream;
  • the payload performs forward error correction FEC encoding to obtain an encoded data block;
  • the encoded data block is subjected to data block interleaving processing to obtain an interleaved message;
  • the interleaved packet is packet-packed Forming an IP packet message and transmitting it to the transmission network;
  • the air traffic classification includes: determining, by the IP data packet configured with the same traffic classification mark, the same data flow;
  • a receiving end communication device configured to receive the IP packet message from the transport network; record a flow classification flag of a header of the IP packet message, and reassemble the IP packet according to the flow classification flag User data, obtaining a reassembled payload; deinterleaving the reassembled payload; performing FEC decoding processing on the deinterleaved payload; demultiplexing the decoded payload, and classifying the stream
  • the tag reconstitutes the IP header to obtain the user IP packet.
  • Another object of the present invention is to provide a communication device, the communication device comprising:
  • a traffic classification module configured to perform traffic classification on the Internet Protocol IP data packet to be sent, where the traffic classification includes: determining, by the IP data packet configured with the same traffic classification mark, the same data flow;
  • a packet multiplexing module configured to perform packet multiplexing on a payload payload of an IP data packet belonging to the same data stream
  • An encoding processing module configured to perform forward error correction FEC encoding on the payload that performs packet multiplexing, to obtain an encoded data block
  • An interleaving module configured to perform data block interleaving processing on the encoded data block to obtain an interleaved message
  • the packet encapsulation module is configured to perform packetization and encapsulation on the interleaved packet, and form an IP packet message to be sent to the transmission network, so that the receiving end receives and reassembles the IP packet packet, and obtains the reassembled payload. Performing deinterleaving and FEC decoding on the reassembled payload.
  • Another object of the present invention is to provide a communication device, the communication device including a fragment reassembly module, configured to receive an IP packet message, where the IP packet message is obtained by packet multiplexing, FEC encoding, and interleaving processing by the transmitting end; and recording a traffic classification flag of the IP packet packet ;
  • An assembly module configured to reassemble user data in the IP packet according to the flow classification flag, and obtain a restructured payload payload
  • a deinterleaving module configured to perform deinterleaving on the reassembled payload
  • a decoding module configured to perform FEC decoding processing on the deinterleaved payload
  • the demultiplexing module is configured to demultiplex the decoded payload, and re-form the stream classification flag into an IP header to obtain an IP data packet.
  • Another object of the present invention is to provide an end-to-end network QoS control method, the method comprising the following steps:
  • the Internet Protocol IP data packet to be sent is classified into a traffic, where the traffic classification includes: determining, by using the same traffic classification tag, an IP data packet as the same data flow;
  • the data processed by the forward error correction coding is interleaved and corresponding demodulation and deinterleaving are performed to implement network packet loss suppression, thereby greatly improving the application quality of the Internet.
  • the data processed by the forward error correction coding is interleaved and corresponding demodulation and deinterleaving are performed to implement network packet loss suppression, thereby greatly improving the application quality of the Internet.
  • the TCP transmission scenario since there is no need to lose packet retransmission and slow down, it is extremely
  • FIG. 1 is a schematic flowchart of an implementation process of an end-to-end network QoS control method according to Embodiment 1 of the present invention.
  • FIG. 2 is a schematic flow chart showing an implementation process of an end-to-end network QoS control method according to Embodiment 2 of the present invention.
  • FIG. 3 is a schematic diagram of a form of a data block provided by an embodiment of the present invention.
  • FIG. 4 is a schematic structural diagram of a communication device according to Embodiment 3 of the present invention.
  • FIG. 5 is a schematic structural diagram of a communication device according to Embodiment 4 of the present invention.
  • FIGS 6 and 7 are schematic diagrams showing the structure of an end-to-end network QoS control system according to Embodiment 5 of the present invention.
  • FIG. 8 is a schematic structural diagram of a transmitting end communication device according to Embodiment 6 of the present invention.
  • FIG. 9 is a schematic structural diagram of a receiving end communication device according to Embodiment 7 of the present invention. detailed description
  • the technical solution described in the embodiment of the present invention is applied before the "slice reassembly" of the IP layer; that is, the embodiment of the present invention processes the IP packets that are not fragmented.
  • the following embodiments are used to improve the TCP throughput rate and improve the tolerance of the radio bearer to the packet loss of the transmission network.
  • Embodiment 1 is a diagrammatic representation of Embodiment 1:
  • an implementation flow of an end-to-end network QoS control method according to Embodiment 1 of the present invention relates to a data sending end, including the following steps:
  • the IP data packet to be sent is subjected to traffic classification on the transmitting end, where the traffic classification includes determining IP data packets configured with the same traffic classification mark as the same data flow.
  • the foregoing traffic classification identifier includes a SIP (Session Initiazation Protocol, Session Initiation Protocol) parameters, DIP (Dynamic Inspection Protocol) parameters, PT (payload type) parameters, TOS (Service Type, Terms of Service) parameters. That is, packets with the same ⁇ SIP, DIP, PT, TOS ⁇ can be divided into one type of stream. The same class of flows will flow into the same processing module.
  • SIP Session Initiazation Protocol
  • Session Initiation Protocol Session Initiation Protocol
  • DIP Dynamic Inspection Protocol
  • PT payload type
  • TOS Service Type, Terms of Service
  • the traffic classification can be configured, and can be switched, and the granularity of the flow can be configured, and the following manners are respectively adopted:
  • the ⁇ SIP, DIP, TOS ⁇ field in the IP header in the sent packet will be filled with corresponding values according to different flows. If the TOS is not classified as a traffic class, the TOS value of the sent packet can be configured or specified by default (all 0s).
  • step S102 the payloacK payload of the IP packet belonging to the same data stream is packet-multiplexed.
  • packet multiplexing combines multiple packets of the same stream into one.
  • a multiplex header is used to indicate different message blocks in the payload.
  • the ⁇ SIP, DIP, PT, TOS ⁇ of the multiplexed message is retained and filled in the finally transmitted message.
  • a multiplex header is added to the message to isolate each original block and contains part of the information (such as length) of the original packet.
  • the number of multiplexed packets is related to the expected network packet loss rate. For example, a 1% packet loss rate requires about 100 packet multiplexing.
  • Mode of multiplexing the header 1 Configure an independent multiplexing header in front of each of the message blocks, and then concatenate them. :3 ⁇ 4 port is shown in the table below:
  • the message is parsed in a serial manner.
  • Multiplex header mode 2 The different message blocks are concatenated, and a unified multiplexing header is configured for the concatenated message blocks, as shown in the following table:
  • each sub-block can be quickly found according to the unified header.
  • PMTU Path Maximum Transmission Unit
  • step S103 the payload subjected to packet multiplexing is FEC-encoded to obtain an encoded data block.
  • the strength of the redundancy coding is related to the expected packet loss rate of the network. For example, a 1% packet loss rate is encoded with 10% error correctable decoding capability.
  • the manner of FEC coding is not limited, and it should be included in the scope of protection of the present invention as long as it meets the requirements.
  • RS coding is taken as an example.
  • the coding of the RS decoding capability is selected by more than 5 times the packet loss rate of the bearer network. Taking the RS coding of (255, 239) as an example, the bit error rate with a bit error rate of 6.25% can be decoded. Therefore, the (255, 239) code can be used for the bearer network coding with a packet loss rate of 1% to resist packet loss. .
  • the data block will be larger than the multiplexed data block. The entire data block after encoding, as a whole, enters the interleaving module below.
  • step S104 the encoded data block is subjected to data block interleaving processing to obtain an interleaved message.
  • the step of interleaving the encoded data block includes performing interleaving processing in units of bit Bits, and using the encoded data block as an interleaver depth. Specifically: the entire data block after the FEC processing is scrambled. The main purpose is to completely disrupt all the bits. In the case of packet loss in the bearer network, in the de-interleaved data, the bits lost by the packet can be distributed in the entire FEC coded data block.
  • step S105 the interleaved packet is packet-encapsulated, and the IP packet is sent to the transmission network, so that the receiving end receives and reassembles the IP packet, and obtains the reassembled payload. Performing deinterleaving and FEC decoding on the reassembled payload.
  • the interleaved packet is encapsulated and encapsulated, and the IP header, the UDP header, and the packet header are added to form an IP packet to be sent.
  • the IP packet can be IP packetized and sent to the transport network.
  • data packetization and IP fragmentation can be combined, that is, when the packet is packetized, the end-to-end PMTU is sub-packaged to avoid the delay caused by fragmentation reorganization and the transmission efficiency caused by fragmentation.
  • a large data block is formed.
  • a data block with a size of 100Kbyte after multiplexing, after encoding and interleaving, will reach a size of about 120Kbytes.
  • the Payload packetization module is used to perform packetization and encapsulation on the interleaved packet, and the Payload packetization module is responsible for the 120Kbyte data block according to "PMTU-IP header length - UDP header length - packet header The length of the length is divided into small data blocks. Each small block will be sent as an IP packet.
  • the SIP, DIP, and TOS in the IP header are derived from the configuration of the traffic classification.
  • the remaining fields are populated in the standard IP format.
  • the PT field is padded with UDP.
  • the SIP and DIP of the UDP header are used as the port number.
  • Other domains are standard IP mode is filled.
  • the packet header has the following format:
  • Total Length is the size of the entire data block after interleaving.
  • the SN is the starting position of the block of data in the entire block of data.
  • the transmission efficiency is improved by dividing the large data block formed after the coding interleaving into small data blocks.
  • the end-to-end network QoS control method provided by the embodiment of the present invention performs network interleaving processing and corresponding demodulation and deinterleaving by performing forward error correction encoded data, thereby implementing network packet loss suppression and greatly improving Internet application. quality. Especially in the TCP transmission scenario, since there is no need to reduce packet retransmission and slowdown, the TCP throughput rate is greatly improved and the data transmission quality is improved.
  • Embodiment 2
  • an implementation flow of an end-to-end network QoS control method according to Embodiment 2 of the present invention relates to a data receiving end, which includes the following steps:
  • step S201 at the receiving end, receiving an IP packet, wherein the IP packet is obtained by packet multiplexing, FEC encoding, and interleaving by the transmitting end; and recording the "3 ⁇ 4" of the IP packet
  • the flow classification is marked as " ⁇ .
  • the reassembling the user data in the IP packet includes: assembling a plurality of the IP packet files into a complete payload according to the packet header information in the IP packet.
  • the flow classification flag of each flow may be recorded, including ⁇ SIP, DIP, PT, TOS ⁇ of the IP header, for reorganizing the user data in the flow.
  • the flow classification tag of the header After receiving the message, record the flow classification tag of the header. The message is concatenated according to the totallength and SN in the packet header.
  • the packet can be received according to a general IP packet receiving method. If fragmentation is carried out, Then the fragment is reorganized and transferred to the specified UDP (User Datagram Protocol) port. It can be understood that if the PMTU can be installed on the sender for packetization, the fragment will be reassembled at the sender.
  • UDP User Datagram Protocol
  • step S202 the packet header is reassembled to assemble a plurality of IP packets into a complete payload.
  • the data lost during the data transmission may be filled with random data.
  • a certain data block is not received within a specified time (preconfigurable, generally twice the delay of the bearer network), the data block is considered to be lost. Fill the lost bit with random data and fill this data block.
  • Data block N where data block 3 is a random padding caused by packet loss.
  • step S203 the reassembled payload is deinterleaved.
  • deinterleaving is an order in which the data blocks are reversed according to the interleaving algorithm, and the data blocks are changed back to the order in which they are not interleaved.
  • the form of the data block is similar to that shown in Figure 3. It can be seen that after de-interleaving, the randomly padded bits after the packet loss are dispersed at the respective small points of the entire big data block.
  • step S204 FEC decoding is performed on the deinterleaved payload.
  • decoding is performed using a standard FEC decoding method. Due to UDP and TCP Each has its own checksum checksum, so the decoded data block will be handed over to the application layer without verification. Guaranteed by the application layer is correct.
  • step S205 demultiplexing is performed according to the multiplexing header, and the flow classification flag is reconstituted into an IP header to obtain an IP data packet.
  • the ⁇ SIP, DIP, PT, TOS ⁇ of the pre-recorded stream can be reconstituted into an IP header to obtain an IP packet.
  • the step of performing demultiplexing according to the multiplexing head is specifically: after receiving the FEC error-corrected decoded data block, using the multiplexing header therein, recovering each sub-message. After populating the corresponding IP headers, submit them to the various applications on the application layer.
  • step S206 may be further included, and the IP data packet is sent to the corresponding target application layer.
  • the end-to-end network QoS control method provided by the embodiment of the present invention performs network interleaving processing and corresponding demodulation and deinterleaving by performing forward error correction encoded data, thereby implementing network packet loss suppression and greatly improving Internet application. quality.
  • the TCP throughput rate is greatly improved and the data transmission quality is improved.
  • FIG. 4 is a schematic structural diagram of a communication device according to an embodiment of the present invention. For the convenience of description, only the parts related to the embodiment of the present invention are shown.
  • the communication device includes a stream classification module 101, a packet multiplexing module 102, an encoding processing module 103, an interleaving module 104, and a packet encapsulation module 105.
  • the communication device may be a software unit, a hardware unit, or a combination of hardware and software.
  • the communication device can be used as a data transmission end in the QoS control method in the embodiment shown in FIG. 1 and FIG. 2, and can be an RNC.
  • the traffic classification module 101 is configured to perform traffic classification on the Internet Protocol IP data packet to be sent, where the traffic classification includes determining, as the same data flow, an IP data packet configured with the same traffic classification identifier.
  • the packet multiplexing module 102 is configured to perform packet multiplexing on the payload payload of the IP data packet belonging to the same data stream.
  • the encoding processing module 103 is configured to perform forward error correction FEC encoding on the payload that has undergone packet multiplexing, to obtain an encoded data block.
  • the interleaving module 104 is configured to perform data block interleaving processing on the encoded data block to obtain a woven message.
  • the packet encapsulation module 105 is configured to perform packetization and encapsulation on the interleaved packet, and form an IP packet packet to be sent to the transmission network, so that the receiving end receives and reassembles the IP packet packet, and obtains the reassembled payload. De-interleaving and FEC decoding of the reassembled payload.
  • the flow classification module 101 may be specifically configured to determine an IP data packet that is configured with the same session initiation protocol parameter SIP, dynamic monitoring protocol parameter DIP, payload type parameter PT, and service type parameter TOS. For the same data stream.
  • the packet multiplexing module 102 may be specifically configured to add a multiplexing header to the payload, where the multiplexing header is used to indicate different >3 ⁇ 4 text blocks in the payload.
  • the packet multiplexing module may be further configured to: configure an independent multiplexing header in front of each of the message blocks, and serially connect the message blocks of the independent multiplexing header; or, serially connect the different A message block, and a unified multiplexing header is configured for the concatenated message block.
  • the packet multiplexing module may be further configured to: retain, in a packet multiplexed payload, a flow parameter of the IP data packet, where the flow parameter includes ⁇ SIP, DIP, PT, TOS ⁇ .
  • the packet encapsulation module may be specifically configured to perform packetization by using an end-to-end path maximum transmission unit PMTU.
  • the interleaving module may be specifically configured to perform interleaving processing by using a bit Bit as a unit, and using the encoded data block as an interleaver depth.
  • the end-to-end network QoS control method provided by the embodiment of the present invention performs network interleaving processing and corresponding demodulation and deinterleaving by performing forward error correction encoded data, thereby implementing network packet loss suppression and greatly improving Internet application. quality. Especially in the TCP transmission scenario, since there is no need to lose packet retransmission and slow down, the TCP throughput rate is greatly improved, and the data transmission quality is improved.
  • Embodiment 4
  • FIG. 5 is a schematic structural diagram of a communication device according to an embodiment of the present invention. For the convenience of description, only parts related to the embodiment of the present invention are shown.
  • the communication device includes: a fragment reassembly module 201, an assembly module 202, a deinterleave module 203, a decoding module 204, a demultiplexing module 205, and a sending module 206.
  • the communication device may be a software unit, a hardware unit or a unit combining software and hardware.
  • the communication device can be used as a data receiving end in the QoS control method in the embodiment shown in FIG. 1 and FIG. 2, and can be a Node B.
  • the fragment reassembly module 201 is configured to receive an IP packet, where the IP packet is obtained by packet multiplexing, FEC encoding, and interleaving, and records a flow classification of the header of the IP packet. mark.
  • the flow classification flag includes a session initiation protocol parameter SIP, a dynamic monitoring protocol parameter DIP, a payload type parameter PT, and a service type parameter TOS.
  • the assembling module 202 is configured to reassemble user data in the IP packet according to the flow classification flag, and obtain a reassembled payload.
  • the deinterleaving module 203 is configured to perform deinterleaving on the reassembled payload.
  • the decoding module 204 is configured to perform FEC decoding processing on the deinterleaved payload.
  • the demultiplexing module 205 is configured to demultiplex the decoded payload, and reconstitute the stream classification tag into an IP header to obtain an IP data packet.
  • a sending module 206 is further included for transmitting the reacquired IP data packet to the corresponding target application layer.
  • the fragment reassembly module 201 is specifically configured to: perform fragmentation and reassembly on the IP packet, and forward the packet obtained by fragment reassembly to a specified user data packet protocol UDP port. .
  • the fragment reassembly module 201 may be further configured to assemble a plurality of the IP packet files into a complete payload according to the packet header information in the IP packet message. In the process of fragment reassembly, if data packet loss occurs, random data can be used to fill the bits lost during data transmission.
  • the communication device shown in the embodiment of FIG. 4 and FIG. 5 can cooperate with the end-to-end network QoS control method shown in the embodiment of FIG. 1 and FIG. 2, and the detailed function description of each module can refer to the method embodiment. The relevant content will not be described here.
  • the end-to-end network QoS control method provided by the embodiment of the present invention performs network interleaving processing and corresponding demodulation and deinterleaving by performing forward error correction encoded data, thereby implementing network packet loss suppression and greatly improving Internet application. quality. Especially in the TCP transmission scenario, since there is no need to reduce packet retransmission and slowdown, the TCP throughput rate is greatly improved and the data transmission quality is improved.
  • Embodiment 5
  • FIG. 7 is an end-to-end network QoS control system according to Embodiment 5 of the present invention.
  • the system includes: a transmitting end communication device 100 and a receiving end communication device 200.
  • the transmitting end communication device 100 is configured to perform traffic classification on the network protocol IP data packet to be sent, and perform packet multiplexing on the payload payload of the IP data packet belonging to the same data stream;
  • the payload performs forward error correction FEC encoding to obtain the encoded data block;
  • the encoded data block is subjected to data block interleaving processing to obtain an interleaved packet;
  • the interleaved packet is packet-encapsulated, Forming an IP packet message and transmitting it to the transmission network;
  • a receiving end communication device 200 configured to receive the IP packet message from the transport network; record a flow classification flag of a header of the IP packet message, and reassemble the IP packet according to the flow classification flag User data, obtaining a reassembled payload; deinterleaving the reassembled payload; performing FEC decoding processing on the deinterleaved payload; demultiplexing the decoded payload, and decoding the stream
  • the classification tag reconstitutes the IP header to obtain the user IP packet.
  • the transmitting end communication device 100 may be the communication device in the embodiment shown in FIG. 4, and the receiving end communication device 200 may be the communication device in the embodiment shown in FIG. 5, which may be executed in the embodiment shown in FIG. 1 or FIG.
  • the communication device provided in Embodiment 6 of the present invention includes: a processor 61, a memory 62, and a network interface 63. among them,
  • the processor 61 is configured to execute a program.
  • the program may include program code, the program code including computer operating instructions.
  • Processor 61 may be a central processing unit CPU or one or more integrated circuits configured to implement embodiments of the present invention.
  • the memory 62 is used to store a program.
  • Memory 62 may include random access memory and may also include non-volatile memory.
  • the network interface 63 is configured to send the IP packet to be sent to the transport network.
  • the network interface is a network card.
  • the processor 61 performs the following method:
  • the payload payload is subjected to packet multiplexing; the payload of the packet multiplexing is subjected to forward error correction FEC encoding to obtain a coded data block; and the encoded data block is subjected to data block interleaving processing to obtain an interleaved
  • the packet is encapsulated and encapsulated, and the IP packet is sent to the transmission network, so that the receiving end receives and reassembles the IP packet, and obtains the reassembled payload.
  • the reassembled payload is deinterleaved and FEC decoded.
  • Example 7 And network interface 73. among them,
  • the processor 71 is configured to execute a program.
  • the program may include program code, the program code including computer operating instructions.
  • Processor 71 may be a central processing unit CPU or one or more integrated circuits configured to implement embodiments of the present invention.
  • the memory 72 is used to store a program.
  • Memory 72 may include random access memory and may also include non-volatile memory.
  • the network interface 73 is configured to receive a packet sent by the sending device.
  • the network interface may be a network card.
  • the processor 71 performs the following method:
  • IP packet message Receiving an IP packet message, wherein the IP packet message is obtained by packet multiplexing, FEC encoding, and interleaving processing by the transmitting end; recording a traffic classification flag of a header of the IP packet packet; and according to the traffic classification flag, Recombining the user data in the IP packet message, acquiring the reassembled payload; deinterleaving the reassembled payload; performing FEC decoding processing on the deinterleaved payload; performing the decoded information problem Demultiplexing, and re-forming the stream classification tag into an IP header to obtain an IP packet.
  • the processor 71 can further transmit the reacquired IP data packet to the target application layer.
  • the embodiment of the present invention implements network packet loss suppression by using interleaving and FEC, and greatly improves the quality of Internet applications.
  • TCP transmission scenario TCP throughput is greatly improved because packet loss retransmission and slowdown are not required.

Abstract

The present invention is applicable to the technical field of communications, and provides an end-to-end network QoS control method. The method comprises the following steps: performing flow classification on an IP grouping to be sent at a sending end; performing packet multiplexing on the whole data block of the same class of flows after being classified; performing FEC redundancy encoding processing on the whole multiplexed data block; interleaving the encoded data block; and performing subpackage encapsulation on the interleaved data block to form an IP grouping packet to be sent to a transmission network. By means of the technical solution provided in the embodiments of the present invention, network packet loss suppression can be realized, and data transmission quality can be improved.

Description

端到端的网络 QoS控制系统、 通信设备和  End-to-end network QoS control system, communication equipment and
端到端的网络 QoS控制方法  End-to-end network QoS control method
技术领域  Technical field
本发明属于通信技术领域, 尤其涉及一种端到端的网络 QoS控制系统、 通 信设备和端到端的网络 QoS控制方法。 背景技术  The present invention belongs to the field of communication technologies, and in particular, to an end-to-end network QoS control system, a communication device, and an end-to-end network QoS control method. Background technique
IP ( Internet Protocol , 网络协议)是目前网络应用最广泛的协议, 由于 IP 协议不面向连接, 可靠性差, 不能保证应用层业务的 QoS ( Quality of Service, 服务质量 )  IP (Internet Protocol) is the most widely used protocol in the network. Because the IP protocol is not connection-oriented, the reliability is poor, and the QoS (Quality of Service) of the application layer service cannot be guaranteed.
为了提升使用 IP协议传输数据的 QoS,现有技术中提出了 FEC(前向纠错, Forward Error Correction )技术。 FEC技术经常用于物理层和数据链路层的传 输, FEC通过冗余编码, 纠正传输中的错误比特问题。 在出现错误比特的情况 下, 可以使用 FEC译码进行识别错误、 纠正错误。 FEC常用于一个数据段(例 如几百个 bit )的编码,而且一定的编码能力下,其纠错能力是有限的。例如( 255, 239 ) 的 R-S编码做 FEC的情况下, 源数据每 239比特作为一个编码块, 经过 编码后, 长度为 255比特。 其纠错能力为 8比特, 即在 255比特的编码块内, 错误 8个比特以下, 都可以通过 FEC技术纠正。  In order to improve the QoS for transmitting data using the IP protocol, FEC (Forward Error Correction) technology has been proposed in the prior art. FEC technology is often used for the transmission of the physical layer and the data link layer, and the FEC corrects the erroneous bit problem in transmission by redundant coding. In the case of an erroneous bit, FEC decoding can be used to identify the error and correct the error. FEC is often used for encoding a data segment (for example, a few hundred bits), and its error correction capability is limited under certain coding capabilities. For example, in the case where the R-S code of (255, 239) is FEC, the source data is used as a code block every 239 bits, and is encoded to have a length of 255 bits. Its error correction capability is 8 bits, that is, within the 255-bit code block, the error is less than 8 bits, which can be corrected by FEC technology.
由于 FEC采用冗余编码方式, 会增加数据丟包率, 如果丟包率过高, 数据 块将无法恢复, 使得数据传输质量下降。 发明内容  Since the FEC adopts the redundancy coding mode, the data packet loss rate is increased. If the packet loss rate is too high, the data block cannot be recovered, and the data transmission quality is degraded. Summary of the invention
本发明的目的在于提供一种端到端的网络 QoS控制系统、 通信设备和, 端 到端的网络 QoS控制方法, 可以提升数据传输质量。 本发明是这样实现的, 一种端到端的网络 QoS控制系统, 包括, The object of the present invention is to provide an end-to-end network QoS control system, a communication device, and an end-to-end network QoS control method, which can improve data transmission quality. The present invention is implemented in this way, an end-to-end network QoS control system, including
发送端通信设备, 用于将待发送的网络协议 IP数据包进行流分类, 将属于 所述同一数据流的 IP数据包的 payload (有效载荷)进行包复用;将进行了包复用 的所述 payload进行前向纠错 FEC编码, 得到编码后的数据块; 将所述编码后 的数据块进行数据块交织处理, 得到交织后的报文; 对所述交织后的报文进行 分包封装, 形成 IP分组报文, 并发送至传输网;  a transmitting end communication device, configured to perform traffic classification on a network protocol IP data packet to be sent, and perform packet multiplexing on a payload (payload) of an IP data packet belonging to the same data stream; The payload performs forward error correction FEC encoding to obtain an encoded data block; the encoded data block is subjected to data block interleaving processing to obtain an interleaved message; and the interleaved packet is packet-packed Forming an IP packet message and transmitting it to the transmission network;
其中, 所述流分类包括, 将配置有相同流分类标记的 IP数据包确定为同一 数据流;  The air traffic classification includes: determining, by the IP data packet configured with the same traffic classification mark, the same data flow;
接收端通信设备, 用于从所述传输网接收所述 IP分组报文; 记录所述 IP 分组报文的报头的流分类标记, 根据所述流分类标记, 重组所述 IP分组报文中 的用户数据,获取重组后的 payload;对所述重组后的 payload进行解交织处理; 对解交织后的 payload进行 FEC译码处理; 对译码后的 payload进行解复用, 并将所述流分类标记重新组成 IP头, 获取用户 IP数据包。  a receiving end communication device, configured to receive the IP packet message from the transport network; record a flow classification flag of a header of the IP packet message, and reassemble the IP packet according to the flow classification flag User data, obtaining a reassembled payload; deinterleaving the reassembled payload; performing FEC decoding processing on the deinterleaved payload; demultiplexing the decoded payload, and classifying the stream The tag reconstitutes the IP header to obtain the user IP packet.
本发明的另一目的在于提供一种通信设备, 所述通信设备包括:  Another object of the present invention is to provide a communication device, the communication device comprising:
流分类模块, 用于将待发送的因特网协议 IP数据包进行流分类, 其中, 所 述流分类包括, 将配置有相同流分类标记的 IP数据包确定为同一数据流;  a traffic classification module, configured to perform traffic classification on the Internet Protocol IP data packet to be sent, where the traffic classification includes: determining, by the IP data packet configured with the same traffic classification mark, the same data flow;
包复用模块, 用于将属于所述同一数据流的 IP数据包的有效载荷 payload 进行包复用;  a packet multiplexing module, configured to perform packet multiplexing on a payload payload of an IP data packet belonging to the same data stream;
编码处理模块, 用于将进行了包复用的所述 payload进行前向纠错 FEC编 码, 得到编码后的数据块;  An encoding processing module, configured to perform forward error correction FEC encoding on the payload that performs packet multiplexing, to obtain an encoded data block;
交织模块, 用于将所述编码后的数据块进行数据块交织处理, 得到交织后 的报文;  An interleaving module, configured to perform data block interleaving processing on the encoded data block to obtain an interleaved message;
分包封装模块, 用于对所述交织后的报文进行分包封装, 形成 IP分组报文 发送至传输网, 以使得接收端接收并重组所述 IP 分组报文, 得到重组后的 payload, 对所述重组后的 payload进行解交织及 FEC译码。  The packet encapsulation module is configured to perform packetization and encapsulation on the interleaved packet, and form an IP packet message to be sent to the transmission network, so that the receiving end receives and reassembles the IP packet packet, and obtains the reassembled payload. Performing deinterleaving and FEC decoding on the reassembled payload.
本发明的另一目的在于提供一种通信设备, 所述通信设备包括, 分片重组模块, 用于接收 IP分组报文, 其中, 所述 IP分组报文由发送端 经过包复用、 FEC编码及交织处理得到; 记录所述 IP分组 文的 >¾头的流分 类标记; Another object of the present invention is to provide a communication device, the communication device including a fragment reassembly module, configured to receive an IP packet message, where the IP packet message is obtained by packet multiplexing, FEC encoding, and interleaving processing by the transmitting end; and recording a traffic classification flag of the IP packet packet ;
组装模块,用于根据所述流分类标记,重组所述 IP分组报文中的用户数据, 获取重组后的有效载荷 payload;  An assembly module, configured to reassemble user data in the IP packet according to the flow classification flag, and obtain a restructured payload payload;
解交织模块, 用于对所述重组后的 payload进行解交织处理;  a deinterleaving module, configured to perform deinterleaving on the reassembled payload;
译码模块, 用于对解交织后的 payload进行 FEC译码处理;  a decoding module, configured to perform FEC decoding processing on the deinterleaved payload;
解复用模块, 用于对译码后的 payload进行解复用, 并将所述流分类标记 重新组成 IP报头, 获取 IP数据包。  The demultiplexing module is configured to demultiplex the decoded payload, and re-form the stream classification flag into an IP header to obtain an IP data packet.
本发明的另一目的在于提供一种端到端的网络 QoS控制方法, 所述方法包 括以下步骤:  Another object of the present invention is to provide an end-to-end network QoS control method, the method comprising the following steps:
将待发送的因特网协议 IP数据包进行流分类, 其中, 所述流分类包括, 将 配置有相同流分类标记的 IP数据包确定为同一数据流;  The Internet Protocol IP data packet to be sent is classified into a traffic, where the traffic classification includes: determining, by using the same traffic classification tag, an IP data packet as the same data flow;
将属于所述同一数据流的 IP数据包的有效载荷 payload进行包复用; 将进行了包复用的所述 payload进行前向纠错 FEC编码, 得到编码后的数 据块;  Performing packet multiplexing on the payload payload of the IP data packet belonging to the same data stream; performing forward error correction FEC encoding on the payload multiplexed by the packet to obtain the encoded data block;
将所述编码后的数据块进行数据块交织处理, 得到交织后的报文; 对所述交织后的报文进行分包封装, 形成 IP分组报文发送到传输网, 以使 得接收端接收并重组所述 IP分组 文, 得到重组后的 payload, 对所述重组后 的 payload进行解交织及 FEC译码。  Performing block interleaving processing on the encoded data block to obtain an interleaved message; packetizing and encapsulating the interleaved message to form an IP packet message to be sent to the transmission network, so that the receiving end receives the packet Recombining the IP packet, obtaining a reassembled payload, performing deinterleaving and FEC decoding on the reassembled payload.
采用本发明实施例提供的技术方案, 通过将前向纠错编码后的数据进行交 织处理以及进行对应的解调及解交织, 以实现网络丟包抑制, 大幅度提高互联 网应用质量。 特别在 TCP传输场景下, 由于无需丟包重传和降速, 因此极大提  By adopting the technical solution provided by the embodiment of the present invention, the data processed by the forward error correction coding is interleaved and corresponding demodulation and deinterleaving are performed to implement network packet loss suppression, thereby greatly improving the application quality of the Internet. Especially in the TCP transmission scenario, since there is no need to lose packet retransmission and slow down, it is extremely
附图说明 图 1是本发明实施例一提供的端到端的网络 QoS控制方法的实现流程示意 图。 DRAWINGS FIG. 1 is a schematic flowchart of an implementation process of an end-to-end network QoS control method according to Embodiment 1 of the present invention.
图 2是本发明实施例二提供的端到端的网络 QoS控制方法的实现流程示意 图。  FIG. 2 is a schematic flow chart showing an implementation process of an end-to-end network QoS control method according to Embodiment 2 of the present invention.
图 3是本发明实施例提供的数据块的形式的示意图。  FIG. 3 is a schematic diagram of a form of a data block provided by an embodiment of the present invention.
图 4是本发明实施例三提供的通信设备的结构示意图。  4 is a schematic structural diagram of a communication device according to Embodiment 3 of the present invention.
图 5是本发明实施例四提供的通信设备的结构示意图。  FIG. 5 is a schematic structural diagram of a communication device according to Embodiment 4 of the present invention.
图 6及图 7是本发明实施例五提供的端到端的网络 QoS控制系统的结构示 意图。  6 and 7 are schematic diagrams showing the structure of an end-to-end network QoS control system according to Embodiment 5 of the present invention.
图 8是本发明实施例六提供的发送端通信设备的结构示意图。  FIG. 8 is a schematic structural diagram of a transmitting end communication device according to Embodiment 6 of the present invention.
图 9是本发明实施例七提供的接收端通信设备的结构示意图。 具体实施方式  FIG. 9 is a schematic structural diagram of a receiving end communication device according to Embodiment 7 of the present invention. detailed description
为了使本发明的目的、 技术方案及有益效果更加清楚明白, 以下结合附图 及实施例, 对本发明进行进一步详细说明。 应当理解, 此处所描述的具体实施 例仅仅用以解释本发明, 并不用于限定本发明。  The present invention will be further described in detail below with reference to the accompanying drawings and embodiments. It is understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
在本发明实施例中, 本发明实施例所描述的技术方案是应用在 IP层的 "分 片重组" 之前; 即本发明实施例处理的都是未被分片的 IP报文。  In the embodiment of the present invention, the technical solution described in the embodiment of the present invention is applied before the "slice reassembly" of the IP layer; that is, the embodiment of the present invention processes the IP packets that are not fragmented.
本发明实施例应用在 TCP传输场景下或者在无线承载网场景下,采用如下 技术方案, 来提高 TCP吞吐率, 以及提高无线承载对传输网丟包的容忍能力。  The following embodiments are used to improve the TCP throughput rate and improve the tolerance of the radio bearer to the packet loss of the transmission network.
实施例一:  Embodiment 1:
请参阅图 1 , 为本发明实施例一提供的端到端的网络 QoS控制方法的实现 流程, 涉及一种数据发送端, 包括以下步骤:  Referring to FIG. 1 , an implementation flow of an end-to-end network QoS control method according to Embodiment 1 of the present invention relates to a data sending end, including the following steps:
在步骤 S101中, 在发送端, 将待发送的 IP数据包进行流分类, 其中, 所 述流分类包括, 将配置有相同流分类标记的 IP数据包确定为同一数据流。  In the step S101, the IP data packet to be sent is subjected to traffic classification on the transmitting end, where the traffic classification includes determining IP data packets configured with the same traffic classification mark as the same data flow.
在本发明实施例中,上述流分类标记包括 SIP( Session Initiazation Protocol, 会话发起协议 )参数、 DIP ( Dynamic Inspection Protocol,动态监视协议 )参数、 PT (净荷类型, Payload Type )参数, TOS (服务类型, Terms of Service )参数。 即可以将有相同的 {SIP, DIP, PT, TOS}的数据包分成一类流。 同一类流将流 入同一个处理模块中。 In the embodiment of the present invention, the foregoing traffic classification identifier includes a SIP (Session Initiazation Protocol, Session Initiation Protocol) parameters, DIP (Dynamic Inspection Protocol) parameters, PT (payload type) parameters, TOS (Service Type, Terms of Service) parameters. That is, packets with the same {SIP, DIP, PT, TOS} can be divided into one type of stream. The same class of flows will flow into the same processing module.
在本发明实施例中, 流分类可以配置, 可以开关, 可以配置流的粒度, 其 分别采用如下方式:  In the embodiment of the present invention, the traffic classification can be configured, and can be switched, and the granularity of the flow can be configured, and the following manners are respectively adopted:
• {SIP, DIP}  • {SIP, DIP}
• {SIP, DIP, PT}  • {SIP, DIP, PT}
參 {SIP, DIP, PT, TOS}  See {SIP, DIP, PT, TOS}
配置好的流在经过本发明实施例描述的发送端处理流程后, 发送的报文中 的 IP 头中的 {SIP, DIP, TOS}域, 将按照不同的流填充相应的值。 如果 TOS 未作为流分类依据, 则经过本文发送端处理后, 发送的报文中 TOS值可以配置 指定, 或者取默认值(全 0 )。  After the configured flow is processed by the sender in the embodiment of the present invention, the {SIP, DIP, TOS} field in the IP header in the sent packet will be filled with corresponding values according to different flows. If the TOS is not classified as a traffic class, the TOS value of the sent packet can be configured or specified by default (all 0s).
在步骤 S102中,将属于所述同一数据流的 IP数据包的 payloacK有效载荷) 进行包复用。  In step S102, the payloacK payload of the IP packet belonging to the same data stream is packet-multiplexed.
在本发明实施例中, 包复用即将同一个流的多个报文合并成一个。 为分割 不同的 4艮文, 使用复用头标示所述 payload中的不同报文块。  In the embodiment of the present invention, packet multiplexing combines multiple packets of the same stream into one. To segment different snippets, a multiplex header is used to indicate different message blocks in the payload.
在经过包复用的 payload 中, 复用的报文的 {SIP, DIP, PT, TOS}会被保 留, 填充到最终发送的报文中去。 报文前面会加入复用头, 用来隔离开各个原 始包块, 并包含原始包的部分信息(例如长度)。 复用的包个数和预期网络丟包 率相关。 例如, 1%的丟包率, 要有约 100个包复用。  In the packet-multiplexed payload, the {SIP, DIP, PT, TOS} of the multiplexed message is retained and filled in the finally transmitted message. A multiplex header is added to the message to isolate each original block and contains part of the information (such as length) of the original packet. The number of multiplexed packets is related to the expected network packet loss rate. For example, a 1% packet loss rate requires about 100 packet multiplexing.
复用头的方式 1 : 在每个所述报文块前配置独立复用头, 然后串接起来。 :¾口下表所示:  Mode of multiplexing the header 1 : Configure an independent multiplexing header in front of each of the message blocks, and then concatenate them. :3⁄4 port is shown in the table below:
复用头 报文块 复用头 报文块 复用头 报文块 Multiplex header message block multiplex header message block multiplex header message block
1 1 2 2 N N 复用头的格式为: 1 1 2 2 NN The format of the multiplexer header is:
当 PT=UDP时, 采用如下格式:  When PT=UDP, the following format is used:
Bytel Byte2 Byte3 Byte4  Bytel Byte2 Byte3 Byte4
Length PT Reserved  Length PT Reserved
UDP Header  UDP Header
UDP payload UDP payload
当 PT=TCP时, 采用如下格式: When PT=TCP, the following format is used:
Figure imgf000007_0001
方式一的复用格式下, 使用串行方式解析报文。
Figure imgf000007_0001
In the multiplexing mode of mode 1, the message is parsed in a serial manner.
复用头的方式 2: 串接所述不同报文块, 并为串接后的报文块配置统一复 用头, 如下表所示:  Multiplex header mode 2: The different message blocks are concatenated, and a unified multiplexing header is configured for the concatenated message blocks, as shown in the following table:
Bytel Byte2 Byte3 Byte4  Bytel Byte2 Byte3 Byte4
HeadLength PT Reserved  HeadLength PT Reserved
Packet Point 1  Packet Point 1
Packet Point 2  Packet Point 2
Packet Point N Packet Point N
Header + Payload 1  Header + Payload 1
Header + Payload 2  Header + Payload 2
Header + Payload 4 方式二的复用格式下, 可以根据统一头快速找到各个子数据块。 复用的数据块大小可以配置, 一般根据统计丟包的情况和传输 PMTU(Path MTU, 路径最大传输单元)值配置复用的数据块大小。 例如, 丟包率是 1% , PMTU=1000Byte时,复用块大小配置为 100Kbyte。数据块大小在达到 100KByte 以后, 将不再复用新的分组。 此复用后的分组大小将作为参数, 跟随数据包发 往下面的处理流程。复用后的分组将作为一个完整的数据块,进入到编码模块。 Header + Payload 4 In the multiplexing mode of mode 2, each sub-block can be quickly found according to the unified header. The multiplexed data block size can be configured. Generally, the multiplexed data block size is configured according to the statistical packet loss condition and the transmission PMTU (Path MTU, Path Maximum Transmission Unit) value. For example, when the packet loss rate is 1% and PMTU=1000 Byte, the multiplex block size is configured to be 100 Kbyte. After the block size reaches 100KByte, the new packet will no longer be reused. The multiplexed packet size will be used as a parameter to follow the packet to the processing flow below. The multiplexed packet will enter the encoding module as a complete data block.
在步骤 S103中,将进行了包复用的所述 payload进行 FEC编码,得到编码 后的数据块。  In step S103, the payload subjected to packet multiplexing is FEC-encoded to obtain an encoded data block.
在本发明实施例中, 冗余编码的强度和网络预期丟包率相关。 例如, 1%的 丟包率, 要以 10%的可纠错解码的能力进行编码。  In the embodiment of the present invention, the strength of the redundancy coding is related to the expected packet loss rate of the network. For example, a 1% packet loss rate is encoded with 10% error correctable decoding capability.
在本发明实施例中, FEC编码的方式不限, 只要符合要求的均应包含在本 发明的保护范围之内。 在本发明实施中以 RS编码为例。 一般以承载网丟包率 的 5倍以上来做 RS译码能力的编码选择。 以(255, 239 )的 RS编码为例, 可 以解码误码率为 6.25%的误码率, 因此, (255, 239 )编码可用于丟包率为 1% 的承载网编码, 以抵抗丟包。 FEC编码后, 数据块将比复用后数据块要大。 编 码后的整个数据块, 作为一个整体, 进入到下面的交织模块。  In the embodiment of the present invention, the manner of FEC coding is not limited, and it should be included in the scope of protection of the present invention as long as it meets the requirements. In the implementation of the present invention, RS coding is taken as an example. Generally, the coding of the RS decoding capability is selected by more than 5 times the packet loss rate of the bearer network. Taking the RS coding of (255, 239) as an example, the bit error rate with a bit error rate of 6.25% can be decoded. Therefore, the (255, 239) code can be used for the bearer network coding with a packet loss rate of 1% to resist packet loss. . After FEC encoding, the data block will be larger than the multiplexed data block. The entire data block after encoding, as a whole, enters the interleaving module below.
在步骤 S104中,将所述编码后的数据块进行数据块交织处理,得到交织后 的报文。  In step S104, the encoded data block is subjected to data block interleaving processing to obtain an interleaved message.
在本发明实施例中,将编码后的数据块进行交织的步骤, 包括以比特位 Bit 为单位进行交织处理, 且以所述编码后的数据块整体作为交织深度。 具体为: 对经过 FEC处理后的整个数据块进行打乱处理。主要达到的目的是将所有的比 特彻底打乱, 在承载网丟包情况下, 反交织后的数据中, 丟包所丟的比特能够 足够分散地分布在整个 FEC编码数据块中。  In the embodiment of the present invention, the step of interleaving the encoded data block includes performing interleaving processing in units of bit Bits, and using the encoded data block as an interleaver depth. Specifically: the entire data block after the FEC processing is scrambled. The main purpose is to completely disrupt all the bits. In the case of packet loss in the bearer network, in the de-interleaved data, the bits lost by the packet can be distributed in the entire FEC coded data block.
在步骤 S105中, 对所述交织后的报文进行分包封装, 形成 IP分组报文发 送至传输网,以使得接收端接收并重组所述 IP分组报文,得到重组后的 payload, 对所述重组后的 payload进行解交织及 FEC译码。 In step S105, the interleaved packet is packet-encapsulated, and the IP packet is sent to the transmission network, so that the receiving end receives and reassembles the IP packet, and obtains the reassembled payload. Performing deinterleaving and FEC decoding on the reassembled payload.
在本发明实施例中, 对交织后的报文进行分包封装, 加上 IP头, UDP头 和分包头以后, 形成待发送的 IP分组 文。 IP分组 文可以被 IP分组, 发送 到传输网。 为了提高效率, 数据分包和 IP分片可以合并处理, 即分包的时候就 以端到端的 PMTU进行分包,避免分片重组造成的时延和可能分成小片造成的 传输效率降低。  In the embodiment of the present invention, the interleaved packet is encapsulated and encapsulated, and the IP header, the UDP header, and the packet header are added to form an IP packet to be sent. The IP packet can be IP packetized and sent to the transport network. In order to improve efficiency, data packetization and IP fragmentation can be combined, that is, when the packet is packetized, the end-to-end PMTU is sub-packaged to avoid the delay caused by fragmentation reorganization and the transmission efficiency caused by fragmentation.
在本发明实施例中, 经过编码交织后, 会形成一个大数据块。 例如一个复 用后大小达到 100Kbyte 的数据块, 经过编码和交织以后, 大小会达到约 120Kbyte。  In the embodiment of the present invention, after encoding and interleaving, a large data block is formed. For example, a data block with a size of 100Kbyte after multiplexing, after encoding and interleaving, will reach a size of about 120Kbytes.
在本发明实施例中, 采用 Payload分包模块进行对交织后的报文进行分包 封装, Payload分包模块负责将这个 120Kbyte的数据块, 按照 "PMTU-IP头长 度 -UDP头长度-分包头长度" 的长度, 分成小数据块。 每个小数据块将作为一 个 IP包发送。  In the embodiment of the present invention, the Payload packetization module is used to perform packetization and encapsulation on the interleaved packet, and the Payload packetization module is responsible for the 120Kbyte data block according to "PMTU-IP header length - UDP header length - packet header The length of the length is divided into small data blocks. Each small block will be sent as an IP packet.
Payload分包和 IP封装以后, 报文的格式如下:  After Payload subcontracting and IP encapsulation, the format of the message is as follows:
IP头  IP header
UDP头  UDP header
分包头  Subheader
Figure imgf000009_0001
Figure imgf000009_0001
其中, IP头中的 SIP, DIP, TOS来源于流分类的配置。 其余的各个域按照 标准的 IP格式填充。 PT域填充为 UDP。 Among them, the SIP, DIP, and TOS in the IP header are derived from the configuration of the traffic classification. The remaining fields are populated in the standard IP format. The PT field is padded with UDP.
本发明实施例采用 UDP头的 SIP和 DIP作为端口号。 其他的域按标准的 IP方式填充。 In the embodiment of the present invention, the SIP and DIP of the UDP header are used as the port number. Other domains are standard IP mode is filled.
分包头有如下的格式:  The packet header has the following format:
Bytel Byte2 Byte3 Byte4  Bytel Byte2 Byte3 Byte4
Total Length  Total Length
SN 其中, Total Length是交织后的整个数据块的大小。 SN是本块数据块的在 整个数据块中起始位置。  SN where Total Length is the size of the entire data block after interleaving. The SN is the starting position of the block of data in the entire block of data.
本实施例通过将编码交织后形成的大数据块分成小数据块, 从而来提高传 输效率。  In this embodiment, the transmission efficiency is improved by dividing the large data block formed after the coding interleaving into small data blocks.
采用本发明实施例提供的端到端的网络 QoS控制方法,通过将前向纠错编 码后的数据进行交织处理以及进行对应的解调及解交织,以实现网络丟包抑制, 大幅度提高互联网应用质量。 特别在 TCP传输场景下, 由于无需丟包重传和降 速, 因此极大提高 TCP吞吐率, 提升数据传输质量。 实施例二:  The end-to-end network QoS control method provided by the embodiment of the present invention performs network interleaving processing and corresponding demodulation and deinterleaving by performing forward error correction encoded data, thereby implementing network packet loss suppression and greatly improving Internet application. quality. Especially in the TCP transmission scenario, since there is no need to reduce packet retransmission and slowdown, the TCP throughput rate is greatly improved and the data transmission quality is improved. Embodiment 2:
请参阅图 2, 为本发明实施例二提供的端到端的网络 QoS控制方法的实现 流程, 涉及一种数据接收端, 其包括以下步骤:  Referring to FIG. 2, an implementation flow of an end-to-end network QoS control method according to Embodiment 2 of the present invention relates to a data receiving end, which includes the following steps:
在步骤 S201中, 在接收端, 接收 IP分组 4艮文, 其中, 所述 IP分组 文由 发送端经过包复用、 FEC编码及交织处理得到; 并记录所述 IP分组 文的 "¾头 的流分类标" ^己。  In step S201, at the receiving end, receiving an IP packet, wherein the IP packet is obtained by packet multiplexing, FEC encoding, and interleaving by the transmitting end; and recording the "3⁄4" of the IP packet The flow classification is marked as "^.
具体地, 所述重组所述 IP分组 "¾文中的用户数据包括, 根据所述 IP分组 才艮文中的分包头信息, 将多个所述 IP分组 文串接组装成完整的 payload。  Specifically, the reassembling the user data in the IP packet includes: assembling a plurality of the IP packet files into a complete payload according to the packet header information in the IP packet.
可选地,可以记录每个流的流分类标记,包括 IP头的 {SIP, DIP, PT, TOS} , 用于重组本流中的用户数据。 如, 接收到报文后, 记录下报头的流分类标记。 按照分包头中的 totallength和 SN , 将报文串接起来。  Optionally, the flow classification flag of each flow may be recorded, including {SIP, DIP, PT, TOS} of the IP header, for reorganizing the user data in the flow. For example, after receiving the message, record the flow classification tag of the header. The message is concatenated according to the totallength and SN in the packet header.
可选地,可以按照一般的 IP报文接收方法接收报文。如果进行了分片重组, 则分片重组后将 文转到指定的 UDP (用户数据 文协议, User Datagram Protocol )端口。 可以理解的是, 如果能做到在发送端安装 PMTU进行分包, 在发送端会对分片重组。 Optionally, the packet can be received according to a general IP packet receiving method. If fragmentation is carried out, Then the fragment is reorganized and transferred to the specified UDP (User Datagram Protocol) port. It can be understood that if the PMTU can be installed on the sender for packetization, the fragment will be reassembled at the sender.
在步骤 S202中,根据分包头进行重组,将多个 IP报文组装成完整的 payload。 可选地, 在重组所述 IP分组报文中的用户数据的过程中, 如果出现数据丟 包, 可以使用随机数据填充在数据传输过程中丟失的比特。  In step S202, the packet header is reassembled to assemble a plurality of IP packets into a complete payload. Optionally, in the process of reorganizing the user data in the IP packet message, if data packet loss occurs, the data lost during the data transmission may be filled with random data.
如果在指定时间内(可预先配置, 一般为承载网时延的 2倍), 未收到某个 数据块, 就认为数据块丟失。 使用随机数据填充被丟的 bit, 填充此数据块。  If a certain data block is not received within a specified time (preconfigurable, generally twice the delay of the bearer network), the data block is considered to be lost. Fill the lost bit with random data and fill this data block.
重组和丟包填充后的数据块, 有下面的格式:  Reorganize and drop the padded data block, which has the following format:
数据块 1
Figure imgf000011_0001
数据块 3
Data block 1
Figure imgf000011_0001
Data block 3
数据块 N 其中, 数据块 3是丟包导致的随机填充。 Data block N where data block 3 is a random padding caused by packet loss.
在步骤 S203中, 对重组后的 payload进行解交织。  In step S203, the reassembled payload is deinterleaved.
在本发明实施例中, 解交织是将数据块按照交织算法打乱的相反顺序, 将 数据块变回未交织时的顺序。  In the embodiment of the present invention, deinterleaving is an order in which the data blocks are reversed according to the interleaving algorithm, and the data blocks are changed back to the order in which they are not interleaved.
解交织后, 数据块的形式类似图 3所示, 可以看出, 在解交织后, 丟包后 随机填充的比特被分散在整个大数据块的各个小点。  After de-interleaving, the form of the data block is similar to that shown in Figure 3. It can be seen that after de-interleaving, the randomly padded bits after the packet loss are dispersed at the respective small points of the entire big data block.
在步骤 S204中, 对解交织后的 payload进行 FEC译码。  In step S204, FEC decoding is performed on the deinterleaved payload.
在本发明实施例中,使用标准的 FEC译码方式进行译码。由于 UDP和 TCP 各自有自己的 Checksum校验总和, 因此译码后的数据块将不做校验直接交给 应用层)。 由应用层保证是否正确。 In the embodiment of the present invention, decoding is performed using a standard FEC decoding method. Due to UDP and TCP Each has its own checksum checksum, so the decoded data block will be handed over to the application layer without verification. Guaranteed by the application layer is correct.
在步骤 S205 中, 根据复用头进行解复用, 并将所述流分类标记重新组成 IP报头, 获取 IP数据包。  In step S205, demultiplexing is performed according to the multiplexing header, and the flow classification flag is reconstituted into an IP header to obtain an IP data packet.
例如, 可以将预先记录的流的 {SIP, DIP, PT, TOS}重新组成 IP报头, 获 取 IP数据包。  For example, the {SIP, DIP, PT, TOS} of the pre-recorded stream can be reconstituted into an IP header to obtain an IP packet.
在本发明实施例中, 根据复用头进行解复用的步骤具体为: 收到 FEC纠错 译码后的数据块后, 使用其中的复用头, 恢复出各个子报文。 填充相应的 IP头 以后, 提交给应用层上的各个应用程序。  In the embodiment of the present invention, the step of performing demultiplexing according to the multiplexing head is specifically: after receiving the FEC error-corrected decoded data block, using the multiplexing header therein, recovering each sub-message. After populating the corresponding IP headers, submit them to the various applications on the application layer.
因此, 还可以包括步骤 S206, 将此 IP数据包发送到相应的目标应用层。 采用本发明实施例提供的端到端的网络 QoS控制方法,通过将前向纠错编 码后的数据进行交织处理以及进行对应的解调及解交织,以实现网络丟包抑制, 大幅度提高互联网应用质量。 特别在 TCP传输场景下, 由于无需丟包重传和降 速, 因此极大提高 TCP吞吐率, 提升数据传输质量。 实施例三:  Therefore, step S206 may be further included, and the IP data packet is sent to the corresponding target application layer. The end-to-end network QoS control method provided by the embodiment of the present invention performs network interleaving processing and corresponding demodulation and deinterleaving by performing forward error correction encoded data, thereby implementing network packet loss suppression and greatly improving Internet application. quality. Especially in the TCP transmission scenario, since there is no need to reduce packet retransmission and slowdown, the TCP throughput rate is greatly improved and the data transmission quality is improved. Embodiment 3:
请参阅图 4, 为本发明实施例提供的通信设备的结构示意图。 为了便于说 明,仅示出了与本发明实施例相关的部分。所述通信设备包括:流分类模块 101、 包复用模块 102、 编码处理模块 103、 交织模块 104、 以及分包封装模块 105。 所述通信设备可以是软件单元、 硬件单元或者是软硬件结合的单元。  FIG. 4 is a schematic structural diagram of a communication device according to an embodiment of the present invention. For the convenience of description, only the parts related to the embodiment of the present invention are shown. The communication device includes a stream classification module 101, a packet multiplexing module 102, an encoding processing module 103, an interleaving module 104, and a packet encapsulation module 105. The communication device may be a software unit, a hardware unit, or a combination of hardware and software.
该通信设备可以作为图 1及图 2所示实施例中的 QoS控制方法中的数据发 送端, 可以是 RNC。  The communication device can be used as a data transmission end in the QoS control method in the embodiment shown in FIG. 1 and FIG. 2, and can be an RNC.
流分类模块 101 ,用于将待发送的因特网协议 IP数据包进行流分类,其中, 所述流分类包括, 将配置有相同流分类标记的 IP数据包确定为同一数据流。  The traffic classification module 101 is configured to perform traffic classification on the Internet Protocol IP data packet to be sent, where the traffic classification includes determining, as the same data flow, an IP data packet configured with the same traffic classification identifier.
包复用模块 102, 用于将属于所述同一数据流的 IP 数据包的有效载荷 payload进行包复用。 编码处理模块 103,用于将进行了包复用的所述 payload进行前向纠错 FEC 编码, 得到编码后的数据块。 The packet multiplexing module 102 is configured to perform packet multiplexing on the payload payload of the IP data packet belonging to the same data stream. The encoding processing module 103 is configured to perform forward error correction FEC encoding on the payload that has undergone packet multiplexing, to obtain an encoded data block.
交织模块 104, 用于将所述编码后的数据块进行数据块交织处理, 得到交 织后的 4艮文。  The interleaving module 104 is configured to perform data block interleaving processing on the encoded data block to obtain a woven message.
分包封装模块 105, 用于对所述交织后的报文进行分包封装, 形成 IP分组 报文发送至传输网, 以使得接收端接收并重组所述 IP分组报文, 得到重组后的 payload, 对所述重组后的 payload进行解交织及 FEC译码。  The packet encapsulation module 105 is configured to perform packetization and encapsulation on the interleaved packet, and form an IP packet packet to be sent to the transmission network, so that the receiving end receives and reassembles the IP packet packet, and obtains the reassembled payload. De-interleaving and FEC decoding of the reassembled payload.
作为本发明一实施例, 所述流分类模块 101可以具体用于, 将配置有相同 的会话发起协议参数 SIP, 动态监视协议参数 DIP, 净荷类型参数 PT以及服务 类型参数 TOS的 IP数据包确定为同一数据流。  As an embodiment of the present invention, the flow classification module 101 may be specifically configured to determine an IP data packet that is configured with the same session initiation protocol parameter SIP, dynamic monitoring protocol parameter DIP, payload type parameter PT, and service type parameter TOS. For the same data stream.
作为本发明一实施例, 所述包复用模块 102 可以具体用于, 可以在所述 payload中加入复用头, 所述复用头用于标示所述 payload中的不同>¾文块。  As an embodiment of the present invention, the packet multiplexing module 102 may be specifically configured to add a multiplexing header to the payload, where the multiplexing header is used to indicate different >3⁄4 text blocks in the payload.
所述包复用模块还可以具体用于, 在每个所述报文块前配置独立复用头, 并串接配置了所述独立复用头的报文块; 或者, 串接所述不同报文块, 并为串 接后的报文块配置统一复用头。  The packet multiplexing module may be further configured to: configure an independent multiplexing header in front of each of the message blocks, and serially connect the message blocks of the independent multiplexing header; or, serially connect the different A message block, and a unified multiplexing header is configured for the concatenated message block.
所述包复用模块还可以具体用于, 在经过包复用的 payload中保留所述 IP 数据包的流参数, 所述流参数包括 {SIP, DIP, PT, TOS}。  The packet multiplexing module may be further configured to: retain, in a packet multiplexed payload, a flow parameter of the IP data packet, where the flow parameter includes {SIP, DIP, PT, TOS}.
作为本发明另一实施例, 所述分包封装模块可以具体用于, 以端到端的路 径最大传输单元 PMTU进行分包。  As another embodiment of the present invention, the packet encapsulation module may be specifically configured to perform packetization by using an end-to-end path maximum transmission unit PMTU.
作为本发明另一实施例, 所述交织模块可以具体用于, 以比特位 Bit为单 位进行交织处理, 且以所述编码后的数据块整体作为交织深度。  As another embodiment of the present invention, the interleaving module may be specifically configured to perform interleaving processing by using a bit Bit as a unit, and using the encoded data block as an interleaver depth.
采用本发明实施例提供的端到端的网络 QoS控制方法,通过将前向纠错编 码后的数据进行交织处理以及进行对应的解调及解交织,以实现网络丟包抑制, 大幅度提高互联网应用质量。 特别在 TCP传输场景下, 由于无需丟包重传和降 速, 因此极大提高 TCP吞吐率, 提升数据传输质量。 实施例四: The end-to-end network QoS control method provided by the embodiment of the present invention performs network interleaving processing and corresponding demodulation and deinterleaving by performing forward error correction encoded data, thereby implementing network packet loss suppression and greatly improving Internet application. quality. Especially in the TCP transmission scenario, since there is no need to lose packet retransmission and slow down, the TCP throughput rate is greatly improved, and the data transmission quality is improved. Embodiment 4:
请参阅图 5 , 为本发明实施例提供的通信设备的结构示意图。 为了便于说 明, 仅示出了与本发明实施例相关的部分。 所述通信设备包括: 分片重组模块 201、 组装模块 202、 解交织模块 203、 译码模块 204、 解复用模块 205、 以及发 送模块 206。 所述通信设备可以是软件单元、 硬件单元或者是软硬件结合的单 元。  FIG. 5 is a schematic structural diagram of a communication device according to an embodiment of the present invention. For the convenience of description, only parts related to the embodiment of the present invention are shown. The communication device includes: a fragment reassembly module 201, an assembly module 202, a deinterleave module 203, a decoding module 204, a demultiplexing module 205, and a sending module 206. The communication device may be a software unit, a hardware unit or a unit combining software and hardware.
该通信设备可以作为图 1及图 2所示实施例中的 QoS控制方法中的数据接 收端, 可以是 Node B。  The communication device can be used as a data receiving end in the QoS control method in the embodiment shown in FIG. 1 and FIG. 2, and can be a Node B.
分片重组模块 201 , 用于接收 IP分组报文, 其中, 所述 IP分组报文由发送 端经过包复用、 FEC编码及交织处理得到; 并记录所述 IP分组报文的报头的流 分类标记。  The fragment reassembly module 201 is configured to receive an IP packet, where the IP packet is obtained by packet multiplexing, FEC encoding, and interleaving, and records a flow classification of the header of the IP packet. mark.
所述流分类标记, 包括, 会话发起协议参数 SIP, 动态监视协议参数 DIP, 净荷类型参数 PT以及服务类型参数 TOS。  The flow classification flag includes a session initiation protocol parameter SIP, a dynamic monitoring protocol parameter DIP, a payload type parameter PT, and a service type parameter TOS.
组装模块 202, 用于根据所述流分类标记, 重组所述 IP分组报文中的用户 数据, 获取重组后的 payload。  The assembling module 202 is configured to reassemble user data in the IP packet according to the flow classification flag, and obtain a reassembled payload.
解交织模块 203, 用于对重组后的 payload进行解交织处理。  The deinterleaving module 203 is configured to perform deinterleaving on the reassembled payload.
译码模块 204, 用于对解交织后的 payload进行 FEC译码处理。  The decoding module 204 is configured to perform FEC decoding processing on the deinterleaved payload.
解复用模块 205, 用于对译码后的 payload进行解复用, 并将所述流分类标 记重新组成 IP报头, 获取 IP数据包。  The demultiplexing module 205 is configured to demultiplex the decoded payload, and reconstitute the stream classification tag into an IP header to obtain an IP data packet.
还可以包括发送模块 206, 用于将重新获取的 IP数据包发送到相应的目标 应用层。  A sending module 206 is further included for transmitting the reacquired IP data packet to the corresponding target application layer.
作为本发明一个实施例: 所述分片重组模块 201具体用于, 对所述 IP分组 报文进行分片重组, 将分片重组后得到的报文转发到指定的用户数据报文协议 UDP端口。  As an embodiment of the present invention, the fragment reassembly module 201 is specifically configured to: perform fragmentation and reassembly on the IP packet, and forward the packet obtained by fragment reassembly to a specified user data packet protocol UDP port. .
所述分片重组模块 201还可以具体用于,根据所述 IP分组报文中的分包头 信息, 将多个所述 IP分组 文串接组装成完整的 payload。 在分片重组过程中, 如果出现数据丟包, 可以使用随机数据填充在数据传 输过程中丟失的比特。 The fragment reassembly module 201 may be further configured to assemble a plurality of the IP packet files into a complete payload according to the packet header information in the IP packet message. In the process of fragment reassembly, if data packet loss occurs, random data can be used to fill the bits lost during data transmission.
可以理解的是, 图 4及图 5实施例所示的通信设备可以配合执行图 1及图 2实施例所示的端到端的网络 QoS控制方法, 各模块的详细功能描述可以参照 方法实施例中的相关内容, 在此不再赘述。  It can be understood that the communication device shown in the embodiment of FIG. 4 and FIG. 5 can cooperate with the end-to-end network QoS control method shown in the embodiment of FIG. 1 and FIG. 2, and the detailed function description of each module can refer to the method embodiment. The relevant content will not be described here.
采用本发明实施例提供的端到端的网络 QoS控制方法,通过将前向纠错编 码后的数据进行交织处理以及进行对应的解调及解交织,以实现网络丟包抑制, 大幅度提高互联网应用质量。 特别在 TCP传输场景下, 由于无需丟包重传和降 速, 因此极大提高 TCP吞吐率, 提升数据传输质量。 实施例五:  The end-to-end network QoS control method provided by the embodiment of the present invention performs network interleaving processing and corresponding demodulation and deinterleaving by performing forward error correction encoded data, thereby implementing network packet loss suppression and greatly improving Internet application. quality. Especially in the TCP transmission scenario, since there is no need to reduce packet retransmission and slowdown, the TCP throughput rate is greatly improved and the data transmission quality is improved. Embodiment 5:
请参阅图 6及图 7,为本发明实施例五提供的端到端的网络 QoS控制系统, 所述系统包括: 发送端通信设备 100与接收端通信设备 200。  Referring to FIG. 6 and FIG. 7, FIG. 7 is an end-to-end network QoS control system according to Embodiment 5 of the present invention. The system includes: a transmitting end communication device 100 and a receiving end communication device 200.
发送端通信设备 100, 用于将待发送的网络协议 IP数据包进行流分类, 将 属于所述同一数据流的 IP数据包的有效载荷 payload进行包复用; 将进行了包 复用的所述 payload进行前向纠错 FEC编码, 得到编码后的数据块; 将所述编 码后的数据块进行数据块交织处理, 得到交织后的报文; 对所述交织后的报文 进行分包封装, 形成 IP分组报文, 并发送至传输网;  The transmitting end communication device 100 is configured to perform traffic classification on the network protocol IP data packet to be sent, and perform packet multiplexing on the payload payload of the IP data packet belonging to the same data stream; The payload performs forward error correction FEC encoding to obtain the encoded data block; the encoded data block is subjected to data block interleaving processing to obtain an interleaved packet; and the interleaved packet is packet-encapsulated, Forming an IP packet message and transmitting it to the transmission network;
接收端通信设备 200, 用于从所述传输网接收所述 IP分组报文; 记录所述 IP分组报文的报头的流分类标记,根据所述流分类标记,重组所述 IP分组报文 中的用户数据, 获取重组后的 payload; 对所述重组后的 payload进行解交织处 理; 对解交织后的 payload进行 FEC译码处理; 对译码后的 payload进行解复 用, 并将所述流分类标记重新组成 IP头, 获取用户 IP数据包。  a receiving end communication device 200, configured to receive the IP packet message from the transport network; record a flow classification flag of a header of the IP packet message, and reassemble the IP packet according to the flow classification flag User data, obtaining a reassembled payload; deinterleaving the reassembled payload; performing FEC decoding processing on the deinterleaved payload; demultiplexing the decoded payload, and decoding the stream The classification tag reconstitutes the IP header to obtain the user IP packet.
其中, 发送端通信设备 100可以是图 4所示实施例中的通信设备, 接收端 通信设备 200可以是图 5所示实施例中的通信设备, 可以执行图 1或图 2所示 实施例中的端到端的网络 QoS控制方法,对该端到端的网络 QoS控制系统的具 实施例六: The transmitting end communication device 100 may be the communication device in the embodiment shown in FIG. 4, and the receiving end communication device 200 may be the communication device in the embodiment shown in FIG. 5, which may be executed in the embodiment shown in FIG. 1 or FIG. End-to-end network QoS control method for the end-to-end network QoS control system Example 6:
请参阅图 8, 本发明实施例六提供的通信设备包括: 处理器 61 , 存储器 62 和网络接口 63。 其中,  Referring to FIG. 8, the communication device provided in Embodiment 6 of the present invention includes: a processor 61, a memory 62, and a network interface 63. among them,
处理器 61 , 用于执行程序。  The processor 61 is configured to execute a program.
在本发明实施例中, 程序可以包括程序代码, 所述程序代码包括计算机操 作指令。  In an embodiment of the invention, the program may include program code, the program code including computer operating instructions.
处理器 61可能是中央处理器 CPU, 或者是被配置成实施本发明实施例的一 个或多个集成电路。  Processor 61 may be a central processing unit CPU or one or more integrated circuits configured to implement embodiments of the present invention.
存储器 62, 用于存储程序。  The memory 62 is used to store a program.
存储器 62可能包含随机存取存储器, 也可能还包括非易失性存储器。  Memory 62 may include random access memory and may also include non-volatile memory.
网络接口 63, 用于将待发送的 IP分组报文发送到传输网。  The network interface 63 is configured to send the IP packet to be sent to the transport network.
在本发明实施例中, 网络接口是网卡。 处理器 61执行如下的方法:  In the embodiment of the present invention, the network interface is a network card. The processor 61 performs the following method:
将待发送的因特网协议 IP数据包进行流分类, 其中, 所述流分类包括, 将 配置有相同流分类标记的 IP数据包确定为同一数据流;将属于所述同一数据流 的 IP数据包的有效载荷 payload进行包复用; 将进行了包复用的所述 payload 进行前向纠错 FEC编码, 得到编码后的数据块; 将所述编码后的数据块进行数 据块交织处理, 得到交织后的报文; 对所述交织后的报文进行分包封装, 形成 IP分组报文发送到传输网, 以使得接收端接收并重组所述 IP分组报文,得到重 组后的 payload, 对所述重组后的 payload进行解交织及 FEC译码。 实施例七: 和网络接口 73。 其中, And classifying the Internet Protocol IP data packet to be sent, where the traffic classification includes: determining IP data packets configured with the same traffic classification mark as the same data flow; and IP data packets belonging to the same data flow The payload payload is subjected to packet multiplexing; the payload of the packet multiplexing is subjected to forward error correction FEC encoding to obtain a coded data block; and the encoded data block is subjected to data block interleaving processing to obtain an interleaved The packet is encapsulated and encapsulated, and the IP packet is sent to the transmission network, so that the receiving end receives and reassembles the IP packet, and obtains the reassembled payload. The reassembled payload is deinterleaved and FEC decoded. Example 7: And network interface 73. among them,
处理器 71 , 用于执行程序。  The processor 71 is configured to execute a program.
在本发明实施例中, 程序可以包括程序代码, 所述程序代码包括计算机操 作指令。  In an embodiment of the invention, the program may include program code, the program code including computer operating instructions.
处理器 71可能是中央处理器 CPU, 或者是被配置成实施本发明实施例的一 个或多个集成电路。  Processor 71 may be a central processing unit CPU or one or more integrated circuits configured to implement embodiments of the present invention.
存储器 72, 用于存储程序。  The memory 72 is used to store a program.
存储器 72可能包含随机存取存储器, 也可能还包括非易失性存储器。  Memory 72 may include random access memory and may also include non-volatile memory.
网络接口 73 , 用于接收发送端设备发送的报文。  The network interface 73 is configured to receive a packet sent by the sending device.
在本发明实施例中, 网络接口可以是网卡。 处理器 71执行如下的方法:  In the embodiment of the present invention, the network interface may be a network card. The processor 71 performs the following method:
接收 IP分组报文, 其中, 所述 IP分组报文由发送端经过包复用、 FEC编 码及交织处理得到; 记录所述 IP分组报文的报头的流分类标记; 根据所述流 分类标记, 重组所述 IP分组报文中的用户数据, 获取重组后的 payload; 对所 述重组后的 payload进行解交织处理; 对解交织后的 payload进行 FEC译码处 理; 对译码后的信息题进行解复用, 并将所述流分类标记重新组成 IP报头, 获 取 IP数据包。  Receiving an IP packet message, wherein the IP packet message is obtained by packet multiplexing, FEC encoding, and interleaving processing by the transmitting end; recording a traffic classification flag of a header of the IP packet packet; and according to the traffic classification flag, Recombining the user data in the IP packet message, acquiring the reassembled payload; deinterleaving the reassembled payload; performing FEC decoding processing on the deinterleaved payload; performing the decoded information problem Demultiplexing, and re-forming the stream classification tag into an IP header to obtain an IP packet.
处理器 71还可以进一步将重新获取的 IP数据包发送至目标应用层。  The processor 71 can further transmit the reacquired IP data packet to the target application layer.
可以理解, 对实施例六与实施例七所示的通信设备的具体描述可以参照本 发明其他实施例的相关内容, 在此不再赘述。  For a detailed description of the communication device shown in the sixth embodiment and the seventh embodiment, reference may be made to the related content of other embodiments of the present invention, and details are not described herein.
综上所述,本发明实施例通过使用交织与 FEC结合的方式来实现网络丟包 抑制, 大幅度提高互联网应用质量。 在 TCP传输场景下, 由于无需丟包重传和 降速, 因此极大提高 TCP吞吐率。  In summary, the embodiment of the present invention implements network packet loss suppression by using interleaving and FEC, and greatly improves the quality of Internet applications. In the TCP transmission scenario, TCP throughput is greatly improved because packet loss retransmission and slowdown are not required.
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分步骤是 可以通过程序来指令相关的硬件来完成, 所述的程序可以存储于一计算机可读 取存储介质中, 所述的存储介质, 如 ROM/RAM、 磁盘、 光盘等。 以上所述仅为本发明的较佳实施例而已, 并不用以限制本发明, 凡在本发 明的精神和原则之内所作的任何修改、 等同替换和改进等, 均应包含在本发明 的保护范围之内。 It will be understood by those skilled in the art that all or part of the steps of implementing the above embodiments may be performed by a program to instruct related hardware, and the program may be stored in a computer readable form. In the storage medium, the storage medium, such as a ROM/RAM, a magnetic disk, an optical disk, or the like. The above is only the preferred embodiment of the present invention, and is not intended to limit the present invention. Any modifications, equivalent substitutions and improvements made within the spirit and principles of the present invention should be included in the protection of the present invention. Within the scope.

Claims

权 利 要 求 书 claims
1、 一种端到端的网络服务质量 QoS控制系统, 其特征在于, 包括, 发送端通信设备, 用于将待发送的网络协议 IP数据包进行流分类, 将属于 所述同一数据流的 IP数据包的有效载荷 payload进行包复用; 将进行了包复用 的所述 payload进行前向纠错 FEC编码, 得到编码后的数据块; 将所述编码后 的数据块进行数据块交织处理, 得到交织后的报文; 对所述交织后的报文进行 分包封装, 形成 IP分组报文, 并发送至传输网; 1. An end-to-end network service quality QoS control system, characterized by including: a sending end communication device for flow classification of network protocol IP data packets to be sent, and classifying IP data belonging to the same data flow The payload of the packet is multiplexed; the payload that has been multiplexed is subjected to forward error correction FEC encoding to obtain the encoded data block; the encoded data block is subjected to data block interleaving processing to obtain The interleaved message; The interleaved message is sub-packaged and encapsulated to form an IP packet message and sent to the transmission network;
其中, 所述流分类包括, 将配置有相同流分类标记的 IP数据包确定为同一 数据流; Wherein, the flow classification includes determining IP data packets configured with the same flow classification mark as the same data flow;
接收端通信设备, 用于从所述传输网接收所述 IP分组报文; 记录所述 IP 分组报文的报头的流分类标记, 根据所述流分类标记, 重组所述 IP分组报文中 的用户数据,获取重组后的 payload;对所述重组后的 payload进行解交织处理; 对解交织后的 payload进行 FEC译码处理; 对译码后的 payload进行解复用, 并将所述流分类标记重新组成 IP头, 获取用户 IP数据包。 A receiving end communication device, configured to receive the IP packet message from the transmission network; record the flow classification mark of the header of the IP packet message, and reassemble the IP packet message according to the flow classification mark. User data, obtain the reorganized payload; perform deinterleaving processing on the reorganized payload; perform FEC decoding processing on the deinterleaved payload; demultiplex the decoded payload, and classify the flow The tags are reassembled into IP headers to obtain user IP packets.
2、 .一种通信设备, 其特征在于, 包括: 2. A communication device, characterized by: including:
流分类模块, 用于将待发送的因特网协议 IP数据包进行流分类, 其中, 所 述流分类包括, 将配置有相同流分类标记的 IP数据包确定为同一数据流; The flow classification module is used to perform flow classification on the Internet protocol IP data packets to be sent, wherein the flow classification includes determining IP data packets configured with the same flow classification tag as the same data flow;
包复用模块, 用于将属于所述同一数据流的 IP数据包的有效载荷 payload 进行包复用; A packet multiplexing module, used to packet multiplex the payloads of IP data packets belonging to the same data flow;
编码处理模块, 用于将进行了包复用的所述 payload进行前向纠错 FEC编 码, 得到编码后的数据块; An encoding processing module, used to perform forward error correction (FEC) encoding on the packet multiplexed payload to obtain an encoded data block;
交织模块, 用于将所述编码后的数据块进行数据块交织处理, 得到交织后 的报文; An interleaving module, used to perform data block interleaving processing on the encoded data blocks to obtain interleaved messages;
分包封装模块, 用于对所述交织后的报文进行分包封装, 形成 IP分组报文 发送至传输网, 以使得接收端接收并重组所述 IP 分组报文, 得到重组后的 payload, 对所述重组后的 payload进行解交织及 FEC译码。 The subpackaging and encapsulating module is used to subpackage and encapsulate the interleaved message to form an IP packet message and send it to the transmission network, so that the receiving end receives and reorganizes the IP packet message and obtains the reorganized payload. The reorganized payload is deinterleaved and FEC decoded.
3. 根据权利要求 2所述的设备, 其特征在于, 所述包复用模块具体用于, 在所述 payload中加入复用头,所述复用头用于标示所述 payload中的不同 报文块。 3. The device according to claim 2, characterized in that, the packet multiplexing module is specifically configured to add a multiplexing header to the payload, and the multiplexing header is used to mark different packets in the payload. text block.
4. 根据权利要求 3所述的设备, 其特征在于, 所述包复用模块具体用于, 在每个所述报文块前配置独立复用头, 并串接配置了所述独立复用头的报 文块; 或者, 4. The device according to claim 3, characterized in that the packet multiplexing module is specifically configured to configure an independent multiplexing header in front of each of the message blocks, and configure the independent multiplexing in series. header message block; or,
串接所述不同报文块, 并为串接后的报文块配置统一复用头。 The different message blocks are concatenated, and a unified multiplexing header is configured for the concatenated message blocks.
5. 根据权利要求 2-4所述的设备,其特征在于,所述包复用模块具体用于, 在经过包复用的 payload中保留所述 IP数据包的流参数。 5. The device according to claims 2-4, characterized in that the packet multiplexing module is specifically configured to retain the flow parameters of the IP data packet in the packet multiplexed payload.
6. 根据权利要求 2-5所述的设备, 其特征在于, 所述分包封装模块具体用 于, 以端到端的路径最大传输单元 PMTU进行分包。 6. The device according to claims 2-5, characterized in that the packetization and encapsulation module is specifically used to packetize using the end-to-end path maximum transmission unit PMTU.
7. 根据权利要求 2所述的设备, 其特征在于, 所述交织模块具体用于, 以 比特位 Bit为单位进行交织处理,且以所述编码后的数据块整体作为交织深度。 7. The device according to claim 2, wherein the interleaving module is specifically configured to perform interleaving processing in bit units, and use the entire encoded data block as the interleaving depth.
8. 根据权利要求 2-7所述的设备,其特征在于,所述流分类模块具体用于, 将配置有相同的会话发起协议 SIP参数, 动态监视协议 DIP参数, 净荷类 型 PT参数以及服务类型 TOS参数的 IP数据包确定为同一数据流。 8. The device according to claims 2-7, characterized in that the traffic classification module is specifically configured to be configured with the same session initiation protocol SIP parameters, dynamic monitoring protocol DIP parameters, payload type PT parameters and services IP packets of type TOS parameter are identified as the same data flow.
9. 一种通信设备, 其特征在于, 包括, 9. A communication device, characterized by, including,
分片重组模块, 用于接收 IP分组报文, 其中, 所述 IP分组报文由发送端 经过包复用、 FEC编码及交织处理得到; 记录所述 IP分组 文的 >¾头的流分 类标记; Fragmentation and reassembly module, used to receive IP packet messages, wherein the IP packet messages are obtained by the sending end through packet multiplexing, FEC encoding and interleaving processing; record the flow classification mark of the >¾ header of the IP packet message ;
组装模块,用于根据所述流分类标记,重组所述 IP分组报文中的用户数据, 获取重组后的有效载荷 payload; An assembly module, configured to reorganize the user data in the IP packet message according to the flow classification mark, and obtain the reorganized payload payload;
解交织模块, 用于对所述重组后的 payload进行解交织处理; A deinterleaving module, used to deinterleave the reorganized payload;
译码模块, 用于对解交织后的 payload进行 FEC译码处理; Decoding module, used to perform FEC decoding processing on the deinterleaved payload;
解复用模块, 用于对译码后的 payload进行解复用, 并将所述流分类标记 重新组成 IP报头, 获取 IP数据包。 The demultiplexing module is used to demultiplex the decoded payload, reassemble the flow classification mark into an IP header, and obtain the IP data packet.
10.根据权利要求 9所述的设备, 其特征在于, 所述分片重组模块具体用 于, 10. The device according to claim 9, characterized in that the fragmentation and reorganization module is specifically used to:
对所述 IP分组报文进行分片重组,将分片重组后得到的报文转发到指定的 用户数据报文协议 UDP端口。 The IP packet message is fragmented and reassembled, and the fragmented and reassembled message is forwarded to the designated User Data Message Protocol UDP port.
11.根据权利要求 9或 10所述的设备, 其特征在于, 所述分片重组模块具 体用于, 11. The device according to claim 9 or 10, characterized in that the fragmentation reorganization module is specifically used to:
根据所述 IP分组报文中的分包头信息, 将多个所述 IP分组报文串接组装 成完整的 payload According to the packet header information in the IP packet message, multiple IP packet messages are concatenated and assembled into a complete payload.
12.根据权利要求 9-11 所述的设备, 其特征在于, 所述分片重组模块具体 用于, 12. The device according to claims 9-11, characterized in that the fragmentation reorganization module is specifically used to:
当出现数据丟包时, 使用随机数据填充在数据传输过程中丟失的比特。 When data packet loss occurs, random data is used to fill the bits lost during data transmission.
13.根据权利要求 9-12所述的设备, 其特征在于, 所述分片重组模块具体 用于, 13. The device according to claims 9-12, characterized in that the fragmentation reorganization module is specifically used to:
记录所述 IP分组报文的报头的流分类标记,包括,会话发起协议 SIP参数, 动态监视协议 DIP参数, 净荷类型 PT参数以及服务类型 TOS参数。 Record the traffic classification mark of the header of the IP packet message, including session initiation protocol SIP parameters, dynamic monitoring protocol DIP parameters, payload type PT parameters and service type TOS parameters.
14.一种端到端的网络 QoS控制方法, 其特征在于, 所述方法包括步骤: 将待发送的因特网协议 IP数据包进行流分类, 其中, 所述流分类包括, 将 配置有相同流分类标记的 IP数据包确定为同一数据流; 14. An end-to-end network QoS control method, characterized in that the method includes the steps of: performing flow classification on Internet Protocol IP data packets to be sent, wherein the flow classification includes: configuring the same flow classification tag The IP data packets are determined to be the same data flow;
将属于所述同一数据流的 IP数据包的有效载荷 payload进行包复用; 将进行了包复用的所述 payload进行前向纠错 FEC编码, 得到编码后的数 据块; Perform packet multiplexing on the payload of the IP data packet belonging to the same data flow; perform forward error correction FEC encoding on the payload that has been packet multiplexed to obtain an encoded data block;
将所述编码后的数据块进行数据块交织处理, 得到交织后的报文; 对所述交织后的报文进行分包封装, 形成 IP分组报文发送到传输网, 以使 得接收端接收并重组所述 IP分组 文, 得到重组后的 payload, 对所述重组后 的 payload进行解交织及 FEC译码。 Perform data block interleaving processing on the encoded data blocks to obtain interleaved messages; subpackage and encapsulate the interleaved messages to form IP packets and send them to the transmission network, so that the receiving end can receive and The IP packet is reorganized to obtain a reorganized payload, and the reorganized payload is deinterleaved and FEC decoded.
15.根据权利要求 14所述的方法, 其特征在于, 所述将属于所述同一数据 流的 IP数据包的 payload进行包复用, 包括, 在所述 payload中加入复用头, 所述复用头用于标示所述 payload中的不同4艮文块。 15. The method according to claim 14, characterized in that: the data will belong to the same Packet multiplexing of the payload of the streamed IP data packet includes adding a multiplexing header to the payload, and the multiplexing header is used to mark different text blocks in the payload.
16.根据权利要求 15所述的方法, 其特征在于, 所述在所述 payload中加 入复用头包括, 在每个所述报文块前配置独立复用头, 并串接配置了所述独立 复用头的报文块; 或者, 16. The method according to claim 15, characterized in that, adding a multiplexing header to the payload includes configuring an independent multiplexing header before each message block, and configuring the multiplexing header in series. Message blocks with independent multiplexing headers; or,
串接所述不同报文块, 并为串接后的报文块配置统一复用头。 The different message blocks are concatenated, and a unified multiplexing header is configured for the concatenated message blocks.
17.根据权利要求 14-16所述的方法, 其特征在于, 17. The method according to claims 14-16, characterized in that,
所述将属于所述同一数据流的 IP数据包的 payload进行包复用, 包括, 在经过包复用的 payload中保留所述 IP数据包的流参数。 Packet multiplexing the payload of the IP data packet belonging to the same data flow includes retaining the flow parameters of the IP data packet in the packet multiplexed payload.
18.根据权利要求 14-17 所述的方法, 其特征在于, 所述对所述交织后的 报文进行分包封装, 包括, 以端到端的路径最大传输单元 PMTU进行分包。 18. The method according to claims 14-17, characterized in that said sub-packaging and encapsulating the interleaved messages includes sub-packaging using the end-to-end path maximum transmission unit PMTU.
19.根据权利要求 14所述的方法, 其特征在于, 所述将所述编码后的数据 块进行数据块交织处理, 包括, 以比特位 Bit为单位进行交织处理, 且以所述 编码后的数据块整体作为交织深度。 19. The method according to claim 14, characterized in that, performing data block interleaving processing on the encoded data blocks includes: performing interleaving processing in units of bits, and interleaving the encoded data blocks in units of bits. The entire data block is used as the interleaving depth.
20.根据权利要求 14-19所述的方法, 其特征在于, 20. The method according to claims 14-19, characterized in that,
所述流分类标记包括, 会话发起协议 SIP参数, 动态监视协议 DIP参数, 净荷类型 PT参数以及服务类型 TOS参数。 The traffic classification tag includes session initiation protocol SIP parameters, dynamic monitoring protocol DIP parameters, payload type PT parameters and service type TOS parameters.
21. 一种端到端的网络 QoS控制方法, 其特征在于, 所述方法包括, 接收 IP分组报文, 其中, 所述 IP分组报文由发送端经过包复用、 FEC编 码及交织处理得到; 21. An end-to-end network QoS control method, characterized in that the method includes: receiving IP packet messages, wherein the IP packet messages are obtained by the sending end through packet multiplexing, FEC coding and interleaving processing;
记录所述 IP分组 文的 头的流分类标记; Record the flow classification mark of the header of the IP packet;
根据所述流分类标记, 重组所述 IP分组报文中的用户数据, 获取重组后的 payload; According to the traffic classification mark, reorganize the user data in the IP packet message and obtain the reorganized payload;
对所述重组后的 payload进行解交织处理; Perform deinterleaving processing on the reorganized payload;
对解交织后的 payload进行 FEC译码处理; Perform FEC decoding on the deinterleaved payload;
对译码后的信息题进行解复用, 并将所述流分类标记重新组成 IP报头, 获 取 IP数据包。 The decoded information header is demultiplexed and the flow classification mark is reassembled into an IP header to obtain Get IP packets.
22.根据权利要求 21所述的方法, 其特征在于, 所述接收 IP分组报文包 括, 22. The method according to claim 21, characterized in that: receiving IP packet messages includes:
所述 IP分组报文由所述发送端进行分片重组,将分片重组后得到的报文转 发到指定的用户数据报文协议 UDP端口。 The IP packet message is fragmented and reassembled by the sending end, and the fragmented and reassembled message is forwarded to the designated user data message protocol UDP port.
23.根据权利要求 21或 22所述的方法, 其特征在于, 所述重组所述 IP分 组报文中的用户数据包括, 23. The method according to claim 21 or 22, characterized in that said reorganizing the user data in the IP packet message includes:
根据所述 IP分组报文中的分包头信息, 将多个所述 IP分组报文串接组装 成完整的 payloado According to the packet header information in the IP packet message, multiple IP packet messages are concatenated and assembled into a complete payload.
24.根据权利要求 21-23所述的方法, 其特征在于,所述重组所述 IP分组才艮 文中的用户数据包括, 24. The method according to claims 21-23, characterized in that said reorganizing the user data in the IP packet context includes:
当出现数据丟包时, 使用随机数据填充在数据传输过程中丟失的比特。 When data packet loss occurs, random data is used to fill the bits lost during data transmission.
25.根据权利要求 21-24所述的方法, 其特征在于, 25. The method according to claims 21-24, characterized in that,
所述流分类标记包括, 会话发起协议 SIP参数, 动态监视协议 DIP参数, 净荷类型 PT参数以及服务类型 TOS参数。 The traffic classification tag includes session initiation protocol SIP parameters, dynamic monitoring protocol DIP parameters, payload type PT parameters and service type TOS parameters.
PCT/CN2014/073170 2014-03-11 2014-03-11 End-to-end network qos control system, communication device and end-to-end network qos control method WO2015135120A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201480000121.4A CN103975551B (en) 2014-03-11 2014-03-11 Network QoS control system, communication equipment and network QoS control method end to end end to end
PCT/CN2014/073170 WO2015135120A1 (en) 2014-03-11 2014-03-11 End-to-end network qos control system, communication device and end-to-end network qos control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2014/073170 WO2015135120A1 (en) 2014-03-11 2014-03-11 End-to-end network qos control system, communication device and end-to-end network qos control method

Publications (1)

Publication Number Publication Date
WO2015135120A1 true WO2015135120A1 (en) 2015-09-17

Family

ID=51243481

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2014/073170 WO2015135120A1 (en) 2014-03-11 2014-03-11 End-to-end network qos control system, communication device and end-to-end network qos control method

Country Status (2)

Country Link
CN (1) CN103975551B (en)
WO (1) WO2015135120A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021047612A1 (en) * 2019-09-10 2021-03-18 华为技术有限公司 Packet processing method, device, and computer storage medium
CN112929362A (en) * 2021-02-04 2021-06-08 广东电网有限责任公司广州供电局 Probe device, front-end message processing method and wireless communication management system
CN115225593A (en) * 2022-06-30 2022-10-21 中科驭数(北京)科技有限公司 Fragmented message reassembling method, device, equipment and medium

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105515885B (en) * 2014-09-30 2019-01-08 华为技术有限公司 Count packet discarding method, control equipment, fragment equipment and reconstitution device
CN106330713B (en) * 2015-06-29 2020-04-14 华为技术有限公司 Message transmission method and device
CN106101012B (en) * 2016-07-06 2020-05-12 广州海格通信集团股份有限公司 Satellite IP gateway protocol adaptation method
CN106790143A (en) * 2016-12-28 2017-05-31 桂林龙隐科技有限公司 The self adaptation group deinterleaving method and device of wireless WiFi multi-media broadcasting systems
CN107196879B (en) * 2017-05-18 2020-10-09 杭州敦崇科技股份有限公司 UDP message processing method and device and network forwarding device
CN108322403B (en) * 2018-01-31 2022-03-25 杭州迪普科技股份有限公司 Netflow flow shunting method and device
CN110086574B (en) * 2019-04-29 2020-09-29 京信通信系统(中国)有限公司 Message processing method and device, computer equipment and storage medium
CN115484642A (en) * 2021-06-15 2022-12-16 中兴通讯股份有限公司 Data processing method, device, central unit and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101022677A (en) * 2006-02-16 2007-08-22 华为技术有限公司 Dynamic service flow classification and mapping method and optical network terminal and optical insertion network
CN101047640A (en) * 2006-06-23 2007-10-03 华为技术有限公司 Radio access bear data transmission method
CN102624595A (en) * 2012-03-12 2012-08-01 深圳市天威视讯股份有限公司 Method for marking coaxial cable broadband access service data flow

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1999050963A2 (en) * 1998-03-31 1999-10-07 Samsung Electronics Co., Ltd. TURBO ENCODING/DECODING DEVICE AND METHOD FOR PROCESSING FRAME DATA ACCORDING TO QoS
US7958252B2 (en) * 2004-05-04 2011-06-07 Qualcomm Incorporated System for scalable transmission of content in a data network
CN101174915B (en) * 2006-10-31 2011-04-27 杭州华三通信技术有限公司 Ethernet transmission apparatus and Ethernet signal transmission method
CN101374100B (en) * 2007-08-24 2011-01-05 华为技术有限公司 Method, apparatus and system for sorting WiMAX business data stream packet
CN101667887A (en) * 2009-09-02 2010-03-10 中兴通讯股份有限公司 Encoding method and device thereof and decoding method and device thereof

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101022677A (en) * 2006-02-16 2007-08-22 华为技术有限公司 Dynamic service flow classification and mapping method and optical network terminal and optical insertion network
CN101047640A (en) * 2006-06-23 2007-10-03 华为技术有限公司 Radio access bear data transmission method
CN102624595A (en) * 2012-03-12 2012-08-01 深圳市天威视讯股份有限公司 Method for marking coaxial cable broadband access service data flow

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021047612A1 (en) * 2019-09-10 2021-03-18 华为技术有限公司 Packet processing method, device, and computer storage medium
US11683123B2 (en) 2019-09-10 2023-06-20 Huawei Technologies Co., Ltd. Packet processing method and apparatus, and computer storage medium
CN112929362A (en) * 2021-02-04 2021-06-08 广东电网有限责任公司广州供电局 Probe device, front-end message processing method and wireless communication management system
CN115225593A (en) * 2022-06-30 2022-10-21 中科驭数(北京)科技有限公司 Fragmented message reassembling method, device, equipment and medium
CN115225593B (en) * 2022-06-30 2023-11-28 中科驭数(北京)科技有限公司 Method, device, equipment and medium for reorganizing fragmented messages

Also Published As

Publication number Publication date
CN103975551B (en) 2018-03-06
CN103975551A (en) 2014-08-06

Similar Documents

Publication Publication Date Title
WO2015135120A1 (en) End-to-end network qos control system, communication device and end-to-end network qos control method
US10637506B2 (en) Apparatus and method for transmitting/receiving forward error correction packet in mobile communication system
US9667275B2 (en) Apparatus and method for transmitting and receiving packet in broadcasting and communication system
JP6334028B2 (en) Packet transmission / reception apparatus and method in communication system
KR101084419B1 (en) Method of operating in a network in which a plurality of stations communicate over a shared medium
CN104272627B (en) Method and apparatus for sending and receiving packet in a communications system
US9515775B2 (en) Method and apparatus for improving the performance of TCP and other network protocols in a communication network
KR101633902B1 (en) Framing for an improved radio link protocol including fec
WO2017161999A1 (en) Packet processing method and related device
US20130097474A1 (en) Apparatus and method for transmitting/receiving forward error correction packet in mobile communication system
JP2016535507A (en) Packet transmission / reception method and apparatus in communication system
US9473264B2 (en) Apparatus and method for transmitting/receiving packet in communication system
KR102163338B1 (en) Apparatus and method for transmitting and receiving packet in a broadcasting and communication system
KR101605323B1 (en) Method for transmitting and receiving Data using Random Linear Coding
SE522919C2 (en) Recalculation of checksum for transport protocol
Mazzotti et al. Analysis of packet-level forward error correction for video transmission
Gasiba et al. Enhanced system design for download and streaming services using Raptor codes
Hamzaoui et al. Video Streaming: Reliable Wireless Streaming with Digital Fountain Codes
Gasiba et al. Communication Networks

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: 14885468

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: 14885468

Country of ref document: EP

Kind code of ref document: A1