JP2000041065A - Data retrieving circuit - Google Patents

Data retrieving circuit

Info

Publication number
JP2000041065A
JP2000041065A JP20761898A JP20761898A JP2000041065A JP 2000041065 A JP2000041065 A JP 2000041065A JP 20761898 A JP20761898 A JP 20761898A JP 20761898 A JP20761898 A JP 20761898A JP 2000041065 A JP2000041065 A JP 2000041065A
Authority
JP
Japan
Prior art keywords
search
entry
search unit
fixed
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP20761898A
Other languages
Japanese (ja)
Inventor
Tei Iwasa
禎 岩佐
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP20761898A priority Critical patent/JP2000041065A/en
Publication of JP2000041065A publication Critical patent/JP2000041065A/en
Pending legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Small-Scale Networks (AREA)

Abstract

PROBLEM TO BE SOLVED: To perform the retrieval of an entry at high speed in the manner of processing through cache entry retrieval based on complete coincidence retrieval without performing fixed entry retrieval based on longest match every time. SOLUTION: A cache entry retrieving part 1 performs the complete coincidence retrieval and in the case of hit, the result is outputted. In the case of miss hit at the cache entry retrieving part 1, a fixed entry retrieving part 2 performs bisected retrieval. In the case of hit at the fixed entry retrieving part 2, the result is outputted and the hit entry information of the fixed entry retrieving part 2 is copied to the cache entry retrieving part 1 as well. Thus, a new IP address is registered in the cache entry retrieving part 1. In the case of miss hit at the fixed entry retrieving part 2, a retrieval error is outputted.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、インタネットシス
テムのルータ内のルート検索回路などで使用されるデー
タ検索回路に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data search circuit used in a route search circuit in a router of an Internet system.

【0002】[0002]

【従来の技術】インタネットシステムにおいては、ルー
タと呼ばれるルート振り分け装置が、情報に付与してい
るIPアドレス(internet protoclア
ドレス)によりルートを振り分けている。ルータはルー
ト情報を管理するIPアドレスデータを有し、データ検
索回路が送られてきた情報に付与しているIPアドレス
からIPアドレスデータを検索して対応するルートを決
定していた。
2. Description of the Related Art In an Internet system, a route distribution device called a router distributes a route based on an IP address (Internet protocol address) given to information. The router has IP address data for managing route information, and the data search circuit has searched the IP address data from the IP address assigned to the transmitted information to determine a corresponding route.

【0003】図5は、従来のデータ検索回路の一例を示
す構成図である。データ検索回路10cは、検索するI
Pアドレスデータが格納されたメモリを有して送られて
きたIPアドレスとIPアドレスデータとを比較するコ
ンパレータなどの比較部とから構成されている固定エン
トリ検索部2を有する。
FIG. 5 is a block diagram showing an example of a conventional data search circuit. The data search circuit 10c searches for the I
It has a fixed entry search unit 2 composed of a comparison unit such as a comparator for comparing the IP address data transmitted with the memory storing the P address data with the IP address data.

【0004】次に、図6の流れ図を使って動作を説明す
る。IPアドレスを検索keyとして検索開始される
と、データ検索回路10cはステップS20において必
ず固定エントリ検索部2で二分岐検索を行う。
Next, the operation will be described with reference to the flowchart of FIG. When the search is started with the IP address as the search key, the data search circuit 10c always performs a two-branch search in the fixed entry search unit 2 in step S20.

【0005】二分岐検索法の一種にパトリシアンツリー
があるが、パトリシアンツリーは一般的な二分岐検索法
と異なり、空の分岐ノードを省略でき検索回数を削減で
きることを特徴とする。あるエントリ(IPアドレスデ
ータ)(A)〜(D)の例と、パトリシアンツリーを図
7に示す。LEVELとは、ツリーのその分岐点(ノー
ド)で、検索方向を決定するために参照する、検索ビッ
ト列(IPアドレス)の中のビット位置であり、MSB
(most significant bit)側から
LEVEL#1とする。
[0005] A Patrician tree is one type of the two-branch search method. The Patrician tree is different from a general two-branch search method in that an empty branch node can be omitted and the number of searches can be reduced. FIG. 7 shows an example of a certain entry (IP address data) (A) to (D) and a Patrician tree. LEVEL is a bit position in a search bit string (IP address) which is referred to to determine a search direction at the branch point (node) of the tree, and is MSB.
LEVEL # 1 from the (most significant bit) side.

