JP2003204350A - Load disperser, home agent, and mobile ip terminal - Google Patents

Load disperser, home agent, and mobile ip terminal

Info

Publication number
JP2003204350A
JP2003204350A JP2002227833A JP2002227833A JP2003204350A JP 2003204350 A JP2003204350 A JP 2003204350A JP 2002227833 A JP2002227833 A JP 2002227833A JP 2002227833 A JP2002227833 A JP 2002227833A JP 2003204350 A JP2003204350 A JP 2003204350A
Authority
JP
Japan
Prior art keywords
address
terminal
mobile
server
load balancer
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
JP2002227833A
Other languages
Japanese (ja)
Other versions
JP4326764B2 (en
Inventor
Hideaki Ono
英明 小野
Ryuichi Takechi
竜一 武智
Keiichi Nakatsugawa
恵一 中津川
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2002227833A priority Critical patent/JP4326764B2/en
Publication of JP2003204350A publication Critical patent/JP2003204350A/en
Application granted granted Critical
Publication of JP4326764B2 publication Critical patent/JP4326764B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

<P>PROBLEM TO BE SOLVED: To provide a load disperser which is arranged so that the consistency preserving function of a server at the destination of connection may not be lost even if a terminal is a mobile IP terminal. <P>SOLUTION: This system abstracts identifying information peculiar to the mobile IP terminal from a packet having arrived, and decides a server at the destination of connection, based on this identifying information. Or, when the first packet addressed to one server arrives, this requests a home agent or the mobile terminal to inform itself of the change of the address of that mobile IP terminal when the care-of address of that mobile IP terminal is changed, and this decides a server at the destination of connection, using this informed care-of address as the identifying information. <P>COPYRIGHT: (C)2003,JPO

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明はこの負荷分散装置、
ホームエージェント及びモバイルIP端末に係わり、特に
モバイルIP端末がサーバにアクセスする場合の負荷分散
装置、ホームエージェント及びモバイルIP端末に関す
る。インターネットの普及に伴い、Webサーバーなど
の各種サーバーの役割が増大するとともに、サーバーへ
のアクセス集中によるサーバの過負荷やレスポンス低下
が問題になっている。この対策として、受信したパケッ
トを複数台のサーバーに均等に分配し、サーバーの負荷
を分散する負荷分散装置が使われている。
BACKGROUND OF THE INVENTION 1. Field of the Invention
The present invention relates to a home agent and a mobile IP terminal, and more particularly to a load balancer, a home agent and a mobile IP terminal when the mobile IP terminal accesses a server. With the spread of the Internet, the roles of various servers such as Web servers are increasing, and server overload and response deterioration due to the concentration of access to the servers are becoming problems. As a countermeasure against this, a load balancer is used that evenly distributes received packets to multiple servers and distributes the load on the servers.

【0002】[0002]

【従来の技術】従来より知られている負荷分散装置に
は、様々な形態がある。その一例が図20に示されてい
る。LBは負荷分散装置で、クライアントCLから送出され
たパケットをルータR1及びルータR3を経由して受信し、
その受信したパケットをサーバS1及びサーバS2に振り分
けて送信する構成となっている。
2. Description of the Related Art There are various forms of conventionally known load balancers. An example of this is shown in FIG. LB is a load balancer that receives packets sent from the client CL via routers R1 and R3,
The received packet is distributed to the server S1 and the server S2 and transmitted.

【0003】図20に示したクライアントCLは固定端末で
あるが、現在、IP(InternetProtocol)プロトコル上で端
末の移動を管理するモバイルIP技術がIETF(Internet E
ngineering Task Force)で提案されている。この技術
は、IP端末が移動しても通信を継続させるための技術で
あり、IP端末が移動する度に新しい気付アドレス(CoA
: Care of Address)を取得し、この気付アドレスをホ
ームエージェント(HA:Home Agent)又は通信相手端末に
登録しておくことで移動通信を実現する技術である。
Although the client CL shown in FIG. 20 is a fixed terminal, the mobile IP technology for managing the movement of the terminal on the IP (Internet Protocol) protocol is currently IETF (Internet E).
ngineering Task Force). This technology is for continuing communication even if the IP terminal moves, and a new care-of address (CoA
: Care of Address) and register this care-of address in a home agent (HA: Home Agent) or communication partner terminal to realize mobile communication.

【0004】図20において、この技術を適用したモバイ
ルIP端末MNが、ルータR1に接続されている状態から、ル
ータR2に接続されている状態に場所を変えた場合を表し
ており、それに伴い、モバイルIP端末MNの気付アドレス
もCoA1からCoA2に変更になる様子を示している。ホーム
エージェントHAは、このモバイルIP端末MNのホームアド
レスと現在の気付アドレスとの対応付けを記憶し、管理
している。
FIG. 20 shows a case where the mobile IP terminal MN to which this technology is applied is changed from being connected to the router R1 to being connected to the router R2. The care-of address of the mobile IP terminal MN is also changed from CoA1 to CoA2. The home agent HA stores and manages the correspondence between the home address of the mobile IP terminal MN and the current care-of address.

【0005】ここで、負荷分散装置LBは、受信したパケ
ットのIPヘッダに含まれる送信元アドレス(SA:Source A
ddress)又はこの送信元アドレスとTCP(TransmissionCon
trol Protocol)ポート番号との組合せに応じて何れか1
つのサーバを接続先として選択するようにしている。ま
た、より上位のアプリケーションレベルで接続先のサー
バを指定する形態もあり、例えば、接続先のURL(Unifo
rm Resource Locator)に応じてサーバを選択する方式
も可能である。
Here, the load balancer LB determines the source address (SA: Source A) included in the IP header of the received packet.
ddress) or this source address and TCP (TransmissionCon
trol Protocol) Any one depending on the combination with the port number
I try to select one server as a connection destination. There is also a form in which the connection destination server is specified at a higher application level. For example, the connection destination URL (Unifo
A method of selecting a server according to the rm Resource Locator) is also possible.

