JP2000332776A - Computer with communication interface - Google Patents

Computer with communication interface

Info

Publication number
JP2000332776A
JP2000332776A JP11137346A JP13734699A JP2000332776A JP 2000332776 A JP2000332776 A JP 2000332776A JP 11137346 A JP11137346 A JP 11137346A JP 13734699 A JP13734699 A JP 13734699A JP 2000332776 A JP2000332776 A JP 2000332776A
Authority
JP
Japan
Prior art keywords
address
physical
logical
addresses
computer
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP11137346A
Other languages
Japanese (ja)
Inventor
Shuhei Kotoya
秀平 琴屋
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP11137346A priority Critical patent/JP2000332776A/en
Publication of JP2000332776A publication Critical patent/JP2000332776A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a computer that can easily attain load distribution and degenerated operation, in the case that a plurality of physical interfaces are present in the computer. SOLUTION: This computer is provided with an address conversion section 12 provided at the low-order position of an IP module, having a logical IP address and with a plurality of physical address interfaces 141-144 each having a physical address. The address conversion section 12 converts the logical IP addresses of a sender and a destination into physical IP addresses at packet transmission, records the addresses and inversely converts the physical IP addresses into the logical IP addresses, when receiving a packet on the basis of the recorded information so as to make the logical addresses used by the physical address interfaces 141-144 independent of the physical addresses which are actually used for communication.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、通信経路の多重
化、冗長構成による信頼性の向上と複数インタフェース
間の負荷分散を実現する、通信インタフェースを有した
計算機に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a computer having a communication interface that realizes multiplexing of communication paths, improvement of reliability by a redundant configuration, and load distribution among a plurality of interfaces.

【0002】[0002]

【従来の技術】計算機システムの信頼性を向上させるた
め、ネットワークインタフェースやネットワークを複数
用いて多重化し、さらに同様な構成の計算機を複数用意
してクラスタを構成して多重化する高可用性システムが
提案されている。一般にこのような高可用性システムで
は物理的なインタフェースのIPアドレスの他に論理的
なIPアドレスを設定しており、アプリケーションはこ
の論理IPアドレスを宛先アドレスとして利用する事に
より計算機の切替やインタフェースの切替の影響を隠蔽
している。
2. Description of the Related Art In order to improve the reliability of a computer system, a high-availability system has been proposed which multiplexes using a plurality of network interfaces and networks and prepares a plurality of computers having the same configuration to form a cluster. Have been. Generally, in such a high-availability system, a logical IP address is set in addition to the IP address of the physical interface, and the application uses this logical IP address as a destination address to switch the computer or switch the interface. Conceal the effects of

【0003】論理IPアドレスの付与にはOSがサポー
トしている論理IPアドレス付加機能が使用されたり、
実際の物理インタフェースのIPアドレスを論理IPア
ドレスに変更してシステムの再起動を行うことによって
実現されている。
[0003] For assigning a logical IP address, a logical IP address adding function supported by the OS is used.
This is realized by changing the actual IP address of the physical interface to a logical IP address and restarting the system.

【0004】[0004]

【発明が解決しようとする課題】このような高可用性シ
ステムにおいて、論理IPアドレスと物理IPアドレス
のネットワークIDが異なっていた場合、あたかも計算
機はルータとして動作し、経路情報のブロードキャスト
や計算機内部での経路制御が行われる。
In such a high-availability system, if the network ID of the logical IP address is different from the network ID of the physical IP address, the computer operates as a router, broadcasts routing information, and performs internal routing. Route control is performed.

【0005】通常、IPパケットの経路制御には経路を
固定した静的ルーティングまたは「RIP」等の動的ル
ーティングを用いた経路制御機能が使用される。パケッ
ト送信において、複数の通信インタフェースが存在して
も常に最も通信のコストが低い経路が選択され、IP経
路制御機構の性質上、負荷分散が実現できなかった。ま
た経路制御の安定化の観点から経路の切り替えを行うこ
とは比較的長いタイムアウト時間を持つように設計され
ており、短時間での経路切り替えができない場合があっ
た。論理IPアドレスと物理IPアドレスのネットワー
クアドレスが一致していた場合は、計算機内部での経路
制御は行われないが、ARP(Address Resolution Prot
ocol)キャッシュが存在しているために、負荷分散や障
害の回避が十分に機能しないという問題点があった。
Normally, a route control function using static routing with a fixed route or dynamic routing such as "RIP" is used for route control of IP packets. In packet transmission, a route with the lowest communication cost is always selected even if there are a plurality of communication interfaces, and load distribution cannot be realized due to the nature of the IP route control mechanism. Further, from the viewpoint of stabilizing the path control, the path switching is designed to have a relatively long timeout time, and the path switching may not be performed in a short time. If the network address of the logical IP address matches the network address of the physical IP address, the route control within the computer is not performed, but the ARP (Address Resolution Protocol)
ocol) Due to the presence of the cache, there is a problem that load balancing and failure avoidance do not function sufficiently.

