JPH04180425A - Communication system - Google Patents
Communication systemInfo
- Publication number
- JPH04180425A JPH04180425A JP2307260A JP30726090A JPH04180425A JP H04180425 A JPH04180425 A JP H04180425A JP 2307260 A JP2307260 A JP 2307260A JP 30726090 A JP30726090 A JP 30726090A JP H04180425 A JPH04180425 A JP H04180425A
- Authority
- JP
- Japan
- Prior art keywords
- packet
- processing
- communication system
- priority
- processes
- 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
Landscapes
- Communication Control (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Small-Scale Networks (AREA)
Abstract
Description
【発明の詳細な説明】
[発明の目的コ
(産業上の利用分野)
本発明は、コンピュータ間の通信を行う通信システムに
関し、特にパケット通信方式の改良に関する。DETAILED DESCRIPTION OF THE INVENTION [Object of the Invention (Industrial Application Field) The present invention relates to a communication system for communicating between computers, and particularly relates to an improvement in a packet communication method.
(従来の技術)
コンピュータ間の通信としてLAN (ローカルエリア
ネットワーク)が普及している。これらの多くは、メツ
セージをパケットと呼ぶより小さな単位に分解し、それ
ぞれに宛先と発信元のアドレスを付加して通信するパケ
ット通信方式である。(Prior Art) LAN (Local Area Network) has become popular for communication between computers. Most of these are packet communication methods in which messages are broken down into smaller units called packets, and destination and source addresses are added to each unit for communication.
また、LANの普及にともない、トランスポート層、ネ
ットワーク層として米国国防省にて開発されたTPC/
IPプロトコルが広く利用される。In addition, with the spread of LAN, TPC/
IP protocols are widely used.
ここで、TPC/IPプロトコルは、相手コンピュータ
のプロセスとの間でコネクションを確立(論理的接続)
シ、そのチャネルを通してデータ転送を行うもので、複
数の端末(プロセス)と同時に通信が可能なものである
。Here, the TPC/IP protocol establishes a connection (logical connection) with the process on the other computer.
Data is transferred through the channel, and it is possible to communicate with multiple terminals (processes) at the same time.
このTPC/IPプロトコルを利用した従来の通信シス
テムは、第8図に示すようにE thernet(C3
MA/CD)により各端末T1〜T5が接続されている
ネットワークシステムにおいて、各端末T1〜T5のそ
れぞれは複数プロセスからのパケットを受信し処理する
ネットワークインターフェースと、上位プロトコル(た
とえばftpやtelnet) 音処理するプロセッサ
とを備えている。A conventional communication system using this TPC/IP protocol is E thernet (C3
In a network system in which terminals T1 to T5 are connected by MA/CD), each terminal T1 to T5 has a network interface that receives and processes packets from multiple processes, and an upper protocol (such as FTP or Telnet). and a processor for processing.
そして、各端末T1〜T5のそれぞれは、具体的に第9
図に示す如く構成されており、通信インターフェース基
板1では、E thernet コントローラ2による
E thernetプロコトル処理と、TPC/IPコ
ントローラ3によるTPC/IPプロトコル処理を行う
。セツション層以上の上位置はCPU4がソフトウェア
処理を行う。TPC/IPと上位とのインターフェース
はUnix (オペレーティングシステム)ではソケ
ットインターフェースと呼ばれる。なお、第9図中、5
はトランシーバ、6は同軸ケーブル、7はメモリ、8は
デイスプレィコントローラ、9はデイスプレィである。Each of the terminals T1 to T5 specifically has a ninth terminal.
The communication interface board 1 is configured as shown in the figure, and the communication interface board 1 performs Ethernet protocol processing by an Ethernet controller 2 and TPC/IP protocol processing by a TPC/IP controller 3. The CPU 4 performs software processing at positions above the session layer. The interface between TPC/IP and the upper layer is called a socket interface in Unix (operating system). In addition, in Figure 9, 5
is a transceiver, 6 is a coaxial cable, 7 is a memory, 8 is a display controller, and 9 is a display.
この構成において、他の端末からデータを受信する場合
、同軸ケーブル6からの信号をトランシーバで5で受信
し、E thernetコントローラ2がフレームの解
析をする。このフレームの解析では、まずフレームの宛
先アドレスを取り出して、自分当てのフレームかどうか
を判断する。自分当ててあればコントローラ内部のバッ
ファに取り込む。In this configuration, when receiving data from another terminal, a signal from the coaxial cable 6 is received by the transceiver 5, and the Ethernet controller 2 analyzes the frame. To analyze this frame, first extract the destination address of the frame and determine whether the frame is intended for you. If you guessed correctly, import it into the controller's internal buffer.
この時、同時にデータのエラー検出を行い、誤りがなけ
ればTCP/IPコントローラにデータ受信を知らせる
。At this time, data errors are detected at the same time, and if there are no errors, the TCP/IP controller is notified of data reception.
TPC/IPコントローラ3は、E thernet
2からデータ受信の知らせを受けたとき、そのパケット
についてIPアドレスをチエツクし自分宛てかどうかを
判断する。これは、その端末にルーティング機能がある
時、自分宛てでないパケットの場合があるためである。The TPC/IP controller 3 uses Ethernet
When receiving notification of data reception from 2, it checks the IP address of the packet and determines whether it is addressed to itself. This is because if the terminal has a routing function, the packet may not be addressed to the terminal itself.
この判断を行った結果、自分宛てであれば、TCP/I
Pプロトコルで規定されているプロトコル処理を行う。As a result of this judgment, if it is addressed to you, TCP/I
Performs protocol processing specified by the P protocol.
このようなE thernetコントローラ2とTCP
/IPコントローラ3とによる処理の流れを第10図の
フローチャートに示す。E thernet controller 2 and TCP like this
The flow of processing by the /IP controller 3 is shown in the flowchart of FIG.
(発明が解決しようとする課題)
しかしながら、従来のこの種の通信システムの場合にお
いては、どのプロセスからの通信も平等であり、各端末
T1〜T5てはそれぞれパケットを到着順に処理する。(Problem to be Solved by the Invention) However, in the case of this type of conventional communication system, communications from all processes are equal, and each of the terminals T1 to T5 processes packets in the order of arrival.
そのため、応答性を要求される処理を実行中に他プロセ
スからの通信が発生した場合、その処理が一つの端末内
で混在することにより上記の応答性を要求される処理が
遅くなるという問題があった。この問題は、特に医用画
像などの大量データを扱う医用通信システムで顕著とな
り、即時性の要求を満足し得ない事態がしばしば生した
。Therefore, if communication from another process occurs while a process that requires responsiveness is being executed, the process that requires responsiveness will be delayed due to the coexistence of those processes within one terminal. there were. This problem has become particularly noticeable in medical communication systems that handle large amounts of data such as medical images, and situations have often arisen in which the demand for immediacy cannot be satisfied.
本発明は、係る事情に着目してなされたもので、その目
的とするところは、ネットワークシステムの各端末であ
る特定のプロセスからのパケットのみを優先的に処理す
ることができる通信システムを提供することにある。The present invention has been made with attention to such circumstances, and its purpose is to provide a communication system that can preferentially process only packets from specific processes that are each terminal of a network system. There is a particular thing.
[発明の構成]
(課題を解決するための手段)
本発明は、上記の目的を達成するため、複数の端末が一
つのパケット交換型ネットワークに接続されているネッ
トワークシステムが構築され、前記各端末毎に複数プロ
セスからのパケットを受信処理するネットワークインタ
ーフェースと、上位プロトコルを処理するプロセッサと
を備えてなる通信システムにおいて、
前記ネットワークインターフェースは、受信パケットが
どのプロセスからのパケットかを判断する手段を有し、
この判断の結果に基づいて前記複数プロセス間のパケッ
ト処理の順番を決定することを特徴とするものである。[Structure of the Invention] (Means for Solving the Problem) In order to achieve the above object, the present invention constructs a network system in which a plurality of terminals are connected to one packet-switched network, and each of the terminals In a communication system comprising a network interface that receives and processes packets from multiple processes for each process, and a processor that processes an upper layer protocol, the network interface has means for determining which process a received packet is from. death,
The present invention is characterized in that the order of packet processing among the plurality of processes is determined based on the result of this determination.
(作用)
本発明により通信システムの構成であれば、「画像表示
端末からの画像要求」のように優先的に処理したいプロ
セスからのパケットと、画像発生装置からの画像登録要
求のような他のプロセスらのパケットとを、ネットワー
クインターフェースにより判別できるので、このネット
ワークインターフェースにおいて、優先処理したいパケ
ットのみを優先処理し、この優先処理の終了後に残りの
パケットを処理することができる。(Function) If the communication system is configured according to the present invention, packets from processes that should be processed preferentially, such as "image requests from image display terminals," and packets from other processes, such as image registration requests from image generators, Since packets from other processes can be discriminated by the network interface, only the packets that are desired to be processed with priority can be processed with priority at this network interface, and the remaining packets can be processed after this priority processing is completed.
(実施例)
第1図は、本発明の通信システムにおける各端末をなす
一実施例の通信処理装置の構成を示すブロック図である
。(Embodiment) FIG. 1 is a block diagram showing the configuration of a communication processing device according to an embodiment, which constitutes each terminal in the communication system of the present invention.
この一実施例の通信処理装置は、第8図で示したように
Ethernet (C8MA/CD)で各端末T1
〜T5がつながっているネットワークシステムにおける
各端末T1〜T5をなしているものである。そして、第
9図で示した端末構成と同様に、通信インターフェース
基板1にはE ;hernetコントローラ2とTCP
/IPコントローラ3とがあり、これらの機能動作は第
9図に従って説明した通りである。The communication processing device of this embodiment connects each terminal T1 via Ethernet (C8MA/CD) as shown in FIG.
- T5 constitute the respective terminals T1 to T5 in the network system in which the terminals T1 to T5 are connected. Similarly to the terminal configuration shown in FIG. 9, the communication interface board 1 includes an E;hernet controller 2 and a TCP
/IP controller 3, and their functional operations are as explained in accordance with FIG.
更に、本実施例では、E thernetコントローラ
2とTCP/IPコントローラ3との間に、フィルタ処
理部10を設け、TCP/IPコントローラ3がパケッ
ト処理する前に、フィルタ処理部10のフィルタ処理を
行う。なお、第1図中、第9図と同一符号で示す部分は
対応する部分を示しており、4はCPU、5はトランシ
ーバ、6は同軸ケーブル、7はメモリ、8はデイスプレ
ィコントローラ、9はデイスプレィである。Furthermore, in this embodiment, a filter processing section 10 is provided between the Ethernet controller 2 and the TCP/IP controller 3, and the filter processing section 10 performs filter processing before the TCP/IP controller 3 processes the packet. . In Fig. 1, parts indicated by the same symbols as in Fig. 9 indicate corresponding parts, 4 is a CPU, 5 is a transceiver, 6 is a coaxial cable, 7 is a memory, 8 is a display controller, and 9 is a It is a display.
即ち、本実施例にあっては、同軸ケーブル6からの信号
をトランシーバ5て受信する毎に、第2図の機能ブロッ
ク図に示すように、まずE thernetコントロー
ラ2によるE thernetプロトコル処理を行い、
この処理結果をフィルタ処理部10へ転送する。フィル
タ処理部10は、優先パケット判別回路11、優先処理
バッファ12、通常処理バッファ13からなり、上位層
のCPU4から優先的に処理してほしい端末のプロセス
を指定される。すると、フィルタ処理部10において、
優先パケット判別回路11は、指定されたプロセスとI
Pアドレスとの対応を行い、受信したパケットが優先処
理すべきパケットかどうか判断し、優先パケットを優先
処理バッファ12へ転送し、また、それ以外のパケット
を通常処理バッファ13へ転送する。更に、優先処理バ
ッファ12にパケットがある場合はそのパケットをTC
P/IPコントローラ3へ転送し、ない場合は通常処理
バッファ13をみてパケットがあるときにはそのパケッ
トをTCP/IPコントローラ3へ転送する。なお、C
PU4からフィルタ処理部10に上記の指定を行うタイ
ミングは、相手プロセスとセションが確立した後に相手
のプロセスIDまたはネットワークIDを指定するタイ
ミングである。That is, in this embodiment, each time the transceiver 5 receives a signal from the coaxial cable 6, the Ethernet controller 2 first performs Ethernet protocol processing, as shown in the functional block diagram of FIG.
This processing result is transferred to the filter processing section 10. The filter processing unit 10 includes a priority packet discrimination circuit 11, a priority processing buffer 12, and a normal processing buffer 13, and receives a terminal process to be processed preferentially by the upper layer CPU 4. Then, in the filter processing section 10,
The priority packet determination circuit 11 distinguishes between a designated process and an I
Correspondence with the P address is performed, it is determined whether the received packet is a packet that should be processed with priority, and the priority packet is transferred to the priority processing buffer 12, and other packets are transferred to the normal processing buffer 13. Furthermore, if there is a packet in the priority processing buffer 12, the packet is sent to the TC.
If there is no packet, the normal processing buffer 13 is checked and if there is a packet, the packet is transferred to the TCP/IP controller 3. In addition, C
The timing at which the above specification is made from the PU 4 to the filter processing unit 10 is the timing at which the process ID or network ID of the other party is specified after a session is established with the other party's process.
そして、TPC/IPコントローラ3において、パケッ
ト選択を行い、次いでIPプロトコル処理及びTCPプ
ロトコル処理を順次行うことになる。Then, the TPC/IP controller 3 performs packet selection, and then sequentially performs IP protocol processing and TCP protocol processing.
このようなE thernetコントローラ2、フィル
タ処理部10、TCP/IPコントローラ3による処理
の流れを第3図に示す。この処理の流れに従っである特
定のプロセスからのパケットのみ優先的に処理すること
ができる。FIG. 3 shows the flow of processing by the Ethernet controller 2, filter processing section 10, and TCP/IP controller 3. According to this processing flow, only packets from a specific process can be processed preferentially.
前述の如く、ある特定のプロセスからの処理が、他プロ
セスとの通信に関係なく処理されることにより、例えば
病院内の画像保管通信システムのように大量データ転送
(0,5MByte 〜8MByte)行う通信システ
ムにおいて顕著な効果を奏すことになる。As mentioned above, processing from a specific process is processed regardless of communication with other processes, resulting in communication that transfers a large amount of data (0.5MByte to 8MByte), such as in an image storage communication system in a hospital. This will have a significant effect on the system.
第4図は、本発明が適用された一実施例の医用画像保管
通信システムのシステム構成図である。FIG. 4 is a system configuration diagram of a medical image archiving and communication system according to an embodiment of the present invention.
この一実施例の医用画像保管通信システムでは、画像デ
ータベース(DB)14が画像表示装置をなすワークス
テーション(WS)15からの画像データの要求を受信
しているときに、画像データ発生袋[16からの画像登
録要求があっても、画像データベース14においてワー
クステーション15からのパケットの処理を優先させる
ことにより、ワークステーション15て操作している人
を持せないようなネットワークシステムが構築されてい
るものである。In the medical image storage and communication system of this embodiment, when the image database (DB) 14 is receiving a request for image data from the workstation (WS) 15 serving as an image display device, the image data generation bag [16 Even if there is an image registration request from a user, the image database 14 prioritizes the processing of packets from the workstation 15, so that a network system is constructed in which no one is operating the workstation 15. It is something.
即ち、この一実施例の医用画像保管通信システムにあっ
ては、画像データベース14が第1図B至第3図に従っ
て説明した通信処理装置の機能構成とされた場合のもの
である。この場合、画像データ発生装置16が示すモダ
リティ画像に対する画像登録は検査の間に行えばよく、
即時性は要求されない。That is, in the medical image archiving and communication system of this embodiment, the image database 14 has the functional configuration of the communication processing device described in accordance with FIGS. 1B to 3. In this case, image registration for the modality image indicated by the image data generation device 16 may be performed during the examination;
Immediacy is not required.
従って、本実施例によれば、画像データベース14て要
求がぶつかった場合でもワークステーション15の操作
者(医師)への応答を速くすることができる。Therefore, according to this embodiment, even if the image database 14 encounters a request, the response to the operator (physician) of the workstation 15 can be made faster.
また、データをメツセージ単位に処理するため、第5図
に示すような関係で、処理が重なった場合の平均待ち時
間が短くなるという効果も生しる。Furthermore, since data is processed in units of messages, the average waiting time when processing overlaps is shortened, as shown in FIG. 5.
但し、第5図中の矢印は1パケット当りの通信処理時間
を示す。However, the arrow in FIG. 5 indicates the communication processing time per packet.
即ち、第5図に示すように、二つのプロセスからの通信
を並行して行うとどちらも同しように遅くなってしまう
。ところが、本発明によると特定のプロセスを優先させ
ることから、優先処理したプロセスは従来に比べて2倍
早くなり、その他のプロセスも従来と変らない時間で処
理が終了する。That is, as shown in FIG. 5, if communication from two processes is performed in parallel, both processes become equally slow. However, according to the present invention, since a specific process is prioritized, the prioritized process is twice as fast as the conventional process, and other processes are completed in the same time as the conventional process.
従って全体として通信時間の初期値が小さくなる。Therefore, the initial value of communication time becomes smaller overall.
このような本発明による一実施例の医用画像保管通信シ
ステムにおける処理状況を具体的に示したのが第6図で
あり、同図においては、画像データベースに対してワー
クステーション及びX線CT装置から通信要求かあった
場合のパケット到達順序とフィルタ処理した後の処理順
序を示している。FIG. 6 specifically shows the processing situation in the medical image archiving and communication system according to one embodiment of the present invention. It shows the order in which packets arrive when there is a communication request and the processing order after filtering.
この第6図を見ても判るように、データベースでのパケ
ット到着順序か、第1番目:WSl、第2番目:CT1
、第3番目+WS2、第4番目:WS3、第5番目:W
S4のとき、処理順序は、第1番目 WSl、第2番目
・WS2、第3番目目:WS3、第4番目・WS4、第
5番目二〇T1の如く、画像要求が優先され、画像登録
が優先処理の終了後に処理される。この際、優先処理バ
ッファ及び通常処理バッファにおけるそれぞれのパケッ
ト配列が第7図に示す通りである。As can be seen from Figure 6, the order of packet arrival in the database is: 1st: WS1, 2nd: CT1
, 3rd + WS2, 4th: WS3, 5th: W
At S4, the processing order is as follows: 1st: WS1, 2nd: WS2, 3rd: WS3, 4th: WS4, 5th: 20T1, giving priority to the image request and registering the image. Processed after priority processing ends. At this time, the respective packet arrangements in the priority processing buffer and the normal processing buffer are as shown in FIG.
[発明の効果コ
以上説明したように本発明のよれば、優先処理したいパ
ケットのみを処理し、この優先処理の終了後に残りのパ
ケットを処理することになるから、優先処理したいパケ
ットとその他のパケットとの並行処理が回避され、優先
処理したいパケットの処理を高速化することができると
いう効果を奏するとになる。[Effects of the Invention] As explained above, according to the present invention, only the packets to be processed with priority are processed, and the remaining packets are processed after this priority processing is completed, so that the packets to be processed with priority and other packets are This has the effect of avoiding parallel processing with the packets and speeding up the processing of packets that should be processed with priority.
第1図は本発明の通信システムにおける各端末をなす一
実施例の通信処理装置の構成を示すブロック図、第2図
は本発明の一実施例の通信処理装置における受信処理系
の機能ブロック図、第3図は本発明の一実施例の通信処
理装置における処理の流れを示すフローチャート、も第
4図は本発明が適用された医用画像保管通信システムの
システム構成図、第5図はパケット処理の状況を示す図
、第6図はパケット到達順序とその処理順序との関係を
示す図、第7図は各処理バッファの内容を機械的に示す
図、第8図は、ネットワークシステムの一例を示す図、
第9図は従来の通信システムにおける端末の構成を示す
ブロック図、第10図は従来の通信システムの端末にお
ける処理の流れを示すフローチャートである。
1・・・通信インターフェース基板
2 ” ” ” E thernet :+シトローラ
3・・・TCP/IPコントローラ
4・・・CPU 5・・・トランシーバ6・・
・同軸ケーブル 7・・・メモリ8・・・デイスプレィ
コントローラ
9・・・デイスプレィ
10・・・フィルタ処理部
11・・・優先パケット判別回路
12・・・優先処理バッファ
13・・・通常処理バッファFIG. 1 is a block diagram showing the configuration of a communication processing device according to an embodiment of the present invention, which constitutes each terminal in the communication system of the present invention. FIG. , FIG. 3 is a flowchart showing the flow of processing in a communication processing device according to an embodiment of the present invention, FIG. 4 is a system configuration diagram of a medical image archiving and communication system to which the present invention is applied, and FIG. 5 is a diagram showing packet processing. 6 is a diagram showing the relationship between the order in which packets arrive and their processing order, FIG. 7 is a diagram mechanically showing the contents of each processing buffer, and FIG. 8 is an example of a network system. The figure shown,
FIG. 9 is a block diagram showing the configuration of a terminal in a conventional communication system, and FIG. 10 is a flowchart showing the flow of processing in a terminal in the conventional communication system. 1...Communication interface board 2 """ Ethernet:+Citrola 3...TCP/IP controller 4...CPU 5...Transceiver 6...
・Coaxial cable 7...Memory 8...Display controller 9...Display 10...Filter processing section 11...Priority packet discrimination circuit 12...Priority processing buffer 13...Normal processing buffer
Claims (5)
に接続されているネットワークシステムが構築され、前
記各端末毎に複数プロセスからのパケットを受信処理す
るネットワークイーンターフェースと、上位プロトコル
を処理するプロセッサとを備えてなる通信システムにお
いて、 前記ネットワークインターフェースは、受信パケットが
どのプロセスからのパケットかを判断する手段を有し、
この判断の結果に基づいて前記複数プロセス間のパケッ
ト処理の順番を決定することを特徴とする通信システム
。(1) A network system is constructed in which multiple terminals are connected to one packet-switched network, and each terminal has a network interface that receives and processes packets from multiple processes, and a processor that processes upper-layer protocols. In the communication system, the network interface has means for determining from which process the received packet comes from;
A communication system characterized in that the order of packet processing among the plurality of processes is determined based on the result of this determination.
クアドレスで行うことを特徴とする請求項1記載の通信
システム。(2) The communication system according to claim 1, wherein the determination means determines the packet based on a network address.
判断結果に基づき、特定のプロセスからのパケットの処
理を優先させることを特徴とする請求項1記載の通信シ
ステム。(3) The communication system according to claim 1, wherein the network interface prioritizes processing of packets from a specific process based on the determination result.
らの受信パケットの優先処理の順位を受けることを特徴
とする請求項1記載の通信システム。(4) The communication system according to claim 1, wherein the priority processing order of received packets from a plurality of processes is received based on an instruction from the processor.
テムであることを特徴とする請求項1記載の通信システ
ム。(5) The communication system according to claim 1, wherein the network system is an in-hospital image communication system.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2307260A JPH04180425A (en) | 1990-11-15 | 1990-11-15 | Communication system |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2307260A JPH04180425A (en) | 1990-11-15 | 1990-11-15 | Communication system |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JPH04180425A true JPH04180425A (en) | 1992-06-26 |
Family
ID=17966968
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2307260A Pending JPH04180425A (en) | 1990-11-15 | 1990-11-15 | Communication system |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH04180425A (en) |
Cited By (15)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH07509517A (en) * | 1992-08-03 | 1995-10-19 | ヘンケル・コマンディットゲゼルシャフト・アウフ・アクチェン | Lubricant concentrates and aqueous lubricant solutions containing fatty amines, their preparation and uses |
| US5699521A (en) * | 1994-03-30 | 1997-12-16 | Hitachi, Ltd. | Communication system and communication method |
| US6205484B1 (en) | 1997-07-11 | 2001-03-20 | Telefonaktiebolaget Lm Ericsson | Controlling access to resources in a connectionless network using a ticket message containing reserved network resource allocation information |
| WO2007138653A1 (en) | 2006-05-25 | 2007-12-06 | Duaxes Corporation | Communication management system, communication management method, and communication control device |
| JP2009540743A (en) * | 2006-06-16 | 2009-11-19 | ハリス コーポレイション | Inbound content-type QoS method and system |
| US7865474B2 (en) | 2005-05-20 | 2011-01-04 | Duaxes Corporation | Data processing system |
| JP4772920B2 (en) * | 2008-05-30 | 2011-09-14 | 株式会社アドバンテスト | Test apparatus and transmission apparatus |
| US8065322B2 (en) | 2006-05-22 | 2011-11-22 | Duaxes Corporation | Binary search circuit and method |
| US8073855B2 (en) | 2005-03-28 | 2011-12-06 | Duaxes Corporation | Communication control device and communication control system |
| US8201017B2 (en) | 2008-09-30 | 2012-06-12 | Fujitsu Limited | Method for queuing message and program recording medium thereof |
| US8295802B2 (en) | 2006-07-04 | 2012-10-23 | Duaxes Corporation | Communication control device and communication control method for an emergency call over the internet |
| US8336092B2 (en) | 2005-02-18 | 2012-12-18 | Duaxes Corporation | Communication control device and communication control system |
| US8417677B2 (en) | 2006-06-02 | 2013-04-09 | Duaxes Corporation | Communication management system, communication management method and communication control device |
| US8463727B2 (en) | 2006-08-24 | 2013-06-11 | Duaxes Corporation | Communication management system and communication management method |
| US8572759B2 (en) | 2006-08-24 | 2013-10-29 | Duaxes Corporation | Communication management system and communication management method |
-
1990
- 1990-11-15 JP JP2307260A patent/JPH04180425A/en active Pending
Cited By (18)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH07509517A (en) * | 1992-08-03 | 1995-10-19 | ヘンケル・コマンディットゲゼルシャフト・アウフ・アクチェン | Lubricant concentrates and aqueous lubricant solutions containing fatty amines, their preparation and uses |
| US5699521A (en) * | 1994-03-30 | 1997-12-16 | Hitachi, Ltd. | Communication system and communication method |
| US6205484B1 (en) | 1997-07-11 | 2001-03-20 | Telefonaktiebolaget Lm Ericsson | Controlling access to resources in a connectionless network using a ticket message containing reserved network resource allocation information |
| US8336092B2 (en) | 2005-02-18 | 2012-12-18 | Duaxes Corporation | Communication control device and communication control system |
| US8073855B2 (en) | 2005-03-28 | 2011-12-06 | Duaxes Corporation | Communication control device and communication control system |
| US7865474B2 (en) | 2005-05-20 | 2011-01-04 | Duaxes Corporation | Data processing system |
| US8065322B2 (en) | 2006-05-22 | 2011-11-22 | Duaxes Corporation | Binary search circuit and method |
| WO2007138653A1 (en) | 2006-05-25 | 2007-12-06 | Duaxes Corporation | Communication management system, communication management method, and communication control device |
| US8117305B2 (en) | 2006-05-25 | 2012-02-14 | Duaxes Corporation | Communication management system, communication management method, and communication control device |
| US8417677B2 (en) | 2006-06-02 | 2013-04-09 | Duaxes Corporation | Communication management system, communication management method and communication control device |
| JP2009540743A (en) * | 2006-06-16 | 2009-11-19 | ハリス コーポレイション | Inbound content-type QoS method and system |
| JP2012090302A (en) * | 2006-06-16 | 2012-05-10 | Harris Corp | Method and system for inbound content-based qos |
| US8295802B2 (en) | 2006-07-04 | 2012-10-23 | Duaxes Corporation | Communication control device and communication control method for an emergency call over the internet |
| US8463727B2 (en) | 2006-08-24 | 2013-06-11 | Duaxes Corporation | Communication management system and communication management method |
| US8572759B2 (en) | 2006-08-24 | 2013-10-29 | Duaxes Corporation | Communication management system and communication management method |
| US8407532B2 (en) | 2008-05-30 | 2013-03-26 | Advantest Corporation | Test apparatus and transmission device |
| JP4772920B2 (en) * | 2008-05-30 | 2011-09-14 | 株式会社アドバンテスト | Test apparatus and transmission apparatus |
| US8201017B2 (en) | 2008-09-30 | 2012-06-12 | Fujitsu Limited | Method for queuing message and program recording medium thereof |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US7761619B2 (en) | Method and system for parallelizing completion event processing | |
| JPH04180425A (en) | Communication system | |
| US6011910A (en) | Supporting authentication across multiple network access servers | |
| US7554976B2 (en) | Method and system for transferring a packet stream to RDMA | |
| US6704786B1 (en) | Network and end-host efficiency for web communication | |
| US7532619B2 (en) | Packet transfer apparatus with multiple general-purpose processors | |
| EP0713309A2 (en) | Network station with multiple network addresses | |
| US20040240435A1 (en) | Obtaining a destination address so that a network interface device can write network data without headers directly into host memory | |
| JPH08507909A (en) | Method and apparatus for interfacing a workstation to multiple computer platforms | |
| US8539089B2 (en) | System and method for vertical perimeter protection | |
| JPH06243103A (en) | Parallel computer system | |
| JPH0563749A (en) | Multi-protocol communication controller | |
| US6147987A (en) | Supporting load sharing across multiple network access servers | |
| JP2002026944A (en) | Method and system for common use of device and arbitration | |
| US20060259570A1 (en) | Method and system for closing an RDMA connection | |
| US6026085A (en) | Architecture to support a single system image across multiple network access servers | |
| WO2024146242A1 (en) | Camera sharing method, system and device, and computer readable storage medium | |
| TWI243560B (en) | Method and apparatus for a hybrid network device for performing in a virtual private network and a wireless local area network | |
| US6278705B1 (en) | Integrated architecture to support a single system image across multiple network access servers | |
| CN111010340A (en) | Data message forwarding control method and device and computing device | |
| US6233232B1 (en) | Supporting multilink connections across multiple network access servers | |
| EP1540473B1 (en) | System and method for network interfacing in a multiple network environment | |
| JPH08307454A (en) | Packet priority processor | |
| EP1575236B1 (en) | Connectivity confirmation method for network storage device and host computer | |
| TW202540875A (en) | Usb hub with circuitry to identify and store device response data |