【0006】さらには、SSL(Secure Sockets Layer;
トランスポート層でTCP/IP通信のセキュリティを確保す
るための暗号プロトコル)セッションIDやクッキー(WW
Wサーバがユーザーを識別するために生成する文字列情
報で、サーバとブラウザの双方で保持する)を識別して
接続先サーバを選択することも可能になっている。この
ような負荷分散装置のもう一つの重要な機能は、一連の
処理を連続させるための接続先サーバの一貫性保持機能
である。
Furthermore, SSL (Secure Sockets Layer;
Cryptographic protocol for ensuring TCP / IP communication security at the transport layer) Session ID and cookies (WW
It is also possible to select the connection destination server by identifying the character string information generated by the W server to identify the user, which is stored in both the server and the browser. Another important function of such a load balancer is a consistency maintaining function of the connection destination server for making a series of processes continuous.

【0007】例えば、オンライン・ショッピングに使用
するサーバの負荷分散を行う場合には、商品の選択から
購入、決済までの一連の流れの間、クライアントとサー
バの対応付けを維持するための「一貫性保持機能」が不
可欠である。もし、負荷分散装置がこのような一貫性保
持機能を持たない場合、一連の処理の途中で別のサーバ
へ接続が切り替わってしまい、電子商取引の一連の処理
が正しく動作できなくなってしまう。
[0007] For example, when load balancing of servers used for online shopping is performed, "consistency" for maintaining the association between the client and the server during a series of flow from selection of products to purchase and settlement. "Retention function" is essential. If the load balancer does not have such a consistency maintaining function, the connection is switched to another server in the middle of the series of processes, and the series of processes for electronic commerce cannot operate properly.

【0008】このため、 負荷分散装置の多くは、IPヘ
ッダ情報を基にした一貫性保持機能を備えている。
For this reason, most of the load balancers have a consistency maintaining function based on the IP header information.

【0009】[0009]

【発明が解決しようとする課題】図20のネットワーク構
成例に示すように、モバイルIP端末MNからサーバへアク
セスする場合で、且つ負荷分散装置によりサーバの負荷
分散を行っている場合においては、モバイルIP端末が移
動する度にそのIPアドレス(気付アドレス)が変わるの
で、送信元アドレスが変更されることとなる。従って、
接続先サーバの一貫性保持機能を実現するために、送信
元アドレスあるいは送信元アドレスと組み合わせた情報
を用いることはできない。
As shown in the network configuration example of FIG. 20, when the mobile IP terminal MN accesses the server and when the load of the server is distributed by the load distribution device, the mobile Every time the IP terminal moves, its IP address (care-of address) changes, so the source address changes. Therefore,
The source address or information in combination with the source address cannot be used to implement the consistency maintaining function of the connection destination server.

【0010】つまり、モバイルIP端末MNがルータR1に接
続されているときには気付アドレスCoA1を、移動して
ルータR2に接続されているときには、気付アドレスCoA
2を、それぞれ送信元アドレス(SA)としたパケットが生
成されて送出される。負荷分散装置LBがこのようなパケ
ットを受信したとき、気付アドレスがCoA1からCoA2に変
更されているため、送信元アドレス(SA)を検索キーとし
て用いると、同一モバイルIP端末MNからのアクセスであ
るにも関わらず、別のモバイルIP端末からのアクセスで
あると誤認識して、例えば接続先サーバをS1からS2へ変
更してしまい、接続先サーバの一貫性を保証することが
できないという課題があった。
That is, when the mobile IP terminal MN is connected to the router R1, the care-of address CoA1 is set, and when the mobile IP terminal MN is moved and connected to the router R2, the care-of address CoA1 is set.
Packets with 2 as the source address (SA) are generated and transmitted. When the load balancer LB receives such a packet, the care-of address has been changed from CoA1 to CoA2, so if the source address (SA) is used as the search key, access is from the same mobile IP terminal MN. Despite this, there is a problem that the connection destination server cannot be guaranteed because the connection destination server is changed from S1 to S2 by erroneously recognizing that the access is from another mobile IP terminal. there were.

【0011】従って本発明は、端末がモバイルIP端末で
あっても通信中の接続先サーバの一貫性保持機能が失わ
れないようにした負荷分散装置、ホームエージェント及
びモバイルIP端末を提供することを目的とする。
Therefore, the present invention provides a load balancer, a home agent and a mobile IP terminal in which the consistency maintaining function of the connected server during communication is not lost even if the terminal is a mobile IP terminal. To aim.

【0012】[0012]

【課題を解決するための手段】本発明では、サーバとモ
バイルIP端末とが通信するコンピュータネットワークに
おける負荷分散装置において、到着したパケットから、
モバイルIP端末に固有な識別情報を抽出する抽出手段
と、該識別情報に基づいて接続先サーバを決定する決定
手段と、を備えることを特徴とする負荷分散装置を構成
することができる。
According to the present invention, in a load balancer in a computer network in which a server and a mobile IP terminal communicate with each other,
It is possible to configure a load balancer including an extracting unit that extracts identification information unique to the mobile IP terminal and a determining unit that determines a connection destination server based on the identification information.

【0013】すなわち、モバイルIP端末に対する負荷分
散機能を提供するために、モバイルIP端末に固有な識別
情報を到着パケットの中から抽出し、この抽出した識別
情報に基づいて該パケットを接続先サーバに振り分ける
ようにしている。前記の識別情報としては、まず、移動
中のモバイルIP端末が送信するIPパケットのヘッダ部に
含まれるホームアドレスを用いることができる。
That is, in order to provide a load balancing function to the mobile IP terminal, the identification information unique to the mobile IP terminal is extracted from the arrival packet, and the packet is sent to the connection destination server based on the extracted identification information. I try to sort them out. As the identification information, first, the home address included in the header part of the IP packet transmitted by the moving mobile IP terminal can be used.

【0014】すなわち、IPv6(Internet Protocol versi
on 6)を使用した場合の端末からサーバ向けパケットフ
ォーマットの例(図5参照)のように、負荷分散装置が
受信するパケットの気付アドレス(送信元アドレス)は
移動の度に変わるが、ホームアドレスは同一である。従
って、このホームアドレスを接続先サーバの決定に使用
することでサーバ接続の一貫性保持が可能となる。
That is, IPv6 (Internet Protocol versi
The care-of address (source address) of the packet received by the load balancer changes every time it moves, as in the example of the packet format for the server from the terminal when using (on 6) (see Fig. 5), but the home address Are the same. Therefore, by using this home address to determine the connection destination server, the server connection can be maintained consistently.

【0015】また、前記の識別情報としては、パケット
の送信元アドレスの所定ビットに規定されたものを用い
てもよい。すなわち、IPv6アドレスの作成方法は、(1)
端末が自由にアドレスを作って使用するステートレスア
ドレス生成方式(IPv6 Stateless AddressAutoconfigur
ation)と、(2)端末がアドレスを使用する際に許可を得
るステートフルアドレス生成方式(IPv6 Stateful Addr
ess Autoconfiguration)の2つの方法がある。このう
ち、前者のステートレスアドレス方式を使用する場合に
は、モバイルIP端末が作成する気付アドレスの下位64ビ
ット(図7参照)は、自分自身のインターフェースIDで
あり、例えばイーサネット(登録商標)であればMAC(M
ediaAccess Control)アドレスを組み合わせた番号が使
用される。
As the identification information, information specified in a predetermined bit of the source address of the packet may be used. That is, the method for creating an IPv6 address is (1)
A stateless address generation method (IPv6 Stateless Address Autoconfigur
ation) and (2) a stateful address generation method (IPv6 Stateful Addr) that obtains permission when the terminal uses the address.
ess Autoconfiguration). Of these, when using the former stateless address method, the lower 64 bits (see FIG. 7) of the care-of address created by the mobile IP terminal is its own interface ID, for example, Ethernet (registered trademark). MAC (M
ediaAccess Control) A number that is a combination of addresses is used.

【0016】このインターフェースIDはモバイルIP端末
毎に固有の値となるので、負荷分散装置が受信したパケ
ットの送信元アドレスの下位64ビットを用いて、あるい
は下位64ビットとその他の情報を組み合わせて、接続先
サーバの決定を行うことが可能となる。さらに前記の識
別情報としては、パケットが暗号化されている場合にお
けるセキュリティパラメータインデックス(SPI)を用い
てもよい。
Since this interface ID has a unique value for each mobile IP terminal, the lower 64 bits of the source address of the packet received by the load balancer is used, or the lower 64 bits are combined with other information. It becomes possible to determine the connection destination server. Further, the security parameter index (SPI) when the packet is encrypted may be used as the identification information.

【0017】IPv6パケットは、パケット自体のセキュリ
ティ対策のためにIPsec(IPsecurity protocol)による
暗号化がなされる場合がある。そのときには、暗号化範
囲以降はエンド−エンド間で使用する暗号キーがなけれ
ば暗号を解読することができない。このような場合に
は、セキュリティパラメータインデックス(SPI:図10参
照)を用いてサーバ接続の一貫性を確保することができ
る。このセキュリティパラメータインデックスSPIは、
エンド−エンド間で使用する暗号化アルゴリズムと暗号
キーの関連を示すために、エンド−エンド間で取り決め
た番号であり、暗号化ヘッダの先頭部分に書き込まれて
いるものである。
The IPv6 packet may be encrypted by IPsec (IP security protocol) for security measures of the packet itself. At that time, after the encryption range, the encryption cannot be decrypted unless there is an encryption key used end-to-end. In such cases, the security parameter index (SPI: see FIG. 10) can be used to ensure server connection consistency. This security parameter index SPI is
This is a number negotiated between end-to-end in order to show the relation between the encryption algorithm and the encryption key used between end-to-end, and is written in the head part of the encryption header.

【0018】また本発明に係る負荷分散装置は、一つの
サーバ宛の第1パケットが到着したとき、ホームエージ
ェントに対して、前記モバイルIP端末の気付アドレスが
変更されたときは、該気付アドレスの変更を通知するよ
うに要求する手段と、通知された気付アドレスを識別情
報として接続先サーバを決定する手段と、で構成するこ
ともできる。
Further, the load balancer according to the present invention, when the care-of address of the mobile IP terminal is changed with respect to the home agent when the first packet addressed to one server arrives, It can also be configured by means for requesting notification of the change and means for determining the connection destination server using the notified care-of address as identification information.

【0019】すなわち、受信パケットの気付アドレス
は、モバイルIP端末の移動の度に変更されるが、この気
付アドレスとホームアドレスとの関係はホームエージェ
ントが管理している。このため、負荷分散装置が気付ア
ドレスを含む第1パケットを受信したときには、ホーム
エージェントに対して気付アドレスを変更したときには
常に新しい気付アドレスを通知するように予め指示を行
っておき、通信継続中でパケットが発生していない場合
にも該モバイルIP端末移動時には、該ホームエージェン
トが変更された気付アドレスを該負荷分散装置に通知す
る。
That is, the care-of address of the received packet is changed every time the mobile IP terminal moves, and the home agent manages the relationship between the care-of address and the home address. Therefore, when the load balancer receives the first packet including the care-of address, it instructs the home agent to notify the home agent of the new care-of address whenever the care-of address is changed. Even when no packet is generated, when the mobile IP terminal moves, the home agent notifies the load balancing apparatus of the changed care-of address.

【0020】これにより、負荷分散装置は常に最新の気
付アドレスを知ることとなり、これを用いて接続先サー
バの決定を行うことにより、サーバ接続の一貫性を確保
できる。前記の場合には、ホームエージェントに対して
気付アドレスの変更時にその変更された気付アドレスを
負荷分散装置に通知するようにしているが、気付アドレ
スの変更はモバイルIP端末自身が知っていることを考慮
して、ホームエージェントの代わりにモバイルIP端末自
身に対して、到着した第1パケットにおける気付アドレ
スが変更されたときには該気付アドレスの変更を通知す
るように要求し、その通知された気付アドレスを識別情
報として接続先サーバを決定してもよい。
As a result, the load balancer always knows the latest care-of address, and by using this to determine the connection destination server, the consistency of server connection can be ensured. In the above case, when the care-of address is changed to the home agent, the changed care-of address is notified to the load balancer, but the change of the care-of address is known to the mobile IP terminal itself. Considering this, when the care-of address in the arriving first packet is changed, the mobile IP terminal itself, instead of the home agent, is requested to notify the change of the care-of address, and the notified care-of address is sent. The connection destination server may be determined as the identification information.

【0021】また、前記の抽出手段は、パケット到着時
に該パケットが該宛先オプションヘッダを有しておらず
ホームリンクから送信されたパケットを抽出したときに
は、前記の決定手段が、該パケットの送信元アドレスを
識別情報として接続先サーバを決定してもよい。すなわ
ち、第1パケット到着時に、もしそのパケットがホーム
リンクから送信されたパケット(ホームネットワークの
外に移動していないモバイルIP端末から送信されたパケ
ット)であれば、そのパケットの送信元アドレスを識別
情報として接続先サーバを決定すればよい。
Further, when the extracting means extracts a packet transmitted from the home link without having the destination option header when the packet arrives, the deciding means determines the source of the packet. The connection destination server may be determined using the address as identification information. That is, when the first packet arrives, if the packet is a packet transmitted from the home link (a packet transmitted from a mobile IP terminal not moving outside the home network), the source address of the packet is identified. The connection destination server may be determined as the information.

【0022】また前記の決定手段は、パケットの送信元
アドレス、すなわち前記モバイルIP端末の気付アドレス
に対応した送信元の識別情報を検索キーとして接続先サ
ーバの識別情報を格納するテーブルを備え、到着したパ
ケットの送信元アドレスを用いて接続先サーバを決定す
ることができる。さらに、負荷分散装置からの要求に応
じて、自分自身が管理しているバインディングキャシュ
(モバイルIP端末の気付アドレスとホームアドレスとの
対応関係を記憶したテーブル)の情報を、定期的に、又
はモバイルIP端末の気付アドレスの変更がなされたこと
を契機として、該負荷分散装置に通知することを特徴と
したホームエージェントも実現できる。
Further, the deciding means comprises a table storing the identification information of the connection destination server with the identification information of the transmission source address of the packet, that is, the identification information of the transmission source corresponding to the care-of address of the mobile IP terminal as a search key. The connection destination server can be determined by using the transmission source address of the packet. Furthermore, in response to a request from the load balancer, information on the binding cache (a table storing the correspondence between the care-of address and home address of the mobile IP terminal) managed by itself is periodically or A home agent characterized by notifying the load balancer when the care-of address of the IP terminal is changed can also be realized.

【0023】さらに、負荷分散装置からの要求に応じ
て、自分自身が管理しているバインディングキャシュの
情報を、定期的に、又は自分自身の気付アドレスの変更
がなされたことを契機として、該負荷分散装置に通知す
ることを特徴としたモバイルIP端末も実現可能である。
Further, in response to a request from the load balancer, the information of the binding cache managed by itself is periodically or when the care-of address of itself is changed, the load is changed. It is also possible to realize a mobile IP terminal characterized by notifying distributed devices.

【0024】[0024]

【発明の実施の形態】図1は、本発明に係る負荷分散装
置を適用したネットワーク実施例(1)を示したものであ
る。この実施例では、モバイルIP端末MNが移動し、その
接続先のルータがルータR1からR2に変更になり、その気
付アドレスがCoA1からCoA2に変わった場合でも、このモ
バイルIP端末MNに固有な識別情報(検索キー)を抽出す
ることにより、今までサーバS1に接続していた場合に
は、そのままサーバS1と接続して通信を継続し、以って
接続先サーバの一貫性を維持するようにしたものであ
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 shows a network embodiment (1) to which a load balancer according to the present invention is applied. In this embodiment, even when the mobile IP terminal MN moves, the router to which the mobile IP terminal MN is connected changes from the router R1 to R2, and the care-of address changes from CoA1 to CoA2, the unique identification of this mobile IP terminal MN By extracting the information (search key), if you have been connected to the server S1 until now, connect to the server S1 as it is and continue communication, thereby maintaining the consistency of the connection destination server. It was done.

【0025】図1のネットワーク実施例(1)に示した
負荷分散装置LBの構成が図2の負荷分散装置の構成
(1)に示されている。ここで、負荷分散装置LBは、IP
v6ヘッダ情報抽出部1、負荷分散テーブル2、テーブル制
御部3、および、振分処理部4で構成されている。IPv6ヘ
ッダ情報抽出部1において、受信したパケットからモバ
イルIP端末MNの識別情報の抽出を行い、この識別情報を
検索キーとしてテーブル制御部3が負荷分散テーブル2を
検索して接続先のサーバを決定し、振分処理部4でその
決定したサーバを宛先としてパケットを送信するように
している。
The configuration of the load balancer LB shown in the network embodiment (1) of FIG. 1 is shown in the configuration (1) of the load balancer of FIG. Here, the load balancer LB is the IP
The v6 header information extraction unit 1, the load distribution table 2, the table control unit 3, and the distribution processing unit 4 are included. The IPv6 header information extraction unit 1 extracts the identification information of the mobile IP terminal MN from the received packet, and the table control unit 3 searches the load balancing table 2 using this identification information as a search key to determine the connection destination server. Then, the distribution processing unit 4 transmits the packet with the determined server as the destination.

【0026】ここで、負荷分散テーブル2は、モバイル
IP端末の識別情報つまり検索キーの種類に対応した複数
のテーブルを含み、その中から、そのとき使用する検索
キーの種別に対応したテーブルを検索の対象とする。次
に、このモバイルIP端末の識別情報の種別毎に、負荷分
散装置の動作を説明する。
Here, the load balancing table 2 is the mobile
A plurality of tables corresponding to the identification information of the IP terminal, that is, the type of the search key is included, and the table corresponding to the type of the search key used at that time is targeted for the search. Next, the operation of the load balancer will be described for each type of identification information of the mobile IP terminal.

【0027】まず、モバイルIP端末の識別情報として、
ホームアドレスを用いる場合について、図3の動作フロ
ーチャートを用いて処理ステップ毎に説明する。まず、
受信したパケットからヘッダ抽出を行う(ステップT1)。
ここでは、図5の端末からサーバ向けIPv6パケットのフ
ォーマット例に示すように、IPv6ヘッダ10から順に、次
に配置されている拡張ヘッダの種別コードを格納してい
る「次ヘッダ」領域を確認して行き、IPv6宛先オプショ
ンを示す拡張ヘッダコード“60”を探す(ステップT
2)。
First, as the identification information of the mobile IP terminal,
The case of using the home address will be described for each processing step with reference to the operation flowchart of FIG. First,
Header extraction is performed from the received packet (step T1).
Here, as shown in the format example of the IPv6 packet for the server from the terminal in FIG. 5, in order from the IPv6 header 10, the “next header” area storing the type code of the extension header arranged next is confirmed. Search for the extension header code “60” indicating the IPv6 destination option (step T
2).

【0028】宛先オプションコード“60”が発見されれ
ば(YES)、IPv6ヘッダ部の次の領域に、IPv6宛先オプシ
ョン20が存在することを示しており、さらに、このIPv6
宛先オプション20の種別を示すオプションタイプが、ホ
ームアドレスオプションであることを意味する“201”
であるか否かを判定する(ステップT3)。ここで、オプシ
ョンタイプが“201”であれば(YES)、このオプションが
ホームアドレスオプションで、モバイル端末MNはホーム
アドレスとは違う位置に移動していることを示してお
り、そのホームアドレスが該ホームアドレスオプション
に格納されている。このホームアドレスはモバイルIP端
末MNが移動する前に元々接続されていたリンク(ホーム
リンク)でのIPアドレスのことで、これはその後モバイ
ルIP端末MNがどこに移動しても不変であり、したがっ
て、このホームアドレスを識別情報として負荷分散テー
ブルの検索キーとする(ステップT4)ことにより、モバイ
ルIP端末MNとサーバ間の処理の一貫性保持が可能とな
る。
If the destination option code "60" is found (YES), it indicates that the IPv6 destination option 20 exists in the area next to the IPv6 header section.
"201" which means that the option type indicating the type of the destination option 20 is the home address option
Or not (step T3). Here, if the option type is “201” (YES), this option is the home address option, which indicates that the mobile terminal MN is moving to a position different from the home address, and the home address is Stored in the home address option. This home address is the IP address on the link (home link) that was originally connected before the mobile IP terminal MN moved, and it remains unchanged no matter where the mobile IP terminal MN moves after that. By using this home address as identification information as a search key of the load balancing table (step T4), it is possible to maintain consistency of processing between the mobile IP terminal MN and the server.

【0029】一方、上記ステップT2の判定で宛先オプシ
ョンコード"60"が発見されないとき(NO)、または上記ス
テップT3の判定でオプションタイプが"201"でないとき
(NO)は、モバイルIP端末MNはホームリンクから移動して
いないことを意味し、このときは、該パケットの送信元
アドレスSAがホームアドレスと一致することになり、受
信したパケットの送信元アドレスSAをモバイルIP端末の
識別情報とし、それを検索キーとすれば(ステップT5)、
モバイルIP端末MNとサーバ間の処理の一貫性保持が可能
となる。
On the other hand, when the destination option code "60" is not found in the judgment of step T2 (NO), or when the option type is not "201" in the judgment of step T3.
(NO) means that the mobile IP terminal MN has not moved from the home link, in which case the source address SA of the packet matches the home address, and the source address of the received packet is If SA is used as the identification information of the mobile IP terminal and it is used as the search key (step T5),
It is possible to maintain consistency of processing between the mobile IP terminal MN and the server.

【0030】上記ステップで設定された検索キーを基
に、テーブル制御Aにおいて負荷分散テーブル2を検索
して、接続先のサーバを決定し(ステップT6)、その決定
したサーバを宛先として該パケットを送出して(ステッ
プT7)、処理を終了する。次に、このテーブル制御Aに
ついて、図4に示す動作フローチャートを用いて、処理
ステップ毎に説明する。
On the basis of the search key set in the above step, the load balancing table 2 is searched in the table control A to determine the server of the connection destination (step T6), and the packet is addressed to the determined server as the destination. The data is sent (step T7), and the process ends. Next, the table control A will be described for each processing step with reference to the operation flowchart shown in FIG.

【0031】まず、検索キーの種類により、負荷分散テ
ーブル2の中の対象となるテーブルを特定し、その特定
したテーブルを検索する(ステップT61)。検索の結
果、検索キーと一致するエントリがなければ(NO)、既
存の負荷分散アルゴリズムを用いて接続先サーバを決定
し(ステップT64)、その結果をもとに該テーブルにエン
トリを新規作成して登録し(ステップT65)、呼び出し
元に復帰する。
First, the target table in the load balancing table 2 is specified according to the type of search key, and the specified table is searched (step T61). If there is no entry that matches the search key as a result of the search (NO), the connection destination server is determined using the existing load balancing algorithm (step T64), and a new entry is created in the table based on the result. Register (step T65) and return to the caller.

【0032】もしエントリが既にある場合には(YES)、
そのエントリ内のサーバ識別情報を接続先サーバとして
(ステップT63)、呼び出し元に復帰する。以上の図3の
動作フローチャートの説明においては、図5のフォーマ
ット例に従って説明したが、図5に記載されている次ヘ
ッダのコードの値("60")、IPv6宛先ヘッダオプションの
オプションタイプのコードの値("201")、ヘッダの形
式、などが一部変更になった場合でも、モバイルIP端末
の識別情報となる送信元アドレス、ホームアドレスを抽
出する処理手順が変わるだけで、本発明の本質には影響
しない。
If the entry already exists (YES),
Use the server identification information in that entry as the connection destination server
(Step T63), return to the caller. In the above description of the operation flowchart of FIG. 3, the description has been made according to the format example of FIG. 5, but the value of the next header code (“60”) and the option type code of the IPv6 destination header option described in FIG. Even if the value ("201") of, the header format, etc. are partially changed, only the processing procedure for extracting the source address and the home address, which are the identification information of the mobile IP terminal, is changed. It does not affect the essence.

【0033】図6には、図2の負荷分散装置の構成(1)
に示した負荷分散テーブル2の中の、ホームアドレスを
検索キーとした場合のテーブル構成例が示されている。
このテーブルにおいては、ホームアドレス“2000.16”
を検索キーとして、このホームアドレスと1対1に対応
する接続先サーバの識別情報“S1”が格納されており、
前記図4のテーブル制御Aの動作フローチャートのステ
ップT61で本テーブルが選択されて検索の対象となる。
FIG. 6 shows the configuration (1) of the load balancer of FIG.
An example of a table configuration in the case where the home address is used as a search key in the load balancing table 2 shown in FIG.
In this table, home address "2000.16"
With the search key as the search key, the identification information “S1” of the connection destination server corresponding to this home address and one-to-one is stored
In step T61 of the operation flowchart of the table control A shown in FIG. 4, this table is selected and becomes a search target.

【0034】この接続先サーバの識別情報は、通信開始
時に、既存技術による負荷分散アルゴリズムにしたがっ
て決定されたサーバの識別情報である。接続先サーバを
選択するアルゴリズムとしては、例えばラウンドロビン
方式でサーバを選択する方法や、サーバの負荷の少ない
ものを選択するなどの方式があり、既存の方法をそのま
ま使用することができる。
The identification information of the connection destination server is the identification information of the server determined according to the load balancing algorithm according to the existing technology at the start of communication. As an algorithm for selecting a connection destination server, for example, there is a method of selecting a server by a round robin method or a method of selecting a server with a small load on the server, and the existing method can be used as it is.

【0035】なお、図6のテーブル構成例に示すホーム
アドレスを検索キーとした場合のエントリは、“2000”
が、図7に示すIPv6パケットのグローバルアドレスフォ
ーマットにおけるネットワークID(64ビット)に対応し、
“16”がインタフェースID(64ビット)に対応した形に簡
素化して示している。次に、モバイルIP端末の識別情報
として、送信元アドレスSAの下位64ビットを用いる場合
について、説明する。
When the home address shown in the example of the table structure of FIG. 6 is used as the search key, the entry is "2000".
Corresponds to the network ID (64 bits) in the IPv6 packet global address format shown in FIG. 7,
“16” is shown in a simplified form corresponding to the interface ID (64 bits). Next, a case where the lower 64 bits of the source address SA is used as the identification information of the mobile IP terminal will be described.

【0036】移動中のモバイルIP端末の気付アドレスCo
Aがステートレスアドレス生成方式で生成されている場
合、図7に示したモバイルIPv6のグローバルアドレスの
下位64ビットを検索キーとすることも可能である。な
お、この場合の負荷分散装置LBの構成としては、図2の
負荷分散装置の構成(1)を用いることができる。上述
したステートレスアドレス生成方式の場合には、IPv6パ
ケットのグローバルアドレスの下位64ビットは、端末自
身の例えばイーサネットであればMACアドレスを組み合
わせた番号などのL2アドレス識別子が使用されている。
Care-of address Co of mobile IP terminal on the move
When A is generated by the stateless address generation method, the lower 64 bits of the mobile IPv6 global address shown in FIG. 7 can be used as the search key. As the configuration of the load balancer LB in this case, the configuration (1) of the load balancer of FIG. 2 can be used. In the case of the stateless address generation method described above, the lower 64 bits of the global address of the IPv6 packet uses the L2 address identifier such as a number combining the MAC address of the terminal itself, for example, in the case of Ethernet.

【0037】従って、このアドレスが端末毎に一意であ
ることから、前記図3のホームアドレスを検索キーとす
る動作フローチャートにおいて、ホームアドレスを抽出
する代わりに、グローバルアドレスが設定されている送
信元アドレスSAの下位64ビットを抽出して、それを負荷
分散テーブル2の検索キーとし、図4に示すテーブル制
御Aを実行し、決定した接続先サーバに該パケットを送
信すれば、モバイルIP端末MNとサーバ間の処理の一貫性
保持が可能となる。
Therefore, since this address is unique for each terminal, in the operation flowchart using the home address of FIG. 3 as the search key, instead of extracting the home address, the source address to which the global address is set is set. If the lower 64 bits of SA are extracted and used as the search key of the load balancing table 2 and the table control A shown in FIG. 4 is executed and the packet is transmitted to the determined connection destination server, the mobile IP terminal MN It is possible to maintain consistency of processing between servers.

【0038】上記テーブル制御Aで選択され検索対象と
なる負荷分散テーブルの構成例を図8に示す。送信元ア
ドレスSAの下位64ビットが“16”であれば、接続先サー
バ識別情報は“S1”であることを示している。この接続
先サーバの識別情報“S1”は、前記の場合と同じく通信
開始時に、既存技術による負荷分散アルゴリズムによっ
て決定されたサーバの識別情報である。
FIG. 8 shows an example of the configuration of the load balancing table selected by the table control A and to be searched. If the lower 64 bits of the source address SA is "16", it indicates that the connection destination server identification information is "S1". The identification information "S1" of the connection destination server is the identification information of the server determined by the load balancing algorithm according to the existing technology at the time of starting the communication as in the case described above.

【0039】次に、モバイルIP端末の識別情報として、
セキュリティパラメータインデックス(SPI)を用いる場
合について、説明する。IPv6パケットが暗号化されてい
る場合には、セキュリティパラメータインデックス(SP
I)を用いて負荷分散を行うことも可能である。つまり、
図10のIPsec暗号化した端末からサーバ向けIPv6パケッ
トのフォーマット例に示すように、 IPv6パケットが暗
号化されたときは、その拡張ヘッダとしてESPヘッダが
付加されるが、その中にセキュリティパラメータインデ
ックスSPIが格納されている。このSPIは、2つ以上の通
信エンティティ間で安全に通信を行うためのセキュリテ
ィサービス内容を取決めたセキュリティアソシエーショ
ンを特定するための識別情報で、端末からサーバ向けの
通信セッションに対して一意の識別情報が割当られる。
従って、このSPIを負荷分散テーブルの検索キーとして
接続先サーバを決定することにより、モバイルIP端末MN
とサーバ間の処理の一貫性が確保できる。この場合の負
荷分散装置LBの構成としても、図2の負荷分散装置の構
成(1)を用いることができる。
Next, as the identification information of the mobile IP terminal,
The case where the security parameter index (SPI) is used will be described. If the IPv6 packet is encrypted, the security parameter index (SP
It is also possible to perform load balancing using I). That is,
As shown in the format example of the IPv6 packet for the server from the IPsec encrypted terminal in Fig. 10, when the IPv6 packet is encrypted, the ESP header is added as the extension header, and the security parameter index SPI Is stored. This SPI is identification information for identifying the security association that determines the security service content for safely communicating between two or more communication entities, and is unique for the communication session from the terminal to the server. Is assigned.
Therefore, by determining the connection destination server by using this SPI as the search key of the load balancing table, the mobile IP terminal MN
The consistency of processing between the server and the server can be secured. As the configuration of the load balancer LB in this case, the configuration (1) of the load balancer in FIG. 2 can be used.

【0040】この場合の動作フローチャートを図9に示
す。まず、受信したパケットからヘッダ抽出を行う(ス
テップT11)が、この場合には、図10のIPsec暗号化した
端末からサーバ向けIPv6パケットのフォーマット例に示
すように、IPv6ヘッダ10から順に、次に配置される拡張
ヘッダの種別コードが格納される「次ヘッダ」領域を確
認し、ESPヘッダ(暗号化ヘッダ)を示す拡張ヘッダコ
ード“50”を探す(ステップT12)。
FIG. 9 shows an operation flowchart in this case. First, the header is extracted from the received packet (step T11) .In this case, as shown in the format example of the IPv6 packet for the server from the IPsec encrypted terminal in FIG. The "next header" area in which the type code of the placed extension header is stored is confirmed, and the extension header code "50" indicating the ESP header (encryption header) is searched for (step T12).

【0041】このコード"50"が発見されれば(YES)、該
パケットは暗号化されており、図10のIPsec暗号化した
端末からサーバ向けIPv6パケットのフォーマット例に示
す通り、IPv6宛先オプション20の次に配置されている拡
張ヘッダはESPヘッダ40である。このESPヘッダ40の先頭
には、セキュリティパラメータインデックスSPIが格納
されているので、このSPIを抽出し、負荷分散テーブル
2を検索する際の検索キーとすれば(ステップT14)、上
記のようにモバイルIP端末MNからサーバへの通信セッシ
ョン開設中はこのSPIは不変であり、モバイルIP端末MN
とサーバ間の処理の一貫性保持が可能となる。
If this code "50" is found (YES), the packet is encrypted, and as shown in the format example of the IPv6 packet for the server from the IPsec encrypted terminal in FIG. 10, IPv6 destination option 20 The extension header arranged next to is the ESP header 40. Since the security parameter index SPI is stored at the head of the ESP header 40, if this SPI is extracted and used as a search key when searching the load balancing table 2 (step T14), the mobile mobile phone as described above is used. This SPI remains unchanged while the communication session from the IP terminal MN to the server is open, and the mobile IP terminal MN
It is possible to maintain consistency of processing between the server and the server.

【0042】コード“50”が発見されない場合は(NO)、
該パケットは暗号化されていないため、送信元アドレス
SAを負荷分散テーブルの検索キーとする(ステップT1
3)。以上のステップで選択した検索キーにより、前記テ
ーブル制御Aでは、負荷分散テーブル2を検索して接続
先のサーバを決定し(ステップT15)、その決定したサ
ーバを宛先としてパケットを送信する(ステップT16)。
If the code "50" is not found (NO),
The source address because the packet is not encrypted
Use SA as the search key for the load balancing table (step T1
3). With the search key selected in the above steps, the table control A searches the load distribution table 2 to determine the connection destination server (step T15), and transmits the packet with the determined server as the destination (step T16). ).

