JP2008166874A - Handoff method for terminal connected through napt router, transfer agent, terminal and program - Google Patents

Handoff method for terminal connected through napt router, transfer agent, terminal and program Download PDF

Info

Publication number
JP2008166874A
JP2008166874A JP2006350743A JP2006350743A JP2008166874A JP 2008166874 A JP2008166874 A JP 2008166874A JP 2006350743 A JP2006350743 A JP 2006350743A JP 2006350743 A JP2006350743 A JP 2006350743A JP 2008166874 A JP2008166874 A JP 2008166874A
Authority
JP
Japan
Prior art keywords
terminal
router
address
movement
port number
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
JP2006350743A
Other languages
Japanese (ja)
Other versions
JP4698571B2 (en
Inventor
Takeshi Kubo
健 久保
Hidetoshi Yokota
英俊 横田
Akira Idogami
彰 井戸上
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.)
KDDI Corp
Original Assignee
KDDI 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 KDDI Corp filed Critical KDDI Corp
Priority to JP2006350743A priority Critical patent/JP4698571B2/en
Publication of JP2008166874A publication Critical patent/JP2008166874A/en
Application granted granted Critical
Publication of JP4698571B2 publication Critical patent/JP4698571B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Small-Scale Networks (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a handoff method for a terminal preventing, even when the terminal is connected to a network through a NAPT router by the movement of the terminal, the NAPT router from discarding a packet addressed to the terminal, and to provide a transfer agent, a terminal and a program. <P>SOLUTION: When the terminal is connected to a third network when moved and a new address after the movement is imparted to the terminal, the terminal transmits a TA_REG_PORT including a transmitter address and port number and a receiver's address and port number in a data section through a new third router to the transfer agent. Then, the transfer agent transmits L4_PEER_UPD including the new terminal address and the address and port number of the third router in the data section to a second terminal. Then, the terminal transmits the L4_PEER_UPD including the new terminal address and the address and port number of the third router in the data section to the second terminal. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、NAPTルータ(Network Address Port Translation)(以下、NAT(Network Address Translation)ルータも含む)を介して接続された端末のハンドオフ方法、転送エージェント、端末及びプログラムに関する。   The present invention relates to a handoff method, a transfer agent, a terminal, and a program for a terminal connected via a NAPT router (Network Address Port Translation) (hereinafter also including a NAT (Network Address Translation) router).

宅内LAN(Local Area Network)及び企業内ネットワークは、NAPTルータを介して、インターネットのようなグローバルネットワークに接続される場合が多い。NAPTルータは、ローカルで用いるプライベートIPアドレスと、インターネットで用いるグローバルIPアドレスとを相互に変換する。これにより、少ないグローバルIPアドレスに対して、多くのプライベートIPアドレスを付与することができる。即ち、グローバルIPアドレスの数以上の数の端末が、透過的にインターネットに同時にアクセスをすることができる。   A home LAN (Local Area Network) and a corporate network are often connected to a global network such as the Internet via a NAPT router. The NAPT router mutually converts a private IP address used locally and a global IP address used on the Internet. As a result, a large number of private IP addresses can be assigned to a small number of global IP addresses. That is, more terminals than the number of global IP addresses can simultaneously access the Internet transparently.

NAPTルータの特徴として、ポートフォワーディングの設定が無い限り、NAPTルータ内側のネットワークから送信開始されたパケットにおけるコネクションしか、通過を許可しない。   As a feature of the NAPT router, as long as there is no port forwarding setting, only connections in packets started to be transmitted from the network inside the NAPT router are allowed to pass.

具体的には、NAPTルータ内側の端末A(IPa、ポートa)が、NAPTルータ外側の端末B(IPb、ポートB)へ、以下のパケットを送信開始したとする。
宛先アドレス:IPb、ポート番号:ポートb
送信元アドレス:IPa、ポート番号:ポートa
このとき、以下の通過可能コネクションが、NAPTルータに設定される。
[IPa:ポートa]<−>[IPb:ポートb]
この通過可能コネクションが設定された場合、端末Bから端末Aへ送信されるパケットも、通過が許可される。
Specifically, it is assumed that terminal A (IPa, port a) inside the NAPT router starts transmitting the following packet to terminal B (IPb, port B) outside the NAPT router.
Destination address: IPb, Port number: Port b
Source address: IPa, port number: port a
At this time, the following passable connections are set in the NAPT router.
[IPa: Port a] <-> [IPb: Port b]
When this passable connection is set, the packet transmitted from the terminal B to the terminal A is also allowed to pass.

RFC2663RFC2663

しかしながら、無線ネットワークの整備に伴って、端末が、一方のネットワークから他方のネットワークへ移動する場合も多い。新たに接続された他のネットワークが、NAPTルータ内側である場合もある。この場合、端末には、新たにプライベートIPアドレスが付与される。一方、相手方端末は、その端末へパケットを送信するには、移動後の新しいNAPTルータのグローバルIPアドレスを知る必要がある。もし、相手方端末が、移動後のNAPTルータにおけるグローバルIPアドレスを知ることができたとする。このとき、相手方端末が、そのグローバルIPアドレスを宛先アドレスとするパケットを送信したとしても、そのNAPTルータは、通過可能コネクションテーブルに登録されていないコネクションとして、それらパケットを破棄する。   However, in many cases, a terminal moves from one network to the other as the wireless network is improved. Other newly connected networks may be inside the NAPT router. In this case, a new private IP address is assigned to the terminal. On the other hand, the counterpart terminal needs to know the global IP address of the new NAPT router after movement in order to transmit a packet to the terminal. Assume that the counterpart terminal can know the global IP address of the moved NAPT router. At this time, even if the counterpart terminal transmits a packet having the global IP address as the destination address, the NAPT router discards the packet as a connection not registered in the passable connection table.

従って、本発明は、端末が、移動によって、NAPTルータを介して接続されたネットワークに接続された場合であっても、NAPTルータが当該端末へのパケットを破棄しないような端末のハンドオフ方法、転送エージェント、端末及びプログラムを提供することを目的とする。   Therefore, the present invention provides a terminal handoff method and transfer in which the NAPT router does not discard packets to the terminal even if the terminal is connected to a network connected via the NAPT router by movement. An object is to provide an agent, a terminal, and a program.

本発明によれば、複数のローカルネットワークがNAPT機能付きルータを介して基幹ネットワークに接続されており、第1のローカルネットワークに接続された第1の端末が、第1のルータ及び基幹ネットワークを介して、第2の端末と通信している際に実行される端末のハンドオフ方法であって、
第1のローカルネットワークに、第1の転送エージェントが接続されており、
端末が、移動によって第3のローカルネットワークに接続し、新たな移動後アドレスが端末に付与された際に、
端末が、送信元アドレス及びポート番号と、第2の端末のアドレス及びポート番号とをデータ部に含むポート登録メッセージを、第3のルータを介して、第1の転送エージェントへ送信する第1のステップと、
第1の転送エージェントが、端末の移動後アドレスと、第3のルータのアドレス及びポート番号とをデータ部に含む移動更新メッセージを、第2の端末へ送信する第2のステップと、
端末が、端末の移動後アドレスと、第3のルータのアドレス及びポート番号とをデータ部に含む移動更新メッセージを、第2の端末へ送信する第3のステップとを有することを特徴とする。
According to the present invention, a plurality of local networks are connected to a backbone network via a router with a NAPT function, and the first terminal connected to the first local network is connected via the first router and the backbone network. A terminal handoff method executed when communicating with the second terminal,
A first transfer agent is connected to the first local network;
When a terminal connects to a third local network by movement and a new post-movement address is given to the terminal,
The terminal transmits a port registration message including the source address and port number and the address and port number of the second terminal in the data part to the first transfer agent via the third router. Steps,
A second step in which the first transfer agent transmits a movement update message including the post-movement address of the terminal and the address and port number of the third router in the data part to the second terminal;
The terminal includes a third step of transmitting a movement update message including a post-movement address of the terminal and an address and a port number of the third router in a data part to the second terminal.

本発明のハンドオフ方法における他の実施形態によれば、第3のステップは、第1のステップと同時に実行されることも好ましい。   According to another embodiment of the handoff method of the present invention, the third step is also preferably performed simultaneously with the first step.

本発明のハンドオフ方法における他の実施形態によれば、移動更新メッセージを受信した第2の端末が、移動後の第3のルータのアドレスを宛先アドレスとする移動更新応答メッセージを送信する第4のステップを更に有することも好ましい。   According to another embodiment of the handoff method of the present invention, the second terminal that has received the movement update message transmits a movement update response message that uses the address of the third router after movement as the destination address. It is also preferable to further include a step.

本発明の転送エージェントによれば、複数のローカルネットワークがNAPT機能付きルータを介して基幹ネットワークに接続されており、第1のローカルネットワークに接続された第1の端末が、第1のルータ及び基幹ネットワークを介して、第2の端末と通信するシステムについて、第1のローカルネットワークに接続された転送エージェントであって、
端末が、移動によって第3のローカルネットワークに接続し、新たな移動後アドレスが端末に付与された際に、
端末から、送信元アドレス及びポート番号と、第2の端末のアドレス及びポート番号とデータ部に含むポート登録メッセージを受信するポート登録メッセージ受信手段と、
端末の移動後アドレスと、第3のルータのアドレス及びポート番号とをデータ部に含む移動更新メッセージを、第2の端末へ送信する移動更新メッセージ送信手段と
を有することを特徴とする。
According to the transfer agent of the present invention, a plurality of local networks are connected to a backbone network via a router with a NAPT function, and the first terminal connected to the first local network is connected to the first router and the backbone. A transfer agent connected to a first local network for a system communicating with a second terminal via a network;
When a terminal connects to a third local network by movement and a new post-movement address is given to the terminal,
Port registration message receiving means for receiving from the terminal a source address and port number, and a port registration message included in the address and port number of the second terminal and the data part;
It has a movement update message transmission means for transmitting a movement update message including the post-movement address of the terminal and the address and port number of the third router in the data part to the second terminal.

本発明によれば、複数のローカルネットワークがNAPT機能付きルータを介して基幹ネットワークに接続されており、第1のローカルネットワークに接続された第1の端末が、第1のルータ及び基幹ネットワークを介して、第2の端末と通信するシステムについて、第1のローカルネットワークに転送エージェントが接続されたシステムにおける端末であって、
端末が、移動によって第3のローカルネットワークに接続し、新たな移動後アドレスが端末に付与された際に、
送信元ポート番号と、第2の端末のアドレス及びポート番号とをデータ部に含むポート登録メッセージを、転送エージェントへ送信するポート登録メッセージ送信手段と、
端末の移動後アドレスと、第3のルータのアドレス及びポート番号とをデータ部に含む移動更新メッセージを、第2の端末へ送信する移動更新メッセージ送信手段と
を有することを特徴とする。
According to the present invention, a plurality of local networks are connected to a backbone network via a router with a NAPT function, and the first terminal connected to the first local network is connected via the first router and the backbone network. A system in communication with a second terminal in a system in which a transfer agent is connected to the first local network,
When a terminal connects to a third local network by movement and a new post-movement address is given to the terminal,
A port registration message transmitting means for transmitting a port registration message including a transmission source port number and the address and port number of the second terminal in the data part to the transfer agent;
It has a movement update message transmission means for transmitting a movement update message including the post-movement address of the terminal and the address and port number of the third router in the data part to the second terminal.

本発明の端末における他の実施形態によれば、移動更新メッセージを受信した際に、移動後の第3のルータのアドレスを宛先アドレスとする移動更新応答メッセージを送信する移動更新応答メッセージ送信手段を更に有することも好ましい。   According to another embodiment of the terminal of the present invention, when the mobile update message is received, the mobile update response message transmitting means for transmitting the mobile update response message having the destination address as the address of the third router after the movement is provided. It is also preferable to have it.

本発明によれば、複数のローカルネットワークがNAPT機能付きルータを介して基幹ネットワークに接続されており、第1のローカルネットワークに接続された第1の端末が、第1のルータ及び基幹ネットワークを介して、第2の端末と通信するシステムについて、第1のローカルネットワークに接続された転送エージェントに搭載されたコンピュータを機能させるプログラムであって、
端末が、移動によって第3のローカルネットワークに接続し、新たな移動後アドレスが端末に付与された際に、
端末から、送信元アドレス及びポート番号と、第2の端末のアドレス及びポート番号とデータ部に含むポート登録メッセージを受信するポート登録メッセージ受信手段と、
端末の移動後アドレスと、第3のルータのアドレス及びポート番号とをデータ部に含む移動更新メッセージを、第2の端末へ送信する移動更新メッセージ送信手段と
してコンピュータを機能させることを特徴とする。
According to the present invention, a plurality of local networks are connected to a backbone network via a router with a NAPT function, and the first terminal connected to the first local network is connected via the first router and the backbone network. A program for causing a computer mounted on a transfer agent connected to the first local network to function for a system communicating with the second terminal,
When a terminal connects to a third local network by movement and a new post-movement address is given to the terminal,
Port registration message receiving means for receiving from the terminal a source address and port number, and a port registration message included in the address and port number of the second terminal and the data part;
The computer is caused to function as a movement update message transmitting means for transmitting a movement update message including the post-movement address of the terminal and the address and port number of the third router in the data portion to the second terminal.

本発明によれば、複数のローカルネットワークがNAPT機能付きルータを介して基幹ネットワークに接続されており、第1のローカルネットワークに接続された第1の端末が、第1のルータ及び基幹ネットワークを介して、第2の端末と通信するシステムについて、第1のローカルネットワークに転送エージェントが接続されたシステムにおける端末に搭載されたコンピュータを機能させるプログラムであって、
端末が、移動によって第3のローカルネットワークに接続し、新たな移動後アドレスが端末に付与された際に、
送信元ポート番号と、第2の端末のアドレス及びポート番号とをデータ部に含むポート登録メッセージを、転送エージェントへ送信するポート登録メッセージ送信手段と、
端末の移動後アドレスと、第3のルータのアドレス及びポート番号とをデータ部に含む移動更新メッセージを、第2の端末へ送信する移動更新メッセージ送信手段と
してコンピュータを機能させることを特徴とする。
According to the present invention, a plurality of local networks are connected to a backbone network via a router with a NAPT function, and the first terminal connected to the first local network is connected via the first router and the backbone network. A program for causing a computer mounted on a terminal in a system in which a transfer agent is connected to the first local network to function for a system communicating with the second terminal,
When a terminal connects to a third local network by movement and a new post-movement address is given to the terminal,
A port registration message transmitting means for transmitting a port registration message including a transmission source port number and the address and port number of the second terminal in the data part to the transfer agent;
The computer is caused to function as a movement update message transmitting means for transmitting a movement update message including the post-movement address of the terminal and the address and port number of the third router in the data portion to the second terminal.

本発明の端末用プログラムにおける他の実施形態によれば、移動更新メッセージを受信した際に、移動後の第3のルータのアドレスを宛先アドレスとする移動更新応答メッセージを送信する移動更新応答メッセージ送信手段を更に有することも好ましい。   According to another embodiment of the terminal program of the present invention, when a move update message is received, a move update response message transmission for sending a move update response message with the address of the third router after the move as the destination address It is also preferable to further have means.

本発明の端末のハンドオフ方法、転送エージェント、端末及びプログラムによれば、端末が、移動によって、NAPTルータを介して接続されたネットワークに接続された場合であっても、NAPTルータが当該端末へのパケットを破棄しないようにすることができる。また、本発明によれば、対向して通信している2つの端末が同時に移動した場合であっても、その移動後のネットワークがNAPTルータ内側であっても、通信を回復することができる。   According to the terminal handoff method, transfer agent, terminal, and program of the present invention, even when the terminal is connected to a network connected via the NAPT router by movement, the NAPT router is connected to the terminal. Packets can be prevented from being discarded. Further, according to the present invention, even when two terminals communicating with each other move at the same time, communication can be recovered even if the network after the movement is inside the NAPT router.

以下では、図面を用いて、本発明を実施するための最良の形態について詳細に説明する。   Hereinafter, the best mode for carrying out the present invention will be described in detail with reference to the drawings.

図1は、端末の移動前に確立されている通信のシーケンス図である。   FIG. 1 is a sequence diagram of communication established before the terminal moves.

図1によれば、複数のローカルネットワークA〜Cが、NAPT機能付きルータA〜Cを介してバックボーン(基幹)ネットワークに接続されている。また、端末は、移動可能であって、一方のネットワークから他方のネットワークへ接続することができる。端末には、新たに接続したネットワークから、そのネットワーク内で利用できる新たなアドレスが自動的に付与される。尚、ポート番号は、自側又は相手側の端末によって任意に決定されたものであって、ネットワークから付与されるものではない。   According to FIG. 1, a plurality of local networks A to C are connected to a backbone (core) network via routers A to C with a NAPT function. Further, the terminal is movable and can be connected from one network to the other network. The terminal is automatically given a new address that can be used within the newly connected network. The port number is arbitrarily determined by the terminal on the own side or the other side, and is not assigned from the network.

端末Aは、ネットワークAに接続され、端末Bは、ネットワークBに接続されている。端末A及び端末Bは、以下のアドレス及びポート番号を有する。
端末A:アドレス:ポート番号 [1.1.1.1:1000]
端末B:アドレス:ポート番号 [2.2.2.2:2000]
Terminal A is connected to network A, and terminal B is connected to network B. Terminal A and terminal B have the following addresses and port numbers.
Terminal A: Address: Port number [1.1.1.1:1000]
Terminal B: Address: Port number [2.2.2.2:2000]

ネットワークAは、ルータAを介してバックボーンネットワークに接続され、ネットワークBは、ルータBを介してバックボーンネットワークに接続されている。ルータA及びルータBは、バックボーンネットワークに対して、以下のアドレス及びポート番号を有する。
ルータA:アドレス:ポート番号 [10.0.0.1:1111]
ルータB:アドレス:ポート番号 [10.0.0.2:2222]
Network A is connected to the backbone network via router A, and network B is connected to the backbone network via router B. Router A and router B have the following addresses and port numbers for the backbone network.
Router A: Address: Port number [10.0.0.1:1111]
Router B: Address: Port number [10.0.0.2:2222]

(S101)端末Aは、IPパケットを端末Bへ送信する。このIPパケットは、以下のアドレス及びポート番号を有し、ルータAによって受信される。
宛先アドレス:ポート番号 [10.0.0.2:2222](ルータB)
送信元アドレス:ポート番号 [1.1.1.1:1000](端末A)
(S101) Terminal A transmits an IP packet to terminal B. This IP packet has the following address and port number and is received by router A.
Destination address: Port number [10.0.0.2:2222] (Router B)
Source address: port number [1.1.1.1:1000] (terminal A)

(S102)ルータAは、端末Aから受信したIPパケットについて、送信元アドレスをルータAのアドレスに変換する。
宛先アドレス:ポート番号 [10.0.0.2:2222](ルータB)
送信元アドレス:ポート番号 [10.0.0.1:1111](ルータA)
このとき、ルータAは、NAPTの内側から外側へ送信されるIPパケットについて、逆方向に転送されるIPパケットを通過可能とするために、以下の通過可能コネクションを有する。
ルータAの通過可能コネクション
[1.1.1.1:1000<−>10.0.0.2:2222]
(端末A) <−> (ルータB)
そして、ルータAは、バックボーンネットワークを介してそのIPパケットをルータBへ送信する。
(S102) Router A converts the source address of the IP packet received from terminal A into the address of router A.
Destination address: Port number [10.0.0.2:2222] (Router B)
Source address: Port number [10.0.0.1:1111] (Router A)
At this time, the router A has the following passable connection in order to allow the IP packet transmitted from the inside to the outside of the NAPT to pass the IP packet transferred in the reverse direction.
Passable connection of router A [1.1.1.1:1000<->10.0.0.2:2222]
(Terminal A) <-> (Router B)
Router A transmits the IP packet to router B via the backbone network.

(S103)ルータBは、ルータAから受信したIPパケットについて、宛先アドレスを端末Bのアドレスに変換する。
宛先アドレス:ポート番号 [2.2.2.2:2000]
送信元アドレス:ポート番号 [10.0.0.1:1111]
そして、ルータBは、ネットワークBを介してそのIPパケットを、端末Bへ送信する。
(S103) Router B converts the destination address of the IP packet received from router A into the address of terminal B.
Destination address: Port number [2.2.2.2:2000]
Source address: port number [10.0.0.1:1111]
Then, the router B transmits the IP packet to the terminal B via the network B.

(S104)端末Bは、IPパケットを端末Aへ送信する。このIPパケットは、以下のアドレス及びポート番号を有し、ルータBによって受信される。
宛先アドレス:ポート番号 [10.0.0.1:1111](ルータA)
送信元アドレス:ポート番号 [1.1.1.1:1000](端末B)
(S104) Terminal B transmits an IP packet to terminal A. This IP packet has the following address and port number and is received by router B.
Destination address: Port number [10.0.0.1:1111] (Router A)
Source address: port number [1.1.1.1:1000] (terminal B)

(S105)ルータBは、端末Bから受信したIPパケットについて、送信元アドレスをルータAのアドレスに変換する。
宛先アドレス:ポート番号 [10.0.0.1:1111](ルータA)
送信元アドレス:ポート番号 [10.0.0.2:2222](ルータB)
このとき、ルータBは、NAPTの内側から外側へ送信されるIPパケットについて、逆方向に転送されるIPパケットを通過可能とするために、以下の通過可能コネクションを有する。
ルータBの通過可能コネクション
[10.0.0.1:1111<−>2.2.2.2:2000]
(ルータA) <−> (端末B)
そして、ルータBは、バックボーンネットワークを介してそのIPパケットをルータAへ送信する。
(S105) Router B converts the source address of the IP packet received from terminal B into the address of router A.
Destination address: Port number [10.0.0.1:1111] (Router A)
Source address: Port number [10.0.0.2:2222] (Router B)
At this time, the router B has the following passable connection in order to allow the IP packet transmitted from the inside to the outside of the NAPT to pass the IP packet transferred in the reverse direction.
Router B passable connection [10.0.0.1:1111<->2.2.2.2:2000]
(Router A) <-> (Terminal B)
Router B transmits the IP packet to router A via the backbone network.

(S106)ルータAは、ルータBから受信したIPパケットについて、宛先アドレスを端末Aのアドレスに変換する。
宛先アドレス:ポート番号 [1.1.1.1:1000](端末A)
送信元アドレス:ポート番号 [10.0.0.2:2222](ルータB)
そして、ルータAは、ネットワークAを介してそのIPパケットを、端末Aへ送信する。
(S106) The router A converts the destination address of the IP packet received from the router B into the address of the terminal A.
Destination address: port number [1.1.1.1:1000] (terminal A)
Source address: Port number [10.0.0.2:2222] (Router B)
Router A transmits the IP packet to terminal A via network A.

図2は、本発明によって用いられるメッセージフォーマットである。   FIG. 2 is a message format used by the present invention.

図2によれば、TA_REG_PORT(Transfer Agent_REGistration_PORT、ポート登録メッセージ)と、L4_PEER_UPD(Layer 4 PEER UPDate、移動更新メッセージ)とが表されている。   According to FIG. 2, TA_REG_PORT (Transfer Agent_REGistration_PORT, port registration message) and L4_PEER_UPD (Layer 4 PEER UPDate, move update message) are represented.

TA_REG_PORTは、移動後の端末が、移動前のネットワークに接続された転送エージェントへ、ポートを登録するためのメッセージである。TA_REG_PORTの役割は、移動後の端末に接続されるNAPTルータにおけるアドレス及びポート番号の変換状態を、移動前のネットワークに接続された転送エージェントへ通知することにある。   TA_REG_PORT is a message for the terminal after movement to register a port to the transfer agent connected to the network before movement. The role of TA_REG_PORT is to notify the transfer agent connected to the network before movement of the address and port number conversion state in the NAPT router connected to the terminal after movement.

図2のTA_REG_PORTは、IPヘッダ、L4ヘッダ及び拡張ヘッダをから構成される。IPヘッダは、宛先アドレス及び送信元アドレスを含む。宛先アドレスは、移動前の転送エージェントのアドレスである。また、送信元アドレスは、移動後の端末のアドレスである。L4ヘッダは、宛先ポート番号と送信元ポート番号を含む。宛先ポート番号は、移動前の転送エージェントの「待ち受けポート番号」である。また、送信元ポート番号は、移動前の端末が「送信元ポートとして使用していたポート番号」である。ここで、移動前の端末のポート番号と、移動後の端末のポート番号とは同一のものである。   TA_REG_PORT in FIG. 2 includes an IP header, an L4 header, and an extension header. The IP header includes a destination address and a source address. The destination address is the address of the transfer agent before moving. The source address is the address of the terminal after movement. The L4 header includes a destination port number and a transmission source port number. The destination port number is the “standby port number” of the transfer agent before movement. The source port number is the “port number used as the source port” by the terminal before movement. Here, the port number of the terminal before movement and the port number of the terminal after movement are the same.

拡張ヘッダは、データ部に含まれ、送信元ポート番号と、相手方端末のアドレス及びポート番号とを含む。送信元ポート番号は、L4ヘッダに含まれる送信元ポート番号と同じである。L4ヘッダの送信元ポート番号は、NAPTルータによって書き換えられるからである。相手方端末のアドレス及びポート番号は、移動前に当該端末が通信していた相手方端末のアドレス及びポート番号である。   The extension header is included in the data part, and includes the transmission source port number, the address and port number of the counterpart terminal. The source port number is the same as the source port number included in the L4 header. This is because the source port number in the L4 header is rewritten by the NAPT router. The address and port number of the counterpart terminal are the address and port number of the counterpart terminal with which the terminal communicated before moving.

L4_PEER_UPDは、そのIPアドレスの変化を、明示的に相手方端末へ通知するパケットである。L4_PEER_UPDは、(1)TA_REG_PORTを受信した転送エージェントが、相手方端末へ送信する場合と、(2)移動後の端末自身が、相手方端末へ送信する場合とがある。   L4_PEER_UPD is a packet that explicitly notifies the counterpart terminal of the change of the IP address. The L4_PEER_UPD may be (1) the transfer agent that has received the TA_REG_PORT transmits to the counterpart terminal, or (2) the terminal itself after movement to the counterpart terminal.

図2のL4_PEER_UPDは、IPヘッダ、L4ヘッダ及び拡張ヘッダから構成される。IPヘッダ及びL4ヘッダは、前述したTA_REG_PORTと同様である。拡張ヘッダは、端末のアドレスと、ルータのアドレス及びポート番号とを含む。端末のアドレスは、L4ヘッダに含まれる送信元アドレスと同じである。IPヘッダの送信元アドレスは、NAPTルータによって書き換えられるからである。相手方端末のアドレス及びポート番号は、移動前に当該端末が通信していた相手方端末のアドレス及びポート番号である。   The L4_PEER_UPD in FIG. 2 includes an IP header, an L4 header, and an extension header. The IP header and the L4 header are the same as the TA_REG_PORT described above. The extension header includes a terminal address, a router address, and a port number. The terminal address is the same as the source address included in the L4 header. This is because the source address of the IP header is rewritten by the NAPT router. The address and port number of the counterpart terminal are the address and port number of the counterpart terminal with which the terminal communicated before moving.

L4_PEER_UPDは、ソケット情報の全てに対して送信しなければならない。例えば、移動した端末が、10個のソケットを保持している(10個のコネクションを維持している)場合、10個のL4_PEER_UPDが送信されなければならない。ソケット情報とは、端末内でコネクションを識別するための情報であって、「送信元IPアドレス、宛先IPアドレス、送信元ポート番号、宛先ポート番号、プロトコル種別(UDP/TCP)」組である。勿論、本発明におけるL4_PEER_UPD及びTA_REG_PORTのメッセージも、ソケット情報によって規定されるプロトコル種別(UDP/TCP)」に依存する。   L4_PEER_UPD must be sent for all socket information. For example, if the mobile terminal holds 10 sockets (maintains 10 connections), 10 L4_PEER_UPDs must be transmitted. The socket information is information for identifying a connection in the terminal, and is a “source IP address, destination IP address, source port number, destination port number, protocol type (UDP / TCP)” pair. Of course, the L4_PEER_UPD and TA_REG_PORT messages in the present invention also depend on the protocol type (UDP / TCP) defined by the socket information.

尚、L4_PEER_UPDは、図2に表された構成を有するが、単にデータを含んでいないIPパケットであってもよいし、データを含んでいてもよい。データを含まないL4_PEER_UPDを受信した相手方端末は、単にソケット情報の更新のみを行い、これをデータパケットとしてアプリケーションに渡すことはしない。   Note that L4_PEER_UPD has the configuration shown in FIG. 2, but it may be an IP packet that does not include data or may include data. The counterpart terminal that has received the L4_PEER_UPD that does not include data simply updates the socket information and does not pass it to the application as a data packet.

図1の基本シーケンスに基づいて、図3〜図6は、一方の端末のみが他のネットワークへ移動した場合を表し、図7〜図11は、両方の端末が同時に他のネットワークへ移動した場合を表す。   Based on the basic sequence of FIG. 1, FIGS. 3 to 6 show a case where only one terminal moves to another network, and FIGS. 7 to 11 show a case where both terminals move to another network at the same time. Represents.

図3は、端末AがネットワークCへ移動した場合の第1のシーケンス図である。   FIG. 3 is a first sequence diagram when the terminal A moves to the network C.

図3によれば、ネットワークAに、本発明の特徴ある転送エージェント(Transfer Agent)Aが接続されている。転送エージェントは、移動後の端末に代わって、移動前の端末に対するコネクションを用いて、相手方端末に対する一時的なホームエージェントとして機能する。これにより、移動後の端末と相手方端末との間で、直接的な通信の回復を実現する。   According to FIG. 3, a transfer agent A (Transfer Agent) A characteristic of the present invention is connected to a network A. The transfer agent functions as a temporary home agent for the counterpart terminal using the connection to the terminal before movement instead of the terminal after movement. As a result, direct communication recovery is realized between the terminal after movement and the counterpart terminal.

転送エージェントAは、以下のアドレス及びポート番号を有し、ポート番号500で待ち受ける。
転送エージェントA:アドレス:ポート番号 [1.1.1.9:500]
Transfer agent A has the following address and port number, and waits at port number 500.
Transfer Agent A: Address: Port number [1.1.1.9:500]

(S301)端末Aは、ネットワークAに接続された転送エージェントAを発見し、そのIPアドレスを取得する。そして、端末Aは、転送エージェントAへ、移動前情報を登録する。これにより、転送エージェントAは、端末Aにおける一時的なホームエージェントとして機能する。つまり、移動前に登録をした端末Aに対して、後述のTA_REQ_PORTを受信した際を契機に、端末A宛のパケットの転送を開始する。 (S301) The terminal A finds the transfer agent A connected to the network A and acquires its IP address. The terminal A registers the pre-movement information with the transfer agent A. Thereby, the transfer agent A functions as a temporary home agent in the terminal A. That is, the transfer of the packet addressed to the terminal A is started when the terminal A registered before the movement receives a TA_REQ_PORT described later.

転送エージェントAは、自らの存在を知らせる広告メッセージを、ネットワーク内に定期的に同報送信する。広告メッセージは、ICMP(Internet Control and Management Protocol)によって実現される。広告メッセージは、例えば以下の情報を含む。
(1)転送エージェントのアドレス及びポート番号
(2)ネットワークのドメイン名(移動後に転送エージェントを区別するため)
(3)そのネットワークがNAPTルータの内側/外側を表すフラグ
The transfer agent A periodically broadcasts an advertisement message informing the presence of the transfer agent A in the network. The advertisement message is realized by ICMP (Internet Control and Management Protocol). The advertisement message includes the following information, for example.
(1) Transfer agent address and port number (2) Network domain name (to distinguish the transfer agent after moving)
(3) A flag indicating that the network is inside / outside the NAPT router

広告メッセージを受信した端末は、転送エージェントの存在を知ると共に、そのネットワークがNAPTルータの内側か又は外側かを知ることができる。   The terminal that receives the advertisement message knows the presence of the forwarding agent and can know whether the network is inside or outside the NAPT router.

(S302)端末Aは、ネットワークAからネットワークCへ移動したとする。端末Aは、ネットワークCに接続すると、自動的にネットワークC内で使用可能なIPアドレスが新たに付与される。このとき、ポート番号は変更されない。本発明によれば、ポート番号は、複数の通信の中で唯一のものである。
端末A:アドレス:ポート番号 [3.3.3.3:1000]
(S302) It is assumed that the terminal A has moved from the network A to the network C. When the terminal A is connected to the network C, an IP address that can be used in the network C is automatically assigned. At this time, the port number is not changed. According to the present invention, the port number is unique among a plurality of communications.
Terminal A: Address: Port number [3.3.3.3:1000]

図3に表されていないが、新しいネットワークCに接続した端末Aは、移動前のネットワークAに接続された転送エージェントAへ、ルータAを介して、移動登録メッセージ、例えばTA_REG(Transfer Agent - REGistration)メッセージを送信する。TA_REGには、例えば、移動前のIPアドレスと、移動後のIPアドレスと、ソケット情報(ポート番号対、各種フラグ、セッション鍵)とを含む。複数のコネクションを有する場合、全てのソケット情報を含む。TA_REG(移動登録メッセージ)によって、転送エージェントAは、先に接続していた端末Aが、新しいネットワークCに接続されたことを知る。   Although not shown in FIG. 3, the terminal A connected to the new network C sends a transfer registration message such as TA_REG (Transfer Agent-REGistration) to the transfer agent A connected to the network A before moving through the router A. ) Send a message. TA_REG includes, for example, an IP address before movement, an IP address after movement, and socket information (port number pair, various flags, session key). If there are multiple connections, all socket information is included. By TA_REG (movement registration message), the transfer agent A knows that the previously connected terminal A is connected to the new network C.

