JP2000354061A - Retrieval device for connection information - Google Patents

Retrieval device for connection information

Info

Publication number
JP2000354061A
JP2000354061A JP16370399A JP16370399A JP2000354061A JP 2000354061 A JP2000354061 A JP 2000354061A JP 16370399 A JP16370399 A JP 16370399A JP 16370399 A JP16370399 A JP 16370399A JP 2000354061 A JP2000354061 A JP 2000354061A
Authority
JP
Japan
Prior art keywords
connection information
connection
cache
packet
unit
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
JP16370399A
Other languages
Japanese (ja)
Inventor
Masanori Takashima
正徳 高島
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 JP16370399A priority Critical patent/JP2000354061A/en
Publication of JP2000354061A publication Critical patent/JP2000354061A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To decrease the retrieval frequency of connection information by caching autonomously the connection ID of a packet that is precedently received and a pointer set to the connection information for every logical channel. SOLUTION: When a logical channel number and a connection ID are notified by a packet receiving part, a processor part 11 starts a connection information retrieving part 19. The part 19 outputs the logical channel number and the connection ID to a cache part 20. The part 20 compares the data cached with the connection ID used as a key with a cache information corresponding to the logical channel number. If the connection ID matches with the cache information, a pointer is outputted to a connection information table 21. If no matching is confirmed between the connection ID and the cache information, a NULL pointer is outputted to the table 21. Thus, the retrieval frequency of the connection information can be decreased.

Description

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

【0001】[0001]

【発明の属する技術分野】この発明は、コネクション情
報検索装置に関し、特に、パケット通信におけるコネク
ション情報検索装置に関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a connection information search device, and more particularly to a connection information search device in packet communication.

【0002】[0002]

【従来の技術】従来、パケット通信において、パケット
交換機は、パケットの宛先を元に管理しているコネクシ
ョン情報テーブルをパケットの到着毎に検索して、パケ
ットの出力ポートを決定している。
2. Description of the Related Art Conventionally, in packet communication, a packet switch searches a connection information table managed based on a destination of a packet every time a packet arrives, and determines an output port of the packet.

【0003】このような場合、コネクション管理数が増
大すると、管理テーブルの検索に時間がかかるようにな
ってパケットのスループット低下を招いてしまうことか
ら、管理テーブルの検索結果を一括キャッシングするこ
とで、検索速度の向上を図っていた。
In such a case, if the number of connection managements increases, it takes time to search the management table and the packet throughput is reduced. The search speed was improved.

【0004】[0004]

【発明が解決しようとする課題】しかしながら、コネク
ション情報を一括キャッシングする方法は、キャッシュ
している情報の検索を行う必要があったため、キャッシ
ュミスが起こった場合、キャッシュの検索に加えて全コ
ネクション情報の検索をする必要があり、処理量の増大
が避けられなかった。
However, in the method of collectively caching connection information, it is necessary to search for cached information. Therefore, when a cache miss occurs, all connection information is searched in addition to the cache search. , And an increase in the processing amount was unavoidable.

【0005】更に、キャッシュミスが起こった場合、検
索結果をキャッシュへ登録する処理が必要となっていた
ため、受信パケットの宛先が不連続だと、キャッシュへ
のヒット率が悪くなってスループット低下をもたらすこ
とになる。
Furthermore, when a cache miss occurs, it is necessary to register the search result in the cache. Therefore, if the destination of the received packet is discontinuous, the hit rate to the cache is deteriorated and the throughput is reduced. Will be.

【0006】この発明の目的は、コネクション情報の検
索回数を削減することができるコネクション情報検索装
置を提供することである。
It is an object of the present invention to provide a connection information search device capable of reducing the number of times connection information is searched.

【0007】[0007]