【0006】通常のパトリシアンツリーでは実エントリ
を格納するEXTERNAL NODE(末端ノード)
と、検索の分岐点であるINTERNAL NODE
(内部ノード)がある。さらに、IPルーティング検索
ではIPアドレスをビット列とみなし、一致する複数の
可変長のエントリから最長のものを選択するロンゲスト
マッチを行うため、検索途中のノードに実エントリが格
納されているI+Eノードが存在する。 検索例A: 検索key=133.209.125.001(10000101.11010001.0111
1101.00000001)を検索する場合 1.エントリ(A)〜(D)を検索し、エントリ(A)
〜(C)の中で検索keyと一致している15ビット目
を検査し、左側(“0“側)に検索を進める。
[0006] In a normal Patrician tree, an EXTERNAL NODE (terminal node) storing an actual entry
INTERNAL NODE
(Internal node). Further, in the IP routing search, since the IP address is regarded as a bit string and a longest match is performed to select the longest one from a plurality of matching variable-length entries, the I + E node in which the actual entry is stored in the node being searched is Exists. Search example A: Search key = 133.209.125.001 (10000101.11010001.0111
To search 1101.00000001) 1. Search for entries (A) to (D), and search for entry (A)
The 15th bit that matches the search key in (C) is inspected, and the search proceeds to the left (“0” side).

【0007】2.検索keyの17ビット目を検査し、
左側(“0“側)に検索を進める。この時、エントリA
も検索key と一致する事に注意する。
[0007] 2. Check the 17th bit of the search key,
The search proceeds to the left side (“0” side). At this time, entry A
Note that also matches the search key.

【0008】3.検索keyの22ビット目を検査し、
右側(“1“側)に検索を進める。
[0008] 3. Check the 22nd bit of the search key,
The search proceeds to the right side (“1” side).

【0009】4.エントリ(C)がヒットする。 検索例B: 検索key=133.209.124.001(10000101.11010001.0111
1100.00000001)を検索する場合 1.検索例Aと同様に(A)〜(D)の処理を行い、エ
ントリ(C)に到達するがヒットしない。
4. Entry (C) hits. Search example B: Search key = 133.209.124.001 (10000101.11010001.0111
To search 1100.00000001) 1. The processing of (A) to (D) is performed in the same manner as in the search example A, and the entry (C) is reached but no hit is made.

【0010】2.最後に一致したI+Eノードのエント
リ(A)がヒットとなる。
[0010] 2. The entry (A) of the last matching I + E node becomes a hit.

【0011】さて、固定エントリ検索部2ヒットした場
合、ステップS21において結果を出力する。固定エン
トリ検索部2でミスヒットした場合は、検索エラーが出
力される。
If the fixed entry search unit 2 hits, a result is output in step S21. If there is a miss in the fixed entry search unit 2, a search error is output.

【0012】[0012]

【発明が解決しようとする課題】上述したように従来の
データ検索回路は、どんな検索keyが入力された場合
でも、必ず固定エントリ検索部2で二分岐検索を行うの
で、処理が遅くなっていた。
As described above, in the conventional data search circuit, no matter what search key is input, the fixed entry search unit 2 always performs a two-branch search, which slows down the processing. .

【0013】[0013]

【課題を解決するための手段】本発明のデータ検索回路
は、コンピュータネットワークシステムのルータ内のル
ート検索回路で使用されるデータ検索回路において、検
索するルート情報が格納されたメモリを有して送られて
きたルート情報とメモリに格納されているルート情報と
を比較する比較部から構成され線形検索を行うキャッシ
ュエントリ検索部と、送られてきたルート情報とメモリ
に格納されているルート情報とを比較する比較部から構
成され二分検索を行う固定エントリ検索部とを有する。
A data search circuit according to the present invention is a data search circuit used in a route search circuit in a router of a computer network system. The data search circuit has a memory in which route information to be searched is stored. A cache entry search unit configured to compare the received route information with the route information stored in the memory and performing a linear search; and a sent route information and the route information stored in the memory. And a fixed entry search unit configured to perform a binary search.

