JP2006157544A - Packet communication equipment, packet communication system and packet communication control method - Google Patents

Packet communication equipment, packet communication system and packet communication control method Download PDF

Info

Publication number
JP2006157544A
JP2006157544A JP2004345928A JP2004345928A JP2006157544A JP 2006157544 A JP2006157544 A JP 2006157544A JP 2004345928 A JP2004345928 A JP 2004345928A JP 2004345928 A JP2004345928 A JP 2004345928A JP 2006157544 A JP2006157544 A JP 2006157544A
Authority
JP
Japan
Prior art keywords
data size
information
packet
packet communication
data
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.)
Granted
Application number
JP2004345928A
Other languages
Japanese (ja)
Other versions
JP4574341B2 (en
Inventor
Kimiya Tachikawa
仁也 立川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Kyocera Corp
Original Assignee
Kyocera Corp
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 Kyocera Corp filed Critical Kyocera Corp
Priority to JP2004345928A priority Critical patent/JP4574341B2/en
Publication of JP2006157544A publication Critical patent/JP2006157544A/en
Application granted granted Critical
Publication of JP4574341B2 publication Critical patent/JP4574341B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)
  • Communication Control (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To prevent the occurrence of an IP fragment in an intermediate node (interface), etc., of a communication path at the time of transmitting packet data by a PPP (point to point protocol). <P>SOLUTION: In packet communication equipment, an MTU (maximum transmission unit) value is stored in an MRU (maximum receive unit) identifying device 20. A transmission and reception controller 10 discriminates the type of a packet received from a transmission source, and transmits the packet to the MRU identifying device 20 in the case of an LCP (link control protocol) configure-request packet. The MRU identifying device 20 extracts an MRU value from the LCP configure-request packet, compares the MRU value with a stored MTU value and determines an MTU value that does not cause an IP fragment. Concretely, the MRU value is reduced beforehand as much as an increase in data size by encapsulation or the like before data transfer of a PPP packet, and the changed MRU value is notified to other packet communication equipment. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、PPP(Point to Point Protocol)によるパケット通信を行う場合に、通信経路の中間ノード(インタフェース)等においてIPフラグメントを生じさせることのないパケット通信装置、パケット通信システムおよびパケット通信制御方法に関する。   The present invention relates to a packet communication apparatus, a packet communication system, and a packet communication control method that do not cause an IP fragment in an intermediate node (interface) or the like of a communication path when performing packet communication by PPP (Point to Point Protocol). .

通信ネットワークにおいて、MTU(Maximum Transmission Unit)は1回の転送で送信できるデータの最大値を示す値で、このMTUはネットワーク機器のインタフェースによって予め決められており、例えば、イーサネット(Ethernet)(登録商標)であれば1500Byteと決められている。   In a communication network, an MTU (Maximum Transmission Unit) is a value indicating the maximum value of data that can be transmitted in one transfer, and this MTU is determined in advance by the interface of the network device. For example, Ethernet (registered trademark) ) Is determined to be 1500 bytes.

最近は、VPN(Virtual Private Network)など、カプセル化という方式を用いて、IPパケットにIPパケットを包んで運ぶ方法が多く使われるようになった。これは、IPヘッダーにIPヘッダーを重ねる方式であるため、カプセル化の過程で、ヘッダーが多重化することで、パケットのサイズ(長さ)が、経路中のインタフェースのMTU値を超えてしまう可能性がある。その場合は、インタフェースでは、IPフラグメントを行い、パケットを分割して送信する。IPフラグメントされたパケットは、最終あて先で再び組み立てられるが、途中の経路で分割パケットが一つでも無くなると、送信元からパケットを再送しないとデータが届かないことになる。そのため、PPPでの通信で、IPフラグメントはなるべく避ける必要がある。   Recently, a method of encapsulating an IP packet in an IP packet using a method called encapsulation, such as VPN (Virtual Private Network), has come to be frequently used. Since this is a method of overlaying the IP header on the IP header, the packet size (length) may exceed the MTU value of the interface in the route due to the header being multiplexed during the encapsulation process. There is sex. In that case, the interface performs IP fragmentation and divides the packet for transmission. The IP fragmented packet is reassembled at the final destination, but if there is no fragmented packet on the way, data will not reach unless the packet is retransmitted from the transmission source. Therefore, it is necessary to avoid IP fragments as much as possible in PPP communication.

図6は、PPPを使ったプロトコルスタックの例を示す図であり、ユーザのパーソナルコンピュータ等のEUD(End User Development)1とネットワーク管理装置(PDSN)2との間でPPPプロトコルにより通信を行う場合に、EUD1とネットワーク管理装置2との通信経路にユーザターミナル3と基地局4が存在する例である。この場合に、EUD1からネットワーク管理装置2に所定サイズのパケットを送信すると、基地局4とネットワーク管理装置2間の通信にはR−P(A10/A11)プロトコルが使用されているため、この部分でパケットにさらにIPへッダ等が付加されることになる。そして、IPヘッダを付加したパケットサイズがこの基地局4のMTU値を超える場合には、基地局4においてIPフラグメントが生じることになる。   FIG. 6 is a diagram illustrating an example of a protocol stack using PPP. In the case where communication is performed between the user's personal computer or the like EUD (End User Development) 1 and the network management apparatus (PDSN) 2 using the PPP protocol. In this example, the user terminal 3 and the base station 4 exist on the communication path between the EUD 1 and the network management device 2. In this case, when a packet of a predetermined size is transmitted from the EUD 1 to the network management device 2, the RP (A10 / A11) protocol is used for communication between the base station 4 and the network management device 2, so this part Thus, an IP header or the like is further added to the packet. When the packet size with the IP header added exceeds the MTU value of the base station 4, an IP fragment is generated in the base station 4.

図7に、PPPセッションの接続シーケンスの例を示す。PPP接続シーケンスは、PPPoEのディスカバリステージと、LCPネゴシエーションと、IPCPネゴシエーションの手順を通して行われる。最初のPPPoEプロトコルのディスカバリステージにおいては、端末機器(EUD等)からIP通信網(ネットワーク管理装置等)に接続する際に、PADI(PPPoE Active Discovery Initiation)パケットがIP通信網に送出される。IP通信網ではPADIパケットを受信し、送信元の端末機器にPADO(PPPoE Active Discovery Offer)パケットを返す。PADOパケットを受けた端末機器はPADR(PPPoE Active Discovery Request)パケットを送り返し、PPPoPセッションの開始を要求する。これに対しIP通信網がセッションIDを付加したPADSパケットを送り返すことによりPPPoEセッションが確立される。   FIG. 7 shows an example of a PPP session connection sequence. The PPP connection sequence is performed through a PPPoE discovery stage, an LCP negotiation, and an IPCP negotiation procedure. In the first discovery stage of the PPPoE protocol, a PADI (PPPoE Active Discovery Initiation) packet is sent to the IP communication network when a terminal device (EUD or the like) is connected to the IP communication network (network management device or the like). The IP communication network receives the PADI packet and returns a PADO (PPPoE Active Discovery Offer) packet to the terminal device of the transmission source. The terminal device that has received the PADO packet sends back a PADR (PPPoE Active Discovery Request) packet and requests the start of a PPPoP session. On the other hand, a PPPoE session is established when the IP communication network sends back a PADS packet to which a session ID is added.

