JP2004297253A - Transmission control apparatus and transmission control method - Google Patents

Transmission control apparatus and transmission control method Download PDF

Info

Publication number
JP2004297253A
JP2004297253A JP2003084189A JP2003084189A JP2004297253A JP 2004297253 A JP2004297253 A JP 2004297253A JP 2003084189 A JP2003084189 A JP 2003084189A JP 2003084189 A JP2003084189 A JP 2003084189A JP 2004297253 A JP2004297253 A JP 2004297253A
Authority
JP
Japan
Prior art keywords
frame
unit
length
fraction
octet
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2003084189A
Other languages
Japanese (ja)
Other versions
JP4074992B2 (en
Inventor
Takahiro Yoshii
高広 吉井
Yukimasa Shima
幸雅 島
Taiichiro Sakaguchi
泰一郎 坂口
Toshimichi Fukuda
利道 福田
Hirobumi Kinja
博文 近者
Shinya Tokunaga
真也 徳永
Yasutsugu Nagusa
恭紹 南艸
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2003084189A priority Critical patent/JP4074992B2/en
Publication of JP2004297253A publication Critical patent/JP2004297253A/en
Application granted granted Critical
Publication of JP4074992B2 publication Critical patent/JP4074992B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Synchronisation In Digital Transmission Systems (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a transmission control apparatus and transmission control method for processing frames in units of octets, which normally processes the frames even when synchronizing bits are not in the units of octets. <P>SOLUTION: The transmission control apparatus is provided with: a buffer 1; a frame transfer section 2 for applying transfer control to frames in units of octets; a flow limit processing section 3 for inserting a gap period for flow limit between the frames; an output processing section 4 for transmitting the frames; a processing section and an attachment section (not shown); and a check section including a frame length check counter 5, obtains fractions of the bit length of the synchronous bits such as a preamble with respect to the octet unit, and the attachment section attaches attachment information denoting the fractions or excess bits obtained from the fractions to the frames. The output processing section 4 transmits the frames from which the excess bits and the attachment information are deleted on the basis of the attachment information. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

【0001】
【発明の属する技術分野】
本発明は、同期用ビットが付加されたフレームをオクテット単位で処理する構成を備えた伝送制御装置及び伝送制御方法に関する。
【0002】
【従来の技術】
IP(Internet Protocol)インタフェースを備えた伝送制御装置に於いて、端末側からのフレームを、SONET/SDH(Synchronous Optical Network/Synchronous Digital Hierarchy)インタフェースにマッピングして伝送する機能を有する構成が知られている。このような伝送システムに於いて、QoS(Quality of Service;サービス品質)に従った流量制御を行う手段が適用されている。
【0003】
このQoSによる流量制御は、フレーム間に挿入するギャップ期間GAPを、QoSとフレーム長との情報を基に求めるものであり、そのギャップ期間GAPは、例えば、
GAP=(100×フレーム長)÷流入制限値−フレーム長
として算出するものである。ネットワーク上では、プリアンブルを含む長さのイーサフレームが伝送されるものであるから、ギャップ期間GAPを求める為には、プリアンブルを含むフレーム長を求める必要がある。
【0004】
一般的には、流量制御を行う前に、受信したフレームの各種エラーチェックやパフォーマンスモニタチェック等を行う。又伝送フレームは、同期用ビットとしてのプリアンブル、SFD(Start Flag Delimiter;フレーム開始デリミタ)を含み、且つ送信元や送信先のアドレス情報,データ,チェック情報等を含むフォーマット構成を有し、前述の各種のチェックは、SFD検出により、その後のフレーム本体について行われる。
【0005】
通常は、プリアンブルはSFDを含めて64バイト(8オクテット)、このプリアンブルを除くフレーム長は、64〜1518バイト(64オクテット〜1518オクテット)である。又VLAN(Virtual Local AreaNetwork;仮想ローカルエリアネットワーク)タグ等が付加される場合には、フレーム長としてはタグ等のバイト数分が付加される。通常のフレーム構成としては、オクテット単位の構成であるから、フレームの処理部は、オクテット長を基本とした回路構成としている。
【0006】
図4は従来の伝送制御装置の要部を示し、41は端末側からのイーサフレームを受信して一時的に蓄積するテンポラリバッファ、42はフレーム転送部、43は流量制限処理部、44はネットワーク側に送出する出力処理部、45はフレーム長チェックカウンタ、46はSFD検出部、47はエラーチェック部を示す。なお、出力処理部44の後段のフレームの宛先送出処理等を行う処理部は図示を省略している。
【0007】
フレーム長チェックカウンタ45によりプリアンブルを含む全フレーム長についてカウントする。又SFD検出部46により、プリアンブルの次に付加されているSFDを検出し、エラーチェック部47に通知する。エラーチェック部47は、SFD以降のフレーム本体のフレーム長が規定の最大値を超えているか、又は最小値より短いかのチェックを行う。チェック結果、良好であれば、フレーム転送部42に転送トリガを加えることにより、フレーム転送部42は、テンポラリバッファ41に一時的に蓄積されたフレームを読出して流量制限処理部43に転送する。
【0008】
流量制限処理部43は、フレーム長チェックカウンタ45により求めたプリアンブルを含むフレーム長の情報を基に、前述のギャップ期間GAPを算出し、前回送出したフレームと今回送出するフレームとの間の期間が、算出したギャップ期間GAPとなった時に、今回のフレームを送出するように、出力処理部44に通知する。それにより、所望の帯域でフレームをネットワーク側へ送出することができる。
【0009】
フレーム構成は、例えば、図5の(A)に概略を示すように、プリアンブル+SFDと、アドレス部ADと、データ部と、FCS(Frame Check Sequence)とを含み、オクテット(8ビット)単位の構成を有するものである。従って、伝送制御装置の各部もオクテット単位で処理する構成とし、回路構成の簡単化を図ることができる。
【0010】
又7バイトのプリアンブルと、1バイトのフレーム開始デリミタと、6バイトの宛先アドレスと、6バイトの発信元アドレスと、2バイトのフレームタイプと、0〜1500バイトのデータと、0〜46バイトのデータ・パディングと、4バイトのCRCとによるフレーム構成とし、CRC演算機能を利用して、このCRC演算結果からデータ・パケットの属性を認識する方法が知られている(例えば、特許文献1参照)。
【0011】
又プリアンブルの長さを、優先度が高い場合は短く、優先度が低い場合は長くするように設定して、優先度に対応したフレーム送信を行う手段も知られている(例えば、特許文献2参照)。又プリアンブルと同一のビットパターンが含まれている場合に、再びプリアンブルとして誤検出する問題を回避する為に、プリアンブルの次にフレームのレングス情報とFCSとを含むヘッダを、プリアンブルを有するフレームの先頭に付加して伝送する手段も知られている(例えば、特許文献3参照)。
【0012】
【特許文献1】
特開2001−7860号公報
【特許文献2】
特開平6−252928号公報
【特許文献3】
特開2001−211177号公報
【0013】
【発明が解決しようとする課題】
端末側からのイーサフレームの先頭のプリアンブル(SFDを含む)は、前述のように、64ビット長(8オクテット長)とする場合が一般的である。従って、伝送制御装置に於いては、オクテット単位で処理する構成としている。しかし、端末側からの伝送途中に於けるノイズ等の影響によるプリアンブルのビット欠けや余分なビットの付加、或いは、端末側からオクテット単位ではないプリアンブルを付加して送信する構成を有する場合、オクテット単位で処理する伝送制御装置に於いては、受信したフレームの最後尾に、オクテット単位に対する端数となる余剰ビットが付加された状態として送出することになる。
【0014】
例えば、図5の(A)に示すオクテット単位の正常のプリアンブルが付加されているフレームに対して、(B)に示すように、オクテット単位の長さに対する端数aビットを有する場合、テンポラリバッファ41からオクテット単位で読出すことにより、フレームの後端には(8−a)ビット分の余剰ビットが付加された状態となる。それにより、出力処理部44の後段のレイヤ2処理等を行う処理部に於いて不都合が生じる問題がある。又流量制限処理部3に於けるギャップ期間GAPの算出が不正確となる問題がある。
【0015】
しかし、従来は、プリアンブル長が変化する場合として、そのプリアンブル長を、優先度に対応して変更することが知られているが、オクテット単位で処理する機能を有するシステムに於けるフレームの伝送処理過程で、プリアンブルがオクテット単位の長さでない場合の問題点は提起されていない。このようなオクテット単位の長さではないプリアンブルを含むフレームを処理する為の構成は、オクテット単位で処理する構成に比較して複雑となり、コストアップとなる問題がある。
本発明は、オクテット単位でフレーム処理を行うと共に、プリアンブルがオクテット単位でない場合でも、正常に処理することを目的とする。
【0016】
【課題を解決するための手段】
本発明の伝送制御装置は、図1を参照して説明すると、フレーム開始デリミタ(SFD)を含むプリアンブル、即ち、同期用ビットを付加したフレームを受信処理して伝送する伝送制御装置に於いて、受信したフレームを一時的に蓄積するバッファ1と、このバッファ1からフレームをオクテット単位で読出して転送処理するフレーム転送部2と、同期用ビットの長さがオクテット単位の長さであるか否か且つオクテット単位の長さに対する端数又はこの端数を基にオクテット単位の処理による余剰ビットを求めるプリアンブル長チェックカウンタ8等を含むチェック部と、このチェック部により求めた端数又は余剰ビットを示す情報を含むオクテット単位の長さの付加情報をフレームに付加する付加部と、この付加部によりフレームに付加した付加情報を基に、余剰ビット及び付加情報を削除して、フレームを送出する出力処理部4と、この出力処理部4からのフレームを送出処理する処理部とを備えている。
【0017】
又出力処理部4の前段に流量制限処理部3を設け、この流量制限処理部3は、チェック部による同期用ビットのオクテット単位に対する端数又は余剰ビットを示す情報を基に、受信フレーム長を求めて、フレーム間に挿入するギャップ期間を算出する構成を有するものである。
【0018】
本発明の伝送制御方法は、フレーム開始デリミタ(SFD)を含むプリアンブル、即ち、同期用ビットを付加したフレームを受信してバッファ1に一時的に蓄積し、オクテット単位で読出して伝送制御する伝送制御方法に於いて、バッファ1からオクテット単位で読出して、同期用ビットの長さをカウントしてオクテット単位の長さに対する端数を求める。例えば、SFD検出部6によるSFD前のプリアンブル長をプリアンブル長カウンタによりカウントし、カウント値を8で除算して余りを端数とすることができる。又この端数を基にオクテット単位で処理することによる余剰ビットを求める。この端数又は余剰ビットを示す情報を含むオクテット単位の付加情報を付加部に於いてフレームに付加し、出力処理部は、この付加情報を基に、余剰ビット及び付加情報を削除して送出する過程を含むものである。
【0019】
【発明の実施の形態】
図1は本発明の一実施の形態の説明図であり、1は図示を省略した端末側からのイーサフレームを受信して一時的に蓄積するバッファ(従来の図4のテンポラリバッファに相当する)、2はフレーム転送部、3は流量制限処理部、4は図示を省略したネットワーク側に対してイーサフレームを送出する出力処理部、5はフレーム長チェックカウンタ、6はSFD検出部、7はエラーチェック部、8はプリアンブル長チェックカウンタを示す。なお、プリアンブル長チェックカウンタ8をチェック部、又はSFD検出部6も含めてチェック部とすることができ、又はフレーム長チェックカウンタ5とSFD検出部6とエラーチェック部7とプリアンブル長チェックカウンタ8とを含めてチェック部とすることができる。又出力処理部4の後段に設ける処理部は図示を省略し、又付加情報をフレームに付加する付加部は、図示を省略しているが、例えば、フレーム転送部2に設けることができる。
【0020】
端末側から受信したイーサフレームは、フレーム開始デリミタ(SFD)を含むプリンアンブル、即ち、電気信号による同期用ビットを付加したイーサフレームで、バッファ1に順次蓄積される。そして、その過程でフレーム長チェックカウンタ5は、先頭のプリアンブルからカウントを開始してフレーム長を求める。このフレーム長が予め定められた所定範囲、即ち、規定の最短長以上であるか、又は最大長以下であるかをエラーチェック部7によりチェックする。チェック結果、所定範囲内のフレーム長であると、転送トリガをフレーム転送部2に加える。それにより、フレーム転送部は、バッファ1に蓄積されたフレームをオクテット単位で読出して転送する。又SFD検出部6は、プリアンブルがオクテット単位でない場合でも、フレームのSFDを検出することができる構成とする。
【0021】
又プリアンブル長チェックカウンタ8は、プリアンブルを先頭からカウントし、SFD検出部6によるSFD検出信号を基にプリアンブル長を求め、そのプリアンブル長を8で除算して端数(余り)を求める。即ち、プリアンブルが、オクテット単位の長さであるか否か及びその端数を求める。なお、オクテット単位の長さの場合は端数は0となる。例えば、図5の(B)に示すプリアンブル+SFDの長さが、オクテット単位の長さに対して端数a(ビット)を含む場合、オクテット単位の処理により、このフレームの後端には、図5の(B)に示すように(8−a)ビットの余剰ビットが付加された状態となる。従って、端数を求めることにより、この端数から余剰ビットを求めることができる。
【0022】
この端数又は余剰ビットを示す情報をオクテット単位の長さの付加情報としてフレームの例えば後端に付加する。この付加情報をフレームに付加する付加部は、バッファ1と出力処理部4との間に設けることができるもので、例えば、フレーム転送部2内に設けることができる。フレーム転送部2は、バッファ1からオクテット単位で読出して転送処理を行うものであり、又流量制限処理部3は、転送されたフレームの送出間隔を制御するもので、フレーム間に挿入する前述のギャップ期間GAPは、GAP=(100×フレーム長)÷流入制限値−フレーム長として算出し、出力処理部4に転送する。
【0023】
この場合、余剰ビットを含まないフレーム長として算出するもので、その為に、前述の付加情報による端数を識別し、全フレーム長から(1オクテット−端数)=余剰ビットを求めて、或いは、プリアンブル長チェックカウンタ8を含むチェック部からの端数の情報又は余剰ビットの情報を基に、全フレーム長からこの余剰ビットを除いて実際のフレーム長を求め、前述のギャップ期間を算出する。従って、オクテット単位で処理する構成に於いて、端末側がオクテット単位ではない同期用ビットを含むフレームを送出する場合又は伝送過程に於けるノイズの影響による同期用ビットの付加或いは欠落等により、同期用ビットがオクテット単位に対する端数を含む場合でも、実際のフレーム長を基に流量制限制御を行うことができるから、伝送制御装置から伝送網に送出する帯域制御の精度を向上することができる。
【0024】
図2は内部転送フレームの説明図であり、プリアンブル+SFDの同期用ビットがオクテット単位の長さに対して端数aビットを含む場合、前述のように、バッファ1からオクテット単位で読出して転送することにより、FCSの後に、(8−a)の余剰ビットが付加されることになる。チェック部は、同期用ビット長を求めて、8で除算し、余りの端数aビットを求め、付加部に於いて、この端数aビットの情報をオクテット単位の長さの付加情報HDとして、又は求めた端数から余剰ビットを求めて、この余剰ビットの情報をオクテット単位の付加情報HDとして、例えば、図示のように、(8−a)の余剰ビットの後に付加する。なお、同期用ビット長がオクテット単位の長さの場合は、端数は0となり、余剰ビットも0となる。この0の端数又は余剰ビットの情報を付加情報によって表すものである。
【0025】
従って、少なくとも出力処理部4に転送されるフレームには、付加情報HDが付加されており、流量制限処理部3は、この付加情報HD又はプリアンブル長チェックカウンタ8等によるチェック部からの端数の情報を基に、フレーム間に挿入するギャップ期間GAPを算出することができる。
【0026】
又出力処理部4は、付加情報HDを識別して端数の情報から余剰ビットを求め、又余剰ビットを示す情報を基に、フレームの後端に付加された状態の余剰ビットを削除し、且つ付加情報HDを削除し、バッファ1により受信した状態のフレームを復元して次段の処理部(図示を省略)に転送し、処理部に於いてレイヤ2処理、例えば、余剰ビットが削除されていることにより、フレームチェックシーケンス処理やMACアドレスによる出力ポートの検索処理等を行ってフレームを送出する。
【0027】
図3は本発明の他の実施の形態の説明図であり、11はバッファ、12はフレーム転送部、13は流量制限処理部、14は出力処理部、15はフレーム長チェックカウンタ、16はSFD検出部、17はエラーチェック部、18はプリアンブル長チェックカウンタ、19はプリアンブル生成部(同期用ビット生成部)を示す。
【0028】
バッファ11と、フレーム長チェックカウンタ15と、SFD検出部16と、エラーチェック部17と、プリアンブル長チェックカウンタ18とは、図1に示す同一名称の構成と同一の機能を有するものであり、プリアンブル+SFDの同期用ビットがオクテット単位の長さに対する端数を求め、この端数又は端数から求めた余剰ビットを示す情報のオクテット単位の長さの付加情報HD(図2参照)を付加部(図示せず)に於いて付加し、流量制限処理部13は、付加情報HDによる端数の情報、又はプリアンブル長チェックカウンタ18等のチェック部からの端数又は余剰ビットを示す情報を基に、実際のフレーム長を求めて、フレーム間のギャップ期間GAPを求め、出力処理部14に対しては、このギャップ期間GAPをおいてフレームを転送する。
【0029】
出力処理部14は、この付加情報HDによる端数の情報又は余剰ビットの情報による余剰ビットと、付加情報と、先頭の同期用ビットとを削除したフレーム本体の先頭に、プリアンブル生成部19に於いて生成したプリアンブル+SFDの同期用ビットを付加する。この同期用ビットを所定長、例えば、オクテット単位の長さとし、フレーム本体の先頭に付加することにより、オクテット単位の長さのフレーム構成として、次段の処理部に転送する。
【0030】
従って、この実施の形態の伝送制御装置からは、端末から受信したフレームの同期用ビットがオクテット単位の長さでない場合でも、オクテット単位の長さの同期用ビットが付加されて送出されるから、受信側に於いては、オクテット単位で処理する構成によりフレームの受信処理が可能となる。なお、プリアンブル生成部19を、受信側の処理構成に対応して、オクテット単位の長さではない予め設定された長さの同期用ビットを生成する構成することも可能である。
【0031】
(付記1)同期用ビットを付加したフレームを受信処理して伝送する伝送制御装置に於いて、受信した前記フレームを一時的に蓄積するバッファと、該バッファから前記フレームをオクテット単位で読出して転送処理するフレーム転送部と、前記同期用ビットの長さがオクテット単位の長さであるか否か且つオクテット単位の長さに対する端数又は該端数を基に余剰ビットを求めるチェック部と、該チェック部により求めた前記端数又は余剰ビットを示す情報を含むオクテット単位の長さの付加情報を前記フレームに付加する付加部と、該付加部により前記フレームに付加した前記付加情報を基に前記余剰ビット及び前記付加情報を削除して、フレームを送出する出力処理部と、該出力処理部からのフレームを送出処理する処理部とを備えたことを特徴とする伝送制御装置。
【0032】
(付記2)前記出力処理部の前段に流量制限処理部を設け、該流量制限処理部は、前記チェック部による前記同期用ビットのオクテット単位に対する端数又は該端数を基に求めた余剰ビットの情報を基に、受信フレーム長を求めて、該フレーム間に挿入するギャップ期間を算出する構成を有することを特徴とする付記1記載の伝送制御装置。
(付記3)前記出力処理部は、前記付加情報を基に前記端数と1オクテットとの差分に相当する余剰ビットと前記付加情報と前記同期用ビットとを削除したフレームに対して、所定長の同期用ビットを生成して付加する為の同期用ビット生成部を有することを特徴とする付記1記載の伝送制御装置。
【0033】
(付記4)同期用ビットを付加したフレームを受信してバッファに一時的に蓄積し、オクテット単位で読出して伝送制御する伝送制御方法に於いて、前記バッファからオクテット単位で読出して、前記同期用ビットの長さをカウントしてオクテット単位の長さに対する端数を求め、該端数又は該端数を基に求めた余剰ビットを示す情報を含むオクテット単位の付加情報を付加部に於いて前記フレームに付加し、出力処理部に於いて前記付加情報を基に、前記余剰ビット及び前記付加情報を削除して送出する過程を含むことを特徴とする伝送制御方法。
【0034】
(付記5)前記バッファからオクテット単位で読出して、前記同期用ビットの長さをカウントしてオクテット単位の長さに対する端数を求め、該端数又は該端数を基に求めた余剰ビットを示す情報を含むオクテット単位の付加情報を付加部に於いてフレームに付加し、流量制限処理部に於いて前記付加情報により前記端数を認識して、前記余剰ビットを除くフレーム長を基に、フレーム間のギャップ期間を算出して、該ギャップ期間をおいて出力処理部へフレームを転送する過程を含むことを特徴とする付記4記載の伝送制御方法。
(付記6)前記出力処理部に於いて前記余剰ビットと付加情報と共に同期用ビットを削除したフレーム本体の先頭に、同期用ビットの生成部により生成した所定長の同期用ビットを付加して送出する過程を含むことを特徴とする付記4又は5記載の伝送制御方法。
【0035】
【発明の効果】
以上説明したように、本発明は、オクテット単位で処理する構成のバッファ1とフレーム転送部2と出力処理部4とを含み、又流量制限処理部3を含み、バッファ1に一時的に蓄積したフレームの先頭のプリアンブル+SFDの同期用ビットのオクテット単位の長さに対する端数を求め、この端数又はこの端数を基に求めた余剰ビットを示す情報を含む付加情報をフレームに付加し、出力処理部4は、この付加情報を基に、(8−端数)=余剰ビットの余剰ビットと付加情報とを削除したフレームを、処理部に転送するものであり、同期用ビットがオクテット単位の長さでない場合でも、オクテット単位の構成で正しい処理が可能となり、その場合の余剰ビットを削除したフレームとして送出することができる。
【0036】
又受信側の構成に対応して、受信フレームの同期用ビットと同一の同期用ビット或いは新たなオクテット単位の長さの同期用ビットを生成して付加することができる。又端数の情報により流量制限処理部3に於ける流量制限処理が、実際のフレーム長に基づいて行うことができ、従って、正確な流量制御が可能となる利点がある。
【図面の簡単な説明】
【図1】本発明の一実施の形態の説明図である。
【図2】内部転送フレームの説明図である。
【図3】本発明の他の実施の形態の説明図である。
【図4】従来の伝送制御装置の説明図である。
【図5】フレーム構成の説明図である。
【符号の説明】
1 バッファ
2 フレーム転送部
3 流量制限処理部
4 出力処理部
5 フレーム長チェックカウンタ
6 SFD検出部
7 エラーチェック部
8 プリアンブル長チェックカウンタ
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a transmission control device and a transmission control method having a configuration for processing a frame to which a synchronization bit is added in octets.
[0002]
[Prior art]
2. Description of the Related Art In a transmission control device having an IP (Internet Protocol) interface, a configuration is known which has a function of mapping a frame from a terminal to a SONET / SDH (Synchronous Optical Network / Synchronous Digital Hierarchy) interface and transmitting the frame. I have. In such a transmission system, means for performing flow control according to QoS (Quality of Service; quality of service) is applied.
[0003]
In the flow rate control based on QoS, a gap period GAP to be inserted between frames is obtained based on information on QoS and a frame length.
GAP = (100 × frame length) ÷ inflow limit value−frame length. Since an Ethernet frame having a length including the preamble is transmitted on the network, it is necessary to determine the frame length including the preamble in order to obtain the gap period GAP.
[0004]
Generally, before performing the flow control, various error checks and performance monitor checks of the received frames are performed. The transmission frame includes a preamble as a synchronization bit, an SFD (Start Flag Delimiter; frame start delimiter), and has a format configuration including address information of a transmission source and a transmission destination, data, check information, and the like. Various checks are performed on the subsequent frame body by SFD detection.
[0005]
Normally, the preamble is 64 bytes (8 octets) including the SFD, and the frame length excluding this preamble is 64 to 1518 bytes (64 octets to 1518 octets). When a VLAN (Virtual Local Area Network) tag or the like is added, the number of bytes of the tag or the like is added as the frame length. Since the normal frame configuration is an octet unit configuration, the frame processing unit has a circuit configuration based on the octet length.
[0006]
FIG. 4 shows a main part of a conventional transmission control device, 41 is a temporary buffer for receiving and temporarily storing an Ethernet frame from a terminal, 42 is a frame transfer unit, 43 is a flow rate restriction processing unit, and 44 is a network. , An output processing unit 45, a frame length check counter 45, an SFD detection unit 46, and an error check unit 47. It should be noted that a processing unit that performs a destination sending process of a frame at a subsequent stage of the output processing unit 44 is omitted in the drawing.
[0007]
The frame length check counter 45 counts all frame lengths including the preamble. Further, the SFD detection unit 46 detects the SFD added next to the preamble and notifies the error check unit 47. The error check unit 47 checks whether the frame length of the frame body after the SFD exceeds a specified maximum value or is shorter than a minimum value. If the check result is good, the frame transfer unit 42 applies a transfer trigger to the frame transfer unit 42, so that the frame transfer unit 42 reads out the frame temporarily stored in the temporary buffer 41 and transfers it to the flow rate restriction processing unit 43.
[0008]
The flow rate restriction processing unit 43 calculates the above-described gap period GAP based on the information on the frame length including the preamble obtained by the frame length check counter 45, and determines the period between the previously transmitted frame and the currently transmitted frame. When the calculated gap period GAP is reached, the output processing unit 44 is notified to transmit the current frame. Thus, the frame can be transmitted to the network in a desired band.
[0009]
The frame configuration includes, for example, a preamble + SFD, an address part AD, a data part, and an FCS (Frame Check Sequence), as schematically shown in FIG. 5A, and is configured in units of octets (8 bits). It has. Therefore, each unit of the transmission control device is also configured to perform processing in octet units, so that the circuit configuration can be simplified.
[0010]
Also, a 7-byte preamble, a 1-byte frame start delimiter, a 6-byte destination address, a 6-byte source address, a 2-byte frame type, 0-1500-byte data, and a 0-46-byte data There is known a method of recognizing an attribute of a data packet from a result of the CRC operation using a frame structure including data padding and a 4-byte CRC and utilizing a CRC operation function (for example, see Patent Document 1). .
[0011]
There is also known a means for setting the length of the preamble to be short when the priority is high, and long when the priority is low, and performing frame transmission corresponding to the priority (for example, Patent Document 2). reference). Also, in order to avoid the problem of being erroneously detected as a preamble again when the same bit pattern as that of the preamble is included, a header including the length information of the frame and the FCS is added to the head of the frame having the preamble next to the preamble. There is also known a means for transmitting data in addition to the above (for example, see Patent Document 3).
[0012]
[Patent Document 1]
JP 2001-7860 A [Patent Document 2]
JP-A-6-252928 [Patent Document 3]
JP 2001-212177 A
[Problems to be solved by the invention]
As described above, the head preamble (including SFD) of an Ethernet frame from the terminal side is generally 64 bits long (8 octets long). Therefore, the transmission control device is configured to process in octets. However, if there is a configuration in which the preamble is missing bits or extra bits are added due to the influence of noise or the like during transmission from the terminal side, or a preamble that is not an octet unit is added from the terminal side and transmitted, an octet unit is used. In the transmission control device, the received frame is transmitted in a state where a surplus bit, which is a fraction with respect to an octet unit, is added to the end of the received frame.
[0014]
For example, as shown in (B), when a frame having a normal preamble in octet units shown in (A) of FIG. By reading the data in units of octets from, the surplus bits of (8-a) bits are added to the end of the frame. As a result, there is a problem that a problem occurs in a processing unit that performs layer 2 processing or the like at a subsequent stage of the output processing unit 44. Further, there is a problem that the calculation of the gap period GAP in the flow rate restriction processing unit 3 becomes inaccurate.
[0015]
However, conventionally, when the preamble length changes, it is known that the preamble length is changed in accordance with the priority. However, the frame transmission processing in a system having a function of processing in octets is known. In the process, no problem has been raised when the preamble is not octet-length. A configuration for processing a frame including a preamble having a length other than the length of an octet unit is more complicated than a configuration of processing a frame in octet units, and has a problem of increasing costs.
An object of the present invention is to perform frame processing in units of octets and to perform normal processing even when the preamble is not in units of octets.
[0016]
[Means for Solving the Problems]
Referring to FIG. 1, the transmission control apparatus according to the present invention is a transmission control apparatus that receives and processes a preamble including a frame start delimiter (SFD), that is, a frame to which a synchronization bit is added. A buffer 1 for temporarily storing received frames, a frame transfer unit 2 for reading and transferring frames from the buffer 1 in octets, and determining whether a synchronization bit length is in octets. A check unit including a preamble length check counter 8 or the like for obtaining a fraction with respect to the length of the octet unit or a surplus bit by processing the octet based on the fraction, and information indicating the fraction or the surplus bit obtained by the check unit. An additional unit that adds additional information in octet length to the frame, and the additional unit adds the additional information to the frame. Based on the additional information comprises delete the extra bits and the additional information, and the output processing unit 4 for transmitting the frame, and a processing unit for transmitting processed frames from the output processing unit 4.
[0017]
Further, a flow restriction processing unit 3 is provided at a stage preceding the output processing unit 4, and the flow restriction processing unit 3 calculates a reception frame length based on information indicating a fraction or an extra bit of a synchronization bit in octet units by the check unit. And calculating a gap period to be inserted between frames.
[0018]
According to the transmission control method of the present invention, a preamble including a frame start delimiter (SFD), that is, a frame to which a synchronization bit is added is received and temporarily stored in a buffer 1, and read out and controlled in octets for transmission control. In the method, the data is read out from the buffer 1 in octets, and the length of the synchronization bit is counted to obtain a fraction with respect to the length in octets. For example, the preamble length before SFD by the SFD detection unit 6 is counted by a preamble length counter, and the count value is divided by 8 to make the remainder a fraction. Also, based on the fraction, a surplus bit is obtained by processing in octets. The additional unit in octets including the information indicating the fraction or the surplus bits is added to the frame in the adding unit, and the output processing unit deletes the surplus bits and the additional information based on the additional information and sends the frame. Is included.
[0019]
BEST MODE FOR CARRYING OUT THE INVENTION
FIG. 1 is an explanatory diagram of an embodiment of the present invention. Reference numeral 1 denotes a buffer for receiving and temporarily storing an Ethernet frame from a terminal (not shown) (corresponding to a conventional temporary buffer in FIG. 4). 2 is a frame transfer unit, 3 is a flow restriction processing unit, 4 is an output processing unit that sends an Ethernet frame to a network side (not shown), 5 is a frame length check counter, 6 is an SFD detection unit, and 7 is an error The check section 8 indicates a preamble length check counter. The preamble length check counter 8 may be a check unit or a check unit including the SFD detection unit 6, or the frame length check counter 5, the SFD detection unit 6, the error check unit 7, the preamble length check counter 8, and the like. Can be included in the check section. Although a processing unit provided at a subsequent stage of the output processing unit 4 is not shown, and an adding unit for adding additional information to a frame is not shown, it can be provided in, for example, the frame transfer unit 2.
[0020]
The Ethernet frame received from the terminal is a preamble including a frame start delimiter (SFD), that is, an Ethernet frame to which a synchronization bit by an electric signal is added, and is sequentially stored in the buffer 1. Then, in the process, the frame length check counter 5 starts counting from the leading preamble and obtains the frame length. The error check unit 7 checks whether the frame length is equal to or longer than a predetermined range, that is, equal to or longer than a predetermined minimum length. If the check result indicates that the frame length is within a predetermined range, a transfer trigger is applied to the frame transfer unit 2. Accordingly, the frame transfer unit reads and transfers the frames stored in the buffer 1 in octets. The SFD detection unit 6 is configured to be able to detect the SFD of a frame even when the preamble is not in octets.
[0021]
The preamble length check counter 8 counts the preamble from the beginning, finds a preamble length based on the SFD detection signal from the SFD detection unit 6, and divides the preamble length by 8 to find a fraction (remainder). That is, it is determined whether or not the preamble has a length of an octet unit and a fraction thereof. In the case of octet length, the fraction is 0. For example, when the length of the preamble + SFD shown in FIG. 5B includes a fraction a (bits) with respect to the length of an octet, the processing at the end of the octet causes the rear end of the frame to be at the end of FIG. (B), a state in which (8-a) extra bits are added. Therefore, by obtaining the fraction, the surplus bits can be obtained from the fraction.
[0022]
The information indicating the fraction or the surplus bits is added to, for example, a rear end of the frame as additional information having a length of an octet unit. The additional unit for adding the additional information to the frame can be provided between the buffer 1 and the output processing unit 4, and can be provided, for example, in the frame transfer unit 2. The frame transfer unit 2 reads data from the buffer 1 in octets and performs a transfer process. The flow rate control unit 3 controls the transmission interval of the transferred frames. The gap period GAP is calculated as GAP = (100 × frame length) ÷ inflow limit value−frame length, and transferred to the output processing unit 4.
[0023]
In this case, the frame length is calculated as a frame length that does not include the surplus bits. For this purpose, a fraction based on the above-described additional information is identified, and (1 octet−fraction) = surplus bits is obtained from the entire frame length, or a preamble is calculated. Based on fraction information or surplus bit information from the check unit including the length check counter 8, the actual frame length is obtained by removing the surplus bits from the entire frame length, and the above-described gap period is calculated. Therefore, in a configuration in which processing is performed in units of octets, when the terminal side transmits a frame including synchronization bits that are not in units of octets, or when a synchronization bit is added or missing due to the influence of noise in the transmission process, the synchronization is not performed. Even when the bit includes a fraction with respect to an octet unit, since the flow rate limiting control can be performed based on the actual frame length, the accuracy of the bandwidth control transmitted from the transmission control device to the transmission network can be improved.
[0024]
FIG. 2 is an explanatory diagram of the internal transfer frame. When the synchronization bit of the preamble + SFD includes a fraction a bit with respect to the length of the octet, the data is read out from the buffer 1 in octets and transferred as described above. As a result, an extra bit (8-a) is added after the FCS. The check unit obtains the synchronization bit length, divides by 8, and obtains the remaining fraction a bits, and the addition unit uses the information of the fraction a bits as additional information HD having a length in octet units, or A surplus bit is obtained from the obtained fraction, and the information of this surplus bit is added as additional information HD in octet units, for example, after the surplus bit of (8-a) as shown in the figure. If the synchronization bit length is a length in octets, the fraction is 0 and the surplus bits are also 0. The information of the fraction of 0 or surplus bits is represented by additional information.
[0025]
Therefore, at least the frame transferred to the output processing unit 4 has the additional information HD added thereto, and the flow rate restriction processing unit 3 determines whether the additional information HD or the fraction information from the check unit by the preamble length check counter 8 or the like. , The gap period GAP inserted between the frames can be calculated.
[0026]
Further, the output processing unit 4 identifies the additional information HD, finds extra bits from the fractional information, deletes extra bits added to the rear end of the frame based on the information indicating the extra bits, and The additional information HD is deleted, the frame in the state received by the buffer 1 is restored, and the frame is transferred to the next processing unit (not shown). In the processing unit, the layer 2 processing, for example, the surplus bits are deleted. As a result, the frame is transmitted by performing a frame check sequence process, an output port search process based on the MAC address, and the like.
[0027]
FIG. 3 is an explanatory view of another embodiment of the present invention, in which 11 is a buffer, 12 is a frame transfer unit, 13 is a flow restriction processing unit, 14 is an output processing unit, 15 is a frame length check counter, and 16 is SFD. A detection unit, 17 is an error check unit, 18 is a preamble length check counter, and 19 is a preamble generation unit (synchronization bit generation unit).
[0028]
The buffer 11, the frame length check counter 15, the SFD detection unit 16, the error check unit 17, and the preamble length check counter 18 have the same function as the configuration of the same name shown in FIG. The + SFD synchronization bit calculates a fraction with respect to the length of the octet unit, and the additional information HD (see FIG. 2) of the octet unit length of the information indicating the fraction or the surplus bits calculated from the fraction is added to the addition unit (not shown). ), The flow rate restriction processing unit 13 determines the actual frame length based on the information of the fraction based on the additional information HD or the information indicating the fraction or the surplus bits from the check unit such as the preamble length check counter 18. Then, the gap period GAP between the frames is obtained, and the output processing unit 14 is provided with the gap period GAP after the gap period GAP. To transfer the beam.
[0029]
The output processing unit 14 outputs a preamble generation unit 19 at the beginning of the frame body in which the extra information, the surplus bits based on the extra bit information, the extra information, and the first synchronization bit are deleted. A synchronization bit of the generated preamble + SFD is added. The synchronization bit is set to a predetermined length, for example, a length of an octet unit, and is added to the head of the frame body, so that the frame is transferred to the next-stage processing unit as a frame configuration having a length of an octet unit.
[0030]
Therefore, from the transmission control device of this embodiment, even if the synchronization bits of the frame received from the terminal are not octet-length, the synchronization control bits of octet-length are added and transmitted. On the receiving side, a frame receiving process can be performed by a configuration in which processing is performed in octets. It should be noted that the preamble generation unit 19 may be configured to generate a synchronization bit having a preset length other than the octet length in accordance with the processing configuration on the receiving side.
[0031]
(Supplementary Note 1) In a transmission control device for receiving and processing a frame with a synchronization bit added thereto, a buffer for temporarily storing the received frame, and reading and transferring the frame from the buffer in octet units A frame transfer unit to be processed, a check unit for determining whether or not the length of the synchronization bit is a length in octet units and a fraction for the length of the octet unit or a surplus bit based on the fraction, and a check unit An addition unit for adding the additional information of the length in octets including information indicating the fraction or the surplus bits obtained by the addition unit to the frame, and the extra bits based on the additional information added to the frame by the addition unit. An output processing unit that deletes the additional information and sends a frame; and a processing unit that sends a frame from the output processing unit. Transmission control apparatus according to claim and.
[0032]
(Supplementary Note 2) A flow restriction processing unit is provided at a stage preceding the output processing unit, and the flow restriction processing unit is a unit for calculating the fraction of the synchronization bit in octets by the check unit or information of surplus bits obtained based on the fraction. 2. The transmission control device according to claim 1, further comprising: obtaining a length of a received frame based on the above formula, and calculating a gap period to be inserted between the frames.
(Supplementary Note 3) The output processing unit may generate a predetermined length of a frame from which a surplus bit corresponding to a difference between the fraction and one octet and the additional information and the synchronization bit are deleted based on the additional information. 2. The transmission control device according to claim 1, further comprising a synchronization bit generation unit for generating and adding a synchronization bit.
[0033]
(Supplementary Note 4) In a transmission control method for receiving a frame to which a synchronization bit is added, temporarily storing the frame in a buffer, reading the frame in octets, and controlling the transmission, the frame is read out in octets from the buffer, and the synchronization is read. The length of the bit is counted to obtain a fraction with respect to the length of the octet unit, and additional information in octet units including the fraction or information indicating the extra bits obtained based on the fraction is added to the frame in the adding unit. A transmission control method comprising: removing, in the output processing unit, the surplus bits and the additional information based on the additional information and transmitting the information.
[0034]
(Supplementary Note 5) The length of the synchronization bit is read out from the buffer in units of octets, a fraction of the length of the octet is obtained, and information indicating the fraction or surplus bits obtained based on the fraction is obtained. The additional information in octet units is added to the frame in the adding unit, the fraction is recognized by the additional information in the flow restriction processing unit, and the gap between the frames is determined based on the frame length excluding the surplus bits. The transmission control method according to claim 4, further comprising a step of calculating a period and transferring the frame to the output processing unit after the gap period.
(Supplementary Note 6) A predetermined-length synchronization bit generated by a synchronization bit generation unit is added to the beginning of the frame body in which the synchronization bit is deleted together with the surplus bits and additional information in the output processing unit and transmitted. 6. The transmission control method according to claim 4 or 5, further comprising the step of:
[0035]
【The invention's effect】
As described above, the present invention includes the buffer 1, the frame transfer unit 2, and the output processing unit 4 configured to perform processing in octets, and includes the flow rate restriction processing unit 3 and temporarily stores the data in the buffer 1. A fraction with respect to the length of the octet unit of the synchronization bit of the preamble at the beginning of the frame + the SFD is obtained, and additional information including this fraction or information indicating surplus bits obtained based on this fraction is added to the frame. Is for transferring a frame in which (8−fraction) = the surplus bits of the surplus bits and the additional information are deleted to the processing unit based on the additional information. If the synchronization bit is not octet-length, However, correct processing can be performed with a configuration in units of octets, and the frame can be transmitted as a frame from which excess bits have been deleted.
[0036]
In addition, it is possible to generate and add a synchronization bit identical to the synchronization bit of the received frame or a new octet-length synchronization bit in accordance with the configuration of the receiving side. Also, the flow rate restriction processing in the flow rate restriction processing unit 3 can be performed based on the actual frame length based on the fraction information, and therefore, there is an advantage that accurate flow rate control can be performed.
[Brief description of the drawings]
FIG. 1 is an explanatory diagram of one embodiment of the present invention.
FIG. 2 is an explanatory diagram of an internal transfer frame.
FIG. 3 is an explanatory diagram of another embodiment of the present invention.
FIG. 4 is an explanatory diagram of a conventional transmission control device.
FIG. 5 is an explanatory diagram of a frame configuration.
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 1 Buffer 2 Frame transfer part 3 Flow rate restriction part 4 Output processing part 5 Frame length check counter 6 SFD detection part 7 Error check part 8 Preamble length check counter