移動後の端末Aが、NAPTルータ内側のネットワークに移動した場合、その端末は、更に、TA_REG_PORTを送信する。NAPTルータの内側に移動したか否かは、移動後のネットワークCに接続された転送エージェントから受信する広告メッセージによって判断できる。TA_REG_PORTは、全てのソケットに対して送信される。   When the moved terminal A moves to the network inside the NAPT router, the terminal further transmits TA_REG_PORT. Whether or not it has moved to the inside of the NAPT router can be determined by an advertisement message received from the transfer agent connected to the network C after the movement. TA_REG_PORT is transmitted to all sockets.

(S303)次に、端末Aは、TA_REG_PORTを、転送エージェントAへ送信する。以下の情報を含むTA_REG_PORTは、ルータCによって受信される。
IP/L4ヘッダ>
宛先アドレス:ポート番号 [10.0.0.1:500](ルータA)
送信元アドレス:ポート番号 [3.3.3.3:1000](端末A)
拡張ヘッダ>
送信元アドレス:ポート番号 [3.3.3.3:1000](端末A)
相手方アドレス:ポート番号 [10.0.0.2.2222](端末B)
送信元アドレスは、ネットワークCに接続することによって新しく割り当てられたIPアドレスである。一方、送信元ポート番号は、端末Aの移動前と移動後で同じである。
(S303) Next, the terminal A transmits TA_REG_PORT to the transfer agent A. TA_REG_PORT containing the following information is received by router C:
IP / L4 header>
Destination address: Port number [10.0.0.1:500] (Router A)
Source address: port number [3.3.3.3:1000] (terminal A)
Extension header>
Source address: port number [3.3.3.3:1000] (terminal A)
Counterparty address: port number [10.0.0.2.2222] (terminal B)
The source address is an IP address newly assigned by connecting to the network C. On the other hand, the source port number is the same before and after the movement of the terminal A.