次に、PPP LCP(Link Control Protocol)により、LCPネゴシエーションを行い、Configure-RequestパケットとConfigure-Ack(承認)パケットを交換し、パケットサイズなど相互の通信条件決定し、また、認証等を行う。すなわち、この時点で、MRU(Maximum Receive Unit:PPPの実行で受信できる最大のPPPメッセージ内のデータ・フィールドの大きさ)によりMTU値を交換する。その後、IPCPプロトコル(Internet Protocol Control Protocol)により、IPCPネゴシエーションを行い、IPアドレスを交換した後に、IP通信が開始される。   Next, LCP negotiation is performed by PPP LCP (Link Control Protocol), a Configure-Request packet and a Configure-Ack (acknowledgement) packet are exchanged, a mutual communication condition such as a packet size is determined, and authentication is performed. That is, at this point, the MTU value is exchanged according to MRU (Maximum Receive Unit: the size of the data field in the maximum PPP message that can be received by executing PPP). Thereafter, IPCP negotiation is performed by the IPCP protocol (Internet Protocol Control Protocol), and after IP addresses are exchanged, IP communication is started.

なお、従来技術として、異種ネットワークでデータパケットを生成する方法およびシステムが知られている(例えば、特許文献1参照)。この従来技術は、パケットをフラグメントする方法であるが、最大MTUで分割するのではなく、個々のパケットのサイズで送ることができるサイズで、しかも均等の長さになるように分割する。それにより、「最大断片化サイズを減らして断片化の確率を減らす技法を提供する」ものである。   As a conventional technique, a method and a system for generating a data packet in a heterogeneous network are known (see, for example, Patent Document 1). This prior art is a method of fragmenting a packet, but it is not divided at the maximum MTU, but at a size that can be sent by the size of each packet, and is divided so as to have an equal length. Thereby “provides a technique to reduce the maximum fragmentation size and reduce the probability of fragmentation”.

しかしながら、この従来技術では、Path MTU(Path MTU Discovery)を使用して探索した経路に存在するインタフェースにおける最小MTUを決めるまで、時間がかかり、途中のネットワーク機器に負担がかかることになる。また、ICMPパケットを使うが、ポリシーによってはICMPパケットを送信しないようにしているネットワークノードもあるので、必ずしも問題が解決するとはかぎらない。さらに、IPフラグメントが必要な場所においては、IPフラグメントが行われる状況には変わりがない。
特開平11−112574号公報
However, in this prior art, it takes time to determine the minimum MTU in the interface existing in the path searched using Path MTU (Path MTU Discovery), and a load is imposed on a network device in the middle. Further, although there are network nodes that use ICMP packets but do not transmit ICMP packets depending on the policy, the problem is not always solved. Further, where IP fragmentation is required, the situation in which IP fragmentation is performed remains the same.
Japanese Patent Laid-Open No. 11-112574

上述したように、通信ネットワークにおいて、MTUはネットワーク機器のインタフェースによって決められているが、カプセル化やIPヘッダの付加等により、パケットのサイズ(長さ)が、経路中のインタフェースのMTU値を超えてしまう可能性があった。この場合は、インタフェースではIPフラグメントを行い、パケットを分割して送信し、IPフラグメントされたパケットは最終あて先で再び組み立てられるようにしている。しかしながら、途中の経路で分割されたパケットが一つでも無くなると、送信元からパケットを再送しないとデータが届かないことになり、IPフラグメントはなるべく避ける必要があった。   As described above, in the communication network, the MTU is determined by the interface of the network device. However, the size (length) of the packet exceeds the MTU value of the interface in the route due to encapsulation, addition of an IP header, or the like. There was a possibility. In this case, the interface performs IP fragmentation, divides and transmits the packet, and the IP fragmented packet is reassembled at the final destination. However, if there is no longer one packet divided along the route, data will not reach unless the packet is retransmitted from the transmission source, and it is necessary to avoid IP fragments as much as possible.

本発明はこのような問題を解決するためになされたもので、その目的は、PPPによるパケットデータの送信の際に、通信経路の中間ノード(インタフェース)等において、IPフラグメントを生じさせることがないパケット通信装置、パケット通信システムおよびパケット通信制御方法を提供することにある。   The present invention has been made to solve such a problem, and the object thereof is to prevent IP fragments from being generated in intermediate nodes (interfaces) of a communication path when packet data is transmitted by PPP. A packet communication device, a packet communication system, and a packet communication control method are provided.

本発明は上記課題を解決するためになされたものであり、請求項1に記載の発明は、パケットデータの送受信を行うパケット通信装置において、パケットのデータ情報を送信するデータ送信部と、前記パケット通信装置が送信することができる送信可能データサイズを記憶する送信可能データサイズ記憶部と、パケットのデータ情報を受信する受信部と、前記パケットデータに含まれている他の送信元のパケット通信装置の受信データサイズを表す受信データサイズ情報を抽出して記憶する受信データサイズ情報抽出部と、前記送信するデータ情報に付加情報を追加する付加情報追加部と、前記記憶された他の送信元のパケット通信装置の受信データサイズ情報と前記付加情報とをあわせたデータサイズである送信情報データサイズと、前記送信可能データサイズとを比較するデータサイズ比較部とを備え、前記送信部は、前記データサイズ比較部の比較結果に基づいて前記送信するデータ情報の送信を中止する手段を備えることを特徴とするパケット通信装置である。
これにより、PPPのデータ転送の時に、通信経路の中間ノード(インタフェース)等において、IPフラグメントが生じることを回避できる。
The present invention has been made in order to solve the above-mentioned problems, and the invention according to claim 1 is a packet communication apparatus for transmitting and receiving packet data, wherein a data transmission unit for transmitting packet data information, and the packet A transmittable data size storage unit that stores a transmittable data size that can be transmitted by the communication device, a receiving unit that receives packet data information, and a packet communication device that is another source included in the packet data A received data size information extracting unit for extracting and storing received data size information representing the received data size of the received data, an additional information adding unit for adding additional information to the data information to be transmitted, and the other stored transmission source A transmission information data size that is a data size of the received data size information of the packet communication device and the additional information; and A data size comparison unit that compares the data size with a credible data size, and the transmission unit includes means for canceling transmission of the data information to be transmitted based on a comparison result of the data size comparison unit. Packet communication device.
As a result, it is possible to avoid the occurrence of an IP fragment at an intermediate node (interface) in the communication path during PPP data transfer.

また、請求項2に記載の発明は、請求項1に記載のパケット通信装置において、前記送信部は、前記データサイズ比較部が比較した結果、前記送信情報データサイズが前記送信可能データサイズを上回る場合には、前記送信データ情報の送信を中止する手段を備えることを特徴とする。
これにより、PPPのデータ転送の時に、通信経路の中間ノード(インタフェース)等において、IPフラグメントが生じることを回避できる。
The invention according to claim 2 is the packet communication device according to claim 1, wherein the transmission unit has the transmission information data size larger than the transmittable data size as a result of comparison by the data size comparison unit. In such a case, there is provided means for stopping transmission of the transmission data information.
As a result, it is possible to avoid the occurrence of an IP fragment at an intermediate node (interface) in the communication path during PPP data transfer.