【0006】本発明は、論理IPアドレスと物理IPア
ドレスをアドレス変換機構を利用して関係付ける事によ
り、経路制御やARPキャッシュの影響を受けず、複数
の物理インタフェースが存在した場合に容易に負荷分散
や縮退運転ができるようにする計算機を提供することを
目的としている。
According to the present invention, by associating a logical IP address with a physical IP address by using an address translation mechanism, it is not affected by path control or an ARP cache, and can be easily loaded when a plurality of physical interfaces exist. The purpose of the present invention is to provide a computer capable of performing decentralized and degenerate operations.

【0007】[0007]

【課題を解決するための手段】本発明は、論理IPアド
レスを持ったIPモジュールの下位に設けたネットワー
クアドレス変換部と、物理アドレスを有する複数の物理
アドレスインタフェースとを具備し、前記ネットワーク
アドレス変換部は、パケット送信時に論理IPアドレス
を物理IPアドレスに変換し、パケット受信時に物理I
Pアドレスから論理IPアドレスヘの逆変換を行い、物
理アドレスインタフェースにおいて使用される物理アド
レスと実際に通信に利用する論理IPアドレスを独立さ
せることを特徴としている計算機を提供する。
The present invention comprises a network address translation unit provided below an IP module having a logical IP address, and a plurality of physical address interfaces having physical addresses. The unit converts a logical IP address to a physical IP address when transmitting a packet, and converts a physical IP address when receiving a packet.
Provided is a computer characterized by performing a reverse conversion from a P address to a logical IP address to make a physical address used in a physical address interface and a logical IP address actually used for communication independent.

【0008】本発明は、独立した物理IPアドレスを持
った通信インタフェースを有した計算機において、論理
IPアドレスを持ったIPモジュールの下位に設けたネ
ットワークアドレス変換部と、物理アドレスを有する複
数の物理アドレスインタフェースとを有し、ネットワー
クアドレス変換部は、パケット送信時に発信元および宛
先の論理IPアドレスを物理IPアドレスに変換し、該
アドレスを記録し、また記録された情報からパケット受
信時に物理IPアドレスから論理IPアドレスヘの逆変
換い、前記物理アドレスインタフェースにおいて使用さ
れる物理アドレスと実際に通信に利用する論理IPアド
レスを独立させることを特徴とする計算機を提供する。
According to the present invention, in a computer having a communication interface having independent physical IP addresses, a network address translator provided below an IP module having a logical IP address, and a plurality of physical addresses having physical addresses A network address translation unit that translates the source and destination logical IP addresses into physical IP addresses at the time of packet transmission, records the addresses, and from the recorded information from the physical IP address at the time of packet reception. There is provided a computer characterized in that a physical address used in the physical address interface and a logical IP address actually used for communication are made independent by performing reverse conversion to a logical IP address.

【0009】本発明によると、複数の物理インタフェー
スと、IPプロトコルモジュールの下位にアドレス変換
を行うネットワークアドレス変換(NAT)層とが設け
られ、このNAT層は予め決められたルールとインタフ
ェースやネットワークの状態に従って送信元の物理イン
タフェースを選択し、送信相手の論理IPアドレスから
実際にパケットの宛先アドレスとなる物理IPアドレス
を求め、これらのアドレス情報を用いて送信するパケッ
トの宛先および送信元アドレスを変更する。発信元およ
び宛先アドレスは各インタフェースの負荷状況や使用す
るネットワークの状態、相手インタフェースの稼働状態
により決定される。各物理インタフエースには管理モジ
ュールが付随しており、インタフェースの負荷情報や宛
先インタフェースの稼働状況、ネットワークの情報を定
期的に確認する。これらにより、アプリケーションが指
定した論理IPアドレスとは、全く異なったアドレスを
使用し、負荷分散や障害発生時の縮退が自動で行われる
通信が実現される。
According to the present invention, a plurality of physical interfaces and a network address translation (NAT) layer for performing address translation below the IP protocol module are provided. The physical interface of the transmission source is selected according to the state, the physical IP address which is actually the destination address of the packet is obtained from the logical IP address of the transmission destination, and the destination and the transmission source address of the packet to be transmitted are changed using these address information. I do. The source and destination addresses are determined by the load status of each interface, the status of the network used, and the operating status of the partner interface. Each physical interface has a management module, which periodically checks the load information of the interface, the operation status of the destination interface, and the information of the network. As a result, a communication is realized in which a completely different address from the logical IP address specified by the application is used, and load distribution and degeneration when a failure occurs are automatically performed.