【0043】図11には、このようにSPIを検索キーとし
たときの負荷分散テーブル2の構成例が示されている。
この例では、SPI“218”と1対1に対応する接続先サー
バの識別情報“S1”が格納されている。この接続先サー
バの識別情報“S1”は、上記と同じく通信開始時に、既
存技術による負荷分散アルゴリズムによって決定された
サーバの識別情報である。
FIG. 11 shows a configuration example of the load distribution table 2 when the SPI is used as the search key in this way.
In this example, the identification information "S1" of the connection destination server corresponding to the SPI "218" in a one-to-one relationship is stored. The identification information “S1” of the connection destination server is the identification information of the server determined by the load balancing algorithm according to the existing technology at the time of starting the communication as in the above.

【0044】なお、上記ではホームアドレスは宛先オプ
ション内に含まれているものとして説明したが、別の拡
張ヘッダ(例えばモバイルIPv6モビリティオプションヘ
ッダ)を用いることも可能である。また、上記の説明で
は、使用するモバイルIP端末の識別情報に対応して、ホ
ームアドレスを用いる場合、送信元アドレスの下位64ビ
ットを用いる場合、および、SPIを用いる場合の三つの
場合に分け、その動作フローチャート図3および図9の
中では、受信パケット内にその場合に対応するヘッダが
ないときは、単に送信元アドレスSAを検索キーとしてテ
ーブル検索して終了するようにしているが、これについ
ては、様々な処理の組合せが可能である。例えば、受信
したパケットのヘッダ部からまずSPIを探し、SPIがない
ときは次にホームアドレスを探し、それもないときはさ
らに送信元アドレスの下位64ビットを探し、それでもな
いときには、送信元アドレスSAを検索キーとしてテーブ
ル検索する方法もある。これらのいずれの組合せに対し
ても、本発明は適用できる。
Although the home address is included in the destination option in the above description, another extension header (eg, mobile IPv6 mobility option header) can be used. Further, in the above description, corresponding to the identification information of the mobile IP terminal to be used, when using the home address, when using the lower 64 bits of the source address, and divided into three cases when using SPI, In the operation flowcharts of FIGS. 3 and 9, when there is no header corresponding to the case in the received packet, a table search is simply performed using the source address SA as a search key, and the process ends. Can be combined with various processes. For example, first look for SPI in the header of the received packet.If there is no SPI, then look for the home address, and if not, look for the lower 64 bits of the source address. If not, the source address SA There is also a method of performing a table search by using as a search key. The present invention can be applied to any of these combinations.