また、請求項3に記載の発明は、請求項1に記載のパケット通信装置において、前記送信部は、前記データサイズ比較部が比較した結果、前記送信情報データサイズが前記送信可能データサイズを上回る場合には、前記他のパケット通信装置の受信データサイズを減らすよう他の通信装置に通知する手段を備えることを特徴とする。
これにより、あらかじめカプセル化等でデータサイズ増える分だけ、パケットで送信するデータサイズを減らしておくことができ、中間ノード(インタフェース)等において、パケットが到着してからIPフラグメントを行う必要がなくなる。
The invention according to claim 3 is the packet communication apparatus according to claim 1, wherein the transmission unit has the transmission information data size larger than the transmittable data size as a result of the comparison by the data size comparison unit. In such a case, the communication device includes means for notifying another communication device to reduce the received data size of the other packet communication device.
As a result, the data size to be transmitted in the packet can be reduced in advance by the increase in the data size due to encapsulation or the like, and there is no need to perform IP fragmentation after the packet arrives at an intermediate node (interface) or the like.

また、請求項4に記載の発明は、中継装置を介してパケット通信装置同士が通信を行うパケット通信システムであって、前記パケット通信装置は、パケットのデータ情報を送信するデータ送信部と、前記パケット通信装置が送信することができる送信可能データサイズを記憶する送信可能データサイズ記憶部と、パケットのデータ情報を受信する受信部と、前記パケットのデータ情報に含まれている前記中継装置の受信データサイズを表す受信データサイズ情報を抽出して記憶する受信データサイズ情報抽出部と、前記送信するデータ情報に付加情報を追加する付加情報追加部と、前記記憶された前記中継装置の受信データサイズ情報と前記付加情報とを合わせたデータサイズである送信情報データサイズと、前記送信可能データサイズとを比較するデータサイズ比較部とを備え、前記中継装置が他の中継装置に切り換えられた場合に、前記データサイズ比較部は切り換わり後の中継装置の送信情報データサイズと、前記送信可能データサイズとを比較して、前記送信情報データサイズが前記中継装置の切り換え前と異なる場合には前記中継装置の受信データサイズを変更するよう前記切り換え後の中継装置に通知することを特徴とする。
これにより、中継装置を介してパケット通信装置同士が通信を行うパケット通信システムにおいて、中継装置の切り換え(ハンドオーバ)が実施された場合に、PPPのデータ転送時のIPフラグメントが生じることを回避できる。
The invention according to claim 4 is a packet communication system in which packet communication devices communicate with each other via a relay device, wherein the packet communication device includes a data transmission unit that transmits packet data information; A transmittable data size storage unit that stores a transmittable data size that can be transmitted by the packet communication device, a receiving unit that receives packet data information, and reception of the relay device included in the packet data information A reception data size information extraction unit that extracts and stores reception data size information representing a data size, an additional information addition unit that adds additional information to the data information to be transmitted, and the stored reception data size of the relay device A transmission information data size that is a data size of information and the additional information, and the transmittable data size. A data size comparison unit for comparison, and when the relay device is switched to another relay device, the data size comparison unit switches the transmission information data size of the relay device after switching, and the transmittable data size, If the transmission information data size is different from that before the switching of the relay device, the relay device after the switching is notified to change the reception data size of the relay device.
Thus, in a packet communication system in which packet communication devices communicate with each other via a relay device, it is possible to avoid the occurrence of an IP fragment during PPP data transfer when the relay device is switched (handover).

また、請求項5に記載の発明は、パケットデータの送受信を行うパケット通信装置におけるパケット通信制御方法であって、パケットのデータ情報を送信する手順と、前記パケット通信装置が送信することができる送信可能データサイズを記憶する手順と、パケットを受信する手順と、前記パケットデータに含まれている他の送信元のパケット通信装置の受信データサイズを表す受信データサイズ情報を抽出して記憶する手順と、前記送信するデータ情報に付加情報を追加する手順と、前記記憶された他の送信元のパケット通信装置の受信データサイズ情報と前記付加情報とをあわせたデータサイズである送信情報データサイズと、前記送信可能データサイズとを比較する手順と、前記データサイズの比較結果に基づいて前記送信するデータ情報の送信を中止する手順とを含むことを特徴とするパケット通信制御方法である。
これにより、PPPのデータ転送の時に、通信経路の中間ノード(インタフェース)等において、IPフラグメントが生じることを回避できる。
The invention according to claim 5 is a packet communication control method in a packet communication apparatus that transmits and receives packet data, a procedure for transmitting packet data information, and a transmission that can be transmitted by the packet communication apparatus. A procedure for storing a possible data size, a procedure for receiving a packet, a procedure for extracting and storing received data size information indicating a received data size of another packet communication device included in the packet data, and , A procedure for adding additional information to the data information to be transmitted, and a transmission information data size that is a data size that is a combination of the received data size information of the stored other packet communication device of the transmission source and the additional information, The procedure of comparing the transmittable data size and the data to be transmitted based on the comparison result of the data size A packet communication control method characterized by including the steps to stop the transmission of the broadcast.
As a result, it is possible to avoid the occurrence of an IP fragment at an intermediate node (interface) in the communication path during PPP data transfer.

また、請求項6に記載の発明は、請求項5に記載のパケット通信制御方法において、前記データサイズの比較結果により、前記送信情報データサイズが前記送信可能データサイズを上回る場合には、前記送信データ情報の送信を中止する手順を含むことを特徴とする。
これにより、PPPのデータ転送の時に、通信経路の中間ノード(インタフェース)等において、IPフラグメントが生じることを回避できる。
Further, the invention according to claim 6 is the packet communication control method according to claim 5, wherein the transmission information data size exceeds the transmittable data size according to the comparison result of the data size. It includes a procedure for stopping transmission of data information.
As a result, it is possible to avoid the occurrence of an IP fragment at an intermediate node (interface) in the communication path during PPP data transfer.

また、請求項7に記載の発明は、請求項5に記載の発明において、前記データサイズ比較結果により、前記送信情報データサイズが前記送信可能データサイズを上回る場合には、前記他のパケット通信装置の受信データサイズを減らすように他のパケット通信装置に通知する手順を含むことを特徴とする。
これにより、あらかじめカプセル化等でデータサイズ増える分だけ、パケットで送信するデータサイズを減らしておくことができ、中間ノード(インタフェース)等において、パケットが到着してからIPフラグメントを行う必要がなくなる。
Further, in the invention according to claim 7, in the invention according to claim 5, when the transmission information data size exceeds the transmittable data size according to the data size comparison result, the other packet communication device. Including a procedure of notifying another packet communication apparatus so as to reduce the received data size.
As a result, the data size to be transmitted in the packet can be reduced in advance by the increase in the data size due to encapsulation or the like, and there is no need to perform IP fragmentation after the packet arrives at an intermediate node (interface) or the like.