Claims (3)

同期用ビットを付加したフレームを受信処理して伝送する伝送制御装置に於いて、
受信した前記フレームを一時的に蓄積するバッファと、
該バッファから前記フレームをオクテット単位で読出して転送処理するフレーム転送部と、
前記同期用ビットの長さがオクテット単位の長さであるか否か且つオクテット単位の長さに対する端数又は該端数を基に余剰ビットを求めるチェック部と、
該チェック部により求めた前記端数又は余剰ビットを示す情報を含むオクテット単位の長さの付加情報を前記フレームに付加する付加部と、
該付加部により前記フレームに付加した前記付加情報を基に前記余剰ビット及び前記付加情報を削除して、フレームを送出する出力処理部と、
該出力処理部からのフレームを送出処理する処理部と
を備えたことを特徴とする伝送制御装置。
In a transmission control device for receiving and processing a frame to which a synchronization bit has been added, and transmitting the frame,
A buffer for temporarily storing the received frame;
A frame transfer unit that reads the frame from the buffer in octet units and performs transfer processing;
A checking unit for determining whether or not the length of the synchronization bit is the length of an octet unit and a fraction for the length of the octet unit or a surplus bit based on the fraction;
An adding unit that adds, to the frame, additional information having a length in octets including information indicating the fraction or surplus bits obtained by the check unit;
An output processing unit that deletes the surplus bits and the additional information based on the additional information added to the frame by the adding unit, and transmits a frame;
A transmission unit for transmitting a frame from the output processing unit.
前記出力処理部の前段に流量制限処理部を設け、該流量制限処理部は、前記チェック部による前記同期用ビットのオクテット単位に対する端数又は該端数を基に求めた余剰ビットの情報を基に、受信フレーム長を求めて、該フレーム間に挿入するギャップ期間を算出する構成を有することを特徴とする請求項1記載の伝送制御装置。A flow restriction processing unit is provided at a stage preceding the output processing unit, and the flow restriction processing unit is based on information of a fraction or an excess bit obtained based on the fraction for the octet unit of the synchronization bit by the check unit. 2. The transmission control device according to claim 1, wherein the transmission control device has a configuration in which a length of a received frame is obtained and a gap period to be inserted between the frames is calculated. 同期用ビットを付加したフレームを受信してバッファに一時的に蓄積し、オクテット単位で読出して伝送制御する伝送制御方法に於いて、
前記バッファからオクテット単位で読出して、前記同期用ビットの長さをカウントしてオクテット単位の長さに対する端数を求め、該端数又は該端数を基に求めた余剰ビットを示す情報を含むオクテット単位の付加情報を付加部に於いて前記フレームに付加し、出力処理部に於いて前記付加情報を基に、前記余剰ビット及び前記付加情報を削除して送出する過程を含む
ことを特徴とする伝送制御方法。
In a transmission control method of receiving a frame with a synchronization bit added, temporarily storing the frame in a buffer, and reading and controlling transmission by octet unit,
The length of the synchronization bit is read out from the buffer in units of octets, and the length of the synchronization bit is counted to obtain a fraction with respect to the length of the octet, and the octet unit including information indicating the fraction or the surplus bits obtained based on the fraction is obtained. A transmission control step of adding the additional information to the frame in an adding unit, and deleting and transmitting the surplus bits and the additional information based on the additional information in an output processing unit. Method.
JP2003084189A 2003-03-26 2003-03-26 Transmission control device Expired - Fee Related JP4074992B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003084189A JP4074992B2 (en) 2003-03-26 2003-03-26 Transmission control device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003084189A JP4074992B2 (en) 2003-03-26 2003-03-26 Transmission control device

