CN101521622A - Method and device for determining maximum transmission unit - Google Patents
Method and device for determining maximum transmission unit Download PDFInfo
- Publication number
- CN101521622A CN101521622A CN200810080984A CN200810080984A CN101521622A CN 101521622 A CN101521622 A CN 101521622A CN 200810080984 A CN200810080984 A CN 200810080984A CN 200810080984 A CN200810080984 A CN 200810080984A CN 101521622 A CN101521622 A CN 101521622A
- Authority
- CN
- China
- Prior art keywords
- transmission unit
- maximum transmission
- mobile node
- access network
- mtu
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Landscapes
- Mobile Radio Communication Systems (AREA)
Abstract
Description
技术领域 technical field
本发明涉及网络通讯技术领域,具体涉及确定最大传输单元的方法、以及确定最大传输单元的装置。The invention relates to the technical field of network communication, in particular to a method for determining a maximum transmission unit and a device for determining a maximum transmission unit.
背景技术 Background technique
Maximum Transmit Unit(最大传输单元,MTU)规定了IP层及上层允许发送报文的最大长度。MTU与具体的物理链路有关、且各节点均可设置有MTU。Maximum Transmit Unit (Maximum Transmission Unit, MTU) specifies the maximum length of the message that the IP layer and the upper layer allow to send. The MTU is related to a specific physical link, and each node can be configured with an MTU.
节点的MTU的作用有多种,如源端节点在发送数据报文时,需要根据MTU来确定数据报文的大小,以对数据报文进行分片;再如,根据源端节点、目的端节点的MTU建立源端节点到目的端节点之间的隧道等。源端节点实际设置的MTU应不超过路径MTU(Path MTU,PMTU)。如果源端节点的MTU超过数据传输通路中的节点的MTU,即超过PMTU,则会引起数据报文的丢弃。The MTU of a node has many functions. For example, when the source node sends a data message, it needs to determine the size of the data message according to the MTU to fragment the data message; The MTU of the node establishes the tunnel between the source end node and the destination end node, etc. The MTU actually set by the source node should not exceed the path MTU (Path MTU, PMTU). If the MTU of the source node exceeds the MTU of the nodes in the data transmission path, that is, exceeds the PMTU, the data packet will be discarded.
源端节点可以根据缺省设置或学习方式来获取其MTU。当源端节点按照其MTU发送数据报文、且该数据报文的大小超过数据传输通路中某节点的MTU后,源端节点可以根据该节点返回的信息学习MTU,并根据学习到的MTU重新发送数据报文。The source end node can obtain its MTU according to the default setting or learning method. When the source node sends a data packet according to its MTU, and the size of the data packet exceeds the MTU of a node in the data transmission path, the source node can learn the MTU according to the information returned by the node, and renew the MTU according to the learned MTU. Send datagram.
在实现本发明的过程中,发明人发现:Mobile Node(移动节点,MN)可能会在不同接入网之间迁移,接入网的迁移可能会导致MN的MTU发生变化,但是,在目前的技术方案中,在MN迁移后,仍采用迁移前的MTU,从而会导致源端节点发送的数据报文被丢弃、源端节点重新学习MTU、及重新建立源端节点到目的端节点之间隧道等问题,最终延迟了业务响应时间。In the process of realizing the present invention, the inventor finds that: Mobile Node (mobile node, MN) may migrate between different access networks, and the migration of the access network may cause the MTU of the MN to change. However, in the current In the technical solution, after the migration of the MN, the MTU before the migration is still used, which will cause the data packets sent by the source end node to be discarded, the source end node to re-learn the MTU, and re-establish the tunnel between the source end node and the destination end node And other problems, ultimately delaying the business response time.
发明内容 Contents of the invention
本发明实施方式提供确定最大传输单元的方法、装置,缩短了业务响应时间,提高了业务响应速度。The embodiment of the present invention provides a method and a device for determining the maximum transmission unit, which shortens the service response time and improves the service response speed.
本发明实施方式提供的确定最大传输单元的方法,包括:The method for determining the maximum transmission unit provided by the embodiment of the present invention includes:
确定移动节点的目标接入网,针对所述目标接入网,根据协商所述移动节点最大传输单元的协商结果确定所述移动节点的最大传输单元。Determine the target access network of the mobile node, and determine the maximum transmission unit of the mobile node according to the negotiation result of negotiating the maximum transmission unit of the mobile node for the target access network.
本发明实施方式提供的确定最大传输单元的装置,包括:The device for determining the maximum transmission unit provided by the embodiment of the present invention includes:
确定模块,用于确定移动节点的目标接入网;A determining module, configured to determine the target access network of the mobile node;
协商模块,用于针对所述目标接入网,根据协商所述移动节点最大传输单元的协商结果确定所述移动节点的最大传输单元;A negotiating module, configured to determine the maximum transmission unit of the mobile node according to the negotiation result of negotiating the maximum transmission unit of the mobile node for the target access network;
存储模块,用于存储所述协商模块确定的移动节点的最大传输单元。A storage module, configured to store the maximum transmission unit of the mobile node determined by the negotiation module.
通过上述技术方案的描述可知,通过在MN在不同接入网的迁移前或迁移过程中协商MN的MTU,能够及时更新MN的MTU,尽可能的避免了丢弃数据报文、源端节点重新学习MTU、重新建立数据传输通路等问题,从而缩短了业务响应时间,提高了业务响应速度。From the description of the above technical solution, it can be seen that by negotiating the MTU of the MN before or during the migration of the MN in different access networks, the MTU of the MN can be updated in time, and the discarding of data packets and the relearning of the source end node can be avoided as much as possible. MTU, re-establishment of data transmission channels and other issues, thereby shortening the service response time and improving the service response speed.
附图说明 Description of drawings
图1是本发明实施方式的确定MTU的方法示意图;FIG. 1 is a schematic diagram of a method for determining an MTU according to an embodiment of the present invention;
图2是本发明实施方式的确定MTU的方法流程示意图;FIG. 2 is a schematic flowchart of a method for determining an MTU according to an embodiment of the present invention;
图3是本发明实施方式的MN触发协商流程示意图;FIG. 3 is a schematic diagram of a MN trigger negotiation process in an embodiment of the present invention;
图4是本发明实施方式的HA触发协商流程示意图;FIG. 4 is a schematic diagram of an HA triggering negotiation process in an embodiment of the present invention;
图5是本发明实施方式的网关触发协商流程示意图;5 is a schematic diagram of a gateway-triggered negotiation process in an embodiment of the present invention;
图6是本发明实施方式的安全网关确定MTU的方法流程示意图。Fig. 6 is a schematic flowchart of a method for determining an MTU by a security gateway according to an embodiment of the present invention.
具体实施方式 Detailed ways
不论是对于相同类型的接入网、还是对于不同类型的接入网来说,不同接入网MTU的大小可能会存在差异。MN在不同接入网间迁移(即移动或切换)时,如果不及时更新MN的MTU,则可能造成数据报文的丢弃、MN重新学习MTU、网络节点重新建立数据传输通路等问题。因此,在MN在不同接入网间迁移的情况下,如果能够及时变更MN的MTU、及时为MN的数据传输通路设置MTU,则能够有效避免上述问题。No matter for the same type of access network or for different types of access networks, the size of the MTU of different access networks may be different. When the MN migrates (ie, moves or switches) between different access networks, if the MTU of the MN is not updated in time, it may cause problems such as discarding of data packets, re-learning of the MTU by the MN, and re-establishment of data transmission paths by network nodes. Therefore, when the MN migrates between different access networks, if the MTU of the MN can be changed in time and the MTU can be set for the data transmission path of the MN in time, the above problems can be effectively avoided.
本发明实施方式通过在MN在不同接入网迁移前或迁移过程中针对目标接入网来协商MN的MTU,从而能够及时确定出MN针对目标接入网的MN的MTU。协商过程需要考虑目标接入网对MTU的支持能力。协商确定出的MTU可以在终端节点中应用、也可以在网络节点中应用。这里的终端节点如MN、Correspondence Node(通信节点,CN)等。这里的网络节点如Home Agent(家乡代理,HA)、GW、基站、接入网中的路由器等。协商确定出的MTU可以用于后续的数据报文发送、数据传输通路设置等过程中,从而尽可能的减少了业务延迟时间和抖动。减少了业务延时时间即减少了终端时延时间。In the embodiment of the present invention, the MN's MTU of the MN for the target access network can be determined in time by negotiating the MTU of the MN for the target access network before or during the migration of the MN in different access networks. The negotiation process needs to consider the support capability of the target access network for the MTU. The MTU determined through negotiation can be applied in the terminal node, and can also be applied in the network node. The terminal nodes here are MN, Correspondence Node (communication node, CN) and so on. The network nodes here are Home Agent (Home Agent, HA), GW, base station, router in the access network, etc. The MTU determined through negotiation can be used in processes such as subsequent data message sending and data transmission path setting, thereby reducing service delay time and jitter as much as possible. Reducing the service delay time means reducing the terminal delay time.
本发明实施方式中的协商过程可以在网络之间进行,也可以在终端节点与网络之间进行。在网络之间进行的协商过程如服务接入网和目标接入网之间协商MN的MTU的过程,再如接入网与核心网络(如与核心网络中的HA)之间协商MN的MTU的过程等等。在终端节点与网络之间进行的协商过程如MN和核心网络之间协商MN的MTU的过程,再如CN和核心网络之间协商MN的MTU的过程,还有接入网与CN之间协商MN的MTU的过程等等。协商的主体可根据实际网络应用需求来确定,本发明实施方式不限制协商主体的具体表现形式。The negotiation process in the embodiments of the present invention can be performed between networks, or between a terminal node and the network. The negotiation process between networks, such as the process of negotiating the MN's MTU between the serving access network and the target access network, and the negotiation of the MN's MTU between the access network and the core network (such as with the HA in the core network) process and so on. The negotiation process between the terminal node and the network, such as the MN MTU negotiation process between the MN and the core network, the MN MTU negotiation process between the CN and the core network, and the negotiation between the access network and the CN The process of the MTU of the MN and so on. The negotiation subject can be determined according to actual network application requirements, and the embodiment of the present invention does not limit the specific expression form of the negotiation subject.
本发明实施方式中的协商过程可以在MN在不同接入网迁移前进行,也可以在MN在不同接入网迁移过程中进行。由于网络中的某些节点(如接入网中的路由器)可以在MN迁移前获知不同接入网对MTU的支持能力,因此,本发明实施方式可以在发现不同接入网对MTU的支持能力不同时,进行MN的MTU的协商过程,以在MN迁移过程中或者在MN迁移后,终端节点和/或网络节点能够及时应用协商后的MN的MTU,以规避可能引起的业务时延和抖动。The negotiation process in the embodiment of the present invention can be performed before the MN migrates in different access networks, and can also be performed during the migration process of the MN in different access networks. Because some nodes in the network (such as routers in the access network) can learn the support capabilities of different access networks to MTU before the MN migrates, therefore, the implementation of the present invention can discover the support capabilities of different access networks to MTU At the same time, the negotiation process of the MN's MTU is carried out, so that during the MN migration process or after the MN migration, the terminal node and/or network node can apply the negotiated MN's MTU in time to avoid possible service delays and jitters .
对于不同的接入网来说,协商MN的MTU的过程可以通过多种方式来实现,例如,对于IPv4网络来说,当MN在不同的接入网间移动时,可以将MN的MTU携带在上下文信息中,并在服务接入网和目标接入网间传递,以协商确定MN的MTU。再例如,当MN在不同的接入网间移动时,可以将MN的MTU携带在新增加的信令中,并将该新增加的信令在服务接入网和目标接入网间传递,以协商确定MN的MTU。For different access networks, the process of negotiating the MN's MTU can be implemented in various ways. For example, for an IPv4 network, when the MN moves between different access networks, the MN's MTU can be carried in the In the context information, it is transferred between the serving access network and the target access network to negotiate and determine the MTU of the MN. For another example, when the MN moves between different access networks, the MN's MTU can be carried in newly added signaling, and the newly added signaling can be transmitted between the serving access network and the target access network, Determine the MTU of the MN through negotiation.
服务接入网与目标接入网之间的协商过程可以在服务网关与目标网关之间进行,也可以在服务网关、目标网关、目标基站之间进行。此时,协商MN的MTU过程采用的信令可以为:切换信令、迁移信令、上下文传递信令、新定义的协议报文中的任意一种或多种。The negotiation process between the serving access network and the target access network can be performed between the serving gateway and the target gateway, or between the serving gateway, the target gateway, and the target base station. At this time, the signaling used in the process of negotiating the MTU of the MN may be any one or more of handover signaling, relocation signaling, context transfer signaling, and newly defined protocol messages.
接入网与核心网之间的协商过程可以在服务接入网关与HA之间进行,也可以在目标接入网关与HA之间进行。此时,协商MN的MTU过程可以采用数据报文、Internet Control Message Protocol(互联网控制消息协议,ICMP)报文、新定义的协议报文中的任意一种或多种。The negotiation process between the access network and the core network can be performed between the serving access gateway and the HA, or between the target access gateway and the HA. At this point, the MTU process of negotiating the MN can use any one or more of data messages, Internet Control Message Protocol (Internet Control Message Protocol, ICMP) messages, and newly defined protocol messages.
终端节点与核心网之间的协商过程可以在MN与HA之间进行,也可以在CN与HA之间进行。此时MN的MTU过程可以采用数据报文、Internet ControlMessage Protocol(互联网控制消息协议,ICMP)报文、新定义的协议报文中的任意一种或多种。The negotiation process between the terminal node and the core network can be performed between the MN and the HA, or between the CN and the HA. At this moment, the MTU process of MN can adopt any one or more in data message, Internet ControlMessage Protocol (Internet Control Message Protocol, ICMP) message, newly defined protocol message.
终端节点与接入网之间的协商过程可以在MN或CN与网关(如安全网关)之间进行。The negotiation process between the terminal node and the access network can be performed between the MN or CN and the gateway (such as a security gateway).
服务接入网与目标接入网协商MN的MTU的实现过程可以为:服务接入网中的节点向目标接入网中的节点发送携带有协商MN的MTU信息的信令,以表示请求协商该MN的MTU,本发明实施方式中的协商MN的MTU信息可以包括:MN当前的MTU,也可以在包括MN当前的MTU的同时还包括:服务接入网络所支持的MTU的能力范围、以及是否可以重新设置MTU中的任意一个或两个。目标接入网中的节点在接收到MN的MTU后,判断是否允许该MTU,在判断出允许该MTU后,向服务接入网中的节点发送携带有允许该MTU信息的信令,在判断出不允许该MTU后,可以向服务接入网中的节点发送携带有不允许该MTU、及建议的新的MTU信息的信令。目标接入网中的节点判断是否允许MTU的过程可以为:目标接入网中的目标网关与目标基站进行信令交互,以确定是否允许MTU。目标接入网中的节点判断是否允许MTU的过程也可以为:目标接入网中的目标网关在不考虑与目标基站交互的信令的情况下,独自确定是否允许MTU。也就是说,目标基站可以参与MTU的协商,也可以不参与MTU的协商。The implementation process of negotiating the MTU of the MN between the serving access network and the target access network may be as follows: a node in the serving access network sends a signaling carrying MTU information of the negotiating MN to a node in the target access network to indicate a request for negotiation The MTU of the MN, the negotiated MTU information of the MN in the embodiment of the present invention may include: the current MTU of the MN, or may include the current MTU of the MN while also including: the capability range of the MTU supported by the service access network, and Is it possible to reset either or both of the MTUs. After receiving the MTU of the MN, the node in the target access network judges whether to allow the MTU, and after judging that the MTU is allowed, sends a signaling carrying information about allowing the MTU to the node in the serving access network. After the MTU is disallowed, a signaling carrying the MTU disallowed and suggested new MTU information may be sent to the node in the serving access network. The process for the node in the target access network to determine whether to allow the MTU may be: the target gateway in the target access network performs signaling interaction with the target base station to determine whether to allow the MTU. The process for the node in the target access network to determine whether to allow the MTU may also be: the target gateway in the target access network independently determines whether to allow the MTU without considering the signaling interacted with the target base station. That is to say, the target base station may or may not participate in MTU negotiation.
接入网与核心网协商MN的MTU的实现过程可以为:在MN在服务接入网与目标接入网间迁移过程中,服务接入网中的节点向与核心网中的节点发送携带有协商MN的MTU信息的信令或数据报文,协商MN的MTU信息如上述方法实施方式中的描述。核心网中的节点在接收到该信令或数据报文后,确定MN的MTU信息。The implementation process of negotiating the MTU of the MN between the access network and the core network may be as follows: during the migration process of the MN between the serving access network and the target access network, the node in the serving access network sends a message carrying Negotiate the signaling or data message of the MN's MTU information, and negotiate the MN's MTU information as described in the above method implementation. After receiving the signaling or data message, the nodes in the core network determine the MTU information of the MN.
终端节点与核心网协商MN的MTU的实现过程可以为:核心网中的节点在感知到MN在接入网间迁移后,获取服务接入网与目标接入网支持的MTU,在判断出服务接入网与目标接入网支持的MTU存在差异后,通过触发MN的对端节点(如其它MN、或CN等)的PMTU学习过程,将MN的MTU的变化情况信息通知给MN的对端节点;核心网中的节点也可以通过直接向MN的对端节点发送通知等方式将MN的MTU的变化情况信息通知给MN的对端节点。The implementation process of negotiating the MTU of the MN between the terminal node and the core network can be as follows: After the node in the core network perceives that the MN is migrating between access networks, it obtains the MTU supported by the serving access network and the target access network, and determines the MTU of the service access network. After there is a difference between the MTU supported by the access network and the target access network, by triggering the PMTU learning process of the MN's peer node (such as other MNs, or CNs, etc.), the MN's MTU change information is notified to the MN's peer Nodes; the nodes in the core network can also notify the peer node of the MN of the change information of the MTU of the MN by directly sending a notification to the peer node of the MN.
下面结合附图对本发明实施方式的确定MTU的实现过程进行说明。The implementation process of determining the MTU in the embodiment of the present invention will be described below with reference to the accompanying drawings.
图1中示出了两个网关(GW),与MN连接的网关为服务接入网关,与CN连接的网关为目标接入网关。需要说明的是,图1中的CN标示在MN的目标接入网中,当然CN也可以不在MN的目标接入网中。Figure 1 shows two gateways (GW), the gateway connected to the MN is the serving access gateway, and the gateway connected to the CN is the target access gateway. It should be noted that the CN in FIG. 1 is marked in the target access network of the MN, and of course the CN may not be in the target access network of the MN.
当图1中的MN需要从服务接入网迁移到目标接入网中时,服务接入网中的服务网关根据其接收到的信息确定MN在不同接入网络中迁移后,可以向目标接入网络中的目标网关发送其获取到的MN的MTU等信息,以针对目标接入网络协商MN的MTU。When the MN in Figure 1 needs to migrate from the serving access network to the target access network, the serving gateway in the serving access network determines that after the MN migrates in different access networks according to the information it receives, it can migrate to the target access network. The target gateway in the ingress network sends information such as the obtained MN's MTU to negotiate the MN's MTU with respect to the target access network.
图1中的服务网关也可以和HA协商MN的MTU,该协商过程可以由网关来触发(即由网关发起协商过程);CN也可以和HA协商MN的MTU,该协商过程可以由HA来触发(即由HA发起协商过程);MN也可以和HA协商MN的MTU,该协商过程可以由MN来触发(即由MN发起协商过程);MN也可以和CN协商MN的MTU,该协商过程可以由MN来触发(即由MN将针对目标接入网络的MTU通告给CN)。本发明实施方式中的网络节点还可以根据协商确定的MTU来设置针对MN的数据传输通路,同时网络节点也可以根据协商确定的MTU对数据报文进行处理,如网络节点根据协商确定的MTU对数据报文进行分段转发、直接转发、丢弃、通知修改数据报文的大小等。利用MTU设置数据传输通路的具体实现过程可以采用现有的实现方式,本发明实施方式不限制利用MTU设置数据传输通路的具体实现过程。The serving gateway in Figure 1 can also negotiate the MTU of the MN with the HA, and the negotiation process can be triggered by the gateway (that is, the gateway initiates the negotiation process); CN can also negotiate the MN’s MTU with the HA, and the negotiation process can be triggered by the HA (that is, the negotiation process is initiated by the HA); the MN can also negotiate the MTU of the MN with the HA, and the negotiation process can be triggered by the MN (that is, the negotiation process is initiated by the MN); the MN can also negotiate the MTU of the MN with the CN, and the negotiation process can be Triggered by the MN (that is, the MN notifies the CN of the MTU for the target access network). The network node in the embodiment of the present invention can also set the data transmission path for the MN according to the negotiated MTU, and the network node can also process the data message according to the negotiated MTU, such as the network node according to the negotiated MTU. The data packet is segmented forwarded, directly forwarded, discarded, notified to modify the size of the data packet, etc. The specific implementation process of using the MTU to set the data transmission path may adopt an existing implementation manner, and the embodiments of the present invention do not limit the specific implementation process of using the MTU to set the data transmission path.
图2是本发明实施方式的确定MTU的具体实现流程示意图。FIG. 2 is a schematic diagram of a specific implementation flow of determining an MTU according to an embodiment of the present invention.
图2中,步骤1)、MN向服务基站发送切换信令,如切换请求消息。该切换请求消息可以包含有MN当前的MTU,也可以不包含有MN当前的MTU。In Fig. 2, in step 1), the MN sends handover signaling, such as a handover request message, to the serving base station. The handover request message may or may not include the current MTU of the MN.
步骤2)、服务基站在接收到切换信令后向服务网关发送切换信令,如向服务网关发送切换请求消息。同样,该切换请求消息可以包含有MN当前的MTU,也可以不包含有MN当前的MTU。Step 2), after receiving the handover signaling, the serving base station sends the handover signaling to the serving gateway, such as sending a handover request message to the serving gateway. Likewise, the handover request message may or may not include the current MTU of the MN.
步骤3)、服务网关在接收到切换信令后向目标网关发送切换信令,如向目标网关发送切换请求消息。该切换请求消息中可以包含需要协商的MTU信息,如包含MN当前的MTU、服务接入网络所支持的MTU的能力范围、以及是否可以重新设置MTU等信息。Step 3), after receiving the handover signaling, the serving gateway sends the handover signaling to the target gateway, such as sending a handover request message to the target gateway. The handover request message may include MTU information to be negotiated, such as the current MTU of the MN, the capability range of the MTU supported by the serving access network, and whether the MTU can be reset.
步骤4)、目标网关可以向目标基站发送切换信令,如向目标基站发送切换请求消息,以使目标基站进行切换控制。该切换请求消息中可以包含MN当前的MTU,也可以不包含MN的MTU。而且,目标基站可以参与MN的MTU协商,也可以不参与MN的MTU的协商。Step 4), the target gateway may send handover signaling to the target base station, such as sending a handover request message to the target base station, so that the target base station performs handover control. The handover request message may include the current MTU of the MN, or may not include the MTU of the MN. Moreover, the target base station may participate in the MTU negotiation of the MN, or may not participate in the MTU negotiation of the MN.
步骤5)、目标基站在接收到目标网关发送来的切换请求消息后,进行切换判决,并根据切换判决结果向目标网关发送切换响应消息。Step 5), after receiving the handover request message sent by the target gateway, the target base station makes a handover decision, and sends a handover response message to the target gateway according to the handover decision result.
步骤6)、目标网关根据接收到的切换响应消息判断是否允许MN移动至目标接入网,并确定是否允许MN当前的MTU、在不允许MN当前MTU的情况下,目标网关建议新的MTU。Step 6), the target gateway judges whether to allow the MN to move to the target access network according to the received handover response message, and determines whether to allow the current MTU of the MN, and if the current MTU of the MN is not allowed, the target gateway suggests a new MTU.
需要说明的是,目标网关可以在判断是否允许MN当前的MTU的过程中考虑目标基站传输来的信令,此时,目标基站参与了MN的MTU的协商过程;目标网关也可以在判断是否允许MN当前的MTU的过程中不考虑与目标基站交互的信令,此时,目标基站没有参与MN的MTU的协商过程;也就是说,目标基站可以直接判断是否允许MN移动至目标接入网,并确定是否允许MN当前的MTU,在不允许MN当前MTU的情况下,目标网关建议新的MTU,此时,目标网关与目标基站没有关于MTU协商的信令交互,目标基站也没有参与MN的MTU的协商过程。It should be noted that the target gateway can consider the signaling transmitted by the target base station in the process of judging whether to allow the current MTU of the MN. At this time, the target base station has participated in the negotiation process of the MN's MTU; In the process of MN's current MTU, the signaling interacted with the target base station is not considered. At this time, the target base station does not participate in the negotiation process of the MN's MTU; that is, the target base station can directly determine whether to allow the MN to move to the target access network. And determine whether to allow the current MTU of the MN, in the case of not allowing the current MTU of the MN, the target gateway proposes a new MTU, at this time, the target gateway and the target base station have no signaling interaction about MTU negotiation, and the target base station does not participate in the MN's MTU negotiation MTU negotiation process.
然后,目标网关向服务网关发送切换信令如切换响应消息。该切换响应消息中可以包含针对服务网关所请求进行MTU协商的响应结果信息,如响应结果信息可以包括:目标接入网络是否接受服务网络传送来的MN的MTU大小、目标网关建议的MTU等相关信息。Then, the target gateway sends handover signaling such as a handover response message to the serving gateway. The handover response message may contain response result information for the MTU negotiation requested by the serving gateway. For example, the response result information may include: whether the target access network accepts the MTU size of the MN sent by the serving network, the MTU suggested by the target gateway, etc. information.
步骤7)、服务网关在从接收到的切换响应消息中获取到协商确定的MTU后,将协商确定的MN的MTU携带在切换信令中发送给服务基站。如服务网关向服务基站发送携带有协商确定的MTU的切换响应消息。Step 7), after the serving gateway acquires the negotiated MTU from the received handover response message, it carries the negotiated MTU of the MN in the handover signaling and sends it to the serving base station. For example, the serving gateway sends a handover response message carrying the negotiated MTU to the serving base station.
需要说明的是,服务网关、目标网关在协商确定了的MTU后,可以为该MN的数据传输通路进行配置;而且,服务网关、目标网关也可以根据协商确定的MTU对接收到的数据报文进行处理,如丢弃超过协商确定的MTU的数据报文,再如根据协商确定的MTU对数据报文进行分段、还有通知修改数据报文大小等。It should be noted that after the MTU determined by negotiation, the serving gateway and the target gateway can configure the data transmission path of the MN; moreover, the serving gateway and the target gateway can also configure the received data message according to the negotiated MTU. Perform processing, such as discarding data packets exceeding the negotiated MTU, segmenting the data packets according to the negotiated MTU, and notifying to modify the size of the data packets.
步骤8)、服务基站在接收到切换响应消息后,向MN发送切换信令如发送切换响应消息。Step 8), after receiving the handover response message, the serving base station sends handover signaling to the MN, such as sending a handover response message.
图2中还包括上行数据报文的传输和下行数据报文的传输。上行数据报文即MN发送给CN的数据报文。下行数据报文即CN发送给MN的数据报文。图2中的单点划线表示上行数据报文的传输过程,双点划线表示下行数据报文的传输过程。Figure 2 also includes the transmission of uplink data packets and the transmission of downlink data packets. The uplink data message is the data message sent by the MN to the CN. The downlink data message is the data message sent from the CN to the MN. The single dotted line in FIG. 2 indicates the transmission process of the uplink data message, and the double dotted line indicates the transmission process of the downlink data message.
协商确定的MTU在上行数据报文传输过程中的应用可以包括:MN向目标网关发送数据报文,目标网关在接收到需要向CN发送的数据报文后,在判断出该数据报文的大小超过了协商确定的MTU,则目标网关可以丢弃该数据报文,或者目标网关可以根据协商确定的MTU将接收到的数据报文进行分段,然后,再发送分段后的数据报文。目标网关在判断出该数据报文的大小没有超过协商确定的MTU,则目标网关可以继续转发数据报文。The application of the negotiated MTU in the uplink data packet transmission process may include: the MN sends the data packet to the target gateway, and the target gateway determines the size of the data packet after receiving the data packet to be sent to the CN. If the negotiated MTU is exceeded, the target gateway may discard the data message, or the target gateway may segment the received data message according to the negotiated MTU, and then send the segmented data message. After the target gateway determines that the size of the data packet does not exceed the negotiated MTU, the target gateway can continue to forward the data packet.
协商确定的MTU在下行数据报文传输过程中的应用可以包括:The application of the negotiated MTU in the process of transmitting downlink data packets may include:
步骤9)、服务网关接收到需要向MN发送的数据报文后,在判断出该数据报文的大小超过了协商确定的MTU,则服务网关可以丢弃该数据报文,或者服务网关可以根据协商确定的MTU将接收到的数据报文进行分段,然后,再发送分段后的数据报文。服务网关在判断出该数据报文的大小没有超过协商确定的MTU,则服务网关可以继续转发数据报文,如将数据报文转发至服务基站等。Step 9), after the serving gateway receives the data message that needs to be sent to the MN, after judging that the size of the data message exceeds the negotiated MTU, the serving gateway can discard the data message, or the serving gateway can according to the negotiation The determined MTU segments the received data message, and then sends the segmented data message. After the serving gateway determines that the size of the data packet does not exceed the negotiated MTU, the serving gateway can continue to forward the data packet, for example, forward the data packet to the serving base station.
需要说明的是,在步骤9)中服务网关在接收到数据报文后执行的操作可以在不同的网络中进行不同的选取,例如,在IPv6网络中,服务网关在判断出数据报文的大小超过协商确定的MTU后,可以直接丢弃该数据报文;即在IPv6网络中,可以不要求服务网关对数据报文进行分段处理,当然,本申请也不排除在IPv6网络中服务网关根据协商确定的MTU对数据报文进行分段处理的可能性。It should be noted that, in step 9), the operation performed by the service gateway after receiving the data message can be selected differently in different networks. For example, in an IPv6 network, the service gateway determines the size of the data message After the negotiated MTU is exceeded, the data message can be directly discarded; that is, in the IPv6 network, the serving gateway may not be required to segment the data message. Possibility to fragment datagrams for a given MTU.
另外需要说明的是,服务网关在接收到服务基站发送来的切换信令后也可以和HA进行MTU协商。当然,服务网关在接收到目标网关发送来的切换信令后也可以与HA再次协商MN的MTU协商,HA在协商确定了的MTU后,可以为该MN的数据传输通路进行配置;而且,HA也可以根据协商确定的MTU对接收到的数据报文进行处理,如丢弃超过协商确定的MTU的数据报文,再如根据协商确定的MTU对数据报文进行分段、还有通知修改数据报文大小等。例如,当对端节点如CN通过HA向MN发送数据报文时,HA可以采用服务网关与其协商确定的MTU向服务网关发送数据报文。In addition, it should be noted that the serving gateway may also perform MTU negotiation with the HA after receiving the handover signaling sent by the serving base station. Of course, after receiving the handover signaling sent by the target gateway, the serving gateway can also negotiate the MTU negotiation of the MN with the HA again, and the HA can configure the data transmission path of the MN after negotiating the determined MTU; moreover, the HA The received data packets can also be processed according to the negotiated MTU, such as discarding data packets exceeding the negotiated MTU, or segmenting the data packets according to the negotiated MTU, and notifying to modify the data packets text size etc. For example, when a peer node such as CN sends a data packet to the MN through the HA, the HA may use the MTU negotiated and determined by the serving gateway to send the data packet to the serving gateway.
下面结合附图以MN的对端节点CN为例,对本发明实施方式的协商MN的MTU的实现过程进行说明。The implementation process of negotiating the MTU of the MN in the embodiment of the present invention will be described below by taking the CN of the MN as an example with reference to the accompanying drawings.
协商实施例一、在MN能够获知与其通信的对端节点CN、以及MTU的生存期的情况下,MN触发协商流程,与CN协商MTU。Negotiation Embodiment 1: In the case that the MN can know the CN of the peer node communicating with it and the lifetime of the MTU, the MN triggers a negotiation process and negotiates the MTU with the CN.
MN可以采用记录与其通信的CN信息的方式来获知与其进行过通信的所有CN。当然,MN也可以采用从网络设备处获取的方式来获知CN信息。MTU的生存期可以由MN维护。The MN can obtain all the CNs it has communicated with by recording the information of the CNs it has communicated with. Of course, the MN can also obtain the CN information from the network device. The lifetime of the MTU can be maintained by the MN.
图3中,当MN迁移到新的接入网络,或者MN在接入网络间的迁移过程中,MN可以从迁移前的接入网关或外部代理处获知其新的地址,即在MN可以在接入目标接入网络之前获得其在目标接入网络中可以使用的地址,该地址可以称为转交地址。与此同时,MN也可以从迁移前的接入网关或外部代理处获取到迁移后的接入网络的MTU值。MN可以将MTU作为IP数据报文的一个选项参数,并向CN发送该IP数据报文,CN可以从接收到的IP数据报文中获知MN的MTU。CN可以缓存该MN的MTU,当CN需要向MN发送数据报文时,可以根据该MTU对数据报文进行分段处理。上述选项参数可以包括:MN外部网络使用的转交地址以及MN的外部网络的MTU值。In Figure 3, when the MN migrates to a new access network, or during the migration process of the MN between access networks, the MN can obtain its new address from the access gateway or foreign agent before migration, that is, the MN can be in The address that can be used in the target access network is obtained before accessing the target access network, and the address may be called a care-of address. At the same time, the MN can also obtain the MTU value of the migrated access network from the access gateway or external agent before migration. The MN can use the MTU as an option parameter of the IP data message, and send the IP data message to the CN, and the CN can learn the MN's MTU from the received IP data message. The CN can cache the MTU of the MN, and when the CN needs to send a data packet to the MN, it can segment the data packet according to the MTU. The above option parameters may include: the care-of address used by the MN's external network and the MTU value of the MN's external network.
如果MN发送的IP数据报文经过HA转交,则HA可以从该IP数据报文中解析出MN当前的MTU,并维护MN的MTU与转交地址之间的对应关系。这样,各个需要与MN通信的CN可以通过与HA的信息交互获知MN的MTU。If the IP data message sent by the MN is forwarded by the HA, the HA can parse out the current MTU of the MN from the IP data message, and maintain the correspondence between the MN's MTU and the care-of address. In this way, each CN that needs to communicate with the MN can learn the MTU of the MN through information interaction with the HA.
图3中的MN也可以不采用发送IP数据报文的方式来与CN协商MTU,而是采用发送ICMP超大差错报文的方式来通知CN,例如,MN构造目的地址为CN的IP地址的ICMP报文,并根据其记录的信息向各CN发送ICMP报文。The MN in Figure 3 may also not use the method of sending IP data packets to negotiate the MTU with the CN, but instead notify the CN by sending an ICMP oversized error message. message, and send ICMP messages to each CN according to the recorded information.
在上述协商实施例一中,MN可以在迁移前的服务接入网的MTU与迁移后的目标接入网的MTU发生变化时,与CN进行协商;在迁移前的服务接入网的MTU与迁移后的目标接入网的MTU没有发生变化时,可以不与CN进行协商。In the first negotiation embodiment above, the MN can negotiate with the CN when the MTU of the serving access network before migration and the MTU of the target access network after migration change; When the MTU of the target access network after migration does not change, it is not necessary to negotiate with the CN.
协商实施例二、HA触发协商流程,与CN协商MN的MTU。Negotiation Embodiment 2: The HA triggers the negotiation process, and negotiates the MTU of the MN with the CN.
图4中,HA可以随时获知MN的接入网络迁移。HA可以通过与目标网关的隧道建立协商过程来获知目标接入网支持的MTU。HA也可以通过基于预配置以及从策略中心获得的信息来获知MTU。HA也可以根据与MN的交互获知MTU。HA在获知目标接入网支持的MTU后,可以通过两种不同的方式来与CN协商MTU。In Fig. 4, the HA can know the access network migration of the MN at any time. The HA can obtain the MTU supported by the target access network through the tunnel establishment negotiation process with the target gateway. HA can also learn the MTU based on pre-configuration and information obtained from the policy center. The HA can also learn the MTU according to the interaction with the MN. After learning the MTU supported by the target access network, the HA can negotiate the MTU with the CN in two different ways.
方式一、HA触发CN学习MTU的过程,并代表MN对CN学习的MTU过程中的请求进行响应回答。例如,在CN希望通过HA与MN进行通信的情况下,如果CN发送来的数据报文的大小超过了目标接入网支持的MTU值,则HA可以代表MN向CN发送ICMP超大差错报文,并丢弃该数据报文,CN可以在接收到ICMP超大差错报文后学习到MN的MTU。Mode 1: The HA triggers the process of the CN learning the MTU, and responds to the request in the process of the CN learning the MTU on behalf of the MN. For example, when the CN wants to communicate with the MN through the HA, if the size of the data packet sent by the CN exceeds the MTU value supported by the target access network, the HA can send an ICMP oversized error message to the CN on behalf of the MN. And discard the data message, the CN can learn the MTU of the MN after receiving the ICMP oversized error message.
另外,在方式一中,HA也可以不丢弃该数据报文,而是根据目标接入网支持的MTU强制将CN发送来的数据报文进行分段处理,并将分段处理后的数据报文发送给MN。在发送数据报文后,再代表MN向CN发送ICMP超大差错报文。In addition, in the first method, the HA may not discard the data packet, but force the data packet sent by the CN to be segmented according to the MTU supported by the target access network, and the segmented data packet The text is sent to the MN. After sending the data message, it sends an ICMP oversized error message to the CN on behalf of the MN.
方式二、HA直接将MTU通告给CN。Method 2: The HA directly notifies the CN of the MTU.
由于HA可以直接维护MN的转交地址与CN的对应关系,因此,当HA确定迁移前的目标接入网支持的MTU与迁移前的服务接入网支持的MTU不相同后,可以直接根据转交地址与CN的对应关系,确定需要通知的各CN,并将目标接入网支持的MTU通告给CN。HA可以采用向CN发送携带有MTU参数选项的IP数据报文的方式通知各CN。该参数选项中的更新地址可以为MN的家乡地址、及目标接入网支持的MTU。Since the HA can directly maintain the corresponding relationship between the MN's care-of address and the CN, when the HA determines that the MTU supported by the target access network before migration is different from the MTU supported by the serving access network before migration, it can directly use the care-of address Corresponding relationship with CN, determine each CN that needs to be notified, and notify the MTU supported by the target access network to the CN. The HA can notify each CN by sending an IP data message carrying an MTU parameter option to the CN. The update address in this parameter option can be the home address of the MN and the MTU supported by the target access network.
协商实施例三、接入网络中的网关触发协商流程。Negotiation Embodiment 3: The gateway in the access network triggers the negotiation process.
图5中,GWB利用路由协议将MN的MTU变化的情况通知给邻居网关GWA,CN向GWA发送目的地址为MN的数据报文。GWA在接收到该数据报文,并在判断出该数据报文的大小变化后的MN的MTU后,丢弃该数据报文,并向CN发送ICMP超大差错报文,CN可以在接收到ICMP超大差错报文后学习到变化后的MN的MTU。In Fig. 5, GWB notifies the neighbor gateway GWA of the change of the MTU of the MN by using a routing protocol, and the CN sends a data message with the destination address of the MN to the GWA. After receiving the data message and determining the MTU of the MN after the size change of the data message, the GWA discards the data message and sends an ICMP oversized error message to the CN. The changed MTU of the MN is learned after the error message.
另外,接入网网关也可以将协商确定后的MTU直接通知给HA或CN。例如,接入网网关可以利用与HA的隧道建立过程、或者利用MN通过GW进行的移动IP的代理绑定过程等通知HA或CN。当然,接入网网关也可以利用新定义的过程、协议来通知HA或CN。接入网网关可以采用扩展现有隧道协议的方式来使消息中携带MN的MTU等信息。这里的接入网网关可以是目标网关。这里的隧道可以为IP隧道,也可以为IPSEC隧道。In addition, the access network gateway may also directly notify the HA or CN of the negotiated MTU. For example, the access network gateway may notify the HA or CN through the process of establishing a tunnel with the HA, or through the proxy binding process of the mobile IP performed by the MN through the GW. Of course, the access network gateway can also use newly defined procedures and protocols to notify the HA or CN. The access network gateway can expand the existing tunnel protocol to make the message carry information such as the MN's MTU. The access network gateway here may be the target gateway. The tunnel here may be an IP tunnel or an IPSEC tunnel.
下面描述另一种MTU协商流程。Another MTU negotiation process is described below.
本发明实施方式提供的技术方案可以适用于移动IP隧道,也可以适用于其它隧道,如IPSEC隧道。The technical solutions provided by the embodiments of the present invention can be applied to mobile IP tunnels, and can also be applied to other tunnels, such as IPSEC tunnels.
如图6所示,移动节点MN需要能与安全网关后面私有网络进行通信,此种情况下移动节点会包含至少两个地址:一个地址是公网的IP地址,该地址会随着移动节点的接入网迁移而发生变化;另一个地址是安全网关分配较为固定的私有地址。As shown in Figure 6, the mobile node MN needs to be able to communicate with the private network behind the security gateway. In this case, the mobile node will contain at least two addresses: one address is the IP address of the public network, and the address will follow the mobile node's IP address. Changes due to the migration of the access network; the other address is a relatively fixed private address allocated by the security gateway.
移动节点会使用公网的IP地址与安全网关建立动态的IPSEC隧道连接,隧道建立成功后,移动节点使用私有地址向私有网络发送的数据报文均会进行IPSEC隧道封装。数据报文到达安全网关后,被解封装,解封装后的数据报文发往私有网络中对应的终端节点。The mobile node will use the IP address of the public network to establish a dynamic IPSEC tunnel connection with the security gateway. After the tunnel is successfully established, the data packets sent by the mobile node to the private network using the private address will be encapsulated by the IPSEC tunnel. After the data message arrives at the security gateway, it is decapsulated, and the decapsulated data message is sent to the corresponding terminal node in the private network.
由于移动节点的私有地址是由安全网关分配,因此,可以在安全网关上维护移动节点的私有地址与移动节点当前所在接入网络的MTU的对应关系,维护过程具体如下:Since the private address of the mobile node is assigned by the security gateway, the corresponding relationship between the private address of the mobile node and the MTU of the access network where the mobile node is currently located can be maintained on the security gateway. The maintenance process is as follows:
1)当移动节点需要与安全网关协商建立IPSEC隧道连接时,移动节点将当前所在接入网络的MTU、及私有地址通过隧道告知给安全网关。1) When the mobile node needs to negotiate with the security gateway to establish an IPSEC tunnel connection, the mobile node notifies the security gateway of the MTU and private address of the current access network through the tunnel.
2)安全网关接收到MTU信息、及私有地址后,判断该私有地址是否被正确分配,如果被正确分配,则维护该私有地址与MTU的对应关系,同时开始建立隧道连接。2) After the security gateway receives the MTU information and the private address, it judges whether the private address is correctly allocated, and if it is correctly allocated, maintains the correspondence between the private address and the MTU, and starts to establish a tunnel connection at the same time.
3)如果私有网络中的终端节点向移动节点发送超过所述MTU的数据报文,该数据报文的目的地址为移动终端的私有地址。该数据报文经过安全网关时,安全网关查找目的地址对应的MTU,安全网关在发现经过隧道封装后的IP数据报文超过该MTU时,直接向终端节点回应一个ICMP超大差错报文,以通知私有网络中的终端节点修改数据报文的大小。3) If the terminal node in the private network sends a data message exceeding the MTU to the mobile node, the destination address of the data message is the private address of the mobile terminal. When the data packet passes through the security gateway, the security gateway searches for the MTU corresponding to the destination address. When the security gateway finds that the tunnel-encapsulated IP data packet exceeds the MTU, it directly responds to the terminal node with an ICMP oversized error message to notify End nodes in the private network modify the size of datagrams.
4)当移动节点切换到其他接入网络,则移动节点的公网地址会更新,此时,IPSEC隧道需要重新建立,这样,对应的MTU也能在安全网关侧及时得到刷新。4) When the mobile node switches to another access network, the public network address of the mobile node will be updated. At this time, the IPSEC tunnel needs to be re-established, so that the corresponding MTU can also be refreshed in time on the security gateway side.
通过以上的实施方式的描述,本领域的技术人员可以清楚地了解到本发明可借助软件加必需的硬件平台的方式来实现,当然也可以全部通过硬件来实施,但很多情况下前者是更佳的实施方式。基于这样的理解,本发明的技术方案对背景技术做出贡献的全部或者部分可以以软件产品的形式体现出来,该计算机软件产品可以存储在存储介质中,如ROM/RAM、磁碟、光盘等,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本发明各个实施例或者实施例的某些部分所述的方法。Through the description of the above embodiments, those skilled in the art can clearly understand that the present invention can be realized by means of software plus a necessary hardware platform, and of course all can be implemented by hardware, but in many cases the former is better implementation. Based on this understanding, all or part of the contribution made by the technical solution of the present invention to the background technology can be embodied in the form of software products, and the computer software products can be stored in storage media, such as ROM/RAM, magnetic disks, optical disks, etc. , including several instructions to make a computer device (which may be a personal computer, a server, or a network device, etc.) execute the methods described in various embodiments or some parts of the embodiments of the present invention.
本发明实施方式提供的确定最大传输单元的装置包括确定模块、协商模块和存储模块。The device for determining the maximum transmission unit provided by the embodiment of the present invention includes a determination module, a negotiation module and a storage module.
确定模块确定移动节点的目标接入网。确定模块可以在移动节点迁移前获知移动节点的目标接入网,也可以在移动节点迁移过程中获知移动节点的目标接入网。确定模块可以采用现有的方法确定移动节点的目标接入网。当本发明实施方式提供的装置位于不同的节点中时,确定模块获知移动节点的目标接入网的过程会有所区别,具体如上述方法实施方式中的描述。The determining module determines a target access network of the mobile node. The determining module can know the target access network of the mobile node before the mobile node is migrated, and can also know the target access network of the mobile node during the migration process of the mobile node. The determining module may use an existing method to determine the target access network of the mobile node. When the devices provided by the embodiments of the present invention are located in different nodes, the process for the determining module to obtain the target access network of the mobile node will be different, specifically as described in the above method embodiments.
在确定模块确定移动节点的目标接入网后,针对该目标接入网,协商模块根据协商该移动节点最大传输单元的协商结果确定该移动节点的最大传输单元,并输出。协商模块可以主动触发MTU的协商流程,也可以根据接收到的消息被动参与MTU的协商过程。当本发明实施方式提供的装置位于不同的节点中时,协商模块参与MTU协商流程的方式会有所区别,具体如上述方法实施方式中的描述。After the determination module determines the target access network of the mobile node, for the target access network, the negotiation module determines the maximum transmission unit of the mobile node according to the negotiation result of the maximum transmission unit negotiation of the mobile node, and outputs it. The negotiation module can actively trigger the MTU negotiation process, or passively participate in the MTU negotiation process according to the received message. When the devices provided by the embodiments of the present invention are located in different nodes, the way the negotiation module participates in the MTU negotiation process will be different, as described in the above-mentioned method embodiments for details.
存储模块接收并存储协商模块输出的移动节点的最大传输单元。存储模块存储的最大传输单元可以用于数据传输通路的设置,也可以用于对数据报文的处理。具体如上述方法上述方式中的描述。The storage module receives and stores the maximum transmission unit of the mobile node output by the negotiation module. The maximum transmission unit stored in the storage module can be used for the setting of the data transmission path, and can also be used for processing the data message. Specifically, it is as described in the above manner of the above method.
本发明实施方式提供的装置可以位于移动节点中,可以位于网关中,也可以位于家乡代理中,还可以位于通信节点中。这里的网关可以为移动节点的服务接入网中的服务网关,也可以为移动节点的目标接入网中的目标网关,还可以为安全网关。The device provided by the embodiment of the present invention may be located in a mobile node, may be located in a gateway, may also be located in a home agent, and may also be located in a communication node. The gateway here may be a serving gateway in the serving access network of the mobile node, a target gateway in the target access network of the mobile node, or a security gateway.
虽然通过实施例描绘了本发明,本领域普通技术人员知道,本发明有许多变形和变化而不脱离本发明的精神,本发明的申请文件的权利要求包括这些变形和变化。Although the present invention has been described by way of example, those of ordinary skill in the art know that there are many variations and changes in the present invention without departing from the spirit of the invention, and the claims of the application document of the present invention include these variations and changes.
Claims (11)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN200810080984A CN101521622A (en) | 2008-02-29 | 2008-02-29 | Method and device for determining maximum transmission unit |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN200810080984A CN101521622A (en) | 2008-02-29 | 2008-02-29 | Method and device for determining maximum transmission unit |
Publications (1)
Publication Number | Publication Date |
---|---|
CN101521622A true CN101521622A (en) | 2009-09-02 |
Family
ID=41082004
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN200810080984A Pending CN101521622A (en) | 2008-02-29 | 2008-02-29 | Method and device for determining maximum transmission unit |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN101521622A (en) |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102036304A (en) * | 2009-09-28 | 2011-04-27 | 华为技术有限公司 | Method for providing maximum transmission unit length for terminal and packet switch gateway |
CN103581041A (en) * | 2013-09-26 | 2014-02-12 | 酷派软件技术(深圳)有限公司 | Method for setting MTU value and electronic device |
CN103647724A (en) * | 2013-12-30 | 2014-03-19 | 大唐移动通信设备有限公司 | Adaptation method and device of maximum transmission unit (MTU) |
WO2016123851A1 (en) * | 2015-02-02 | 2016-08-11 | 宇龙计算机通信科技(深圳)有限公司 | Method and device for synchronizing communication parameters |
WO2017219950A1 (en) * | 2016-06-24 | 2017-12-28 | Huawei Technologies Co., Ltd. | System and method for mtu size reduction in a packet network |
CN111615815A (en) * | 2017-12-19 | 2020-09-01 | 萨基姆宽带简易股份有限公司 | Correction of ICMP packets linked to IP packets already processed by ALG |
WO2022082948A1 (en) * | 2020-10-22 | 2022-04-28 | Tcl通讯(宁波)有限公司 | Method and apparatus for improving transmission performance of nr embb service, and mobile terminal |
-
2008
- 2008-02-29 CN CN200810080984A patent/CN101521622A/en active Pending
Cited By (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102036304A (en) * | 2009-09-28 | 2011-04-27 | 华为技术有限公司 | Method for providing maximum transmission unit length for terminal and packet switch gateway |
CN102036304B (en) * | 2009-09-28 | 2013-12-18 | 华为技术有限公司 | Method for providing maximum transmission unit length for terminal and packet switch gateway |
CN103581041A (en) * | 2013-09-26 | 2014-02-12 | 酷派软件技术(深圳)有限公司 | Method for setting MTU value and electronic device |
CN103581041B (en) * | 2013-09-26 | 2017-04-05 | 酷派软件技术(深圳)有限公司 | The method to set up and electronic equipment of MTU value |
CN103647724A (en) * | 2013-12-30 | 2014-03-19 | 大唐移动通信设备有限公司 | Adaptation method and device of maximum transmission unit (MTU) |
CN103647724B (en) * | 2013-12-30 | 2017-04-19 | 大唐移动通信设备有限公司 | Adaptation method and device of maximum transmission unit (MTU) |
WO2016123851A1 (en) * | 2015-02-02 | 2016-08-11 | 宇龙计算机通信科技(深圳)有限公司 | Method and device for synchronizing communication parameters |
WO2017219950A1 (en) * | 2016-06-24 | 2017-12-28 | Huawei Technologies Co., Ltd. | System and method for mtu size reduction in a packet network |
CN111615815A (en) * | 2017-12-19 | 2020-09-01 | 萨基姆宽带简易股份有限公司 | Correction of ICMP packets linked to IP packets already processed by ALG |
WO2022082948A1 (en) * | 2020-10-22 | 2022-04-28 | Tcl通讯(宁波)有限公司 | Method and apparatus for improving transmission performance of nr embb service, and mobile terminal |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10462229B2 (en) | Method and apparatus for initiating and maintaining sessions between endpoints | |
KR101249377B1 (en) | Methods, apparatuses and computer program products for inter-system handoff implementing tunneling between source and target access systems | |
US7356015B2 (en) | Data handoff method between wireless local area network and wireless wide area network | |
JP5420754B2 (en) | Wireless data communication using IP flow mobility | |
US8477685B2 (en) | Enhanced mobility management at a mobile access gateway | |
US6823461B2 (en) | Method and system for securely transferring context updates towards a mobile node in a wireless network | |
EP2586238B1 (en) | Information distribution in a wireless communication system | |
US20070006295A1 (en) | Adaptive IPsec processing in mobile-enhanced virtual private networks | |
CN103430594B (en) | Method of performing an inter-technology handoff in a loosely coupled architecture | |
JP4781763B2 (en) | Active session mobility solution for point-to-point protocols | |
CN101563949A (en) | Management of seamless handover between different communication systems in an IP dual-mode terminal | |
CN101167392A (en) | Internetworking of cellular radio networks with wireless data networks | |
EP2272270B1 (en) | A method for network access, related network and computer program product therefor | |
RU2530694C2 (en) | Method (versions) and system providing information exchange with mobile node | |
CN101521622A (en) | Method and device for determining maximum transmission unit | |
US20130094473A1 (en) | Sip - enabled framework for multi-domain roaming control plane in a wimax access network | |
CN101442478B (en) | A method, system and device for establishing a data channel in a wireless network | |
Cordova et al. | SDN‐DMM for intelligent mobility management in heterogeneous mobile IP networks | |
EP1704697B1 (en) | Method and system for re-establishing context of data packet flows | |
Balažia et al. | Architecture proposal for seamless handover in 802.11 networks | |
EP3427512B1 (en) | Assisting resource allocation transfer | |
WO2010010945A1 (en) | Mobile communication system, traffic transfer device, and traffic transfer method and program | |
CN101610243B (en) | Method, system and mobile node for establishing service quality resource reservation signaling flow | |
Main et al. | Project Number: CELTIC/CP7-011 Project Title: Mobile Networks Evolution for Individual Communications Experience–MEVICO Document Type: PU (Public) | |
Wu et al. | An end‐to‐end framework of transport layer mobility management |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C12 | Rejection of a patent application after its publication | ||
RJ01 | Rejection of invention patent application after publication |
Open date: 20090902 |