また、請求項8に記載の発明は、中継装置を介してパケット通信装置同士が通信を行うパケット通信システムにおけるパケット通信制御方法であって、前記パケット通信装置は、パケットのデータ情報を送信する手順と、前記パケット通信装置が送信することができる送信可能データサイズを記憶する手順と、パケットのデータ情報を受信する手順と、前記パケットのデータ情報に含まれている前記中継装置の受信データサイズを表す受信データサイズ情報を抽出して記憶する手順と、前記送信するデータ情報に付加情報を追加する手順と、前記記憶された前記中継装置の受信データサイズ情報と前記付加情報とを合わせたデータサイズである送信情報データサイズと、前記送信可能データサイズとを比較する手順と、前記中継装置が他の中継装置に切り換えられた場合に、前記データサイズ比較部は切り換わり後の中継装置の送信情報データサイズと、前記送信可能データサイズとを比較する手順と、前記送信情報データサイズが前記中継装置の切り換え前と異なる場合には前記中継装置の受信データサイズを変更するよう前記切り換え後の中継装置に通知する手順とを含むことを特徴とする。
これにより、中継装置を介してパケット通信装置同士が通信を行うパケット通信システムにおいて、中継装置の切り換え(ハンドオーバ)が実施された場合に、PPPのデータ転送時のIPフラグメントが生じることを回避できる。
The invention according to claim 8 is a packet communication control method in a packet communication system in which packet communication apparatuses communicate with each other via a relay apparatus, wherein the packet communication apparatus transmits packet data information. A procedure for storing a transmittable data size that can be transmitted by the packet communication device, a procedure for receiving packet data information, and a reception data size of the relay device included in the packet data information. A procedure for extracting and storing received data size information, a procedure for adding additional information to the data information to be transmitted, and a data size combining the stored received data size information of the relay device and the additional information A procedure for comparing the transmission information data size and the transmittable data size, and the relay device When switching to a device, the data size comparison unit compares the transmission information data size of the relay device after switching with the transmittable data size, and the transmission information data size is switched to the relay device. And a procedure for notifying the relay device after the switching to change the received data size of the relay device if it is different from the previous one.
Thus, in a packet communication system in which packet communication devices communicate with each other via a relay device, it is possible to avoid the occurrence of an IP fragment during PPP data transfer when the relay device is switched (handover).

本発明においては、PPPによるパケットデータの送信の際に、通信経路の中間ノード(インタフェース)等において、IPフラグメントを生じることを回避することができるという効果が得られる。   In the present invention, it is possible to avoid the occurrence of IP fragmentation in an intermediate node (interface) or the like of a communication path when packet data is transmitted by PPP.

以下、本発明の一実施形態によるパケット通信装置を図面を参照して説明する。
<第1の実施の形態>
本発明の第1の実施の形態においては、パケット通信装置(例えば、通信経路の途中の中間ノード(インタフェース)等)において、該パケット通信装置(ノード)のMTU値を記憶しておく。そして、送信元から受信したPPP(LCP Configure-Request)パケットからMRU値を抜き出し、該MRU値と記憶していたMTU値とを比較して、IPフラグメントが起こらないMRU値を決めるようにする。具体的には、PPPパケットのデータ転送の前に、あらかじめカプセル化やIPヘッダの付加等で増える分だけ、MRU値を減らす。そして、変更したMRU値を他のパケット通信装置に通知する。これにより、ノードではパケットが到着してから、IPフラグメントを行う必要がなくなる。このように、PPPの終端機器でMRUの決定処理をおこなうのではなく、ネットワークの中間ノード等でMRU値の決定処理をおこなうために、終端でのアプリケーションの変更の必要がなく、Path MTUのように、さまざまな長さのパケットを複数個送る必要はなく、ネットワークの負担を掛けることが少ない。
Hereinafter, a packet communication device according to an embodiment of the present invention will be described with reference to the drawings.
<First Embodiment>
In the first embodiment of the present invention, an MTU value of a packet communication apparatus (node) is stored in a packet communication apparatus (for example, an intermediate node (interface) in the middle of a communication path). Then, an MRU value is extracted from a PPP (LCP Configure-Request) packet received from the transmission source, and the MRU value is compared with the stored MTU value to determine an MRU value at which no IP fragment occurs. Specifically, the MRU value is decreased by an amount that is increased in advance by encapsulation, addition of an IP header, or the like before data transfer of the PPP packet. Then, the changed MRU value is notified to other packet communication devices. This eliminates the need for IP fragmentation after the packet arrives at the node. As described above, since the MRU determination process is not performed by the PPP end device but the MRU value determination process is performed by an intermediate node or the like of the network, there is no need to change the application at the end. In addition, it is not necessary to send a plurality of packets of various lengths, and it is less burdensome on the network.

図1は、本発明によるパケット通信装置の構成例を示す図であり、本発明のパケット通信装置を送受信制御装置10とMRU識別装置20とで構成した例を示している。図1において、送受信制御装置10は、PPPのLCP Configure-Requestパケットを検知し、LCP Configure-RequestパケットをMRU識別装置に送る。MRU識別装置20は、LCP Configure-Requestパケットの中のMRU(Maximum-Receive-Unit)値を抜き出す。そして、MRU識別装置20は、(MRU値+カプセル化で増加する量)>(送信元インタフェースのMTU)ならば、MRU値を減らして書き換える。また、(MRU値+カプセル化で増加する量)=<(送信元インタフェースのMTU)ならば、MRU値はそのままにする。検査したLCP Configure-Requestパケットは、送受信制御装置10に戻す。   FIG. 1 is a diagram illustrating a configuration example of a packet communication apparatus according to the present invention, and illustrates an example in which a packet communication apparatus according to the present invention is configured by a transmission / reception control apparatus 10 and an MRU identification apparatus 20. In FIG. 1, the transmission / reception control device 10 detects a PPP LCP Configure-Request packet and sends the LCP Configure-Request packet to the MRU identification device. The MRU identification device 20 extracts an MRU (Maximum-Receive-Unit) value from the LCP Configure-Request packet. Then, if (MRU value + amount increased by encapsulation)> (MTU of source interface), the MRU identification device 20 reduces the MRU value and rewrites. If (MRU value + amount increased by encapsulation) = <(MTU of source interface), the MRU value is left as it is. The inspected LCP Configure-Request packet is returned to the transmission / reception control device 10.

図2は、図1に示すパケット通信装置の内部構成例を示す図である。図2において、送受信制御装置10内のデータ種別検出部11は、受信したデータがLCPネゴシエーションのLCP Configure-Requestパケットであるか否かを判断する処理を行う。また、データ送信部12は、他のパケット通信装置等へのパケットデータの送信を行う。MRU識別装置20内のカプセル化ヘッダサイズ記憶部21は、カプセル化で使用するヘッダのサイズを記憶する処理を行う。送信可能データサイズ記憶部22は、このパケット通信装置が送信することができる送信可能データサイズ(MTU)を記憶する処理を行う。   FIG. 2 is a diagram illustrating an internal configuration example of the packet communication apparatus illustrated in FIG. 1. In FIG. 2, the data type detection unit 11 in the transmission / reception control device 10 performs a process of determining whether or not the received data is an LCP Configure-Request packet for LCP negotiation. The data transmission unit 12 transmits packet data to other packet communication devices and the like. The encapsulated header size storage unit 21 in the MRU identification device 20 performs a process of storing the size of the header used for encapsulation. The transmittable data size storage unit 22 performs processing for storing a transmittable data size (MTU) that can be transmitted by the packet communication apparatus.

受信データサイズ情報抽出部23は、受信したパケットデータに含まれている他の送信元のパケット通信装置の受信データサイズを表す受信データサイズ情報を抽出して記憶する処理を行う。付加情報追加部24は、送信するデータ情報にIPヘッダ情報等の付加情報を追加する処理を行う。データサイズ比較部25は、他の送信元のパケット通信装置の受信データサイズ情報とIPヘッダ等の付加情報とをあわせたデータサイズである送信情報データサイズと、送信可能データサイズとを比較する処理を行う。MRU書換保持部26は、データサイズ比較部25の比較結果を基に、MRU値を変更して保持する処理を行う。   The reception data size information extraction unit 23 performs processing of extracting and storing reception data size information representing the reception data size of another transmission source packet communication device included in the received packet data. The additional information adding unit 24 performs processing for adding additional information such as IP header information to the data information to be transmitted. The data size comparison unit 25 compares the transmission information data size, which is the data size of the received data size information of the other packet communication device of the transmission source and the additional information such as the IP header, with the transmittable data size. I do. The MRU rewrite holding unit 26 performs a process of changing and holding the MRU value based on the comparison result of the data size comparison unit 25.