Publications (2)

Publication Number Publication Date
JP2004297253A true JP2004297253A (en) 2004-10-21
JP4074992B2 JP4074992B2 (en) 2008-04-16

Family

ID=33399407

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003084189A Expired - Fee Related JP4074992B2 (en) 2003-03-26 2003-03-26 Transmission control device

Country Status (1)

Country Link
JP (1) JP4074992B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013021546A (en) * 2011-07-12 2013-01-31 Lapis Semiconductor Co Ltd Data communication system, preamble length optimization method and communication device

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6471345A (en) * 1987-09-11 1989-03-16 Matsushita Electric Ind Co Ltd Data transmitter
JPH03250828A (en) * 1990-02-28 1991-11-08 Mitsubishi Electric Corp Cell/frame synchronizing method
JPH04129339A (en) * 1990-09-20 1992-04-30 Fujitsu Ltd Data transmission system
JPH06252928A (en) * 1993-03-01 1994-09-09 Yamaha Corp Real-time communications bus type lan
JPH11112487A (en) * 1997-10-03 1999-04-23 Toshiba Corp Synchronization recovery system
JP2001007860A (en) * 1999-05-26 2001-01-12 Agilent Technol Inc Method for providing tag to special data packet and method for detecting the special data packet
JP2001028581A (en) * 1999-07-14 2001-01-30 Canon Inc Data transmitting system
JP2001211177A (en) * 2000-01-25 2001-08-03 Nec Corp Frame transmission device and frame transmitting method used for same
JP2001223680A (en) * 2000-02-10 2001-08-17 Nec Corp Stuffing control circuit

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6471345A (en) * 1987-09-11 1989-03-16 Matsushita Electric Ind Co Ltd Data transmitter
JPH03250828A (en) * 1990-02-28 1991-11-08 Mitsubishi Electric Corp Cell/frame synchronizing method
JPH04129339A (en) * 1990-09-20 1992-04-30 Fujitsu Ltd Data transmission system
JPH06252928A (en) * 1993-03-01 1994-09-09 Yamaha Corp Real-time communications bus type lan
JPH11112487A (en) * 1997-10-03 1999-04-23 Toshiba Corp Synchronization recovery system
JP2001007860A (en) * 1999-05-26 2001-01-12 Agilent Technol Inc Method for providing tag to special data packet and method for detecting the special data packet
JP2001028581A (en) * 1999-07-14 2001-01-30 Canon Inc Data transmitting system
JP2001211177A (en) * 2000-01-25 2001-08-03 Nec Corp Frame transmission device and frame transmitting method used for same
JP2001223680A (en) * 2000-02-10 2001-08-17 Nec Corp Stuffing control circuit

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013021546A (en) * 2011-07-12 2013-01-31 Lapis Semiconductor Co Ltd Data communication system, preamble length optimization method and communication device