【0014】本発明のデータ検索回路は、キャッシュエ
ントリ検索部で線形検索で全ビットの完全一致検索を行
い、ヒットした場合は結果を出力し、ミスヒットした場
合は固定エントリ検索部で二分岐検索を行う。
The data search circuit of the present invention performs a perfect match search of all bits by a linear search in a cache entry search unit, and outputs a result when a hit occurs, and a two-branch search in a fixed entry search unit when a miss occurs. I do.

【0015】本発明のデータ検索回路は、固定エントリ
検索部で二分岐検索でヒットした場合は結果を出力し、
ミスヒットした場合は検索エラーを出力する。
The data search circuit of the present invention outputs a result when the fixed entry search unit hits in a two-branch search,
If there is a mishit, a search error is output.

【0016】本発明のデータ検索回路は、固定エントリ
検索部で結果を出力後にキャッシュエントリ検索部の検
索するルート情報が格納されたメモリへ固定エントリ検
索部でヒットしたルート情報を書き込む。
The data search circuit of the present invention writes the route information hit by the fixed entry search unit into the memory storing the route information searched by the cache entry search unit after outputting the result by the fixed entry search unit.

【0017】本発明のデータ検索回路は、キャッシュエ
ントリ検索部が、固定エントリ検索部で検索ヒットした
ルート情報を多くヒットしたものから数個登録されるよ
うヒット数を計数するカウンタを有している。
The data search circuit of the present invention has a counter which counts the number of hits so that the cache entry search unit registers several pieces of route information that have been hit by the fixed entry search unit, starting with the number of hits. .

【0018】本発明のデータ検索回路は、固定エントリ
検索部で結果を出力後にキャッシュエントリ検索部の検
索するルート情報が格納されたメモリへ固定エントリ検
索部でヒットしたルート情報を前記カウンタを用いてル
ート情報をヒット数が多いものから書き込む。
The data search circuit according to the present invention uses the above-described counter to output route information hit by the fixed entry search unit to the memory storing the route information searched by the cache entry search unit after the result is output by the fixed entry search unit. Write the route information from the one with the largest number of hits.

【0019】[0019]

【発明の実施の形態】次に、本発明の第1の実施例の形
態に付いて図面を参照して詳細に説明する。図1を参照
すると、データ検索回路10aは、検索するIPアドレ
スデータが格納されたメモリを有して送られてきたIP
アドレスとIPアドレスデータとを比較するコンパレー
タなどの比較部とから構成されていて線形検索を行うキ
ャッシュエントリ検索部1と、検索するIPアドレスデ
ータが格納されたメモリを有して送られてきたIPアド
レスとIPアドレスデータとを比較するコンパレータな
どの比較部とから構成され二分検索を行う固定エントリ
検索部2とを備えている。
Next, a first embodiment of the present invention will be described in detail with reference to the drawings. Referring to FIG. 1, the data search circuit 10a receives an IP address sent from a memory having IP address data to be searched.
A cache entry search unit 1 which comprises a comparator such as a comparator for comparing an address with IP address data and performs a linear search, and an IP transmitted with a memory storing the IP address data to be searched. It has a fixed entry search unit 2 which is composed of a comparison unit such as a comparator for comparing an address with IP address data and performs a binary search.

【0020】次に、図1および図2を参照して、本発明
の実施の形態の動作に付いて説明する。
Next, the operation of the embodiment of the present invention will be described with reference to FIGS.