(S304)ルータCは、端末Aから受信したTA_REG_PORTについて、送信元アドレスをルータCのアドレスに変換する。
IP/L4ヘッダ>
宛先アドレス:ポート番号 [10.0.0.1:500](ルータA)
送信元アドレス:ポート番号 [10.0.0.3:1111](ルータC)
拡張ヘッダ>
送信元アドレス:ポート番号 [3.3.3.3:1000](端末A)
相手方アドレス:ポート番号 [10.0.0.2.2222](端末B)
(S304) The router C converts the transmission source address into the address of the router C with respect to the TA_REG_PORT received from the terminal A.
IP / L4 header>
Destination address: Port number [10.0.0.1:500] (Router A)
Source address: Port number [10.0.0.3:1111] (Router C)
Extension header>
Source address: port number [3.3.3.3:1000] (terminal A)
Counterparty address: port number [10.0.0.2.2222] (terminal B)

このとき、ルータCは、NAPTの内側から外側へ送信されるTA_REG_PORTについて、逆方向に転送されるIPパケットを通過可能とするために、以下の通過可能コネクションを設定する。
ルータCの通過可能コネクション
[3.3.3.3:1000<−>10.0.0.1:1111]
(端末A) <−> (ルータA)
そして、ルータCは、バックボーンネットワークを介してそのTA_REG_PORTをルータAへ送信する。
At this time, for the TA_REG_PORT transmitted from the inside to the outside of the NAPT, the router C sets the following passable connection in order to allow the IP packet transferred in the reverse direction to pass.
Passable connection of router C [3.3.3.3:1000<->10.0.0.1:1111]
(Terminal A) <-> (Router A)
Then, the router C transmits the TA_REG_PORT to the router A via the backbone network.