【0045】図12及び図13は、本発明に係る負荷分散装
置を適用したネットワーク実施例(2)を示したものであ
る。この実施例は、ホームエージェントHAと負荷分散装
置LBとの間で情報のやり取りを行い、モバイルIP端末MN
の移動に合わせて検索キーを変更する方式である。ま
ず、負荷分散装置LBがモバイルIP端末MNから第1パケッ
トを受信したときの動作を、図12の第一パケット受信時
のネットワーク実施例(1)を用いて、そこに記された
動作シーケンス番号(A1〜A5)と対応付けて説明する。
FIGS. 12 and 13 show a network embodiment (2) to which the load balancer according to the present invention is applied. In this embodiment, information is exchanged between the home agent HA and the load balancer LB, and the mobile IP terminal MN
This is a method of changing the search key according to the movement of the. First, the operation when the load balancer LB receives the first packet from the mobile IP terminal MN will be described using the network embodiment (1) for receiving the first packet in FIG. (A1 to A5) will be described.

【0046】気付アドレスCoA1のモバイルIP端末MNから
送信されたIPv6パケットは、ルータR1及びR3を経由し
て、負荷分散装置LBで受信される(シーケンスA1)。負
荷分散装置LBは、受信したパケットからモバイルIP端末
MNの送信元アドレスSA(=CoA1)およびモバイルIP端末MN
のホームアドレスを抽出する(シーケンスA2)。
The IPv6 packet transmitted from the mobile IP terminal MN having the care-of address CoA1 is received by the load balancer LB via the routers R1 and R3 (sequence A1). The load balancer LB determines the mobile IP terminal from the received packet.
Source address SA (= CoA1) of MN and mobile IP terminal MN
The home address of is extracted (sequence A2).