【0010】[0010]

【発明の実施の形態】以下、図面を参照して本発明によ
る装置の第1の実施形態を説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS A first embodiment of the device according to the present invention will be described below with reference to the drawings.

【0011】図1に示される計算機システムによると、
TCP/IPプロトコルスタック11がネットワークア
ドレス変換部、即ちNAT部12に接続される。TCP
/IPプロトコルスタック11はIPパケットの処理を
行うIP層を有し、このIP層は論理IPアドレスを保
持している。ネットワークアドレス変換部、即ちNAT
部12は、送受信されるIPパケットの宛先および発信
元アドレスを決められた規則に基づいて変換する。ま
た、各インタフェースの負荷状態や通信状況を管理す
る。
According to the computer system shown in FIG.
A TCP / IP protocol stack 11 is connected to a network address translation unit, that is, a NAT unit 12. TCP
The / IP protocol stack 11 has an IP layer for processing IP packets, and this IP layer holds logical IP addresses. Network address translator, ie NAT
The unit 12 converts the destination and the source address of the transmitted and received IP packet based on a predetermined rule. It also manages the load status and communication status of each interface.

【0012】NAT部12にはアドレス変換テーブル
(アドレス変換データベース)13および複数の物理ア
ドレスインタフェース14ないし14が接続され
る。アドレス変換テーブル13は、NAT部12で行わ
れるアドレス変換時に使用される変換テーブルを有す
る。この変換テーブルは、図2に示すように自己IPア
ドレス(論理IPアドレス)と変換IPアドレス(物理
IPアドレス)とが対応して記述され、自分から送信す
るときには自己IPアドレスをテーブルに登録し、相手
側から変換IPアドレスに向けて送られてくるパケット
について変換IPアドレスを逆変換するために使用され
る。即ち、NAT部12はアドレス変換テーブル13を
参照してTCP/IPプロトコルスタック11の論理I
Pアドレスを物理アドレスインタフェース14ないし
14にそれぞれ割り当てられる物理IPアドレスに変
換する。この変換において、論理IPアドレスをどの物
理IPアドレスに変換したかはNAT部12が常に管理
する。
[0012] Address conversion table in the NAT section 12 (address translation database) 13 and a plurality of physical addresses interface 14 1 to 14 4 are connected. The address translation table 13 has a translation table used at the time of address translation performed by the NAT unit 12. In this conversion table, as shown in FIG. 2, the own IP address (logical IP address) and the converted IP address (physical IP address) are described in association with each other. It is used to reverse translate the translated IP address of a packet sent from the other party to the translated IP address. That is, the NAT unit 12 refers to the address conversion table 13 and refers to the logic I of the TCP / IP protocol stack 11.
Physical address interface 14 1 P-address to be translated into a physical IP address assigned respectively to 14 4. In this conversion, the NAT unit 12 always manages to which physical IP address the logical IP address has been converted.

【0013】TCP/IPプロトコルスタック11から
NAT部12には図3に示されるようなイーサネットパ
ケットの形態でパケットが送られる。このイーサネット
パケットはヘッダHとマックアドレス(宛先アドレスD
Aと送信元アドレスSA)とを含むプレアンブル部と、
データ部DATAと、CRC部とを有する。本実施形態
で取り扱うIPパケットはデータ部DATAに設けら
れ、宛先アドレスDAと送信元アドレスSAとを有す
る。NAT部12では、このIPパケットの送信元アド
レスSAを物理アドレスに変換して各インタフェース1
ないし14に割り当てる。即ち、アドレス変換は
IPパケットの送信元アドレスSAに対して行われる。
変換対象アドレスはIPパケットの送信元アドレスSA
に限らず宛先アドレスDAを物理アドレスに変換しても
良い。
A packet is sent from the TCP / IP protocol stack 11 to the NAT unit 12 in the form of an Ethernet packet as shown in FIG. This Ethernet packet has a header H and a MAC address (destination address D).
A and a source address SA);
It has a data part DATA and a CRC part. The IP packet handled in the present embodiment is provided in the data section DATA and has a destination address DA and a source address SA. The NAT unit 12 converts the source address SA of this IP packet into a physical address and
4 1 to assign to 14 4. That is, the address conversion is performed on the source address SA of the IP packet.
The translation target address is the source address SA of the IP packet.
Alternatively, the destination address DA may be converted to a physical address.