【課題を解決するための手段】上記目的を達成するた
め、この発明に係るコネクション情報検索装置は、パケ
ットの宛先を元に管理しているコネクション情報テーブ
ルをパケットの到着毎に検索するコネクション情報検索
装置において、論理チャネル別に、前回受信したパケッ
トのコネクションID及びコネクション情報へのポイン
タを、自律的にキャッシュすることを特徴としている。
To achieve the above object, a connection information retrieval apparatus according to the present invention retrieves a connection information table managed based on a destination of a packet every time a packet arrives. The apparatus is characterized by autonomously caching a connection ID and a pointer to connection information of a previously received packet for each logical channel.

【0008】上記構成を有することにより、パケットの
宛先を元に管理しているコネクション情報テーブルをパ
ケットの到着毎に検索するコネクション情報検索装置に
おいて、論理チャネル別に、前回受信したパケットのコ
ネクションID及びコネクション情報へのポインタが、
自律的にキャッシュされる。これにより、コネクション
情報の検索回数を削減することができる。
[0010] With the above structure, in a connection information search device that searches a connection information table managed based on a destination of a packet every time a packet arrives, a connection ID and a connection of a previously received packet for each logical channel are provided. The pointer to the information
Cached autonomously. As a result, the number of connection information searches can be reduced.

【0009】[0009]

【発明の実施の形態】以下、この発明の実施の形態につ
いて図面を参照して説明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0010】図1は、この発明の実施の形態に係るコネ
クション情報検索装置を有するパケット交換機の構成を
示すブロック図である。図2は、データ構造の一例を示
す説明図であり、図3は、データ構造の他の例を示す説
明図である。
FIG. 1 is a block diagram showing a configuration of a packet switch having a connection information search device according to an embodiment of the present invention. FIG. 2 is an explanatory diagram showing an example of the data structure, and FIG. 3 is an explanatory diagram showing another example of the data structure.

【0011】図1に示すように、パケット交換機10
は、プロセッサ部(コネクション情報検索装置)11、
パケット受信部12、バッファ部13、及びパケット送
信部14を有し、パケット受信部12は、複数の終端部
15(15−1,15−2,〜,15−n)及び受信パ
ケット管理部16を有している。
As shown in FIG. 1, a packet switch 10
Is a processor unit (connection information search device) 11,
The packet receiving unit 12 includes a packet receiving unit 12, a buffer unit 13, and a packet transmitting unit 14. The packet receiving unit 12 includes a plurality of terminating units 15 (15-1, 15-2,..., 15-n) and a received packet managing unit 16 have.

【0012】パケット交換機10において、受信側の対
向端末or対向装置17から受信したパケットをパケッ
ト受信部12で受信する。具体的には、終端部15にて
伝送データから、図2のデータ構造に示すように、コネ
クションIDと伝送データからなるパケットを抽出す
る。
In the packet switch 10, a packet received from the receiving terminal or the receiving device 17 is received by the packet receiving unit 12. Specifically, the termination unit 15 extracts a packet including the connection ID and the transmission data from the transmission data as shown in the data structure of FIG.

【0013】終端部15は、受信パケット管理部16に
対して、図3のデータ構造に示すように、受信したパケ
ットとそのパケットの論理チャネルの識別番号(論理チ
ャネル番号)を送る。
The termination unit 15 sends the received packet and the identification number (logical channel number) of the logical channel of the packet to the received packet management unit 16 as shown in the data structure of FIG.

【0014】論理チャネルとは、受信側及び送信側の対
向端末or対向装置17,18と1対1に対応する、論
理的な接続線である。論理チャネル番号は、装置内にユ
ニークに決められている。
The logical channel is a logical connection line corresponding to the receiving terminal or the transmitting device or the remote devices 17 and 18 on a one-to-one basis. The logical channel number is uniquely determined in the device.