【0047】そして、接続先サーバを既存の負荷分散ア
ルゴリズムにより、例えばサーバS1を決定して負荷分散
テーブルに登録し、ヘッダ書換処理などを実施して、決
定したサーバS1宛にパケットを送信する(シーケンスA
3)。上記シーケンスA3とともに、負荷分散装置LBはモ
バイルIP端末MNの気付アドレスを管理するホームエージ
ェントHAに対して、気付アドレスが変わったときには、
そのことを通知してもらうためのCoA通知要求を送信す
る(シーケンスA4)。ホームエージェントHAはこのCoA
通知要求に対して、受付確認の応答を返す(シーケンス
A5)。
Then, the connection destination server is determined by the existing load balancing algorithm, for example, the server S1 is determined and registered in the load balancing table, header rewriting processing is executed, and the packet is transmitted to the determined server S1 ( Sequence A
3). With the above sequence A3, the load balancer LB notifies the home agent HA managing the care-of address of the mobile IP terminal MN when the care-of address changes,
A CoA notification request for notifying this is sent (sequence A4). Home Agent HA is this CoA
Response to acceptance confirmation is returned in response to the notification request (sequence
A5).

【0048】次に、モバイルIP端末MNが移動したときの
動作を、図13のMN移動時のネットワーク実施例(2)を用
いて、そこに記された動作シーケンス番号(B1〜B7)と対
応付けて説明する。モバイルIP端末MNは移動して、接続
先のルータを、ルータR1(気付アドレスCoA1)からルー
タR2に変更し(シーケンスB1)、そこで気付アドレスCo
A2を取得する(シーケンスB2)。
Next, the operation when the mobile IP terminal MN moves corresponds to the operation sequence number (B1 to B7) described therein using the network example (2) when the MN moves in FIG. Attach and explain. The mobile IP terminal MN moves and changes the connection destination router from the router R1 (care-of address CoA1) to the router R2 (sequence B1), where the care-of address Co
Get A2 (sequence B2).

【0049】そして、モバイルIP端末MNはホームエージ
ェントHAに対して気付アドレスがCoA1からCoA2に変更し
たことを示すバインディングアップデートを送信する
(シーケンスB3)。バインディングアップデートを受け
たホームエージェントHAは、自局内のバインディングキ
ャッシュ(モバイルIP端末のホームアドレスと気付アド
レスとの対応関係を記憶するテーブル)の気付アドレス
をCoA1からCoA2に更新し(シーケンスB4)、気付アドレ
スがCoA2に変更になったことを示すバインディングアッ
プデートを負荷分散装置LBに通知する(シーケンスB
5)。このときのバインディングアップデートのメッセ
ージ例を図14に示す。
Then, the mobile IP terminal MN transmits a binding update indicating that the care-of address has changed from CoA1 to CoA2 to the home agent HA (sequence B3). The home agent HA that received the binding update updates the care-of address of the binding cache (a table that stores the correspondence between the home address and the care-of address of the mobile IP terminal) in its own station from CoA1 to CoA2 (sequence B4), and notices it. The load balancer LB is notified of the binding update indicating that the address has changed to CoA2 (sequence B
Five). FIG. 14 shows an example of the binding update message at this time.

【0050】バインディングアップデートを受信した負
荷分散装置LBは、負荷分散テーブルに、新しい気付アド
レスCoA2を検索キーとするエントリを作成する(シーケ
ンスB6)。このとき、CoA1のエントリはそのまま残して
おき、移動前後で同一の接続先サーバを選択するように
するために、CoA1のエントリ内の接続先サーバ識別情報
を読み取っておき、新しくCoA2のエントリを作成すると
きに、この読み取った接続先サーバ識別情報をサーバの
識別情報として格納する。
The load balancer LB that has received the binding update creates an entry with the new care-of address CoA2 as the search key in the load balance table (sequence B6). At this time, leave the entry of CoA1 as it is, and read the connection destination server identification information in the entry of CoA1 and create a new entry of CoA2 so that the same connection destination server can be selected before and after the move. At this time, the read connection destination server identification information is stored as server identification information.

【0051】負荷分散装置LBは、その後のパケット受信
に際しては、気付アドレスCoA2に基づいて気付アドレス
CoA1のときと同じサーバS1を接続先サーバとして選択す
る(シーケンスB7)。このような動作を実行する負荷分
散装置の構成(2)が図15に示されており、この構成では
図2に示した負荷分散装置の構成(1)に対してCoA通知要
求生成部5が付加されている点が異なっている。
The load balancer LB receives the care-of address based on the care-of address CoA2 when receiving the packet thereafter.
The same server S1 as in CoA1 is selected as the connection destination server (sequence B7). A configuration (2) of the load balancer that executes such an operation is shown in FIG. 15. In this configuration, the CoA notification request generation unit 5 is different from the configuration (1) of the load balancer shown in FIG. The difference is that they are added.

【0052】この負荷分散装置LBの構成(2)における
動作フローチャートが図16に示されており、これを以下
に処理ステップ毎に説明する。まず、IPv6ヘッダ情報抽
出部1は前述の如く受信パケットよりヘッダを抽出し
(ステップT21)その受信パケットが、モバイルIP端末M
Nから直接サーバへ発信されたものか、図13のネットワ
ーク実施例(2)のシーケンスB5で示した、ホームエー
ジェントから送信されてきた気付アドレスCoAの変更を
通知するバインディングアップデートであるかを、IPv6
宛先オプションのオプションタイプ(”198")を基に判
定する(ステップT22)。
FIG. 16 shows an operation flowchart of the configuration (2) of the load balancer LB, which will be described below for each processing step. First, the IPv6 header information extraction unit 1 extracts the header from the received packet as described above (step T21), and the received packet is sent to the mobile IP terminal M.
Whether IPv6 is sent directly from the N to the server or the binding update for notifying the change of the care-of address CoA sent from the home agent shown in sequence B5 of the network embodiment (2) of FIG.
The determination is made based on the option type (“198”) of the destination option (step T22).

【0053】この結果、受信パケットがバインディング
アップデートではない(すなわち、サーバ宛にモバイル
IP端末MN自身が送信したパケットである)場合は(N
O)、このパケットの送信元アドレスSAを検索キーとし
て(ステップT23)、テーブル制御Bにより図15の負荷
分散装置の構成(2)に示されている負荷分散テーブル2を
検索して対応する接続先サーバを決定し(ステップT2
4)、その決定したサーバを宛先として該パケットを送
信して(ステップT25)、処理を終了する。
As a result, the received packet is not a binding update (that is, mobile addressed to the server).
If the packet was sent by the IP terminal MN itself), (N
O), using the source address SA of this packet as a search key (step T23), the table control B searches the load balancing table 2 shown in the configuration (2) of the load balancing apparatus of FIG. Determine the destination server (step T2
4) Then, the packet is transmitted with the determined server as the destination (step T25), and the process is terminated.

【0054】図17は、ステップT24で接続先サーバの選
択処理を行うテーブル制御Bの動作フローチャートであ
る。図4のテーブル制御Aの動作フローチャートに加え
て、テーブルエントリを作成後にホームエージェントHA
宛にCoA通知要求メッセージを発行する処理ステップ
(ステップT245)が追加となる。一方、ステップT22に
おいて、受信パケットがバインディングアップデートで
あるときには(YES)、図14のメッセージ例に示すよう
に該パケットのIPv6宛先オプションに設定されている新
CoA(モバイルIP端末MNが移動後の新しい気付アドレス)
を抽出して検索キーとし(ステップT26)、テーブル制御
Cにより新規エントリの作成を行って(ステップT27
)、処理を終了する。
FIG. 17 is an operation flowchart of the table control B for performing the connection destination server selection processing in step T24. In addition to the operation flow chart of table control A in Fig. 4, after creating the table entry, home agent HA
A processing step (step T245) of issuing a CoA notification request message to the destination is added. On the other hand, in step T22, when the received packet is a binding update (YES), the new IPv6 destination option set in the packet is set as shown in the message example of FIG.
CoA (new care-of address after mobile IP terminal MN moves)
Is used as a search key (step T26), and a new entry is created by the table control C (step T27).
), The processing ends.