【0021】例えばIPアドレスを検索keyとして検
索開始されると、ステップS1において、キャッシュエ
ントリ検索部1で一番単純な線形検索で全ビットの完全
一致検索を行い、ステップS2においてヒットした場合
は結果を出力する。キャッシュエントリ検索部1でミス
ヒットした場合、ステップS3において固定エントリ検
索部2で二分岐検索を行う。固定エントリ検索部2でヒ
ットした場合、ステップS4において結果を出力し、ま
た、ステップS5においてキャッシュエントリ検索部1
へ固定エントリ検索部2でヒットしたエントリ情報(I
Pアドレス)をコピー(学習)も行う。これにより、キ
ャッシュエントリ検索部1には新しいIPアドレスが格
納される。固定エントリ検索部2でミスヒットした場合
は、検索エラーが出力される。
For example, when a search is started with an IP address as a search key, in step S1, the cache entry search unit 1 performs a perfect match search of all bits by the simplest linear search. Is output. If there is a miss in the cache entry search unit 1, a two-branch search is performed in the fixed entry search unit 2 in step S3. If a hit is found in the fixed entry search unit 2, the result is output in step S4, and the cache entry search unit 1 is output in step S5.
To the entry information (I
P address) is also copied (learned). As a result, the new IP address is stored in the cache entry search unit 1. If there is a miss in the fixed entry search unit 2, a search error is output.

【0022】次回検索時は、キャッシュエントリ検索部
1のルートでヒットすれば、固定エントリ検索部2の検
索ルートを通る必要がなくなり、高速化が図れる。固定
エントリ検索部2でミスヒットした場合は、検索エラー
が出力される。
At the time of the next search, if a hit is made along the route of the cache entry search unit 1, there is no need to pass through the search route of the fixed entry search unit 2, and the speed can be increased. If there is a miss in the fixed entry search unit 2, a search error is output.

【0023】次に、本発明の第2の実施の形態に付いて
図面を参照して詳細に説明する。図3を参照すると、第
2の実施例のデータ検索回路10bは、第1の実施例の
キャッシュエントリ検索部1が、固定エントリ検索部2
で検索ヒットしたエントリ情報(IPアドレス)を多くヒ
ットしたものから数個登録されるようヒット数を計数す
るカウンタ3を有している。図3に構成図を、図4に流
れ図を示す。図3,4を参照すると、IPアドレスを検
索keyとして検索開始されると、ステップS10にお
いてキャッシュエントリ検索部1で完全一致検索を行
い、ヒットした場合、ステップS11において固定エン
トリ検索部2への転送をすることなく結果を出力する。
キャッシュエントリ検索部1でミスヒットした場合、ス
テップS12において固定エントリ検索部2で二分岐検
索を行う。固定エントリ検索部2でヒットした場合、ス
テップS13において結果を出力し、また、ステップS
14においてキャッシュエントリ検索部1へカウンタ3
の計数によりヒット数の多い順にエントリ情報をコピー
(学習)も行う。次回検索時は、キャッシュエントリ検
索部1のルートでヒットすれば、固定エントリ検索部2
の検索ルートを通る必要がなくなり、高速化が図れる。
固定エントリ検索部2でミスヒットした場合は、検索エ
ラーが出力される。
Next, a second embodiment of the present invention will be described in detail with reference to the drawings. Referring to FIG. 3, the data search circuit 10b of the second embodiment is different from the cache entry search unit 1 of the first embodiment in that the fixed entry search unit 2
And has a counter 3 for counting the number of hits so that several entry information (IP addresses) that have been searched for are registered. FIG. 3 shows a configuration diagram, and FIG. 4 shows a flowchart. Referring to FIGS. 3 and 4, when the search is started with the IP address as the search key, a perfect match search is performed by the cache entry search unit 1 in step S10, and if a hit is found, the transfer to the fixed entry search unit 2 is performed in step S11. Output the result without doing
If there is a miss in the cache entry search unit 1, a two-branch search is performed in the fixed entry search unit 2 in step S12. If a hit is found in the fixed entry search unit 2, the result is output in step S13, and
At 14, the counter 3 is sent to the cache entry search unit 1
The entry information is also copied (learned) in the descending order of the number of hits based on the counting of the numbers. In the next search, if a hit is made at the route of the cache entry search unit 1, the fixed entry search unit 2
There is no need to pass through the search route, and the speed can be increased.
If there is a miss in the fixed entry search unit 2, a search error is output.

【0024】[0024]