【0014】上記構成の通信インタフェースを有した計
算機において、TCP/IPプロトコルスタック11か
ら、相手計算機に対して図3に示されるイーサネットパ
ケットのIPパケットを送信する場合、NAT部12で
はアドレス変換テーブル13を参照して宛先の論理IP
アドレスから実際に送信すべき物理IPアドレスを選択
し、宛先IPアドレスとする。また、ネットワークイン
タフェース14ないし14の状態から、有効で負荷
の少ないインタフェースを選び、そのインタフェースの
持つ物理IPアドレスを送信元IPアドレスとして送信
パケットのアドレス変換を行い、パケットの送出を行
う。
In the computer having the communication interface having the above configuration, when transmitting the IP packet of the Ethernet packet shown in FIG. 3 from the TCP / IP protocol stack 11 to the partner computer, the NAT unit 12 executes the address conversion table 13. Refer to the destination logical IP
A physical IP address to be actually transmitted is selected from the addresses and set as a destination IP address. Further, from the state of the network interface 14 1 to 14 4, select the small interface for effective load, performs address translation for the packet physical IP address with the the interface as the source IP address, performs the transmission of packets.

【0015】パケットの受信時にはアドレス変換テーブ
ル13の記録と受信したパケットの物理IPアドレスか
ら、宛先および送信元の論理IPアドレスを求めて受信
パケットのアドレス変換を行い、上位層に通知する。ア
ドレス変換を行う場合は単にアドレスを入れ替えるだけ
ではなく、IPのヘッダチェックサムまで再計算を行
い、パケットを再構成する。このとき、IPパケットの
ペイロードの内容は変更しない。
When a packet is received, the destination IP address and the logical IP address of the transmission source are obtained from the record of the address conversion table 13 and the physical IP address of the received packet, the address conversion of the received packet is performed, and the upper layer is notified. When performing the address conversion, the packet is reconfigured not only by simply replacing the address but also by recalculating up to the IP header checksum. At this time, the contents of the payload of the IP packet are not changed.

【0016】NAT部12では、各ネットワークインタ
フェース14ないし14の状態を管理し、負荷状況
を記録している。また、定期的に通信相手のネットワー
クインタフェースとの間でpingコマンドなどにより
導通を確認しておき、使用するネットワークインタフェ
ース14ないし14を選択する場合の判断材料とす
る。通常状態では負荷分散を行うが、定期的な導通確認
において異常を検出した場合、予め決められた内容でリ
トライを行い、べつの経路を試しても復旧しない場合
は、該当インタフェースのエラーとしてデータベースに
記録し、以降このネットワークインタフェースは使用し
ないようにして自動的に縮退運転する。
[0016] In the NAT unit 12, to the network interface 14 1 manages the state of 14 4 records the load situation. Alternatively, it is acceptable to check the continuity due ping command with the regular communication partner network interface, to the network interface 14 1 used to determine the material of the case of selecting the 14 4. In the normal state, load distribution is performed, but if an abnormality is detected during periodic conduction confirmation, a retry is performed with predetermined contents. It records and then automatically degenerates the network interface without using it.

【0017】同様なアドレス変換機構を持った通信相手
に関してはその物理IPアドレスと論理IPアドレスと
の対応を予めデータベースに登録しておくことにより、
双方向でアドレスの変換が可能となる。
For a communication partner having a similar address translation mechanism, the correspondence between the physical IP address and the logical IP address is registered in a database in advance, so that
Address conversion can be performed in both directions.

【0018】通常のアドレス変換機構を持たない計算機
と通信する場合は、各ネットワークインタフェースにて
論理IPアドレスに対する代理ARP(代理アドレス解
決プロトコル)を行うことにより、パケットの受信を行
う。
When communicating with a computer having no ordinary address translation mechanism, packets are received by performing proxy ARP (proxy address resolution protocol) for the logical IP address at each network interface.

