JP2000196644A - Switching hub - Google Patents

Switching hub

Info

Publication number
JP2000196644A
JP2000196644A JP10370555A JP37055598A JP2000196644A JP 2000196644 A JP2000196644 A JP 2000196644A JP 10370555 A JP10370555 A JP 10370555A JP 37055598 A JP37055598 A JP 37055598A JP 2000196644 A JP2000196644 A JP 2000196644A
Authority
JP
Japan
Prior art keywords
frame
port
repeater
received
switching
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
JP10370555A
Other languages
Japanese (ja)
Inventor
Yasuteru Onuki
泰照 大貫
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.)
Hitachi Cable Ltd
Original Assignee
Hitachi Cable 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 Hitachi Cable Ltd filed Critical Hitachi Cable Ltd
Priority to JP10370555A priority Critical patent/JP2000196644A/en
Publication of JP2000196644A publication Critical patent/JP2000196644A/en
Pending legal-status Critical Current

Links

Landscapes

  • Small-Scale Networks (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a switching hub which suppresses the load of a network in the network where a repeater is connected and improves the responsiveness of inter-terminal communication in the network where the repeater is connected. SOLUTION: In this switching hub 101 which has plural ports and relays a frame received by a certain port to a port corresponding to the destination address of the frame, a repeater detecting means that detects whether or not a device connected to the port is a repeater according to the number of kinds of transmission source addresses of a frame to be received by the port is provided, when the device connected to the port is a repeater 102, the received frame is authenticated to reject an illegal received frame, and when the device connected to the port is not a repeater, the received frame is relayed without authentication.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、ネットワークにお
いてフレームの中継装置を構成するスイッチングハブに
係り、特に、リピータが接続されたネットワークではネ
ットワークの負荷を抑え、リピータが接続されたネット
ワークでは端末間通信の応答性を向上させるスイッチン
グハブに関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a switching hub that constitutes a frame relay device in a network, and more particularly to a network connected with a repeater, which reduces the load on the network, and a network connected with a repeater, in which communication between terminals is performed. And a switching hub for improving the responsiveness of the switching hub.

【0002】[0002]

【従来の技術】従来のスイッチングハブは、MACブリ
ッジ規格(IEEE802.1D)に基づき、ある送受
信ポート(以下、単にポートという)から受信したフレ
ームが正常であることを検証し、正常な場合のみフィル
タリングデータベースを参照し、他のポートへ中継或い
は廃棄する機能を持つ。
2. Description of the Related Art A conventional switching hub verifies that a frame received from a certain transmission / reception port (hereinafter simply referred to as a port) is normal based on a MAC bridge standard (IEEE 802.1D), and performs filtering only when the frame is normal. It has a function of referencing the database and relaying or discarding it to another port.

【0003】例えば、IEEE802.3で規格されて
いるイーサネット(登録商標)の場合、フレーム長、フ
レーム長境界、CRC(データ内容のサムチェック)の
値などが規格に適合していないものを不正フレームと定
義している。図4に、イーサネットのフレーム形式を示
す。
For example, in the case of Ethernet (registered trademark) standardized by IEEE802.3, frames whose frame length, frame length boundary, CRC (sum check of data content), etc. do not conform to the standard are regarded as illegal frames. Is defined. FIG. 4 shows an Ethernet frame format.

【0004】不正フレームは、どの端末でも受け取られ
ることがないため、全く無駄なデータである。通常、フ
レームを中継する中継装置においては、不正フレームを
廃棄することが望まれる。しかしながら、パソコンなど
の情報機器の普及と高性能化に伴い、情報ネットワーク
におけるデータ量が増加していることから、受信フレー
ムが不正であるか否かを検証する処理を省き、高速に中
継することが中継装置に望まれる場合がある。
[0004] An invalid frame is completely useless data because it is not received by any terminal. Normally, it is desired that a relay device that relays a frame discards an illegal frame. However, with the spread of information equipment such as personal computers and higher performance, the amount of data in the information network is increasing. Therefore, it is necessary to omit the process of verifying whether or not the received frame is illegal and to relay at high speed. May be desired for the relay device.

【0005】受信フレームが不正であるか否かを検証せ
ず、短時間で中継する機能を持つスイッチングハブをカ
ット・スルー・スイッチと呼ぶ。これに対し、受信フレ
ームのうち正常なもののみを中継する機能を持つスイッ
チングハブをストア・アンド・フォワード・スイッチと
呼ぶ。
A switching hub having a function of relaying a received frame in a short time without verifying whether or not the frame is illegal is called a cut-through switch. On the other hand, a switching hub having a function of relaying only a normal received frame is called a store-and-forward switch.

【0006】ストア・アンド・フォワード・スイッチに
おいては、受信したフレームを最後まで受信しなければ
正常なフレームかどうかを確認することができないた
め、中継遅延が大きくなる。10Mbpsのイーサネッ
トの場合、最大フレーム長が12000ビット(150
0バイト)であるため、受信開始から1.2マイクロ秒
後に送信開始されることになる。この受信開始から送信
開始までの時間差は中継遅延と呼ばれる。端末間に複数
台のスイッチングハブを配置した場合、それぞれのスイ
ッチングハブで生じる中継遅延が加算され、端末間通信
の応答性が悪くなることが考えられる。
[0006] In the store-and-forward switch, it is not possible to confirm whether the received frame is a normal frame unless the received frame is completely received, so that the relay delay increases. In the case of 10 Mbps Ethernet, the maximum frame length is 12000 bits (150
0 bytes), transmission starts 1.2 microseconds after the start of reception. The time difference from the start of reception to the start of transmission is called a relay delay. When a plurality of switching hubs are arranged between terminals, relay delays generated in the respective switching hubs are added, so that responsiveness of communication between terminals may be deteriorated.

【0007】カット・スルー・スイッチにおいては、受
信したフレームを最後まで受信する前に必要なポートか
ら送信を開始するので中継遅延は小さくなる。
In the cut-through switch, transmission is started from a required port before a received frame is completely received, so that a relay delay is reduced.

【0008】[0008]

【発明が解決しようとする課題】図5に、従来のスイッ
チングハブを用いたネットワークを示す。このスイッチ
ングハブ401は、ポート毎に設けられてフレームの送
受信を行う送受信部422,423、ポート間でフレー
ムを中継するフレーム交換部421、中継ポートの判定
を行うプロセッサ424、アドレスとポートとの対応デ
ータを保持するフィルタリングデータベースを収容した
メモリ425を備えている。スイッチングハブ401の
一方のポートには端末411が接続され、他方のポート
にはリピータ402を介して端末412,413が接続
されているものとする。
FIG. 5 shows a network using a conventional switching hub. The switching hub 401 includes transmission / reception units 422 and 423 provided for each port for transmitting and receiving a frame, a frame exchange unit 421 for relaying a frame between ports, a processor 424 for determining a relay port, and correspondence between an address and a port. A memory 425 containing a filtering database for holding data is provided. The terminal 411 is connected to one port of the switching hub 401, and the terminals 412 and 413 are connected to the other port via the repeater 402.

【0009】ここで、端末412,413が同時にフレ
ームの送信を開始した場合、フレームの衝突が発生し、
その結果、端末412,413が送信を中断するため、
イーサネットの規格よりも短い不正フレームが発生す
る。
[0009] Here, if the terminals 412 and 413 start transmitting frames at the same time, a frame collision occurs,
As a result, since the terminals 412 and 413 interrupt the transmission,
An illegal frame shorter than the Ethernet standard occurs.

【0010】スイッチングハブ401がカット・スルー
・スイッチである場合、上記のような不正フレームを中
継してしまう。この結果、ネットワーク上に不正フレー
ムが増加することにより、ネットワークの負荷が上昇
し、フレームの送受信に支障を及ぼすことになる。図5
のように、ネットワークにリピータが接続されている
と、フレームが衝突しやすくなり、衝突の結果発生する
不正フレームが多くなる。従って、リピータが接続され
たネットワークではフレームの送受信に支障が生じやす
いことになる。
[0010] When the switching hub 401 is a cut-through switch, the above-mentioned illegal frame is relayed. As a result, an increase in the number of illegal frames on the network increases the load on the network, which hinders transmission and reception of frames. FIG.
When a repeater is connected to the network as in the above, frames tend to collide, and the number of illegal frames generated as a result of the collision increases. Therefore, in the network to which the repeater is connected, the transmission / reception of the frame is likely to be hindered.

【0011】そこで、本発明の目的は、上記課題を解決
し、リピータが接続されたネットワークではネットワー
クの負荷を抑え、リピータが接続されたネットワークで
は端末間通信の応答性を向上させるスイッチングハブを
提供することにある。
Accordingly, an object of the present invention is to solve the above problems and to provide a switching hub which suppresses the network load in a network to which a repeater is connected and improves the responsiveness of communication between terminals in a network to which a repeater is connected. Is to do.

【0012】[0012]

【課題を解決するための手段】上記目的を達成するため
に本発明は、複数のポートを有し、あるポートで受信し
たフレームをそのフレームの宛先アドレスに応じたポー
トに中継するスイッチングハブにおいて、ポートに受信
されるフレームの送信元アドレスの種類の数により、ポ
ートに接続された機器がリピータであるか否かを検出す
るリピータ検出手段を備え、ポートに接続された機器が
リピータである場合には受信フレームを検証して不正な
受信フレームを廃棄し、ポートに接続された機器がリピ
ータでない場合には受信フレームを検証せずに中継する
ものである。
In order to achieve the above object, the present invention provides a switching hub having a plurality of ports and relaying a frame received at a certain port to a port corresponding to a destination address of the frame. A repeater detecting means for detecting whether or not the device connected to the port is a repeater according to the number of types of the source address of the frame received by the port, when the device connected to the port is a repeater Is to verify a received frame, discard an incorrect received frame, and relay the received frame without verification when the device connected to the port is not a repeater.

【0013】前記リピータ検出の結果に応じて前記フレ
ーム中継の方式をストア・アンド・フォワード方式かカ
ット・スルー方式かに切り替える切替え手段を備えても
よい。
[0013] Switching means for switching the frame relay system between a store-and-forward system and a cut-through system in accordance with the result of the repeater detection may be provided.

【0014】[0014]

【発明の実施の形態】以下、本発明の一実施形態を添付
図面に基づいて詳述する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below in detail with reference to the accompanying drawings.

【0015】図1に示されるように、本発明のスイッチ
ングハブ101は、ポート毎に設けられてフレームの送
受信を行う送受信部122,123、ポート間でフレー
ムを中継するフレーム交換部121、中継ポートの判定
を行うプロセッサ124、アドレスとポートとの対応デ
ータを保持するフィルタリングデータベースを収容した
メモリ125を備えている。
As shown in FIG. 1, a switching hub 101 according to the present invention includes transmitting / receiving units 122 and 123 provided for each port for transmitting and receiving a frame, a frame switching unit 121 for relaying a frame between ports, and a relay port. , And a memory 125 containing a filtering database for storing correspondence data between addresses and ports.

【0016】本発明のスイッチングハブ101は、ポー
トに受信されるフレームの送信元アドレスの種類の数に
より、ポートに接続された機器がリピータであるか否か
を検出するリピータ検出手段と、リピータ検出の結果に
応じてフレーム中継の方式をストア・アンド・フォワー
ド方式かカット・スルー方式かに切り替える切替え手段
とを備えている。スイッチングハブ101は、ストア・
アンド・フォワード方式で動作するときには、受信フレ
ームを検証して不正な受信フレームを廃棄し、正常な受
信フレームのみ中継し、カット・スルー方式で動作する
ときには、受信フレームを検証せずに中継することにな
る。リピータ検出手段は、例えば、プロセッサ124で
構成される。
The switching hub 101 of the present invention comprises: a repeater detecting means for detecting whether or not a device connected to a port is a repeater based on the number of types of source addresses of frames received by the port; Switching means for switching the frame relay system between the store-and-forward system and the cut-through system in accordance with the result of (1). The switching hub 101 stores
When operating in the forward mode, verify received frames and discard invalid received frames, relay only normal received frames, and when operating in the cut-through mode, relay received frames without verification. become. The repeater detecting means is constituted by, for example, the processor 124.

【0017】この実施形態では、リピータ検出手段は、
ポートに接続された機器がリピータであるか否かをフィ
ルタリングデータベースの情報を用いて判定するように
なっている。このフィルタリングデータベースは、図2
に示されるように、表形式の情報としてスイッチングハ
ブ101内のメモリ125等に収容されている。フィル
タリングデータベースには、ポートを識別する番号と、
それぞれの番号のポートから過去に受信したフレームの
送信元アドレスの情報が格納されている。あるポートに
おいて過去に受信したフレームの送信元アドレスが1種
類しかない場合、当該ポートには端末が接続されている
ものと判断してよい。逆に、あるポートにおいて過去に
受信したフレームの送信元アドレスが複数種類ある場
合、当該ポートにはリピータが接続されているものと判
断してよい。フィルタリングデータベースにおける同一
ポートの送信元アドレスの種類を数えることで、リピー
タ検出が可能である。
In this embodiment, the repeater detecting means includes:
Whether or not the device connected to the port is a repeater is determined using information of the filtering database. This filtering database is shown in FIG.
As shown in FIG. 2, the information is stored in the memory 125 in the switching hub 101 as tabular information. The filtering database contains a number that identifies the port,
The information of the source address of the frame received in the past from the port of each number is stored. If there is only one type of source address of a frame received in the past at a certain port, it may be determined that a terminal is connected to the port. Conversely, when a port has a plurality of types of source addresses of frames received in the past, it may be determined that a repeater is connected to the port. By counting the types of source addresses of the same port in the filtering database, repeater detection is possible.

【0018】ここで、ネットワーク構成として、スイッ
チングハブ101の一方のポートに端末111が接続さ
れ、他方のポートにリピータ102を介して端末11
2,113が接続されているものとする。従って、図2
に示されるように、フィルタリングデータベースには、
ポート番号=1に対応して送信元アドレス=4のみが格
納され、ポート番号=2に対応して送信元アドレス=8
及び10が格納されている。即ち、ポート番号=1のポ
ートは、送信元アドレスが1種類であるから、端末が接
続されていると判断されるが、ポート番号=2のポート
は、送信元アドレスが2種類であるから、リピータが接
続されていると判断されることになる。
Here, as a network configuration, a terminal 111 is connected to one port of the switching hub 101, and the terminal 11 is connected to the other port via a repeater 102.
2, 113 are connected. Therefore, FIG.
As shown in, the filtering database contains
Only the source address = 4 is stored corresponding to the port number = 1, and the source address = 8 corresponding to the port number = 2
And 10 are stored. That is, the port with port number = 1 has one type of source address, and thus it is determined that a terminal is connected. However, the port with port number = 2 has two types of source addresses. It will be determined that the repeater is connected.

【0019】フィルタリングデータベースに格納されて
いる送信元アドレスの種類が1つのポートについて複数
あれば、切替え手段は、フレーム中継の方式をストア・
アンド・フォワード方式とする。これにより、スイッチ
ングハブ101は、ストア・アンド・フォワード・スイ
ッチとして動作することになる。従って、リピータが存
在するために不正フレームが多くなっても、スイッチン
グハブ101において不正フレームが中継されなくなる
ので、ネットワークの負荷を抑えることができる。
If there are a plurality of types of source addresses stored in the filtering database for one port, the switching means stores the frame relay system in the storage mode.
An AND forward method is used. As a result, the switching hub 101 operates as a store-and-forward switch. Therefore, even if the number of illegal frames increases due to the presence of the repeater, the illegal frames are not relayed in the switching hub 101, so that the load on the network can be suppressed.

【0020】フィルタリングデータベースに格納されて
いる送信元アドレスの種類が1つのポートについて1つ
であれば、切替え手段は、フレーム中継の方式をカット
・スルー方式とする。これにより、スイッチングハブ1
01は、カット・スルー・スイッチとして動作すること
になる。従って、中継遅延を小さくして端末間通信の応
答性を向上させることができる。
If there is one type of source address stored in the filtering database for one port, the switching means sets the frame relay system to the cut-through system. Thereby, the switching hub 1
01 will operate as a cut-through switch. Therefore, the responsiveness of communication between terminals can be improved by reducing the relay delay.

【0021】次に、切替え手段の実施形態を説明する。
図3に示されるように、スイッチングハブ内には、受信
フレームを一時的に格納するバッファと共に受信フレー
ムを検証する回路として、CRC検査回路、フレーム長
検査回路等が設けられており、受信フレームが不正フレ
ームであれば廃棄できるようになっている。切替え手段
501は、受信フレームをバッファ及び各検査回路に送
るか、バイパスさせるかを切り替える構成を有する。ス
イッチングハブ内のリピータ検出手段が切替え手段を制
御することになる。
Next, an embodiment of the switching means will be described.
As shown in FIG. 3, a CRC check circuit, a frame length check circuit, and the like are provided in the switching hub as a circuit for verifying the received frame together with a buffer for temporarily storing the received frame. If the frame is invalid, it can be discarded. The switching unit 501 has a configuration for switching between sending a received frame to a buffer and each check circuit or bypassing the received frame. The repeater detecting means in the switching hub controls the switching means.

【0022】スイッチングハブの電源投入直後は、受信
フレームをバッファ及び各検査回路に送らずにバイパス
させる。即ち、フレーム中継の方式はカット・スルー方
式となる。その後、あるポートで異なる種類の送信元ア
ドレスを持つ複数のフレームを受信した場合には、受信
フレーム検証を行うよう切替え手段を制御する。これに
より、フレーム中継の方式は、ストア・アンド・フォワ
ード方式に切り替えられる。
Immediately after the switching hub is turned on, the received frame is bypassed without being sent to the buffer and each test circuit. That is, the frame relay system is a cut-through system. Thereafter, when a plurality of frames having different types of source addresses are received at a certain port, the switching unit is controlled to perform received frame verification. As a result, the frame relay system is switched to the store-and-forward system.

【0023】図3に示されるような切替え手段を送受信
部122,123にそれぞれ組み込むものとする。即
ち、ポート毎に切替え手段を設ける。あるポートに端末
が接続されていると判断された場合には、当該ポートで
の受信フレームをバッファ及び各検査回路に経由させず
にフレーム交換部121へ送り、あるポートにリピータ
が接続されていると判断された場合には、当該ポートで
の受信フレームをバッファ及び各検査回路に送って、不
正フレームは廃棄させ、正常なフレームのみフレーム交
換部121へ送ることになる。
It is assumed that the switching means as shown in FIG. That is, switching means is provided for each port. If it is determined that a terminal is connected to a certain port, the received frame at that port is sent to the frame switching unit 121 without passing through a buffer and each check circuit, and a repeater is connected to a certain port. When it is determined that the frame is received, the frame received at the port is sent to the buffer and each check circuit, the invalid frame is discarded, and only the normal frame is sent to the frame switching unit 121.

【0024】[0024]

【発明の効果】本発明は次の如き優れた効果を発揮す
る。
The present invention exhibits the following excellent effects.

【0025】(1)リピータが接続されている場合に
は、受信フレームを検証して不正な受信フレームを廃棄
するため、リピータに接続された複数の端末が同時に送
信を開始することにより起こるフレーム衝突の結果であ
る不正フレームを廃棄することができ、リピータが接続
されていない場合には、受信フレームを検証する処理を
省いて短時間でフレーム中継を行うことができる。これ
によりネットワークの使用効率が大幅に向上する。
(1) When a repeater is connected, a frame collision occurs when a plurality of terminals connected to the repeater start transmission at the same time in order to verify a received frame and discard an incorrect received frame. Can be discarded, and when the repeater is not connected, the process of verifying the received frame can be omitted and the frame can be relayed in a short time. This greatly improves the network usage efficiency.

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

【図1】本発明の一実施形態を示すスイッチングハブの
内部構成及びネットワーク構成図である。
FIG. 1 is a diagram showing an internal configuration and a network configuration of a switching hub according to an embodiment of the present invention.

【図2】本発明のリピータ検出手段に利用するフィルタ
リングデータベースの構成図である。
FIG. 2 is a configuration diagram of a filtering database used for a repeater detection unit of the present invention.

【図3】本発明の切替え手段の一実施形態を示す回路構
成図である。
FIG. 3 is a circuit diagram showing one embodiment of a switching unit of the present invention.

【図4】イーサネットのフレーム形式を示すフレーム構
成図である。
FIG. 4 is a frame configuration diagram showing an Ethernet frame format.

【図5】従来のスイッチングハブの内部構成及びネット
ワーク構成図である。
FIG. 5 is a diagram showing an internal configuration and a network configuration of a conventional switching hub.

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

101 スイッチングハブ 102 リピータ 111,112,113 端末 121 フレーム交換部 122,123 送受信部 124 プロセッサ 125 メモリ 501 切替え手段 DESCRIPTION OF SYMBOLS 101 Switching hub 102 Repeater 111, 112, 113 Terminal 121 Frame exchange part 122, 123 Transceiver part 124 Processor 125 Memory 501 Switching means

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 複数のポートを有し、あるポートで受信
したフレームをそのフレームの宛先アドレスに応じたポ
ートに中継するスイッチングハブにおいて、ポートに受
信されるフレームの送信元アドレスの種類の数により、
ポートに接続された機器がリピータであるか否かを検出
するリピータ検出手段を備え、ポートに接続された機器
がリピータである場合には受信フレームを検証して不正
な受信フレームを廃棄し、ポートに接続された機器がリ
ピータでない場合には受信フレームを検証せずに中継す
ることを特徴とするスイッチングハブ。
In a switching hub having a plurality of ports and relaying a frame received at a certain port to a port corresponding to a destination address of the frame, the switching hub determines the number of types of source addresses of the frame received at the port. ,
A repeater detecting means for detecting whether or not the device connected to the port is a repeater, and when the device connected to the port is a repeater, verifies a received frame and discards an invalid received frame, A relay device that relays a received frame without verifying it when a device connected to the switching device is not a repeater.
【請求項2】 前記リピータ検出の結果に応じて前記フ
レーム中継の方式をストア・アンド・フォワード方式か
カット・スルー方式かに切り替える切替え手段を備えた
ことを特徴とする請求項1記載のスイッチングハブ。
2. The switching hub according to claim 1, further comprising switching means for switching the frame relay system between a store-and-forward system and a cut-through system in accordance with a result of the repeater detection. .
JP10370555A 1998-12-25 1998-12-25 Switching hub Pending JP2000196644A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10370555A JP2000196644A (en) 1998-12-25 1998-12-25 Switching hub

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10370555A JP2000196644A (en) 1998-12-25 1998-12-25 Switching hub

Publications (1)

Publication Number Publication Date
JP2000196644A true JP2000196644A (en) 2000-07-14

Family

ID=18497213

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10370555A Pending JP2000196644A (en) 1998-12-25 1998-12-25 Switching hub

Country Status (1)

Country Link
JP (1) JP2000196644A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004066562A1 (en) * 2003-01-24 2004-08-05 Fujitsu Limited Data transmission apparatus
JP2007318199A (en) * 2006-05-23 2007-12-06 Auto Network Gijutsu Kenkyusho:Kk Relay connection unit
JP2015167330A (en) * 2014-03-04 2015-09-24 富士通株式会社 Transmission device

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004066562A1 (en) * 2003-01-24 2004-08-05 Fujitsu Limited Data transmission apparatus
US7570592B2 (en) 2003-01-24 2009-08-04 Fujitsu Limited Data transfer device for executing the process discarding error frame
JP2007318199A (en) * 2006-05-23 2007-12-06 Auto Network Gijutsu Kenkyusho:Kk Relay connection unit
JP2015167330A (en) * 2014-03-04 2015-09-24 富士通株式会社 Transmission device

Similar Documents

Publication Publication Date Title
EP1106018B1 (en) Telecommunication network with variable address learning, switching and routing
US5859837A (en) Flow control method and apparatus for ethernet packet switched hub
US6571291B1 (en) Apparatus and method for validating and updating an IP checksum in a network switching system
US7194005B1 (en) Circuits and methods for a ring network
EP2725749B1 (en) Method, apparatus and system for processing service flow
EP1782580B1 (en) Method and apparatus for detecting support for a protocol defining supplemental headers
US7706277B2 (en) Selective flow control
EP0996256A2 (en) Ring configuration for network switches
US8527674B2 (en) Data packet switching
US6430192B1 (en) Method for transmitting multimedia packet data using a contention-resolution process
US20180069790A1 (en) Packet transfer device and packet transfer method
EP4020904B1 (en) Packet transmission method, device, and system
WO2022068633A1 (en) Method and apparatus for sending frame slice
US20080107025A1 (en) Apparatus for Detecting Data Looping Phenomenon and Method Used by the Same
CN114051013A (en) Communication data transmission method and device
WO2000033513B1 (en) Telecommunication apparatus and method for forwarding packets using separate collision domains
JP2000196644A (en) Switching hub
US7002979B1 (en) Voice data packet processing system
US20050201395A1 (en) Autodetection of routing protocol version and type for dial on demand links
US7969994B2 (en) Method and apparatus for multiple connections to group of switches
JP2007142630A (en) Communication apparatus and method
JP2007520121A (en) Method for transmitting IEEE 1394 data over a wireless link and apparatus implementing the method
JP3553584B2 (en) Congestion control method in packet transfer device, program for executing the method, and recording medium recording the program
KR100396916B1 (en) Packet Connection Method for High speed Router of from Input port to Output port
JPH10285168A (en) Path change-over system