図3は、MRU識別装置20の動作説明図である。MRU識別装置20は、カプセル化で使用するヘッダから増分する長さを設定し、MRU識別装置20内のカプセル化ヘッダサイズ記憶部21に保管しておく。また、インタフェースごとのMTU値を調べておき、送信可能データサイズ記憶部22に記録しておく(ステップS1)。   FIG. 3 is an explanatory diagram of the operation of the MRU identification device 20. The MRU identification device 20 sets a length that is incremented from the header used for encapsulation, and stores it in the encapsulation header size storage unit 21 in the MRU identification device 20. Further, the MTU value for each interface is checked and recorded in the transmittable data size storage unit 22 (step S1).

次に、送受信制御装置10内のデータ種別検出部11により、受信したパケットが、LCP Configure-Requestパケットであるかを検知する。LCP Configure-Requestパケットであれば、MRU識別装置20に送信する(ステップS2)。MRU識別装置20内の受信データサイズ情報抽出部23は、LCP Configure-RequestパケットからMRU値を取り出す(ステップS3)。   Next, the data type detection unit 11 in the transmission / reception control device 10 detects whether the received packet is an LCP Configure-Request packet. If it is an LCP Configure-Request packet, it is transmitted to the MRU identification device 20 (step S2). The reception data size information extraction unit 23 in the MRU identification device 20 extracts the MRU value from the LCP Configure-Request packet (step S3).

そして、MRU識別装置20内の付加情報追加部24により、抽出したMRU値と、増分する長さを加算する。そして、データサイズ比較部25により、増分を加算したMRU値と、MTU値を比較する。加算した値がMTU値よりも大きければ、IPフラグメントを起こしてしまうので、MRU書換保持部26により、MRU値を取り出して、増分する長さを減算しておく(MRU値を書き換える)。少ない場合は、そのMRU値のままにしておく(ステップS4)。そして、書き換えたMRU値を保持しておく(ステップS5)。MRU識別装置20は、検査が終わったLCP Configure-Requestパケットを、送受信制御装置10に送り、送受信制御装置10内のデータ送信部12により転送すべきインタフェースに、LCP Configure-Requestパケットを送信する(ステップS6)。   Then, the additional information adding unit 24 in the MRU identification device 20 adds the extracted MRU value and the incrementing length. Then, the data size comparison unit 25 compares the MRU value to which the increment is added with the MTU value. If the added value is larger than the MTU value, an IP fragment occurs, so the MRU rewrite holding unit 26 extracts the MRU value and subtracts the incremented length (rewrites the MRU value). If it is smaller, the MRU value is left as it is (step S4). The rewritten MRU value is held (step S5). The MRU identification device 20 sends the LCP Configure-Request packet that has been checked to the transmission / reception control device 10 and transmits the LCP Configure-Request packet to the interface to be transferred by the data transmission unit 12 in the transmission / reception control device 10 ( Step S6).

図4は、本発明のパケット通信装置によるPPP接続シーケンスの例を示す図である。図4のPPP LCPネゴシエーションの部分を参照して、最初に端末機器側から中間ノード(インタフェース)にConfigure-Requestパケットが送られる(ステップS11)。中間ノードでは、Configure-Requestパケット中のMRU値を抽出し、MRUチェックを行う(ステップS12)。このMRU値チェックでは、抽出したMRU値と、増分する長さを加算した値と、自身のMTU値を比較する。加算した値が多ければ、IPフラグメントを起こしてしまうので、MRU値を取り出して、増分する長さを減算しておく(MRU値を書き換える)。そして、MRU値を書き換えたConfigure-RequestパケットをIP通信網に送信する(ステップS13)。そして、IP通信網から、端末機器にConfigure-Ack(承認)パケットが送信される(ステップS14)。次に、IP通信網から中間ノードにConfigure-Requestパケットが送られ(ステップS15)、中間ノードでは受信したConfigure-RequestパケットからMRU値を抽出し、このMRU値のチェック(MRU値の妥当性を確認)を行い(ステップS16)、このConfigure-Requestパケットを端末機器に送信する(ステップS17)。   FIG. 4 is a diagram showing an example of a PPP connection sequence by the packet communication apparatus of the present invention. With reference to the PPP LCP negotiation portion of FIG. 4, a Configure-Request packet is first sent from the terminal device side to the intermediate node (interface) (step S11). The intermediate node extracts the MRU value in the Configure-Request packet and performs the MRU check (step S12). In this MRU value check, the extracted MRU value, the value obtained by adding the incrementing length, and the own MTU value are compared. If the added value is large, an IP fragment is caused. Therefore, the MRU value is taken out and the incremented length is subtracted (MRU value is rewritten). Then, a Configure-Request packet with the MRU value rewritten is transmitted to the IP communication network (step S13). Then, a Configure-Ack (approval) packet is transmitted from the IP communication network to the terminal device (step S14). Next, a Configure-Request packet is sent from the IP communication network to the intermediate node (step S15). The intermediate node extracts the MRU value from the received Configure-Request packet, and checks the MRU value (the validity of the MRU value is confirmed). Confirmation is performed (step S16), and this Configure-Request packet is transmitted to the terminal device (step S17).

このような処理手順により、端末機器およびIP通信網は、中間ノードにおいてIPフラグメントを生じさせないMRU値を取得し、以後のIP通信においては、このMRU値を基に、送るべきデータを分割して送信する。   Through such a processing procedure, the terminal device and the IP communication network obtain an MRU value that does not cause an IP fragment in the intermediate node, and in subsequent IP communication, based on this MRU value, the data to be sent is divided. Send.

以上説明したように、第1の実施形態においては、PPPのデータ転送の前に、あらかじめカプセル化等でデータサイズ増える分だけ、パケットで送信するデータサイズを減らしておくことにより、中間ノード(インタフェース)等において、パケットが到着してからIPフラグメントをする必要がなくなる。また、この処理は、ネットワークの中間ノードで操作をおこなうことができ、この場合には終端でのアプリケーションの変更がない。また、従来のPath MTUを使用する場合のように、さまざまな長さのパケットを複数個送る必要はなく、通信路確立前におこなうことができるために、ネットワークに負担を掛けることが少ない。   As described above, in the first embodiment, before PPP data transfer, the data size to be transmitted in packets is reduced by an amount corresponding to the increase in data size by encapsulation or the like in advance. ) And the like, it becomes unnecessary to perform IP fragmentation after the packet arrives. This process can be performed at an intermediate node of the network, and in this case, there is no application change at the end. Further, unlike the case of using the conventional Path MTU, it is not necessary to send a plurality of packets having various lengths, and since it can be performed before the communication path is established, there is little burden on the network.