Also Published As

Publication number Publication date
JP4074992B2 (en) 2008-04-16

Similar Documents

Publication Publication Date Title
US11057136B1 (en) Time correction using extension fields
US7113485B2 (en) Latency evaluation in a ring network
EP1855416B2 (en) A method for measurting the performance parameters of the multi-protocol label switching network
EP4050858A1 (en) Method and device for updating mapping
US7835290B2 (en) Method for measuring end-to-end delay in asynchronous packet transfer network, and asynchronous packet transmitter and receiver
EP2374241B1 (en) Measurement of data loss in a communication network
US20190089615A1 (en) Indirect packet classification timestamping system and method
EP2520059B1 (en) Performing a time measurement in a communication network
EP1596547A2 (en) Method for constructing and processing a frame in synchronous ethernet
US7684419B2 (en) Ethernet encapsulation over optical transport network
EP1816803B1 (en) Transmission processing method for data frame and system thereof
WO2018099048A1 (en) Method and device for processing time stamp, and storage medium
WO2006102840A1 (en) A method for monitoring the packet loss rate
CN110971331B (en) Hop-by-hop time delay measurement method and system
US11082316B2 (en) Performance measurement in a packet-switched communication network
US8804762B2 (en) Method and system for timestamp inclusion in virtual local area network tag
CN108881031B (en) Self-adaptive reliable data transmission method based on SDN network
JP6236945B2 (en) Transmission apparatus, transmission system, and transmission method
JP2005012381A (en) Device and method for transferring data, data communication system using the same and program
US20220006745A1 (en) Service sending and receiving methods, device, system and storage medium
JP4074992B2 (en) Transmission control device
JP2016005023A (en) Packet transmitter and packet receiver
CN113328903B (en) Method, device and system for detecting transmission quality
JP2004221952A (en) Transmission method and transmitter
US6947423B2 (en) MAC address notification method in MPOA systems and MPOA server for the same

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050811

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070830

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070904

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20071101

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20080115

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20080117

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20110208

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20110208

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20120208

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20130208

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20140208

Year of fee payment: 6

LAPS Cancellation because of no payment of annual fees