WO2016062142A1 - 报文汇聚传输的方法、装置和系统 - Google Patents

报文汇聚传输的方法、装置和系统 Download PDF

Info

Publication number
WO2016062142A1
WO2016062142A1 PCT/CN2015/085227 CN2015085227W WO2016062142A1 WO 2016062142 A1 WO2016062142 A1 WO 2016062142A1 CN 2015085227 W CN2015085227 W CN 2015085227W WO 2016062142 A1 WO2016062142 A1 WO 2016062142A1
Authority
WO
WIPO (PCT)
Prior art keywords
protocol
transmitting
packets
header
module
Prior art date
Application number
PCT/CN2015/085227
Other languages
English (en)
French (fr)
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 中兴通讯股份有限公司
Publication of WO2016062142A1 publication Critical patent/WO2016062142A1/zh

Links

Images

Definitions

  • the invention relates to the content of IP protocol data transmission in a network device, in particular to a method for packet aggregation transmission in a network.
  • Ethernet Maximum Transmission Unit 1500 bytes is far from satisfactory.
  • Most existing Ethernet MAC devices can support the jumbo frame mode. (Jumbo), the transmission can reach the scale of tens of K.
  • Each of the data stream links is independent in transmission, and needs to provide independent Media Access Control (MAC) headers, IP headers, and upper layer protocol headers.
  • MAC Media Access Control
  • the aggregation start end encapsulates various types of protocol packets into MAC headers, IP headers, and protocol headers one by one, and transmits them to the destination through physical links such as network clouds.
  • the aggregation terminal device After receiving the packets, the aggregation terminal device sends the packets to the upper layer processing module of each protocol for further processing.
  • each data stream link is currently transmitted, each message length is in a relatively small range, and it is difficult to make full use of the available Ethernet frame length. From the performance of network device throughput, the longer the frame length of the packet, the larger the throughput that can be supported, and the higher the bandwidth utilization.
  • the present invention provides a method and an apparatus for packet aggregation transmission, so as to at least solve the problem of large bandwidth resource waste and low transmission efficiency existing in the prior art.
  • a method for packet aggregation transmission including
  • the sending queues are combined and packaged to form a huge frame and sent out.
  • the sending queue is aggregated according to the specified period.
  • a common IP header and a encapsulated MAC header are added.
  • the IP header encapsulates various types of sub-protocol packets by using a standard format, where the standard format includes an upper layer protocol type, a sub-protocol packet length, and a sub-protocol message content.
  • the IP header uses a User Data Protocol (UDP) protocol, and a UDP protocol header is added later.
  • UDP User Data Protocol
  • a method for packet aggregation transmission including: receiving a jumbo frame; decompressing the jumbo frame into different sending queues according to a convergence protocol; The send queue is dispatched.
  • a device for packet aggregation transmission where the sending end comprises: a classification module, configured to allocate different types of received messages according to a source destination IP address.
  • the sending queue is configured to package the sending queue into a huge frame according to a convergence protocol to form a huge frame and send it out.
  • the device further includes: a timing module, configured to aggregate the transmission queues allocated by the classification module according to a specified period.
  • the encapsulating module when the encapsulating module encapsulates the packet in the sending queue, the common IP header and the encapsulated MAC header are added.
  • a device for packet aggregation transmission comprising: a receiving module configured to receive a jumbo frame; and a decompression module configured to perform the jumbo frame according to a convergence protocol Decompressed into different sending queues; the dispatching module is set to dispatch the sending queue according to the source destination IP address.
  • a system for packet aggregation transmission including: a device for transmitting and transmitting a message at the transmitting end; and a device for collecting and transmitting a message at the receiving end.
  • the received packets are allocated into different sending queues according to the source IP address; according to the convergence protocol, the sending queues are combined and packaged to form a huge frame and sent.
  • the problem is that the bandwidth of the prior art is wasted and the transmission efficiency is low.
  • the technical solution of the present invention can improve the transmission efficiency and bandwidth utilization of the packet.
  • FIG. 1 is a flowchart of a method for packet aggregation transmission according to an embodiment of the present invention
  • FIG. 2 is a flowchart of another method for packet aggregation transmission according to an embodiment of the present invention.
  • FIG. 3 is a structural block diagram of an apparatus for packet aggregation transmission according to an embodiment of the present invention.
  • FIG. 4 is a block diagram showing a preferred structure of an apparatus for packet aggregation transmission according to an embodiment of the present invention
  • FIG. 5 is a structural block diagram of another apparatus for packet aggregation transmission according to an embodiment of the present invention.
  • FIG. 6 is a schematic diagram of a message aggregation transmission system in accordance with a preferred embodiment of the present invention.
  • Figure 7 is a diagram of a proposed convergence format of a convergence protocol in accordance with the present invention.
  • FIG. 1 is a flowchart of packet aggregation transmission according to an embodiment of the present invention. As shown in FIG. 1, the process includes the following steps:
  • Step S102 Allocate the received types of packets into different sending queues according to the source destination IP address.
  • Step S104 according to the convergence protocol, the sending queues are combined and packaged to form a huge frame and sent out (ie, sent out).
  • the present invention allocates the received types of packets into different sending queues according to the source IP address; according to the convergence protocol, the sending queues are combined and packaged to form a huge frame and sent out.
  • the length of the newspaper text is in a relatively small range, which is difficult to fully benefit.
  • the present invention allocates multiple protocol packets according to the source destination IP address into different transmission queues, and uniformly encapsulates them into jumbo frames, and fully utilizes the jumbo frame to transmit packets, thereby improving the network.
  • the overall data throughput reduces the number of packets on the network, reduces the forwarding pressure of the intermediate routing nodes, and solves the problem of waste of bandwidth resources and low transmission efficiency in the prior art, and improves the transmission efficiency and bandwidth of the packets. Utilization rate.
  • the method further includes: collecting the sending queues according to a specified period.
  • the packets to be sent in a certain period can be limited to be aggregated. The setting of the period does not affect the delay and jitter requirements of the upper layer services.
  • the packets in the transmit queue are added with a common IP header and a encapsulated MAC header when encapsulating.
  • the above encapsulation method can reduce the overhead of the MAC header and the IP header, and reduce the waste of network bandwidth.
  • the IP header encapsulates various types of sub-protocol messages using a standard format, where the standard format includes an upper layer protocol type, a sub-protocol packet length, and a sub-protocol message content.
  • the IP header is encapsulated according to the requirements of the Ethernet protocol and the IP protocol, and the IP protocol number needs to be set to the protocol number defined by the convergence protocol, and the encapsulation has little impact on the existing system.
  • the IP header can use the UDP protocol followed by the UDP protocol header.
  • the port number is the specified port number used by the aggregation protocol.
  • NAT Network Address Translation
  • FIG. 2 is a flowchart of another method for packet aggregation transmission according to an embodiment of the present invention. As shown in FIG. 2, the process includes the following steps:
  • Step S202 receiving a jumbo frame
  • Step S204 decompressing the jumbo frame into different sending queues according to a convergence protocol.
  • Step S206 the sending queue is sent according to the source destination IP address.
  • the terminal After receiving the jumbo frame, the terminal decompresses and parses the various protocol packets in the queue of the jumbo frame according to the aggregation protocol encapsulation format, and distributes it to the corresponding upper layer process of the protocol according to the source IP address for upper layer protocol processing.
  • a device for transmitting a packet is also provided, and the device is used to implement the foregoing embodiments and preferred embodiments, and details are not described herein.
  • the term "module” may implement a combination of software and/or hardware of a predetermined function. Despite the description of the following embodiments The implementation is preferably implemented in software, but hardware, or a combination of software and hardware, is also possible and contemplated.
  • FIG. 3 is a structural block diagram of an apparatus for packet aggregation transmission according to an embodiment of the present invention. As shown in FIG. 3, the apparatus includes a classification module 32 and a packaging module 36. The device will be described below.
  • the classification module 32 is configured to allocate the received types of packets into different sending queues according to the source destination IP address; the encapsulating module 36 is connected to the classification module 32, and is configured to combine the sending queues according to the convergence protocol.
  • the package forms a huge frame and is sent out.
  • FIG. 4 is a block diagram of a preferred structure of an apparatus for packet aggregation transmission according to an embodiment of the present invention. As shown in FIG. 4, the apparatus includes a timing module 34 in addition to all the modules shown in FIG. The device is described.
  • the timing module is coupled to the classification module 32 and configured to aggregate the transmission queues according to a specified time period.
  • FIG. 3 and FIG. 4 An apparatus for packet aggregation transmission according to the embodiment of the present invention in FIG. 3 and FIG. 4, wherein the encapsulating module adds a shared IP header and a encapsulated MAC header when encapsulating the packet in the sending queue.
  • FIG. 5 is a structural block diagram of another apparatus for packet aggregation transmission according to an embodiment of the present invention. As shown in FIG. 5, the apparatus includes a receiving module 52, a decompression module 54, and a dispatching module 36. The device will be described below.
  • the receiving module 52 is configured to receive the jumbo frame; the decompression module 54 is configured to decompress the jumbo frame into different sending queues according to the convergence protocol; and the sending module 56 is configured to send the sending queue according to the source destination IP address. .
  • the embodiment of the present invention further provides a system structure diagram of packet aggregation transmission, where the system includes the apparatus for transmitting and transmitting packets at the transmitting end, and the apparatus for converging and transmitting the packets of the receiving end.
  • FIG. 6 is a schematic diagram of a message aggregation transmission system according to a preferred embodiment of the present invention, including two network devices A and B.
  • the intermediate cloud group is a series of Layer 2 transmitting network communication messages between A and B. Hub or switch, router device, etc.
  • the initiating device or the protocol layer A receives the IP packets delivered by the external or upper layer, performs classification and squaring according to the source IP address pair, and allocates different aggregation sending queues.
  • the device can be aggregated and transmitted together.
  • the timer is set on the start device, and the queue to be sent is aggregated according to the specified period.
  • the purpose of the timer is to limit the packets to be sent in the timer interval.
  • the general timer period is set so as not to affect the delay and jitter requirements of the upper-layer services.
  • Step 602 The packets to be sent in the aggregation sending queue are assembled and encapsulated according to the aggregation protocol encapsulation requirements, and a common IP header is added to encapsulate the MAC header, and then the encapsulated packet is sent out through the physical link.
  • the packets to be sent are combined and spliced according to the protocol rules to form a large packet (jumbo frame) that is less than or equal to the current MTU.
  • the source destination IP address can generally take the common source IP address of the aggregation multi-protocol link (you can also use the independent aggregation device. IP, but the protocol needs to specify the IP of each link in the internal package.
  • the node device that performs link aggregation can open the jumbo frame mode and use the jumbo frame to transmit the upper layer packet.
  • Step 603 After receiving the protocol packet, the terminal device or the protocol layer B decomposes the protocol packets in the jumbo frame according to the encapsulation format of the aggregation protocol, and allocates the packets according to the source IP address to the queue.
  • Step 604 According to the upper layer protocol number, different IP packets are sent to different protocol upper layer protocol stacks, and the upper layer protocol stack can continue to process the upper layer protocol stack according to the rules of the original protocol.
  • FIG. 7 is a diagram showing a package format of a convergence protocol according to the present invention, as follows:
  • the MAC header and the IP header are encapsulated according to the requirements of the Ethernet protocol and the IP protocol.
  • the IP protocol number needs to be set to the protocol number defined by the aggregation protocol.
  • the IP payload uses the standard TLV format to encapsulate the sub-protocol packets. T is the upper protocol type, L is the length of the sub-protocol packet, and V is the content of the sub-protocol.
  • the port number is the specified port number used by the aggregation protocol.
  • the present invention provides a method and apparatus for packet aggregation transmission in a network, which solves the problem of large bandwidth resource waste and low transmission efficiency existing in the prior art, and an existing system.
  • the modification and the impact are small.
  • the allocation of the queues and the parsing and parsing of the packets can be implemented on the basis of the IP layer of the existing protocol stack without modifying the IP layer of the existing protocol stack.
  • the technical solution provided by the embodiment of the present invention can be applied to the packet aggregation transmission process, and the received packets are allocated into different sending queues according to the source IP address; according to the convergence protocol, the sending queue is used.
  • the combination of encapsulation forms a jumbo frame and is sent out, which solves the problem of waste of bandwidth resources and low transmission efficiency in the prior art.
  • the technical solution of the invention can improve the transmission efficiency and bandwidth utilization of the packet.

Abstract

本发明提供了一种报文汇聚传输的方法、装置及系统,该方法包括:根据源目的IP地址,将接收到的各类报文分配成不同的发送队列;根据汇聚协议,将所述发送队列进行组合封装形成巨帧并派送出去。通过本发明解决现有技术中存在的很大的带宽资源浪费和传输效率较低的问题,能够提升了报文的传输效率和带宽利用率。

Description

报文汇聚传输的方法、装置和系统 技术领域
本发明涉及网络设备中IP协议数据传输方面的内容,特别是指一种网络中报文汇聚传输的方法。
背景技术
随着网络传输速率带宽的提升,原有的以太网最大传输单元(Maximum Transmission Unit,简称为MTU)1500字节已经远远不能满足要求,现有的多数以太网MAC器件已经能够支持巨帧模式(Jumbo),传输时可以达到几十K的规模。
目前在计算机通讯领域,两台网络设备之间,使用同一对IP地址进行通信的协议和链路有很多。其中,每条数据流链接在传输上是独立的,都需要提供独立的媒体接入控制(Media Access Control,简称为MAC)头、IP头和上层协议头等。汇聚起始端将各类协议报文逐个封装MAC头和IP头以及协议头,通过网络云等物理链路传送至目的地。汇聚终端设备收到这些报文后,派发到各个协议上层处理模块进行进一步的处理。
但由于目前每条数据流链接在传输时,每一个报文字长都在相对较小的范围内,难以充分利用可用的以太网帧长。从网络设备吞吐量表现上看,报文的帧长越长,可支持的吞吐量越大,带宽利用率才能越高。
针对相关技术中存在的很大的带宽资源浪费和传输效率较低的问题,目前尚未提出有效解决的方案。
发明内容
本发明提供了一种报文汇聚传输的方法及装置,以至少解决现有技术中存在的很大的带宽资源浪费和传输效率较低的问题。
根据本发明的一个实施例,提供了一种报文汇聚传输的方法,包括
根据源目的IP地址,将接收到的各类报文分配成不同的发送队列;
根据汇聚协议,将所述发送队列进行组合封装形成巨帧并派送出去。
在本发明实施例中,根据源目的IP地址,将接收到的各类报文分配成不同的发送队列之后,还包括:根据指定的周期,对所述发送队列进行汇聚。
在本发明实施例中,所述发送队列中的报文在进行封装时,将添加共有IP头和封装MAC头。
在本发明实施例中,所述IP头使用标准格式进行各类子协议报文的封装,其中标准格式包括上层协议类型、子协议报文长度和子协议报文内容。
在本发明实施例中,所述IP头使用用户数据协议(User Date Protocol,简称为UDP)协议,在后面加UDP协议头。
根据本发明的另一个实施例,还提供了一种报文汇聚传输的方法,包括:接收巨帧;根据汇聚协议对所述巨帧进行解压成不同发送队列;根据源目的IP地址,将所述发送队列派送出去。
根据本发明的另一个实施例,还提供了一种报文汇聚传输的装置,位于发送端,包括:分类模块,设置为根据源目的IP地址,将接收到的各类报文分配成不同的发送队列;封装模块,设置为根据汇聚协议将所述发送队列进行组合封装形成巨帧并派送出去。
在本发明实施例中,所述装置还包括:定时模块,设置为按照指定的周期,对所述分类模块分配的发送队列进行汇聚。
在本发明实施例中,所述封装模块对发送队列中的报文进行封装时,将添加共有IP头和封装MAC头。
根据本发明的再一个实施例,还提供了一种报文汇聚传输的装置,位于接收端,包括:接收模块,设置为接收巨帧;解压模块,设置为根据汇聚协议对所述巨帧进行解压成不同发送队列;派送模块,设置为根据源目的IP地址,将所述发送队列派送出去。
根据本发明的又一个实施例,还提供了一种报文汇聚传输的系统,包括:上述发送端的报文汇聚传输的装置;上述接收端的报文汇聚传输的装置。
通过本发明实施例,采用根据源目的IP地址,将接收到的各类报文分配成不同的发送队列;根据汇聚协议,将所述发送队列进行组合封装形成巨帧并派 送出去,解决了现有技术存在的带宽资源浪费和传输效率较低的问题,使用本发明技术方案能够提升了报文的传输效率和带宽利用率。
附图说明
此处所说明的附图用来提供对本发明的进一步理解,构成本申请的一部分,本发明的示意性实施例及其说明用于解释本发明,并不构成对本发明的不当限定。在附图中:
图1是根据本发明实施例的一种报文汇聚传输的方法流程图;
图2是根据本发明实施例的另一种报文汇聚传输的方法流程图;
图3是根据本发明实施例的一种报文汇聚传输的装置的结构框图;
图4是根据本发明实施例的一种报文汇聚传输的装置的优选结构框图;
图5是根据本发明实施例的另一种报文汇聚传输的装置的结构框图;
图6是根据本发明其优选实施例的一种报文汇聚传输系统的示意图;
图7是根据本发明的汇聚协议建议封装格式图。
具体实施方式
下文中将参考附图并结合实施例来详细说明本发明。需要说明的是,在不冲突的情况下,本申请中的实施例及实施例中的特征可以相互组合。
在本实施例中提供了一种报文汇聚传输的方法,图1是根据本发明实施例的一种报文汇聚传输的流程图,如图1所示,该流程包括如下步骤:
步骤S102,根据源目的IP地址,将接收到的各类报文分配成不同的发送队列;
步骤S104,根据汇聚协议,将所述发送队列进行组合封装形成巨帧并发送出(即派送出去)。
通过上述步骤,本发明采用根据源目的IP地址,将接收到的各类报文分配成不同的发送队列;根据汇聚协议,将所述发送队列进行组合封装形成巨帧并派送出。相对于现有技术中,报文字长都在相对较小的范围内,难以充分利 用可用的以太网帧长传输的现状,本发明通过将多个协议报文按照源目的IP地址分配成不同的发送队列,统一封装成巨帧后,充分利用巨帧传输报文,提升了网络总体的数据吞吐量,减少了网络上报文数量,降低了中间路由节点的转发压力,解决了现有技术存在的带宽资源浪费和传输效率较低的问题,提升了报文的传输效率和带宽利用率。
在一个优选的实施例中,根据源目的IP地址,将接收到的各类报文分配成不同的发送队列之后,还包括:根据指定的周期,对所述发送队列进行汇聚。通过上述过程,可以限定在一定周期内的待发送报文才可以进行汇聚,该周期的设置以不影响上层业务时延和抖动要求为原则。
在一个优选的实施例中,发送队列中的报文在进行封装时,将添加共有IP头和封装MAC头。采用上述封装方式,可以降低了MAC头、IP头的开销,减少了网络带宽的浪费。
在一个优选的实施例中IP头使用标准格式进行各类子协议报文的封装,其中标准格式包括上层协议类型、子协议报文长度和子协议报文内容。上述封装方式中,IP头是按照以太网协议和IP协议的要求封装,IP协议号需要设置为汇聚协议定义的协议号,该封装对已有系统改动及影响较小。
在一个优选的实施例中,IP头可使用UDP协议,后面加UDP协议头。其端口号为汇聚协议使用的指定端口号,采用上述方式,可以支持NAT(Network Address Translation,简称NAT)穿越。
在本实施例中还提供了另一种报文汇聚传输的方法,图2是根据本发明实施例另一种报文汇聚传输的方法流程图,如图2所示,该流程包括如下步骤:
步骤S202,接收巨帧;
步骤S204,根据汇聚协议对所述巨帧进行解压成不同发送队列;
步骤S206,根据源目的IP地址,将所述发送队列派送出去。
终端接收到巨帧后,按照汇聚协议封装格式,解压分解巨帧队列中的各类协议报文,根据源目的IP地址,派发到对应的协议上层进程进行上层协议处理。
在本实施例中还提供了一种报文汇聚传输的装置,该装置用于实现上述实施例及优选实施方式,已经进行过说明的不再赘述。如以下所使用的,术语“模块”可以实现预定功能的软件和/或硬件的组合。尽管以下实施例所描述的装 置较佳地以软件来实现,但是硬件,或者软件和硬件的组合的实现也是可能并被构想的。
图3是根据本发明实施例的一种报文汇聚传输的装置的结构框图,如图3所示,该装置包括分类模块32和封装模块36。下面对该装置进行说明。
分类模块32,设置为根据源目的IP地址,将接收到的各类报文分配成不同的发送队列;封装模块36,连接至上述分类模块32,设置为根据汇聚协议将所述发送队列进行组合封装形成巨帧并派送出去。
图4是根据本发明实施例的一种报文汇聚传输的装置的优选结构框图,如图4所示,该装置除包括图3所示的所有模块外,还包括计时模块34,下面对该装置进行说明。
计时模块,连接至上述分类模块32,设置为按照指定的时间周期对所述发送队列进行汇聚。
根据图3和图4的本发明实施例的一种报文汇聚传输的装置,其中所述封装模块在对发送队列中的报文进行封装时,将添加共有IP头和封装MAC头。
图5是根据本发明实施例的另一种报文汇聚传输的装置的结构框图,如图5所示,该装置包括接收模块52、解压模块54和派送模块36。下面对该装置进行说明。
接收模块52,设置为接收巨帧;解压模块54,设置为根据汇聚协议对所述巨帧进行解压成不同发送队列;派送模块56,设置为根据源目的IP地址,将所述发送队列派送出去。
本发明实施例还提供一种报文汇聚传输的系统结构图,该系统包括上述发送端的报文汇聚传输的装置;上述接收端的报文汇聚传输的装置。
针对相关技术中所存在的上述问题,下面结合优选实施例进行说明,本优选实施例结合了上述实施例及其优选实施方式。
图6是根据本发明其优选实施方式的报文汇聚传输系统的示意图,包括两台网络设备A和B,中间云团为A和B两者之间的传递网络通信报文的一系列二层集线器或交换机、路由器设备等。
步骤601,起始端设备或协议层A,接收外部或上层交付的IP报文,按照源目的IP地址对进行分类压队,分配不同的汇聚发送队列。
起始端设备和终端设备之间只要是源目的IP地址一致的IP报文,就可以将他们汇聚到一起进行传输。
其中,在起始端设备上设置有计时的定时器,按照指定的周期,对待发队列进行汇聚。
定时器的目的在于限定在定时器区间内的待发送报文才可以进行汇聚,一般定时器周期的设置以不影响上层业务时延和抖动要求为原则。
步骤602,将汇聚发送队列中的待发送报文按照汇聚协议封装要求进行拼装封装,并添加共有IP头,封装MAC头,然后将封装完成后的报文通过物理链路发送出去。
按照协议规则进行组合拼接的待发送报文,形成小于等于当前MTU的一个大包(巨帧),源目的IP一般可取汇聚多协议链路的共同的源目的IP(也可以使用独立汇聚设备的IP,但是此时需要协议指定内部封装的各个链路的IP),进行链路汇聚的节点设备可以打开巨帧模式,采用巨帧来传送上层报文。
步骤603:终端设备或协议层B接收到协议报文后,按照汇聚协议封装格式,分解巨帧中的各类协议报文,根据源目的IP地址对进行分配入队列。
步骤604:根据上层协议号,将不同的IP报文派发到不同的协议上层协议栈,上层协议栈就可以继续按照原协议的规则,继续上层协议栈的处理。
图7是根据本发明的汇聚协议建议封装格式图,方法如下:
MAC头和IP头是按照以太网协议和IP协议的要求封装,IP协议号需要设置为汇聚协议定义的协议号,IP净荷中使用标准的TLV格式进行各个子协议报文的封装。T为上层协议类型,L为子协议报文长度,V为子协议报文内容。
如果需要支持NAT穿越,可以使用UDP协议,然后后面加UDP协议头,端口号为汇聚协议使用的指定端口号。
综上所述,通过本发明提供了一种网络中的报文汇聚传输的方法和装置,解决了现有技术中存在的很大的带宽资源浪费和传输效率较低的问题,对已有系统改动及影响较小,可以在不修改现有协议栈IP层的基础上对IP层以下实现队列的分配、报文的封装解析,不会对上层的各类业务产生影响,基本透明。
通过多协议报文的统一封装承载以及充分利用巨帧资源,提升了报文的传 输效率和带宽利用率,提升了网络总体的数据吞吐量,减少了网络上报文数量,降低了中间路由节点的转发压力,同时也降低了MAC头、IP头的开销,减少了网络带宽的浪费。
以上所述仅为本发明的优选实施例而已,并不用于限制本发明,对于本领域的技术人员来说,本发明可以有各种更改和变化。凡在本发明的精神和原则之内,所作的任何修改、等同替换、改进等,均应包含在本发明的保护范围之内。
工业实用性
本发明实施例提供的技术方案,可以应用于报文汇聚传输过程中,采用根据源目的IP地址,将接收到的各类报文分配成不同的发送队列;根据汇聚协议,将所述发送队列进行组合封装形成巨帧并派送出去,解决了现有技术存在的带宽资源浪费和传输效率较低的问题,使用本发明技术方案能够提升了报文的传输效率和带宽利用率。

Claims (11)

  1. 一种报文汇聚传输的方法,包括:
    根据源目的IP地址,将接收到的各类报文分配成不同的发送队列;
    根据汇聚协议,将所述发送队列进行组合封装形成巨帧并派送出去。
  2. 根据权利要求1所述的方法,其中,根据源目的IP地址,将接收到的各类报文分配成不同的发送队列之后,还包括:
    根据指定的周期,对所述发送队列进行汇聚。
  3. 根据权利要求1或2所述的方法,其中:所述发送队列中的报文在进行封装时,将添加共有IP头和封装MAC头。
  4. 根据权利要求3所述的方法,其中:所述IP头使用标准格式进行各类子协议报文的封装,其中标准格式包括上层协议类型、子协议报文长度和子协议报文内容。
  5. 根据权利要求3所述的方法,其中:所述IP头使用UDP协议,在后面加UDP协议头。
  6. 一种报文汇聚传输的方法,包括:
    接收巨帧;
    根据汇聚协议对所述巨帧进行解压成不同发送队列;
    根据源目的IP地址,将所述发送队列派送出去。
  7. 一种报文汇聚传输的装置,位于发送端,所述装置包括:
    分类模块,设置为根据源目的IP地址,将接收到的各类报文分配成不同的发送队列;
    封装模块,设置为根据汇聚协议将所述发送队列进行组合封装形成巨帧并派送出去。
  8. 根据权利要求7所述的装置,其中,所述装置还包括:
    计时模块,设置为按照指定的周期,对所述分类模块分配的发送队列进行汇聚。
  9. 根据权利要求7或8所述的装置,其中:
    所述封装模块对发送队列中的报文进行封装时,将添加共有IP头和封装MAC头。
  10. 一种报文汇聚传输的装置,位于接收端,所述装置包括:
    接收模块,设置为接收巨帧;
    解压模块,设置为根据汇聚协议对所述巨帧进行解压成不同发送队列;
    派送模块,设置为根据源目的IP地址,将所述发送队列派送出去。
  11. 一种报文汇聚传输的系统,所述系统包括:
    权利要求7至9任一项所述的发送端的报文汇聚传输的装置;
    权利要求10所述接收端的报文汇聚传输的装置。
PCT/CN2015/085227 2014-10-24 2015-07-27 报文汇聚传输的方法、装置和系统 WO2016062142A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201410579217.2 2014-10-24
CN201410579217.2A CN105577566A (zh) 2014-10-24 2014-10-24 报文汇聚传输的方法、装置和系统

Publications (1)

Publication Number Publication Date
WO2016062142A1 true WO2016062142A1 (zh) 2016-04-28

Family

ID=55760252

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/085227 WO2016062142A1 (zh) 2014-10-24 2015-07-27 报文汇聚传输的方法、装置和系统

Country Status (2)

Country Link
CN (1) CN105577566A (zh)
WO (1) WO2016062142A1 (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109462634A (zh) * 2018-09-25 2019-03-12 郑州云海信息技术有限公司 一种分布式系统中的消息处理方法、装置及设备
CN113726611A (zh) * 2021-09-01 2021-11-30 深圳市大洲智创科技有限公司 一种基于协议进行流量控制的方法

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107196879B (zh) * 2017-05-18 2020-10-09 杭州敦崇科技股份有限公司 Udp报文的处理方法、装置以及网络转发装置
CN111083208B (zh) * 2019-12-03 2022-10-28 华为技术有限公司 网络结构、网络中网元之间的报文发送方法及接收方法
CN111541749B (zh) * 2020-04-14 2023-05-02 杭州涂鸦信息技术有限公司 一种嵌入式设备的数据通信方法、系统及相关设备
CN112787847A (zh) * 2020-12-24 2021-05-11 凌云天博光电科技股份有限公司 基于网管系统EPON大量Trap的快速处理方法及装置
CN113726635B (zh) * 2021-08-30 2023-05-26 新华三大数据技术有限公司 一种报文处理方法、装置及电子设备
CN114866826A (zh) * 2022-06-01 2022-08-05 山东浪潮超高清智能科技有限公司 一种智能机顶盒的麦克风扩展方法

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101163348A (zh) * 2006-10-10 2008-04-16 北京大学 光突发交换网络自适应汇聚方法及其装置
CN101170489A (zh) * 2006-10-24 2008-04-30 中兴通讯股份有限公司 Igmp报文传输系统
CN101309154A (zh) * 2007-05-18 2008-11-19 华为技术有限公司 报文的发送方法、发送装置和传输系统
CN101388825A (zh) * 2007-09-12 2009-03-18 华为技术有限公司 一种传输gprs隧道协议数据包的方法和设备

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101163348A (zh) * 2006-10-10 2008-04-16 北京大学 光突发交换网络自适应汇聚方法及其装置
CN101170489A (zh) * 2006-10-24 2008-04-30 中兴通讯股份有限公司 Igmp报文传输系统
CN101309154A (zh) * 2007-05-18 2008-11-19 华为技术有限公司 报文的发送方法、发送装置和传输系统
CN101388825A (zh) * 2007-09-12 2009-03-18 华为技术有限公司 一种传输gprs隧道协议数据包的方法和设备

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109462634A (zh) * 2018-09-25 2019-03-12 郑州云海信息技术有限公司 一种分布式系统中的消息处理方法、装置及设备
CN113726611A (zh) * 2021-09-01 2021-11-30 深圳市大洲智创科技有限公司 一种基于协议进行流量控制的方法

Also Published As

Publication number Publication date
CN105577566A (zh) 2016-05-11

Similar Documents

Publication Publication Date Title
WO2016062142A1 (zh) 报文汇聚传输的方法、装置和系统
US11343192B2 (en) Packet processing method, and device
US10237153B2 (en) Packet retransmission method and apparatus
US11882041B2 (en) Congestion notification packet indicating specific packet flow experiencing congestion to facilitate individual packet flow based transmission rate control
US9571382B2 (en) Method, controller, and system for processing data packet
CN107079017B (zh) 一种报文转换方法及装置
CN101247353B (zh) 流老化方法及网络设备
WO2010031324A1 (zh) 数据传输的方法、装置和系统
JP6777650B2 (ja) Tcpトンネル及びネイティブtcp情報に基づくバンドリングシナリオにおけるパケットのスケジューリングのための方法及びシステム
WO2013086897A1 (zh) 生成表项的方法、接收报文的方法及相应装置和系统
WO2016034029A1 (zh) 业务流量的处理方法和装置
CN102694738B (zh) 在虚拟专用网网关转发报文的方法以及虚拟专用网网关
US20140254368A1 (en) Content Based Overload Protection
EP3119057A1 (en) Packet conversion device and method for allowing transparent packet-based multipath bundling
US8179795B2 (en) Communication terminal apparatus, distribution apparatus, error notification method, and error notification program
WO2018233376A1 (zh) 传输报文的方法、代理服务器和计算机可读存储介质
WO2017045501A1 (zh) 一种报文调度方法和装置、存储介质
CN114268518B (zh) 一种实现sdwan数据隧道转发加速的方法及系统
WO2013097218A1 (zh) 一种流媒体数据处理方法、装置及系统
CN112737967B (zh) 一种基于Flow Director实现IPv4 GRE报文负载均衡的方法
Jivorasetkul et al. Better network latency with end-to-end header compression in SDN architecture
WO2015131739A1 (zh) 数据交互方法、基带处理单元、射频拉远单元及中继单元
CN110336796B (zh) 一种通信方法和通信装置
CN102238164B (zh) 面向ip电信网的多协议报文适配方法
CN110493191B (zh) Windows平台数据转发方法、装置、电子设备及可读存储介质

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

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

Country of ref document: EP

Kind code of ref document: A1