JP2009284024A - Frame transmission apparatus, and frame transmission method - Google Patents
Frame transmission apparatus, and frame transmission method Download PDFInfo
- Publication number
- JP2009284024A JP2009284024A JP2008131237A JP2008131237A JP2009284024A JP 2009284024 A JP2009284024 A JP 2009284024A JP 2008131237 A JP2008131237 A JP 2008131237A JP 2008131237 A JP2008131237 A JP 2008131237A JP 2009284024 A JP2009284024 A JP 2009284024A
- Authority
- JP
- Japan
- Prior art keywords
- dummy data
- unit
- data
- frame transmission
- error
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/08—Error detection or correction by redundancy in data representation, e.g. by using checking codes
- G06F11/10—Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's
- G06F11/1008—Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's in individual solid state devices
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/08—Error detection or correction by redundancy in data representation, e.g. by using checking codes
- G06F11/10—Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's
- G06F11/1076—Parity data used in redundant arrays of independent storages, e.g. in RAID systems
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Detection And Prevention Of Errors In Transmission (AREA)
Abstract
Description
この発明は、フレーム伝送装置およびフレーム伝送方法に関する。 The present invention relates to a frame transmission apparatus and a frame transmission method.
従来より、パケットフレームを伝送するフレーム伝送装置というものが存在する(例えば、特許文献1参照)。 Conventionally, there is a frame transmission apparatus that transmits a packet frame (see, for example, Patent Document 1).
以下に、図6を用いて、従来のフレーム伝送装置によるパケットフレームの伝送処理について簡単に説明する。 Hereinafter, a packet frame transmission process by a conventional frame transmission apparatus will be briefly described with reference to FIG.
図6に示すように、フレーム伝送装置200は、ネットワークを介して、同一の構成を有する前段装置100および後段装置300と通信可能な状態で接続される。
As illustrated in FIG. 6, the
そして、フレーム監視部201は、前段装置100から送信された受信フレームの入力を検出すると、受信フレームの処理のタイミングを知らせるためのタイミング信号を生成して、後段の処理機能部に出力する。
When the
次に、FCS監視部202は、受信フレームに付加されているエラー検出用のFCS(Frame Check Sequence)データを用いて、受信フレームのチェックを行った後、受信フレームからFCSデータを削除してヘッダー終端部203に出力する。
Next, the
ヘッダー終端部203は、アドレスやタグ、レングス等が格納されている受信フレーム内のヘッダーをヘッダー制御部204に出力するとともに、受信フレーム内のユーザデータを切り出してスクランブル部205に出力する。
The
スクランブル部205は、ユーザデータに対してスクランブル処理を行ってパリティ生成部206に出力し、パリティ生成部206は、スクランブル処理されたユーザデータにパリティを付加してメモリ207に出力する。
The
メモリ207は、後述するヘッダー制御部204の制御のもと、パリティ生成部206から受け付けたデータを書き込むとともに、データを読み出して後述するパリティ監視部208に出力する。
The memory 207 writes the data received from the
ヘッダー制御部204は、メモリ207に格納されるデータのアドレスを管理し、メモリ207に対して、格納されているデータをパリティ監視部208に出力させる。また、ヘッダー制御部204は、ヘッダー終端部203から受け付けたヘッダーを書き換えてヘッダー挿入部210に出力する。
The header control unit 204 manages the address of data stored in the memory 207 and causes the memory 207 to output the stored data to the
パリティ監視部208は、メモリ207から受け付けたデータのパリティチェックを行ってデスクランブル部209に出力し、デスクランブル部209は、パリティ監視部208から受け付けたデータに対してデスクランブル処理を行ってヘッダー挿入部210に出力する。
The
ヘッダー挿入部210は、デスクランブル部209から受け付けたデータに対して、ヘッダー制御部204から受け付けたヘッダーを付加し、FCS演算部211に出力する。
The header insertion unit 210 adds the header received from the header control unit 204 to the data received from the
FCS演算部211は、FCS演算を行って、ヘッダー挿入部210から受け付けたデータにFCSデータを付加し、ネットワークを介して後段装置300に送信する。
The FCS calculation unit 211 performs FCS calculation, adds FCS data to the data received from the header insertion unit 210, and transmits the data to the
しかしながら、上記した従来のフレーム伝送処理では、受信フレームの伝送処理の過程で発生したエラーが検出されない場合があるという問題点があった。 However, the conventional frame transmission process described above has a problem in that errors that occur during the transmission process of the received frame may not be detected.
すなわち、従来の処理では、メモリ207にユーザデータが書き込まれる際に、ユーザデータに付加されるパリティが2ビットエラーを引き起こしてしまった場合には、ユーザデータにエラーが発生していても検出することができないという問題点があった。 That is, in the conventional processing, when user data is written in the memory 207, if the parity added to the user data causes a 2-bit error, it is detected even if an error has occurred in the user data. There was a problem that it was not possible.
また、スクランブル部205の誤作動により発生したユーザデータのエラーも、同様に検出することができないという問題点があった。
Further, there is a problem in that an error in user data generated due to a malfunction of the
なお、エラー検出用のFCSを付加したままメモリ207にデータを書き込んで処理することも考えられるが、書き込まれるデータが大きくなるので、メモリ規模を大きくしなければならないという問題点がある。 It is possible to write and process data in the memory 207 with the FCS for error detection added, but there is a problem that the memory scale must be increased because the data to be written increases.
そこで、この発明は、上述した従来技術の課題を解決するためになされたものであり、受信フレームの伝送処理の過程で発生したエラーを簡易に検出することが可能なフレーム伝送装置およびフレーム伝送方法を提供することを目的とする。 Accordingly, the present invention has been made to solve the above-described problems of the prior art, and a frame transmission apparatus and a frame transmission method capable of easily detecting an error that has occurred in the process of transmission processing of a received frame. The purpose is to provide.
上述した課題を解決し、目的を達成するため、開示の装置は、受信フレームから切り出されたユーザデータをスクランブル処理し、スクランブル処理後のデータにパリティが付加されたデータをメモリから読み出してパリティチェックを行い、パリティチェック後のデータをデスクランブル処理する一連の処理過程に、断続的に入力される受信フレームが検出されない狭間のタイミングでダミーデータを挿入するダミーデータ挿入部と、前記ダミーデータ挿入部により前記処理過程に挿入されたダミーデータがデスクランブル処理されてきたダミーデータに基づいて、前記処理過程においてエラーが発生しているか否かを判定するエラー判定部と、を有する。 In order to solve the above-described problems and achieve the object, the disclosed apparatus scrambles user data cut out from a received frame, reads data in which parity is added to the scrambled data from a memory, and performs a parity check And a dummy data insertion unit that inserts dummy data at a timing when a received frame that is intermittently input is not detected in a series of processing steps for descrambling the data after parity check, and the dummy data insertion unit An error determination unit that determines whether an error has occurred in the processing process based on the dummy data that has been descrambled by the dummy data inserted in the processing process.
また、開示の方法は、受信フレームから切り出されたユーザデータをスクランブル処理し、スクランブル処理後のデータにパリティが付加されたデータをメモリから読み出してパリティチェックを行い、パリティチェック後のデータをデスクランブル処理する一連の処理過程に、断続的に入力される受信フレームが検出されない狭間のタイミングでダミーデータを挿入するダミーデータ挿入ステップと、前記ダミーデータ挿入ステップにより前記処理過程に挿入されたダミーデータがデスクランブル処理されてきたダミーデータに基づいて、前記処理過程においてエラーが発生しているか否かを判定するエラー判定ステップと、を含む。 In addition, the disclosed method scrambles user data cut out from a received frame, reads data in which parity is added to the scrambled data from the memory, performs parity check, and descrambles the data after parity check In a series of processing steps to be processed, dummy data insertion step in which dummy data is inserted at a timing in which a received frame that is intermittently input is not detected, and dummy data inserted in the processing step by the dummy data insertion step are And an error determination step of determining whether an error has occurred in the process based on the dummy data that has been descrambled.
開示の装置および開示の方法によれば、受信フレームの伝送処理の過程で発生したエラーを簡易に検出することができるという効果を奏する。 According to the disclosed apparatus and the disclosed method, it is possible to easily detect an error that has occurred in the process of transmission processing of a received frame.
以下に添付図面を参照して、フレーム伝送装置およびフレーム伝送方法の一実施の形態を詳細に説明する。 Hereinafter, an embodiment of a frame transmission apparatus and a frame transmission method will be described in detail with reference to the accompanying drawings.
[フレーム伝送装置の概要(実施例1)]
図1は、実施例1に係るフレーム伝送装置の概要を説明するための図である。
[Outline of Frame Transmission Device (Example 1)]
FIG. 1 is a diagram for explaining the outline of the frame transmission apparatus according to the first embodiment.
同図に示すように、実施例1に係るフレーム伝送装置は、ダミーデータ挿入部と、スクランブル部と、パリティ生成部と、メモリと、パリティ監視部と、デスクランブル部と、ダミーデータ保持部と、ダミーデータ監視部とを有する。 As shown in the figure, the frame transmission apparatus according to the first embodiment includes a dummy data insertion unit, a scramble unit, a parity generation unit, a memory, a parity monitoring unit, a descrambling unit, and a dummy data holding unit. And a dummy data monitoring unit.
そして、実施例1に係るフレーム伝送装置は、断続的に入力される受信フレームから切り出されたユーザデータについて、上述したスクランブル部、パリティ生成部の順に処理してメモリに格納した後、メモリから読み出されたデータをパリティ監視部およびデスクランブル部の順に処理する一連の処理過程で処理することにより、受信フレームの完全性を保持する処理を施しつつ、受信フレームを伝送することを概要とする。 Then, the frame transmission apparatus according to the first embodiment processes the user data extracted from the intermittently input received frame in the order of the scramble unit and the parity generation unit described above, stores them in the memory, and then reads from the memory. The outline is to transmit the received frame while performing the process of maintaining the integrity of the received frame by processing the output data in a series of processing steps in order of the parity monitoring unit and the descrambling unit.
上述したような概要を有しつつ、ダミーデータ挿入部は、断続的に入力される受信フレームが検知されない狭間のタイミングで、ダミーデータ保持部によりあらかじめ保持されているダミーデータと同一のダミーデータをスクランブル部に出力する。 While having the outline as described above, the dummy data insertion unit performs the same dummy data as the dummy data held in advance by the dummy data holding unit at a timing between detection of intermittently received frames. Output to the scramble unit.
スクランブル部は、ダミーデータ挿入部から受け付けたダミーデータに対してスクランブル処理を実行してパリティ生成部に出力する。パリティ生成部は、スクランブル部から受け付けたデータにパリティを付加してメモリに出力する。 The scramble unit performs scramble processing on the dummy data received from the dummy data insertion unit and outputs the scramble process to the parity generation unit. The parity generation unit adds the parity to the data received from the scramble unit and outputs the data to the memory.
パリティ監視部は、メモリから読み出されたデータについてパリティチェックを実行して、デスクランブル部に出力する。デスクランブル部は、パリティ監視部から受け付けたデータをデスクランブル処理することにより得られたダミーデータをダミーデータ監視部に出力する。 The parity monitoring unit performs a parity check on the data read from the memory and outputs the data to the descrambling unit. The descrambling unit outputs dummy data obtained by descrambling the data received from the parity monitoring unit to the dummy data monitoring unit.
ダミーデータ監視部は、デスクランブル部から受け付けたダミーデータと、ダミーデータ保持部によりあらかじめ保持されているダミーデータとを比較することにより、上述した一連の処理過程においてエラーが発生しているか否かを判定する。 The dummy data monitoring unit compares the dummy data received from the descrambling unit with the dummy data held in advance by the dummy data holding unit to determine whether an error has occurred in the above-described series of processing steps. Determine.
具体的には、ダミーデータ監視部は、デスクランブル部から受け付けたダミーデータと、ダミーデータ保持部によりあらかじめ保持されているダミーデータとを比較した結果、ダミーデータが一致しない場合には、エラーが発生しているものと判定する。 Specifically, the dummy data monitoring unit compares the dummy data received from the descrambling unit with the dummy data held in advance by the dummy data holding unit. It is determined that it has occurred.
そして、実施例1に係るフレーム伝送装置は、ダミーデータ監視部によりエラーが発生しているものと判定した場合には、エラーが発生している旨のアラートを管理装置に通知する。 When the dummy data monitoring unit determines that an error has occurred, the frame transmission apparatus according to the first embodiment notifies the management apparatus of an alert that an error has occurred.
このようなことから、実施例1に係るフレーム伝送装置は、受信フレームの伝送処理の過程で発生したエラーを簡易に検出することができる。 For this reason, the frame transmission apparatus according to the first embodiment can easily detect an error that has occurred in the process of receiving frame transmission processing.
[フレーム伝送装置の構成(実施例1)]
図2は、実施例1に係るフレーム伝送装置の構成を示す図である。
[Configuration of Frame Transmission Device (Example 1)]
FIG. 2 is a diagram illustrating the configuration of the frame transmission apparatus according to the first embodiment.
図2に示すように、実施例1に係るフレーム伝送装置400は、ネットワーク1を介して、同一の構成を有する前段装置100および後段装置300と通信可能な状態で接続されるとともに、前段装置100、後段装置300およびフレーム伝送装置400を管理する管理装置500と通信可能な状態で接続される。
As illustrated in FIG. 2, the
また、フレーム伝送装置400は、図2に示すように、フレーム監視部401と、FCS(Frame Check Sequence)監視部402と、ヘッダー終端部403と、ヘッダー制御部404と、スクランブル部405と、パリティ生成部406と、メモリ407と、パリティ監視部408と、デスクランブル部409と、ヘッダー挿入部410と、FCS演算部411と、ダミーデータ挿入部412と、ダミーデータ保持部413と、ダミーデータ監視部414と、アラート通知部415とを有する。
As shown in FIG. 2, the
フレーム監視部401は、前段装置100から送信された受信フレームの入力を検出する処理部であり、前段装置100から送信された受信フレームの入力を検出すると、受信フレームの処理のタイミングを知らせるためのタイミング信号を生成して、後段の処理機能部(FCS監視部402、ヘッダー終端部403およびヘッダー制御部404)に出力する。
The
また、フレーム監視部401は、断続的に入力される受信フレームが検知されない狭間を検出した場合には、受信フレームが検知されない狭間のタイミングを示すタイミング信号(例えば、「a」)を生成して、ヘッダー制御部404に出力する。
In addition, when the
FCS監視部402は、受信フレームに付加されているエラー検出用のFCS(Frame Check Sequence)データを用いて、受信フレームのチェックを行う処理部であり、受信フレームのチェックを行った後、受信フレームからFCSデータを削除してヘッダー終端部403に出力する。
The
ヘッダー終端部403は、FCS監視部402から受け付けたデータを処理する処理部であり、アドレスやタグ、レングス等が格納されている受信フレーム内のヘッダーをヘッダー制御部404に出力するとともに、受信フレーム内のユーザデータを切り出してスクランブル部405に出力する。
The
スクランブル部405は、ヘッダー終端部403から受け付けたユーザデータをスクランブル処理する処理部である。
The
具体的には、スクランブル部405は、ヘッダー終端部403から受け付けたユーザデータ、あるいは、後述するダミーデータ挿入部412から受け付けたダミーデータに対してスクランブル処理を行ってパリティ生成部406に出力する。
Specifically, the
なお、スクランブル処理とは、同時スイッチングにより発生するノイズがユーザデータに及ぼす影響を排除するための符号化処理であり、メモリに格納すべきデータ幅全てが同時に「1」または「0」に変化しても、スクランブル処理を介すことにより、「1」および「0」が混在したデータに分散(または、平均化)でき、同時スイッチングを低減することができるようになる。 The scramble process is an encoding process for eliminating the influence of noise generated by simultaneous switching on user data, and all the data widths to be stored in the memory are simultaneously changed to “1” or “0”. However, through the scramble process, data can be distributed (or averaged) to a mixture of “1” and “0”, and simultaneous switching can be reduced.
パリティ生成部406は、スクランブル部405から受け付けたデータ、あるいはダミーデータにパリティを付加する処理部であり、パリティを付加したデータあるいはダミーデータをメモリ407に出力する。
The
ヘッダー制御部404は、メモリ407に格納されているデータのアドレスを管理してメモリ407への書込み、およびメモリ407からの読み出しを制御するメモリ制御機能を有するとともに、ヘッダー終端部403から受け付けたヘッダーを書き換える処理部である。
The header control unit 404 has a memory control function for managing the address of data stored in the
具体的には、ヘッダー制御部404は、書込みアドレスをメモリ407に通知して、パリティ生成部406から出力されたデータを格納させるとともに、読み出しアドレスをメモリ407に通知して、読み出したデータをパリティ監視部408に出力させる。
Specifically, the header control unit 404 notifies the write address to the
また、ヘッダー制御部404は、ヘッダー終端部403から受け付けたヘッダーを後段装置300のアドレス等に書き換えてヘッダー挿入部410に出力する。
In addition, the header control unit 404 rewrites the header received from the
さらに、ヘッダー制御部404は、断続的に入力される受信フレームが検知されない狭間のタイミングを示すタイミング信号(例えば、「a」)をフレーム監視部401から受け付けると、受信フレームが検出されない狭間の時間を算出する。
Furthermore, when the header control unit 404 receives a timing signal (for example, “a”) indicating the interval between the frames in which the received frame that is intermittently input is not detected from the
そして、ヘッダー制御部404は、上述した一連の処理過程(スクランブル部405、パリティ生成部406、メモリ407、パリティ監視部408およびデスクランブル部409の順にデータが処理される一連の処理過程)に、ダミーデータを挿入可能な狭間の時間が検出されると、ダミーデータ挿入要求(例えば、「b」)をダミーデータ挿入部412に出力する。
The header control unit 404 performs the above-described series of processing steps (a series of processing steps in which data is processed in the order of the
ダミーデータ挿入要求の出力に伴い、ヘッダー制御部404は、上述したメモリ制御機能により、パリティ生成部406からメモリ407に出力されるダミーデータの書込みアドレスをメモリ407に通知してダミーデータを書き込ませるとともに、ダミーデータの読み出しアドレスをメモリ407に通知してダミーデータを読み出させるとともに、パリティ監視部408に出力させる。
Along with the output of the dummy data insertion request, the header control unit 404 notifies the
また、ダミーデータの読み出しアドレスをメモリ407に通知する場合に、ヘッダー制御部404は、ダミーデータの読み出し通知信号(例えば、「c」)をダミーデータ監視部414に出力する。
When notifying the
メモリ407は、上述したヘッダー制御部404の制御のもと、パリティ生成部406から受け付けたデータ、あるいはダミーデータを書き込むとともに、書き込まれたデータ、あるいはダミーデータを読み出してパリティ監視部408に出力する。
Under the control of the header control unit 404 described above, the
パリティ監視部408は、メモリ407から受け付けたデータ、あるいはダミーデータのパリティチェックを行う処理部であり、メモリ407から受け付けたデータ、あるいはダミーデータのパリティチェックを行ってデスクランブル部409に出力する。
The parity monitoring unit 408 is a processing unit that performs a parity check of data received from the
デスクランブル部409は、パリティ監視部408から受け付けたデータ、あるいはダミーデータに対してデスクランブル処理を行う処理部であり、パリティ監視部408から受け付けたデータに対してデスクランブル処理を行って、後述するダミーデータ監視部414に出力する。 The descrambling unit 409 is a processing unit that performs descrambling processing on the data received from the parity monitoring unit 408 or dummy data, and performs descrambling processing on the data received from the parity monitoring unit 408 to be described later. To the dummy data monitoring unit 414.
なお、デスクランブル処理とは、スクランブル処理されたデータを元のデータに復号する処理である。 The descrambling process is a process of decoding the scrambled data into the original data.
ヘッダー挿入部410は、後述するダミーデータ監視部414から受け付けたデータに対して、ヘッダー制御部404から受け付けたヘッダーを付加し、FCS演算部411に出力する。
The
FCS演算部411は、FCS演算を行って、ヘッダー挿入部410から受け付けたデータにFCSデータを付加し、ネットワーク1を介して後段装置300に送信する。
The
ダミーデータ挿入部412は、断続的に入力される受信フレームが検知されない狭間のタイミングで、上述した一連の処理過程(スクランブル部405、パリティ生成部406、メモリ407、パリティ監視部408およびデスクランブル部409の順にデータが処理される一連の処理過程)に、ダミーデータを挿入する処理部である。
The dummy
具体的には、ダミーデータ挿入部412は、ヘッダー制御部404からダミーデータ挿入要求を受け付けると、後述するダミーデータ保持部413に保持されているダミーデータと同一のダミーデータをスクランブル部405に挿入する。
Specifically, when the dummy
ダミーデータ保持部413は、ダミーデータ挿入部412により挿入されるダミーデータと同一のダミーデータを保持する保持部である。
The dummy data holding unit 413 is a holding unit that holds the same dummy data as the dummy data inserted by the dummy
ダミーデータ監視部414は、上述した一連の処理過程を経由してデスクランブル部409から出力されたダミーデータと、ダミーデータ保持部413によりあらかじめ保持されているダミーデータとを比較することにより、上述した一連の処理過程においてエラーが発生しているか否かを判定する判定部である。 The dummy data monitoring unit 414 compares the dummy data output from the descrambling unit 409 through the above-described series of processing steps with the dummy data held in advance by the dummy data holding unit 413, so that It is a determination unit that determines whether or not an error has occurred in the series of processing steps.
具体的には、ダミーデータ監視部414は、ヘッダー制御部404からダミーデータの読み出し通知信号(例えば、「c」)を受け付けている場合には、デスクランブル部409から受け付けたデータをダミーデータと判定して、このダミーデータと、ダミーデータ保持部413によりあらかじめ保持されているダミーデータとを比較した結果、ダミーデータが一致しない場合には、エラーが発生しているものと判定する。 Specifically, when the dummy data monitoring unit 414 receives a dummy data read notification signal (for example, “c”) from the header control unit 404, the dummy data monitoring unit 414 sets the data received from the descrambling unit 409 as dummy data. As a result of comparing and comparing the dummy data with the dummy data held in advance by the dummy data holding unit 413, if the dummy data does not match, it is determined that an error has occurred.
そして、ダミーデータ監視部414は、上述した一連の処理過程においてエラーが発生しているものと判定した場合には、後述するアラート通知部415に、管理装置500に対するアラート通知指示を出力する。
If the dummy data monitoring unit 414 determines that an error has occurred in the series of processing steps described above, the dummy data monitoring unit 414 outputs an alert notification instruction to the
なお、ダミーデータ監視部414は、ヘッダー制御部404からダミーデータの読み出し通知信号(例えば、「c」)を受け付けていない場合には、デスクランブル部409から受け付けたデータをそのままヘッダー挿入部410に出力する。
If the dummy data monitoring unit 414 has not received a dummy data read notification signal (for example, “c”) from the header control unit 404, the dummy data monitoring unit 414 directly inputs the data received from the descrambling unit 409 to the
アラート通知部415は、管理装置500に対して警告を通知する処理部であり、ダミーデータ監視部414からアラート通知指示を受け付けると、ネットワーク1を介して、エラー発生が発生している旨のアラートを管理装置500に通知する。
The
なお、上述してきたフレーム監視部401、ヘッダー制御部404、ダミーデータ挿入部412、ダミーデータ保持部413およびダミーデータ監視部414等の各機能は、フレーム伝送装置内のASIC(Application Specific Integrated Circuit)やFPGA(Field Programmable Gate Array)などに適用することができる。
The functions such as the
[フレーム伝送装置の処理(実施例1)]
図3は、実施例1に係るフレーム伝送装置による処理の流れを示す図である。
[Processing of frame transmission apparatus (first embodiment)]
FIG. 3 is a diagram illustrating the flow of processing by the frame transmission apparatus according to the first embodiment.
図3に示すように、フレーム監視部401は、断続的に入力される受信フレームが検知されない狭間を検出した場合には(ステップS301肯定)、受信フレームが検知されない狭間のタイミングを示すタイミング信号を生成して、ヘッダー制御部404に出力する(ステップS302)。
As illustrated in FIG. 3, when the
ヘッダー制御部404は、断続的に入力される受信フレームが検知されない狭間のタイミングを示すタイミング信号をフレーム監視部401から受け付けると、受信フレームが検出されない狭間の時間を算出し、ダミーデータを挿入可能な狭間の時間が検出されると、ダミーデータ挿入要求をダミーデータ挿入部412に出力する(ステップS303)。 When the header control unit 404 receives from the frame monitoring unit 401 a timing signal indicating the timing of a gap in which an intermittently received reception frame is not detected, the header control unit 404 can calculate the interval in which no reception frame is detected and insert dummy data When the time between the gaps is detected, a dummy data insertion request is output to the dummy data insertion unit 412 (step S303).
ダミーデータ挿入部412は、ヘッダー制御部404からダミーデータ挿入要求を受け付けると、後述するダミーデータ保持部413に保持されているダミーデータと同一のダミーデータをスクランブル部405に挿入する(ステップS304)。
When the dummy
スクランブル部405は、ダミーデータ挿入部412から受け付けたダミーデータに対してスクランブル処理を行う(ステップS305)。
The
パリティ生成部406は、スクランブル処理後、スクランブル部405から出力されたダミーデータにパリティを付加してダミーデータをメモリ407に出力し、メモリ407は、ヘッダー制御部404の制御のもと、パリティ生成部406から受け付けたダミーデータを書き込む(ステップS306)。
After the scramble processing, the
続いて、メモリ407は、ヘッダー制御部404の制御のもと、ダミーデータを読み出してパリティ監視部408に出力し、パリティ監視部408は、メモリ407から受け付けたダミーデータのパリティチェックを行う(ステップS307)。
Subsequently, under the control of the header control unit 404, the
デスクランブル部409は、パリティチェック後、パリティ監視部408から出力されたダミーデータに対してデスクランブル処理を行う(ステップS308)。 The descrambling unit 409 performs descrambling processing on the dummy data output from the parity monitoring unit 408 after the parity check (step S308).
ダミーデータ監視部414は、デスクランブル部409から出力されたダミーデータと、ダミーデータ保持部413によりあらかじめ保持されているダミーデータとが一致しているか否かを判定する(ステップS309)。 The dummy data monitoring unit 414 determines whether or not the dummy data output from the descrambling unit 409 matches the dummy data held in advance by the dummy data holding unit 413 (step S309).
判定の結果、デスクランブル部409から出力されたダミーデータと、ダミーデータ保持部413によりあらかじめ保持されているダミーデータとが一致していない場合には(ステップS309否定)、ダミーデータ監視部414は、一連の処理過程においてエラーが発生しているものと判定して、アラート通知部415に、管理装置500に対するアラート通知指示を出力する(ステップS310)。
As a result of the determination, if the dummy data output from the descrambling unit 409 and the dummy data held in advance by the dummy data holding unit 413 do not match (No in step S309), the dummy data monitoring unit 414 Then, it is determined that an error has occurred in a series of processing steps, and an alert notification instruction for the
一方、ダミーデータ監視部414は、デスクランブル部409から出力されたダミーデータと、ダミーデータ保持部413によりあらかじめ保持されているダミーデータとが一致している場合には(ステップS309肯定)、一連の処理過程においてエラーが発生していないものと判定して、次のダミーデータの挿入を待機する。 On the other hand, when the dummy data output from the descrambling unit 409 matches the dummy data held in advance by the dummy data holding unit 413 (Yes in step S309), the dummy data monitoring unit 414 performs a series of operations. It is determined that an error has not occurred in the process of (1), and the insertion of the next dummy data is awaited.
[実施例1による効果]
上述してきたように、実施例1によれば、受信フレームの伝送処理の過程で発生したエラーを簡易に検出することができるという効果を奏する。
[Effects of Example 1]
As described above, according to the first embodiment, it is possible to easily detect an error that has occurred in the process of transmission processing of a received frame.
また、エラー検出用のFCSを付加したままメモリにデータを書き込んで処理する必要もないので、受信フレームの伝送処理の過程で発生したエラーを簡易に検出するために、メモリ規模を大きくする必要がないという効果を奏する。 In addition, since it is not necessary to write and process data in the memory with the FCS for error detection added, it is necessary to increase the memory scale in order to easily detect an error that has occurred during the transmission processing of the received frame. There is no effect.
上記の実施例1では、ダミーデータ監視部414が、一連の処理過程を経由してデスクランブル部409から出力されたダミーデータと、ダミーデータ保持部413により予め保持されているダミーデータとが一致するか否かを比較して、一連の処理過程においてエラーが発生しているか否かを判定する場合を説明した。 In the first embodiment, the dummy data monitoring unit 414 matches the dummy data output from the descrambling unit 409 via a series of processing steps with the dummy data held in advance by the dummy data holding unit 413. A case has been described in which it is determined whether or not an error has occurred in a series of processing steps.
しかしながら、実施例1で説明したように、エラーが発生しているか否かを判定する場合に限られるものではない。以下に、実施例2に係るフレーム伝送装置の構成および処理を順に説明する。 However, as described in the first embodiment, the present invention is not limited to determining whether an error has occurred. The configuration and processing of the frame transmission apparatus according to the second embodiment will be described in order below.
[フレーム伝送装置の構成(実施例2)]
図4は、実施例2に係るフレーム伝送装置の構成を示すブロック図である。実施例2に係るフレーム伝送装置400の構成は、実施例1に係るフレーム伝送装置と以下に説明する点が異なる。
[Configuration of Frame Transmission Device (Example 2)]
FIG. 4 is a block diagram illustrating the configuration of the frame transmission apparatus according to the second embodiment. The configuration of the
すなわち、実施例2に係るフレーム伝送装置400は、ダミーデータ保持部413ではなく、期待値保持部416を有する。
That is, the
期待値保持部416は、ダミーデータ挿入部412により、上述した一連の処理過程に挿入されるダミーデータをCRC(Cyclic Redundancy Check)演算して得られる演算値と同一の値を期待値として予め保持する。
The expected
そして、ダミーデータ監視部414は、上述した一連の処理過程を経由してデスクランブル部409から出力されたダミーデータをCRC演算し、演算結果として得られる演算値と、期待値保持部416によりあらかじめ保持されている期待値とを比較することにより、上述した一連の処理過程においてエラーが発生しているか否かを判定する。
Then, the dummy data monitoring unit 414 performs CRC calculation on the dummy data output from the descrambling unit 409 through the above-described series of processing steps, and the calculation value obtained as the calculation result and the expected
具体的には、ダミーデータ監視部414は、ヘッダー制御部404からダミーデータの読み出し通知信号(例えば、「c」)を受け付けている場合には、デスクランブル部409から受け付けたデータをCRC演算する。 Specifically, when the dummy data monitoring unit 414 receives a dummy data read notification signal (for example, “c”) from the header control unit 404, the dummy data monitoring unit 414 performs CRC calculation on the data received from the descrambling unit 409. .
そして、ダミーデータ監視部414は、CRC演算結果として得られる演算値と、期待値保持部416によりあらかじめ保持されている期待値とを比較した結果、演算値と期待値とが一致しない場合には、エラーが発生しているものと判定する。
Then, the dummy data monitoring unit 414 compares the calculated value obtained as the CRC calculation result with the expected value held in advance by the expected
[フレーム伝送装置の処理(実施例2)]
図5は、実施例2に係るフレーム伝送装置による処理の流れを示す図である。実施例2に係るフレーム伝送装置400の処理の流れは、実施例1に係るフレーム伝送装置の処理流れと以下に説明する点が異なる。
[Processing of frame transmission apparatus (second embodiment)]
FIG. 5 is a diagram illustrating the flow of processing by the frame transmission apparatus according to the second embodiment. The processing flow of the
すなわち、図5に示すように、ダミーデータ監視部414は、デスクランブル部409から受け付けたデータをCRC演算し、CRC演算結果として得られる演算値と、期待値保持部416によりあらかじめ保持されている期待値とが一致するか否かを判定する(ステップS509)。
That is, as shown in FIG. 5, the dummy data monitoring unit 414 performs CRC calculation on the data received from the descrambling unit 409, and the calculated value obtained as a CRC calculation result and the expected
判定の結果、CRC演算結果として得られる演算値と、期待値保持部416によりあらかじめ保持されている期待値とが一致していない場合には(ステップS509否定)、ダミーデータ監視部414は、一連の処理過程においてエラーが発生しているものと判定して、アラート通知部415に、管理装置500に対するアラート通知指示を出力する(ステップS510)。
As a result of the determination, when the calculated value obtained as the CRC calculation result does not match the expected value held in advance by the expected value holding unit 416 (No in step S509), the dummy data monitoring unit 414 performs a series of operations. In step S510, it is determined that an error has occurred in the processing step, and an alert notification instruction to the
[実施例2による効果]
上述してきたように、実施例2によれば、ダミーデータ保持部413にダミーデータを予め保持するのではなく、期待値保持部416にダミーデータをCRC演算した演算値を期待値として保持するので、ダミーデータそのものを保持するよりも、データを保持する負荷を軽減することができる。
[Effects of Example 2]
As described above, according to the second embodiment, the dummy data holding unit 413 does not hold the dummy data in advance, but the expected
なお、上述してきた実施例1および実施例2では、フレーム伝送装置400において通常のフレーム伝送処理の実行中に、受信フレームが検知されない狭間のタイミングを狙って、一連の処理過程で発生するエラーを検知する場合を説明した。
In the first and second embodiments described above, during the normal frame transmission processing in the
しかしながら、開示のフレーム伝送装置はこれに限定されるものではなく、例えば、製品出荷前の段階で、ダミーデータを挿入して、一連の処理過程でエラーが発生するか否かをチェックする場合にも同様に適用することができる。 However, the disclosed frame transmission apparatus is not limited to this. For example, when checking whether an error occurs in a series of processing steps by inserting dummy data at a stage before product shipment. Can be applied similarly.
本開示のフレーム伝送装置400は上述した実施例以外にも、種々の異なる形態にて実施されてよいものである。そこで、以下では、他の実施形態について説明する。
The
(1)装置構成等
図2および図4に示したフレーム伝送装置400の各構成要素は機能概念的なものであり、必ずしも物理的に図示の如く構成されていることを要しない。すなわち、フレーム伝送装置400の分散・統合の具体的形態は図示のものに限られない。
(1) Device Configuration, etc. Each component of the
例えば、図2に示すダミーデータ保持部413とダミーデータ監視部414とを統合し、図4に示すダミーデータ監視部414と期待値保持部416とを統合するなど、その全部または一部を、各種の負荷や使用状況などに応じて、任意の単位で機能的または物理的に分散・統合して構成することができる。
For example, the dummy data holding unit 413 and the dummy data monitoring unit 414 shown in FIG. 2 are integrated, and the dummy data monitoring unit 414 and the expected
さらに、フレーム伝送装置400にて行なわれる各処理機能(例えば、図3および図5参照)は、その全部または任意の一部が、CPUおよび当該CPUにて解析実行されるプログラムにて実現され、あるいは、ワイヤードロジックによるハードウェアとして実現され得る。
Furthermore, each processing function (for example, refer to FIG. 3 and FIG. 5) performed in the
(2)フレーム伝送方法
上記の実施例で説明したフレーム伝送装置400により、以下のようなフレーム伝送方法が実現される。
(2) Frame Transmission Method The following frame transmission method is realized by the
すなわち、受信フレームから切り出されたユーザデータをスクランブル処理し、スクランブル処理後のデータにパリティが付加されたデータをメモリから読み出してパリティチェックを行い、パリティチェック後のデータをデスクランブル処理する一連の処理過程に、断続的に入力される受信フレームが検出されない狭間のタイミングでダミーデータを挿入するダミーデータ挿入ステップと(例えば、図3のステップS304参照)、当該ダミーデータ挿入ステップにより一連の処理過程に挿入されたダミーデータがデスクランブル処理されてきたダミーデータに基づいて、一連の処理過程においてエラーが発生しているか否かを判定するエラー判定ステップと(例えば、図3のステップS309参照)、を含んだフレーム伝送方法が実現される。 That is, a series of processes that scramble user data cut out from a received frame, read data with parity added to the scrambled data from the memory, perform parity check, and descramble the data after parity check In the process, a dummy data insertion step (see, for example, step S304 in FIG. 3) in which dummy data is inserted at intervals between which no intermittently received reception frame is detected, and the dummy data insertion step makes a series of processing steps. An error determination step for determining whether or not an error has occurred in a series of processes based on the dummy data in which the inserted dummy data has been descrambled (see, for example, step S309 in FIG. 3). Including frame transmission method That.
以上の実施例を含む実施形態に関し、さらに以下の付記を開示する。 Regarding the embodiment including the above-described examples, the following additional notes are further disclosed.
(付記1)受信フレームから切り出されたユーザデータをスクランブル処理し、スクランブル処理後のデータにパリティが付加されたデータをメモリから読み出してパリティチェックを行い、パリティチェック後のデータをデスクランブル処理する一連の処理過程に、断続的に入力される受信フレームが検出されない狭間のタイミングで、ダミーデータを挿入するダミーデータ挿入部と、
前記ダミーデータ挿入部により前記処理過程に挿入されたダミーデータがデスクランブル処理されてきたダミーデータに基づいて、前記処理過程においてエラーが発生しているか否かを判定するエラー判定部と、
を有することを特徴とするフレーム伝送装置。
(Supplementary note 1) A series of scramble processing on user data cut out from a received frame, reading data in which parity is added to the scrambled data from the memory, performing a parity check, and descrambling the data after the parity check A dummy data insertion unit that inserts dummy data at a timing in which a received frame that is intermittently input is not detected in the processing process;
An error determination unit that determines whether an error has occurred in the process based on the dummy data that has been descrambled by the dummy data inserted in the process by the dummy data insertion unit;
A frame transmission apparatus comprising:
(付記2)前記ダミーデータ挿入部により前記処理過程に挿入されるダミーデータと同一のダミーデータを予め保持するダミーデータ保持部をさらに有し、
前記エラー判定部は、前記デスクランブル処理されてきたダミーデータと、前記ダミーデータ保持部に保持されているダミーデータとを比較した比較結果に基づいて、前記処理過程にエラーが発生しているか否かを判定することを特徴とする付記1に記載のフレーム伝送装置。
(Additional remark 2) It further has the dummy data holding part which hold | maintains previously the same dummy data as the dummy data inserted in the said process by the said dummy data insertion part,
The error determination unit determines whether an error has occurred in the processing process based on a comparison result of comparing the dummy data that has been descrambled with the dummy data held in the dummy data holding unit. The frame transmission apparatus as set forth in appendix 1, wherein the frame transmission apparatus determines whether or not.
(付記3)前記ダミーデータ挿入部により前記処理過程に挿入されるダミーデータがCRC演算処理された演算値を予め保持する演算値保持部をさらに有し、
前記エラー判定部は、前記デスクランブル処理されてきたダミーデータをCRC演算処理した演算値と、前記演算値保持部に保持されている演算値とを比較した比較結果に基づいて、前記処理過程にエラーが発生しているか否かを判定することを特徴とする付記1に記載のフレーム伝送装置。
(Additional remark 3) It further has the calculation value holding part which hold | maintains beforehand the calculation value by which the dummy data inserted in the said process by the said dummy data insertion part was CRC calculation processed,
The error determination unit performs a process based on a comparison result obtained by comparing a calculation value obtained by performing CRC calculation processing on the descrambled dummy data and a calculation value held in the calculation value holding unit. The frame transmission apparatus according to appendix 1, wherein it is determined whether or not an error has occurred.
(付記4)前記エラー判定部により、前記処理過程にエラーが発生しているものと判定された場合には、フレーム伝送装置を管理する管理装置に対して警告を通知する警告通知部をさらに有することを特徴とする付記1に記載のフレーム伝送装置。 (Supplementary Note 4) When the error determination unit determines that an error has occurred in the processing process, the error determination unit further includes a warning notification unit that notifies the management apparatus that manages the frame transmission apparatus of a warning. The frame transmission apparatus according to appendix 1, wherein
(付記5)受信フレームから切り出されたユーザデータをスクランブル処理し、スクランブル処理後のデータにパリティが付加されたデータをメモリから読み出してパリティチェックを行い、パリティチェック後のデータをデスクランブル処理する一連の処理過程に、断続的に入力される受信フレームが検出されない狭間のタイミングでダミーデータを挿入するダミーデータ挿入ステップと、
前記ダミーデータ挿入ステップにより前記処理過程に挿入されたダミーデータがデスクランブル処理されてきたダミーデータに基づいて、前記処理過程においてエラーが発生しているか否かを判定するエラー判定ステップと、
を含んだことを特徴とするフレーム伝送方法。
(Supplementary note 5) A series of scramble processing on user data cut out from a received frame, reading data in which parity is added to the scrambled data from the memory, performing a parity check, and descrambling the data after the parity check A dummy data insertion step for inserting dummy data at a timing in which a received frame that is intermittently input is not detected in the process of
An error determination step for determining whether an error has occurred in the process based on the dummy data in which the dummy data inserted in the process in the dummy data insertion step has been descrambled; and
A frame transmission method comprising:
(付記6)前記エラー判定ステップは、前記デスクランブル処理されてきたダミーデータと、予め保持される、前記ダミーデータ挿入ステップにより前記処理過程に挿入されるダミーデータと同一のダミーデータとを比較した比較結果に基づいて、前記処理過程にエラーが発生しているか否かを判定することを特徴とする付記5に記載のフレーム伝送方法。 (Supplementary Note 6) In the error determination step, the dummy data that has been subjected to the descrambling process is compared with the dummy data that is stored in advance and that is the same dummy data that is inserted in the process in the dummy data insertion step. 6. The frame transmission method according to appendix 5, wherein it is determined whether an error has occurred in the process based on a comparison result.
(付記7)前記ダミーデータ挿入ステップにより前記処理過程に挿入されるダミーデータがCRC演算処理された演算値を予め保持する演算値保持ステップをさらに含み、
前記エラー判定ステップは、前記デスクランブル処理されてきたダミーデータをCRC演算処理した演算値と、予め保持される、前記ダミーデータ挿入ステップにより前記処理過程に挿入されるダミーデータがCRC演算処理された演算値とを比較した比較結果に基づいて、前記処理過程にエラーが発生しているか否かを判定することを特徴とする付記5に記載のフレーム伝送方法。
(Additional remark 7) The calculation value holding step which hold | maintains beforehand the calculation value by which the dummy data inserted in the said process in the said dummy data insertion step carried out CRC calculation processing is further included,
In the error determination step, a calculation value obtained by performing CRC calculation processing on the dummy data that has been subjected to the descrambling processing and a dummy data inserted in the processing process by the dummy data insertion step that is stored in advance are subjected to CRC calculation processing. 6. The frame transmission method according to appendix 5, wherein whether or not an error has occurred in the processing process is determined based on a comparison result obtained by comparing the calculated value.
(付記8)前記エラー判定ステップにより、前記処理過程にエラーが発生しているものと判定された場合には、フレーム伝送装置を管理する管理装置に対して警告を通知する警告通知ステップをさらに有することを特徴とする付記5に記載のフレーム伝送方法。 (Supplementary Note 8) When it is determined by the error determination step that an error has occurred in the processing process, the error determination step further includes a warning notification step of notifying the management apparatus that manages the frame transmission apparatus. The frame transmission method according to appendix 5, which is characterized by the above.
1 ネットワーク
100 前段装置
300 後段装置
400 フレーム伝送装置
401 フレーム監視部
402 FCS(Frame Check Sequence)監視部
403 ヘッダー終端部
404 ヘッダー制御部
405 スクランブル部
406 パリティ生成部
407 メモリ
408 パリティ監視部
409 デスクランブル部
410 ヘッダー挿入部
411 FCS演算部
412 ダミーデータ挿入部
413 ダミーデータ保持部
414 ダミーデータ監視部
415 アラート通知部
416 期待値保持部
500 管理装置
DESCRIPTION OF SYMBOLS 1
Claims (5)
前記ダミーデータ挿入部により前記処理過程に挿入されたダミーデータがデスクランブル処理されてきたダミーデータに基づいて、前記処理過程においてエラーが発生しているか否かを判定するエラー判定部と、
を有することを特徴とするフレーム伝送装置。 The user data cut out from the received frame is scrambled, the data with parity added to the scrambled data is read from the memory, the parity check is performed, and the data after the parity check is descrambled. A dummy data insertion unit that inserts dummy data at a timing in which a received frame that is intermittently input is not detected;
An error determination unit that determines whether an error has occurred in the process based on the dummy data that has been descrambled by the dummy data inserted in the process by the dummy data insertion unit;
A frame transmission apparatus comprising:
前記エラー判定部は、前記デスクランブル処理されてきたダミーデータと、前記ダミーデータ保持部に保持されているダミーデータとを比較した比較結果に基づいて、前記処理過程にエラーが発生しているか否かを判定することを特徴とする請求項1に記載のフレーム伝送装置。 A dummy data holding unit that holds in advance dummy data that is the same as the dummy data inserted in the process by the dummy data insertion unit;
The error determination unit determines whether an error has occurred in the processing process based on a comparison result of comparing the dummy data that has been descrambled with the dummy data held in the dummy data holding unit. The frame transmission device according to claim 1, wherein the frame transmission device determines whether or not.
前記エラー判定部は、前記デスクランブル処理されてきたダミーデータをCRC演算処理した演算値と、前記演算値保持部に保持されている演算値とを比較した比較結果に基づいて、前記処理過程にエラーが発生しているか否かを判定することを特徴とする請求項1に記載のフレーム伝送装置。 The dummy data insertion unit further includes a calculation value holding unit that holds in advance a calculation value obtained by performing CRC calculation processing on the dummy data inserted in the processing step,
The error determination unit performs a process based on a comparison result obtained by comparing a calculation value obtained by performing CRC calculation processing on the descrambled dummy data and a calculation value held in the calculation value holding unit. The frame transmission apparatus according to claim 1, wherein it is determined whether an error has occurred.
前記ダミーデータ挿入ステップにより前記処理過程に挿入されたダミーデータがデスクランブル処理されてきたダミーデータに基づいて、前記処理過程においてエラーが発生しているか否かを判定するエラー判定ステップと、
を含んだことを特徴とするフレーム伝送方法。 The user data cut out from the received frame is scrambled, the data with parity added to the scrambled data is read from the memory, the parity check is performed, and the data after the parity check is descrambled. , A dummy data insertion step for inserting dummy data at a timing between detection of intermittently received reception frames;
An error determination step for determining whether an error has occurred in the process based on the dummy data in which the dummy data inserted in the process in the dummy data insertion step has been descrambled; and
A frame transmission method comprising:
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008131237A JP2009284024A (en) | 2008-05-19 | 2008-05-19 | Frame transmission apparatus, and frame transmission method |
US12/320,596 US8196021B2 (en) | 2008-05-19 | 2009-01-29 | Apparatus and method for frame transmission |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008131237A JP2009284024A (en) | 2008-05-19 | 2008-05-19 | Frame transmission apparatus, and frame transmission method |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2009284024A true JP2009284024A (en) | 2009-12-03 |
Family
ID=41317310
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008131237A Pending JP2009284024A (en) | 2008-05-19 | 2008-05-19 | Frame transmission apparatus, and frame transmission method |
Country Status (2)
Country | Link |
---|---|
US (1) | US8196021B2 (en) |
JP (1) | JP2009284024A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2016165033A (en) * | 2015-03-06 | 2016-09-08 | 日本電気株式会社 | Error correction device, error correction system, and error correction method |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP5998923B2 (en) * | 2012-12-28 | 2016-09-28 | 富士通株式会社 | Program, information processing apparatus, and communication method |
CN105723649B (en) * | 2013-11-07 | 2019-04-23 | Lg电子株式会社 | Method for sending the method for secure data and for receiving secure data |
US10540524B2 (en) * | 2014-12-31 | 2020-01-21 | Mcafee, Llc | Memory access protection using processor transactional memory support |
US11115304B2 (en) * | 2016-10-26 | 2021-09-07 | Mitsubishi Electric Corporation | Transfer device and frame transfer method |
US10541769B2 (en) * | 2017-10-06 | 2020-01-21 | Cisco Technology, Inc. | Maintaining synchronization in wireless networks |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS59171231A (en) * | 1982-11-26 | 1984-09-27 | テクトロニツクス・インコーポレイテツド | Method of detecting error operation |
JPH031732A (en) * | 1989-05-30 | 1991-01-08 | Mitsubishi Electric Corp | Fault monitoring system |
JPH04250750A (en) * | 1991-01-25 | 1992-09-07 | Nippon Telegr & Teleph Corp <Ntt> | Bit error detector |
JPH0850562A (en) * | 1994-08-05 | 1996-02-20 | Fujitsu Ltd | Monitoring circuit for memory |
JP2003242728A (en) * | 2001-12-13 | 2003-08-29 | Hitachi Ltd | Optical disk device and data randomizing method for optical disk device |
WO2005050909A1 (en) * | 2003-11-14 | 2005-06-02 | Matsushita Electric Industrial Co., Ltd. | Data processing device |
Family Cites Families (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS60106073A (en) * | 1983-11-14 | 1985-06-11 | Toshiba Corp | Record reproducer |
US4873684A (en) * | 1985-05-29 | 1989-10-10 | Trio Kabushiki Kaisha | Method and apparatus for multiplexing of input signals having differing frequencies and demultiplexing same |
JP2600373B2 (en) * | 1989-05-11 | 1997-04-16 | 松下電器産業株式会社 | Optical disk recording and playback device |
US5650947A (en) * | 1994-01-31 | 1997-07-22 | Fujitsu Limited | Logic simulation method and logic simulator |
JP2793503B2 (en) * | 1994-04-26 | 1998-09-03 | 日本電気アイシーマイコンシステム株式会社 | Disk controller |
JP3568258B2 (en) * | 1994-11-11 | 2004-09-22 | 富士通株式会社 | Data error correction method, signal processing device, and disk device |
KR100235438B1 (en) * | 1997-02-04 | 1999-12-15 | 구자홍 | Compensation method and device for reproducing audio signal in optical disc |
US6275480B1 (en) * | 1997-09-12 | 2001-08-14 | Lockheed Martin Corp. | Fast associated control channel coding for speech channel |
JP3536909B2 (en) * | 1999-12-24 | 2004-06-14 | 日本電気株式会社 | Switching device and scrambling method |
JP3633884B2 (en) * | 2001-06-01 | 2005-03-30 | 松下電器産業株式会社 | Playback image transmission device |
JP4568230B2 (en) * | 2003-03-28 | 2010-10-27 | パナソニック株式会社 | Data processing device |
JP2006197045A (en) * | 2005-01-12 | 2006-07-27 | Nec Corp | System, and terminal for transmitting radio packet signal, and method for same used therefor |
DE112006001165T5 (en) * | 2005-05-09 | 2008-02-28 | Mitsubishi Electric Corp. | Communication device and switching device |
-
2008
- 2008-05-19 JP JP2008131237A patent/JP2009284024A/en active Pending
-
2009
- 2009-01-29 US US12/320,596 patent/US8196021B2/en not_active Expired - Fee Related
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS59171231A (en) * | 1982-11-26 | 1984-09-27 | テクトロニツクス・インコーポレイテツド | Method of detecting error operation |
JPH031732A (en) * | 1989-05-30 | 1991-01-08 | Mitsubishi Electric Corp | Fault monitoring system |
JPH04250750A (en) * | 1991-01-25 | 1992-09-07 | Nippon Telegr & Teleph Corp <Ntt> | Bit error detector |
JPH0850562A (en) * | 1994-08-05 | 1996-02-20 | Fujitsu Ltd | Monitoring circuit for memory |
JP2003242728A (en) * | 2001-12-13 | 2003-08-29 | Hitachi Ltd | Optical disk device and data randomizing method for optical disk device |
WO2005050909A1 (en) * | 2003-11-14 | 2005-06-02 | Matsushita Electric Industrial Co., Ltd. | Data processing device |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2016165033A (en) * | 2015-03-06 | 2016-09-08 | 日本電気株式会社 | Error correction device, error correction system, and error correction method |
Also Published As
Publication number | Publication date |
---|---|
US8196021B2 (en) | 2012-06-05 |
US20090287985A1 (en) | 2009-11-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP2009284024A (en) | Frame transmission apparatus, and frame transmission method | |
US8954806B2 (en) | Single event-upset controller wrapper that facilitates fault injection | |
JP4308297B2 (en) | Communication device and switch processing device | |
US8443256B2 (en) | Method and apparatus for determining a cyclic redundancy check (CRC) for a data message | |
JP2009021981A (en) | Apparatus and method for generating error detection code | |
JP2011250182A (en) | Encryption processing apparatus | |
US20070276939A1 (en) | Electronic apparatus and restarting method thereof | |
CN109598135B (en) | Industrial control equipment operation and maintenance information storage method, device and system | |
KR20150094112A (en) | Semiconductor Memory Apparatus and Operating Method Thereof | |
JP5365234B2 (en) | Token error detection / recovery method between terminal devices | |
JP2015136104A (en) | Serial link fault detection system and method | |
US8612842B2 (en) | Apparatus for generating a checksum | |
JPWO2004105308A1 (en) | Encrypted data receiving apparatus and decryption key updating method | |
TW202044778A (en) | Method for data integrity checking, and integrated circuit | |
US20140173361A1 (en) | System and method to inject a bit error on a bus lane | |
US11645143B2 (en) | Error detection within an integrated circuit chip | |
CN106372026B (en) | link detection method and receiving equipment | |
JP6247247B2 (en) | Control system | |
JP2013034133A (en) | Transmission apparatus, transmitting-receiving system, and control method | |
KR101843930B1 (en) | Device for detecting anomaly of vehicle based on sequence mining | |
JPH11313094A (en) | Supervisory system of ring type network | |
CN110716823B (en) | System and method for continuously verifying device state integrity | |
CN113661665B (en) | Secure communication device, secure communication system, secure communication method, and computer-readable recording medium | |
JP4954249B2 (en) | Electronic terminal device and electronic interlocking device | |
JP2014135580A (en) | Plant monitoring control system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20110118 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20120816 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120828 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20130108 |