【発明の効果】メモリへのアドレスエントリの更新・削
除が頻繁に起こる場合のアドレス検索において、ロンゲ
ストマッチによる固定エントリ検索(二分岐検索)を毎
回行う事なく、完全一致検索でのキャッシュエントリ検
索により、エントリの検索を処理的に高速に行う。
According to the present invention, a cache entry search by a perfect match search can be performed without performing a fixed entry search (two-branch search) by longest match every time in an address search in a case where an address entry to the memory is frequently updated / deleted. Thereby, the entry search is performed at a high processing speed.

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

【図1】本発明の第1の実施例による構成図である。FIG. 1 is a configuration diagram according to a first embodiment of the present invention.

【図2】図1に示された構成図の動作を説明する流れ図
である。
FIG. 2 is a flowchart illustrating the operation of the configuration diagram shown in FIG. 1;

【図3】本発明の第2の実施例による構成図である。FIG. 3 is a configuration diagram according to a second embodiment of the present invention.

【図4】図3に示された構成図の動作を説明する流れ図
である。
FIG. 4 is a flowchart for explaining the operation of the configuration diagram shown in FIG. 3;

【図5】従来例の構成図である。FIG. 5 is a configuration diagram of a conventional example.

【図6】図5に示された構成図の動作を説明する流れ図
である。
FIG. 6 is a flowchart for explaining the operation of the configuration diagram shown in FIG. 5;

【図7】エントリ(A)〜(D)の例とパトリシアンツ
リーを示す図で有る。
FIG. 7 is a diagram showing an example of entries (A) to (D) and a Patrician tree.

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

1 キャッシュエントリ検索部 2 固定エントリ検索部 3 カウンタ 10a、10b、10c データ検索回路 DESCRIPTION OF SYMBOLS 1 Cache entry search part 2 Fixed entry search part 3 Counter 10a, 10b, 10c Data search circuit

───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 5B075 ND04 ND23 NK10 NK24 QM01 QS11 5B089 GA05 GA31 GB01 KA05 KA06 KB06 KC37 KD02 5K030 GA03 HD03 KA05 LB05 5K033 BA04 DA05 DB12 DB16 DB18 EC04  ──────────────────────────────────────────────────続 き Continued on the front page F term (reference) 5B075 ND04 ND23 NK10 NK24 QM01 QS11 5B089 GA05 GA31 GB01 KA05 KA06 KB06 KC37 KD02 5K030 GA03 HD03 KA05 LB05 5K033 BA04 DA05 DB12 DB16 DB18 EC04

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 コンピュータネットワークシステムのル
ータ内のルート検索回路で使用されるデータ検索回路に
おいて、検索するルート情報が格納されたメモリを有し
て送られてきたルート情報と前記メモリに格納されてい
るルート情報とを比較する比較部から構成され線形検索
を行うキャッシュエントリ検索部と、送られてきたルー
ト情報と前記メモリに格納されているルート情報とを比
較する比較部から構成され二分検索を行う固定エントリ
検索部とを有することを特徴とするデータ検索回路。
In a data search circuit used in a route search circuit in a router of a computer network system, route information sent with a memory in which route information to be searched is stored and stored in the memory are stored. A cache entry search unit configured to perform a linear search and configured to compare a route information stored in the memory with a cache entry search unit configured to perform a linear search. A fixed entry search unit for performing the search.
【請求項2】 前記キャッシュエントリ検索部で線形検
索で全ビットの完全一致検索を行い、ヒットした場合は
結果を出力し、ミスヒットした場合は前記固定エントリ
検索部で二分岐検索を行うことを特徴とした請求項1記
載のデータ検索回路。
2. The cache entry search unit performs a full search of all bits by a linear search, outputs a result when a hit occurs, and performs a two-branch search with the fixed entry search unit when a miss occurs. 2. The data search circuit according to claim 1, wherein:
【請求項3】 前記固定エントリ検索部で二分岐検索で
ヒットした場合は結果を出力し、ミスヒットした場合は
検索エラーを出力することを特徴とした請求項2記載の
データ検索回路。
3. The data search circuit according to claim 2, wherein the fixed-entry search unit outputs a result when a hit is found in a two-branch search, and outputs a search error when a miss occurs.
【請求項4】 前記固定エントリ検索部で結果を出力後
に前記キャッシュエントリ検索部の検索するルート情報
が格納されたメモリへ前記固定エントリ検索部でヒット
したルート情報を書き込むことを特徴とする請求項3記
載のデータ検索回路。
4. The route information hit by the fixed entry search unit is written into a memory storing route information searched by the cache entry search unit after outputting the result by the fixed entry search unit. 3. The data search circuit according to 3.
【請求項5】 前記キャッシュエントリ検索部が、前記
固定エントリ検索部で検索ヒットしたルート情報を多く
ヒットしたものから登録されるようヒット数を計数する
カウンタを有していることを特徴とする請求項1記載の
データ検索回路。
5. The cache entry search unit according to claim 1, further comprising a counter that counts the number of hits so that the route information searched by the fixed entry search unit is registered in descending order. Item 2. The data search circuit according to Item 1.
【請求項6】 前記固定エントリ検索部で結果を出力後
に前記キャッシュエントリ検索部の検索するルート情報
が格納されたメモリへ前記固定エントリ検索部でヒット
したルート情報を前記カウンタを用いてルート情報をヒ
ット数が多いものから書き込むことを特徴とする請求項
2および請求項3および請求項4および請求項5記載の
データ検索回路。
6. The route information hit by the fixed entry search unit is stored in the memory storing the route information searched by the cache entry search unit after outputting the result by the fixed entry search unit using the counter. 6. The data search circuit according to claim 2, wherein data is written in descending order of the number of hits.
JP20761898A 1998-07-23 1998-07-23 Data retrieving circuit Pending JP2000041065A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP20761898A JP2000041065A (en) 1998-07-23 1998-07-23 Data retrieving circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP20761898A JP2000041065A (en) 1998-07-23 1998-07-23 Data retrieving circuit