【0015】パケット受信部12は、パケットの受信に
よりパケットデータをバッファ部13に格納し、パケッ
トデータ内のコネクションIDと共に論理チャネル番号
を、プロセッサ部11に通知する。プロセッサ部11
は、コネクションIDと論理チャネル番号を受け取る
と、このデータを元に受信したパケットのコネクション
情報を検索する。検索処理において、この発明のキャッ
シュ装置を使用する。
The packet receiving section 12 stores the packet data in the buffer section 13 upon receiving the packet, and notifies the processor section 11 of the logical channel number together with the connection ID in the packet data. Processor unit 11
Receives the connection ID and the logical channel number, and searches the connection information of the received packet based on the data. In the search processing, the cache device of the present invention is used.

【0016】プロセッサ部11は、検索されたコネクシ
ョン情報からパケットの経路情報を取得し、パケット送
信部14に対して該当するパケットの送信要求を行う。
パケット送信部14は、送信要求により、該当するパケ
ットを送信側の対向端末or装置18に送信する。
The processor unit 11 acquires the path information of the packet from the retrieved connection information, and requests the packet transmitting unit 14 to transmit the corresponding packet.
The packet transmitting unit 14 transmits the corresponding packet to the opposite terminal or device 18 on the transmitting side in response to the transmission request.

【0017】図4は、図1のコネクション情報検索装置
の構成を示すブロック図である。図4に示すように、プ
ロセッサ部11は、コネクション情報検索部19、キャ
ッシュ部20、及びコネクション情報テーブル21を有
している。
FIG. 4 is a block diagram showing the configuration of the connection information search device of FIG. As shown in FIG. 4, the processor unit 11 includes a connection information search unit 19, a cache unit 20, and a connection information table 21.

【0018】パケット受信部12からのパケット情報
(論理チャネル番号、コネクションID)の通知によ
り、プロセッサ部11は、コネクション情報検索部19
を起動する。
In response to the notification of the packet information (logical channel number, connection ID) from the packet receiving unit 12, the processor unit 11
Start

【0019】コネクション情報検索部19は、キャッシ
ュ部20へのアクセス、キャッシュ部20のキャッシュ
ミス時のコネクション情報のポインタの検索、及びコネ
クション情報テーブル21へのアクセスを行う。
The connection information search unit 19 accesses the cache unit 20, searches for a pointer of connection information at the time of a cache miss in the cache unit 20, and accesses the connection information table 21.

【0020】キャッシュ部20は、コネクション情報検
索部19からのアクセスによりキャッシュ情報の出力を
行う。また、キャッシュミス時には、キャッシュミスし
た論理チャネルのキャッシュ領域に、コネクション情報
のポインタとキャッシュミスしたコネクションIDを共
に格納する。
The cache unit 20 outputs cache information in response to access from the connection information search unit 19. When a cache miss occurs, the connection information pointer and the cache missed connection ID are both stored in the cache area of the logical channel where the cache miss occurred.

【0021】このキャッシュ処理は、コネクション情報
アクセス表示信号の入力により行われる。コネクション
情報アクセス表示信号は、コネクション情報検索部19
がコネクション情報テーブル21にリードアクセスを行
っているときに出力される。コネクション情報テーブル
21は、装置内でユニークなコネクションに対する経路
情報や保守情報等を格納する。
This cache processing is performed by inputting a connection information access display signal. The connection information access indication signal is sent to the connection information search unit 19.
Is output when read access is performed to the connection information table 21. The connection information table 21 stores path information, maintenance information, and the like for a unique connection in the device.

【0022】パケット受信部12は、パケットの受信処
理及びパケット情報(論理チャネル番号、コネクション
ID)を、コネクション情報検索部19へ通知する。
The packet receiving unit 12 notifies the connection information retrieving unit 19 of packet reception processing and packet information (logical channel number, connection ID).