(S305)ルータAは、ルータCからTA_REG_PORTを受信する。TA_REG_PORTのポート番号は[500]を表す。ルータAは、ポート番号[500]でIPパケットを待ち受け、強制的に転送エージェントAへ転送されるように設定されている(静的なアドレス−ポート変換、ポートフォワーディング機能)。従って、ルータAは、バックボーンネットワークから受信した、宛先アドレス:ポート番号[10.0.0.1:500]のIPパケットの全てを、転送エージェントAへ強制的に送信する。 (S305) Router A receives TA_REG_PORT from Router C. The port number of TA_REG_PORT represents [500]. The router A is set to wait for an IP packet at the port number [500] and forcibly forward it to the transfer agent A (static address-port conversion, port forwarding function). Therefore, the router A forcibly transmits all of the IP packets of destination address: port number [10.0.0.1:500] received from the backbone network to the transfer agent A.

ルータAは、ルータCから受信したTA_REG_PORTについて、宛先アドレスを転送エージェントAのアドレスに変換する。
IP/L4ヘッダ>
宛先アドレス:ポート番号 [1.1.1.9:500](エージェントA)
送信元アドレス:ポート番号 [10.0.0.3:1111](ルータC)
拡張ヘッダ>
送信元アドレス:ポート番号 [3.3.3.3:1000](端末A)
相手方アドレス:ポート番号 [10.0.0.2.2222](端末B)
そして、ルータAは、ネットワークAを介してそのTA_REG_PORTを、転送エージェントAへ送信する。
The router A converts the destination address of the TA_REG_PORT received from the router C into the address of the transfer agent A.
IP / L4 header>
Destination address: Port number [1.1.1.9:500] (Agent A)
Source address: Port number [10.0.0.3:1111] (Router C)
Extension header>
Source address: port number [3.3.3.3:1000] (terminal A)
Counterparty address: port number [10.0.0.2.2222] (terminal B)
Then, the router A transmits the TA_REG_PORT to the transfer agent A via the network A.

移動前の転送エージェントAは、受信したTA_REG_PORTのヘッダ(IP、L4、拡張)を見ることによって、NAPTルータよってなされたアドレス−ポート変換を知ることができる。転送エージェントAは、NAPTの変換規則(即ち、NAPTルータの外側IPアドレスと外側送信元ポート番号との対)を記録することができる。   The transfer agent A before moving can know the address-port conversion performed by the NAPT router by looking at the header (IP, L4, extension) of the received TA_REG_PORT. The transfer agent A can record the NAPT conversion rule (that is, the pair of the outside IP address of the NAPT router and the outside source port number).

図4は、端末AがネットワークCへ移動した場合の第2のシーケンス図である。   FIG. 4 is a second sequence diagram when the terminal A moves to the network C.

図1、図3及び図4に表されているように、相手方端末もNAPTルータ内側のネットワークに接続されている場合、移動後の端末Aが、端末Bの宛先アドレス及びポート番号を含むIPパケットを送信したとしても、そのIPパケットは、ルータBによって破棄される。端末Aから端末Bへ送信されるIPパケットについて、送信元アドレスが異なるために、その移動後の送信元アドレスが、ルータBの通過可能コネクションに設定されていないからである。   As shown in FIGS. 1, 3, and 4, when the counterpart terminal is also connected to the network inside the NAPT router, the terminal A after the movement includes an IP packet including the destination address and port number of the terminal B The IP packet is discarded by the router B. This is because the source address of the IP packet transmitted from the terminal A to the terminal B is different, so that the source address after the movement is not set in the passable connection of the router B.

ここで、本発明によれば、ルータBに既に設定されている通過可能コネクションを用いて、端末Aの移動を端末Bへ通知する。そのために、転送エージェントAが、ルータA及びルータBを介して、端末BへL4_PEER_UPDを送信する。   Here, according to the present invention, the movement of the terminal A is notified to the terminal B using the passable connection already set in the router B. For this purpose, transfer agent A transmits L4_PEER_UPD to terminal B via router A and router B.

(S401)TA_REG_PORTを受信した転送エージェントAは、直ぐに、L4_PEER_UPDをルータAへ送信する。このL4_PEER_UPDは、以下の情報を有し、ルータAによって受信される。
IP/L4ヘッダ>
宛先アドレス:ポート番号 [10.0.0.2:2222](ルータB)
送信元アドレス:ポート番号 [1.1.1.1:1000](端末A)
拡張ヘッダ>
移動後端末アドレス:ポート番号[3.3.3.3:1000](端末A)
移動後ルータアドレス:ポート番号[10.0.0.3:1111](ルータC)
(S401) Upon receiving TA_REG_PORT, transfer agent A immediately transmits L4_PEER_UPD to router A. The L4_PEER_UPD has the following information and is received by the router A.
IP / L4 header>
Destination address: Port number [10.0.0.2:2222] (Router B)
Source address: port number [1.1.1.1:1000] (terminal A)
Extension header>
Terminal address after movement: port number [3.3.3.3:1000] (terminal A)
Router address after movement: port number [10.0.0.3:1111] (Router C)

(S402)ルータAは、転送エージェントAから受信したL4_PEER_UPDについて、送信元アドレスをルータAのアドレスに変換する。
IP/L4ヘッダ>
宛先アドレス:ポート番号 [10.0.0.2:2222](ルータB)
送信元アドレス:ポート番号 [10.0.0.1:1111](ルータA)
拡張ヘッダ>
移動後端末アドレス:ポート番号[3.3.3.3:1000](端末A)
移動後ルータアドレス:ポート番号[10.0.0.3:1111](ルータC)
そして、ルータAは、バックボーンネットワークを介してそのL4_PEER_UPDをルータBへ送信する。
(S402) The router A converts the transmission source address into the address of the router A for L4_PEER_UPD received from the transfer agent A.
IP / L4 header>
Destination address: Port number [10.0.0.2:2222] (Router B)
Source address: Port number [10.0.0.1:1111] (Router A)
Extension header>
Terminal address after movement: port number [3.3.3.3:1000] (terminal A)
Router address after movement: port number [10.0.0.3:1111] (Router C)
Then, router A transmits the L4_PEER_UPD to router B via the backbone network.

(S403)ルータBは、ルータAからL4_PEER_UPDを受信する。ルータBは、既に以下の通過可能コネクションを設定している。
ルータBの通過可能コネクション
[10.0.0.1:1111<−>2.2.2.2:2000]
(ルータA) <−> (端末B)
従って、ルータBは、ルータAから受信したL4_PEER_UPDについて、宛先アドレスを端末Bのアドレスに変換する。
IP/L4ヘッダ>
宛先アドレス:ポート番号 [2.2.2.2:2000](端末B)
送信元アドレス:ポート番号[10.0.0.1:1111](ルータA)
拡張ヘッダ>
移動後端末アドレス [3.3.3.3](端末A)
移動後ルータアドレス:ポート番号[10.0.0.3:1111](ルータC)
そして、ルータBは、ネットワークBを介してそのL4_PEER_UPDを、端末Bへ送信する。
(S403) Router B receives L4_PEER_UPD from Router A. Router B has already set the following passable connections.
Router B passable connection [10.0.0.1:1111<->2.2.2.2:2000]
(Router A) <-> (Terminal B)
Therefore, the router B converts the destination address of the L4_PEER_UPD received from the router A into the address of the terminal B.
IP / L4 header>
Destination address: port number [2.2.2.2:2000] (terminal B)
Source address: port number [10.0.0.1:1111] (Router A)
Extension header>
Terminal address after movement [3.3.3.3] (Terminal A)
Router address after movement: port number [10.0.0.3:1111] (Router C)
Then, the router B transmits the L4_PEER_UPD to the terminal B via the network B.

S301〜S403のシーケンスによって、端末Bは、以下のようにソケット情報を更新する。
端末A:宛先アドレス:ポート番号 [1.1.1.1:1000]

端末A:宛先アドレス:ポート番号 [3.3.3.3:1000]
移動先ルータ:宛先アドレス:ポート番号 [10.0.0.3:1111]
The terminal B updates the socket information as follows by the sequence of S301 to S403.
Terminal A: Destination address: Port number [1.1.1.1:1000]

Terminal A: Destination address: Port number [3.3.3.3:1000]
Move destination router: Destination address: Port number [10.0.0.3:1111]

図5は、端末AがネットワークCへ移動した場合の第3のシーケンス図である。   FIG. 5 is a third sequence diagram when the terminal A moves to the network C.

(S501)端末Bは、L4_PEER_ACK(移動更新応答メッセージ)を、端末Aへ送信しようとする。これは、端末Bが、NAPTルータ内側のネットワークに接続している際に必要となる。これによって、ルータBの通過可能コネクションに、ルータCとの間のコネクションの許可を設定することができる。 (S501) Terminal B attempts to transmit L4_PEER_ACK (movement update response message) to terminal A. This is necessary when the terminal B is connected to the network inside the NAPT router. As a result, the permission of the connection with the router C can be set for the passable connection of the router B.

端末Bは、L4_PEER_ACKをルータBへ送信する。端末Bは、端末Aが移動し、ルータC内側のネットワークに移動したことを知っている。このL4_PEER_ACKは、以下の情報を有し、ルータBによって受信される。
宛先アドレス:ポート番号 [10.0.0.3:1111](ルータC)
送信元アドレス:ポート番号 [2.2.2.2:2000](端末B)
Terminal B transmits L4_PEER_ACK to router B. Terminal B knows that terminal A has moved to the network inside router C. The L4_PEER_ACK has the following information and is received by the router B.
Destination address: Port number [10.0.0.3:1111] (Router C)
Source address: port number [2.2.2.2:2000] (terminal B)

(S502)ルータBは、端末Bから受信したL4_PEER_ACKについて、送信元アドレスをルータBのアドレスに変換する。
宛先アドレス:ポート番号 [10.0.0.3:1111](ルータC)
送信元アドレス:ポート番号 [10.0.0.2:2222](ルータB)
このとき、ルータBは、NAPTの内側から外側へ送信されるL4_PEER_ACKについて、逆方向に転送されるIPパケットを通過可能とするために、以下の通過可能コネクションを更に設定する。
ルータBの通過可能コネクション
[10.0.0.1:1111<−>2.2.2.2:2000]
(ルータA) <−> (端末B)
[10.0.0.3:1111<−>2.2.2.2:2000]
(ルータC) <−> (端末B)
そして、ルータBは、バックボーンネットワークを介してそのL4_PEER_ACKをルータCへ送信する。
(S502) The router B converts the transmission source address into the address of the router B for L4_PEER_ACK received from the terminal B.
Destination address: Port number [10.0.0.3:1111] (Router C)
Source address: Port number [10.0.0.2:2222] (Router B)
At this time, for the L4_PEER_ACK transmitted from the inside to the outside of the NAPT, the router B further sets the following passable connection in order to allow the IP packet transferred in the reverse direction to pass.
Router B passable connection [10.0.0.1:1111<->2.2.2.2:2000]
(Router A) <-> (Terminal B)
[10.0.0.3:1111<->2.2.2.2:2000]
(Router C) <-> (Terminal B)
Then, the router B transmits the L4_PEER_ACK to the router C through the backbone network.

しかしながら、ルータCは、通過可能コネクションに、ルータBのアドレス[10.0.0.2:2222]を設定していない。従って、ルータCは、ルータBから受信したL4_PEER_ACKを破棄する。ここで、端末Bから端末Aへ向けて送信されたL4_PEER_ACKは、ルータBに通過可能コネクションを設定する役割のみを果たす。   However, the router C does not set the address [10.0.0.2:2222] of the router B in the passable connection. Therefore, the router C discards the L4_PEER_ACK received from the router B. Here, the L4_PEER_ACK transmitted from the terminal B to the terminal A serves only to set a passable connection in the router B.