<第2の実施の形態>
第1の実施の形態では、端末機器とIP通信網の経路が固定化された場合の例であり、通信経路の途中でIPフラグメントを生じさせないMRU値が一度決定されると、以後、端末機器は、そのMRU値(固定値)を基に送信するべきデータを分割すれば、IPフラグメントを生じさせることなく通信ができる例である。しかしながら、本発明はこれに限らず、端末機器が移動通信端末などであり、移動通信端末かPPPセッションを継続したまま、基地局とのハンドオーバが行われる場合にも本発明は有効である。
<Second Embodiment>
The first embodiment is an example of a case where the route between the terminal device and the IP communication network is fixed, and once the MRU value that does not cause an IP fragment is determined in the middle of the communication route, the terminal device is thereafter referred to. Is an example in which communication can be performed without generating an IP fragment if data to be transmitted is divided based on the MRU value (fixed value). However, the present invention is not limited to this, and the present invention is also effective when the terminal device is a mobile communication terminal or the like, and handover with the base station is performed while the mobile communication terminal or the PPP session continues.

図5は、本発明の第2の実施の形態を説明するための図である。図5に示す例では、移動通信端末31が移動し、ネットワーク管理装置2とのPPPセッションを継続したまま、基地局5から基地局6にハンドオーバする場合の例であり、基地局のハンドオーバに伴い、ネットワーク管理装置2との通信経路が通信経路aから通信経路bに変わる場合の例である。この場合、基地局6とネットワーク管理装置2にR−P(A10/A11 インタフェース)のセッションが張られる。この状態において、例えば、Path MTU(RFC 1191)等により、最適なMTU値を求める。そして、このMTU値を基に、第1の実施の形態で説明したのと同様の手順により、IPフラグメントを生じさせることなく送信できるMRU値を決定し、このMRU値を基に、移動通信端末31はデータを分割して送信する。   FIG. 5 is a diagram for explaining a second embodiment of the present invention. The example shown in FIG. 5 is an example in which the mobile communication terminal 31 moves and performs handover from the base station 5 to the base station 6 while continuing the PPP session with the network management device 2. In this example, the communication path with the network management apparatus 2 changes from the communication path a to the communication path b. In this case, an RP (A10 / A11 interface) session is established between the base station 6 and the network management device 2. In this state, an optimum MTU value is obtained by, for example, Path MTU (RFC 1191). Based on this MTU value, an MRU value that can be transmitted without causing an IP fragment is determined by the same procedure as described in the first embodiment, and based on this MRU value, the mobile communication terminal 31 divides and transmits data.

なお、基地局6から移動通信端末31およびネットワーク管理装置2に、MTUを変えるように通知する必要があるが、PPPにはこのための規格がないので、Lcp Configure-Option等を使用して、独自に行う。   Note that it is necessary to notify the mobile communication terminal 31 and the network management device 2 from the base station 6 to change the MTU, but since PPP does not have a standard for this, Lcp Configure-Option or the like is used. Do it yourself.

これにより、移動通信端末31がハンドオーバして基地局が換わり、通信経路が変更された場合にも、最適なMRU値を求めてデータを送信できるようになる。   As a result, even when the mobile communication terminal 31 is handed over, the base station is changed, and the communication path is changed, the optimum MRU value can be obtained and data can be transmitted.

以上説明したように、本発明においては、PPPのデータ転送の前に、あらかじめカプセル化等でデータサイズ増える分だけ、パケットで送信するデータサイズを減らしておくことにより、中間ノード(インタフェース)等において、パケットが到着してからIPフラグメントをする必要がなくなる。   As described above, in the present invention, before the data transfer of PPP, by reducing the data size to be transmitted in packets by the amount of data size increased by encapsulation or the like in advance, the intermediate node (interface) or the like This eliminates the need for IP fragmentation after the packet arrives.

また、図1および図2に示した送受信制御装置10およびMRU識別装置20は内部にコンピュータシステムを有している。そして、上述した処理に関する一連の処理の過程は、プログラムの形式でコンピュータ読み取り可能な記録媒体に記憶されており、このプログラムをコンピュータが読み出して実行することによって、上記処理が行われる。   The transmission / reception control device 10 and the MRU identification device 20 shown in FIGS. 1 and 2 have a computer system therein. A series of processes related to the above-described process is stored in a computer-readable recording medium in the form of a program, and the above-described process is performed by the computer reading and executing this program.

すなわち、送受信制御装置10およびMRU識別装置20における、各処理は、CPU等の中央演算処理装置がROMやRAM等の主記憶装置に上記プログラムを読み出して、情報の加工、演算処理を実行することにより、実現されるものである。   That is, in each process in the transmission / reception control device 10 and the MRU identification device 20, a central processing unit such as a CPU reads the above program into a main storage device such as a ROM or RAM, and executes information processing and arithmetic processing. Is realized.

ここでコンピュータ読み取り可能な記録媒体とは、磁気ディスク、光磁気ディスク、CD−ROM、DVD−ROM、半導体メモリ等をいう。また、このコンピュータプログラムを通信回線によってコンピュータに配信し、この配信を受けたコンピュータが当該プログラムを実行するようにしても良い。   Here, the computer-readable recording medium means a magnetic disk, a magneto-optical disk, a CD-ROM, a DVD-ROM, a semiconductor memory, or the like. Alternatively, the computer program may be distributed to the computer via a communication line, and the computer that has received the distribution may execute the program.

以上、本発明の実施の形態について説明したが、本発明のパケット通信装置は、上述の図示例にのみ限定されるものではなく、本発明の要旨を逸脱しない範囲内において種々変更を加え得ることは勿論である。   Although the embodiment of the present invention has been described above, the packet communication apparatus of the present invention is not limited to the above illustrated example, and various modifications can be made without departing from the scope of the present invention. Of course.

本発明においては、PPPのデータ転送の前に、あらかじめカプセル化等でデータサイズが増える分だけ、パケットで送信するデータサイズを減らしておくことにより、中間ノード(インタフェース)等において、パケットが到着してからIPフラグメントを行う必要がなくなる効果を奏するので、本発明は、パケット通信装置およびパケット通信制御方法等に有用である。   In the present invention, before PPP data transfer, the packet size arrives at an intermediate node (interface) or the like by reducing the data size to be transmitted in packets by an amount corresponding to the increase in data size by encapsulation or the like in advance. Therefore, the present invention is useful for packet communication apparatuses, packet communication control methods, and the like.

本発明によるパケット通信装置の構成例を示す図である。It is a figure which shows the structural example of the packet communication apparatus by this invention. 図1に示すパケット通信装置の内部構成例を示す図である。It is a figure which shows the internal structural example of the packet communication apparatus shown in FIG. MRU識別装置の動作説明図である。It is operation | movement explanatory drawing of a MRU identification device. 本発明の通信装置によるPPP接続シーケンスの例を示す図である。It is a figure which shows the example of the PPP connection sequence by the communication apparatus of this invention. 本発明の第2の実施の形態を説明するための図である。It is a figure for demonstrating the 2nd Embodiment of this invention. PPPを使ったプロトコルスタックの例を示す図である。It is a figure which shows the example of the protocol stack using PPP. PPPセッションの接続シーケンスの例を示す図である。It is a figure which shows the example of the connection sequence of a PPP session.

符号の説明Explanation of symbols