Publications (1)

Publication Number Publication Date
JP2000041065A true JP2000041065A (en) 2000-02-08

Family

ID=16542783

Family Applications (1)

Application Number Title Priority Date Filing Date
JP20761898A Pending JP2000041065A (en) 1998-07-23 1998-07-23 Data retrieving circuit

Country Status (1)

Country Link
JP (1) JP2000041065A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9832120B2 (en) 2014-01-21 2017-11-28 Fujitsu Limited Packet routing apparatus, interface circuit and packet routing method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9832120B2 (en) 2014-01-21 2017-11-28 Fujitsu Limited Packet routing apparatus, interface circuit and packet routing method

Similar Documents

Publication Publication Date Title
US6665297B1 (en) Network routing table
US7146371B2 (en) Performance and memory bandwidth utilization for tree searches using tree fragmentation
US6430190B1 (en) Method and apparatus for message routing, including a content addressable memory
US7924833B2 (en) Packet transfer unit
US6633548B2 (en) Method and apparatus for ternary content addressable memory (TCAM) table management
US6768739B1 (en) Router with a cache having a high hit probability
WO1999013587B1 (en) A high speed cache management unit for use in a bridge/router
US6963868B2 (en) Multi-bit Patricia trees
US7861291B2 (en) System and method for implementing ACLs using standard LPM engine
US20020059197A1 (en) Longest best match search
US20050243827A1 (en) Lookup engine
US20020138648A1 (en) Hash compensation architecture and method for network address lookup
US7873041B2 (en) Method and apparatus for searching forwarding table
JPH03194632A (en) Cache access on the basis of translation look ahead
US5881242A (en) Method and system of parsing frame headers for routing data frames within a computer network
JPH0897844A (en) Method and equipment for setting data passage
US7924839B2 (en) Mechanism to reduce lookup latency in a pipelined hardware implementation of a trie-based IP lookup algorithm
US11922032B1 (en) Content relocation and hash updates in algorithmic TCAM
JP2000041065A (en) Data retrieving circuit
JP3660311B2 (en) Table search apparatus and method, program, and recording medium
KR101587756B1 (en) Apparatus and method for searching string data using bloom filter pre-searching
JP3558151B2 (en) Data search circuit
JPH07118719B2 (en) Pattern search method and apparatus
JPH10190744A (en) Information storage device
JP3547625B2 (en) Data search device and data search method

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20030729