図6は、端末AがネットワークCへ移動した場合の第4のシーケンス図である。   FIG. 6 is a fourth sequence diagram when the terminal A moves to the network C.

図6に表されたシーケンスは、図3と共に実行されるものであってもよい。即ち、端末Aが、転送エージェントAへTA_REG_PORTを送信すると共に、端末BへL4_PEER_UPDを送信する。このとき、図5のような状態が発生しないけれども、逆に、ルータBによってL4_PEER_UPDが破棄される場合もある。   The sequence shown in FIG. 6 may be executed in conjunction with FIG. That is, the terminal A transmits TA_REG_PORT to the transfer agent A and transmits L4_PEER_UPD to the terminal B. At this time, although the state as shown in FIG. 5 does not occur, conversely, the router B may discard the L4_PEER_UPD.

(S601)ネットワークCに接続した端末Aは、L4_PEER_UPDを、端末Bへ送信する。このL4_PEER_UPDは、以下の情報を有し、ルータAによって受信される。
IP/L4ヘッダ>
宛先アドレス:ポート番号 [10.0.0.2:2222](ルータB)
送信元アドレス:ポート番号 [3.3.3.3:1000](端末A)
拡張ヘッダ>
移動後端末アドレス:ポート番号[3.3.3.3:1000](端末A)
移動後ルータアドレス:ポート番号[0]
(S601) The terminal A connected to the network C transmits L4_PEER_UPD to the terminal B. The L4_PEER_UPD has the following information and is received by the router A.
IP / L4 header>
Destination address: Port number [10.0.0.2:2222] (Router B)
Source address: port number [3.3.3.3:1000] (terminal A)
Extension header>
Terminal address after movement: port number [3.3.3.3:1000] (terminal A)
Moved router address: port number [0]

拡張ヘッダに含まれる移動後端末アドレスは、IPヘッダに含まれる送信元アドレスと同じである。このIPパケットが、NAPTルータを経由することによって、送信元アドレスが書き換わってしまうために、拡張ヘッダにも送信元アドレスを含めることによって、相手方端末に通知する役割をする。   The post-movement terminal address included in the extension header is the same as the source address included in the IP header. Since this IP packet passes through the NAPT router and the source address is rewritten, it also serves to notify the counterpart terminal by including the source address in the extension header.

尚、移動後ルータアドレス:ポート番号は、端末Aにとって不明であり、[0]が設定されている。端末Bは、図4のS403によって、移動後ルータのアドレス:ポート番号を知ることができる。   Note that the post-movement router address: port number is unknown to the terminal A, and [0] is set. The terminal B can know the address: port number of the router after movement through S403 in FIG.

(S602)ルータCは、端末Aから受信したL4_PEER_UPDについて、送信元アドレスをルータCのアドレスに変換する。
IP/L4ヘッダ>
宛先アドレス:ポート番号 [10.0.0.2:2222](ルータB)
送信元アドレス:ポート番号 [10.0.0.3:1111](ルータC)
拡張ヘッダ>
移動後端末アドレス:ポート番号[3.3.3.3:1000](端末A)
移動後ルータアドレス:ポート番号[0]
このとき、ルータAは、NAPTの内側から外側へ送信されるL4_PEER_UPDについて、逆方向に転送されるIPパケットを通過可能とするために、以下の通過可能コネクションを更に設定する。
ルータCの通過可能コネクション
[3.3.3.3:1000<−>10.0.0.1:1111]
(端末A) <−> (ルータA)
[3.3.3.3:1000<−>10.0.0.2:2222]
(端末A) <−> (ルータB)
そして、ルータCは、バックボーンネットワークを介してそのL4_PEER_UPDをルータBへ送信する。
(S602) For the L4_PEER_UPD received from the terminal A, the router C converts the source address to the address of the router C.
IP / L4 header>
Destination address: Port number [10.0.0.2:2222] (Router B)
Source address: Port number [10.0.0.3:1111] (Router C)
Extension header>
Terminal address after movement: port number [3.3.3.3:1000] (terminal A)
Moved router address: port number [0]
At this time, for the L4_PEER_UPD transmitted from the inside to the outside of the NAPT, the router A further sets the following passable connection in order to allow the IP packet transferred in the reverse direction to pass.
Passable connection of router C [3.3.3.3:1000<->10.0.0.1:1111]
(Terminal A) <-> (Router A)
[3.3.3.3:1000<->10.0.0.2:2222]
(Terminal A) <-> (Router B)
Then, the router C transmits the L4_PEER_UPD to the router B via the backbone network.

(S603)ルータBは、ルータAからL4_PEER_UPDを受信する。ルータBは、既に以下の通過可能コネクションを設定している。
ルータBの通過可能コネクション
[10.0.0.1:1111<−>2.2.2.2:2000]
(ルータA) <−> (端末B)
[10.0.0.3:1111<−>2.2.2.2:2000]
(ルータC) <−> (端末B)
従って、ルータBは、ルータAから受信したL4_PEER_UPDについて、宛先アドレスを端末Bのアドレスに変換する。
IP/L4ヘッダ>
宛先アドレス:ポート番号 [2.2.2.2:2000](端末B)
送信元アドレス:ポート番号 [10.0.0.3:1111](ルータC)
拡張ヘッダ>
移動後端末アドレス:ポート番号[3.3.3.3:1000](端末A)
移動後ルータアドレス:ポート番号[10.0.0.3:1111](ルータC)
そして、ルータBは、ネットワークBを介してそのL4_PEER_UPDを、端末Bへ送信する。
(S603) Router B receives L4_PEER_UPD from Router A. Router B has already set the following passable connections.
Router B passable connection [10.0.0.1:1111<->2.2.2.2:2000]
(Router A) <-> (Terminal B)
[10.0.0.3:1111<->2.2.2.2:2000]
(Router C) <-> (Terminal B)
Therefore, the router B converts the destination address of the L4_PEER_UPD received from the router A into the address of the terminal B.
IP / L4 header>
Destination address: port number [2.2.2.2:2000] (terminal B)
Source address: Port number [10.0.0.3:1111] (Router C)
Extension header>
Terminal address after movement: port number [3.3.3.3:1000] (terminal A)
Router address after movement: port number [10.0.0.3:1111] (Router C)
Then, the router B transmits the L4_PEER_UPD to the terminal B via the network B.

図7は、端末A及び端末Bが同時にネットワークを移動した場合の第1のシーケンス図である。   FIG. 7 is a first sequence diagram when the terminal A and the terminal B move on the network at the same time.

(S701〜S705)端末Aの移動について、図3のS301〜S305と全く同様である。
(S711〜S715)端末Bの移動について、図3のS301〜S305と全く同様である。
(S701 to S705) The movement of the terminal A is exactly the same as S301 to S305 in FIG.
(S711 to S715) The movement of the terminal B is exactly the same as S301 to S305 in FIG.

図8は、端末A及び端末Bが同時にネットワークを移動した場合の第2のシーケンス図である。   FIG. 8 is a second sequence diagram when the terminal A and the terminal B move on the network at the same time.

(S801〜S802)端末Aの移動について、図4のS401〜S402と全く同様である。尚、図示しないが、端末Bの移動についても、端末Bは、ルータB及びルータAを介して転送エージェントAへ、L4_PEER_UPDを送信する。 (S801 to S802) The movement of the terminal A is exactly the same as S401 to S402 in FIG. Although not shown, the terminal B transmits L4_PEER_UPD to the transfer agent A via the router B and the router A even when the terminal B moves.

(S803)ルータBは、ルータAからL4_PEER_UPDを受信する。ルータBは、既に以下の通過可能コネクションを設定している。
ルータBの通過可能コネクション
[10.0.0.1:1111<−>2.2.2.2:2000]
(ルータA) <−>(転送エージェントB)
従って、ルータBは、ルータAから受信したL4_PEER_UPDについて、宛先アドレスを端末Bのアドレスに変換する。
IP/L4ヘッダ>
宛先アドレス:ポート番号 [2.2.2.2:2000](エージェントB)
送信元アドレス:ポート番号 [10.0.0.1:1111](ルータA)
拡張ヘッダ>
移動後端末アドレス:ポート番号[3.3.3.3:1000](端末A)
移動後ルータアドレス:ポート番号[10.0.0.3:1111](ルータC)
ここで、移動後の端末Bのアドレスを宛先アドレスとするIPパケットは、転送エージェントBへ送信される。このとき、転送エージェントBは、直ぐに、次のシーケンスS901の動作をする。
(S803) Router B receives L4_PEER_UPD from router A. Router B has already set the following passable connections.
Router B passable connection [10.0.0.1:1111<->2.2.2.2:2000]
(Router A) <-> (Transfer Agent B)
Therefore, the router B converts the destination address of the L4_PEER_UPD received from the router A into the address of the terminal B.
IP / L4 header>
Destination address: Port number [2.2.2.2:2000] (Agent B)
Source address: Port number [10.0.0.1:1111] (Router A)
Extension header>
Terminal address after movement: port number [3.3.3.3:1000] (terminal A)
Router address after movement: port number [10.0.0.3:1111] (Router C)
Here, an IP packet whose destination address is the address of terminal B after movement is transmitted to transfer agent B. At this time, the transfer agent B immediately operates in the next sequence S901.

図9は、端末A及び端末Bが同時にネットワークを移動した場合の第3のシーケンス図である。   FIG. 9 is a third sequence diagram when the terminal A and the terminal B move on the network at the same time.

(S901)L4_PEER_UPDを受信した転送エージェントBは、直ぐに、L4_PEER_UPDをルータDへ送信する。このL4_PEER_UPDは、以下の情報を有し、ルータBによって受信される。
IP/L4ヘッダ>
宛先アドレス:ポート番号 [10.0.0.4:4444](ルータD)
送信元アドレス:ポート番号 [2.2.2.2:2000](端末B)
拡張ヘッダ>
移動後端末アドレス:ポート番号[3.3.3.3:1000](端末A)
移動後ルータアドレス:ポート番号[10.0.0.3:1111](ルータC)
(S901) Upon receiving L4_PEER_UPD, transfer agent B immediately transmits L4_PEER_UPD to router D. The L4_PEER_UPD has the following information and is received by the router B.
IP / L4 header>
Destination address: Port number [10.0.0.4:4444] (Router D)
Source address: port number [2.2.2.2:2000] (terminal B)
Extension header>
Terminal address after movement: port number [3.3.3.3:1000] (terminal A)
Router address after movement: port number [10.0.0.3:1111] (Router C)

(S902)ルータBは、転送エージェントBから受信したL4_PEER_UPDについて、送信元アドレスをルータAのアドレスに変換する。
IP/L4ヘッダ>
宛先アドレス:ポート番号 [10.0.0.4:4444](ルータD)
送信元アドレス:ポート番号 [10.0.0.2:2222](ルータB)
拡張ヘッダ>
移動後端末アドレス:ポート番号[3.3.3.3:1000](端末A)
移動後ルータアドレス:ポート番号[10.0.0.3:1111](ルータC)
そして、ルータBは、バックボーンネットワークを介してそのL4_PEER_UPDをルータDへ送信する。
(S902) The router B converts the source address to the address of the router A for L4_PEER_UPD received from the transfer agent B.
IP / L4 header>
Destination address: Port number [10.0.0.4:4444] (Router D)
Source address: Port number [10.0.0.2:2222] (Router B)
Extension header>
Terminal address after movement: port number [3.3.3.3:1000] (terminal A)
Router address after movement: port number [10.0.0.3:1111] (Router C)
Then, the router B transmits the L4_PEER_UPD to the router D through the backbone network.

(S903)ルータDは、ルータBからL4_PEER_UPDを受信する。ルータDは、既に以下の通過可能コネクションを設定している。
ルータBの通過可能コネクション
[10.0.0.2:2222<−>4.4.4.4:2000]
(ルータB) <−> (端末B)
従って、ルータDは、ルータBから受信したL4_PEER_UPDについて、宛先アドレスを端末Bのアドレスに変換する。
IP/L4ヘッダ>
宛先アドレス:ポート番号 [4.4.4.4:2000](端末B)
送信元アドレス:ポート番号 [10.0.0.2:2222](ルータB)
拡張ヘッダ>
移動後端末アドレス:ポート番号[3.3.3.3:1000](端末A)
移動後ルータアドレス:ポート番号[10.0.0.3:1111](ルータC)
そして、ルータDは、ネットワークBを介してそのL4_PEER_UPDを、端末Bへ送信する。
(S903) Router D receives L4_PEER_UPD from Router B. Router D has already set the following passable connections.
Allowable connection of Router B [10.0.0.2:2222<->4.4.4.4:2000]
(Router B) <-> (Terminal B)
Therefore, the router D converts the destination address of the L4_PEER_UPD received from the router B into the address of the terminal B.
IP / L4 header>
Destination address: port number [4.4.4.4:2000] (terminal B)
Source address: Port number [10.0.0.2:2222] (Router B)
Extension header>
Terminal address after movement: port number [3.3.3.3:1000] (terminal A)
Router address after movement: port number [10.0.0.3:1111] (Router C)
Then, the router D transmits the L4_PEER_UPD to the terminal B via the network B.