1 EUD(パーソナルコンピュータ)
2 ネットワーク管理装置
3 ユーザターミナル
4、5、6 基地局
10 送受信制御装置
11 データ種別検出部
12 データ送信部
20 MRU識別装置
21 カプセル化ヘッダサイズ記憶部
22 送信可能データサイズ記憶部
23 受信データサイズ情報抽出部
24 付加情報追加部
25 データサイズ比較部
26 MRU書換保持部
31 移動通信端末
1 EUD (Personal Computer)
2 Network management device 3 User terminal 4, 5, 6 Base station 10 Transmission / reception control device 11 Data type detection unit 12 Data transmission unit 20 MRU identification device 21 Encapsulated header size storage unit 22 Transmittable data size storage unit 23 Received data size information Extraction unit 24 Additional information addition unit 25 Data size comparison unit 26 MRU rewrite holding unit 31 Mobile communication terminal

Claims (8)

パケットデータの送受信を行うパケット通信装置において、
パケットのデータ情報を送信するデータ送信部と、
前記パケット通信装置が送信することができる送信可能データサイズを記憶する送信可能データサイズ記憶部と、
パケットのデータ情報を受信する受信部と、
前記パケットデータに含まれている他の送信元のパケット通信装置の受信データサイズを表す受信データサイズ情報を抽出して記憶する受信データサイズ情報抽出部と、
前記送信するデータ情報に付加情報を追加する付加情報追加部と、
前記記憶された他の送信元のパケット通信装置の受信データサイズ情報と前記付加情報とをあわせたデータサイズである送信情報データサイズと、前記送信可能データサイズとを比較するデータサイズ比較部とを備え、
前記送信部は、前記データサイズ比較部の比較結果に基づいて前記送信するデータ情報の送信を中止する手段を
備えることを特徴とするパケット通信装置。
In a packet communication device that transmits and receives packet data,
A data transmitter for transmitting packet data information;
A transmittable data size storage unit that stores a transmittable data size that can be transmitted by the packet communication device;
A receiving unit for receiving packet data information;
A reception data size information extraction unit that extracts and stores reception data size information indicating the reception data size of another transmission source packet communication device included in the packet data;
An additional information adding unit for adding additional information to the data information to be transmitted;
A data size comparing unit that compares the transmission information data size, which is a data size of the received data size information of the other packet communication device of the other transmission source and the additional information, and the transmittable data size; Prepared,
The packet communication device, wherein the transmission unit includes means for canceling transmission of the data information to be transmitted based on a comparison result of the data size comparison unit.
前記送信部は、前記データサイズ比較部が比較した結果、前記送信情報データサイズが前記送信可能データサイズを上回る場合には、前記送信データ情報の送信を中止する手段を
備えることを特徴とする請求項1に記載のパケット通信装置。
The said transmission part is provided with a means to stop transmission of the said transmission data information, when the said transmission information data size exceeds the said transmittable data size as a result of the said data size comparison part comparing. Item 4. The packet communication device according to Item 1.
前記送信部は、前記データサイズ比較部が比較した結果、前記送信情報データサイズが前記送信可能データサイズを上回る場合には、前記他のパケット通信装置の受信データサイズを減らすよう他の通信装置に通知する手段を
備えることを特徴とする請求項1に記載のパケット通信装置。
If the transmission information data size exceeds the transmittable data size as a result of the comparison by the data size comparison unit, the transmission unit transmits the received data size of the other packet communication device to another communication device. The packet communication device according to claim 1, further comprising a notification unit.
中継装置を介してパケット通信装置同士が通信を行うパケット通信システムであって、
前記パケット通信装置は、
パケットのデータ情報を送信するデータ送信部と、
前記パケット通信装置が送信することができる送信可能データサイズを記憶する送信可能データサイズ記憶部と、
パケットのデータ情報を受信する受信部と、
前記パケットのデータ情報に含まれている前記中継装置の受信データサイズを表す受信データサイズ情報を抽出して記憶する受信データサイズ情報抽出部と、
前記送信するデータ情報に付加情報を追加する付加情報追加部と、
前記記憶された前記中継装置の受信データサイズ情報と前記付加情報とを合わせたデータサイズである送信情報データサイズと、前記送信可能データサイズとを比較するデータサイズ比較部とを備え、
前記中継装置が他の中継装置に切り換えられた場合に、前記データサイズ比較部は切り換わり後の中継装置の送信情報データサイズと、前記送信可能データサイズとを比較して、前記送信情報データサイズが前記中継装置の切り換え前と異なる場合には前記中継装置の受信データサイズを変更するよう前記切り換え後の中継装置に通知することを特徴とするパケット通信システム。
A packet communication system in which packet communication devices communicate with each other via a relay device,
The packet communication device is:
A data transmitter for transmitting packet data information;
A transmittable data size storage unit that stores a transmittable data size that can be transmitted by the packet communication device;
A receiving unit for receiving packet data information;
A received data size information extracting unit that extracts and stores received data size information representing the received data size of the relay device included in the data information of the packet;
An additional information adding unit for adding additional information to the data information to be transmitted;
A transmission information data size that is a data size combining the stored reception data size information of the relay device and the additional information, and a data size comparison unit that compares the transmittable data size;
When the relay device is switched to another relay device, the data size comparison unit compares the transmission information data size of the relay device after switching with the transmittable data size, and the transmission information data size The packet communication system is characterized by notifying the relay device after the switching to change the received data size of the relay device when is different from that before the switching of the relay device.
パケットデータの送受信を行うパケット通信装置におけるパケット通信制御方法であって、
パケットのデータ情報を送信する手順と、
前記パケット通信装置が送信することができる送信可能データサイズを記憶する手順と、
パケットを受信する手順と、
前記パケットデータに含まれている他の送信元のパケット通信装置の受信データサイズを表す受信データサイズ情報を抽出して記憶する手順と、
前記送信するデータ情報に付加情報を追加する手順と、
前記記憶された他の送信元のパケット通信装置の受信データサイズ情報と前記付加情報とをあわせたデータサイズである送信情報データサイズと、前記送信可能データサイズとを比較する手順と、
前記データサイズの比較結果に基づいて前記送信するデータ情報の送信を中止する手順と
を含むことを特徴とするパケット通信制御方法。
A packet communication control method in a packet communication device that transmits and receives packet data,
A procedure for transmitting packet data information;
A procedure for storing a transmittable data size that can be transmitted by the packet communication device;
The procedure for receiving the packet;
A procedure for extracting and storing received data size information indicating the received data size of the other packet communication device included in the packet data;
A procedure for adding additional information to the data information to be transmitted;
A procedure for comparing a transmission information data size, which is a data size that is a combination of the received data size information of the stored other packet communication device of the transmission source and the additional information, and the transmittable data size;
A packet communication control method comprising: a step of canceling transmission of the data information to be transmitted based on a comparison result of the data size.
前記データサイズの比較結果により、前記送信情報データサイズが前記送信可能データサイズを上回る場合には、前記送信データ情報の送信を中止する手順を
含むことを特徴とする請求項5に記載のパケット通信制御方法。
The packet communication according to claim 5, further comprising: a step of stopping transmission of the transmission data information when the transmission information data size exceeds the transmittable data size based on the comparison result of the data size. Control method.
前記データサイズ比較結果により、前記送信情報データサイズが前記送信可能データサイズを上回る場合には、前記他のパケット通信装置の受信データサイズを減らすように他のパケット通信装置に通知する手順を
含むことを特徴とする請求項5に記載のパケット通信制御方法。
A step of notifying another packet communication device to reduce the received data size of the other packet communication device when the transmission information data size exceeds the transmittable data size according to the data size comparison result; The packet communication control method according to claim 5.
中継装置を介してパケット通信装置同士が通信を行うパケット通信システムにおけるパケット通信制御方法であって、
前記パケット通信装置は、
パケットのデータ情報を送信する手順と、
前記パケット通信装置が送信することができる送信可能データサイズを記憶する手順と、
パケットのデータ情報を受信する手順と、
前記パケットのデータ情報に含まれている前記中継装置の受信データサイズを表す受信データサイズ情報を抽出して記憶する手順と、
前記送信するデータ情報に付加情報を追加する手順と、
前記記憶された前記中継装置の受信データサイズ情報と前記付加情報とを合わせたデータサイズである送信情報データサイズと、前記送信可能データサイズとを比較する手順と、
前記中継装置が他の中継装置に切り換えられた場合に、前記データサイズ比較部は切り換わり後の中継装置の送信情報データサイズと、前記送信可能データサイズとを比較する手順と、
前記送信情報データサイズが前記中継装置の切り換え前と異なる場合には前記中継装置の受信データサイズを変更するよう前記切り換え後の中継装置に通知する手順と
を含むことを特徴とするパケット通信制御方法。
A packet communication control method in a packet communication system in which packet communication devices communicate with each other via a relay device,
The packet communication device is:
A procedure for transmitting packet data information;
A procedure for storing a transmittable data size that can be transmitted by the packet communication device;
A procedure for receiving packet data information;
A procedure for extracting and storing received data size information representing the received data size of the relay device included in the data information of the packet;
A procedure for adding additional information to the data information to be transmitted;
A procedure of comparing the transmission information data size, which is a data size of the stored reception data size information of the relay device and the additional information, and the transmittable data size;
When the relay device is switched to another relay device, the data size comparison unit compares the transmission information data size of the relay device after switching with the transmittable data size,
A packet communication control method comprising: notifying the relay device after switching to change the reception data size of the relay device when the transmission information data size is different from that before switching of the relay device. .
JP2004345928A 2004-11-30 2004-11-30 Packet communication apparatus, packet communication system, and packet communication control method Expired - Fee Related JP4574341B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004345928A JP4574341B2 (en) 2004-11-30 2004-11-30 Packet communication apparatus, packet communication system, and packet communication control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004345928A JP4574341B2 (en) 2004-11-30 2004-11-30 Packet communication apparatus, packet communication system, and packet communication control method