【0019】パケットの送信時にはアドレス変換テーブ
ル13を検索し、変換対象のアドレスでなかった場合は
変換せず、論理IPアドレスを発信元アドレスとして使
用する。
When transmitting a packet, the address translation table 13 is searched. If the address is not a translation target address, no translation is performed, and the logical IP address is used as a source address.

【0020】次に、図4を参照して、NAT部12が行
う処理について説明する。
Next, the processing performed by the NAT unit 12 will be described with reference to FIG.

【0021】先ず、送信か受信かが確認され(S1)、
送信の場合には、IPパケットを受信する(S2)。次
に、最適インタフェース、例えば統計的処理に基づいた
空いているインタフェースを選択する(S3)。このと
き、IPアドレスが既に変換済みか否かがアドレス変換
テーブル13を参照して確認される(S4)。変換済み
で有れば、変換済みの物理アドレスが使用される(S
5)。未変換の場合は、論理IPアドレスが物理アドレ
スに変換され、選択されたインタフェースに割り当てら
れる(S8)。この後、パケットがインタフェースに転
送される。
First, whether transmission or reception is confirmed (S1),
In the case of transmission, an IP packet is received (S2). Next, an optimal interface, for example, a vacant interface based on statistical processing is selected (S3). At this time, it is confirmed whether or not the IP address has already been translated by referring to the address translation table 13 (S4). If it has been translated, the translated physical address is used (S
5). If not translated, the logical IP address is translated into a physical address and assigned to the selected interface (S8). Thereafter, the packet is transferred to the interface.

【0022】ステップS1において、受信が設定される
と、インタフェースの物理アドレスが逆変換され、元の
論理アドレスに戻される(S7)。この後、パケットが
上位に転送される(S9)。
When the reception is set in step S1, the physical address of the interface is inversely converted and returned to the original logical address (S7). Thereafter, the packet is transferred to a higher order (S9).

【0023】以上説明したように本発明によると上位モ
ジュールの論理IPアドレスが下位層に設けられるNA
T部により物理アドレスに変換され、下位のインタフェ
ースに割り当てられる。これにより負荷分散や障害発生
時の縮退が自動で行われる通信が実現される。
As described above, according to the present invention, the logical IP address of the upper module is assigned to the NA provided in the lower layer.
The data is converted into a physical address by the T unit and assigned to a lower interface. This realizes communication in which load distribution and degeneration when a failure occurs are automatically performed.

【0024】上記実施形態では、1台の計算機に複数の
インタフェースが接続されている例を説明したが、同様
な機構は複数の計算機で1つの論理IPを共有する場合
にも適用できる。
In the above embodiment, an example in which a plurality of interfaces are connected to one computer has been described. However, a similar mechanism can be applied to a case where a plurality of computers share one logical IP.

【0025】[0025]

【発明の効果】ユーザアプリケーションは相手の論理I
Pアドレスだけを意識してアプリケーションの実行を行
うだけで、負荷分散や障害時の縮退機能を利用すること
ができる。
According to the present invention, the user application is the logic I of the partner.
By simply executing the application while paying attention only to the P address, it is possible to use the load distribution and the degeneration function at the time of failure.

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

【図1】本発明の一実施形態の通信インタフェースを有
した計算機のブロック図。
FIG. 1 is a block diagram of a computer having a communication interface according to an embodiment of the present invention.

【図2】図1に示すアドレス変換テーブルのフォーマッ
トを示す図。
FIG. 2 is a view showing a format of an address conversion table shown in FIG. 1;

【図3】イーサネットパケットのフォーマットを示す
図。
FIG. 3 is a diagram showing a format of an Ethernet packet.

【図4】ネットワークアドレス変換部のアドレス変換処
理を示すフローチャート図。
FIG. 4 is a flowchart illustrating an address translation process of a network address translation unit.

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

