JP3456763B2 - Broadcast communication device - Google Patents
Broadcast communication deviceInfo
- Publication number
- JP3456763B2 JP3456763B2 JP17146894A JP17146894A JP3456763B2 JP 3456763 B2 JP3456763 B2 JP 3456763B2 JP 17146894 A JP17146894 A JP 17146894A JP 17146894 A JP17146894 A JP 17146894A JP 3456763 B2 JP3456763 B2 JP 3456763B2
- Authority
- JP
- Japan
- Prior art keywords
- cell
- broadcast
- copy
- address
- route
- 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.)
- Expired - Fee Related
Links
Landscapes
- Data Exchanges In Wide-Area Networks (AREA)
Description
【発明の詳細な説明】
【0001】
【産業上の利用分野】この発明は同報通信装置に関し、
ATM(非同期転送モード)通信に適用するものであ
る。
【0002】
【従来の技術】近年、検討されているATMのコネクシ
ョンレス通信では、通信するメッセージ毎に、宛先のア
ドレスを付加し、それをATMセルと呼ばれる固定長パ
ケットに分割して配送するものである。
【0003】そして、それぞれ分割されたセルには、同
一の方路識別子(VPI/VCI)が付与される。各ノ
ード(通信装置)では、方路識別子(VPI/VCI)
を付け替えることによって、ルーティングを行う。そし
て、グループ内のメンバー全てに同じメッセージを配送
する同報通信の場合には、宛先アドレスとして同報グル
ープを識別する同報専用のアドレス(同報アドレス)を
付加して網(若しくは通信装置)へ送出するものであ
る。
【0004】通信装置内では、同報アドレスの付与され
たメッセージを受信すると、同報アドレスが示す宛先に
対応するVPI/VCIを検索して、同報宛先数分コピ
ーしたセルの、各々宛先のVPI/VCIを変換し、
(ATMセルのVPI/VCIで示される方路に)それ
ぞれメッセージ単位にルーティングする。 ここで、同報
アドレスと同報アドレスで示される宛先の個別の方路
(VPI/VCIで示されるルーティング)情報の対応
は、通信装置内の記憶装置に同報アドレステーブルとし
て蓄積される。この同報アドレステーブルの構成は図2
に示すように、同報アドレスと方路情報の対応を並べた
ものになっている。単純にメモリ上に展開された場合は
情報の構造を解釈しながら検索処理を行う。そして、こ
の様な同報処理を行う同報処理装置を通信装置内に配置
する場合には、一般に次の2つの例が考えられている。
【0005】(1)第1の例は、図3に示すように、同
報メッセージ処理装置の部分31と通常メッセージ処理
装置の部分32、33を順に配列する方法である。
【0006】(2)第2の例は、図4に示すように、同
報メッセージ処理装置の部分41〜42、45と、通常
メッセージ処理装置の部分43〜44を並列して配置す
る方法である。
【0007】ここで、上述の(1)の場合は、メッセー
ジが通信装置の中に入ると、まず同報処理装置に入り、
到着した順番に同報メッセージか否かを判定し、同報メ
ッセージの場合には複製処理を行った後、方路情報の変
換を行いルーティングさせる。一方、通常メッセージの
場合には、そのまま、方路情報の変換を行いルーティン
グさせる。また、上述の(2)の場合は、メッセージが
通信装置の中に入ると、同報処理装置と通常セル処理装
置の両方に入る。そして、同報処理装置では、同報メッ
セージのセルのみが処理され、通常セル処理装置では、
通常セルのみが処理される。このとき、メッセージの宛
先に合致しない側の装置では、メッセージは廃棄され
る。それぞれの処理装置は、2入力セレクタで一つにま
とめられ、一方の処理装置からのVPI/VCI変換処
理の済んだセルが選択され、セレクタを通過したメッセ
ージがルーティングされる。
【0008】
【発明が解決しようとする課題】上述で述べた同報処理
装置の構成のうち、上述の(1)の場合は、到着したメ
ッセージより順番に処理が行われ、単位時間内に処理で
きるメッセージ数には上限がある。そして、同報セルが
連続した場合、後から到着した全てのセルは、先着した
セルの処理が完了するまで待たされる。すなわち、プラ
イオリティの高いセルに対して優先して処理が出来ない
という問題があった。
【0009】また、上述の(2)の場合は、セレクタで
出力を切り替えるため、通常メッセージと同報メッセー
ジ間での優先制御はできるが、VPI/VCIの変換処
理部とアドレス変換テーブルを、一単位時間に一セルし
か到着しないにもかかわらず、2重に持つ必要があると
いう問題があった。
【0010】また、アドレス変換テーブルについては、
同報アドレスに対応する宛先の数が、一定ではないので
同報アドレスを登録したメモリの領域の管理が複雑にな
り、単純メモリ上にアドレスと方路情報の対応を展開す
ると、宛先の検索処理に時間がかかるという問題があっ
た。
【0011】上述したように、従来の方法では、到着セ
ルに対する非優先処理・優先処理が出来ない。または、
アドレス変換処理部とアドレステーブルを2重に持つ必
要がある、などといった問題があった。
【0012】また、同報アドレスに対応する宛先の数
は、一定ではないので同報アドレスを登録したメモリの
領域に対するポインタの管理が複雑になり、単純にメモ
リ上に同報アドレステーブルを展開するとATMセルの
単位処理時間内に宛先を決定することは難しいという問
題があった。
【0013】従って、同報通信装置を実現する上で、
(a)簡単な構成で到着セルに対する優先処理や非優先
処理が必要に応じて行い得る仕組みと、(b)簡単な構
成で宛先情報の検索を効率的に行い得る仕組みとの提供
が要請されていた。
【0014】
【課題を解決するための手段】本発明の同報通信装置
は、(1)到着セルが同報セルであるか通常セルである
かを判断する判断手段と、(2)到着セルがある場合に
は同報セルであるか通常セルであるかを問わずに到着セ
ルを選択し、到着セルがない場合には、同報用のコピー
セルを、計数されたコピー数でなるオフセット値と共に
選択する処理対象セル選択手段と、(3)セルの宛先ア
ドレスに方路アドレスを対応付けて記憶している第1の
変換テーブルと、(4)セルの方路アドレスに方路情報
を対応付けて格納しているものであって、同報セルの送
出先に係る複数の方路情報を、連続した方路アドレスに
対応付けて格納し、先頭の方路アドレスには方路情報に
加え、必要なコピー回数を規定するコピー数も格納して
いる第2の変換テーブルと、(5)処理対象セル選択手
段から入力されたセルの宛先アドレスに基づいて、第1
の変換テーブルから方路アドレスを取り出し、その方路
アドレス、又は、その方路アドレスにセルと共に与えら
れたオフセット値を加えた方路アドレスに基づいて、第
2の変換テーブルから、方路情報を取り出して、処理対
象セル選択手段から入力されたセルの宛先を書き換える
ヘッダ変換手段と、(6)ヘッダ変換手段によって方路
情報が書き換えられた到着セルが同報セルである場合に
格納する先入れ先出しセル記録手段と、(7)先入れ先
出しセル記録手段に同報セルを格納する際に同期して、
第2の変換テーブルから読み出されたその同報セルに係
るコピー数を格納する先入れ先出しコピー数記録手段
と、(8)同報セルを内部に保持しながらコピーして同
報用のコピーセルを処理対象セル選択手段に入力させる
コピー手段と、(9)コピー手段によるコピー回数を計
数するコピー回数計数手段と、(10)(ア)到着セル
がある場合には、処理対象セル選択手段によって到着セ
ルを選択させ、(イ)到着セルがなく、コピー回数計数
手段の計数値から見て、コピー手段に同報数分のコピー
を終了していない同報セルがある場合には、コピー手段
による同報用のコピーセルを処理対象セル選択手段に選
択させ、(ウ)到着セルがなく、コピー回数計数手段の
計数値から見て、コピー手段に同 報数分のコピーを終了
していない同報セルがない場合には、先入れ先出しセル
記録手段から最古の同報セルをコピー手段に転送させ、
その同報セルをコピーしたコピー手段による同報用のコ
ピーセルを処理対象セル選択手段に選択させると共に、
コピー回数計数手段の計数値をクリアさせ、かつ、先入
れ先出しコピー数記録手段から最古のコピー数を取り込
んで、同報数のコピー回数を新たに管理し直すコピー制
御手段とを有することを特徴とする。
【0015】
【作用】この発明によれば、優先される到着セルは遅滞
なくヘッダ変換されてセル出力され、一方、同報用のコ
ピーセルは、優先されるセルが到着していないときに、
ヘッダ変換されて出力される。このため、優先されるセ
ルが待たされることなく、しかも同報用のコピーセルも
出力することができる。
【0016】また、通常の優先されるセルのアドレス
と、同報用のセルのアドレスとを同一のテーブルで管理
することができるので、メモリの使用効率を向上させ、
ハードウエアの量の削減を図ることができる。
【0017】
【実施例】次にこの発明の好適な実施例を図面を用いて
説明する。
【0018】『基本的な構成』: ATM通信装置に
おいて、図1に示すような構成で、コピー処理部3に、
コピーデータ蓄積用のFIFO(First In F
irst Out)と、データの複製処理回路とを備え
る。そして、到着セルがあるかどうかによって、複製さ
れたコピーセルと到着セルのどちらを選択するか決定
し、それによりヘッダ(方路)変換部1へ渡すセルの流
入のルートを切り替えるセレクタ回路4を持つ。このよ
うな構成によって、コピーデータを蓄積して、到着セル
のない時に、到着セルと同様なルートでセルをヘッダ
(方路)変換部1で処理することによりセルの優先・非
優先制御を可能にし、同報通信方式を実現する。 アドレ
ステーブル2には、アドレスと方路識別子(VPI/V
CI)の対応を管理する宛先テーブルメモリを備える。
コピー処理部3には、同報メッセージのコピー数を保持
するコピーカウンタを持つ。そして、コピーカウンタの
値をグループアドレス登録テーブルの各々宛先テーブル
の先頭のアドレスに対するオフセットとしてメモリを検
索することにより、同報アドレスと通常のアドレスを同
じテーブルで管理し、ハードウェアの簡略化と検索処理
の高速化を可能としている。次に、上述の基本的な構成
を具現化している、詳細な実施例を図面を用いて説明す
る。
【0019】(ATM通信装置の構成): 図5は、
同報通信方式を実現するための、ATM通信装置の機能
構成図である。この図5において、ATM通信装置は、
1セルバッファ101と、ヘッダ変換部102と、コピ
ーセルFIFO103と、コピー部104と、コピー数
FIFO105と、コピー部カウンタ106と、コピー
制御部107と、コピースイッチ108と、宛先(D
A)アドレス/方路アドレス変換(CAM)部109
と、方路情報RAM部110とから構成されている。
【0020】(動作): 1セルバッファ101は、
到着セルを1セルバッファリングし、優先セルの到着を
検出し、セル到着情報をコピー制御部107に通知す
る。コピースイッチ108は、コピー制御部107の制
御により、優先される到着セル処理時には、入力端子a
の方にスイッチングされ、同報セル処理時には、入力端
子bの方にスイッチングされる。
【0021】宛先アドレス/方路アドレス変換(CA
M)部109は、ヘッダ変換部102に入力されたセル
の宛先アドレス(DA)に対応する方路アドレスを出力
しヘッダ変換部102へ与える。
【0022】方路情報RAM部110は、図6に示すよ
うな格納形式を持つものである。この実施例では、グル
ープアドレスのメンバー数の最大を6個(6方路)にし
ている。方路情報RAM部110は、方路アドレス+オ
フセット値から、メモリ上の方路情報を出力し、ヘッダ
変換部102とコピー数FIFO105とに与え、オフ
セット値が0のときにだけ、方路アドレスに対応するコ
ピー数もコピー数FIFO105に与える。 ヘッダ変換
部102は、到着セルから先ず宛先アドレス(DA)を
取り出し、宛先アドレス/方路アドレス変換(CAM)
部109から方路アドレスを検索する。次に、検索した
方路アドレスにオフセット値を加えた値で、方路情報R
AM部110にアクセスして、方路情報および同報コピ
ー数を検索する。
【0023】ここで、オフセット値は、通常セルの処理
のときや、登録された同報アドレスの先頭の処理のとき
は0、以後2番目の処理では1、n番目の処理ではn−
1の値をとるものである。また、同報コピー数は、図6
に示すように、同報アドレスの各々の先頭(オフセット
0の位置)に書き込まれている。
【0024】そして、ヘッダ変換部102は、検索して
得た方路情報をセルに載せ替えて、ルーティングする。
コピーセルFIFO103には、到着セルが同報セルの
場合にヘッダ変換部102から出力されたセルが書き込
まれ、コピー処理が可能になるまで蓄積される。コピー
数FIFO105には、同報セルがコピーセルFIFO
103に書き込まれると同時に、同報コピー数が書き込
まれ、コピーセルFIFO103と同期して処理され
る。コピー制御部107は、セル到着情報により、到着
セルが無い場合には、コピー処理を開始する。コピー制
御部107は、コピー部104にコピーセルがある場合
には、コピー処理を続行し、無い場合には、コピーセル
FIFO103から同報セルを1セル読み出すと共に、
コピー数FIFO105から同報セルのコピー数も読み
出してコピー部104に入力させる。 コピー制御部10
7は、コピーセルFIFO103及びコピー数FIFO
105を出力させたとき、コピー部カウンタ106をゼ
ロクリアし、以後コピー部104でコピー処理が行われ
る毎に、1加算する。コピー部カウンタ106が示す値
がオフセットとして使用される。到着セルが無い場合は
連続して、コピーの処理が行われ、コピー部カウンタ1
06の値とコピー制御部107に与えられたコピー数と
が一致すると、コピー処理終了として次の同報セルを読
み出し、同様の手順で同報処理を続行するものである。
【0025】図6は、上述したように、方路情報RAM
部110の内部の説明図である。この図6において、同
報通信に係るグループアドレスA、Bの他に、通常アド
レスが示されている。そして、グループアドレスAとし
ての方路アドレスAには、方路情報1とコピー数「4」
とが格納されている。グループアドレスAの先頭アドレ
スAからのオフセット+1のアドレスには、方路情報2
が格納されている。グループアドレスAの先頭アドレス
Aからのオフセット+2のアドレスには、方路情報3が
格納されている。グループアドレスAの先頭アドレスA
からのオフセット+3のアドレスには、方路情報4が格
納されている。
【0026】通常アドレスとしての方路アドレスaに
は、その方路情報とコピー数1が格納されている。ま
た、グループアドレスBとしての方路アドレスBには、
方路情報1とコピー数「5」とが格納されている。
【0027】(一実施例の効果): 以上の一実施例
においては、ATM通信網の、特にコネクションレス通
信の同報通信方式に関し、特にATM通信装置におい
て、同報通信用データの蓄積用のFIFOとコピー処理
部とアドレス変換部を持ち、同報通信用データを一旦蓄
積して優先セルの無いときに、アドレス変換部に戻す回
路を持ち、同報通信用データの非優先処理、それ以外の
データの優先処理を可能にすることができる。
【0028】更に、同報アドレスと方路情報の対応を管
理する宛先テーブルメモリと同報メッセージのコピー数
を保持するコピーカウンタを持ち、コピーカウンタの値
を宛先テーブルのアドレスのオフセットとしてメモリを
検索することによって、宛先テーブルの管理を容易にし
て、通常アドレスと同報アドレスを同一のテーブルで管
理できるようにして、メモリの使用効率の向上とハード
ウェアの量の削減を図ることができる。
【0029】(他の実施例): (1)尚、以上の一
実施例においては、この発明をATM通信装置における
同報通信として適用したが、具体的にはATM交換装置
やノード装置などに適用することもできる。
【0030】(2)また、グループアドレスのメンバー
数を最大6個(6方路)としたが、メモリの構成によっ
ては、最大メンバー数を変更するようにしても良い。
【0031】
【発明の効果】本発明の同報通信方式によれば、簡単な
構成で到着セルに対する優先処理や非優先処理が行うこ
とができ、また、簡単な構成で宛先情報の検索を効率的
に行うことができる。DETAILED DESCRIPTION OF THE INVENTION
[0001]
BACKGROUND OF THE INVENTION 1. Field of the InventionapparatusWith regard to
Applies to ATM (Asynchronous Transfer Mode) communication
You.
[0002]
2. Description of the Related Art In recent years, ATM connectors have been studied.
Addressless communication, the destination address is set for each message to be communicated.
Attach a fixed length packet called an ATM cell.
It is to be divided and delivered to the packet.
[0003] Each divided cell has the same
One route identifier (VPI / VCI) is assigned. Each
Mode (communication device), route identifier (VPI / VCI)
To change the routing.U.Soshi
And deliver the same message to all members in the group
YouSameInformation communicationofIf the destination address is a broadcast group,
Address to identify the group (broadcast address)
And send it to the network (or communication device).
You.
[0004]ThroughIn the communication device, a broadcast address is assigned.
Broadcast message is received,AddressFirst
Search for the corresponding VPI / VCI and copy
ーIVPI / VCI of each destination cellToConverted,
(On the path indicated by the VPI / VCI of the ATM cell)
Route each messageYou. here, Broadcast
Individual route of destination indicated by address and broadcast address
(Routing indicated by VPI / VCI) Correspondence of information
Is used as a broadcast address table in the storage device in the communication device.
Is accumulated. The structure of this broadcast address table is shown in FIG.
As shown in, correspondence between broadcast addresses and route informationAverageSolid
WhatItYou. Simply memoryUpIf expanded to
Perform search processing while interpreting the structure of informationU.And this
Broadcast processing device that performs broadcast processing like
In such a case, the following two examples are generally considered.
(1) In a first example, as shown in FIG.
Information message processing device part 31 and normal message processing
Device parts 32, 33Arrange in orderIs the way.
(2) In a second example, as shown in FIG.
Information message processing device parts 41 to 42, 45, and normal
The parts 43 to 44 of the message processing device are arranged in parallel.
It is a method.
Here, in the case of the above (1), the message
When the message enters the communication device, it first enters the broadcast processing device,
In the order of arrival, it is determined whether the message is a broadcast message or not.
In the case of a message,Changes in the route information
Switch and route.on the other hand, Usually in the message
If it is, convert the route information as it is
LetYou.In the case of the above (2), the message is
Once inside the communication device, the broadcast processing device and the normal cell processing device
Enter both locations. Then, the broadcast processing device sends a broadcast message.
Only the cells of the sage are processed.
Only normal cells are processed. At this time,To the message
Does not match firstMessage is discarded by the
You. Each processing unit can be combined into one unit with a two-input selector.
StoppedFrom one processing unitVPI / VCI conversion processing
The reasonedIsMessage that was selected and passed through the selector
Page is routedYou.
[0008]
The broadcast processing described above
In the case of the above (1) of the device configuration,
Processing is performed in order from the message, and processing is performed within a unit time.
There is an upper limit on the number of messages that can be cut. And the broadcast cell
If consecutive, all cells arriving later arrive first
Wait until cell processing is completed. That is,
High priority cells cannot be processed with priority
There was a problem.
In the above case (2), the selector
Normal message and broadcast message to switch output
Priority control can be performed between the VPI / VCI
Management unit and address conversion table, one cell per unit time.
Or you do n’t arrive, you need to have it twice
There was a problem.
[0010] Further, regarding the address conversion table,
Since the number of destinations corresponding to the broadcast address is not constant,
The management of the memory area where the broadcast address is registered becomes complicated.
The correspondence between addresses and route information on simple memory.
This causes a problem that it takes time to search for a destination.
Was.
As described above, in the conventional method, the arrival
Non-priority processing / priority processing cannot be performed. Or
It is necessary to have an address translation processor and an address table
There is a problem that it is necessary.
The number of destinations corresponding to the broadcast address
Is not fixed.
The management of pointers to areas becomes complicated, and
When the broadcast address table is expanded on the
It is difficult to determine the destination within the unit processing time
There was a title.
Therefore, broadcast communicationapparatusIn realizing
(A) Priority processing or non-priority processing for an arrival cell with a simple configuration
A mechanism by which the processing can be performed as needed, and (b) a simple structure
Of a system that can efficiently search for destination information
Had been requested.
[0014]
[Means for Solving the Problems]BookBroadcast of inventionapparatus
Is(1)Arrival cell broadcastCell or regular cell
OrDetermining means for determining(2) When there is an arrival cell
Is an arrival cell regardless of whether it is a broadcast cell or a normal cell.
Select a copy, and if there is no arrival cell, copy for broadcast
Cell with an offset value of the counted number of copies
Means for selecting a cell to be processed, and (3) a destination address of the cell.
The first one that stores a route address in association with a dress.
The conversion table and (4) the route information in the route address of the cell
Is stored in association with the broadcast cell transmission.
Multiple route information pertaining to a destination is converted to continuous route addresses
Stored in association with the first route address in the route information
In addition, the number of copies that defines the required number of copies is also stored.
Second conversion table, and (5) a cell to be processed
Based on the destination address of the cell input from the stage, the first
Of the route address from the conversion table of
Address or its route address given along with the cell
Based on the route address to which the added offset value has been added.
The route information is extracted from the conversion table 2 and the processing
Rewrite the destination of the cell input from the elephant cell selection means
Header conversion means, and (6) route by header conversion means
When the arrival cell whose information has been rewritten is a broadcast cell
First-in first-out cell recording means for storing;
In synchronization with storing a broadcast cell in the delivery cell recording means,
The broadcast cell read from the second conversion table
First-in first-out copy number recording means for storing the number of copies to be stored
(8) Copy while holding the broadcast cell inside
Input a copy cell for the report to the processing target cell selection means.
Counting the number of copies by the copy means and (9) the copy means
(10) (A) Arrival cell
If there is an arrival cell,
(A) There are no arrival cells and the number of copies is counted.
Copying the number of broadcasts to the copy means, based on the count value of the means
If there is a broadcast cell that has not been completed, copy means
Select the copy cell for broadcasting by
(C) There is no arrival cell and the copy number counting means
Seen from the count value, Finish copying the number of reports
If there are no broadcast cells that have not been
The oldest broadcast cell is transferred from the recording means to the copying means,
The broadcast cell is copied by copying means that copies the broadcast cell.
While causing the cell to be selected to be selected by the cell for processing,
Clear the count value of the copy number counting means, and
The oldest copy number from the first copy number recording means
A copy system that newly manages the number of copies of the broadcast number
And control means.
[0015]
According to the present invention,, YuArrived cell ahead is delayed
Without header conversionhandCell output, while the broadcast
When the priority cell has not arrived,
Header conversionIsOutputIs done.For this reason, the priority
Without waiting, and a copy cell for broadcast
Can be output.
Also,, ThroughAlways preferred cell address
And the address of the broadcast cellSame tableManaged by
DoThatSo you can improve memory efficiency,
The amount of hardware can be reduced.
[0017]
【Example】NextPreferred embodiments of the present invention will now be described with reference to the drawings.
explain.
"Basic configuration": For ATM communication equipment
In the configuration shown in FIG.Department3,
FIFO for storing copy data (First In F
irst Out)DeData processing circuit
You. And, depending on whether there is an arriving cell,
To select between copied cell or arrival cell
Cell flow to be passed to the header (route) conversion unit 1
It has a selector circuit 4 for switching the input route. This
Depending on the configuration,Accumulates the peak data and arrives at the cell
When there is no header, header the cell with the same route as the arrival cell
(Route) conversionDepartment1UnderstandBy the cellpriority·Non
Enable priority control and realize broadcast systemYou. ADre
Stable 2IsAddress and route identifier (VPI / V
A destination table memory for managing CI) correspondence.
KoThe copy processing section 3 holds the number of copies of the broadcast message.
To have a copy counter. And the copy counter
The value of each destination table in the group address registration table
Memory as an offset to the first address of
By searching,sameAddress and normal address
Management on the same table and hardwareASimplification and search processing
FasterIt is possible.Next, the basicConfiguration
EmbodiesA detailed example will be described with reference to the drawings.
You.
(Configuration of ATM Communication Device): FIG.
Function of ATM communication device to realize broadcast method
It is a block diagram. In FIG. 5, the ATM communication device includes:
One-cell buffer 101, header conversion unit 102, copy
-Cell FIFO 103, copy unit 104, number of copies
FIFO 105, copy unit counter 106, copy
The control unit 107, the copy switch 108, and the destination (D
A) Address / route address conversion (CAM) unit 109
And a route information RAM unit 110.
(Operation):1The cell buffer 101
Buffers the arriving cell by one cell and checks the arrival of the priority cell.
Detect and cell arrival informationToNotify copy control unit 107
To. KoThe copy switch 108 controls the copy control unit 107.
By your order,At the time of priority arrival cell processing,Input terminala
, And during broadcast cell processing,Input end
ChildIt is switched to b.
[0021]Addressed toDestination address / route address conversion (CA
M)Department109 isInput to the header conversion unit 102cell
Output route address corresponding to destination address (DA)
To the header conversion unit 102.
Route information RAMDepartment110 is shown in FIG.
It has such a storage format. In this embodiment, the group
Group membersーThe maximum of the number6 (6 routes)West
ing.The route information RAM unit 110Route address + e
Outputs the route information in memory from the offset value, and outputs the header
Conversion unit 102Given to the copy number FIFO 105,off
Only when the set value is 0, the
Number of peaksAlsoCopy number FIFO10To 5GivingYou. FRudder transformation
The unit 102 first obtains a destination address (DA) from the arrival cell.
Extraction, destination address / route address conversion (CAM)
DepartmentFrom 109, a route address is searched. Then I searched
A value obtained by adding an offset value to the route address, and the route information R
AMDepartment110 to access route information and broadcast copies
Search for the number.
[0023]here,The offset value is,Normal cellProcessing
And whenAt the beginning of the registered broadcast address
Is 0, 1 in the second processing, and n- in the n-th processing.
It takes a value of 1.Also,The number of broadcast copies, FIG.
As shown inBroadcast addressOfStart of each (offset
0).
The header conversion unit 102 searches forhand
ProfitThe route information to the cell and routeYou.
KoIn the PC FIFO 103, the arrival cell is the broadcast cell.
In caseThe cell output from the header conversion unit 102 isWriting
In rare cases, the data is accumulated until copy processing becomes possible.KoPea
In the number FIFO 105, a broadcast cell is a copy cell FIFO.
The number of broadcast copies is written at the same time
Rarely processed in synchronization with copy cell FIFO 103
To. KoP control section 107 arrives based on the cell arrival information.
If there is no cell, copy processing is started.Copy system
The control unit 107When there is a copy cell in the copy unit 104
Will continue the copy process, if there is no copy cell
One broadcast cell is read from FIFO 103Along with,
Copy number FIFO 105FromNumber of broadcast cell copiesAlso read
And causes the copy unit 104 to input it. Copy control unit 10
7 is a copy cell FIFO 103 and a copy number FIFO
105 was outputWhen the copy unit counter 106 is
And the copy unit 104 performs copy processing thereafter.
1 each time. KoThe value indicated by the counter 106
Is used as an offset. ArrivalIf there is no arrival cell
The copy process is continuously performed, and the copy unit counter 1
06 value andThe number of copies given to the copy control unit 107
If the match, the next broadcast cell is read as the copy process ends.
The broadcast processing is continued in the same procedure.
FIG., As mentioned above,Route information RAM
DepartmentFIG. 2 is an explanatory diagram of the inside of 110. In FIG.same
Pertaining to information communicationIn addition to group addresses A and B,
Les is shown. And the group address Aage
OfRoute address ATo, Route information 1WhenNumber of copies"4"
AndStored. TheLoop address AFirst address of
Address at offset +1 from source A, Route information 2
Is stored.TheLoop address AStart address
The address at offset +2 from A, Route information 3
Is stored.TheLoop address AStart address A
Offset + 3 address, Route information 4
Has been delivered.
[0026]ThroughAs a permanent addressofTo route address a
IsThatRoute informationAnd the number of copies1 is stored. Ma
The group address BAsRoute address BTo,
Route information 1WhenNumber of copies"5"Is stored.
(Effect of one embodiment): One embodiment of the above
In ATM communication networks, especially connectionless communication
Communication system, especially in ATM communication equipment
hand,Broadcast dataFIFO for storage and copy processing
DepartmentAnd an address translator,Broadcast dataOnce
Return to the address translator when there is no priority cell
Have a way,Broadcast dataNon-priority processing,Excluding that
Data priority processingCan be possibleTo.
Further, a broadcast address andRoute informationTube correspondence
Destination table memory to manage and the number of broadcast message copies
And the value of the copy counter
The memory as the address offset of the destination table
Search makes it easier to manage the destination table
The normal address and the broadcast address.SameTable with tubes
To improve memory utilization and hardware
WeACan reduce the amount ofTo.
(Other Embodiments) (1) One of the above
In the embodiment, the present invention is applied to an ATM communication device.
It was applied as broadcast communication, but specifically, ATM switching equipment
And node devices.
(2) Member of group addressー
Up to number6 (6 routes)However, depending on the memory configuration,
Is the largestmemberChange the numberYou may do it.
[0031]
【The invention's effect】BookBroadcast system of the inventionAccording toSimple
Priority processing and non-priority processing for arriving cells in a configurationIs lineFish
CanMaWas, SimpleEfficient search of destination information with simple configuration
Can be done.
【図面の簡単な説明】
【図1】この発明の一実施例のATM通信装置の機能構
成図である。
【図2】従来例の同報アドレステーブルの説明図であ
る。
【図3】従来例の同報処理装置の説明図である。
【図4】従来例の同報処理装置の説明図である。
【図5】一実施例のATM通信装置の詳細な機能構成図
である。
【図6】一実施例の方路情報RAMの説明図である。
【符号の説明】
1…方路変換部、2…アドレステーブル、3…コピー処
理部、4…セレクタ。BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a functional configuration diagram of an ATM communication device according to an embodiment of the present invention. FIG. 2 is an explanatory diagram of a broadcast address table of a conventional example. FIG. 3 is an explanatory diagram of a conventional broadcast processing device. FIG. 4 is an explanatory diagram of a conventional broadcast processing device. FIG. 5 is a detailed functional configuration diagram of the ATM communication device according to the embodiment; FIG. 6 is an explanatory diagram of a route information RAM according to one embodiment; [Description of Signs] 1 ... route conversion unit, 2 ... address table, 3 ... copy processing unit, 4 ... selector.
───────────────────────────────────────────────────── フロントページの続き (72)発明者 荒川 暢也 東京都港区虎ノ門1丁目7番12号 沖電 気工業株式会社内 (72)発明者 麻生 二郎 東京都港区虎ノ門1丁目7番12号 沖電 気工業株式会社内 (72)発明者 牛島 重彦 東京都千代田区内幸町一丁目1番6号 日本電信電話株式会社内 (72)発明者 則武 克誌 東京都千代田区内幸町一丁目1番6号 日本電信電話株式会社内 (56)参考文献 特開 平5−136814(JP,A) 特開 平5−68045(JP,A) 特開 平5−199257(JP,A) (58)調査した分野(Int.Cl.7,DB名) H04L 12/56 260 ──────────────────────────────────────────────────続 き Continued on the front page (72) Inventor Nobuya Arakawa 1-7-12 Toranomon, Minato-ku, Tokyo Oki Electric Industry Co., Ltd. (72) Inventor Jiro Aso 1-7-112 Toranomon, Minato-ku, Tokyo Oki Electric Industry Co., Ltd. (72) Inventor Shigehiko Ushijima 1-1-6 Uchisaiwaicho, Chiyoda-ku, Tokyo Nippon Telegraph and Telephone Corporation (72) Katsura Noritake 1-1-6 Uchisaiwaicho, Chiyoda-ku, Tokyo Nippon Telegraph and Telephone Corporation (56) References JP-A-5-136814 (JP, A) JP-A-5-68045 (JP, A) JP-A-5-199257 (JP, A) (58) Fields investigated (Int.Cl. 7 , DB name) H04L 12/56 260
Claims (1)
あるかを判断する判断手段と、到着セルがある場合には同報セルであるか通常セルであ
るかを問わずに到着セルを選択し、到着セルがない場合
には、同報用のコピーセルを、計数されたコピー数でな
るオフセット値と共に選択する処理対象セル選択手段
と、 セルの宛先アドレスに方路アドレスを対応付けて記憶し
ている第1の変換テーブルと、 セルの方路アドレスに方路情報を対応付けて格納してい
るものであって、同報セルの送出先に係る複数の方路情
報を、連続した方路アドレスに対応付けて格納し、先頭
の方路アドレスには方路情報に加え、必要なコピー回数
を規定するコピー数も格納している第2の変換テーブル
と、 上記処理対象セル選択手段から入力されたセルの宛先ア
ドレスに基づいて、上記第1の変換テーブルから方路ア
ドレスを取り出し、その方路アドレス、又は、その方路
アドレスにセルと共に与えられたオフセット値を加えた
方路アドレスに基づいて、上記第2の変換テーブルか
ら、方路情報を取り出して、上記処理対象セル選択手段
から入力されたセルの宛先を書き換えるヘッダ変換手段
と、 上記ヘッダ変換手段によって方路情報が書き換えられた
到着セルが同報セルである場合に格納する先入れ先出し
セル記録手段と、 上記先入れ先出しセル記録手段に同報セルを格納する際
に同期して、上記第2の変換テーブルから読み出された
その同報セルに係るコピー数を格納する先入れ先出しコ
ピー数記録手段と、 同報セルを内部に保持しながらコピーして同報用のコピ
ーセルを上記処理対象セル選択手段に入力させるコピー
手段と、 上記コピー手段によるコピー回数を計数するコピー回数
計数手段と、 到着セルがある場合には、上記処理対象セル選択手段に
よって到着セルを選択させ、到着セルがなく、上記コピ
ー回数計数手段の計数値から見て、上記コピー 手段に同
報数分のコピーを終了していない同報セルがある場合に
は、上記コピー手段による同報用のコピーセルを上記処
理対象セル選択手段に選択させ、到着セルがなく、上記
コピー回数計数手段の計数値から見て、上記コピー手段
に同報数分のコピーを終了していない同報セルがない場
合には、上記先入れ先出しセル記録手段から最古の同報
セルを上記コピー手段に転送させ、その同報セルをコピ
ーした上記コピー手段による同報用のコピーセルを上記
処理対象セル選択手段に選択させると共に、上記コピー
回数計数手段の計数値をクリアさせ、かつ、上記先入れ
先出しコピー数記録手段から最古のコピー数を取り込ん
で、同報数のコピー回数を新たに管理し直すコピー制御
手段と を有することを特徴とする同報通信装置 。(57) [Claims 1] The arrival cell is a broadcast cell or a normal cell.
And determining means for determining whether or not there, the normal cell Der or if there is arriving cell is a broadcast cell
The arrival cell is selected regardless of whether the cell has arrived
The copy cell for broadcasting is counted by the counted number of copies.
Cell selection means for selecting together with an offset value
And store the destination address of the cell in association with the route address.
The first conversion table and the route information of the cell are stored in association with the route information.
A plurality of route information related to the transmission destination of the broadcast cell.
Information is stored in association with successive route addresses,
In the route address, in addition to the route information, the required number of copies
Conversion table that also stores the number of copies defining
And the destination address of the cell input from the processing cell selection means.
Based on the dress, the route
Take out the dress and get the address or the route
Adds the offset value given with the cell to the address
Based on the route address, the second conversion table
From the target cell selection means
Header conversion means for rewriting the destination of the cell input from
And the route information is rewritten by the header conversion means.
First in first out to store when the arriving cell is a broadcast cell
When storing a broadcast cell in the cell recording means and the first-in first-out cell recording means,
Read out from the second conversion table in synchronization with
First in, first out to store the number of copies for that broadcast cell
And copy number of recording means, by copying while maintaining the broadcast cell inside copies for broadcast
Copying a cell to be input to the processing target cell selection means
Means and the number of copies to count the number of copies by said copying means
Counting means and, if there is an arriving cell,
Therefore, the destination cell is selected, and there is no destination cell,
When viewed from the count value of the over number counting means, the above copy means
If there is a broadcast cell that has not finished copying for the number of broadcasts
Reads the copy cell for broadcasting by the copying means
Cell selection means, and there is no arriving cell.
In view of the count value of the copy number counting means,
If there is no broadcast cell that has not finished copying for the number of broadcasts
The oldest broadcast from the first-in first-out cell recording means.
Transfer the cell to the copy means and copy the broadcast cell.
The copy cell for broadcasting by the copying means
Make the target cell selection means select, and copy
Clear the count value of the number counting means, and
Import oldest copy number from advance copy number recording means
Copy control to re-manage the copy count of the broadcast number
Means for broadcasting .
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP17146894A JP3456763B2 (en) | 1994-07-22 | 1994-07-22 | Broadcast communication device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP17146894A JP3456763B2 (en) | 1994-07-22 | 1994-07-22 | Broadcast communication device |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH0837525A JPH0837525A (en) | 1996-02-06 |
JP3456763B2 true JP3456763B2 (en) | 2003-10-14 |
Family
ID=15923673
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP17146894A Expired - Fee Related JP3456763B2 (en) | 1994-07-22 | 1994-07-22 | Broadcast communication device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP3456763B2 (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2000013385A (en) | 1998-06-19 | 2000-01-14 | Fujitsu Ltd | Cell bridge, cell bridge method and information transmission system having cell bridge |
-
1994
- 1994-07-22 JP JP17146894A patent/JP3456763B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JPH0837525A (en) | 1996-02-06 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP0691772B1 (en) | Communication system, server and method for address management | |
US5400326A (en) | Network bridge | |
JP3109591B2 (en) | ATM switch | |
US5884036A (en) | Method for determining the topology of an ATM network having decreased looping of topology information cells | |
JP3193593B2 (en) | Voice circuit emulation system and method for establishing a circuit switched connection for routing voice circuit emulation packets | |
US7400638B2 (en) | Apparatus and methods for managing packets in a broadband data stream | |
EP0512495A2 (en) | Switching node in a network with label multiplexed information | |
US6219352B1 (en) | Queue management with support for multicasts in an asynchronous transfer mode (ATM) switch | |
JPH06152634A (en) | Transmitter by atm system and communication system | |
JP2002538718A (en) | Method and apparatus for managing multiple ATM cell queues | |
WO2004066571A1 (en) | Network switch apparatus and network switch method | |
EP1122927A2 (en) | Route lookup engine | |
US6445680B1 (en) | Linked list based least recently used arbiter | |
JP2000013385A (en) | Cell bridge, cell bridge method and information transmission system having cell bridge | |
WO1999003299A1 (en) | Handling atm multicast cells | |
JP3456763B2 (en) | Broadcast communication device | |
EP1119136A2 (en) | Method and apparatus for per connection queuing of multicast transmissions | |
US6636501B1 (en) | High-speed digital network node communication system and method | |
JP3072443B2 (en) | Header conversion method in ATM exchange | |
US6724723B1 (en) | Method of providing a signaling qualification function in a connection oriented network | |
JP3149364B2 (en) | Cell switch device | |
US7492790B2 (en) | Real-time reassembly of ATM data | |
JPH11331207A (en) | Atm cell assembling/disassembling device | |
JP3075182B2 (en) | ATM transmission system for ensuring the order of CBR data | |
JPH0662041A (en) | Atm switching circuit provided with multi-address function and multi-address output method therefor |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20070801 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20080801 Year of fee payment: 5 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090801 Year of fee payment: 6 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090801 Year of fee payment: 6 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20100801 Year of fee payment: 7 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20100801 Year of fee payment: 7 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20110801 Year of fee payment: 8 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120801 Year of fee payment: 9 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130801 Year of fee payment: 10 |
|
LAPS | Cancellation because of no payment of annual fees |