【0023】図5は、キャッシュ部が持つデータとコネ
クション情報テーブルが持つデータの関係図である。図
5に示すように、キャッシュ部20が持つ論理チャネル
毎のキャッシュデータは、コネクション情報テーブル2
1内のコネクション情報へのポインタとコネクションI
Dを持つ。コネクション情報テーブル21は、全コネク
ションの情報を持つテーブルであり、コネクション毎の
経路情報や保守情報を持つ。
FIG. 5 is a diagram showing the relationship between the data held by the cache unit and the data held by the connection information table. As shown in FIG. 5, the cache data for each logical channel of the cache unit 20 is stored in the connection information table 2.
1 and pointer to connection information in connection 1
Have D. The connection information table 21 is a table having information on all connections, and has path information and maintenance information for each connection.

【0024】次に、上記構成を有するコネクション情報
検索装置10の動作を説明する。図4に示すように、先
ず、プロセッサ部11は、パケット受信部12により論
理チャネル番号とコネクションIDが通知されると、コ
ネクション情報検索部19を起動する。
Next, the operation of the connection information search device 10 having the above configuration will be described. As shown in FIG. 4, first, when the logical channel number and the connection ID are notified by the packet receiving unit 12, the processor unit 11 starts the connection information search unit 19.

【0025】コネクション情報検索部19は、論理チャ
ネル番号とコネクションIDをキャッシュ部20に出力
する。キャッシュ部20は、論理チャネル番号に対応し
たキャッシュ情報に対し、コネクションIDをキーとし
てキャッシュされているデータを比較する。
The connection information search unit 19 outputs the logical channel number and the connection ID to the cache unit 20. The cache unit 20 compares the cached data corresponding to the logical channel number with the cached data using the connection ID as a key.

【0026】このとき、コネクションIDがキャッシュ
情報と一致した場合、コネクション情報テーブル21へ
のポインタを出力する。不一致の場合は、出力はNUL
Lポインタとなる。
At this time, if the connection ID matches the cache information, a pointer to the connection information table 21 is output. If they do not match, the output is NUL
It becomes an L pointer.

【0027】以下、キャッシュヒットの場合とキャッシ
ュミスの場合とを分けて説明する。
Hereinafter, the case of a cache hit and the case of a cache miss will be described separately.

【0028】図6は、キャッシュヒットしたときの動作
を示すタイミングチャートである。図6に示すように、
タイミングT1において、受信パケットの論理チャネル
番号及び受信パケットのコネクションIDが、コネクシ
ョン情報検索部19からキャッシュ部20に出力され
る。
FIG. 6 is a timing chart showing the operation when a cache hit occurs. As shown in FIG.
At timing T1, the logical channel number of the received packet and the connection ID of the received packet are output from the connection information search unit 19 to the cache unit 20.

【0029】タイミングT1〜T2の間に、キャッシュ
部20によりキャッシュ情報との比較がなされる。キャ
ッシュヒットの場合、受信パケットのコネクション情報
をコネクション情報テーブル21内のポインタとして出
力する。このとき、キャッシュ部20の動作は終了す
る。
Between the timings T1 and T2, the cache unit 20 makes a comparison with the cache information. In the case of a cache hit, the connection information of the received packet is output as a pointer in the connection information table 21. At this time, the operation of the cache unit 20 ends.

【0030】コネクション情報検索部19では、読み出
されたコネクション情報テーブル21へのポインタがN
ULLで無ければ、タイミングT2〜T3の間に該当す
るコネクション情報の実効アドレスを算出する。
In the connection information search unit 19, the pointer to the read connection information table 21 is set to N.
If it is not ULL, the effective address of the connection information corresponding to the timing T2 to T3 is calculated.

【0031】タイミングT3において、コネクション情
報テーブル21へのアドレスを出力し、コネクション情
報テーブル21へ読み出しを行う。タイミングT4にお
いて、コネクション情報が読み出され、コネクション情
報の検索処理が終了する。
At a timing T3, an address to the connection information table 21 is output, and reading is performed to the connection information table 21. At timing T4, the connection information is read, and the search processing of the connection information ends.