【0055】ここで、この新規エントリ作成を実行する
テーブル制御Cについて、図18の動作フローチャートを
用いて、処理ステップ毎に説明する。まず負荷分散テー
ブル2の中から、検索キーの種別に対応したテーブルを
選択し(この場合はSAを検索キーとするテーブル)、そ
のテーブルを、検索キーとして設定されている新しい気
付アドレス(CoA2)により検索し(ステップT271)、一致
するエントリが既に存在するか否かを判定する(ステッ
プT272)。
The table control C for executing this new entry creation will be described for each processing step with reference to the operation flowchart of FIG. First, select the table corresponding to the type of search key from the load balancing table 2 (in this case, the table with SA as the search key), and use that table as the new care-of address (CoA2) set as the search key. Is searched (step T271), and it is determined whether a matching entry already exists (step T272).

【0056】この結果、CoA2に対応するエントリが既に
作成されていれば(YES)、特に処理を必要としないの
で、呼び出し元に復帰する。一方、CoA2に対応するエン
トリが作成されていないときには(NO)、さらに旧CoA
を検索キーとして該テーブルを検索し、これまで接続し
ていたサーバの識別情報を読み出して(ステップT27
3)、その読み出した識別情報を格納データとする新し
いエントリを作成する(ステップT274)。これは、同一
のモバイルIP端末が移動してCoAが変更となっても同一
のサーバを選択するようにするためである。
As a result, if the entry corresponding to CoA2 has already been created (YES), no particular process is required, and the process returns to the calling source. On the other hand, when the entry corresponding to CoA2 is not created (NO), the old CoA
The table is searched by using as a search key, and the identification information of the server that has been connected so far is read (step T27).
3), create a new entry with the read identification information as stored data (step T274). This is to select the same server even if the same mobile IP terminal moves and the CoA changes.

【0057】このようにして、旧気付アドレスに対応し
て使っていたサーバの識別情報を、新気付アドレスのエ
ントリにもコピーしているので、モバイルIP端末が移動
しても同一のサーバに接続することが可能となり、サー
バ接続の一貫性を確保できる。図19に負荷分散テーブル
の構成例を示す。
In this way, since the identification information of the server used corresponding to the old care-of address is also copied to the entry of the new care-of address, even if the mobile IP terminal moves, it connects to the same server. It is possible to ensure consistency of server connection. FIG. 19 shows a configuration example of the load distribution table.

【0058】ここでは、旧気付アドレスCoA1が“2000.1
2”で、識別情報が“S1”のサーバが接続先として選択
されていたときに、バインディングアップデートを受信
し、新気付アドレスCoA2が“2001.12”のエントリが作
成された時の例をしめしている。このテーブル構成例に
おいては、有効時間が示されているが、この有効時間は
エントリの有効時間を示しており、一定時間毎に減算処
理され、“0”になると有効期限切れでエントリを削除
するものである。
Here, the old care-of address CoA1 is "2000.1".
In 2 ”, when the server with the identification information“ S1 ”is selected as the connection destination, the binding update is received, and an example of the entry with the new care-of address CoA2“ 2001.12 ”is shown. In this table configuration example, the valid time is shown, but this valid time shows the valid time of the entry, and is subtracted at regular intervals, and when it becomes "0", the entry expires and the entry is deleted. It is a thing.

【0059】従って、同一のサーバアドレスについて一
定の有効時間の間、検索キーとして新旧二個の送信元ア
ドレスSAが併存することになり、モバイルIP端末MNが再
び気付アドレスCoA1に戻った時に新たにエントリを作成
する必要がなくなる。なお、図12及び図13に示したネッ
トワーク実施例(2)においては、負荷分散装置LBはホ
ームエージェントHAに対して気付アドレスの変更通知要
求を行っているが、元々モバイルIP端末自身が気付アド
レスの変更を知っているので、このモバイルIP端末に対
して同様に気付アドレス変更時の通知を要求しても上記
と同様の動作が行われることとなる。
Therefore, two source addresses SA, old and new, coexist as search keys for a certain effective time for the same server address, and are newly added when the mobile IP terminal MN returns to the care-of address CoA1 again. Eliminates the need to create an entry. In the network embodiment (2) shown in FIGS. 12 and 13, the load balancer LB requests the home agent HA to change the care-of address, but the mobile IP terminal itself originally issued the care-of address. Since it knows the change, the same operation as described above will be performed even if a notification at the time of changing the care-of address is similarly requested to this mobile IP terminal.

【0060】(付記1) サーバとモバイルIP端末とが
通信するコンピュータネットワークにおける負荷分散装
置において、到着したパケットから、モバイルIP端末に
固有な識別情報を抽出する抽出手段と、該識別情報に基
づいて接続先サーバを決定する決定手段と、を備えるこ
とを特徴とする負荷分散装置。 (付記2) 付記1に記載の負荷分散装置において、前
記識別情報が、前記パケットのヘッダに含まれるホーム
アドレスであることを特徴とする負荷分散装置。 (付記3) 付記1に記載の負荷分散装置において、前
記識別情報が、前記パケットの送信元アドレスの所定ビ
ットに規定されていることを特徴とする負荷分散装置。 (付記4) 付記1に記載の負荷分散装置において、前
記識別情報が、前記パケットが暗号化されている場合に
おけるセキュリティパラメータインデックスであること
を特徴とする負荷分散装置。 (付記5) サーバとモバイルIP端末とが通信するコン
ピュータネットワークにおける負荷分散装置において、
一つのサーバ宛の第1パケットが到着したとき、ホーム
エージェントに対して、該モバイルIP端末の気付アドレ
スが変更されたときは該気付アドレスの変更を通知する
ように要求する手段と、通知された気付アドレスを識別
情報として接続先サーバを決定する手段と、を備えるこ
とを特徴とする負荷分散装置。 (付記6) サーバとモバイルIP端末とが通信するコン
ピュータネットワークにおける負荷分散装置において、
一つのサーバ宛の第1パケットが到着したとき、該モバ
イルIP端末に対して、その気付アドレスが変更されたと
きは、該気付アドレスの変更を通知するように要求する
手段と、通知された気付アドレスを識別情報として接続
先サーバを決定する手段と、を備えることを特徴とする
負荷分散装置。 (付記7) 付記2に記載の負荷分散装置において、前
記到着したパケットが前記モバイルIP端末のホームリン
クから送信されたパケットであるとき、前記抽出手段が
識別情報として該パケットの送信元アドレスを抽出し、
前記決定手段が、該パケットの送信元アドレスを識別情
報として接続先サーバを決定することを特徴とする負荷
分散装置。 (付記8) 付記1ないし付記4及び付記7のいずれか
に記載の負荷分散装置において、前記決定手段が、前記
モバイルIP端末の気付アドレスに対応した送信元の識別
情報を検索キーとして接続先サーバの識別情報を格納す
るテーブルを備え、到着したパケットの送信元アドレス
を用いて接続先サーバを決定することを特徴とする負荷
分散装置。 (付記9) 付記5又は付記6に記載の負荷分散装置に
おいて、前記決定手段が、前記気付アドレスに対応した
送信元アドレスを検索キーとして接続先サーバの識別情
報を格納するテーブルを備え、到着したパケットの送信
元アドレスを用いて接続先サーバを決定するとともに、
該テーブルが、新しい気付アドレスを通知されたとき
に、該新しい気付アドレスを検索キーとしたエントリを
作成し、格納するデータとして、古い気付アドレスのエ
ントリのデータとして格納されていた接続先サーバの識
別情報を格納することを特徴とする負荷分散装置。
(Supplementary Note 1) In a load balancer in a computer network in which a server and a mobile IP terminal communicate with each other, extraction means for extracting identification information unique to the mobile IP terminal from the arrived packet, and based on the identification information A load balancing apparatus, comprising: a determining unit that determines a connection destination server. (Supplementary note 2) The load balancer according to supplementary note 1, wherein the identification information is a home address included in a header of the packet. (Supplementary note 3) The load balancer according to supplementary note 1, wherein the identification information is defined in a predetermined bit of a source address of the packet. (Supplementary note 4) The load balancer according to supplementary note 1, wherein the identification information is a security parameter index when the packet is encrypted. (Supplementary note 5) In a load balancer in a computer network in which a server and a mobile IP terminal communicate,
When the first packet addressed to one server arrives, the home agent is informed of the means for requesting notification of the change of the care-of address when the care-of address of the mobile IP terminal is changed. And a means for determining a connection destination server using the care-of address as identification information. (Supplementary note 6) In a load balancer in a computer network in which a server and a mobile IP terminal communicate,
When the first packet addressed to one server arrives, when the care-of address is changed to the mobile IP terminal, a means for requesting notification of the change of the care-of address, and the noticed notification And a means for determining a connection destination server using the address as identification information. (Supplementary note 7) In the load balancer according to supplementary note 2, when the arrived packet is a packet transmitted from a home link of the mobile IP terminal, the extraction means extracts the source address of the packet as identification information. Then
The load balancer, wherein the deciding unit decides a connection destination server by using a transmission source address of the packet as identification information. (Additional remark 8) In the load balancer according to any one of additional remarks 1 to 4 and additional remark 7, the determining unit uses the identification information of the transmission source corresponding to the care-of address of the mobile IP terminal as a search key to connect to the connection destination server. A load balancer characterized by including a table storing identification information of the server, and determining a connection destination server by using a transmission source address of the arrived packet. (Supplementary Note 9) In the load balancer according to Supplementary Note 5 or Supplementary Note 6, the determining unit has a table that stores the identification information of the connection destination server using the source address corresponding to the care-of address as a search key and arrives. While determining the destination server using the source address of the packet,
When the table is notified of a new care-of address, an entry using the new care-of address as a search key is created and stored, and as a data to be stored, the connection destination server stored as the data of the entry of the old care-of address is identified. A load balancer characterized by storing information.

【0061】(付記10) 付記9に記載の負荷分散装
置において、該決定手段が、該エントリのデータに有効
時間を格納しておき、定期的に有効時間を減算し、該エ
ントリを使用するパケットが到着する度に該有効時間を
更新し、該有効時間が満了した時点で該エントリを無効
化することを特徴とする負荷分散装置。
(Supplementary Note 10) In the load balancer according to Supplementary Note 9, the determining means stores the valid time in the data of the entry, periodically subtracts the valid time, and uses the entry. The load balancer is characterized in that the valid time is updated every time when the valid time arrives, and the entry is invalidated when the valid time expires.