11…TCP/IPプロトコルスタック 12…ネットワークアドレス変換部 13…アドレス変換テーブル 14〜14…インタフェース11 ... TCP / IP protocol stack 12 ... network address conversion unit 13 ... address conversion table 14 1-14 4 ... Interface

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 通信機能を有する計算機において、 論理IPアドレスを持ったIPモジュールの下位に設け
たネットワークアドレス変換部と、物理アドレスを有す
る複数の物理アドレスインタフェースとを具備し、前記
ネットワークアドレス変換部は、パケット送信時に論理
IPアドレスを物理IPアドレスに変換し、パケット受
信時に物理IPアドレスから論理IPアドレスヘの逆変
換を行い、前記物理アドレスインタフェースにおいて使
用される物理アドレスと実際に通信に利用する論理IP
アドレスを独立させることを特徴とする計算機。
1. A computer having a communication function, comprising: a network address translator provided below an IP module having a logical IP address; and a plurality of physical address interfaces having physical addresses. Converts a logical IP address to a physical IP address when transmitting a packet, performs reverse conversion from a physical IP address to a logical IP address when receiving a packet, and actually uses the physical IP address for communication with the physical address used in the physical address interface. Logical IP
A computer characterized by independent addresses.
【請求項2】 通信機能を有する計算機において、論理
IPアドレスを持ったIPモジュールの下位に設けたネ
ットワークアドレス変換部と、物理アドレスを有する複
数の物理アドレスインタフェースとを具備し、前記アド
レス変換部は、パケット送信時に発信元および宛先の論
理IPアドレスを物理IPアドレスに変換し、該アドレ
スを記録し、記録された情報からパケット受信時に物理
IPアドレスから論理IPアドレスヘの逆変換を行い、
前記物理アドレスインタフェースにおいて使用される物
理アドレスと実際に通信に利用する論理IPアドレスを
独立させることを特徴とする計算機。
2. A computer having a communication function, comprising: a network address translation unit provided below an IP module having a logical IP address; and a plurality of physical address interfaces having a physical address. Converting the source and destination logical IP addresses into physical IP addresses at the time of packet transmission, recording the addresses, and performing reverse conversion from the physical IP address to the logical IP address at the time of packet reception from the recorded information;
A computer wherein the physical address used in the physical address interface and the logical IP address actually used for communication are made independent.
JP11137346A 1999-05-18 1999-05-18 Computer with communication interface Pending JP2000332776A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11137346A JP2000332776A (en) 1999-05-18 1999-05-18 Computer with communication interface

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11137346A JP2000332776A (en) 1999-05-18 1999-05-18 Computer with communication interface

Publications (1)

Publication Number Publication Date
JP2000332776A true JP2000332776A (en) 2000-11-30

Family

ID=15196509

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11137346A Pending JP2000332776A (en) 1999-05-18 1999-05-18 Computer with communication interface

Country Status (1)

Country Link
JP (1) JP2000332776A (en)

Similar Documents

Publication Publication Date Title
US7991914B2 (en) Technique for addressing a cluster of network servers
US7046666B1 (en) Method and apparatus for communicating between divergent networks using media access control communications
JP4399508B2 (en) System for trunking multiple links between switches and servers in a computer network
EP2853077B1 (en) Method of seamless integration and independent evolution of information-centric networking via software defined networking
EP1048145B1 (en) Cross-platform server clustering using a network flow switch
US7526569B2 (en) Router and address identification information management server
US7339895B2 (en) Gateway device and control method for communication with IP and IPV6 protocols
US20060133343A1 (en) Multi homing transport protocol on a multi-processor arrangement
US7385989B2 (en) Packet communication method and apparatus and a recording medium storing a packet communication program
US20030131105A1 (en) Mapping between virtual local area networks and fibre channel zones
US7161897B1 (en) Communications system, apparatus and method therefor
US20030193965A1 (en) Packet communication method and apparatus and a recording medium storing a packet communication program
US20050265230A1 (en) Apparatus and method for performing state transition of backup router in router redundancy system
JP2003163689A (en) Network linkage information processing system and method for moving access between load distributors
JP2010114665A (en) Method of controlling communication data and computer system
TW200934198A (en) Method and apparatus for dynamically configuring virtual internet protocol addresses
US6480900B1 (en) Communication method in a set of distributed systems via an internet type network
TW200924462A (en) System and method for connection of hosts behind NATs
KR100666987B1 (en) System and Method for IPv4-IPv6 Transition Using Dual Stack Transition Mechanism
KR100948693B1 (en) Ip conversion apparatus and method for supporting interoperability between different networks using virtualization platform
CN100359875C (en) Method for realizing backup and load shared equally based on proxy of address resolution protocol
US20060020617A1 (en) Method for processing data packets in a data network which has a mobile function
JP4811884B2 (en) Method and apparatus for routing data packets between different Internet communication stack instances
CN101127770B (en) Backup method based on address parsing protocol proxy
JP2000332776A (en) Computer with communication interface

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060518

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20080714

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080722

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20081209