図10は、端末A及び端末Bが同時にネットワークを移動した場合の第4のシーケンス図である。   FIG. 10 is a fourth sequence diagram when terminal A and terminal B move through the network at the same time.

(S1001)端末Bは、L4_PEER_ACKを、端末Aへ送信しようとする。これは、端末Bが、NAPTルータ内側のネットワークに接続している際に必要となる。これによって、ルータDの通過可能コネクションに、ルータCとの間のコネクションの許可を設定することができる。 (S1001) Terminal B attempts to transmit L4_PEER_ACK to terminal A. This is necessary when the terminal B is connected to the network inside the NAPT router. As a result, the permission of the connection with the router C can be set in the passable connection of the router D.

端末Bは、L4_PEER_ACKをルータDへ送信する。端末Bは、端末AがルータC内側のネットワークに移動したことを知っている。このL4_PEER_ACKは、以下の情報を有し、ルータDによって受信される。
宛先アドレス:ポート番号 [10.0.0.3:1111](ルータC)
送信元アドレス:ポート番号 [4.4.4.4:2000](端末B)
Terminal B transmits L4_PEER_ACK to router D. Terminal B knows that terminal A has moved to the network inside router C. This L4_PEER_ACK has the following information and is received by the router D.
Destination address: Port number [10.0.0.3:1111] (Router C)
Source address: port number [4.4.4.4:2000] (terminal B)

(S1002)ルータDは、端末Bから受信したL4_PEER_ACKについて、送信元アドレスをルータDのアドレスに変換する。
宛先アドレス:ポート番号 [10.0.0.3:1111](ルータC)
送信元アドレス:ポート番号 [10.0.0.4:2000](ルータD)
このとき、ルータDは、NAPTの内側から外側へ送信されるL4_PEER_ACKについて、逆方向に転送されるIPパケットを通過可能とするために、以下の通過可能コネクションを更に設定する。
ルータDの通過可能コネクション
[10.0.0.2:2222<−>4.4.4.4:2000]
(ルータB) <−> (端末B)
[10.0.0.3:1111<−>4.4.4.4:2000]
(ルータC) <−> (端末B)
そして、ルータDは、バックボーンネットワークを介してそのL4_PEER_ACKをルータCへ送信する。
(S1002) The router D converts the transmission source address into the address of the router D for L4_PEER_ACK received from the terminal B.
Destination address: Port number [10.0.0.3:1111] (Router C)
Source address: Port number [10.0.0.4:2000] (Router D)
At this time, for the L4_PEER_ACK transmitted from the inside to the outside of the NAPT, the router D further sets the following passable connection in order to allow the IP packet transferred in the reverse direction to pass.
Passable connection of router D [10.0.0.2:2222<->4.4.4.4:2000]
(Router B) <-> (Terminal B)
[10.0.0.3:1111<->4.44.4:2000]
(Router C) <-> (Terminal B)
Then, the router D transmits the L4_PEER_ACK to the router C via the backbone network.

しかしながら、ルータCは、通過可能コネクションに、ルータDのアドレス[10.0.0.4:4444]を設定していない。従って、ルータCは、ルータDから受信したL4_PEER_ACKを破棄する。ここで、端末Bから端末Aへ向けて送信されたL4_PEER_ACKは、ルータDに通過可能コネクションを設定する役割のみを果たす。   However, the router C does not set the address [10.0.0.4:4444] of the router D in the passable connection. Therefore, the router C discards the L4_PEER_ACK received from the router D. Here, the L4_PEER_ACK transmitted from the terminal B to the terminal A serves only to set a passable connection in the router D.

図11は、端末A及び端末Bが同時にネットワークを移動した場合の第5のシーケンス図である。   FIG. 11 is a fifth sequence diagram when terminal A and terminal B move through the network at the same time.

図8及び図9におけるS801〜S903までのシーケンスは、端末Bから見ても全く同様に動作する。従って、図10のS1001について、端末Bが端末AへL4_PEER_ACKを送信するのと同様に、端末Aも端末BへL4_PEER_ACKを送信する。以下では、端末BからL4_PEER_ACKが先に送信され、その後、端末AからL4_PEER_ACKが送信されたものとする。   The sequence from S801 to S903 in FIG. 8 and FIG. Accordingly, terminal S transmits L4_PEER_ACK to terminal B in the same manner as terminal B transmits L4_PEER_ACK to terminal A in S1001 of FIG. In the following, it is assumed that L4_PEER_ACK is transmitted from terminal B first, and then L4_PEER_ACK is transmitted from terminal A.

(S1101)ネットワークCに接続した端末Aは、L4_PEER_ACKを、端末Bへ送信する。このL4_PEER_ACKは、以下の情報を有し、ルータAによって受信される。
宛先アドレス:ポート番号 [10.0.0.4:4444](ルータD)
送信元アドレス:ポート番号 [3.3.3.3:1000](端末A)
(S1101) Terminal A connected to network C transmits L4_PEER_ACK to terminal B. This L4_PEER_ACK has the following information and is received by the router A.
Destination address: Port number [10.0.0.4:4444] (Router D)
Source address: port number [3.3.3.3:1000] (terminal A)

(S1102)ルータCは、端末Aから受信したL4_PEER_ACKについて、送信元アドレスをルータCのアドレスに変換する。
宛先アドレス:ポート番号 [10.0.0.4:4444](ルータD)
送信元アドレス:ポート番号 [10.0.0.3:1111](ルータC)
このとき、ルータAは、NAPTの内側から外側へ送信されるL4_PEER_UPDについて、逆方向に転送されるIPパケットを通過可能とするために、以下の通過可能コネクションを更に設定する。
ルータCの通過可能コネクション
[3.3.3.3:1000<−>10.0.0.1:1111]
(端末A) <−> (ルータA)
[3.3.3.3:1000<−>10.0.0.4:4444]
(端末A) <−> (ルータD)
そして、ルータCは、バックボーンネットワークを介してそのL4_PEER_UPDをルータDへ送信する。
(S1102) The router C converts the source address to the address of the router C for L4_PEER_ACK received from the terminal A.
Destination address: Port number [10.0.0.4:4444] (Router D)
Source address: Port number [10.0.0.3:1111] (Router C)
At this time, for the L4_PEER_UPD transmitted from the inside to the outside of the NAPT, the router A further sets the following passable connection in order to allow the IP packet transferred in the reverse direction to pass.
Passable connection of router C [3.3.3.3:1000<->10.0.0.1:1111]
(Terminal A) <-> (Router A)
[3.3.3.3:1000<->10.0.0.4:4444]
(Terminal A) <-> (Router D)
Then, the router C transmits the L4_PEER_UPD to the router D through the backbone network.

(S1103)ルータDは、ルータAからL4_PEER_ACKを受信する。ルータDは、既に以下の通過可能コネクションを設定している。
ルータDの通過可能コネクション
[10.0.0.2:2222<−>4.4.4.4:2000]
(ルータB) <−> (端末B)
[10.0.0.3:1111<−>4.4.4.4:2000]
(ルータC) <−> (端末B)
従って、ルータDは、ルータCから受信したL4_PEER_ACKについて、宛先アドレスを端末Bのアドレスに変換する。
宛先アドレス:ポート番号 [4.4.4.4:2000](端末B)
送信元アドレス:ポート番号 [10.0.0.3:1111](ルータC)
そして、ルータDは、ネットワークDを介してそのL4_PEER_ACKを、端末Bへ送信する。
(S1103) The router D receives L4_PEER_ACK from the router A. Router D has already set the following passable connections.
Passable connection of router D [10.0.0.2:2222<->4.4.4.4:2000]
(Router B) <-> (Terminal B)
[10.0.0.3:1111<->4.44.4:2000]
(Router C) <-> (Terminal B)
Therefore, the router D converts the destination address into the address of the terminal B for L4_PEER_ACK received from the router C.
Destination address: port number [4.4.4.4:2000] (terminal B)
Source address: Port number [10.0.0.3:1111] (Router C)
Then, the router D transmits the L4_PEER_ACK to the terminal B via the network D.

前述したように、図1及び図3〜図11については、移動後の端末が、NAPTルータ内側のネットワークに接続されるとして説明した。ここで、移動後の端末が、NAPTルータが無いネットワーク、例えばバックボーンネットワークに直接的に接続されたとしても、前述したシーケンス動作と全く同じである。   As described above, FIGS. 1 and 3 to 11 have been described on the assumption that the terminal after movement is connected to the network inside the NAPT router. Here, even if the terminal after movement is directly connected to a network without a NAPT router, for example, a backbone network, the sequence operation described above is exactly the same.

この場合、移動後の端末から送信されるL4_PEER_UPDのIPヘッダ及びL4ヘッダの送信元アドレス及びポート番号は書き換えられることなく、相手方NAPTルータ(又は相手方端末)へ届く。移動後の端末のポート番号は0のままである。同様に、TA_REG_PORTのIPヘッダ及びL4ヘッダも書き換えられない。結局、IPヘッダ及びL4ヘッダの内容と、拡張ヘッダの内容とに違いが無いというだけである。例えば、図10について、ルータCがNAPTルータでなかったとすれば、L4_PEER_ACKは、ルータCを単に通過して端末Aへ到達することとなる。   In this case, the IP header of the L4_PEER_UPD transmitted from the terminal after movement and the source address and port number of the L4 header reach the counterpart NAPT router (or counterpart terminal) without being rewritten. The port number of the terminal after moving remains 0. Similarly, the IP header and L4 header of TA_REG_PORT are not rewritten. After all, there is no difference between the contents of the IP header and the L4 header and the contents of the extension header. For example, in FIG. 10, if the router C is not a NAPT router, the L4_PEER_ACK simply passes through the router C and reaches the terminal A.

図12は、本発明における端末及び転送エージェントの機能構成図である。   FIG. 12 is a functional configuration diagram of the terminal and the transfer agent in the present invention.

転送エージェント1は、ポート登録メッセージ受信部11と、移動更新メッセージ送信部12と、移動登録メッセージ受信部13と、パケット転送部14と、広告メッセージ送信部15とを有する。これら機能部は、転送エージェントに搭載されたコンピュータを機能させるプログラムを実行することによっても実現できる。   The transfer agent 1 includes a port registration message reception unit 11, a movement update message transmission unit 12, a movement registration message reception unit 13, a packet transfer unit 14, and an advertisement message transmission unit 15. These functional units can also be realized by executing a program that causes a computer installed in the transfer agent to function.

ポート登録メッセージ受信部11は、端末から、送信元アドレス及びポート番号と、相手方端末のアドレス及びポート番号とをデータ部に含むTA_REG_PORTを受信する。送信元アドレス及びポート番号によって、端末Aであることを特定する。また、相手方端末のアドレス及びポート番号によって、その端末Aが端末Bとのコネクションを更新したいとすることを認識する。   The port registration message receiving unit 11 receives TA_REG_PORT including the transmission source address and port number and the address and port number of the counterpart terminal in the data part from the terminal. The terminal A is specified by the source address and the port number. Also, it recognizes that the terminal A wants to update the connection with the terminal B by the address and port number of the counterpart terminal.

移動更新メッセージ送信部12は、端末の移動後アドレスと、移動後のルータのアドレス及びポート番号とをデータ部に含むL4_PEER_UPDを、相手方端末へ送信する。L4_PEER_UPDは、移動前の端末のコネクションを通して、相手方ルータを通過することができる。これにより、相手方端末は、移動後の端末のアドレスを認識し、その端末へ送信すべきパケットはその移動後のルータのアドレス及びポート番号へ送信すればよいと認識する。   The movement update message transmission unit 12 transmits L4_PEER_UPD including the post-movement address of the terminal and the address and port number of the moved router in the data part to the counterpart terminal. L4_PEER_UPD can pass through the partner router through the connection of the terminal before movement. Thereby, the counterpart terminal recognizes the address of the terminal after movement, and recognizes that the packet to be transmitted to the terminal should be transmitted to the address and port number of the router after the movement.