Publications (2)

Publication Number Publication Date
JP2006157544A true JP2006157544A (en) 2006-06-15
JP4574341B2 JP4574341B2 (en) 2010-11-04

Family

ID=36635277

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004345928A Expired - Fee Related JP4574341B2 (en) 2004-11-30 2004-11-30 Packet communication apparatus, packet communication system, and packet communication control method

Country Status (1)

Country Link
JP (1) JP4574341B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008035272A (en) * 2006-07-28 2008-02-14 Canon Inc Information processing system and data communication method in the same
WO2009025282A1 (en) * 2007-08-20 2009-02-26 Ntt Docomo, Inc. Transmission method and mobile station
EP2131619A2 (en) 2008-06-05 2009-12-09 Fujitsu Ltd. Mobile communication system, mobile communication method, and communication apparatus
RU2480931C2 (en) * 2007-03-22 2013-04-27 Телефонактиеболагет Лм Эрикссон (Пабл) Method to set maximum size of transmitted data unit (mtu) of communication line in user equipment (ue)
WO2014086193A1 (en) * 2012-12-05 2014-06-12 International Business Machines Corporation Data flow affinity for heterogenous virtual machines

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11112574A (en) * 1997-06-23 1999-04-23 Sun Microsyst Inc Method and system for generating data packet in different kinds of network
JP2001313675A (en) * 2000-04-28 2001-11-09 Nec Corp Fragmentation processing device and fragmentation processing apparatus using the same
JP2003060644A (en) * 2001-08-15 2003-02-28 Matsushita Electric Ind Co Ltd Band control circuit, terminal station device and band control method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11112574A (en) * 1997-06-23 1999-04-23 Sun Microsyst Inc Method and system for generating data packet in different kinds of network
JP2001313675A (en) * 2000-04-28 2001-11-09 Nec Corp Fragmentation processing device and fragmentation processing apparatus using the same
JP2003060644A (en) * 2001-08-15 2003-02-28 Matsushita Electric Ind Co Ltd Band control circuit, terminal station device and band control method

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008035272A (en) * 2006-07-28 2008-02-14 Canon Inc Information processing system and data communication method in the same
RU2480931C2 (en) * 2007-03-22 2013-04-27 Телефонактиеболагет Лм Эрикссон (Пабл) Method to set maximum size of transmitted data unit (mtu) of communication line in user equipment (ue)
US9088915B2 (en) 2007-03-22 2015-07-21 Telefonaktiebolaget L M Ericsson (Publ) Method for configuring the link maximum transmission unit (MTU) in a user equipment (UE)
US9603057B2 (en) 2007-03-22 2017-03-21 Telefonaktiebolaget Lm Ericsson (Publ) Method for configuring the link maximum transmission unit (MTU) in a user equipment (UE)
WO2009025282A1 (en) * 2007-08-20 2009-02-26 Ntt Docomo, Inc. Transmission method and mobile station
EP2131619A2 (en) 2008-06-05 2009-12-09 Fujitsu Ltd. Mobile communication system, mobile communication method, and communication apparatus
US8179851B2 (en) 2008-06-05 2012-05-15 Fujitsu Limited Mobile communication system, mobile communication method, and communication apparatus
WO2014086193A1 (en) * 2012-12-05 2014-06-12 International Business Machines Corporation Data flow affinity for heterogenous virtual machines

Also Published As

Publication number Publication date
JP4574341B2 (en) 2010-11-04

Similar Documents

Publication Publication Date Title
US6487218B1 (en) Method and device for configuring a link
Loughney et al. Context transfer protocol (CXTP)
KR100446508B1 (en) Apparatus for processing packet data in a packet data communication system
US8547979B2 (en) IP fragmentation in GTP tunnel
US6775553B1 (en) Method of avoiding PPP time-outs during IPCP negotiations
KR100919142B1 (en) Fast link establishment for network access
US11258823B2 (en) Multilayer tunneling of protocols over QUIC
CN108111509B (en) Data transmission method
US8867359B1 (en) Preventing buffer overflow by adjusting transmit window size
CN101827031A (en) Method and device for packet transmission in user datagram protocol UDP tunnel
US9467471B2 (en) Encrypted communication apparatus and control method therefor
CN115333859B (en) IPsec protocol message encryption and decryption method based on chip scheme
CN111865940B (en) Transmission optimization method and device
Floyd et al. Datagram congestion control protocol (DCCP)
EP1596554B1 (en) Selectively maintaining and applying PPP compression in a wireless communication system
JP4574341B2 (en) Packet communication apparatus, packet communication system, and packet communication control method
JP5481485B2 (en) Communication apparatus, reception processing method and transmission processing method using the same
JP2003069642A (en) Multiple packet coupling transmission system for layer 2 tunneling device
US7746852B2 (en) Packet data serving node and communication method using the same
JP4367106B2 (en) Network, communication node, security method used therefor, and program thereof
CN116260895A (en) Method and system for improving UDP (user datagram protocol) fragment packet forwarding performance based on PMTU (packet transfer request)
Protocol Network Working Group J. Loughney, Ed. Request for Comments: 4067 M. Nakhjiri Category: Experimental C. Perkins R. Koodli July 2005

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20071019

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100729

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20100810

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100818

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130827

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees