WO1999037060A1 - Systeme de commande de transmission - Google Patents

Systeme de commande de transmission Download PDF

Info

Publication number
WO1999037060A1
WO1999037060A1 PCT/JP1999/000056 JP9900056W WO9937060A1 WO 1999037060 A1 WO1999037060 A1 WO 1999037060A1 JP 9900056 W JP9900056 W JP 9900056W WO 9937060 A1 WO9937060 A1 WO 9937060A1
Authority
WO
WIPO (PCT)
Prior art keywords
communication
communication control
control means
mac address
station
Prior art date
Application number
PCT/JP1999/000056
Other languages
English (en)
French (fr)
Inventor
Toshio Ogawa
Chuuji Akiyama
Original Assignee
Yokogawa Electric Corporation
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 Yokogawa Electric Corporation filed Critical Yokogawa Electric Corporation
Priority to US09/381,450 priority Critical patent/US6594227B1/en
Priority to EP99900162A priority patent/EP0981226A4/en
Publication of WO1999037060A1 publication Critical patent/WO1999037060A1/ja

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/09Mapping addresses
    • H04L61/10Mapping addresses of different types
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/09Mapping addresses
    • H04L61/25Mapping addresses of the same type
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/40Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass for recovering from a failure of a protocol instance or entity, e.g. service redundancy protocols, protocol state redundancy or protocol service redirection
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04JMULTIPLEX COMMUNICATION
    • H04J3/00Time-division multiplex systems
    • H04J3/02Details
    • H04J3/14Monitoring arrangements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2101/00Indexing scheme associated with group H04L61/00
    • H04L2101/60Types of network addresses
    • H04L2101/618Details of network addresses
    • H04L2101/622Layer-2 addresses, e.g. medium access control [MAC] addresses
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • H04L41/0654Management of faults, events, alarms or notifications using network fault recovery