移動登録メッセージ受信部13は、端末から、移動後のアドレスを含む移動登録メッセージ(TA_REG)を受信する。更新された移動後のアドレスは、パケット転送部14の転送テーブルに登録される。   The movement registration message receiving unit 13 receives a movement registration message (TA_REG) including an address after movement from the terminal. The updated moved address is registered in the transfer table of the packet transfer unit 14.

パケット転送部14は、転送テーブルを用いて、移動前の端末へ送信すべきパケットを、移動後の端末へ転送する。転送テーブルは、移動登録メッセージに対応する。   The packet transfer unit 14 uses the transfer table to transfer a packet to be transmitted to the terminal before movement to the terminal after movement. The forwarding table corresponds to the movement registration message.

広告メッセージ送信部15は、自らの存在を知らせる広告メッセージを、ネットワーク内に定期的に同報送信する。   The advertisement message transmission unit 15 periodically transmits an advertisement message informing the presence of the advertisement message in the network.

端末2は、ポート登録メッセージ送信部21と、移動更新メッセージ送信部22と、移動更新メッセージ受信部23と、移動更新応答メッセージ送信部24と、移動登録メッセージ送信部25と、パケット送受信部26と、広告メッセージ受信部27とを有する。これら機能部は、端末に搭載されたコンピュータを機能させるプログラムを実行することによっても実現できる。   The terminal 2 includes a port registration message transmission unit 21, a movement update message transmission unit 22, a movement update message reception unit 23, a movement update response message transmission unit 24, a movement registration message transmission unit 25, and a packet transmission / reception unit 26. And an advertisement message receiving unit 27. These functional units can also be realized by executing a program that causes a computer installed in the terminal to function.

ポート登録メッセージ送信部21は、送信元アドレス及びポート番号と、相手方端末のアドレス及びポート番号とをデータ部に含むTA_REG_PORTを、転送エージェント1へ送信する。これにより、転送エージェントは、送信元アドレス及びポート番号によって、移動後端末を特定し、相手方端末のアドレス及びポート番号によって、その端末Aが端末Bとのコネクションを更新したいとすることを認識する。   The port registration message transmission unit 21 transmits TA_REG_PORT including the transmission source address and port number and the address and port number of the counterpart terminal in the data part to the transfer agent 1. Thereby, the transfer agent identifies the terminal after movement by the source address and the port number, and recognizes that the terminal A wants to update the connection with the terminal B by the address and port number of the counterpart terminal.

移動更新メッセージ送信部22は、端末の移動後アドレスと、移動後のルータのアドレス及びポート番号とをデータ部に含むL4_PEER_UPDを、相手方端末へ送信する。これにより、移動後のルータに、相手方端末との間の通過可能コネクションを設定することができる。   The movement update message transmission unit 22 transmits L4_PEER_UPD including the post-movement address of the terminal and the address and port number of the moved router in the data part to the counterpart terminal. As a result, a passable connection with the counterpart terminal can be set in the moved router.

移動更新メッセージ受信部23は、転送エージェント1又は相手方端末から、L4_PEER_UPDを受信する。また、移動更新メッセージ受信部23は、L4_PEER_UPDを受信した旨を、移動更新応答メッセージ送信部24へ通知する。   The movement update message receiving unit 23 receives L4_PEER_UPD from the transfer agent 1 or the counterpart terminal. In addition, the movement update message reception unit 23 notifies the movement update response message transmission unit 24 that L4_PEER_UPD has been received.

移動更新応答メッセージ送信部24は、移動更新メッセージ受信部23によってL4_PEER_UPDが受信された際に、L4_PEER_ACKを相手方端末へ送信する。これにより、ルータに、相手方端末との間の通過可能コネクションを設定することができる。   The movement update response message transmission unit 24 transmits L4_PEER_ACK to the counterpart terminal when the movement update message reception unit 23 receives L4_PEER_UPD. As a result, a passable connection with the counterpart terminal can be set in the router.

移動登録メッセージ送信部25は、1つ以上のソケット情報を含むTA_REGを、転送エージェント1へ送信する。   The movement registration message transmission unit 25 transmits TA_REG including one or more pieces of socket information to the transfer agent 1.

パケット送受信部26は、相手方端末、相手方ルータ又は転送エージェントとの間で、パケットを送受信する。   The packet transmitting / receiving unit 26 transmits / receives a packet to / from a counterpart terminal, a counterpart router, or a transfer agent.

広告メッセージ受信部27は、広告メッセージを受信し、転送エージェント1の存在を知る。   The advertisement message receiving unit 27 receives the advertisement message and knows the presence of the transfer agent 1.

最後に、本発明の適用状態について説明する。   Finally, the application state of the present invention will be described.

同一出願人による先の出願発明(特願2005−358837)よれば、唯一のポート番号を付与することによって、移動後の端末のアドレスが変更された場合であっても、ポート番号の対応付けから、アドレスを自動的に更新する。これにより、端末が移動しても、ソケットを有効にすることができ、コネクションが切断されない。   According to the earlier application invention by the same applicant (Japanese Patent Application No. 2005-358837), even if the address of the terminal after movement is changed by assigning a unique port number, the correspondence of the port number , Update the address automatically. Thereby, even if a terminal moves, a socket can be validated and a connection is not cut | disconnected.

しかしながら、端末やエージェント装置が、NAPTルータ内側のネットワークに接続されている場合、移動後の端末との間のシグナリング及びデータパケットの全てが、NAPTルータを通過することができない。従って、本発明によって、NAPTルータ内側のネットワークに端末が移動した場合であっても、対向する端末がコネクションを切断することなく、通信を回復させることができる。   However, when a terminal or an agent device is connected to a network inside the NAPT router, all signaling and data packets with the terminal after movement cannot pass through the NAPT router. Therefore, according to the present invention, even if the terminal moves to the network inside the NAPT router, communication can be recovered without disconnecting the connection by the opposing terminal.

先の発明について、具体的に説明する。端末A(IPa、ポートa)と端末B(IPa、ポートa)とが通信していたときに、端末Aが移動して新たにIPnaを取得したとする。また、ポート番号は、唯一の番号が付与されており、送信元ポート番号−宛先ポート番号の対のユニーク性が保証されている。このために、宛先アドレス:ポート番号[IPna:ポートa]のパケットを受信した際に、ポートaについて、宛先アドレスがIPaからIPnaへ変更されたと認識することができる。これに基づいて、ソケット情報の中の端末AのアドレスをIPnaへ変更する。   The previous invention will be specifically described. It is assumed that when the terminal A (IPa, port a) and the terminal B (IPa, port a) are communicating, the terminal A moves and newly acquires IPna. In addition, a unique number is assigned to the port number, and the uniqueness of the source port number-destination port number pair is guaranteed. For this reason, when a packet of destination address: port number [IPna: port a] is received, it can be recognized that the destination address of port a has been changed from IPa to IPna. Based on this, the address of terminal A in the socket information is changed to IPna.

以上、詳細に説明したように、本発明の端末のハンドオフ方法、転送エージェント、端末及びプログラムによれば、端末が、移動によって、NAPTルータを介して接続されたネットワークに接続された場合であっても、NAPTルータが当該端末へのパケットを破棄しないようにすることができる。また、本発明によれば、対向して通信している2つの端末が同時に移動した場合であっても、一時的に転送エージェントを用いるだけで、その移動後のネットワークがNAPTルータの内側/外側に関係なく、通信を回復することができる。   As described above in detail, according to the terminal handoff method, transfer agent, terminal, and program of the present invention, when the terminal is connected to the network connected via the NAPT router by movement. In addition, it is possible to prevent the NAPT router from discarding the packet to the terminal. Further, according to the present invention, even if two terminals communicating with each other move at the same time, the network after the movement can be used only on the inside / outside of the NAPT router by using a transfer agent temporarily. Regardless of the communication, communication can be recovered.

前述した本発明における種々の実施形態によれば、当業者は、本発明の技術思想及び見地の範囲における種々の変更、修正及び省略を容易に行うことができる。前述の説明はあくまで例であって、何ら制約しようとするものではない。本発明は、特許請求の範囲及びその均等物として限定するものにのみ制約される。   According to the various embodiments of the present invention described above, those skilled in the art can easily make various changes, modifications and omissions within the scope of the technical idea and the viewpoint of the present invention. The above description is merely an example, and is not intended to be restrictive. The invention is limited only as defined in the following claims and the equivalents thereto.

端末の移動前に確立されている通信のシーケンス図である。It is a sequence diagram of communication established before the terminal moves. 本発明によって用いられるメッセージフォーマットである。It is a message format used by the present invention. 端末AがネットワークCへ移動した場合の第1のシーケンス図である。FIG. 6 is a first sequence diagram when terminal A moves to network C. 端末AがネットワークCへ移動した場合の第2のシーケンス図である。FIG. 10 is a second sequence diagram when terminal A moves to network C. 端末AがネットワークCへ移動した場合の第3のシーケンス図である。FIG. 10 is a third sequence diagram when terminal A moves to network C. 端末AがネットワークCへ移動した場合の第4のシーケンス図である。FIG. 10 is a fourth sequence diagram when terminal A moves to network C. 端末A及び端末Bが同時にネットワークを移動した場合の第1のシーケンス図である。It is a 1st sequence diagram when the terminal A and the terminal B move the network simultaneously. 端末A及び端末Bが同時にネットワークを移動した場合の第2のシーケンス図である。It is a 2nd sequence diagram when the terminal A and the terminal B move the network simultaneously. 端末A及び端末Bが同時にネットワークを移動した場合の第3のシーケンス図である。It is a 3rd sequence diagram when the terminal A and the terminal B move the network simultaneously. 端末A及び端末Bが同時にネットワークを移動した場合の第4のシーケンス図である。It is a 4th sequence diagram when the terminal A and the terminal B move the network simultaneously. 端末A及び端末Bが同時にネットワークを移動した場合の第5のシーケンス図である。It is a 5th sequence diagram when the terminal A and the terminal B move the network simultaneously. 本発明における端末及び転送エージェントの機能構成図である。It is a function block diagram of the terminal and transfer agent in this invention.

符号の説明Explanation of symbols

1 転送エージェント
11 ポート登録メッセージ受信部
12 移動更新メッセージ送信部
13 移動登録メッセージ受信部
14 パケット転送部
15 広告メッセージ送信部
2 端末
21 ポート登録メッセージ送信部
22 移動更新メッセージ送信部
23 移動更新メッセージ受信部
24 移動更新応答メッセージ送信部
25 移動登録メッセージ送信部
26 パケット送受信部
27 広告メッセージ受信部
DESCRIPTION OF SYMBOLS 1 Transfer agent 11 Port registration message receiving part 12 Movement update message transmission part 13 Movement registration message reception part 14 Packet transfer part 15 Advertisement message transmission part 2 Terminal 21 Port registration message transmission part 22 Movement update message transmission part 23 Movement update message reception part 24 movement update response message transmission unit 25 movement registration message transmission unit 26 packet transmission / reception unit 27 advertisement message reception unit

Claims (9)