【0032】図7は、キャッシュミスのときの動作を示
すタイミングチャートである。キャッシュ部20へのア
クセスは、上記説明と同様なので省略する。
FIG. 7 is a timing chart showing the operation when a cache miss occurs. Access to the cache unit 20 is the same as that described above, and will not be described.

【0033】図7に示すように、タイミングT5〜T6
の間のキャッシュ部20での比較の結果、キャッシュミ
スの場合、コネクション情報テーブル21へのポインタ
は、NULLポインタとしてコネクション情報検索部1
9に対し出力される。このとき、キャッシュ部20の動
作は終了せず待機状態となる。
As shown in FIG. 7, timings T5 to T6
In the case of a cache miss as a result of the comparison in the cache unit 20 during this time, the pointer to the connection information table 21 is set as a NULL pointer as the connection information search unit 1
9 is output. At this time, the operation of the cache unit 20 does not end but enters a standby state.

【0034】次に、コネクション情報検索部19では、
読み出されたコネクション情報テーブル21のポインタ
がNULLポインタであるので、タイミングT6〜T7
の間で、コネクション情報のポインタを検索して求め
る。また、該当するコネクション情報の実効アドレスを
求める。
Next, in the connection information search unit 19,
Since the read pointer of the connection information table 21 is a NULL pointer, the timings T6 to T7
And finds the connection information pointer. Further, the effective address of the corresponding connection information is obtained.

【0035】タイミングT7において、コネクション情
報テーブル21へのアドレスを出力し、コネクション情
報テーブル21への読み出しを行う。また、タイミング
T7〜T8の間で、キャッシュ部20は、コネクション
情報アクセス表示信号を受信し待機状態から復帰する。
At a timing T7, an address to the connection information table 21 is output, and reading to the connection information table 21 is performed. Also, between timings T7 and T8, the cache unit 20 receives the connection information access indication signal and returns from the standby state.

【0036】そして、コネクション情報テーブル21の
アドレスを読み込み、コネクション情報テーブル21の
ポインタを算出する。キャッシュ部20はキャッシュミ
スしたコネクションIDと共に、算出したポインタを、
キャッシュミスした論理チャネルのキャッシュデータと
して格納する。
Then, the address of the connection information table 21 is read, and a pointer of the connection information table 21 is calculated. The cache unit 20 stores the calculated pointer together with the connection ID of the cache miss,
It is stored as cache data of the logical channel for which a cache miss occurred.

【0037】タイミングT8において、コネクション情
報検索部19は、コネクション情報を読み出し、コネク
ション情報の検索処理が終了する。
At timing T8, the connection information search section 19 reads out the connection information, and the search processing for connection information ends.

【0038】このプロセッサ部(コネクション情報検索
装置)11によるパケットのコネクション情報検索は、
上記一連の動作をシリアルに行う。
The connection information search of the packet by the processor unit (connection information search device) 11
The above series of operations are performed serially.

【0039】このように、この発明によれば、コネクシ
ョン情報検索装置は、論理チャネル別に、前回受信した
パケットのコネクションID及びコネクション情報への
ポインタを、自律的にキャッシュすることにより、コネ
クション情報の検索回数を削減することができる。即
ち、パケット交換機10のプロセッサ部11において、
受信パケットのコネクション情報を検索することができ
る。
As described above, according to the present invention, the connection information search device autonomously caches the connection ID of the previously received packet and the pointer to the connection information for each logical channel, thereby searching for the connection information. The number of times can be reduced. That is, in the processor unit 11 of the packet switch 10,
The connection information of the received packet can be searched.

【0040】また、コネクション情報検索部19は、キ
ャッシュ部20からキャッシュされたコネクション情報
へのポインタを読み出すことにより、検索処理を省略す
ることができる。キャッシュミスのときには、キャッシ
ュ部20がコネクション情報アクセス表示信号により、
自律的に、キャッシュミスしたコネクションのコネクシ
ョン情報のポインタを取得する。
The connection information search unit 19 can omit the search processing by reading the pointer to the cached connection information from the cache unit 20. In the case of a cache miss, the cache unit 20 receives a connection information access indication signal
It autonomously acquires the connection information pointer of the connection for which a cache miss occurred.

