JP2010103755A - Frame transfer system and frame transfer method - Google Patents
Frame transfer system and frame transfer method Download PDFInfo
- Publication number
- JP2010103755A JP2010103755A JP2008273198A JP2008273198A JP2010103755A JP 2010103755 A JP2010103755 A JP 2010103755A JP 2008273198 A JP2008273198 A JP 2008273198A JP 2008273198 A JP2008273198 A JP 2008273198A JP 2010103755 A JP2010103755 A JP 2010103755A
- Authority
- JP
- Japan
- Prior art keywords
- frame
- error
- fcs
- header
- payload
- 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.)
- Withdrawn
Links
Images
Landscapes
- Detection And Prevention Of Errors In Transmission (AREA)
- Communication Control (AREA)
Abstract
Description
本発明は、イーサネット(登録商標)フレームおよびSDH信号をイーサネットフレームとして転送するパケットトランスポート技術において、フレームのヘッダとペイロードのエラーを区別して検出し、フレームの破棄か通過を選択するフレーム転送システムおよびフレーム転送方法に関する。 The present invention relates to a packet transport technique for transferring an Ethernet (registered trademark) frame and an SDH signal as an Ethernet frame, a frame transfer system for distinguishing and detecting frame header and payload errors and selecting discard or passage of the frame, and The present invention relates to a frame transfer method.
フレーム転送システムでは、チェックサムを用いたフレームエラーを検出する方法としてFCS(Frame Check Sequence) がある(非特許文献1)。これは、データ送信側で全フレームをチェックサムによって計算し、FCSとしてフレーム末尾に付加して送信する。一方、受信側でも送信側で用いられたアルゴリズムと同じアルゴリズムを用いてデータをチェックサムで計算し、その計算結果と受信したFCSとを比較する。これにより、フレーム内のエラーを検出することができる。ただし、フレーム内のエラーの位置を特定し、またエラーを訂正することはできない。 In a frame transfer system, there is FCS (Frame Check Sequence) as a method for detecting a frame error using a checksum (Non-Patent Document 1). In this method, all frames are calculated by a checksum on the data transmission side, and transmitted as an FCS at the end of the frame. On the other hand, on the receiving side, data is calculated with a checksum using the same algorithm used on the transmitting side, and the calculation result is compared with the received FCS. Thereby, an error in the frame can be detected. However, the position of the error in the frame cannot be specified and the error cannot be corrected.
このFCSの処理は、データを受信してから送信するまでの処理方式であるフォワーディングモードに依存する(非特許文献2)。フォワーディングモードとしてイーサネットでは、FCSによるエラー検出を行う方式と行わない方式で以下の4種類がある。 This FCS process depends on a forwarding mode which is a processing method from receiving data to transmitting it (Non-Patent Document 2). In the Ethernet as a forwarding mode, there are the following four types according to the method of performing error detection by FCS and the method of not performing it.
(1) ストア&フォワード
フォワーディングするフレームをFCSまでバッファリングし、フレームエラーがあるか否かを確認してから目的のポートに送出する。例えば1ビットでもエラーが存在すれば、そのフレームは破棄され、フレームは再送信される。
(1) Store & forward Buffers the frame to be forwarded to FCS, checks whether there is a frame error, and sends it to the target port. For example, if even one bit has an error, the frame is discarded and the frame is retransmitted.
(2) カットスルー
フォワーディングするフレームの宛先MACアドレスを見て、バッファリングせずに、すぐ目的のポートに送出するため高速転送が可能である。しかし、FCSによるエラー検査を行わないので、エラーフレームをフォワーディングしてしまうため、データの信頼性が低くなる欠点がある。
(2) Cut-through High-speed transfer is possible because the destination MAC address of the frame to be forwarded is seen and sent to the target port immediately without buffering. However, since an error check by FCS is not performed, an error frame is forwarded, and thus there is a disadvantage that data reliability is lowered.
(3) フラグメントフリー
フレームの先頭から64バイトをチェックして転送する。カットスルーと同様、FCS によるエラー検査を行わない。また、64バイトはイーサネットの最小フレームであるため、ショートパケットを破棄することができる。
(3) Fragment free Transfer 64 bytes from the beginning of the frame. As with cut-through, error checking by FCS is not performed. Since 64 bytes is the minimum frame of Ethernet, a short packet can be discarded.
(4) エラーフリーカットスルー
フレームのエラー率によりストア&フォワードとカットスルーを自動的に選択する。エラー率が高くなると信頼性の高いストア&フォワード方式になり、エラー率が低くなると高速なカットスルー方式に変更する。
(4) Error-free cut-through Automatically selects store & forward and cut-through according to the frame error rate. When the error rate is high, the store and forward method is highly reliable, and when the error rate is low, the high-speed cut-through method is changed.
次に、MACアドレスにエラーがあった場合の処理方法について説明する。フレームエラーによりアドレスが書き換わった場合、書き換わったアドレスがサブネットワーク上に存在すると誤送信となり問題となる。一方、書き換わったアドレスがサブネットワーク内に存在しない場合、従来のイーサネットでは、サブネットワーク内の全てのアドレスにデータを流すフラッディングを行う。これは、ネットワークに大きな負荷を与え、さらにループが発生する可能性が高くなる。このように、MACアドレスエラーは、ネットワークを運用する上で大きな問題となる。 Next, a processing method when there is an error in the MAC address will be described. When the address is rewritten due to a frame error, if the rewritten address exists on the sub-network, a transmission error occurs and becomes a problem. On the other hand, when the rewritten address does not exist in the sub-network, the conventional Ethernet performs flooding for sending data to all addresses in the sub-network. This places a heavy load on the network and increases the possibility of loops. Thus, the MAC address error becomes a big problem in operating the network.
また、現在標準化が進められているPBB−TE(Provider Backbone Bridging - Traffic Engineering)では、フレームエラーにより書き換わったアドレスがサブネットワーク内に存在しない場合でもフラッディングを行わず、フレームを破棄する方法がある。 Also, in PBB-TE (Provider Backbone Bridging-Traffic Engineering), which is currently being standardized, there is a method of discarding a frame without performing flooding even when an address rewritten due to a frame error does not exist in the subnetwork. .
一方、ペイロードのエラーは、使用するアプリケーションに応じた処理が可能である。例えば、テキストデータの場合は、1ビットのエラーは文字化けなどにつながるため、フレームを破棄して再送信させたほうがよい。この場合の多少の遅延は問題にならない。しかし、動画や音声などの双方向のリアルタイム通信の場合は、ペイロードエラーはノイズとして表れるが、リアルタイム通信では遅延が重要なファクターとなるため、ペイロードエラーに対してフレームを破棄および再送信しないほうが都合がよい。 On the other hand, payload errors can be processed according to the application used. For example, in the case of text data, since a 1-bit error leads to garbled characters, it is better to discard the frame and retransmit it. Some delay in this case is not a problem. However, in two-way real-time communication such as video and audio, the payload error appears as noise, but in real-time communication, delay is an important factor, so it is convenient not to discard and retransmit the frame for the payload error. Is good.
また、パケットトランスポート技術によって、SDH/SONET信号をカプセル化して転送するときにストア&フォワード方式を適用すると、1ビットエラーでフレームを破棄するため、1ビットエラーがペイロードのビット数分のエラーに広がり、品質が大きく低下する。
上記のように、MACアドレスのエラーはフレーム破棄が望ましいが、ペイロードのエラーはペイロードに載せるデータの種類に応じた処理が望ましい。しかし、現状のFCSの処理では、MACアドレスを含むヘッダとペイロードのどちらにエラーがあるのか特定することができない。また、フレームエラーを検出したときに、ペイロードに載せるデータの種類に応じて、通過または破棄を選択できる方式はない。 As described above, it is desirable to discard a frame for an MAC address error, but it is desirable to process a payload error according to the type of data carried in the payload. However, in the current FCS processing, it is not possible to specify whether there is an error in the header including the MAC address or the payload. Also, there is no method that can select passing or discarding according to the type of data to be placed on the payload when a frame error is detected.
本発明は、フレームエラーがMACアドレスを含むヘッダとペイロードのどちらにあるかを特定し、ヘッダが正常でペイロードにエラーがあるときに通過または破棄を選択可能なフレーム転送システムおよびフレーム転送方法を提供することを目的とする。 The present invention provides a frame transfer system and a frame transfer method that specify whether a frame error is in a header or a payload including a MAC address and can select passing or discarding when the header is normal and the payload has an error. The purpose is to do.
第1の発明は、アドレスを含むヘッダとペイロードからなるフレームのエラーを第1のFCSにより検出し、エラーを検出したときにフレームを破棄し、エラーを検出しないときのフレームを通過させるフレーム転送方法において、フレームの送信側で、フレーム全体から第1のFCSを生成し、かつヘッダから第2のFCSを生成し、フレームの受信側で、第1のFCSおよび第2のFCSのチェックを行い、それぞれのエラーの検出状況からヘッダにエラーがあるか、またはヘッダにエラーがなくペイロードのみにエラーがあるかを特定する。 A first aspect of the present invention is a frame transfer method for detecting an error of a frame including a header including an address and a payload by the first FCS, discarding the frame when the error is detected, and passing the frame when no error is detected. In the frame transmission side, the first FCS is generated from the entire frame and the second FCS is generated from the header, and the first FCS and the second FCS are checked on the frame reception side, From the detection status of each error, it is specified whether there is an error in the header, or there is no error in the header and there is an error only in the payload.
フレームの受信側では、第1のFCSおよび第2のFCSのチェックによるそれぞれのエラーの検出状況から、ヘッダにエラーがあればフレームを破棄し、ヘッダにエラーがなくペイロードのみのエラーがあればフレームの通過または破棄を選択する。 The frame receiving side discards the frame if there is an error in the header from the detection status of each error by checking the first FCS and the second FCS, and if there is no error in the header and there is an error only in the payload Choose to pass or discard.
フレームの送信側では、ヘッダにフレームの通過または破棄の選択に用いる通過・破棄制御タグを設定し、フレームの受信側では、ヘッダにエラーがなくペイロードのみにエラーがあるときに、通過・破棄制御タグの設定に応じた処理を行う。 On the frame transmission side, the pass / discard control tag used to select whether to pass or discard the frame is set in the header. On the frame reception side, the pass / discard control is performed when there is no error in the header and only the payload has an error. Perform processing according to the tag settings.
第2のFCSをヘッダの末端に配置し、フレームの受信側では、第2のFCSのチェックを優先し、第2のFCSにエラーが検出されればフレームを破棄し、第2のFCSにエラーが検出されなければ通過・破棄制御タグを確認し、通過設定であれば第1のFCSをチェックせずにフレームを通過させ、破棄設定であれば第1のFCSによるエラーの検出状況に応じた処理を行うようにしてもよい。 The second FCS is placed at the end of the header, and on the frame receiving side, priority is given to the second FCS check, and if an error is detected in the second FCS, the frame is discarded and an error occurs in the second FCS. If it is not detected, the pass / discard control tag is confirmed. If it is set to pass, the frame is passed without checking the first FCS, and if it is set to discard, it corresponds to the error detection status by the first FCS. Processing may be performed.
また、第2のFCSを前フレームの末端に配置し、フレームの受信側では、第1のFCSのチェックを優先し、第1のFCSにエラーが検出されれば第2のFCSをチェックし、第2のFCSにエラーが検出されれば通過・破棄制御タグの設定にかかわらずフレームを破棄し、第2のFCSにエラーが検出されなければ通過・破棄制御タグの設定に応じた処理を行うようにしてもよい。 Also, the second FCS is arranged at the end of the previous frame, and on the frame receiving side, the first FCS check is prioritized, and if an error is detected in the first FCS, the second FCS is checked, If an error is detected in the second FCS, the frame is discarded regardless of the setting of the pass / discard control tag. If no error is detected in the second FCS, processing according to the setting of the pass / discard control tag is performed. You may do it.
第2の発明は、アドレスを含むヘッダとペイロードからなるフレームのエラーを第1のFCSにより検出し、エラーを検出したときにフレームを破棄し、エラーを検出しないときのフレームを通過させるフレーム転送システムにおいて、フレームの送信側は、フレーム全体から第1のFCSを生成し、かつヘッダから第2のFCSを生成するFCS生成手段を備え、フレームの受信側は、第1のFCSおよび第2のFCSのチェックを行い、それぞれのエラーの検出状況からヘッダにエラーがあるか、またはヘッダにエラーがなくペイロードのみにエラーがあるかを特定するエラー位置特定手段を備える。 According to a second aspect of the present invention, there is provided a frame transfer system that detects an error of a frame including a header including an address and a payload by the first FCS, discards the frame when the error is detected, and passes the frame when no error is detected. The frame transmission side includes FCS generation means for generating the first FCS from the entire frame and generating the second FCS from the header, and the frame reception side includes the first FCS and the second FCS. Error position specifying means for checking whether there is an error in the header or whether there is an error in the header and there is an error only in the payload based on the detection status of each error.
フレームの受信側は、エラー位置特定手段により特定されたエラーの位置に応じて、ヘッダにエラーがあればフレームを破棄し、ヘッダにエラーがなくペイロードのみのエラーがあればフレームの通過または破棄を選択するフレーム転送制御手段を備える。 The receiving side of the frame discards the frame if there is an error in the header, and passes or discards the frame if there is no error in the header and there is only a payload, depending on the error position specified by the error position specifying means. Frame transfer control means for selecting is provided.
フレームの送信側は、ヘッダにフレームの通過または破棄の選択に用いる通過・破棄制御タグを設定する通過・破棄制御タグ設定手段を備え、フレームの受信側のフレーム転送制御手段は、ヘッダにエラーがなくペイロードのみにエラーがあるときに、通過・破棄制御タグの設定に応じた処理を行う構成である。 The frame transmission side has a passing / discarding control tag setting means for setting a passing / discarding control tag used to select whether to pass or discard the frame in the header. The frame transfer controlling means on the receiving side of the frame has an error in the header. When there is an error only in the payload, processing is performed according to the setting of the pass / discard control tag.
本発明は、エラーがヘッダにあるのかペイロードにあるのかが検出可能になり、ペイロードのみのエラーの場合にフレームの通過または破棄の選択が可能になるため、状況に応じたフレーム転送が可能になる。 The present invention makes it possible to detect whether an error is in the header or in the payload, and in the case of a payload-only error, it is possible to select whether to pass or discard the frame, so that it is possible to transfer the frame according to the situation. .
特に、リアルタイム性を重視した通信では、ペイロードのみのエラーであれば通過に設定することにより、再送信を行わずに遅延の少ない転送が可能となる。また、パケットトランスポート技術によりSDH信号を転送する場合、同様にペイロードのみのエラーであれば通過に設定することにより、従来は破棄されていた1ビットエラーがペイロード分のビットエラーに広がらないため、品質向上が見込まれる。これは、厳しいビット誤り率(BER :Bit Error Rate)が定められている専用線を転送する場合にも有用である。 In particular, in communication with an emphasis on real-time characteristics, if there is only an error in the payload, it is possible to perform transfer with little delay without performing retransmission by setting to pass. In addition, when transferring an SDH signal by the packet transport technology, similarly, if a payload only error is set to pass, a 1-bit error that has been discarded in the past does not spread to a bit error for the payload. Quality improvement is expected. This is also useful when transferring a dedicated line with a strict bit error rate (BER).
さらに、ヘッダのエラーであれば破棄とすることにより、宛先エラーによる誤送信やアドレス不明のフラッディングが回避され、ネットワークに対する負荷を大幅に減少させることができる。 Further, by discarding a header error, erroneous transmission due to a destination error and flooding with an unknown address can be avoided, and the load on the network can be greatly reduced.
本発明は、フレームエラーがアドレスを含むヘッダとペイロードのどちらにあるかを特定するエラー位置特定技術と、ヘッダが正常でペイロードのみにエラーがあるときに通過または破棄を選択可能な転送制御技術から構成される。 The present invention is based on an error locating technique for identifying whether a frame error is in a header including an address or a payload, and a transfer control technique capable of selecting passing or discarding when the header is normal and only the payload has an error. Composed.
図1は、本発明におけるフレーム構成例を示す。
図において、フレームはアドレスを含むヘッダ11およびペイロード12から構成される。エラー位置を特定するためには、図1(1),(2) に示すように、従来のフレーム全体から生成される既存FCS(第1のFCS)13の他に、ヘッダ11から生成されるヘッダ用FCS(第2のFCS)14を用いる。ヘッダ用FCS14は、ヘッダ11の末端またはフレームの末端に配置される。ヘッダ11にエラーがあれば既存FCS13およびヘッダ用FCS14からエラーが検出され、ヘッダが正常でペイロード12のみにエラーがあれば既存FCS13のみからエラーが検出される。
FIG. 1 shows a frame configuration example in the present invention.
In the figure, the frame is composed of a
ヘッダ11が正常でペイロード12のみにエラーがあるときに通過または破棄を選択するためには、図1(3) に示すように、ペイロード12のデータの種類に応じて通過または破棄を設定する通過・破棄制御タグ15を用いる。通過・破棄制御タグ15は、ヘッダ11の内部またはヘッダ11の末端に配置される。なお、通過・破棄制御タグ15はヘッダ11の一部として扱い、ヘッダ用FCS14でチェックされる。
In order to select passing or discarding when the
通過・破棄制御タグ15の例としては1ビットのタグを用い、ペイロード12のみにエラーがあるときに「通過」とする設定を「0」とし、「破棄」とする設定あ「1」とする。これにより、ペイロード12のみからエラーが検出されれたときに、通過または破棄の制御が可能になる。これは、例えばパケットトランスポートでSDH信号を転送する場合は通過・破棄制御タグ15を「0」とし、IP信号を転送する場合は「1」とする。これにより、ヘッダ11からエラーが検出された場合は通過・破棄制御タグ15の設定にかかわらずフレームは破棄されるが、ペイロード12のみからエラーが検出された場合は、通過・破棄制御タグ15の設定に応じて通過または破棄が選択される。
As an example of the pass / discard control tag 15, a 1-bit tag is used. When only the
ところで、ヘッダ用FCS14の位置は図1(1),(2) に2通り示したが、通過・破棄制御タグ15の通過または破棄の設定がされた通信のトラフィック量に応じて効率的な方が選択される。 By the way, although the position of the header FCS 14 is shown in two ways in FIGS. 1 (1) and (2), it is more efficient depending on the traffic volume of communication in which the passage / discard control tag 15 is set to pass or discard. Is selected.
図2は、通過設定のトラフィックが多い場合のヘッダ用FCS14の位置と処理手順を示す。本例は、例えばパケットトランスポートでSDH信号の転送が多い場合に適用される。 FIG. 2 shows the position and processing procedure of the header FCS 14 when there is a lot of traffic in the passage setting. This example is applied, for example, when there are many SDH signal transfers in packet transport.
この場合、ペイロード12を検査する必要がないトラフィックが多いので、ヘッダ用FCS14はヘッダ11の末端に配置するのが効率的である。処理手順は、まずヘッダ用FCS14まで読み込んでFCSチェックを行い(S1)、エラーが検出されれば通過・破棄制御タグ15の設定にかかわらずフレームを破棄する(S2)。一方、エラーがなければ通過・破棄制御タグ15を確認し(S3)、設定が「通過」であれば既存FCS13をチェックせずに通過させる(S4)。一方、設定が「破棄」であれば、既存FCS13まで読み込んでFCSチェックを行い(S5)、エラーが検出されれば破棄し(S2)、エラーがなければ通過させる(S4)。このように、通過・破棄制御タグ15が「通過」に設定されていれば、ペイロード12のチェックをせずに転送できるので効率的である。
In this case, since there is a lot of traffic that does not need to inspect the
図3は、破棄設定のトラフィックが多い場合のヘッダ用FCS14の位置と処理手順を示す。本例は、例えばパケットトランスポートでIP信号の転送が多い場合に適用される。 FIG. 3 shows the position and processing procedure of the header FCS 14 when there is a lot of discard setting traffic. This example is applied, for example, when there are many IP signal transfers in packet transport.
この場合、ヘッダ11とペイロード12が共にエラーがないことが望まれるので、既存FCS13からチェックした方がよい。そのため、ヘッダ用FCS14は、既存FCS13の直後、すなわちフレームの末端に配置するのが効率的である。処理手順は、まず既存FCS13まで読み込んでFCSチェックを行い(S11)、エラーがなければフレームを通過させる(S12)。一方、エラーが検出されればヘッダ用FCS14を読み込んでFCSチェックを行い(S13)、エラーが検出されればフレームを破棄する(S14)。一方、ヘッダ用FCS14のチェックでエラーがなければペイロード12のみにエラーがあることになるので、通過・破棄制御タグ15を確認し(S15)、設定が「通過」であれば通過させ(S12)、設定が「破棄」であれば破棄する(S14)。このように、既存FCS13のチェックでエラーがなければ通過させる場合、ヘッダ用FCS14をチェックする必要がないので、ヘッダ用FCS14をフレームの末端に配置した方が効率的である。
In this case, since it is desired that both the
図4は、本発明のフレーム転送システムの構成例を示す。
図において、送信側のクライアントネットワーク21とサーバネットワーク22が送信側のエッジスイッチ30を介して接続され、サーバネットワーク22と受信側のクライアントネットワーク23が受信側のエッジスイッチ40を介して接続される。エッジスイッチ30,40は対称な構成であり、クライアント側SDHインタフェース31,41、クライアント側イーサネットインタフェース32,42、パケットスイッチ33,43、サーバ側イーサネットインタフェース34,44により構成される。サーバ側イーサネットインタフェース34,44は、MAC層処理回路35,45および物理層処理回路36,46を備える。サーバネットワーク22には、受信ポート51、イングレス処理回路52、スイッチファブリック回路53、イーグレス処理回路54、送信ポート55を備える中継スイッチ50が配置される。以下、本発明に関する処理に絞って説明する。
FIG. 4 shows a configuration example of the frame transfer system of the present invention.
In the figure, a client network 21 on the transmission side and the server network 22 are connected via an
送信側のエッジスイッチ30のクライアント側SDHインタフェース31およびクライアント側イーサネットインタフェース32に届いた受信信号は、パケットスイッチ33でサーバ側イーサネットインタフェース34で設定されているペイロードサイズに合せて分割され、経路制御のためのラベルまたはタグを付与され、さらに通過・破棄制御タグが付与される。MAC層処理回路35では、MAC送信元・送信先アドレスを付与し、フレーム全体に対する既存FCSとともにヘッダ用FCSを計算して付与し、フレームを形成する。このヘッダ用FCSは、CRC(Cyclic Redundancy Check) 方式、またはパリティ方式により生成される。CRC方式の場合は4バイト以下で十分である。また、パリティ方式の場合は、最低でも送信先アドレス、送信元アドレス、ヘッダ内のその他のフィールドに各1ビットのパリティビットを割り当て、ヘッダに対して合計3ビットのパリティビットを付与することによりチェックが可能である。
The received signal that has arrived at the client-
中継スイッチ50のイングレス処理回路52は、図2または図3の処理手順に従って既存FCSとヘッダ用FCSをチェックし、さらに通過・破棄制御タグによって通過または破棄するかの中継判定を行う。
The
同様に、受信側のエッジスイッチ40のMAC層処理回路45は、図2または図3の処理手順に従って既存FCSとヘッダ用FCSをチェックし、さらに通過・破棄制御タグによって通過または破棄するかの処理を行い、また自局宛以外のフレームを破棄する。パケットスイッチ43は、クライアント側SDHインタフェース41およびクライアント側イーサネットインタフェース42に合せてサーバ側のフレームを適合化させる。
Similarly, the MAC
なお、ヘッダ用FCSとしてCRC方式とパリティ方式を示したが、CRCを使用した場合で、特にCRC16を利用した場合、1ビットの誤り訂正と任意の2ビットの誤り検出ができる。したがって、ヘッダに1ビットの誤りがある場合はヘッダを訂正し、2ビット以上の誤りが検出された場合はフレームを破棄するようにしてもよい。 Although the CRC method and the parity method are shown as the header FCS, when CRC is used, especially when CRC16 is used, 1-bit error correction and arbitrary 2-bit error detection can be performed. Therefore, the header may be corrected when there is an error of 1 bit in the header, and the frame may be discarded when an error of 2 bits or more is detected.
11 ヘッダ
12 ペイロード
13 既存FCS
14 ヘッダ用FCS
15 通過・破棄制御タグ
21 送信側のクライアントネットワーク
22 サーバネットワーク
23 受信側のクライアントネットワーク
30 送信側のエッジスイッチ
31,41 クライアント側SDHインタフェース
32,42 クライアント側イーサネットインタフェース
33,43 パケットスイッチ
34,44 サーバ側イーサネットインタフェース
35,45 MAC層処理回路
36,46 物理層処理回路
40 受信側のエッジスイッチ
50 中継スイッチ
51 受信ポート
52 イングレス処理回路
53 スイッチファブリック回路
54 イーグレス処理回路
55 送信ポート
11
14 FCS for header
DESCRIPTION OF SYMBOLS 15 Passing / discarding control tag 21 Transmission side client network 22 Server network 23 Reception
Claims (8)
前記フレームの送信側で、前記フレーム全体から前記第1のFCSを生成し、かつ前記ヘッダから第2のFCSを生成し、
前記フレームの受信側で、前記第1のFCSおよび前記第2のFCSのチェックを行い、それぞれのエラーの検出状況から前記ヘッダにエラーがあるか、または前記ヘッダにエラーがなく前記ペイロードのみにエラーがあるかを特定する
ことを特徴とするフレーム転送方法。 In a frame transfer method in which an error of a frame including a header including an address and a payload is detected by a first FCS (Frame Check Sequence), the frame is discarded when an error is detected, and the frame when no error is detected is passed. ,
On the transmission side of the frame, generate the first FCS from the entire frame, and generate the second FCS from the header,
On the receiving side of the frame, the first FCS and the second FCS are checked, and there is an error in the header from each error detection status, or there is no error in the header and only the payload has an error. A frame transfer method characterized by identifying whether or not there is.
前記フレームの受信側で、前記第1のFCSおよび前記第2のFCSのチェックによるそれぞれのエラーの検出状況から、前記ヘッダにエラーがあれば前記フレームを破棄し、前記ヘッダにエラーがなく前記ペイロードのみのエラーがあれば前記フレームの通過または破棄を選択する
ことを特徴とするフレーム転送方法。 The frame transfer method according to claim 1,
The frame receiving side discards the frame if there is an error in the header from the detection status of each error by checking the first FCS and the second FCS on the receiving side of the frame, and the payload without error in the header. If there is only an error, the frame transmission method is selected to pass or discard the frame.
前記フレームの送信側で、前記ヘッダに前記フレームの通過または破棄の選択に用いる通過・破棄制御タグを設定し、
前記フレームの受信側で、前記ヘッダにエラーがなく前記ペイロードのみにエラーがあるときに、前記通過・破棄制御タグの設定に応じた処理を行う
ことを特徴とするフレーム転送方法。 The frame transfer method according to claim 2, wherein
On the transmission side of the frame, set a passing / discarding control tag used for selection of passage or discarding of the frame in the header,
The frame transfer method characterized in that, on the frame receiving side, when there is no error in the header and there is an error only in the payload, processing according to the setting of the passing / discarding control tag is performed.
前記第2のFCSを前記ヘッダの末端に配置し、
前記フレームの受信側で、前記第2のFCSのチェックを優先し、前記第2のFCSにエラーが検出されれば前記フレームを破棄し、前記第2のFCSにエラーが検出されなければ前記通過・破棄制御タグを確認し、通過設定であれば前記第1のFCSをチェックせずに前記フレームを通過させ、破棄設定であれば前記第1のFCSによるエラーの検出状況に応じた処理を行う
ことを特徴とするフレーム転送方法。 The frame transfer method according to claim 3, wherein
Placing the second FCS at the end of the header;
The receiving side of the frame gives priority to checking the second FCS, discards the frame if an error is detected in the second FCS, and passes if the error is not detected in the second FCS. Check the discard control tag, and if it is set to pass, pass the frame without checking the first FCS, and if it is set to discard, perform processing according to the error detection status by the first FCS. And a frame transfer method.
前記第2のFCSを前フレームの末端に配置し、
前記フレームの受信側で、前記第1のFCSのチェックを優先し、前記第1のFCSにエラーが検出されれば前記第2のFCSをチェックし、前記第2のFCSにエラーが検出されれば前記通過・破棄制御タグの設定にかかわらず前記フレームを破棄し、前記第2のFCSにエラーが検出されなければ前記通過・破棄制御タグの設定に応じた処理を行う
ことを特徴とするフレーム転送方法。 The frame transfer method according to claim 3, wherein
Placing the second FCS at the end of the previous frame;
The frame receiving side gives priority to checking the first FCS, and if an error is detected in the first FCS, the second FCS is checked, and an error is detected in the second FCS. The frame is discarded regardless of the setting of the passing / discarding control tag, and if no error is detected in the second FCS, processing according to the setting of the passing / discarding control tag is performed. Transfer method.
前記フレームの送信側は、前記フレーム全体から前記第1のFCSを生成し、かつ前記ヘッダから第2のFCSを生成するFCS生成手段を備え、
前記フレームの受信側は、前記第1のFCSおよび前記第2のFCSのチェックを行い、それぞれのエラーの検出状況から前記ヘッダにエラーがあるか、または前記ヘッダにエラーがなく前記ペイロードのみにエラーがあるかを特定するエラー位置特定手段を備えた
ことを特徴とするフレーム転送システム。 In a frame transfer system that detects an error of a frame consisting of a header including an address and a payload by a first FCS (Frame Check Sequence), discards the frame when an error is detected, and passes the frame when no error is detected ,
The frame transmission side includes FCS generation means for generating the first FCS from the entire frame and generating the second FCS from the header,
The receiving side of the frame checks the first FCS and the second FCS, and there is an error in the header from the detection status of each error, or there is no error in the header and only the payload has an error. A frame transfer system comprising an error position specifying means for specifying whether or not there is an error.
前記フレームの受信側は、前記エラー位置特定手段により特定されたエラーの位置に応じて、前記ヘッダにエラーがあれば前記フレームを破棄し、前記ヘッダにエラーがなく前記ペイロードのみのエラーがあれば前記フレームの通過または破棄を選択するフレーム転送制御手段を備えた
ことを特徴とするフレーム転送システム。 The frame transfer system according to claim 6, wherein
The receiving side of the frame discards the frame if there is an error in the header according to the error position specified by the error position specifying means, and if there is no error in the header and there is an error only in the payload A frame transfer system comprising frame transfer control means for selecting whether to pass or discard the frame.
前記フレームの送信側は、前記ヘッダに前記フレームの通過または破棄の選択に用いる通過・破棄制御タグを設定する通過・破棄制御タグ設定手段を備え、
前記フレームの受信側の前記フレーム転送制御手段は、前記ヘッダにエラーがなく前記ペイロードのみにエラーがあるときに、前記通過・破棄制御タグの設定に応じた処理を行う構成である
ことを特徴とするフレーム転送システム。 The frame transfer system according to claim 7, wherein
The transmission side of the frame includes a passing / discarding control tag setting means for setting a passing / discarding control tag used for selecting whether to pass or discard the frame in the header,
The frame transfer control means on the receiving side of the frame is configured to perform processing according to the setting of the pass / discard control tag when there is no error in the header and only the payload has an error. Frame transfer system.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008273198A JP2010103755A (en) | 2008-10-23 | 2008-10-23 | Frame transfer system and frame transfer method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008273198A JP2010103755A (en) | 2008-10-23 | 2008-10-23 | Frame transfer system and frame transfer method |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2010103755A true JP2010103755A (en) | 2010-05-06 |
Family
ID=42293985
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008273198A Withdrawn JP2010103755A (en) | 2008-10-23 | 2008-10-23 | Frame transfer system and frame transfer method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2010103755A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2019009613A (en) * | 2017-06-23 | 2019-01-17 | 日本電信電話株式会社 | Communication device |
-
2008
- 2008-10-23 JP JP2008273198A patent/JP2010103755A/en not_active Withdrawn
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2019009613A (en) * | 2017-06-23 | 2019-01-17 | 日本電信電話株式会社 | Communication device |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6711128B1 (en) | System and method for improving transport protocol performance in communication networks having lossy links | |
US7876751B2 (en) | Reliable link layer packet retry | |
US9225473B2 (en) | System and method for improving transport protocol performance in communication networks having lossy links | |
US9954800B2 (en) | Multi-path network with fault detection and dynamic adjustments | |
US9577791B2 (en) | Notification by network element of packet drops | |
KR101610715B1 (en) | One-way data transmission and reception system, and one-way data transmission and reception method | |
US9007904B2 (en) | System to improve an ethernet network | |
US20070133530A1 (en) | Acknowledgement-based rerouting of multicast traffic | |
US20080137669A1 (en) | Network of nodes | |
WO2014092779A1 (en) | Notification by network element of packet drops | |
US20070076618A1 (en) | IP communication device and IP communication system therefor | |
US8427951B2 (en) | Method, system, and apparatus for reliable data packet recovery in a link layer of a data center ethernet network | |
US8767736B2 (en) | Communication device, communication method, and recording medium for recording communication program | |
JP2010103755A (en) | Frame transfer system and frame transfer method | |
EP2306666B1 (en) | Reduction of frame error rate in a node of a wireless packet-switched communication network | |
CN114978632B (en) | Message transmission detection method, device, equipment and medium | |
WO2013012089A1 (en) | Relay device, relay method, and program | |
JP5388363B2 (en) | Communications system | |
JP2012169845A (en) | Wireless device | |
JP2004312501A (en) | Packet receiving method and packet receiver | |
JP2010246013A (en) | Communication path switching apparatus and method | |
GB2476472A (en) | Combining unacknowledged and queued packets to form ARQ retransmission packet such that queued packet can be recovered from other packets and not sent |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A300 | Application deemed to be withdrawn because no request for examination was validly filed |
Free format text: JAPANESE INTERMEDIATE CODE: A300 Effective date: 20120110 |