複数のローカルネットワークがNAPT(Network Address Port Translation)機能付きルータを介して基幹ネットワークに接続されており、第1のローカルネットワークに接続された第1の端末が、第1のルータ及び前記基幹ネットワークを介して、第2の端末と通信している際に実行される端末のハンドオフ方法であって、
第1のローカルネットワークに、第1の転送エージェントが接続されており、
前記端末が、移動によって第3のローカルネットワークに接続し、新たな移動後アドレスが前記端末に付与された際に、
前記端末が、送信元アドレス及びポート番号と、第2の端末のアドレス及びポート番号とをデータ部に含むポート登録メッセージを、第3のルータを介して、第1の転送エージェントへ送信する第1のステップと、
第1の転送エージェントが、前記端末の前記移動後アドレスと、第3のルータのアドレス及びポート番号とをデータ部に含む移動更新メッセージを、第2の端末へ送信する第2のステップと、
前記端末が、前記端末の前記移動後アドレスと、第3のルータのアドレス及びポート番号とをデータ部に含む移動更新メッセージを、第2の端末へ送信する第3のステップとを有することを特徴とする端末のハンドオフ方法。
A plurality of local networks are connected to the backbone network via a router with a network address port translation (NAPT) function, and the first terminal connected to the first local network connects the first router and the backbone network. A terminal handoff method performed when communicating with the second terminal via:
A first transfer agent is connected to the first local network;
When the terminal connects to a third local network by movement and a new post-movement address is given to the terminal,
The terminal transmits a port registration message including the source address and port number and the address and port number of the second terminal in the data part to the first transfer agent via the third router. And the steps
A second step in which a first transfer agent transmits a movement update message including the post-movement address of the terminal and the address and port number of a third router in a data part to a second terminal;
The terminal includes a third step of transmitting a movement update message including the post-movement address of the terminal and the address and port number of a third router in a data part to the second terminal. The terminal handoff method.
第3のステップは、第1のステップと同時に実行されることを特徴とする請求項1に記載の端末のハンドオフ方法。   The terminal handoff method according to claim 1, wherein the third step is executed simultaneously with the first step. 前記移動更新メッセージを受信した第2の端末が、移動後の第3のルータのアドレスを宛先アドレスとする移動更新応答メッセージを送信する第4のステップを更に有することを特徴とする請求項1又は2に記載の端末のハンドオフ方法。   The second step of receiving the movement update message further comprises a fourth step of transmitting a movement update response message having the destination address as the address of the third router after movement. The terminal handoff method according to 2. 複数のローカルネットワークがNAPT機能付きルータを介して基幹ネットワークに接続されており、第1のローカルネットワークに接続された第1の端末が、第1のルータ及び前記基幹ネットワークを介して、第2の端末と通信するシステムについて、第1のローカルネットワークに接続された転送エージェントであって、
前記端末が、移動によって第3のローカルネットワークに接続し、新たな移動後アドレスが前記端末に付与された際に、
前記端末から、送信元アドレス及びポート番号と、第2の端末のアドレス及びポート番号とデータ部に含むポート登録メッセージを受信するポート登録メッセージ受信手段と、
前記端末の前記移動後アドレスと、第3のルータのアドレス及びポート番号とをデータ部に含む移動更新メッセージを、第2の端末へ送信する移動更新メッセージ送信手段と
を有することを特徴とする転送エージェント。
A plurality of local networks are connected to the backbone network via a router with a NAPT function, and the first terminal connected to the first local network is connected to the second network via the first router and the backbone network. A transfer agent connected to a first local network for a system communicating with a terminal,
When the terminal connects to a third local network by movement and a new post-movement address is given to the terminal,
Port registration message receiving means for receiving a source address and port number from the terminal, and a port registration message included in the address and port number of the second terminal and the data part;
A transfer update message sending means for sending a move update message including the post-movement address of the terminal and the address and port number of a third router in a data part to a second terminal; Agent.
複数のローカルネットワークがNAPT機能付きルータを介して基幹ネットワークに接続されており、第1のローカルネットワークに接続された第1の端末が、第1のルータ及び前記基幹ネットワークを介して、第2の端末と通信するシステムについて、第1のローカルネットワークに転送エージェントが接続されたシステムにおける前記端末であって、
前記端末が、移動によって第3のローカルネットワークに接続し、新たな移動後アドレスが前記端末に付与された際に、
送信元ポート番号と、第2の端末のアドレス及びポート番号とをデータ部に含むポート登録メッセージを、前記転送エージェントへ送信するポート登録メッセージ送信手段と、
前記端末の前記移動後アドレスと、第3のルータのアドレス及びポート番号とをデータ部に含む移動更新メッセージを、第2の端末へ送信する移動更新メッセージ送信手段と
を有することを特徴とする端末。
A plurality of local networks are connected to the backbone network via a router with a NAPT function, and the first terminal connected to the first local network is connected to the second network via the first router and the backbone network. For a system communicating with a terminal, the terminal in a system in which a transfer agent is connected to a first local network,
When the terminal connects to a third local network by movement and a new post-movement address is given to the terminal,
A port registration message transmitting means for transmitting a port registration message including a transmission source port number and the address and port number of the second terminal in the data part to the transfer agent;
A terminal comprising: a movement update message transmission means for transmitting a movement update message including the post-movement address of the terminal and the address and port number of a third router in a data part to the second terminal. .
前記移動更新メッセージを受信した際に、移動後の第3のルータのアドレスを宛先アドレスとする移動更新応答メッセージを送信する移動更新応答メッセージ送信手段を更に有することを特徴とする請求項5に記載の端末。   6. The mobile update response message transmitting means for transmitting a mobile update response message having a destination address of the address of the third router after the movement when the mobile update message is received. Terminal. 複数のローカルネットワークがNAPT機能付きルータを介して基幹ネットワークに接続されており、第1のローカルネットワークに接続された第1の端末が、第1のルータ及び前記基幹ネットワークを介して、第2の端末と通信するシステムについて、第1のローカルネットワークに接続された転送エージェントに搭載されたコンピュータを機能させるプログラムであって、
前記端末が、移動によって第3のローカルネットワークに接続し、新たな移動後アドレスが前記端末に付与された際に、
前記端末から、送信元アドレス及びポート番号と、第2の端末のアドレス及びポート番号とデータ部に含むポート登録メッセージを受信するポート登録メッセージ受信手段と、
前記端末の前記移動後アドレスと、第3のルータのアドレス及びポート番号とをデータ部に含む移動更新メッセージを、第2の端末へ送信する移動更新メッセージ送信手段と
してコンピュータを機能させることを特徴とする転送エージェント用プログラム。
A plurality of local networks are connected to the backbone network via a router with a NAPT function, and the first terminal connected to the first local network is connected to the second network via the first router and the backbone network. A program for operating a computer mounted on a transfer agent connected to a first local network for a system communicating with a terminal,
When the terminal connects to a third local network by movement and a new post-movement address is given to the terminal,
Port registration message receiving means for receiving a source address and port number from the terminal, and a port registration message included in the address and port number of the second terminal and the data part;
A computer is caused to function as a movement update message transmitting means for transmitting a movement update message including the post-movement address of the terminal and the address and port number of a third router in a data part to a second terminal. Transfer agent program to be executed.
複数のローカルネットワークがNAPT機能付きルータを介して基幹ネットワークに接続されており、第1のローカルネットワークに接続された第1の端末が、第1のルータ及び前記基幹ネットワークを介して、第2の端末と通信するシステムについて、第1のローカルネットワークに転送エージェントが接続されたシステムにおける前記端末に搭載されたコンピュータを機能させるプログラムであって、
前記端末が、移動によって第3のローカルネットワークに接続し、新たな移動後アドレスが前記端末に付与された際に、
送信元ポート番号と、第2の端末のアドレス及びポート番号とをデータ部に含むポート登録メッセージを、前記転送エージェントへ送信するポート登録メッセージ送信手段と、
前記端末の前記移動後アドレスと、第3のルータのアドレス及びポート番号とをデータ部に含む移動更新メッセージを、第2の端末へ送信する移動更新メッセージ送信手段と
してコンピュータを機能させることを特徴とする端末用プログラム。
A plurality of local networks are connected to the backbone network via a router with a NAPT function, and the first terminal connected to the first local network is connected to the second network via the first router and the backbone network. For a system that communicates with a terminal, a program that causes a computer installed in the terminal in a system in which a transfer agent is connected to a first local network to function,
When the terminal connects to a third local network by movement and a new post-movement address is given to the terminal,
A port registration message transmitting means for transmitting a port registration message including a transmission source port number and the address and port number of the second terminal in the data part to the transfer agent;
A computer is caused to function as a movement update message transmitting means for transmitting a movement update message including the post-movement address of the terminal and the address and port number of a third router in a data part to a second terminal. Terminal program to be used.
前記移動更新メッセージを受信した際に、移動後の第3のルータのアドレスを宛先アドレスとする更新応答メッセージを送信する移動更新応答メッセージ送信手段を更に有することを特徴とする請求項8に記載の端末用プログラム。   9. The mobile update response message transmitting unit according to claim 8, further comprising: a mobile update response message transmitting unit configured to transmit an update response message having a destination address of the address of the third router after the movement when the mobile update message is received. Terminal program.
JP2006350743A 2006-12-27 2006-12-27 Handoff method and system for terminals connected via NAPT router Expired - Fee Related JP4698571B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006350743A JP4698571B2 (en) 2006-12-27 2006-12-27 Handoff method and system for terminals connected via NAPT router

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006350743A JP4698571B2 (en) 2006-12-27 2006-12-27 Handoff method and system for terminals connected via NAPT router

Publications (2)

Publication Number Publication Date
JP2008166874A true JP2008166874A (en) 2008-07-17
JP4698571B2 JP4698571B2 (en) 2011-06-08

Family

ID=39695779

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006350743A Expired - Fee Related JP4698571B2 (en) 2006-12-27 2006-12-27 Handoff method and system for terminals connected via NAPT router

Country Status (1)

Country Link
JP (1) JP4698571B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014035601A (en) * 2012-08-07 2014-02-24 Kddi Corp Server device, communication device, and program
JP2016086219A (en) * 2014-10-23 2016-05-19 富士通株式会社 Relay device, relay system, relay method and program

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002094546A (en) * 2000-09-19 2002-03-29 Kddi Corp Address conversion method in mobile ip
WO2002058342A1 (en) * 2001-01-18 2002-07-25 Ntt Docomo, Inc. Packet communication system
JP2002271345A (en) * 2001-03-09 2002-09-20 Nec Corp Radio lan system and its controlling method
JP2007166146A (en) * 2005-12-13 2007-06-28 Kddi Corp Communication device whose address can be changed during communication, system, and communication method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002094546A (en) * 2000-09-19 2002-03-29 Kddi Corp Address conversion method in mobile ip
WO2002058342A1 (en) * 2001-01-18 2002-07-25 Ntt Docomo, Inc. Packet communication system
JP2002271345A (en) * 2001-03-09 2002-09-20 Nec Corp Radio lan system and its controlling method
JP2007166146A (en) * 2005-12-13 2007-06-28 Kddi Corp Communication device whose address can be changed during communication, system, and communication method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014035601A (en) * 2012-08-07 2014-02-24 Kddi Corp Server device, communication device, and program
JP2016086219A (en) * 2014-10-23 2016-05-19 富士通株式会社 Relay device, relay system, relay method and program

Also Published As

Publication number Publication date
JP4698571B2 (en) 2011-06-08

Similar Documents

Publication Publication Date Title
US8824480B2 (en) Method and apparatus for end-host based mobility, multi-homing and multipath protocols
US8391262B2 (en) WLAN communication device
JP4772083B2 (en) Method of transition between link systems and mobile computing device
JP4819953B2 (en) Control tunnel and direct tunnel setting method in IPv4 network-based IPv6 service providing system
EP1139632B1 (en) Method for packet communication with mobile node
EP2274875B1 (en) Scalable wlan gateway
EP2154838B1 (en) Router and address identification information management server
JP4607998B2 (en) Mobile IPv6 route optimization in different address spaces
JP2006033541A (en) Mobile terminal device, server, and communication system
KR20140099598A (en) Method for providing service of mobile vpn
EP1700430B1 (en) Method and system for maintaining a secure tunnel in a packet-based communication system
EP1988679B1 (en) A new flow based Layer 2 handover mechanism for mobile node with multi network interfaces
JP4806364B2 (en) Router switching method and router device
JP4698571B2 (en) Handoff method and system for terminals connected via NAPT router
US9480090B2 (en) Method and system for optimising routing between two network nodes, at least one of which is mobile
JP3979255B2 (en) External connection router switching method, switching source external connection router and switching destination external connection router
JP2003309596A (en) Mobile communication network system, external agent router, address server and packet delivery method used for the same
WO2008069504A1 (en) Method for configuring control tunnel and direct tunnel in ipv4 network-based ipv6 service providing system
WO2012124891A2 (en) Service supply system based on multi-communication path
JP2006245779A (en) Communication method of mobile network, and mobile communication control apparatus
JP5155899B2 (en) Route control method and system via non-IP network in mobile IP network
JP2006025341A (en) Neighbor discovery substitution system and method for vlan, and router device
KR20170127852A (en) A method to implement network separation within a single subnet and the method thereof to support ARP protocols across the separated network segments
JP3764810B2 (en) Mobile terminal control method, movement support terminal, and network system for performing movement support
Nguyen et al. Personal mesh: A design of flexible and seamless Internet access for personal area network

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090710

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110114

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110209

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110216

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20110301

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20110301

LAPS Cancellation because of no payment of annual fees