【0041】この結果、キャッシュ部20が、コネクシ
ョン情報テーブルへのリードアクセスをコネクション情
報アクセス表示信号により監視しているため、ハード自
律のキャッシング動作が可能となる。
As a result, since the cache unit 20 monitors the read access to the connection information table by the connection information access indication signal, the autonomous hardware caching operation becomes possible.

【0042】また、ハード自律のキャッシングにより、
コネクション情報の読み出しと並行してコネクション上
へのポインタのキャッシングができることから、キャッ
シュミスによる再キャッシュの処理時間を削減すること
ができる。
Also, by hardware autonomous caching,
Since the pointer can be cached on the connection in parallel with the reading of the connection information, the processing time of re-caching due to a cache miss can be reduced.

【0043】また、論理チャネル毎にコネクション情報
をキャッシュすることから、キャッシュのヒット率が高
くなり、コネクション情報の検索回数を削減することが
できる。
Further, since connection information is cached for each logical channel, the cache hit rate is increased, and the number of times connection information is searched can be reduced.

【0044】更に、コネクション情報自体ではなくコネ
クション情報へのポインタをキャッシングすることによ
り、キャッシュされたコネクション情報と、パケットが
要求するコネクション情報との不一致を減らすことがで
きる。
Further, by caching the pointer to the connection information instead of the connection information itself, the mismatch between the cached connection information and the connection information required by the packet can be reduced.

【0045】[0045]

【発明の効果】以上説明したように、この発明によれ
ば、パケットの宛先を元に管理しているコネクション情
報テーブルをパケットの到着毎に検索するコネクション
情報検索装置において、論理チャネル別に、前回受信し
たパケットのコネクションID及びコネクション情報へ
のポインタが、自律的にキャッシュされるので、ハード
自律のキャッシング動作が可能となり、キャッシュミス
による再キャッシュの処理時間を削減することができ
る。
As described above, according to the present invention, in a connection information retrieval apparatus which retrieves a connection information table managed based on a packet destination every time a packet arrives, a connection information table which has been received last time for each logical channel is obtained. Since the connection ID of the packet and the pointer to the connection information of the packet are autonomously cached, a hard autonomous caching operation becomes possible, and the processing time of re-caching due to a cache miss can be reduced.

【0046】また、論理チャネル別にキャッシュされる
ことにより、コネクション情報の検索回数を削減するこ
とができ、キャッシュされたコネクション情報と、パケ
ットが要求するコネクション情報との不一致を減らすこ
とができる。
Also, by caching for each logical channel, the number of times connection information is searched can be reduced, and inconsistency between the cached connection information and the connection information requested by the packet can be reduced.

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

【図1】この発明の実施の形態に係るコネクション情報
検索装置を有するパケット交換機の構成を示すブロック
図である。
FIG. 1 is a block diagram showing a configuration of a packet switch having a connection information search device according to an embodiment of the present invention.

【図2】データ構造の一例を示す説明図である。FIG. 2 is an explanatory diagram illustrating an example of a data structure.

【図3】データ構造の他の例を示す説明図である。FIG. 3 is an explanatory diagram showing another example of the data structure.

【図4】図1のコネクション情報検索装置の構成を示す
ブロック図である。
FIG. 4 is a block diagram illustrating a configuration of a connection information search device of FIG. 1;

【図5】キャッシュ部が持つデータとコネクション情報
テーブルが持つデータの関係図である。
FIG. 5 is a diagram illustrating a relationship between data of a cache unit and data of a connection information table.

【図6】キャッシュヒットしたときの動作を示すタイミ
ングチャートである。
FIG. 6 is a timing chart showing an operation when a cache hit occurs.