Definitions

  • the present invention relates to a communication control system in which a communication station that performs communication according to a TCPZIP protocol is connected to an E bus.
  • TCP / IP Transfer Control Protocol / Internet Protocol
  • TCP / IP is a widely used protocol for computer networks.
  • TCP / IP is a combination of two protocols, TCP and IP.
  • TCP is a protocol for accurately transmitting data
  • IP is a protocol for transferring data between networks in a bucket manner.
  • Ethernet is a LAN (Local Area Network) widely used in computer networks.
  • “Ethernet” is a registered trademark of Xerox Corporation.
  • Fig. 1 is a conceptual configuration diagram when a communication station that performs communication according to the TCPZIP protocol is mounted on an Ethernet bus (referred to as an E bus). This figure is a diagram conceptually showing the configuration of software and hardware.
  • the communication station ST is connected on the E bus B.
  • the communication station ST is connected to the E bus B via the network adapter NA. There are TCP and UDP on IP. According to these protocols, the communication station ST performs the first communication.
  • UDP User Data Protocol
  • TCP establishes a connection between the sender and the receiver, and can perform recovery after a communication failure. In both protocols, the sending and receiving party recognizes the IP address and the protocol port number.
  • FIG. 2 is a diagram showing the structure of a communication frame in the case of TCP.
  • the network adapter NA receives only frames destined for its own station in order to reduce the burden on the software above. Therefore, the Ethernet header shown in Fig. 11 9 7060 has a 6-byte destination address (this is called the MAC address).
  • the MAC address is specific to the network adapter and is specified so that there is no duplication around the world.
  • the transmission unit of TCPZIP is called an IP packet, and is stored in the data portion of the Ethernet frame.
  • TCP / IP communication is designed to be transmitted even through a medium other than Ethernet, for example, ATM (Asynchronous Transfer), WAN (Wide Area Network) and the like. Therefore, IP packets have Internet addresses (called IP addresses) as destinations.
  • IP recognizes only one MAC address per communication station. This has been a bottleneck in making the communication system redundant.
  • Some distributed control systems have an E-bus. Some distributed control systems have a redundant configuration to improve reliability. The fact that the IP recognizes only one MAC address per communication station has been an obstacle to achieving redundancy in a distributed control system with an E bus.
  • Fig. 3 (a) is an example using TCP, and (b) is an example using UDP.
  • the E bus has B1 and B2 drawn.
  • Redundant network adapters NA to TCP or UDP are provided on the transmission side and the reception side of communication.
  • the user application program AP selects which of the redundant routes to use. Since the IP address and the MAC address are in a 1: 1 relationship, the IP and the TCP or UDP on it have to be made redundant. Redundancy control is performed by the user application program program AP.
  • Redundancy control must be performed by the user application program, which is a burden.
  • TCP is duplicated, resources (memory) such as connection management are doubled.
  • resources such as connection management are doubled.
  • the present invention has been made to solve the above-described problem, and has a configuration in which a MAC address recognized by an IP is transferred to an IP even when a redundant portion is switched.
  • the purpose of this is to realize a communication control system in which the user application program does not need to be aware of redundancy even when a communication station that performs communication using the TCP / IP protocol is connected to the E-bus and a redundant configuration is adopted. It shall be.
  • the present invention is a communication control system having the following configuration.
  • a communication station is connected to a network via a network adapter, and the communication station is provided with communication control means.
  • the communication control means performs communication according to a TCPZIP protocol, and is unique to the network adapter. In the communication control system in which the communication control means recognizes only one MAC address for one communication station of the other party,
  • the MAC address of the transmission destination in the transmission request is set to the MAC address of the network adapter with which the communication is made.
  • O 9/37060 is a communication control system characterized by comprising redundancy control means for converting a transmission source MAC address attached to a received frame into a MAC address recognized by the communication control means of the own station.
  • the diagnostic means transmits an I CMP echo as a diagnostic frame at a predetermined cycle, and if no response is returned even after a lapse of time longer than the predetermined cycle, it is determined that an error has occurred.
  • the redundancy control means of the transmitting station transmits to all network adapters, and the redundancy control means of the receiving station controls the communication of its own station among the multiple communication frames received by the redundant network adapter.
  • the communication control system according to (2) or (3) wherein only the communication frame having the MAC address recognized by the means is selected and passed to the communication control means.
  • the redundancy control means of the receiving station should pass the communication frame received by the network adapter on the service side to the communication control means of its own station, and use the communication frame received by the other network adapter as a diagnostic frame.
  • the communication control system according to (10) which is characterized in that:
  • the receiving station redundancy control means when receiving a signal from another network adapter without receiving a signal from the service side network adapter, replaces the received network adapter with a new service side network adapter.
  • the redundancy control means of the receiving station must first pass the communication frame from the network adapter that has received the communication frame to the communication control means, and use the communication frame received from another network adapter as a diagnostic frame. (10) The communication control system according to (10).
  • a communication station is connected to the network, and the communication station is provided with communication control means.
  • the communication control means performs communication in accordance with the TCPZ IP protocol and uses only one MAC address for one communication station.
  • TCPZ IP protocol uses only one MAC address for one communication station.
  • Only one communication control means is mounted in one communication station,
  • Ports provided redundantly in one communication station, A network controller interposed between this port and the communication control means, having a MAC address, for transmitting and receiving communication frames input / output to / from the port, and a communication control means for switching the working side port. Port control means for connecting a network controller with a MAC address recognized by
  • a communication control system comprising:
  • the diagnostic means transmits an I CMP echo as a diagnostic frame at a predetermined cycle, and if no response is returned even after a lapse of time longer than the predetermined cycle, determines that an abnormality has occurred.
  • the communication control system according to (18).
  • FIG. 1 is a conceptual configuration diagram showing one embodiment of the present invention.
  • FIG. 2 is a diagram showing a specific configuration example of FIG.
  • FIG. 3 is an explanatory diagram of the operation of the present invention.
  • FIG. 4 is a diagram illustrating the operation of the present invention.
  • FIG. 5 is an operation explanatory diagram of the present invention.
  • FIG. 6 is a conceptual configuration diagram of another embodiment of the present invention.
  • FIG. 7 is an operation explanatory diagram of the present invention.
  • FIG. 8 is an explanatory diagram of the operation of the present invention.
  • FIG. 9 is a diagram showing a configuration example of the port management means.
  • FIG. 10 is a diagram showing a configuration example of the port management means.
  • FIG. 11 is a conceptual configuration diagram when a communication station that performs communication according to the TCPZIP protocol is mounted on the E bus.
  • FIG. 12 is a diagram showing the structure of a communication frame.
  • FIG. 13 is a configuration diagram of a conventional example of a communication control system having a redundant configuration.
  • FIG. 4 is a conceptual configuration diagram showing one embodiment of the present invention.
  • the same components as those in the previous diagram are denoted by the same reference numerals.
  • the communication station STN is connected on E buses B1 and B2.
  • the communication station STN has two network adapters NA1 and NA2 and a single TCP / IP, and redundant software S is between them.
  • the redundant software S has a MAC address conversion table T inside.
  • Above the TCPZIP there is a normal user application program AP that uses the functions of the TCPZIP.
  • FIG. 5 is a diagram showing a specific configuration example of FIG.
  • the network adapters NA 1 and NA 2 are provided redundantly in one communication station, and each has a unique MAC address.
  • the communication control means 1 is mounted on each communication station, and performs communication in accordance with the TCPZIP communication rules.
  • the conversion table memory 2 stores an address conversion table.
  • the redundancy control means 3 is interposed between the network adapters NA 1 and NA 2 and the communication control means 1, and when a transmission request is received from the communication control means 1, the MAC address of the transmission destination in the transmission request Is converted to the MAC address of the network adapter with which it is communicating, and when it is received, the MAC address of the sender attached to the received frame is converted to the MAC address recognized by its own communication control means 1. I do.
  • the redundancy control means 3 executes the redundancy software S.
  • the AP execution means 4 executes the user application program AP using the TCP / IP function.
  • Diagnosis means 5 diagnoses whether communication is performed normally.
  • Figure 6 shows a network with three redundant communication stations.
  • Stations A, B, and C Each has two network adapters NA 1 and NA 2, and their MAC addresses are MAI, MA2, MB1, MB2, MCI, MC2.
  • the three stations are connected by redundant E buses Bl and B2, respectively, but they do not depend on the bus connection. It works even when connected to a single bus.
  • the MAC address conversion table shown in Fig. 7 is defined for the redundant software of the three stations.
  • the communication partner of each network adapter is determined by this conversion table.
  • the communication control means 1 which performs communication using the IP protocol, recognizes the MAC address (in this example, MAI, MB1, MC1,) of the partner station to which "1" is attached.
  • the MAC address in this example, MAI, MB1, MC1,
  • ARP Address Resolution Protocol
  • the IP of station A passes the IP bucket to be transmitted to the redundancy software and the MAC address (MB1) of the other party. Communication is performed according to the following procedure.
  • station B When station B receives a frame from MB1 side, the source network adapter attaches its own MAC address (MA1) to the frame. Station B uses MA1 directly from the conversion table.
  • MA1 its own MAC address
  • the source network adapter attaches its own MAC address (MA2) to the frame.
  • Station B uses MA1 from the conversion table as the source MAC address.
  • the transmission data from station A reaches station B overnight.
  • the network adapter used for communication is switched, the MAC address on the 1 side is always handled by the IP on the transmitting side and the IP on the receiving side.
  • Which network adapter is selected on the sending side and which network adapter is sent to IP on the receiving side depends on the following redundancy algorithm.
  • the sender In the first redundancy algorithm, the sender always sends to one regular network adapter.
  • the service side When communicating between two stations, the service side may be different in each direction. Since the same communication frame is not received repeatedly, the redundancy software on the receiving side only converts the MAC address and sends all received frames to IP.
  • the redundancy software may use the transmitting network adapter alternately. If an abnormality is found in the route, do not use it. The frame is now propagated, except for one time immediately after the failure.
  • the transmitting side may be used by fixing the service side. Switch to the standby side only when an abnormality is found in the service side path.
  • the network adapters used as the service side and the standby side may be switched and used.
  • the switching may not be performed every time, but may be performed at appropriate intervals or at the number of transmissions.
  • Ethernet frames may be exchanged with the partner at appropriate intervals and used for route diagnosis.
  • the diagnosis may be made on both the service side and the standby side.
  • the diagnosis may use the ICMP echo included in the Internet standard protocol. This means that when an echo request is sent to the partner station IP, the partner returns an echo response. The diagnosis is made using the response.
  • Diagnosis may be performed for all MAC addresses on Ethernet. Since all cases are exhausted, a successful transmission is always guaranteed.
  • the diagnostic frame may be sent only to the communication station necessary for securing the route. For example, if there is a router or switch with a unique IP address on the network, a diagnostic frame is sent only to the router or switch to secure a route to that router. In this way, the diagnostic frame is not sent to the network unnecessarily, and network congestion can be reduced.
  • both network adapters when sending, both network adapters are requested to send after changing the MAC address of the destination. Since the receiving station receives the same frame repeatedly, the receiving station may remove the redundant frame. 60 The receiving side may use the fixed side for fixed use, pass only the frame from the network adapter to IP, and use the reception from the other side only for diagnostic purposes. Switch to the standby side only when an abnormality is found in the service side path.
  • the receiving network adapter is switched alternately or at an appropriate cycle. Reception from other sources is used for diagnostic purposes only. If an error is found on the receiving side, switch to the standby side.
  • switching may be performed assuming that there is an error in the path of the regular adapter.
  • a virtual MAC address may be defined in addition to the MAC address described above.
  • the use of virtual MAC addresses is independent of the redundancy algorithm described above, and can coexist with them.
  • the virtual MAC address is listed in the MAC address conversion table.
  • the virtual MAC address is the MAC address of the communication partner used by the IP, and there is no need to correlate with the MAC address of the actual partner, nor does the partner need to know the virtual MAC address .
  • FIG. 8 is a diagram showing an example of a MAC address conversion table on which virtual MAC addresses are placed.
  • the IP is only informed of the virtual MAC address.
  • the virtual MAC address is notified to the IP by using the ARP described above.
  • the redundancy software of station A is given an IP packet to be sent to MAC-B.
  • Station B changes the MA C address to MA C-A and sends it to the IP, regardless of whether the source MA C address is MA1 or MA2.
  • the MAC address used by the IP does not depend on hardware, and it is easy to recover from a failure.
  • the network adapter on the 1st side of station A fails and is replaced. Route 1 is out of order but communication is continuing. If you replace the network adapter on one side, the new adapter will have a different MAC address, for example MA3.
  • the address conversion table in Fig. 4 station B If the MAI in the MAC address conversion table is changed to MA3, the MAC address MA1 used by the IP will not be present in the MAC address conversion table, causing problems such as disconnection.
  • Using a virtual MAC address simply rewrites the specific MAC address of the other party, so it can be exchanged without affecting the operation of IP.
  • the MAC address conversion table may be updated using the MAC address received from each network adapter. Since the ARP address determination is always entered when the system is started, a MAC address conversion table can be automatically generated. In addition, if some network adapters are replaced, new adapters can be incorporated into the redundancy mechanism by receiving frames from those adapters.
  • FIG. 9 is a conceptual configuration diagram of another embodiment of the present invention.
  • FIG. 9 there are two ports PA1 and PA2 and a single TCPZ IP, between which there is a port management means PT.
  • the port management means PT can be implemented as part of the device driver on a normal operating system.
  • Above the TCPZIP there is a normal user application program AP that uses the functions of the TCPZIP.
  • FIG. 10 is a diagram showing a specific configuration example of FIG.
  • Ports PA1 and PA2 only input and output communication frames and do not have MAC addresses.
  • Network controllers NC1 and NC2 connected above ports PA1 and PA2 have MAC addresses.
  • the port control means 6 When switching the service port, the port control means 6 connects the network controller with the MAC address recognized by the communication control means 1 to the new service port.
  • FIG. 7060 Figure 11 shows a network in which three redundant communication stations are connected. Stations A, B, and C each have two ports, and the MAC address of the network controller connected to each port is MAI, MA2, MBl, MB2, MCI, MC2, and the MAC address of the service side Is 1 (in this example, MAI, MBl, MC1,).
  • the three stations are connected to a single network, but this is not a limitation. If a route can be set up between any ports, it may be a separate network connected by bridge B.
  • a TCP connection is specified by four parameters: the IP address of station A, MA1, the IP address of station B, and MB1.
  • port management means PT connects a network controller having a MAC address of MA1 to port PA2 and continues communication.
  • the MAC address of the network controller connected to port PA1 of station A is MA2 in this example, and the diagnosis is continued by using this MAC address to wait for recovery.
  • the causes of port switching at station A are 1, 5, and 2, and the other factors are recovered by switching at station B.
  • Station A sends an ICMP echo to another station for diagnosis. If a response is returned, it is known that the network between the transmitting / receiving circuit of the station A and the partner station is normal. There may be a plurality of algorithms for abnormality detection.
  • diagnosis it is only necessary to send a diagnosis frame to only devices necessary for securing a route. For example, if there is a router or switch with its own IP address on the network, a diagnostic frame is sent only to the switch or switch to secure a route to it. Of course, diagnosis may be performed for all partner stations.
  • FIG. 12 and FIG. 13 are diagrams showing a configuration example of the port management means PT.
  • a MAC address is specified for each of the network controllers NC1 and NC2, and which port is used is switched by switches SW1 and SW2. Switching of the switches SW1 and SW2 is performed by the port control means 6. In this configuration example, the time required for switching is short.
  • the network controllers NC 1 and NC 2 exchange communication frames between the communication control means 1 and the E buses B 1 and B 2.
  • the network controllers NC 1 and NC 2 are combined with the ports PA 1 and PA 2 on a one-to-one basis, and the MAC address is changed by the port control means 6 by setting addresses to the controllers NC 1 and NC 2. .
  • the switching time is long, but it can cope with failure of the service-side controller.
  • FIG. 12 and FIG. 13 may be implemented simultaneously.
  • the TCP connection is not redundant and does not require much memory.
  • the MAC address management table requires, for example, several tens of bytes per partner station.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Small-Scale Networks (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Computer And Data Communications (AREA)

Description

明 細 書
通信制御システム
技術分野
本発明は、 TCPZI Pのプロトコルに従って通信を行う通信局を Eバスに接 続した通信制御システムに関するものである。
背景技術
TCP/I P (Transfer Control Protocol/ Internet Protocol)は世界的に普 及しているコンピュータ'ネットワーク用のプロトコルである。 TCP/I Pは TCPと I Pの 2つのプロトコルを合わせたもので、 TCPはデータを正確に伝 送するためのプロトコル、 I Pはネットワーク間でデータをバケツト方式で転送 するためのプロ卜コルである。
Ethernet はコンピュータ ·ネットワークに多く用いられている L AN (Local Area Network)である。 なお、 「Ethernet」はゼロックス社の登録商標である。 図 1は TCPZI Pのプロトコルに従って通信を行う通信局を Ethernet バス (Eバスと称することにする) 上に搭載した場合の概念的構成図である。 この図 はソフトウェアとハードウェアの構成を概念的に示した図である。
通信局 STは Eバス B上に接続されている。
通信局 S Tはネットワークアダプタ N Aを介して Eバス Bに接続されている。 I Pの上に TCPと UDPがある。 これらのプロトコルに従って、 通信局 ST は通 1目を行う。
UDP (User Data Protocol) は、 まとまった単位のデータを送信するのに使 用される。 送信側と受信側の通信はこのデータ送信 1回だけで、 通信失敗に対す る回復機能はない。 TCPは、 送信側と受信側の間にコネクションを張り、 通信 失敗後の回復などが行える。 どちらのプロトコルも、 送受信相手は I Pアドレス とプロトコルポート番号で認識する。
TC Pと UDPの上にユーザアプリケーションプログラム APがある。
図 2は通信フレームの構造を TCPの場合について示した図である。
ネットワークアダプタ NAは、 その上のソフトウェアの負担を軽くするため、 自局あてのフレームだけを受信する。 そのため、 図 11に示した Ethernetヘッダ 9 7060 には 6バイトのあて先アドレス (これを MACアドレスという) が付加されてい る。 MACアドレスはネットワークアダプタに固有のものとして、 世界中で重複 がないように指定される。 TCPZI Pの伝送単位は I Pパケットと呼ばれ、 Ethernet フレームのデ一夕部に格納されている。 TCP/I P通信は Ethernet 以外の媒体、 例えば ATM(Asynchronous Transfer) 、 WAN (Wide Area Network) 等 を通っても伝送されるように設計されている。 そのため、 I Pパケットはあて先 として Internetアドレス (I Pアドレスという) を持っている。
このように、 TCPZ I Pのプロトコルに従って通信を行う通信局をネットヮ —クアダプタを介して Eバスに接続すると、 通信局は MACアドレスと I Pアド レスを持つことになる。 I Pは 1つの通信局について 1つの MACアドレスしか 認識しない。 このことが通信システムを冗長化するときのネックになっていた。 分散型制御システムには Eバスを引いたものがある。分散型制御システムでは、 信頼性を向上させるために冗長化構成をとつたものがある。 I Pは 1つの通信局 について 1つの MACアドレスしか認識しないことが、 Eバスを引いた分散型制 御システムで冗長化をするときの障害になっていた。
従来、 TCPZI Pプロトコルで通信を行う通信局を Eバス上に接続した通信 制御システムにおいて冗長化を行うときは図 3の構成にしていた。 図 3の (a) は TCPを使用した例、 (b) は UDPを使用した例である。
図 3で、 Eバスは B 1と B 2が引かれている。 通信の送信側と受信側でネット ワークアダプタ N Aから TCPあるいは UDPまでを冗長化する。 冗長化された 経路のどちらを使うかはユーザアプリケ一ションプログラム APが選択する。 I Pアドレスと MACアドレスが 1 : 1の関係にあるので、 I Pおよびその上の T CPあるいは UDPも冗長化せざるを得なくなつている。 冗長化の制御はユーザ アプリケ一ションプログラムプログラム A Pで行う。
しかし、 この従来例では次の問題点があつた。
①冗長化の制御はユーザアプリケーションプログラムで行わなければならず、 負 荷になる。
② TCPを二重化すると、 コネクション管理などの資源 (メモリ) を 2倍必要と する。 ③ T C Pはストリーム型の通信で、 データの単なる流れとして通信されるので、 T C Pのコネクションを二重化すると切り替えとデータの切れ目の相関がつけに くい。
④ T C Pのコネクション維持のための通信が必要で、 二重化するとネットワーク の負荷を増やしてしまう。
⑤ UD Pを二重化すると上の問題はなくなるが、デ一夕の順番がわからなくなる。
⑥ U D Pの二重化ではデー夕が失われても回復できない。
⑦上の問題解決のためにはユーザアプリケーションプログラムで回復処理が必要 になり、 負荷が大きい。
⑧一般の T C P / I Pアプリケ一ションはこのような冗長化を仮定しておらず、 特殊なアプリケーション以外は冗長化の効果を享受できない。
本発明は上述した問題点を解決するためになされたものであり、 冗長化部分の 切り替えが行われても I Pに対しては I Pが認識している MA Cアドレスが受け 渡される構成にすることにより、 T C P / I Pプロトコルで通信を行う通信局を Eバス上に接続したときに冗長化構成をとつてもユーザアプリケーションプログ ラムが冗長化を意識する必要がない通信制御システムを実現することを目的とす る。
発明の開示
本発明は次のとおりの構成になつた通信制御システムである。
( 1 ) ネットワーク上にネットワークアダプタを介して通信局を接続し、 この通 信局には通信制御手段が設けられ、 この通信制御手段は T C P Z I Pのプロトコ ルに従って通信を行い、 前記ネットワークアダプタには固有の MA Cアドレスが 付けられ、 前記通信制御手段は 1つの相手の通信局について 1つの MA Cァドレ スだけを認識している通信制御システムにおいて、
通信制御手段は 1つの通信局に 1個だけ搭載され、 ネットワークアダプタは 1 つの通信局に冗長化して設けられているとともに、
ネットワークアダプタと通信制御手段の間に介在し、 通信制御手段から送信要 求があつたときは、 送信要求の中にある送信先の MA Cアドレスを通信相手とな るネットワークアダプタの MA Cアドレスに変換するとともに、 受信をしたとき O 9 /37060 は、 受信フレームに付いてきた送信元の MACアドレスを自局の通信制御手段が 認識している M A Cアドレスに変換する冗長化制御手段を具備したことを特徴と する通信制御システム。
(2) 前記冗長化制御手段はアドレス変換表を有し、 ネットワークアダプタの通 信相手となるネットワークアダプタがこのァドレス変換表で定義されていること を特徴とする (1) 記載の通信制御システム。
(3) 前記アドレス変換表にはネットワークアダプタの MACアドレスと、 この ネットワークアダプタの通信相手となるネッ卜ワークアダプタの MACアドレス とが対にして書かれていることを特徴とする (1) 記載の通信制御システム。
(4) 前記冗長化制御手段は、 冗長化されたネットワークアダプタのいずれか 1 つを常用側として選択して通信を行うことを特徴とする (1) 記載の通信制御シ ステム。
(5) 前記冗長化制御手段は、 常用側となるネットワークアダプタを切り替えて 通信を行うことを特徴とする (4) 記載の通信制御システム。
(6) 常用側のネットワークアダプタからネットワークを診断するための診断フ レームを所定の周期で送信させる診断手段を具備したことを特徴とする (4) 記 載の通信制御システム。
(7) 前記診断手段は、 所定の周期で診断フレームとして I CMPのエコーを送 信し、 この所定の周期よりも長い時間が経過しても応答が返ってこないときは異 常が発生したと判断することを特徴とする (6) 記載の通信制御システム。
(8) 前記診断手段はネットワーク上の全ての通信局に診断フレームを送信する ことを特徴とする (6) 記載の通信制御システム。
(9) 前記診断手段は通信経路を確保するために必要な通信局だけに診断フレー ムを送信することを特徴とする (6) 記載の通信制御システム。
(10) 送信局の冗長化制御手段は全てのネットワークアダプタに対して送信を 行い、 受信局の冗長化制御手段は冗長化されたネットワークアダプタで受信した 複数の通信フレームのうち自局の通信制御手段が認識している M A Cアドレスが 付いた通信フレームだけを選んで通信制御手段に渡すことを特徴とする (2) ま たは (3) 記載の通信制御システム。 (1 1) 受信局の冗長化制御手段は、 常用側のネットワークアダプタで受信した 通信フレームを自局の通信制御手段へ渡し、 他のネットワークアダプタで受信し た通信フレームは診断フレームとして用いることを特徴とする (10) 記載の通 信制御システム。
(12) 受信局の冗長化制御手段は、 常用側のネットワークアダプタを切り替え ることを特徴とする (10) 記載の通信制御システム。
(13) 受信局の冗長化制御手段は、 常用側のネットワークアダプタに受信がな いのに他のネットワークアダプタに受信があつたときは、 受信があったネットヮ ークアダプタを新たな常用側のネットワークアダプタとし、 それまでに常用側で あったネットワークアダプタは待機側とすることを特徴とする(1 1)または(1 2) 記載の通信制御システム。
(14) 受信局の冗長化制御手段は、 最初に通信フレームを受信したネットヮー クアダプタからの通信フレームを通信制御手段へ渡し、 他のネットワークァダプ 夕から受信した通信フレームは診断フレームとして用いることを特徴とする (1 0) 記載の通信制御システム。
(15) 通信制御手段は仮想 MACアドレスを定義し、 冗長化制御手段は実際の MACアドレスと前記仮想 MACアドレスの変換を行うことを特徴とする (1) 記載の通信制御システム。
(16) 前記仮想 MACアドレスとして、 システムが立ち上がったときの相手通 信局の実際の MACアドレスを用いることを特徴とする (15) 記載の通信制御 システム。
(17) 冗長化制御手段は受信の成功に従ってアドレス変換表を更新することを 特徴とする (2) から (16) のいずれかに記載された通信制御システム。
(18) ネットワーク上に通信局を接続し、 この通信局には通信制御手段が設け られ、 この通信制御手段は TCPZ I Pのプロトコルに従って通信を行い 1つの 相手の通信局について 1つの MACアドレスだけを認識している通信制御システ ムにおいて、
前記通信制御手段は 1つの通信局に 1個だけ搭載され、
1つの通信局に冗長化して設けられたポートと、 このポートと通信制御手段の間に介在し、 MACアドレスを持っていて、ポー 卜に入出力される通信フレームを送受信するネッ卜ワークコントローラと、 常用側のポートを切り替えたときに、 通信制御手段が認識している MACアド レスが付いたネットワークコントローラを新たな常用側のポートに接続するポー ト制御手段と、
を具備したことを特徴とする通信制御システム。
(19) 前記ポート制御手段は、 常用側のポートに通常の通信を行わせるととも に、 他のポートに対してはネットワークの診断だけを行うことを特徴とする (1 8) 記載の通信制御システム。
(20) ネットワークを診断するための診断フレームを所定の周期でポ一卜から 送信する診断手段を具備したことを特徴とする(18)記載の通信制御システム。
(21) 前記診断手段は、 所定の周期で診断フレームとして I CMPのエコーを 送信し、 この所定の周期よりも長い時間が経過しても応答が返ってこないときは 異常が発生したと判断することを特徴とする (18) 記載の通信制御システム。
(22) 前記診断手段は、 常用側のポートと他のポートとで診断フレームを送信 する周期を異ならせたことを特徴とする (18) 記載の通信制御システム。
図面の簡単な説明
図 1は本発明の一実施例を示す概念的構成図である。
図 2は図 1の具体的構成例を示した図である。
図 3は本発明の動作説明図である。
図 4は本発明の動作説明図である。
図 5は本発明の動作説明図である。
図 6は本発明の他の実施例の概念的構成図である。
図 7は本発明の動作説明図である。
図 8は本発明の動作説明図である。
図 9はポート管理手段の構成例を示した図である。
図 10はポ一ト管理手段の構成例を示した図である。
図 11は TCPZI Pのプロトコルに従って通信を行う通信局を Eバスを Eバ ス上に搭載した場合の概念的構成図である。 図 12は通信フレームの構造を示した図である。
図 13は冗長化構成をとつた通信制御システムの従来例の構成図である。 発明を実施するための最良の形態
以下図面を用いて本発明を詳しく説明する。
図 4は本発明の一実施例を示す概念的構成図である。 図 4で、 前出の図と同一 のものは同一符号を付ける。
図 4で、 通信局 STNは Eバス B 1, B 2上に接続されている。
図 4では通信局 STNは 2つのネットワークアダプタ NA 1, NA2と単一の TCP/ I Pを持ち、 その間に冗長化ソフトウェア Sがある。 冗長化ソフトゥェ ァ Sは内部に MACアドレス変換表 Tを持つ。 TCPZI Pの上には、 TCPZ I Pの機能を使用する通常のユーザーアプリケ一ションプログラム A Pが存在す る。
図 5は図 4の具体的構成例を示した図である。
ネットワークアダプタ NA 1, NA2は、 1つの通信局に冗長化して設けられ、 それぞれに固有の MACアドレスが割り付けられている。
通信制御手段 1は、 1つの通信局に 1個ずつ搭載され、 TCPZI Pの通信規 約に従って通信を行う。
変換表メモリ 2にはァドレス変換表が格納されている。
冗長化制御手段 3は、 ネットワークアダプタ N A 1, NA 2と通信制御手段 1 の間に介在し、 通信制御手段 1から送信要求があつたときは、 送信要求の中にあ る送信先の MACアドレスを通信相手となるネットワークアダプタの MACアド レスに変換するとともに、 受信をしたときは、 受信フレームに付いてきた送信元 の MACアドレスを自局の通信制御手段 1が認識している MACアドレスに変換 する。 冗長化制御手段 3が冗長化ソフトウェア Sを実行する。
AP実行手段 4は、 TCP/I Pの機能を用いてユーザ一アプリケーションプ ログラム A Pを実行する。
診断手段 5は、 通信が正常に行われているかどうかを診断する。
この実施例の動作を説明する。
図 6は冗長化した通信局を 3局設けたネットワークを示す。 局 A, B, C はそ れぞれ 2個ずつネットワークアダプタ N A 1 , NA 2を持ち、 それぞれの MA C アドレスを MAI, MA2, MB1, MB2, MCI, MC2 とする。 3 局はそれぞれ冗長化され た Eバス B l, B 2で接続されているが、 バスの接続には依存しない。 単一のバ スに接続されても動作する。
3局の冗長化ソフトウェアには、 図 7に示す MA Cアドレス変換表が定義され ている。 この変換表により各ネットワークアダプタは通信相手が決まっている。
I Pのプロトコルで通信を行う通信制御手段 1は、 「1」 を付けた側の相手局 の MA Cアドレス (この例では MAI, MB1, MC1, ) を認識している。 これは、 相手 局の MA Cアドレスを知るため、 I Pアドレスを知るための Ethernetフレームを ブロードキャストし、 その I Pアドレスを持った局が応答してくること (ARP: Address Resolut ion Protocol)を利用して、 受信時に I Pに 1側の MA Cァドレ スを渡すことで実現できる。
局 Aで局 Bに送信要求がある場合、 局 Aの I Pは冗長化ソフトウエアに送信し たい I Pバケツ卜と相手の MA Cアドレス (MB1) を渡す。 通信は次の手順で行わ れる。
(1)局 Aの冗長化ソフトウェアが 1側に送信する場合は、 MB1に送信する。
(2)局 Aの冗長化ソフトウエアが 2側に送信する場合は、 ァドレス変換表に従い MB2に送信する。
(3)局 Bで MB1側からフレームを受信した場合、 そのフレームには送信元ネット ワークアダプタが自局の MA Cアドレス (MA1) をつけてくる。 局 Bでは変換 表から MA1をそのまま使う。
(4)局 Bで MB2側からフレームが受信した場合、 そのフレームには送信元ネット ワークアダプタが自局の MA Cアドレス (MA2) をつけて来ている。 局 Bでは 変換表から MA1を送信元の MA Cアドレスとして使う。
以上の動作により、 局 Aからの送信デ一夕は局 Bに到達する。 通信に用いるネ ットワークアダプタが切り替えられても、 送信側と受信側の I Pでは、 常に 1側 の MA Cアドレスが扱われる。
送信側でどちらのネットワークアダプタを選ぶか、 受信側でどちらのネットヮ —クアダプタを I Pに送るかは以下の冗長化アルゴリズムによる。 第 1の冗長化アルゴリズムでは、 送信側は必ず 1つの常用ネットワークァダプ 夕に送信する。 2局間で通信をするとき、 それぞれの方向で常用側が異なってい てもいい。 同じ通信フレームが重複して受信されることはないので、 受信側の冗 長化ソフトウエアは MA Cアドレスの変換だけを行い、 すべての受信フレームを I Pに送る。
冗長化ソフトウェアは送信するネットワークアダプタを交互に使用してもよい。 経路に異常が発見されたときは、 そちらを使用しない。 これで故障直後の 1回を 除き、 フレームは伝播される。
送信側は常用側を固定して使用してもよい。 常用側の経路に異常が発見された ときのみ待機側に切り替える。
常用側と待機側にするネットワークアダプタを切り替えて使用してもよい。 切 替は毎回ではなく、 適当な周期あるいは送信回数毎に切り替えてもよい。
経路の故障を積極的に調べるため、適当な間隔で相手との間で Ethernetフレー ムの交換を行い、 経路の診断に利用してもよい。 診断は常用側、 待機側の両方で 行ってもよい。
診断は、 Internetの標準プロトコルに含まれる ICMPの echoを利用してもよい。 これは、 相手局 I Pに対し echo reques tを送信すると、 相手が echo responseを 返してくる。 この応答が返ったことを利用して、 診断とするものである。
診断を Ethernet上のすべての MA Cアドレスに対して行ってもよい。すべての ケースが尽くされるので、 常に正常な伝送が保証される。
経路確保に必要な通信局だけに診断フレームを送ってもよい。 例えば、 ネット ワーク上に独自の I Pアドレスを持ったルータやスィッチが存在すると、 そこま での経路を確保するため、 ルー夕やスィッチにだけ診断フレームを送信する。 こ のようにすると、 診断フレームがいたずらにネットワーク上に送られることがな く、 ネットワークの混雑を緩和できる。
第 2の冗長化アルゴリズムでは、 送信するときには両方のネットワークァダプ 夕に対し、 送信先の MA Cアドレスを変更した後で、 送信を要求する。 受信局で は同じフレームが重複して受信されるので、 受信局で冗長なフレームを除去して もよい。 60 受信側は常用側を固定して使用し、 当該ネットワークアダプタからのフレーム だけを I Pに渡し、 他からの受信は診断の目的だけに使用してもよい。 常用側の 経路に異常が発見されたときのみ待機側に切り替える。
受信するネットワークアダプタを交互あるいは適当な周期で切り替える。 他か らの受信は診断の目的だけに使用する。 受信側の経路に異常が発見されたときは 待機側に切り替える。
常用としている受信アダプタに受信がないのに、 他のァダブ夕に受信があつた 場合には常用アダプタの経路に異常があつたとして、 切替を行ってもよい。
最初にフレームが受信されたアダプタからのフレームだけを I Pに渡してもよ い。 他からの受信は診断の目的だけに使用する。
上述した MA Cアドレスの他に仮想 MA Cアドレスを定義してもよい。 仮想 M A Cアドレスの使用は、 前述した冗長化アルゴリズムとは独立の機能で、 これら とも共存できる。 MA Cアドレス変換表には、仮想 MA Cアドレスが載っている。 仮想 MA Cアドレスとは、 I Pが使用する通信相手の MA Cアドレスのことで、 実際の相手の MA Cアドレスと相関がある必要も、 相手がその仮想 MA Cァドレ スを知っている必要もない。
図 8は仮想 M A Cアドレスを載せた M A Cアドレス変換表の一例を示した図で ある。
I Pは仮想 MA Cアドレスだけを知らされる。 I Pに仮想 MA Cアドレスを知 らせるのは前述した ARPを利用して行う。 局 Aで局 Bへの送信要求が発生した場 合、局 Aの冗長化ソフトウエアは MA C-Bへ送る I Pパケッ卜を与えられる。 こ の時 1側に送る場合は MA Cアドレスを MB1 に、 2側に送る場合は MA Cァドレ ス MB2に変更して送信する。局 B側では送信元 MA Cアドレスが MA1の場合も MA2 の場合も MA Cアドレスを MA C-Aに変更して I Pに伝える。
こうしておくことで、 I Pの使用する MA Cアドレスはハードウェアに依存せ ず、 故障からの復帰が容易になる。 例として局 Aの 1側のネットワークアダプタ が故障して交換する場合を考える。 経路 1側は故障しているが、 通信は継続して いる。 ここで 1側のネットワークアダプタを交換すると、 新しいアダプタは以前 とは異なる MA Cアドレス、 例えば MA3を持つ。 図 4のアドレス変換表では局 B の MACアドレス変換表の MAIを MA3に変更すると、 I Pの使っていた MACァ ドレス MA1が MACアドレス変換表に存在しなくなってしまい、 コネクションが 切れるなどの問題が発生する。 仮想 MACアドレスを使用すると、 相手の具体的 な MACアドレスを書き換えるだけなので、 I Pの動作に影響を与えずに交換で さる。
仮想 MACアドレスの選択として、 最初に使用されていた MACアドレスを使 用してもよい。 例えば、 上表で局 Bの MACアドレス変換表では、 MAC-A = MAI, MAC-C= MCIと初期化する。 このことで、 MACアドレスの決定に伴う 手間を省略できる。 故障によって実際の MACアドレスが変わった後は、 仮想 M ACアドレスだけが元の情報を持っている。
各ネットワークアダプタからの受信した MACアドレスを用いて MACァドレ ス変換表を更新してもよい。 システム立ち上げ時には必ず ARPのァドレス決定が 入るので、 MACアドレス変換表を自動的に生成することができる。 また、 一部 のネットワークアダプタを交換した場合、 そのアダプタからのフレームを受信す ることで、 新しいアダプタを冗長化の仕組みに組み入れていくことができる。 図 9は本発明の他の実施例の概念的構成図である。
図 9では、 2つのポート PA1, PA2と単一の TCPZ I Pを持ち、 その間 にポート管理手段 PTがある。 ポート管理手段 PTは通常のオペレーティングシ ステム上ではデバイスドライバの一部として実装することができる。 TCPZ I Pの上には、 TCPZI Pの機能を使用する通常のユーザーアプリケーションプ ログラム A Pが存在する。
図 10は図 9の具体的構成例を示した図である。
ポート PA1, PA2は、 通信フレームを入出力するだけで MACアドレスを もたない。 ポート PA1, PA2の上位に接続されたネットワークコントローラ NC 1, NC2が MACアドレスを持っている。
ポート制御手段 6は、 常用側のポートを切り替えたときに、 通信制御手段 1が 認識している M A Cアドレスが付いたネットワークコントローラを新たな常用側 のポートに接続する。
この実施例の動作を説明する。 7060 図 1 1は冗長化通信局を 3台接続したネットワークを示す。 局 A, B , Cはそ れぞれ 2個ずつポートを持ち、 それぞれのポートに接続されたネットワークコン トローラの MACアドレスを MAI, MA2, MBl, MB2, MCI, MC2 とし、 常用側の MAC アドレスを 1 (この例では MAI, MBl, MC1, ) とする。 図では 3局は単一のネット ワークに接続されているが、 これに限らない。 任意のポート間に経路が設定でき るなら、 ブリッジ Bで接続された別個のネットワークであってもよい。
例として局 Aと局 Bが通信を行う場合を考える。両者の常用側ポートは PA 1、 常用側のポートと接続されたネットワークコントローラの MACアドレスはそれぞ れ MA1 と MB1である。 TCPコネクションは 4つのパラメ一夕、 すなわち局 Aの I Pアドレス, MA1, 局 Bの I Pアドレス, MB1で指定される。 いま、 局 Aの常用側 ポートに異常が検出された場合を考える。 局 Aは常用側の異常を検出したので、 ポート管理手段 P Tはポート PA2に MACアドレスが MA1のネットワークコント口 —ラを接続し、 通信を継続させる。 これによつて、 局 Bから見ると、 相手の I P ァドレスも MACァドレスも変化しないので、通信は継続される。局 Aのポート PA1 に接続されたネットワークコントローラの MACァドレスはこの例では MA2となり、 この MACァドレスを使った診断を継続することで回復を待つ。
常用側のポー卜で通信する特定の 2局 A, B間の経路に存在する要素は、
①局 Aの送信回路
② 2局 A B間の常用側ポ一ト間のネットワーク要素(ケーブルなど)
③局 Bの受信回路
④局 Bの送信回路
⑤局 Aの受信回路
である。 本実施例では、 局 Aでのポート切り替えの要因は①, ⑤, ②であり、 他 の要因は局 B側での切り替えが起こることで回復される。
Eバスでは特定局間での通信は必要な時にしか起こらないので、 これだけで常 時監視することはできない。 診断のため、 局 Aから ICMPの echoを他局に送信す る。 レスポンスが返ってくれば、 局 Aの送受信回路と相手局との間のネットヮー クが正常であることが分かる。 異常検出のアルゴリズムには複数があり得る。
(1) 診断周期より長い一定時間以上受信が行われない場合①あるいは⑤に異常 があるとする。
(2)診断用の echoレスポンスが帰ってこない局では②〜④に異常がある場合が ある。 一定時間以上待って回復しない場合は②の可能性があるので、 自局側で切 り替える。
待機側でも同様の診断が必要だが、 その周期は常用側より長くてもいい。 診断は経路確保に必要な機器だけに診断フレームを送るだけでよい。 例えば、 ネットワーク上に独自の I Pアドレスを持ったルータやスィッチが存在すると、 そこまでの経路を確保するため、 ル一夕やスィッチにだけ診断フレームを送信す る。 もちろん、 すべての相手局に対して診断を行ってもよい。
ネットワーク上に送り先の MACアドレスに応じて動作するブリッジゃスィッチ がある場合、 ポートを切り替えた場合にはその送信先も変えてやらなければなら なレ^ポートの切り替え直後に他局に echoを送信し、 これらのブリッジゃスイツ チの送信先を強制的に切り替えるとよい。
図 12及び図 13はポート管理手段 P Tの構成例を示した図である。
図 12では、 ネットワークコントローラ NC 1, NC 2毎に MACアドレスを指 定しておき、 どのポートを使用するかをスィッチ SW1, SW2で切り替える。 スィッチ SW1, SW2の切り替えはポート制御手段 6で行う。 この構成例では 切り替えに要する時間が短くて済む。 ネットワークコントローラ NC 1, NC 2 は通信制御手段 1と Eバス B 1, B 2との間で通信フレームを受け渡すためのも のである。
図 13では、 ネットワークコントローラ NC 1, NC2とポート PA1, P A 2を 1対 1で組み合わせ、 MACァドレスの変更は、 ポート制御手段 6が各コント ローラ NC 1, NC 2にアドレスを設定することで行う。 この構成例では切り替 え時間は長くなるが、 常用側コントローラが故障しても対応できる。
なお、 図 12と図 13の両者を同時に実現してもよい。
以上説明したように本発明によれば次の効果が得られる。
請求項 1乃至請求項 5、 請求項 10及び請求項 15乃至 18の発明によれば次 の効果が得られる。
①特殊なハードウェアを使用しない。 パソコンなどでは市販のネッ卜ワークァダ プ夕がそのまま使用できる
②冗長化していない局も、 このシステムに同居できる (常用側になる) ので、 全 体的なコストを押さえられる。
③ I Pより上に特殊な機能を要求しないので、 ユーザアプリケーションプロダラ ムの負荷にならない。
④ユーザアプリケ一ションプログラムは冗長化を意識しないので、 従来からある 他のアプリケーションもそのままで冗長化の利点を享受できる。
⑤ T C Pコネクションは冗長でないので、 メモリを多く必要としない。 MA Cァ ドレス管理テーブルは相手局あたり例えば数十バイ卜で足りる。
⑥経路の切替があっても、 T C Pのコネクションは維持される。 故障の影響がュ 一ザアプリケーションプログラムにおよばない。
⑦ネットワークの通信負荷は増えない。 冗長化アルゴリズムでは、 ケーブルが独 立している場合が多い。
⑧従来型の冗長化ネットワークとも共存できる。
請求項 6乃至請求項 9及び請求項 1 1乃至請求項 1 4の発明によれば次の効果 が得られる。
①ネットワーク上の要素の診断がオンラインで行え、 ほとんどの場合故障により データが失われることもない。
②故障からの復帰が自動化できる。
請求項 1 9乃至請求項 2 2に記載された発明によれば、 請求項 1乃至請求項 1 8に記載された発明により得られる効果に加えて次の効果が得られる。
①故障したポート (あるいは経路) からの切り替えがスムーズに行える。

Claims

請 求 の 範 囲
1 . ネットワーク上にネットワークアダプタを介して通信局を接続し、 この通 信局には通信制御手段が設けられ、 この通信制御手段は T C P / I Pのプロトコ ルに従って通信を行い、 前記ネットワークアダプタには固有の MA Cアドレスが 付けられ、 前記通信制御手段は 1つの相手の通信局について 1つの MA Cアドレ スだけを認識している通信制御システムにおいて、
通信制御手段は 1つの通信局に 1個だけ搭載され、 ネッ卜ワークアダプタは 1 つの通信局に冗長化して設けられているとともに、
ネットワークアダプタと通信制御手段の間に介在し、 通信制御手段から送信要 求があつたときは、 送信要求の中にある送信先の M A Cアドレスを通信相手とな るネソトワークアダプタの MA Cアドレスに変換するとともに、 受信をしたとき は、 受信フレームに付いてきた送信元の MA Cアドレスを自局の通信制御手段が 認識している M A Cアドレスに変換する冗長化制御手段を具備したことを特徴と する通信制御システム。
2 . 前記冗長化制御手段はアドレス変換表を有し、 ネットワークアダプタの通 信相手となるネットワークアダプタがこのァドレス変換表で定義されていること を特徴とする 1 . 記載の通信制御システム。
3 . 前記アドレス変換表にはネットワークアダプタの MA Cアドレスと、 この ネットワークアダプタの通信相手となるネットワークアダプタの MA Cアドレス とが対にして書かれていることを特徴とする 1 . 記載の通信制御システム。
4. 前記冗長化制御手段は、 冗長化されたネットワークアダプタのいずれか 1 つを常用側として選択して通信を行うことを特徴とする 1 . 記載の通信制御シス テム。
5 . 前記冗長化制御手段は、 常用側となるネットワークアダプタを切り替えて 通信を行うことを特徴とする 4. 記載の通信制御システム。
6 . 常用側のネットワークアダプタからネットワークを診断するための診断フ レームを所定の周期で送信させる診断手段を具備したことを特徴とする 4. 記載 の通信制御システム。
7 . 前記診断手段は、 所定の周期で診断フレームとして I C M Pのエコーを送 信し、 この所定の周期よりも長い時間が経過しても応答が返ってこないときは異 常が発生したと判断することを特徴とする 6. 記載の通信制御システム。
8. 前記診断手段はネットワーク上の全ての通信局に診断フレームを送信する ことを特徴とする 6. 記載の通信制御システム。
9. 前記診断手段は通信経路を確保するために必要な通信局だけに診断フレー ムを送信することを特徴とする 6. 記載の通信制御システム。
10. 送信局の冗長化制御手段は全てのネットワークアダプタに対して送信を 行い、 受信局の冗長化制御手段は冗長化されたネットワークアダプタで受信した 複数の通信フレームのうち自局の通信制御手段が認識している M A Cアドレスが 付いた通信フレームだけを選んで通信制御手段に渡すことを特徴とする 2. また は 3. 記載の通信制御システム。
11. 受信局の冗長化制御手段は、 常用側のネットワークアダプタで受信した 通信フレームを自局の通信制御手段へ渡し、 他のネットワークアダプタで受信し た通信フレームは診断フレームとして用いることを特徴とする 10. 記載の通信 制御システム。
12. 受信局の冗長化制御手段は、 常用側のネットワークアダプタを切り替え ることを特徴とする 10. 記載の通信制御システム。
13. 受信局の冗長化制御手段は、 常用側のネットワークアダプタに受信がな いのに他のネットワークアダプタに受信があつたときは、 受信があったネットヮ —クアダプタを新たな常用側のネットワークアダプタとし、 それまでに常用側で あったネットワークアダプタは待機側とすることを特徴とする 1 1.または 12. 記載の通信制御システム。
14. 受信局の冗長化制御手段は、 最初に通信フレームを受信したネットヮー クアダプタからの通信フレームを通信制御手段へ渡し、 他のネットワークァダプ 夕から受信した通信フレームは診断フレームとして用いることを特徴とする 10. 記載の通信制御システム。
15. 通信制御手段は仮想 MACアドレスを定義し、 冗長化制御手段は実際の MACアドレスと前記仮想 M A Cアドレスの変換を行うことを特徴とする 1. 記 載の通信制御システム。
16. 前記仮想 MACアドレスとして、 システムが立ち上がったときの相手通 信局の実際の MACアドレスを用いることを特徴とする 15. 記載の通信制御シ ステム。
17. 冗長化制御手段は受信の成功に従ってアドレス変換表を更新することを 特徴とする 2. から 16. のいずれかに記載された通信制御システム。
18. ネットワーク上に通信局を接続し、 この通信局には通信制御手段が設け られ、 この通信制御手段は TCP/ I Pのプロトコルに従って通信を行い 1つの 相手の通信局について 1つの MACアドレスだけを認識している通信制御システ ムにおいて、
前記通信制御手段は 1つの通信局に 1個だけ搭載され、
1つの通信局に冗長化して設けられたポートと、
このポートと通信制御手段の間に介在し、 MACアドレスを持っていて、ポー 卜に入出力される通信フレームを送受信するネットワークコントローラと、 常用側のポートを切り替えたときに、 通信制御手段が認識している MACアド レスが付いたネットワークコントローラを新たな常用側のポートに接続するポー 卜制御手段と、
を具備したことを特徴とする通信制御システム。
19. 前記ポート制御手段は、 常用側のポートに通常の通信を行わせるととも に、他のポートに対してはネットワークの診断だけを行うことを特徴とする 18. 記載の通信制御システム。
20. ネットワークを診断するための診断フレームを所定の周期でポートから 送信する診断手段を具備したことを特徴とする 18. 記載の通信制御システム。
21. 前記診断手段は、 所定の周期で診断フレームとして I CMPのエコーを 送信し、 この所定の周期よりも長い時間が経過しても応答が返つてこないときは 異常が発生したと判断することを特徴とする 18. 記載の通信制御システム。
22. 前記診断手段は、 常用側のポートと他のポートとで診断フレームを送信 する周期を異ならせたことを特徴とする 18. 記載の通信制御システム。
PCT/JP1999/000056 1998-01-13 1999-01-11 Systeme de commande de transmission WO1999037060A1 (fr)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US09/381,450 US6594227B1 (en) 1998-01-13 1999-01-11 Communication control system
EP99900162A EP0981226A4 (en) 1998-01-13 1999-01-11 TRANSFER CONTROL SYSTEM

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP00495698A JP3511875B2 (ja) 1998-01-13 1998-01-13 通信制御システム
JP10/4956 1998-01-13

Publications (1)

Publication Number Publication Date
WO1999037060A1 true WO1999037060A1 (fr) 1999-07-22

Family

ID=11598042

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP1999/000056 WO1999037060A1 (fr) 1998-01-13 1999-01-11 Systeme de commande de transmission

Country Status (4)

Country Link
US (1) US6594227B1 (ja)
EP (1) EP0981226A4 (ja)
JP (1) JP3511875B2 (ja)
WO (1) WO1999037060A1 (ja)

Families Citing this family (38)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3407717B2 (ja) 2000-06-20 2003-05-19 日本電気株式会社 Lan通信路制御システム及び制御方法
US7032029B1 (en) * 2000-07-07 2006-04-18 Schneider Automation Inc. Method and apparatus for an active standby control system on a network
US20040114591A1 (en) * 2000-07-13 2004-06-17 Schneider Automation Sas IP Routing Between Modules on a PLC Backplane
JP2002101106A (ja) * 2000-09-22 2002-04-05 Nec Eng Ltd Atm交換システム
US7023795B1 (en) 2000-11-07 2006-04-04 Schneider Automation Inc. Method and apparatus for an active standby control system on a network
AU2002344774A1 (en) * 2001-05-14 2002-11-25 Telefonaktiebolaget Lm Ericsson (Publ) Application transparent redundancy in a protocol stack
US7394758B2 (en) 2001-09-04 2008-07-01 Rumi Sheryar Gonda Method for supporting SDH/SONET APS on Ethernet
KR100385996B1 (ko) 2001-09-05 2003-06-02 삼성전자주식회사 하나의 NIC(Network InterfaceCard)에 복수개의 IP 어드레스를 할당하는 방법 및이에 적합한 장치
US8347075B1 (en) * 2001-11-14 2013-01-01 Verizon Laboratories Inc. Methods to mitigate attacks against fiber-to-the-home network systems
EP1322097A1 (en) * 2001-12-21 2003-06-25 Siemens Aktiengesellschaft A method and computer system for client server inter process communication
US20040083293A1 (en) * 2002-02-25 2004-04-29 Dong Chen Ethernet addressing via physical location for massively parallel systems
EP1367778A1 (en) * 2002-05-31 2003-12-03 Fujitsu Siemens Computers, LLC Networked computer system and method using dual bi-directional communication rings
JP3767561B2 (ja) * 2002-09-02 2006-04-19 ソニー株式会社 機器認証装置、機器認証方法、および情報処理装置、情報処理方法、並びにコンピュータ・プログラム
DE10243384B4 (de) * 2002-09-18 2006-10-05 Siemens Ag Verfahren zur permanenten redundanten Übertragung von Datentelegrammen in Kommunikationssystemen
US7307948B2 (en) * 2002-10-21 2007-12-11 Emulex Design & Manufacturing Corporation System with multiple path fail over, fail back and load balancing
DE10305415B4 (de) * 2003-02-06 2006-10-19 Siemens Ag Verfahren und Vorrichtung zum medienredundanten Betreiben eines Endgeräts in einem Netzwerk
US7324512B2 (en) * 2003-06-12 2008-01-29 International Business Machines Corporation MAC layer bridging of network frames between isolated and external networks
WO2005041037A2 (en) * 2003-10-23 2005-05-06 Siemens Aktiengesellschaft Software framework interfacing applications and redundant resources
JP3651612B1 (ja) 2003-12-15 2005-05-25 横河電機株式会社 通信制御システム
US8401024B2 (en) * 2004-01-14 2013-03-19 Telefonaktiebolaget Lm Ericsson (Publ) Ethernet address management system
JP4219314B2 (ja) * 2004-09-28 2009-02-04 富士通株式会社 通信装置
US7801150B1 (en) * 2006-02-14 2010-09-21 Juniper Networks, Inc. Multiple media access control (MAC) addresses
US7577089B2 (en) 2006-05-26 2009-08-18 Transwitch Corporation Methods and apparatus for fast ETHERNET link switchover in the event of a link failure
US8238228B2 (en) * 2006-07-11 2012-08-07 Telefonaktiebolaget Lm Ericsson (Publ) Method and system for re-enabling disabled ports in a network with two port MAC relays
US7817538B2 (en) * 2006-09-13 2010-10-19 Rockwell Automation Technologies, Inc. Fault-tolerant Ethernet network
US20080175159A1 (en) * 2006-12-13 2008-07-24 Panduit Corp. High Performance Three-Port Switch for Managed Ethernet Systems
JP4964666B2 (ja) * 2007-05-14 2012-07-04 株式会社日立製作所 冗長化された通信経路を切り替える計算機、プログラム及び方法
JP5157685B2 (ja) 2008-07-02 2013-03-06 日本電気株式会社 通信システム、ネットワーク機器及びそれらに用いる通信復旧方法並びにそのプログラム
US8046444B2 (en) * 2009-03-30 2011-10-25 Rockwell Automation Technologies, Inc. Universal network adapter for industrial control networks
JP5170000B2 (ja) * 2009-06-04 2013-03-27 富士通株式会社 冗長化ペア検出方法、通信装置、冗長化ペア検出プログラム、記録媒体
WO2011032570A1 (en) * 2009-09-16 2011-03-24 Siemens Aktiengesellschaft A method of running a substation of an electric power supply system
US8724465B2 (en) * 2009-10-28 2014-05-13 International Business Machines Corporation Zero packet loss energy efficient ethernet link transition via driver fast failover
DE102010015455B4 (de) * 2010-04-09 2012-01-19 Wago Verwaltungsgesellschaft Mbh Automatisierungsgerät und Verfahren zur redundanten Verbindung eines Automatisierungsgerätes mit einem Feldbus
JP2012165360A (ja) * 2011-01-19 2012-08-30 Seiko Epson Corp 冗長データバスシステム
US8670303B2 (en) * 2011-10-05 2014-03-11 Rockwell Automation Technologies, Inc. Multiple-fault-tolerant ethernet network for industrial control
CN102594886B (zh) * 2012-02-15 2015-04-29 华为技术有限公司 浏览器与浏览器直通的方法、装置和通信系统
DE102012101957B3 (de) * 2012-03-08 2013-05-29 Softing Ag Busteilnehmer-Einrichtung zum Anschluss an einen linienredundanten, seriellen Datenbus und Verfahren zur Steuerung der Kommunikation eines Busteilnehmers mit einem linienredundanten, seriellen Datenbus
WO2016089280A2 (en) * 2014-12-01 2016-06-09 Telefonaktiebolaget Lm Ericsson (Publ) Efficient communication of network identifiers

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0427239A (ja) * 1990-05-23 1992-01-30 Hitachi Ltd Lan接続装置の制御方法
JPH066362A (ja) * 1992-06-23 1994-01-14 Hitachi Ltd Lanにおけるホストシステムのメッセージ処理負荷分散方式
JPH0730981A (ja) * 1993-07-07 1995-01-31 Hitachi Ltd 2重系制御システム
JPH09224040A (ja) * 1996-02-16 1997-08-26 Nec Corp 多重化スイッチ
JPH09261235A (ja) * 1996-03-22 1997-10-03 Nec Corp 通信処理装置

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4701908A (en) * 1984-06-22 1987-10-20 Canon Kabushiki Kaisha Network system utilizing plural station addresses
JP2821255B2 (ja) * 1990-09-12 1998-11-05 株式会社日立製作所 通信網接続装置
JPH04138739A (ja) * 1990-09-28 1992-05-13 Toshiba Corp 非同期伝送モード網を用いた通信制御方式
JPH04222140A (ja) * 1990-12-21 1992-08-12 Fujitsu Ltd Isdnサービスにおけるメンテナンス通信制御方式
DE580938T1 (de) * 1992-06-26 1994-09-22 Yokogawa Electric Corp Steuerungsgerät für Duplex-Kommunikation.
JP2778893B2 (ja) * 1993-03-05 1998-07-23 株式会社東芝 通信制御装置
US6314525B1 (en) * 1997-05-13 2001-11-06 3Com Corporation Means for allowing two or more network interface controller cards to appear as one card to an operating system
US6253334B1 (en) * 1997-05-13 2001-06-26 Micron Electronics, Inc. Three bus server architecture with a legacy PCI bus and mirrored I/O PCI buses
US6208616B1 (en) * 1997-05-13 2001-03-27 3Com Corporation System for detecting errors in a network

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0427239A (ja) * 1990-05-23 1992-01-30 Hitachi Ltd Lan接続装置の制御方法
JPH066362A (ja) * 1992-06-23 1994-01-14 Hitachi Ltd Lanにおけるホストシステムのメッセージ処理負荷分散方式
JPH0730981A (ja) * 1993-07-07 1995-01-31 Hitachi Ltd 2重系制御システム
JPH09224040A (ja) * 1996-02-16 1997-08-26 Nec Corp 多重化スイッチ
JPH09261235A (ja) * 1996-03-22 1997-10-03 Nec Corp 通信処理装置

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP0981226A4 *

Also Published As

Publication number Publication date
JP3511875B2 (ja) 2004-03-29
US6594227B1 (en) 2003-07-15
EP0981226A1 (en) 2000-02-23
JPH11205356A (ja) 1999-07-30
EP0981226A4 (en) 2005-03-16

Similar Documents

Publication Publication Date Title
WO1999037060A1 (fr) Systeme de commande de transmission
JP3956685B2 (ja) ネットワーク間接続方法、仮想ネットワーク間接続装置およびその装置を用いたネットワーク間接続システム
US6856593B2 (en) Communication system, relay apparatus, end system, and communicating method
US20030206527A1 (en) Transmitting data between multiple computer processors
JP2001160825A (ja) パケット中継装置
JPH0629974A (ja) 同報通信方法
JPH09162874A (ja) 非同期転送モード通信方式における回線迂回制御システム
JP2008541614A (ja) タイムスロット式アクセスによる車両ネットワーク及び方法
US6621790B1 (en) Link aggregation repeater process
JP2001298478A (ja) 意思決定経路制御システム及び意思決定経路制御方法
JP3888866B2 (ja) イーサネット伝送路の冗長化システム
JP3800338B2 (ja) 通信制御システム
JP4340731B2 (ja) ネットワークの障害監視処理システム及び方法
JPH07264233A (ja) ルート高速切替方法及びルータ装置
WO2005060168A1 (ja) 通信制御システム
EP2677700B1 (en) Network system
JP2003273885A (ja) 通信システム及びそれに用いる通信制御方法
JP3895749B2 (ja) ネットワーク間接続方法、仮想ネットワーク間接続装置およびその装置を用いたネットワーク間接続システム
JP2002026956A (ja) 自動経路選択方式および方法
JP2005294966A (ja) データ通信制御システム及びデータ通信制御方法
JP2001127801A (ja) ルータ
JPH11331231A (ja) 多重化ネットワークシステムとその通信装置
EP0853850A1 (en) Transmitting data between multiple computer processors
JPH03141754A (ja) アドレス管理方式
JP2508593B2 (ja) ロ―カルエリアネットワ―ク集線装置

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): US

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE

WWE Wipo information: entry into national phase

Ref document number: 1999900162

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 09381450

Country of ref document: US

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWP Wipo information: published in national office

Ref document number: 1999900162

Country of ref document: EP

WWW Wipo information: withdrawn in national office

Ref document number: 1999900162

Country of ref document: EP