【0062】(付記11)付記1ないし付記4のいずれ
かに記載の負荷分散装置において、該サーバの代わり
に、モバイルIP端末のホームエージェントを接続先とす
ることを特徴とする負荷分散装置。 (付記12) サーバとモバイルIP端末とが負荷分散装
置を介して通信するコンピュータネットワークにおける
ホームエージェントにおいて、該負荷分散装置からの要
求に応じて、自分自身が管理しているバインディングキ
ャシュの情報を、定期的に、又は該モバイルIP端末の気
付アドレスの変更がなされたことを契機として、該負荷
分散装置に通知することを特徴とするホームエージェン
ト。 (付記13) サーバと負荷分散装置を介して通信する
モバイルIP端末において、負荷分散装置からの要求に応
じて、自分自身が管理しているバインディングキャシュ
の情報を、定期的に、又は自分自身の気付アドレスの変
更がなされたことを契機として、該負荷分散装置に通知
することを特徴とするモバイルIP端末。
(Supplementary note 11) The load balancer according to any one of supplementary notes 1 to 4, wherein a home agent of a mobile IP terminal is set as a connection destination instead of the server. (Supplementary Note 12) In a home agent in a computer network in which a server and a mobile IP terminal communicate with each other via a load balancing apparatus, in response to a request from the load balancing apparatus, information on a binding cache managed by itself is provided, A home agent, which notifies the load balancer periodically or when the care-of address of the mobile IP terminal is changed. (Supplementary Note 13) In a mobile IP terminal that communicates with a server via a load balancer, the information about the binding cache managed by itself is periodically or according to a request from the load balancer. A mobile IP terminal, which notifies the load balancer when a care-of address is changed.

【0063】[0063]

【発明の効果】以上説明したように本発明に係る負荷分
散装置、ホームエージェント及びモバイルIP端末によれ
ば、到着したパケットから、モバイルIP端末に固有な識
別情報を抽出し、この識別情報に基づいて接続先サーバ
を決定するように構成したので、モバイルIP端末からの
サーバアクセス時に、接続先サーバの一貫性が常に保持
されることになる。
As described above, according to the load balancer, home agent, and mobile IP terminal of the present invention, the identification information unique to the mobile IP terminal is extracted from the arrived packet, and based on this identification information. Since the connection destination server is determined based on this, the consistency of the connection destination server is always maintained when the server is accessed from the mobile IP terminal.

【0064】また、一つのサーバ宛の第1パケットが到
着したとき、ホームエージェントまたはモバイルIP端末
に対して、該モバイルIP端末の気付アドレスが変更され
たときは該気付アドレスの変更を通知するように要求
し、この通知された気付アドレスを識別情報として接続
先サーバを決定するようにしても、同様にして接続先サ
ーバの一貫性を保持することが可能となる。
When the first packet addressed to one server arrives, the home agent or the mobile IP terminal is notified of the change of the care-of address when the care-of address of the mobile IP terminal is changed. Even if the connection destination server is determined by using the notified care-of address as the identification information, the consistency of the connection destination server can be maintained in the same manner.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明に係る負荷分散装置を適用したネットワ
ーク実施例(1)を示した図である。
FIG. 1 is a diagram showing a network embodiment (1) to which a load balancer according to the present invention is applied.

【図2】本発明に係る負荷分散装置の構成(1)を示した
ブロック図である。
FIG. 2 is a block diagram showing a configuration (1) of a load balancer according to the present invention.

【図3】本発明に係る負荷分散装置のネットワーク実施
例(1)における動作(ホームアドレスを検索キーとする
場合)を示したフローチャートである。
FIG. 3 is a flowchart showing an operation (when a home address is used as a search key) in the network embodiment (1) of the load balancer according to the present invention.

【図4】図3のフローチャートの中の、テーブル制御A
の動作を示したフローチャートである。
FIG. 4 is a table control A in the flowchart of FIG.
3 is a flowchart showing the operation of FIG.

【図5】本発明に係る負荷分散装置で使用される端末か
らサーバ向けIPv6パケットのフォーマット例を示した図
である。
FIG. 5 is a diagram showing a format example of an IPv6 packet for a server from a terminal used in the load balancer according to the present invention.

【図6】本発明に係る負荷分散装置のネットワーク実施
例(1)における負荷分散テーブルの構成例(ホームアド
レスを検索キーとする場合)を示した図である。
FIG. 6 is a diagram showing a configuration example of a load distribution table in the network embodiment (1) of the load distribution apparatus according to the present invention (when a home address is used as a search key).

【図7】IPv6パケットの一般的なグローバルアドレスの
フォーマット図である。
FIG. 7 is a format diagram of a general global address of an IPv6 packet.

【図8】本発明に係る負荷分散装置のネットワーク実施
例(1)における負荷分散テーブルの構成例(SA下位64ビ
ットを検索キーとする場合)を示した図である。
FIG. 8 is a diagram showing a configuration example of a load distribution table in the network embodiment (1) of the load distribution apparatus according to the present invention (when the SA lower 64 bits are used as the search key).

【図9】本発明に係る負荷分散装置のネットワーク実施
例(1)における動作(SPIを検索キーとする場合)を示し
たフローチャートである。
FIG. 9 is a flowchart showing an operation (when SPI is used as a search key) in the network embodiment (1) of the load balancer according to the present invention.

【図10】IPsec暗号化した端末からサーバ向けIPv6パ
ケットのフォーマット例を示した図である。
FIG. 10 is a diagram showing a format example of an IPv6 packet for a server from an IPsec encrypted terminal.

【図11】本発明に係る負荷分散装置のネットワーク実
施例(1)のおける負荷分散テーブル構成例(SPIを検索キ
ーとする場合)を示した図である。
FIG. 11 is a diagram showing a load balancing table configuration example (when SPI is a search key) in the network embodiment (1) of the load balancing apparatus according to the present invention.

【図12】本発明に係る負荷分散装置を適用したネット
ワーク実施例(2)(第1パケット受信時)を示したブロッ
ク図である。
FIG. 12 is a block diagram showing a network embodiment (2) (when receiving a first packet) to which the load balancer according to the present invention is applied.

【図13】本発明に係る負荷分散装置を適用したネット
ワーク実施例(2)(モバイルIP端末移動時)を示したブ
ロック図である。
FIG. 13 is a block diagram showing a network embodiment (2) (when moving a mobile IP terminal) to which a load balancer according to the present invention is applied.

【図14】図13の負荷分散装置を適用したネットワーク
実施例(2)(モバイルIP端末移動時)におけるバインデ
ィングアップデートのメッセージ例である。
14 is a message example of a binding update message in the network embodiment (2) (when the mobile IP terminal moves) to which the load balancer of FIG. 13 is applied.

【図15】本発明に係る負荷分散装置のネットワーク実
施例(2)における構成を示したブロック図である。
FIG. 15 is a block diagram showing a configuration in a network embodiment (2) of a load distribution apparatus according to the present invention.

【図16】本発明に係る負荷分散装置のネットワーク実
施例(2)における動作(送信元アドレスを検索キーとす
る場合)を示したフローチャートである。
FIG. 16 is a flowchart showing an operation (when a transmission source address is used as a search key) in the network embodiment (2) of the load distribution apparatus according to the present invention.

【図17】図16のフローチャートの中のテーブル制御
Bの動作を示したフローチャートである。
17 is a flowchart showing an operation of table control B in the flowchart of FIG.

【図18】図16のフローチャートの中のテーブル制御
Cの動作を示したフローチャートである。
FIG. 18 is a flowchart showing an operation of table control C in the flowchart of FIG.

【図19】本発明に係る負荷分散装置のネットワーク実
施例における負荷分散テーブルの構成(SAを検索キーと
する場合)を示した図である。
FIG. 19 is a diagram showing a configuration of a load distribution table (when SA is a search key) in a network embodiment of the load distribution apparatus according to the present invention.

【図20】従来技術の負荷分散装置を適用したネットワ
ーク構成例を示した図である。
FIG. 20 is a diagram showing an example of a network configuration to which a load balancing device of a conventional technique is applied.

【符号の説明】[Explanation of symbols]

LB 負荷分散装置 HA ホームエージェント R1〜R3 ルータ S1,S2 サーバ CoA,CoA1,CoA2 気付アドレス MN モバイルIP端末 SA 送信元アドレス DA 宛先アドレス SPI セキュリティパラメータインデックス 1 IPv6ヘッダ情報抽出部 2 負荷分散テーブル 3 テーブル制御部 4 振分処理部 5 CoA通知要求生成部 10 IPv6ヘッダ 20 IPv6宛先オプションヘッダ 30 上位レイヤデータ 40 ESPヘッダ 50 ESP認証データ A1〜A5 ネットワーク実施例(2)(第一パケット受信時)の
中の動作シーケンス番号 B1〜B7 ネットワーク実施例(2)(MN移動時)の中の動作シ
ーケンス番号 図中、同一符号は同一又は相当部分を示す。
LB Load balancer HA Home agent R1 to R3 Router S1, S2 Server CoA, CoA1, CoA2 Care-of address MN Mobile IP terminal SA Source address DA Destination address SPI security parameter index 1 IPv6 header information extractor 2 Load distribution table 3 Table control Part 4 Distribution processing part 5 CoA notification request generation part 10 IPv6 header 20 IPv6 destination option header 30 Upper layer data 40 ESP header 50 ESP authentication data A1 to A5 Network embodiment (2) (when receiving the first packet) Operation sequence numbers B1 to B7 In the operation sequence number diagram in the network embodiment (2) (when moving the MN), the same reference numerals indicate the same or corresponding parts.

───────────────────────────────────────────────────── フロントページの続き (72)発明者 中津川 恵一 神奈川県川崎市中原区上小田中4丁目1番 1号 富士通株式会社内 Fターム(参考) 5K030 HA08 HC09 HD06 HD09 JL01 JT09 KA05 LB05 MA04 5K067 AA23 BB21 DD17 EE02 EE10 HH32    ─────────────────────────────────────────────────── ─── Continued front page    (72) Inventor Keiichi Nakatsugawa             4-1, Kamiodanaka, Nakahara-ku, Kawasaki-shi, Kanagawa             No. 1 within Fujitsu Limited F-term (reference) 5K030 HA08 HC09 HD06 HD09 JL01                       JT09 KA05 LB05 MA04                 5K067 AA23 BB21 DD17 EE02 EE10                       HH32

Claims (10)