【図7】キャッシュミスのときの動作を示すタイミング
チャートである。
FIG. 7 is a timing chart showing an operation at the time of a cache miss.

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

10 パケット交換機 11 プロセッサ部 12 パケット受信部 13 バッファ部 14 パケット送信部 15 終端部 16 受信パケット管理部 17,18 受信側の対向端末or対向装置 19 コネクション情報検索部 20 キャッシュ部 21 コネクション情報テーブル DESCRIPTION OF SYMBOLS 10 Packet switch 11 Processor part 12 Packet receiving part 13 Buffer part 14 Packet transmitting part 15 Termination part 16 Received packet management part 17, 18 Opposite terminal or opposing device on the receiving side 19 Connection information search part 20 Cache part 21 Connection information table

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】パケットの宛先を元に管理しているコネク
ション情報テーブルをパケットの到着毎に検索するコネ
クション情報検索装置において、 論理チャネル別に、前回受信したパケットのコネクショ
ンID及びコネクション情報へのポインタを、自律的に
キャッシュすることを特徴とするコネクション情報検索
装置。
1. A connection information retrieval apparatus for retrieving a connection information table managed based on a destination of a packet every time a packet arrives, comprising: for each logical channel, a connection ID of a previously received packet and a pointer to connection information. And a connection information retrieval apparatus characterized by autonomously caching.
【請求項2】キャッシュされたコネクション情報へのポ
インタを読み出すことにより、検索処理を省略すること
を特徴とする請求項1に記載のコネクション情報検索装
置。
2. The connection information search device according to claim 1, wherein a search process is omitted by reading a pointer to the cached connection information.
【請求項3】キャッシュミスのときには、コネクション
情報アクセス表示信号により、自律的に、キャッシュミ
スしたコネクションのコネクション情報のポインタを取
得することを特徴とする請求項1または2に記載のコネ
クション情報検索装置。
3. The connection information search device according to claim 1, wherein in the case of a cache miss, a connection information pointer of the connection for which the cache miss has occurred is autonomously obtained by a connection information access indication signal. .
【請求項4】キャッシュ情報の出力を行い、また、キャ
ッシュミス時には、キャッシュミスした論理チャネルの
キャッシュ領域に、コネクション情報のポインタとキャ
ッシュミスしたコネクションIDを共に格納するキャッ
シュ部と、 装置内でユニークなコネクションに対する経路情報や保
守情報等を格納するコネクション情報テーブルと、 前記キャッシュ部に対し、アクセス、キャッシュミス時
のコネクション情報のポインタの検索、及び前記コネク
ション情報テーブルへのアクセスを行うコネクション情
報検索部とを有することを特徴とする請求項1から3の
いずれかに記載のコネクション情報検索装置。
4. A cache unit for outputting cache information, and in the case of a cache miss, a cache unit for storing both a connection information pointer and a cache missed connection ID in a cache area of a logical channel in which a cache miss has occurred. A connection information table for storing path information, maintenance information, and the like for a new connection; a connection information search unit for accessing the cache unit, searching for a connection information pointer upon a cache miss, and accessing the connection information table The connection information search device according to any one of claims 1 to 3, further comprising:
【請求項5】キャッシュ処理は、コネクション情報アク
セス表示信号の入力により行われ、前記コネクション情
報アクセス表示信号は、前記コネクション情報検索部が
前記コネクション情報テーブルにリードアクセスを行っ
ているときに出力されることを特徴とする請求項4に記
載のコネクション情報検索装置。
5. The cache process is performed by inputting a connection information access display signal, and the connection information access display signal is output when the connection information search unit performs read access to the connection information table. The connection information search device according to claim 4, wherein:
【請求項6】請求項1から5のいずれかに記載のコネク
ション情報検索装置として機能するプロセッサ部と、 受信側の対向端末or対向装置からパケットを受信する
パケット受信部と、パケットデータを格納するバッファ
部と、 送信要求を受けて該当するパケットを送信側の対向端末
or対向装置に送信するパケット送信部とを有すること
を特徴とするパケット交換機。
6. A processor unit functioning as the connection information search device according to claim 1, a packet receiving unit for receiving a packet from a remote terminal or a remote device on the receiving side, and storing packet data. A packet switch comprising: a buffer unit; and a packet transmitting unit that receives a transmission request and transmits a corresponding packet to a transmitting-side opposing terminal or an opposing device.
JP16370399A 1999-06-10 1999-06-10 Retrieval device for connection information Pending JP2000354061A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP16370399A JP2000354061A (en) 1999-06-10 1999-06-10 Retrieval device for connection information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP16370399A JP2000354061A (en) 1999-06-10 1999-06-10 Retrieval device for connection information

Publications (1)

Publication Number Publication Date
JP2000354061A true JP2000354061A (en) 2000-12-19

Family

ID=15779027

Family Applications (1)

Application Number Title Priority Date Filing Date
JP16370399A Pending JP2000354061A (en) 1999-06-10 1999-06-10 Retrieval device for connection information

Country Status (1)

Country Link
JP (1) JP2000354061A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004107683A1 (en) * 2003-05-29 2004-12-09 Nec Corporation Packet relay device, packet relay method, and program
WO2006011193A1 (en) * 2004-07-26 2006-02-02 Mitsubishi Denki Kabushiki Kaisha Data transmitting apparatus

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004107683A1 (en) * 2003-05-29 2004-12-09 Nec Corporation Packet relay device, packet relay method, and program
US7792133B2 (en) 2003-05-29 2010-09-07 Nec Corporation Packet relay device and packet method, and program
WO2006011193A1 (en) * 2004-07-26 2006-02-02 Mitsubishi Denki Kabushiki Kaisha Data transmitting apparatus

Similar Documents

Publication Publication Date Title
US11463550B2 (en) Request management for hierarchical cache
JP4792505B2 (en) Data synchronization processing method, client, server, and data synchronization system between client and server
JP4755683B2 (en) Method, apparatus, and program for efficiently extending a peer-to-peer (P2P) network
US6570885B1 (en) Segment-controlled process for controlling castouts from a communication cache in a port in any of multiple nodes in a communications network
US6721335B1 (en) Segment-controlled process in a link switch connected between nodes in a multiple node network for maintaining burst characteristics of segments of messages
KR20070117874A (en) Method for active controlling cache in mobile network system, recording medium and system thereof
JPH0695986A (en) Real-time data imaging network system and operating method thereof
KR19990022010A (en) Linkage Cache for Context Data Search
US8510513B2 (en) Network load reducing method and node structure for multiprocessor system with distributed memory
JP4447137B2 (en) Packet transfer processing device
JP2000354061A (en) Retrieval device for connection information
CN114827047B (en) Data transmission method and device, computer equipment and storage medium
CN112486874B (en) Order-preserving management method and device for I/O (input/output) instructions in wide-port scene
JP2009253433A (en) Associative memory apparatus
KR100450942B1 (en) Address search apparatus and method in ethernet switch
JPS63289657A (en) Common file access system
KR970007251B1 (en) Real time message transmission system and its transmission method of multiple bus
KR100760616B1 (en) Data transmission apparatus in wireless communication and method thereof
US6463491B1 (en) Data transfer making efficient use of time concerning bus arbitration
JP2001202199A (en) Storage controller
CN116033017A (en) Processing equipment and processing method for network data packet and electronic equipment
JP4527319B2 (en) Communication control device having packet header conversion function
CN108616327B (en) FC-ASM protocol-based concurrent fragment message receiving method and circuit
KR101614783B1 (en) Apparatus for routing based contents name and method thereof
CN114760364A (en) Time-triggered serial device communication management method