【特許請求の範囲】[Claims] 【請求項1】 サーバとモバイルIP端末とが通信するコ
ンピュータネットワークにおける負荷分散装置におい
て、 到着したパケットから、モバイルIP端末に固有な識別情
報を抽出する抽出手段と、 該識別情報に基づいて接続先サーバを決定する決定手段
と、 を備えることを特徴とする負荷分散装置。
1. A load balancer in a computer network in which a server and a mobile IP terminal communicate with each other, and extraction means for extracting identification information unique to the mobile IP terminal from an incoming packet, and a connection destination based on the identification information. A load balancer comprising: a determining unit that determines a server.
【請求項2】 請求項1に記載の負荷分散装置におい
て、 前記識別情報が、該パケットのヘッダに含まれるホーム
アドレスであることを特徴とする負荷分散装置。
2. The load balancer according to claim 1, wherein the identification information is a home address included in a header of the packet.
【請求項3】 請求項1に記載の負荷分散装置におい
て、 前記識別情報が、パケットの送信元アドレスの所定ビッ
トに規定されていることを特徴とする負荷分散装置。
3. The load balancer according to claim 1, wherein the identification information is defined in a predetermined bit of a source address of a packet.
【請求項4】 請求項1に記載の負荷分散装置におい
て、 前記識別情報が、パケットが暗号化されている場合にお
けるセキュリティパラメータインデックスであることを
特徴とする負荷分散装置。
4. The load balancer according to claim 1, wherein the identification information is a security parameter index when a packet is encrypted.
【請求項5】 サーバとモバイルIP端末とが通信するコ
ンピュータネットワークにおける負荷分散装置におい
て、 一つのサーバ宛の第1パケットが到着したとき、該モバ
イルIP端末の気付アドレスを管理するホームエージェン
トに対して、該モバイルIP端末の気付アドレスが変更さ
れたときは該気付アドレスの変更を通知するように要求
する手段と、 通知された気付アドレスを識別情報として接続先サーバ
を決定する手段と、 を備えることを特徴とする負荷分散装置。
5. A load balancing apparatus in a computer network in which a server and a mobile IP terminal communicate with each other, when a first packet addressed to one server arrives, to a home agent managing a care-of address of the mobile IP terminal. , A means for requesting notification of the change of the care-of address when the care-of address of the mobile IP terminal is changed, and a means for determining a connection destination server using the notified care-of address as identification information. A load balancing device.
【請求項6】 サーバとモバイルIP端末とが通信するコ
ンピュータネットワークにおける負荷分散装置におい
て、 一つのサーバ宛の第1パケットが到着したとき、該モバ
イルIP端末に対して、その気付アドレスが変更されたと
きは、該気付アドレスの変更を通知するように要求する
手段と、 通知された気付アドレスを識別情報として接続先サーバ
を決定する手段と、 を備えることを特徴とする負荷分散装置。
6. A load balancer in a computer network in which a server and a mobile IP terminal communicate with each other, when a first packet addressed to one server arrives, its care-of address is changed for the mobile IP terminal. In this case, the load balancer comprises: means for requesting notification of the change of the care-of address; and means for determining a connection destination server using the notified care-of address as identification information.
【請求項7】 請求項2に記載の負荷分散装置におい
て、 前記到着したパケットが.前記モバイルIP端末のホーム
リンクから送信されたパケットであるとき、前記抽出手
段が識別情報として該パケットの送信元アドレスを抽出
し、前記決定手段が、該パケットの送信元アドレスを識
別情報として接続先サーバを決定することを特徴とする
負荷分散装置。
7. The load balancer according to claim 2, wherein the arrived packet is. When the packet is transmitted from the home link of the mobile IP terminal, the extracting means extracts the source address of the packet as identification information, and the determining means connects the source address of the packet as identification information to the connection destination. A load balancer characterized by determining a server.
【請求項8】請求項1ないし請求項4及び請求項7のい
ずれかに記載の負荷分散装置において、 前記決定手段が、前記モバイルIP端末の気付アドレスに
対応した送信元の識別情報を検索キーとして接続先サー
バの識別情報を格納するテーブルを備え、到着したパケ
ットの送信元アドレスを用いて接続先サーバを決定する
ことを特徴とする負荷分散装置。
8. The load balancer according to claim 1, wherein the determining unit searches for identification information of a transmission source corresponding to a care-of address of the mobile IP terminal as a search key. A load balancer characterized by comprising a table for storing identification information of a connection destination server, and determining a connection destination server by using a transmission source address of an arrived packet.
【請求項9】 サーバとモバイルIP端末とが負荷分散装
置を介して通信するコンピュータネットワークにおける
ホームエージェントにおいて、 該負荷分散装置からの要求に応じて、自分自身が管理し
ているバインディングキャシュの情報を、定期的に、又
は該モバイルIP端末の気付アドレスの変更がなされたこ
とを契機として、該負荷分散装置に通知することを特徴
とするホームエージェント。
9. A home agent in a computer network in which a server and a mobile IP terminal communicate with each other via a load balancer, in response to a request from the load balancer, information on a binding cache managed by itself is provided. A home agent that notifies the load balancer periodically or when the care-of address of the mobile IP terminal is changed.
【請求項10】 サーバと負荷分散装置を介して通信す
るモバイルIP端末において、 該負荷分散装置からの要求に応じて、自分自身が管理し
ているバインディングキャシュの情報を、定期的に、又
は自分自身の気付アドレスの変更がなされたことを契機
として、該負荷分散装置に通知することを特徴とするモ
バイルIP端末。
10. A mobile IP terminal that communicates with a server via a load balancer, in response to a request from the load balancer, information on a binding cache managed by itself, periodically or by itself. A mobile IP terminal, which notifies the load balancer when the care-of address of itself is changed.
JP2002227833A 2001-10-31 2002-08-05 Load balancer Expired - Fee Related JP4326764B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002227833A JP4326764B2 (en) 2001-10-31 2002-08-05 Load balancer

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP2001-335480 2001-10-31
JP2001335480 2001-10-31
JP2002227833A JP4326764B2 (en) 2001-10-31 2002-08-05 Load balancer

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2007303621A Division JP4595997B2 (en) 2001-10-31 2007-11-22 Load balancer, home agent and mobile IP terminal

Publications (2)

Publication Number Publication Date
JP2003204350A true JP2003204350A (en) 2003-07-18
JP4326764B2 JP4326764B2 (en) 2009-09-09

Family

ID=27666754

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002227833A Expired - Fee Related JP4326764B2 (en) 2001-10-31 2002-08-05 Load balancer

Country Status (1)

Country Link
JP (1) JP4326764B2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007189540A (en) * 2006-01-13 2007-07-26 Nippon Telegr & Teleph Corp <Ntt> Device, method, and program for dns server selection, and name resolution system
US7711819B2 (en) 2001-10-31 2010-05-04 Fujitsu Limited Load balancer
JP2011008484A (en) * 2009-06-25 2011-01-13 Fujitsu Ltd Data processing device, data processing program, and data processing method
WO2013129207A1 (en) * 2012-03-02 2013-09-06 株式会社エヌ・ティ・ティ・ドコモ Mobile communication system, communication system, node, flow-control network, and communication-control method
JP2014511624A (en) * 2011-03-02 2014-05-15 アルカテル−ルーセント Concepts for providing information about data packet association and for forwarding data packets
JP2018504847A (en) * 2015-01-21 2018-02-15 ホアウェイ・テクノロジーズ・カンパニー・リミテッド Load balancing internet protocol security tunnel

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7711819B2 (en) 2001-10-31 2010-05-04 Fujitsu Limited Load balancer
JP2007189540A (en) * 2006-01-13 2007-07-26 Nippon Telegr & Teleph Corp <Ntt> Device, method, and program for dns server selection, and name resolution system
JP4652981B2 (en) * 2006-01-13 2011-03-16 日本電信電話株式会社 DNS server selection device, DNS server selection method, DNS server selection program, and name resolution system
JP2011008484A (en) * 2009-06-25 2011-01-13 Fujitsu Ltd Data processing device, data processing program, and data processing method
JP2014511624A (en) * 2011-03-02 2014-05-15 アルカテル−ルーセント Concepts for providing information about data packet association and for forwarding data packets
WO2013129207A1 (en) * 2012-03-02 2013-09-06 株式会社エヌ・ティ・ティ・ドコモ Mobile communication system, communication system, node, flow-control network, and communication-control method
JP2018504847A (en) * 2015-01-21 2018-02-15 ホアウェイ・テクノロジーズ・カンパニー・リミテッド Load balancing internet protocol security tunnel

Also Published As

Publication number Publication date
JP4326764B2 (en) 2009-09-09

Similar Documents

Publication Publication Date Title
JP4595997B2 (en) Load balancer, home agent and mobile IP terminal
EP1714434B1 (en) Addressing method and apparatus for establishing host identity protocol (hip) connections between legacy and hip nodes
JP3557056B2 (en) Packet inspection device, mobile computer device, and packet transfer method
EP1340337B1 (en) Location-independent packet routing and secure access in a short-range wireless networking environment
US7328014B2 (en) Communication system, gateway equipment, communication method and authentication method
EP1735963B1 (en) Identification method and apparatus for establishing host identity protocol (hip) connections between legacy and hip nodes
US20040006573A1 (en) Data transmission apparatus, data transmission method, and data transmission method program
US7849195B2 (en) Host identity protocol method and apparatus
JP2004128782A (en) Key exchange proxy network system
JP2001230803A (en) Position identifier management unit and mobile computer, and position identifier management method and position identifier processing method
JP2003046533A (en) Network system, authentication method therefor and program thereof
US10397111B2 (en) Communication device, communication system, and communication method
JPH1051449A (en) Mobile computer support system, its management server, its terminal equipment and address conversion method
JP2020017809A (en) Communication apparatus and communication system
US7215668B2 (en) Method and apparatus for processing information, storage medium, and software program
JP4326764B2 (en) Load balancer
JP4536741B2 (en) Method and system for preventing IPv6 packet forgery in IPv6-IPv4 network in DSTM environment
US20230379304A1 (en) Policy-based dynamic vpn profile selection using dns protocol
JP2008206081A (en) Data relaying apparatus and data relaying method used for multi-homing communication system
JP2006295340A (en) Authentication gateway device and program thereof
JP2002199003A (en) Method for registering mobile terminal position and device for executing the method
JP2002236627A (en) Method for changing dynamic port of firewall

Legal Events

Date Code Title Description
RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20040610

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20040610

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050729

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070622

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070703

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070820

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070925

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20071122

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20071204

A912 Re-examination (zenchi) completed and case transferred to appeal board

Free format text: JAPANESE INTERMEDIATE CODE: A912

Effective date: 20071228

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090330

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

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

Free format text: PAYMENT UNTIL: 20120619

Year of fee payment: 3

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

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20130619

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20140619

Year of fee payment: 5

LAPS Cancellation because of no payment of annual fees