JP2006279188A - Transmission controller conducting priority control, communication controller, communication system, communication network and transmission method - Google Patents

Transmission controller conducting priority control, communication controller, communication system, communication network and transmission method Download PDF

Info

Publication number
JP2006279188A
JP2006279188A JP2005091178A JP2005091178A JP2006279188A JP 2006279188 A JP2006279188 A JP 2006279188A JP 2005091178 A JP2005091178 A JP 2005091178A JP 2005091178 A JP2005091178 A JP 2005091178A JP 2006279188 A JP2006279188 A JP 2006279188A
Authority
JP
Japan
Prior art keywords
packet
transmission
control apparatus
transmission control
priority
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
JP2005091178A
Other languages
Japanese (ja)
Other versions
JP2006279188A5 (en
Inventor
Naohito Kobayashi
尚人 小林
Masato Ota
正人 大田
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 JP2005091178A priority Critical patent/JP2006279188A/en
Publication of JP2006279188A publication Critical patent/JP2006279188A/en
Publication of JP2006279188A5 publication Critical patent/JP2006279188A5/ja
Pending legal-status Critical Current

Links

Images

Landscapes

  • Communication Control (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To solve the problem that a packet is not transmitted until the transmission of the packet already started is completed even when the packet having higer priority reaches later if the transmission processing of the packet is started once because a packet transmission started once is not interrupted until its completion in a conventional QoS control, both the transmission side and the receiving side are required to be compatible with the new system when the transmission interruption of the packet being transmitted and the restart of the transmission of the packet are applied and an equipment investment is increased. <P>SOLUTION: In a communication transferring the packets, the transmission of the first packet is interrupted and the second packet is transmitted preferentially when the priority of the succeeding second packet is higher than that of the first packet being transmitted. In the communication, all data contained in the first packet are transmitted after the completion of the transmission of the second packet. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、送信制御装置、通信制御装置、通信システム、通信ネットワーク、及び送信方法に関し、特に、優先制御処理が可能な送信制御装置、通信制御装置、通信システム、通信ネットワーク、及び送信方法に関する。   The present invention relates to a transmission control device, a communication control device, a communication system, a communication network, and a transmission method, and more particularly to a transmission control device, a communication control device, a communication system, a communication network, and a transmission method capable of priority control processing.

通常、インタネット上の通信は、パケットと呼ばれる可変長フレームをインタネット・プロトコル(IP)を用いて転送することで行われている。インタネットは、「ベスト・エフォート」と呼ばれる方式を採用しており、各IP装置は要求された全てのパケットを受け付ける一方、各パケットの送信を処理し終わるまでに要する時間に関しては保証をしないことを特徴としている。
図2は従来のIPネットワーク装置の一例を示す概略図である(送信部分のみ図示した)。この装置の送信部分は、処理待ちパケット保存部101と、パケット制御部120と、パケット送信処理部106と、送信中パケットバッファ104と、からなる。パケット制御部120では、パケット送信処理部106を制御するプログラム(Tx Thread)が動作している。
Usually, communication on the Internet is performed by transferring a variable-length frame called a packet using the Internet protocol (IP). The Internet adopts a method called “best effort”, and each IP device accepts all requested packets, but does not guarantee the time required to complete the transmission of each packet. It is a feature.
FIG. 2 is a schematic diagram showing an example of a conventional IP network device (only the transmission part is shown). The transmission portion of this apparatus includes a processing-waiting packet storage unit 101, a packet control unit 120, a packet transmission processing unit 106, and a transmitting packet buffer 104. In the packet control unit 120, a program (Tx Thread) for controlling the packet transmission processing unit 106 is operating.

本IPネットワーク装置に到着した送信パケットはまず処理待ちパケット保存部101に格納される。パケット送信処理部106は、処理待ちパケット保存部101から取り出したパケットを、送信中パケットバッファ104へ送る。パケットは送信中パケットバッファ104から送出される。   A transmission packet arriving at the IP network device is first stored in the processing-waiting packet storage unit 101. The packet transmission processing unit 106 sends the packet extracted from the processing-waiting packet storage unit 101 to the transmitting packet buffer 104. The packet is sent out from the packet buffer 104 during transmission.

さらに、近年、音声や動画などのリアルタイムな情報を転送する需要が高まるにつれ、インタネットにもある程度のQoS(Quality of Service、通信品質)制御が求められるようになってきた。QoS制御とは、ネットワーク上である通信速度を保証する制御の総称である。そこで、インタネットにおいても、QoSの向上のため、ベスト・エフォート方式を基本としながら、全てのパケットを公平に扱うのはやめ、パケットに何らかの優先順位をつける方式がいくつか提案されている。この場合、待ち行列(キュー)に格納された送信待ちパケットの中で、優先度の高いものから先に処理をすることになる。例えば、Diff-serv方式(非特許文献1)、特許文献1の方式などが挙げられる。これらの技術により、ある程度のQoSは確保される。   Furthermore, in recent years, as the demand for transferring real-time information such as voice and moving images has increased, some degree of QoS (Quality of Service, communication quality) control has been required for the Internet. QoS control is a general term for control that guarantees a communication speed on a network. In order to improve QoS, the Internet has proposed several schemes based on the best-effort scheme, not handling all packets fairly, and giving some priority to the packets. In this case, among the transmission waiting packets stored in the queue (queue), the packet with the highest priority is processed first. For example, the Diff-serv method (Non-Patent Document 1), the method of Patent Document 1, and the like can be mentioned. These technologies ensure a certain level of QoS.

しかしながら、これらの従来の技術では、いずれも、QoS制御はパケットを送信する前に実施されており、いちど開始したパケット送信は、完了するまで中断しない。よって、一旦パケットの送信処理が始まってしまうと、さらに優先度の高いパケットがその後処理待ちパケット保存部101に格納されたとしても、現在送信処理をしているパケットの送信が終了するまで、優先度の高いパケットは送信を待たなければならない。この現象は、次段のネットワーク装置へ繋がる回線が狭帯域であった場合に特に顕著となる。
この問題を解決するために、特許文献2には、パケットの送信中であっても、優先度の高いパケットが到来した場合には、現在行っているパケット送信を中断し、高優先パケットを先に送信し、それが終了した後に、中断していたパケット送信を再開する技術が開示されている。この特許文献2記載の方式に特徴的なことは、中断したパケットの送信を再開する際に、パケットに含まれる全データを再送信するのではなく、中断した箇所から送信を再開し、中断した箇所より後の部分のみを再送信するということである。これにより、中断したパケット全体の再送信に伴うネットワークの利用効率の低下を防止できる。
However, in any of these conventional techniques, QoS control is performed before transmitting a packet, and packet transmission that has started once is not interrupted until completion. Therefore, once the packet transmission process starts, even if a packet with a higher priority is stored in the process-waiting packet storage unit 101, the priority is kept until the transmission of the packet currently being processed is completed. High-frequency packets must wait for transmission. This phenomenon is particularly noticeable when the line connected to the network device at the next stage has a narrow band.
In order to solve this problem, Patent Document 2 discloses that even when a packet is being transmitted, if a high-priority packet arrives, the current packet transmission is interrupted and the high-priority packet is sent first. And a technique for resuming the interrupted packet transmission after the transmission is completed. What is characteristic of the method described in Patent Document 2 is that when resuming the transmission of the interrupted packet, the transmission is resumed from the interrupted point instead of retransmitting all the data included in the packet. This means that only the part after the part is retransmitted. As a result, it is possible to prevent a decrease in network utilization efficiency associated with retransmission of the entire interrupted packet.

特開2004−015505号公報JP 2004-015505 A 特開2002−185516号公報JP 2002-185516 A 日経コミュニケーション編、「通信・ネットワーク用語ハンドブック」、第1版、日経BP社、2001年3月23日、p. 96Nikkei Communication, “Communication / Network Terminology Handbook”, 1st edition, Nikkei Business Publications, March 23, 2001, p. 96

IPパケットはIPヘッダとIPデータから構成されているが、IPヘッダ中のTotal Lengthと呼ばれる16 bitのフィールドにはそのパケットの長さ(IPヘッダとIPデータの合計)が格納されている。したがって、特許文献2記載の技術を、単に既存のIP上に実装した場合、送信途中で切断されたパケットについては、パケットの実際の長さとTotal Lengthに記載された値との間に齟齬が生じる。このため、受信側がこの方式に対応していないと受信装置側でLengthエラーが発生し、結局、送信を中断したパケットの送信済みの部分も失われてしまう。特許文献2記載の技術では、これを回避するために、パケットの送信を途中で中断してもエラーが生じないよう、通常のIPを拡張するか、或いは、IPとは異なる別のプロトコルを導入することが必要となる。しかも、送信装置側・受信装置側共にこの方式に対応していなければならないしたがって、特許文献2記載の方式には、既存のネットワーク装置との互換性が低く、この方式を導入するには多額の設備投資が必要であるという課題がある。このため、特許文献2記載の技術は現実にはなかなか導入が進まない懸念がある。   An IP packet is composed of an IP header and IP data. The length of the packet (total of IP header and IP data) is stored in a 16-bit field called Total Length in the IP header. Therefore, when the technique described in Patent Document 2 is simply implemented on an existing IP, for a packet that is cut off during transmission, a discrepancy occurs between the actual length of the packet and the value described in Total Length. . For this reason, if the receiving side does not support this method, a length error occurs on the receiving device side, and eventually, the transmitted part of the packet whose transmission is interrupted is lost. In the technology described in Patent Document 2, in order to avoid this, normal IP is extended or another protocol different from IP is introduced so that an error does not occur even if packet transmission is interrupted in the middle. It is necessary to do. Moreover, both the transmitting device side and the receiving device side must support this method. Therefore, the method described in Patent Document 2 has low compatibility with existing network devices, and a large amount of money is required to introduce this method. There is a problem that capital investment is necessary. For this reason, there is a concern that the technology described in Patent Document 2 is not easily introduced in reality.

また、特許文献2に記載された技術は、現在送信中のパケットよりも優先度が高いパケットが到着した場合には、現在行っているパケット送信を常に中断して、高優先パケットを常に先に送信するように構成されている。しかしながら、現在送信中のパケットの全体の長さ・既送信済みの部分の長さ・未送信の残りの部分の長さによっては、現在送信中のパケットを優先度が低くても敢えてそのまま送信し続け、その送信が終了した後に高優先パケットの送信を開始した方が、通信システム全体の利用効率という観点からは、望ましい場合も想定される。   In addition, the technique described in Patent Document 2 always interrupts the current packet transmission when a packet having a higher priority than the currently transmitted packet arrives, and always places the high priority packet first. Configured to send. However, depending on the total length of the currently transmitted packet, the length of the already transmitted portion, and the length of the remaining untransmitted portion, the currently transmitted packet may be sent as it is even if the priority is low. Subsequently, it may be desirable to start transmission of a high-priority packet after completion of the transmission from the viewpoint of the utilization efficiency of the entire communication system.

本発明は従来技術のこのような課題を解決するためになされたものである。すなわち、本発明は、優先度の高いキューの遅延時間を抑制し、より優先度に忠実な制御を行う通信において、IP自体の拡張・変更の必要がないように構成し、送信装置側が本方式に対応すれば済み、受信装置側は従来のIP装置をそのまま使用してもよい。即ち、本発明は、優先度に忠実な制御を可能とする通信方式を提供することを目的とする。また、本発明は、この通信方式を少ない設備投資で導入できるよう構成し、この通信方式の普及を図ることを目的としている。さらに、本発明は、単なる各パケットの持つ優先度の情報だけでなく、パケットの長さなど他のパラメータをも用いて、総合的にパケットの送信中止をするか否かを判断する。これにより、通信システム全体の利用効率を向上させることも目的としている。   The present invention has been made to solve such problems of the prior art. In other words, the present invention is configured so that there is no need to expand or change the IP itself in the communication in which the delay time of the high priority queue is suppressed and the control is more faithful to the priority. The receiving device side may use the conventional IP device as it is. That is, an object of the present invention is to provide a communication system that enables control faithful to priority. Another object of the present invention is to construct the communication system so that it can be introduced with a small capital investment, and to promote the communication system. Furthermore, according to the present invention, not only the priority information of each packet but also other parameters such as the length of the packet are used to determine whether or not to stop packet transmission comprehensively. This also aims to improve the utilization efficiency of the entire communication system.

本発明は、パケットを転送する通信において、現在送信中の第1のパケットよりも後続の第2のパケットの優先度が高い場合に、前記第1のパケットの送信を中止して前記第2のパケットを先に送信し、前記第2のパケットの送信終了後、前記第1のパケットに含まれる全データの送信を行うことを特徴とする。本発明は、さらに、前記パケットが可変長フレームからなることを特徴とする。本発明は、さらに、前記パケットの転送がベスト・エフォート方式で行なわれることを特徴とする。本発明は、IPを用いてパケットを転送する通信において、好ましく用いることができる。本発明では、さらに、前記第1のパケットをキューへ送り返すことが好ましい。   The present invention stops the transmission of the first packet by stopping the transmission of the first packet when the priority of the subsequent second packet is higher than the first packet currently being transmitted in the communication for transferring the packet. A packet is transmitted first, and after the transmission of the second packet is completed, all data included in the first packet is transmitted. The present invention is further characterized in that the packet comprises a variable length frame. The present invention is further characterized in that the packet transfer is performed in a best effort manner. The present invention can be preferably used in communication in which packets are transferred using IP. In the present invention, it is further preferable that the first packet is sent back to the queue.

また、本発明は、さらに、前記第1のパケットの送信を中止するか否かの判断基準のひとつとして、前記第1のパケットの残りの部分の長さを用いることを特徴とする。特に、前記第1のパケットの残りの部分の長さが第1の閾値よりも短い場合には、前記第1のパケットを最後まで送信することが望ましい。或いは、前記第1のパケットの残りの部分の長さが第1の閾値以下の場合には、前記第1のパケットを最後まで送信することが望ましい。この第1の閾値は変更可能であると良い。   The present invention is further characterized in that the length of the remaining portion of the first packet is used as one of the criteria for determining whether or not to stop transmission of the first packet. In particular, when the length of the remaining portion of the first packet is shorter than the first threshold, it is desirable to transmit the first packet to the end. Alternatively, when the length of the remaining portion of the first packet is equal to or less than the first threshold, it is desirable to transmit the first packet to the end. The first threshold value is preferably changeable.

前記優先度としては、Diff-serv方式のDiff-serv Code Point (DSCP)を好ましく用いることができる。又は、前記優先度としては、前記第1のパケットについてはDSCPとパケットの未送出部分の長さとを引数とする評価式で、前記第2のパケットについてはDSCPとパケットの全体の長さとを引数とする評価式で、それぞれ表すことが好ましい。この場合、例えば、前記優先度は、正の実数xを用いて、前記第1のパケットについての評価式が(DSCP)÷(パケットの未送出部分の長さ)^xで、前記第2のパケットについての評価式が(DSCP)÷(パケットの全体の長さ)^xで、それぞれ表すことができる。前記xは、例えば、1又は2を好ましく用いることができる。   As the priority, a Diff-serv type Diff-serv Code Point (DSCP) can be preferably used. Alternatively, as the priority, for the first packet, an evaluation expression using the DSCP and the length of the untransmitted portion of the packet as arguments, and for the second packet, the DSCP and the total length of the packet as arguments It is preferable to express each in the evaluation formulas. In this case, for example, the priority is a positive real number x, the evaluation formula for the first packet is (DSCP) / (length of untransmitted portion of packet) ^ x, and the second The evaluation formula for a packet can be expressed as (DSCP) ÷ (total length of packet) ^ x. For example, x can be preferably 1 or 2.

或いは、前記優先度としては、IPヘッダ内のPrecedenceを用いることもできる。或いは、前記優先度としては、前記第1のパケットについてはPrecedenceとパケットの未送出部分の長さとを引数とする評価式で、前記第2のパケットについてはPrecedenceとパケットの全体の長さとを引数とする評価式で、それぞれ表すことができる。この場合、例えば、前記優先度は、正の実数xを用いて、前記第1のパケットについての評価式が(Precedence)÷(パケットの未送出部分の長さ)^xで、前記第2のパケットについての評価式が(Precedence)÷(パケットの全体の長さ)^xで、それぞれ表すことができる。前記xは、例えば、1又は2を好ましく用いることができる。   Alternatively, Precedence in the IP header can be used as the priority. Alternatively, the priority is an evaluation expression that uses the precedence and the length of the untransmitted portion of the packet as arguments for the first packet, and the precedence and the total length of the packet for the second packet as arguments. Can be represented by the evaluation formulas. In this case, for example, the priority is a positive real number x, the evaluation formula for the first packet is (Precedence) / (length of untransmitted portion of packet) ^ x, and the second The evaluation formula for a packet can be represented by (Precedence) / (total length of packet) ^ x. For example, x can be preferably 1 or 2.

本発明は、さらに、前記第1のパケットの送信中止後に前記第1のパケットを分割する機能を有することが望ましい。分割数としては2を好ましく用いることができる。   It is preferable that the present invention further has a function of dividing the first packet after transmission of the first packet is stopped. As the number of divisions, 2 can be preferably used.

本発明は、さらに、前記第1のパケットの送信を中止するか否かの判断基準のひとつとして、前記第1のパケットの全体の長さを用いることを特徴とする。特に、前記第1のパケットの全体の長さが第2の閾値よりも短い場合には、前記第1のパケットの優先度と前記第2のパケットの優先度に関わらず、前記第1のパケットの送信を中止せず最後まで送信することが望ましい。前記第1のパケットの全体の長さが第2の閾値以下の場合には、前記第1のパケットの優先度と前記第2のパケットの優先度に関わらず、前記第1のパケットの送信を中止せず最後まで送信することが望ましい。この第2の閾値は変更可能であると良い。   The present invention is further characterized in that the entire length of the first packet is used as one of the criteria for determining whether or not to stop transmission of the first packet. In particular, when the overall length of the first packet is shorter than a second threshold, the first packet is independent of the priority of the first packet and the priority of the second packet. It is desirable to transmit to the end without stopping transmission. When the entire length of the first packet is equal to or smaller than a second threshold, transmission of the first packet is performed regardless of the priority of the first packet and the priority of the second packet. It is desirable to send to the end without stopping. The second threshold value may be changeable.

或いは、本発明は、前記第1のパケットの送信を中止するか否かの判断基準のひとつとして、前記第1のパケットの既送信の部分の長さを用いることを特徴とする。特に、前記第1のパケットの既送信の部分の長さが第3の閾値よりも長い場合には、前記第1のパケットを最後まで送信することができる。この第3の閾値は変更可能であると良い。   Alternatively, the present invention is characterized in that the length of the already transmitted portion of the first packet is used as one of the criteria for determining whether or not to stop the transmission of the first packet. In particular, when the length of the already transmitted portion of the first packet is longer than a third threshold, the first packet can be transmitted to the end. The third threshold value is preferably changeable.

本発明には、特許文献2記載の発明と異なり、送信側が本発明の技術を採用すればよく、受信側は従来の装置でよいという利点がある。このため、本発明を実施するための設備投資は低廉で済み、本発明の方式は導入が容易に進むことが期待される。   Unlike the invention described in Patent Document 2, the present invention has an advantage that the transmitting side only needs to adopt the technology of the present invention, and the receiving side may be a conventional apparatus. For this reason, the capital investment for implementing the present invention is low, and the system of the present invention is expected to be easily introduced.

さらに、本発明では、現在送信中のパケットを中止するか否かは、単なる優先度だけではなく、現在送信中のパケットの全体の長さ・既送信済みの部分の長さ・未送信の残りの部分の長さ等から、総合的に判断している。したがって、通信システム全体の利用効率を向上させることが可能となっている。   Further, in the present invention, whether or not to cancel a packet that is currently being transmitted is determined not only by priority, but also by the total length of the currently transmitted packet, the length of the already transmitted portion, and the remaining untransmitted Judging comprehensively from the length of the part. Therefore, it is possible to improve the utilization efficiency of the entire communication system.

本発明の実施の形態について、図面を用いて説明する。 Embodiments of the present invention will be described with reference to the drawings.

《実施例1》
図1は本発明の一実施例のIPネットワーク装置を示す概略図である(送信部分のみ図示した)。この装置の送信部分は、パケット長又は優先度等を比較するパケット判断部107と、パケット送信処理を行うパケット送信処理部106と、パケットヘッダ情報を保存するパケットヘッダ情報保存部108と、処理待ちパケットの長さの取得等を行うキュー監視部111と、パケット制御部120と、処理待ちパケット保存部101と、送信中パケットバッファ104と、パケットを送信中パケットバッファ104から処理待ちパケット保存部101へと送り返すEnqueue処理部105と、処理待ちパケットの優先度を取得する処理待ちパケット優先度取得部110と、からなる。パケット制御部120では、パケット判断部107と、パケット送信処理部106と、パケットヘッダ情報保存部108と、キュー監視部111と、を制御するプログラム(Tx Thread)が動作している。
Example 1
FIG. 1 is a schematic diagram showing an IP network device according to an embodiment of the present invention (only a transmission part is shown). The transmission part of this apparatus includes a packet determination unit 107 that compares packet lengths or priorities, a packet transmission processing unit 106 that performs packet transmission processing, a packet header information storage unit 108 that stores packet header information, A queue monitoring unit 111 that acquires a packet length, a packet control unit 120, a processing-waiting packet storage unit 101, a transmitting packet buffer 104, and a processing-waiting packet storage unit 101 from a transmitting packet buffer 104. And an enqueue processing unit 105 that sends it back to and a process waiting packet priority acquisition unit 110 that acquires the priority of the process waiting packet. In the packet control unit 120, a program (Tx Thread) that controls the packet determination unit 107, the packet transmission processing unit 106, the packet header information storage unit 108, and the queue monitoring unit 111 is operating.

本発明のIPネットワーク装置に到着した送信パケットはまず処理待ちパケット保存部101に格納される。パケット送信処理部106は、パケット判断部107が各パケットの優先度に応じて処理待ちパケット保存部101から取り出したパケットを、送信中パケットバッファ104へ送る。パケットは送信中パケットバッファ104から送出される。ここまでの動作は、図2に示した従来のIPネットワーク装置と同様であるが、本実施例1のIPネットワーク装置は、送信中パケットバッファ104で送信中のパケットを、必要に応じて、Enqueue処理部105を経由して処理待ちパケット保存部101へ送り返す機能を有しているという点が異なっている。すなわち、本発明のIPネットワーク装置で、優先度の低い長いパケットが送信中パケットバッファ104から送信されている間に、優先度の高いパケットが処理待ちパケット保存部101に格納された場合、Tx Threadは、送信中の優先度の低い長いパケットの送信処理を削除し、高優先パケットを先に送信する。送信処理を削除された優先その低い長いパケットは、後に再び送信処理がなされる。   A transmission packet arriving at the IP network device of the present invention is first stored in the processing-waiting packet storage unit 101. The packet transmission processing unit 106 sends the packet taken out from the processing-waiting packet storage unit 101 by the packet determination unit 107 according to the priority of each packet to the transmitting packet buffer 104. The packet is sent out from the packet buffer 104 during transmission. The operation up to this point is the same as that of the conventional IP network apparatus shown in FIG. 2, but the IP network apparatus according to the first embodiment transmits a packet being transmitted in the transmitting packet buffer 104 as needed by an Enqueue. The difference is that it has a function of sending it back to the processing-waiting packet storage unit 101 via the processing unit 105. That is, in the IP network device of the present invention, when a packet with a high priority is stored in the processing-waiting packet storage unit 101 while a long packet with a low priority is being transmitted from the transmitting packet buffer 104, the Tx Thread Deletes the transmission process of a long packet with low priority during transmission and transmits the high priority packet first. The long packet with the low priority and the transmission process deleted is subjected to the transmission process again later.

本発明は、実際に各パケットの送信中にこれらの動作に入るか否かは、両パケット間の優先度の高低だけではなく、パケットの全体の長さや送信中のパケットの未送信で残っている部分の長さなど、各種パラメータをも加味した上で、判断するものである。本実施例1では、送信中パケットバッファ104があるパケットを送信中に、それよりも優先度の高いパケットが処理待ちパケット保存部101に到着し、かつ、送信中のパケットの未送信の残りの部分の長さが所定の閾値Aよりも長い場合に、Tx Threadが、送信を中止するように構成されている。閾値Aは、本IPネットワーク装置の起動時に設定される。   In the present invention, whether or not to enter these operations during the transmission of each packet is not only determined by the priority between both packets, but also by the overall length of the packet and the unsent packet being transmitted. Judgment is made after taking into account various parameters such as the length of the portion. In the first embodiment, while transmitting a packet in the transmitting packet buffer 104, a packet having a higher priority arrives at the processing-waiting packet storage unit 101, and the remaining unsent packets of the packet being transmitted When the length of the part is longer than a predetermined threshold A, the Tx Thread is configured to stop transmission. The threshold A is set when the IP network device is activated.

本実施例1では、優先度を表す指標として、Diff-serv Code Point (DSCP)を採用している。ここで、DSCPとは、Diff-serv方式において、インタネット上を流れるいろいろな性質をもつ音声や動画などを含むトラフィックの種類を識別して、それぞれのサービスに応じた転送処理を行うために、ルータなどの動作を決めるコードである。Diff-serv 方式では、IPパケット内のType of Service (TOS)フィールドをDS (Diff-serv)フィールドとして再定義し、このDSフィールドのうち6 bitにDSCPを記述する。したがって、DSCPによって表される優先度は2の6乗、即ち、64段階である。
図7はDiff-serve方式のIPヘッダ内でDSフィールドがどこに位置するかを示す概念図である。図7において、Diff-serve方式のIPヘッダは、先頭から順に、4ビットのバージョンと、4ビットのヘッダ長と、16ビットのデータグラム長と、16ビットの識別番号と、2ビットのフラグと、14ビットのフラグメントオフセットと、8ビットのTime to Liveと、8ビットのプロトコル番号と、16ビットのヘッダチェックサムと、32ビットの送信元IPアドレスと、32ビットの送信先IPアドレスと、32ビットのオプション領域と、から構成されている。このように、DSフィールドは、Diff-serve方式のIPヘッダ中で、先頭から9ビット目から16ビット目までの計16ビットを占めている。
In the first embodiment, Diff-serv Code Point (DSCP) is adopted as an index indicating priority. Here, DSCP is a router that uses the Diff-serv method to identify the types of traffic including voice and video with various properties that flow on the Internet, and to perform forwarding processing according to each service. This is the code that determines the operation. In the Diff-serv method, the Type of Service (TOS) field in the IP packet is redefined as a DS (Diff-serv) field, and DSCP is described in 6 bits of the DS field. Therefore, the priority represented by DSCP is 2 6, that is, 64 levels.
FIG. 7 is a conceptual diagram showing where the DS field is located in the Diff-serve IP header. In FIG. 7, the Diff-serve IP header has a 4-bit version, a 4-bit header length, a 16-bit datagram length, a 16-bit identification number, and a 2-bit flag in order from the top. , 14-bit fragment offset, 8-bit Time to Live, 8-bit protocol number, 16-bit header checksum, 32-bit source IP address, 32-bit destination IP address, 32 And an optional area of bits. Thus, the DS field occupies a total of 16 bits from the 9th bit to the 16th bit from the top in the Diff-serve IP header.

図8はそのDSフィールド内でDSCPがどこに位置するかを示す概念図である。図8において、DSフィールドは、先頭から、6ビットのDSCPと、2ビットの未使用領域と、から構成されている。このように、DSCPはDSフィールド中で、先頭から1ビット目から6ビット目までの計6ビットを占めている。   FIG. 8 is a conceptual diagram showing where the DSCP is located in the DS field. In FIG. 8, the DS field is composed of 6-bit DSCP and 2-bit unused area from the top. Thus, DSCP occupies a total of 6 bits from the first bit to the sixth bit in the DS field.

本実施例1でのTx Threadが優先制御をする際の具体的な処理手順をフローチャートにて図3に示す。図3において、Tx Threadは、まずパケット情報(IPヘッダとペイロードなど)をパケットヘッダ情報保存部108に保存(S303)した後に、送信中パケットバッファ104に対してパケットの送信指示を行う(S304)。次に、Tx Threadは、送信中パケットバッファ監視部114を用いて送信ポート(図示せず)を監視することによって、パケットが送信終了したか確認を行う(S305)。パケット送信中に別のパケットが処理待ちパケット保存部101に格納された場合には(S306、S307)、Tx Threadは、送信中パケットバッファ監視部114を用いて、送信中のパケットの未送信の残りの部分の長さが閾値Aより短いか否かを判断する(S308)。残りが閾値Aよりも短い場合には、送信中パケットはそのまま最後まで送出される(S311)。残りが閾値Aよりも長い場合には、Tx Threadは、処理待ちパケット優先度取得部110を用いて、待ちパケットの優先度を取得して(S309)、パケット判断部107を用いて、待ちパケットの優先度とパケットヘッダ情報保存部108に保存してあった送信中パケットの優先度とを比較する(S310)。送信中パケットの優先度が待ちパケットの優先度より高い場合には、送信中パケットはそのまま最後まで送出される(S311)。送信中パケットの優先度が待ちパケットの優先度より低い場合には、Tx Threadは、送信中パケットバッファ監視部114を用いて、送信中パケットバッファ104に対して、送信中パケットの送信中止を指示する(S312)。既に送信された部分は送信先にてヘッダ(Length)不正により削除されることになる。この場合、Tx Threadは、さらに、送信の中止(S312)をしたパケットをEnqueue処理部105経由にて、処理待ちパケット保存部101にEnqueueし(S314)、パケットヘッダ情報保存部108に保存してあった、送信中止したパケットの情報(IPヘッダとペイロードなど)を消去し(S315)、待ちパケットの送信処理を開始して(S316)、最初の手順へ戻る(S317)。   FIG. 3 is a flowchart showing a specific processing procedure when the Tx Thread in the first embodiment performs priority control. In FIG. 3, the Tx Thread first stores packet information (IP header, payload, etc.) in the packet header information storage unit 108 (S303), and then instructs the transmitting packet buffer 104 to transmit a packet (S304). . Next, the Tx Thread checks whether or not the packet has been transmitted by monitoring a transmission port (not shown) using the transmitting packet buffer monitoring unit 114 (S305). When another packet is stored in the pending packet storage unit 101 during packet transmission (S306, S307), the Tx Thread uses the transmitting packet buffer monitoring unit 114 to transmit an untransmitted packet. It is determined whether the length of the remaining part is shorter than the threshold value A (S308). If the remainder is shorter than the threshold value A, the currently transmitted packet is sent as it is to the end (S311). If the remainder is longer than the threshold value A, the Tx Thread acquires the priority of the waiting packet using the waiting packet priority acquisition unit 110 (S309), and uses the packet determination unit 107 to wait for the waiting packet. And the priority of the packet being transmitted stored in the packet header information storage unit 108 are compared (S310). If the priority of the transmitting packet is higher than the priority of the waiting packet, the transmitting packet is sent to the end as it is (S311). When the priority of the packet being transmitted is lower than the priority of the waiting packet, the Tx Thread instructs the packet buffer 104 for transmission to stop transmitting the packet being transmitted using the packet buffer monitoring unit 114 for transmission. (S312). The already transmitted part is deleted at the transmission destination due to the invalid header (Length). In this case, the Tx Thread further enqueues the packet whose transmission has been canceled (S312) to the processing-waiting packet storage unit 101 via the Enqueue processing unit 105 (S314), and stores it in the packet header information storage unit 108. The information (IP header, payload, etc.) of the packet that has been canceled is deleted (S315), the waiting packet transmission process is started (S316), and the process returns to the first procedure (S317).

本実施例1は、パケットの送信を中止した場合には、そのパケットを送信中パケットバッファ104からEnqueue処理部105を経由して、処理待ちパケット保存部101へ送り返すように構成されている。これにより、送信を中止したパケットを格納しておく専用のハードウエアなどが不要となっている。また、再度処理待ちパケット保存部101に格納されたパケットは、他のパケットと同じ基準で再び優先度を判断され、いずれTx Threadにより取り出される。このため、送信を中止したパケットについても何ら特別な扱いをする必要がなく、Tx Threadの構成も特に複雑になることはない。   In the first embodiment, when transmission of a packet is stopped, the packet is sent back from the transmitting packet buffer 104 to the processing-waiting packet storage unit 101 via the Enqueue processing unit 105. This eliminates the need for dedicated hardware for storing a packet whose transmission has been canceled. Further, the packet stored again in the processing-waiting packet storage unit 101 is again determined for priority based on the same criteria as other packets, and is eventually extracted by Tx Thread. For this reason, there is no need to treat the packet for which transmission has been stopped, and the Tx Thread configuration is not particularly complicated.

《実施例2》
本発明の第2の実施例として、他のIPネットワーク装置を挙げる。本実施例2のIPネットワーク装置の送信部分の概略図は実施例1と同じく図1により示されるが、パケット制御部120で動作するプログラムTx_Threadの処理が異なるために、パケット制御部120の作用が異なる。本実施例2のIPネットワーク装置の優先制御の具体的な手順をフローチャートにて図4に示す。なお、図4では、図3(実施例1)と同じ処理を行なうステップには図3と同じ番号を付してある。
Example 2
As a second embodiment of the present invention, another IP network device is cited. The schematic diagram of the transmission part of the IP network device according to the second embodiment is shown in FIG. 1 as in the first embodiment. However, the processing of the program Tx_Thread operating in the packet control unit 120 is different, so the operation of the packet control unit 120 is Different. FIG. 4 is a flowchart showing a specific procedure for priority control of the IP network device according to the second embodiment. In FIG. 4, steps for performing the same processing as in FIG. 3 (Embodiment 1) are given the same numbers as in FIG.

本実施例2では、Tx Threadが、送信中パケットの送信を中止(S312)した後、送信を中止したパケットを2分割してそれぞれにヘッダを付加する(S413)。2分割されたパケットにヘッダを付加する際には、受信側でLengthエラーが生じないよう、データグラム長(図7)を適宜設定する。Tx Threadは、さらに、分割されたパケットを処理待ちパケット保存部101にEnqueueする(S414)。S312以前とS315以降は実施例1と同じである。   In the second embodiment, after the Tx Thread stops transmitting the packet being transmitted (S312), the packet whose transmission is stopped is divided into two and a header is added to each packet (S413). When a header is added to a packet divided into two, the datagram length (FIG. 7) is appropriately set so that a Length error does not occur on the receiving side. The Tx Thread further enqueues the divided packets to the processing-waiting packet storage unit 101 (S414). Steps before S312 and after S315 are the same as in the first embodiment.

実施例1の優先制御手順(図3)では、送信を中止(S312)した低優先パケットをそのまま処理待ちパケット保存部101にEnqueueしている(S314)。したがって、その低優先パケットの送信を再び開始したとしても、優先度の高いパケットが次々と到来する場合には、その低優先パケットは再び処理待ちパケット保存部101にEnqueueされてしまい、際限なく送信を待たなければいけない怖れがある。本実施例2の優先制御手順(図4)では、この問題を解決するために、Tx Threadが、Enqueue処理部105を用いて、送信を中止したパケットを2分割してそれぞれにヘッダを付加する(S413)。2分割されたパケットにヘッダを付加する際には、受信側でLengthエラーが生じないよう、データグラム長(図7)を適宜設定する。Tx Threadは、さらに、分割された各パケットを処理待ちパケット保存部101にEnqueueする(S414)。これにより、低優先パケットは、送信が中止されて処理待ちパケット保存部101にEnqueueされる(S414)たびごとに2分割される(S413)ので、いずれ各断片の長さが閾値Aを下回り、仮に送信中に高優先パケットが到来したとしても、送信が中止されることがなくなる(S308、S311)。したがって、本実施例2では、低優先パケットが際限なく待たされることを防止することができる。   In the priority control procedure of the first embodiment (FIG. 3), the low-priority packet whose transmission has been stopped (S312) is enqueued in the processing-waiting packet storage unit 101 as it is (S314). Therefore, even if transmission of the low priority packet is started again, if packets with high priority arrive one after another, the low priority packet is enqueued again in the processing-waiting packet storage unit 101 and transmitted without limit. There is a fear of having to wait. In the priority control procedure according to the second embodiment (FIG. 4), in order to solve this problem, the Tx Thread uses the Enqueue processing unit 105 to divide a packet whose transmission has been stopped into two and add a header to each of the packets. (S413). When a header is added to a packet divided into two, the datagram length (FIG. 7) is appropriately set so that a Length error does not occur on the receiving side. The Tx Thread further enqueues each divided packet to the processing-waiting packet storage unit 101 (S414). As a result, the low-priority packet is divided into two (S413) each time transmission is stopped and enqueued to the processing-waiting packet storage unit 101 (S414), so that the length of each fragment eventually falls below the threshold A, Even if a high-priority packet arrives during transmission, transmission will not be interrupted (S308, S311). Therefore, in the second embodiment, it is possible to prevent the low priority packet from waiting indefinitely.

《実施例3》
本発明の第3の実施例として、他のIPネットワーク装置を挙げる。本実施例3のIPネットワーク装置の送信部分の概略図は実施例1と同じく図1により示されるが、パケット制御部120で動作するプログラムTx_Threadの処理が異なるために、パケット制御部120の作用が異なる。。本実施例3のIPネットワーク装置の優先制御の具体的な手順をプローチャートにて図5に示す。なお、図5では、図3(実施例1)と同じ処理を行なうステップには図3と同じ番号を付してある。
Example 3
As a third embodiment of the present invention, another IP network device is cited. The schematic diagram of the transmission part of the IP network device of the third embodiment is shown in FIG. 1 as in the first embodiment. However, the processing of the program Tx_Thread operating in the packet control unit 120 is different, so Different. . A specific procedure for priority control of the IP network device according to the third embodiment is shown in FIG. In FIG. 5, steps that perform the same processing as in FIG. 3 (Example 1) are denoted by the same numbers as in FIG. 3.

本実施例3では、送信処理開始時、Tx Threadが、パケット判断部107を用いて、送信すべきパケットのパケット長を確認し(S501)、閾値Bより長い場合にはS303以降に入り、それ以外の場合には通常の送信処理を行う(S502)。S303以降は実施例2と同じである。閾値Bは、本IPネットワーク装置の起動時に設定される。本実施例3では、この優先制御手順(図5)により、長さがある程度以下のパケットは、優先度に関わらず、S303以降に入ることがなくなる。   In the third embodiment, at the start of transmission processing, the Tx Thread checks the packet length of the packet to be transmitted using the packet determination unit 107 (S501). Otherwise, normal transmission processing is performed (S502). S303 and subsequent steps are the same as those in the second embodiment. The threshold B is set when the IP network device is activated. In the third embodiment, this priority control procedure (FIG. 5) prevents a packet having a length of a certain length or less from entering S303 and later regardless of the priority.

本実施例3では、パケット長がある程度短い場合には、例えそのパケットの優先度が低くとも、後続の高優先パケットの待ち時間に与える影響が少ないしたがって、送信中止と再開を繰り返すよりも、最後まで送信してしまう方が、ネットワーク全体の利用効率という観点からは望ましい。   In the third embodiment, when the packet length is short to some extent, even if the priority of the packet is low, the influence on the waiting time of the subsequent high-priority packet is small. Is preferable from the viewpoint of the utilization efficiency of the entire network.

さらに、本実施例3の優先制御手順(図5)では、それに加え、実施例2の優先制御手順(図4)と同じように、Tx Threadが、Enqueue処理部105を用いて、送信を中止したパケットを2分割してそれぞれにヘッダを付加する(S413)。2分割されたパケットにヘッダを付加する際には、受信側でLengthエラーが生じないよう、データグラム長(図7)を適宜設定する。Tx Threadは、さらに、分割された各パケットを処理待ちパケット保存部101にEnqueueする(S414)。これにより、何度も送信が中止されてそのたびごとに2分割(S413)されたパケットは、いずれ長さが閾値Bを下回り、S303以降に入ることがなくなる。したがって、高優先パケット到来の有無(S310)や未送信で残っている部分の長さの有無(S308)に関わらず、送信が中止されることがなくなる。このような制御により、本実施例3では、低優先パケットが送信を長く待つことを、実施例2よりもさらに確実に防止することができる。   Furthermore, in the priority control procedure (FIG. 5) of the third embodiment, in addition to the priority control procedure (FIG. 4) of the second embodiment, Tx Thread cancels transmission using the Enqueue processing unit 105. The packet is divided into two and a header is added to each of them (S413). When a header is added to a packet divided into two, the datagram length (FIG. 7) is appropriately set so that a Length error does not occur on the receiving side. The Tx Thread further enqueues each divided packet to the processing-waiting packet storage unit 101 (S414). As a result, a packet whose transmission has been stopped many times and divided into two (S413) each time will eventually fall below the threshold value B and will not enter S303 and thereafter. Therefore, transmission is not interrupted regardless of whether or not a high priority packet has arrived (S310) and whether or not there is a length of a portion that has not been transmitted yet (S308). According to such control, in the third embodiment, it is possible to more reliably prevent the low priority packet from waiting for transmission for a longer time than in the second embodiment.

《実施例4》
本発明の第4の実施例として、他のIPネットワーク装置を挙げる。本実施例4のIPネットワーク装置の送信部分の概略図は実施例1と同じく図1により示される。また、本実施例4のIPネットワーク装置の優先制御の具体的な手順は実施例1と同じく図3により示される。但し、本実施例4では、パケット制御部120で動作するプログラムTx_Threadの処理が実施例1と異なるために、パケット制御部120の作用が実施例1と異なっている。即ち、本実施例4では、未送信のパケットについては(DSCP)÷(パケットの長さ)を、送信中のパケットについては(DSCP)÷(未送信の残りの部分の長さ)を、それぞれ優先度として採用しているという点が実施例1と異なっている。
Example 4
As a fourth embodiment of the present invention, another IP network device is cited. A schematic diagram of the transmission part of the IP network device of the fourth embodiment is shown in FIG. The specific procedure for priority control of the IP network device of the fourth embodiment is shown in FIG. 3 as in the first embodiment. However, in the fourth embodiment, since the processing of the program Tx_Thread operating in the packet control unit 120 is different from that in the first embodiment, the operation of the packet control unit 120 is different from that in the first embodiment. That is, in the fourth embodiment, (DSCP) ÷ (packet length) for untransmitted packets, and (DSCP) ÷ (length of remaining untransmitted portions) for packets being transmitted, respectively. The difference from the first embodiment is that the priority is adopted.

これにより、本実施例4の優先制御手順では、例えDSCPの値が大きくとも、パケットが長いものは、優先度が低くなる。逆に、例えDSCPの値が小さくとも、パケットが短いものは優先度が高くなる。このように、優先度として単なるDSCPだけでなく、パケットの長さをも加味した指標を用いることによって、よりきめの細かい柔軟な優先制御を行うことができ、ネットワークの効率的な運用を図ることができる。   Thereby, in the priority control procedure of the fourth embodiment, even if the DSCP value is large, the packet having a long packet has a low priority. Conversely, even if the DSCP value is small, a packet with a short packet has a higher priority. In this way, by using an index that considers not only the DSCP but also the packet length as the priority, more detailed and flexible priority control can be performed, and the network can be operated efficiently. Can do.

なお、本実施例4では、実施例1を基本にして優先度の求め方を変更した実施形態について述べたが、実施例2又は実施例3を基本にして優先度の求め方を変更した実施形態も可能である。   In the fourth embodiment, the embodiment in which the method for obtaining the priority is changed based on the first embodiment has been described. However, the method for obtaining the priority is changed based on the second or third embodiment. Forms are also possible.

《実施例5》
本発明の第5の実施例として、他のIPネットワーク装置を挙げる。本実施例5のIPネットワーク装置の送信部分の概略図は実施例1と同じく図1により示されるが、パケット制御部120で動作するプログラムTx_Threadの処理が異なるために、パケット制御部120の作用が異なる。。本実施例5のIPネットワーク装置の優先制御の具体的な手順をフローチャートにて図6に示す。
Example 5
As a fifth embodiment of the present invention, another IP network device is cited. The schematic diagram of the transmission part of the IP network device of the fifth embodiment is shown in FIG. 1 as in the first embodiment. However, the processing of the program Tx_Thread operating in the packet control unit 120 is different, so Different. . FIG. 6 is a flowchart showing a specific procedure for priority control of the IP network device according to the fifth embodiment.

本実施例5の優先制御手順は基本的には実施例1のそれと同じであるが、以下の点が異なっている。即ち、パケット送信中に別のパケットが処理待ちパケット保存部101に格納された場合には、Tx Threadが、送信中パケットバッファ監視部114を用いて、送信中のパケットの送出済みの長さが閾値Cより長いか否かを判断する(S508)。既送出済みの部分が閾値Cよりも長い場合には、未送信の残りの部分を最後まで送出する(S311)。既送出済みの部分が閾値Cよりも短い場合には、Tx Threadが、待ちパケットの優先度を取得して(S309)、送信中パケットの優先度と待ちパケットの優先度を比較する(S310)。閾値Cは、本IPネットワーク装置の起動時に設定される。   The priority control procedure of the fifth embodiment is basically the same as that of the first embodiment, except for the following points. In other words, when another packet is stored in the processing-waiting packet storage unit 101 during packet transmission, the Tx Thread uses the transmitting packet buffer monitoring unit 114 to determine the length of the transmitted packet. It is determined whether or not it is longer than the threshold value C (S508). If the already transmitted part is longer than the threshold C, the remaining untransmitted part is transmitted to the end (S311). If the already transmitted part is shorter than the threshold C, the Tx Thread acquires the priority of the waiting packet (S309), and compares the priority of the packet being transmitted with the priority of the waiting packet (S310). . The threshold C is set when the IP network device is activated.

パケット送信中に別のパケットが処理待ちパケット保存部101に格納された場合に、前記実施例1乃至実施例4のIPネットワーク装置では、送信中のパケットの未送信の残りの部分がある程度以下の長さの場合には、残りを最後まで送出する(S311)。したがって、全体の長さが長いパケットの場合、既にかなりの長さの部分を送信してしまっていたとしても、未送信の残りの部分がある程度以上長い場合には、送信が中止されてしまい(S308)、既に送信した部分は失われてしまう。これに対し、本実施例5のIPネットワーク装置では、送信中のパケットの既送出済みの部分がある程度以上長い場合には、未送信の残りの部分の長さに関わらず、そのパケットを最後まで送出するように構成されている。これにより、パケット送信の中止・再送出に伴うネットワークの利用効率の低下を抑制しつつ、かつ、実施例1乃至実施例4に記載したような優先度に忠実なパケットの優先制御をも図り、その両立を図っている。   When another packet is stored in the processing-waiting packet storage unit 101 during packet transmission, in the IP network device according to the first to fourth embodiments, the remaining untransmitted portion of the packet being transmitted is below a certain level. In the case of length, the rest is sent to the end (S311). Therefore, in the case of a packet having a long overall length, even if a considerable length portion has already been transmitted, if the remaining untransmitted portion is longer than a certain length, the transmission is canceled ( S308), the already transmitted part is lost. On the other hand, in the IP network device of the fifth embodiment, when the already transmitted portion of the packet being transmitted is longer than a certain length, the packet is transmitted to the end regardless of the length of the remaining untransmitted portion. It is configured to send out. Thereby, while suppressing a decrease in the network utilization efficiency due to the suspension / retransmission of packet transmission, the priority control of packets faithful to the priority as described in the first to fourth embodiments is also achieved, We are trying to achieve both.

これまで述べた実施形態では、Diff-serv方式に於けるDSCP(及びDSCPとパケット長の組み合わせ)を基本とした優先制御手順について述べたが、本発明の適用はこれに限られるものではない。本発明における優先度としては、例えば既知のPrecedence等を基本としたものなども考えられる。また、優先度を決定するための評価式としては、前記実施例4のもの以外に、例えば、(DSCP)÷(パケットの長さ)^2などが考えられる。この場合、実施例4に比べ、パケットの長さが長くなると、急激に優先度が低くなり、短いパケットに対してより有利になる。どのような評価式を採用するかは、どのようなデータをより優先させたいか、などのネットワークの設計方針に基づいて決定される。さらに、実施例2及び実施例3では、送信を中止したパケットを2分割しているが(図4のS413)、これは必ずしも分割数は2である必要はない。例えば、3分割、4分割、など2以上の任意の分割数が考えられる。上記実施の形態では、本発明のIPネットワーク上での実施について述べたが、本発明の実施はIPプロトコル上に限定されるものではない。本発明は、可変長フレームをベスト・エフォート方式で転送するプロトコルであれば、どのようなものの上でも実施することができる。   In the embodiments described so far, the priority control procedure based on DSCP (and the combination of DSCP and packet length) in the Diff-serv method has been described, but the application of the present invention is not limited to this. As the priority in the present invention, for example, a priority based on a known precedence or the like may be considered. Further, as an evaluation formula for determining the priority, for example, (DSCP) ÷ (packet length) ^ 2 can be considered in addition to the formula in the fourth embodiment. In this case, as compared with the fourth embodiment, when the length of the packet is increased, the priority is rapidly decreased, which is more advantageous for a short packet. Which evaluation formula is adopted is determined based on a network design policy such as what data is to be given higher priority. Further, in the second and third embodiments, the packet whose transmission is stopped is divided into two (S413 in FIG. 4), but this does not necessarily require the division number to be two. For example, two or more arbitrary division numbers such as three divisions and four divisions are conceivable. In the above embodiment, the implementation on the IP network of the present invention has been described. However, the implementation of the present invention is not limited to the IP protocol. The present invention can be implemented on any protocol that transfers variable-length frames in a best-effort manner.

本発明の一実施例であるIPネットワーク装置を示す概略図である(実施例1乃至実施例5、送信部分のみ図示)。It is the schematic which shows the IP network apparatus which is one Example of this invention (Example 1 thru | or Example 5, only a transmission part is shown). 従来のIPネットワーク装置の一例を示す概略図である(送信部分のみ図示)。It is the schematic which shows an example of the conventional IP network apparatus (only a transmission part is shown). 本発明の第1及び第4の実施例のIPネットワーク装置での優先制御の具体的な手順を示すフローチャートである。It is a flowchart which shows the specific procedure of the priority control in the IP network apparatus of the 1st and 4th Example of this invention. 本発明の第2の実施例のIPネットワーク装置での優先制御の具体的な手順を示すフローチャートである。It is a flowchart which shows the specific procedure of the priority control in the IP network apparatus of 2nd Example of this invention. 本発明の第3の実施例のIPネットワーク装置での優先制御の具体的な手順を示すフローチャートである。It is a flowchart which shows the specific procedure of the priority control in the IP network apparatus of the 3rd Example of this invention. 本発明の第5の実施例のIPネットワーク装置での優先制御の具体的な手順を示すフローチャートである。It is a flowchart which shows the specific procedure of the priority control in the IP network apparatus of the 5th Example of this invention. IPヘッダ(Diff-serve方式)内でのDSフィールドの位置を示す概念図である。It is a conceptual diagram which shows the position of DS field in IP header (Diff-serve system). DSフィールド内でのDSCPの位置を示す概念図である。It is a conceptual diagram which shows the position of DSCP within DS field.

符号の説明Explanation of symbols

101 処理待ちパケット保存部(Tx Queue)
104 送信中パケットバッファ(Tx Buffer)
105 Enqueue処理部
106 パケット送信処理部
107 パケット判断部
108 パケットヘッダ情報保存部
110 処理待ちパケット優先度取得部
111 キュー監視部
114 送信中パケットバッファ監視部
120 パケット制御部
101 Processing packet storage (Tx Queue)
104 Transmitting packet buffer (Tx Buffer)
105 Enqueue Processing Unit 106 Packet Transmission Processing Unit 107 Packet Determination Unit 108 Packet Header Information Saving Unit 110 Processing Waiting Packet Priority Acquisition Unit 111 Queue Monitoring Unit 114 Transmitting Packet Buffer Monitoring Unit 120 Packet Control Unit

Claims (39)

パケットを転送する送信制御装置であって、
現在送信中の第1のパケットの優先度と後続の第2のパケットの優先度とを比較する機能と、
前記第1のパケットよりも前記第2のパケットの優先度が高い場合に、前記第1のパケットの送信を中止して前記第2のパケットを先に送信する機能と、
前記第2のパケットの送信終了後、前記第1のパケットに含まれる全データの送信を行う機能と、
を有することを特徴とする送信制御装置。
A transmission control device for transferring packets,
A function of comparing the priority of the first packet currently being transmitted with the priority of the subsequent second packet;
A function of stopping transmission of the first packet and transmitting the second packet first when the priority of the second packet is higher than that of the first packet;
A function of transmitting all the data included in the first packet after the transmission of the second packet is completed;
A transmission control apparatus comprising:
前記請求項1に記載の送信制御装置であって、前記パケットが可変長フレームからなることを特徴とする送信制御装置。 The transmission control apparatus according to claim 1, wherein the packet includes a variable length frame. 前記請求項1又は請求項2のいずれかに記載の送信制御装置であって、前記パケットの転送がベスト・エフォート方式で行われることを特徴とする送信制御装置。 3. The transmission control apparatus according to claim 1, wherein the packet is transferred by a best effort method. 前記請求項1乃至請求項3のいずれかに記載の送信制御装置であって、
前記通信が、インタネット・プロトコル(IP)を用いてパケットを転送するものであることを特徴とする送信制御装置。
The transmission control apparatus according to any one of claims 1 to 3,
The transmission control apparatus, wherein the communication is to transfer a packet using an Internet protocol (IP).
前記請求項1乃至請求項4のいずれかに記載の送信制御装置であって、
前記第1のパケットを、当該送信制御装置に到着したパケットが格納されるキューへと送り返す処理部を有することを特徴とする送信制御装置。
The transmission control apparatus according to any one of claims 1 to 4,
A transmission control apparatus comprising: a processing unit that sends back the first packet to a queue in which packets arriving at the transmission control apparatus are stored.
前記請求項1乃至請求項6のいずれかに記載の送信制御装置であって、前記第1のパケットの送信を中止するか否かの判断基準のひとつに、前記第1のパケットの残りの部分の長さを用いることを特徴とする送信制御装置。 The transmission control apparatus according to any one of claims 1 to 6, wherein one of the criteria for determining whether or not to stop transmission of the first packet is the remaining portion of the first packet. A transmission control apparatus using the length of 前記請求項1乃至請求項6のいずれかに記載の送信制御装置であって、
前記第1のパケットの残りの部分の長さと第1の閾値とを比較する機能と、
前記第1のパケットの残りの部分の長さが前記第1の閾値よりも短い場合には、前記第1のパケットを最後まで送信する機能と、
を有することを特徴とする送信制御装置。
The transmission control apparatus according to any one of claims 1 to 6,
A function of comparing the length of the remaining portion of the first packet with a first threshold;
A function of transmitting the first packet to the end when the length of the remaining portion of the first packet is shorter than the first threshold;
A transmission control apparatus comprising:
前記請求項1乃至請求項6のいずれかに記載の送信制御装置であって、
前記第1のパケットの残りの部分の長さと第1の閾値とを比較する機能と、
前記第1のパケットの残りの部分の長さが前記第1の閾値以下の場合には、前記第1のパケットを最後まで送信する機能と、
を有することを特徴とする送信制御装置。
The transmission control apparatus according to any one of claims 1 to 6,
A function of comparing the length of the remaining portion of the first packet with a first threshold;
A function of transmitting the first packet to the end when the length of the remaining portion of the first packet is equal to or less than the first threshold;
A transmission control apparatus comprising:
前記請求項7又は請求項8に記載の送信制御装置であって、前記の第1の閾値が変更可能であることを特徴とする送信制御装置。 9. The transmission control apparatus according to claim 7 or 8, wherein the first threshold value can be changed. 前記請求項4乃至請求項9のいずれかに記載の送信制御装置であって、前記優先度が、Diff-serv方式のDiff-serv Code Point (DSCP)であることを特徴とする送信制御装置。 The transmission control apparatus according to any one of claims 4 to 9, wherein the priority is a Diff-serv Code Diff-serv Code Point (DSCP). 前記請求項4乃至請求項9のいずれかに記載の送信制御装置であって、前記優先度が、
前記第1のパケットについてはDSCPとパケットの未送出部分の長さとを引数とする評価式で、
前記第2のパケットについてはDSCPとパケットの全体の長さとを引数とする評価式で、
それぞれ表されることを特徴とする送信制御装置。
The transmission control apparatus according to any one of claims 4 to 9, wherein the priority is
For the first packet, an evaluation formula that uses the DSCP and the length of the untransmitted portion of the packet as arguments,
For the second packet, an evaluation expression with the DSCP and the total length of the packet as arguments,
A transmission control apparatus characterized by being represented respectively.
前記請求項11に記載の送信制御装置であって、前記優先度が、正の実数xを用いて、
前記第1のパケットについての評価式が(DSCP)÷(パケットの未送出部分の長さ)^xで、
前記第2のパケットについての評価式が(DSCP)÷(パケットの全体の長さ)^xで、
それぞれ表されることを特徴とする送信制御装置。
The transmission control apparatus according to claim 11, wherein the priority is a positive real number x,
The evaluation formula for the first packet is (DSCP) ÷ (length of untransmitted portion of packet) ^ x,
The evaluation formula for the second packet is (DSCP) ÷ (total length of packet) ^ x,
A transmission control apparatus characterized by being represented respectively.
前記請求項12に記載の送信制御装置であって、前記xが1又は2であることを特徴とする送信制御装置。 13. The transmission control apparatus according to claim 12, wherein x is 1 or 2. 前記請求項4乃至請求項9のいずれかに記載の送信制御装置であって、前記優先度が、IPヘッダ内のPrecedenceであることを特徴とする送信制御装置。 The transmission control apparatus according to any one of claims 4 to 9, wherein the priority is a precedence in an IP header. 前記請求項4乃至請求項9のいずれかに記載の送信制御装置であって、前記優先度が、
前記第1のパケットについてはPrecedenceとパケットの未送出部分の長さとを引数とする評価式で、
前記第2のパケットについてはPrecedenceとパケットの全体の長さとを引数とする評価式で、
それぞれ表されることを特徴とする送信制御装置。
The transmission control apparatus according to any one of claims 4 to 9, wherein the priority is
With respect to the first packet, an evaluation expression that takes Precedence and the length of the untransmitted portion of the packet as arguments,
For the second packet, it is an evaluation expression that takes Precedence and the total length of the packet as arguments,
A transmission control apparatus characterized by being represented respectively.
前記請求項15に記載の送信制御装置であって、前記優先度が、正の実数xを用いて、
前記第1のパケットについての評価式が(Precedence)÷(パケットの未送出部分の長さ)^xで、
前記第2のパケットについての評価式が(Precedence)÷(パケットの全体の長さ)^xで、
それぞれ表されることを特徴とする送信制御装置。
The transmission control apparatus according to claim 15, wherein the priority is a positive real number x,
The evaluation formula for the first packet is (Precedence) ÷ (length of untransmitted portion of packet) ^ x,
The evaluation formula for the second packet is (Precedence) ÷ (total length of packet) ^ x,
A transmission control apparatus characterized by being represented respectively.
前記請求項16に記載の送信制御装置であって、前記xが1又は2であることを特徴とする送信制御装置。 17. The transmission control apparatus according to claim 16, wherein x is 1 or 2. 前記請求項1乃至請求項17のいずれかに記載の送信制御装置であって、
前記第1のパケットの送信中止後に前記第1のパケットを分割する機能を有することを特徴とする送信制御装置。
The transmission control apparatus according to any one of claims 1 to 17,
A transmission control apparatus having a function of dividing the first packet after transmission of the first packet is stopped.
前記請求項18に記載の送信制御装置であって、前記分割数が2であることを特徴とする送信制御装置。 The transmission control apparatus according to claim 18, wherein the number of divisions is two. 前記請求項1乃至請求項19のいずれかに記載の送信制御装置であって、前記第1のパケットの送信を中止するか否かの判断基準のひとつに、前記第1のパケットの全体の長さを用いることを特徴とする送信制御装置。 The transmission control apparatus according to any one of claims 1 to 19, wherein one of the criteria for determining whether or not to stop transmission of the first packet is the total length of the first packet. A transmission control apparatus characterized by using the above. 前記請求項1乃至請求項19のいずれかに記載の送信制御装置であって、
前記第1のパケットの全体の長さと第2の閾値とを比較する機能と、
前記第1のパケットの全体の長さが前記第2の閾値よりも短い場合には、前記第1のパケットの優先度と前記第2のパケットの優先度に関わらず、前記第1のパケットの送信を中止せず前記第1のパケットを最後まで送信する機能と、
を有することを特徴とする送信制御装置。
The transmission control apparatus according to any one of claims 1 to 19,
A function of comparing the overall length of the first packet with a second threshold;
If the overall length of the first packet is shorter than the second threshold, the first packet's priority is independent of the priority of the first packet and the priority of the second packet. A function of transmitting the first packet to the end without stopping transmission;
A transmission control apparatus comprising:
前記請求項1乃至請求項19のいずれかに記載の送信制御装置であって、
前記第1のパケットの全体の長さと第2の閾値とを比較する機能と、
前記第1のパケットの全体の長さが前記第2の閾値以下の場合には、前記第1のパケットの優先度と前記第2のパケットの優先度に関わらず、前記第1のパケットの送信を中止せず前記第1のパケットを最後まで送信する機能と、
を有することを特徴とする送信制御装置。
The transmission control apparatus according to any one of claims 1 to 19,
A function of comparing the overall length of the first packet with a second threshold;
When the entire length of the first packet is equal to or smaller than the second threshold, the transmission of the first packet is performed regardless of the priority of the first packet and the priority of the second packet. A function of transmitting the first packet to the end without stopping
A transmission control apparatus comprising:
前記請求項21又は請求項22に記載の送信制御装置であって、前記の第2の閾値が変更可能であることを特徴とする送信制御装置。 The transmission control apparatus according to claim 21 or 22, wherein the second threshold value can be changed. 前記請求項1乃至請求項23のいずれかに記載の送信制御装置であって、前記第1のパケットの送信を中止するか否かの判断基準のひとつに、前記第1のパケットの送信済みの部分の長さを用いることを特徴とする送信制御装置。 The transmission control apparatus according to any one of claims 1 to 23, wherein one of the criteria for determining whether or not to stop transmission of the first packet is the transmission completion of the first packet. A transmission control apparatus using a length of a portion. 前記請求項1乃至請求項23のいずれかに記載の送信制御装置であって、
前記第1のパケットの送信済みの部分の長さと第3の閾値とを比較する機能と、
前記第1のパケットの送信済みの部分の長さが前記第3の閾値よりも長い場合には、前記第1のパケットを最後まで送信する機能と、
を有することを特徴とする送信制御装置。
The transmission control apparatus according to any one of claims 1 to 23, wherein:
A function of comparing the length of the transmitted portion of the first packet with a third threshold;
A function of transmitting the first packet to the end when the length of the transmitted portion of the first packet is longer than the third threshold;
A transmission control apparatus comprising:
前記請求項25に記載の送信制御装置であって、前記の第3の閾値が変更可能であることを特徴とする送信制御装置。 26. The transmission control apparatus according to claim 25, wherein the third threshold value is changeable. 請求項1乃至請求項26のいずれかに記載の送信制御装置を少なくとも含む通信制御装置。 A communication control apparatus including at least the transmission control apparatus according to any one of claims 1 to 26. 請求項1乃至請求項26のいずれかに記載の送信制御装置、又は、請求項27に記載の通信制御装置を少なくとも含む通信システム。 A communication system including at least the transmission control device according to any one of claims 1 to 26 or the communication control device according to claim 27. 請求項1乃至請求項26のいずれかに記載の送信制御装置、又は、請求項27に記載の通信制御装置を少なくとも含む通信ネットワーク。 A communication network including at least the transmission control device according to any one of claims 1 to 26 or the communication control device according to claim 27. パケットを転送する送信方法であって、
現在送信中の第1のパケットの優先度と後続の第2のパケットの優先度とを比較する工程と、
前記第1のパケットよりも前記第2のパケットの優先度が高い場合に、前記第1のパケットの送信を中止して前記第2のパケットを先に送信する工程と、
前記第2のパケットの送信終了後、前記第1のパケットに含まれる全データの送信を行う工程と、
を有することを特徴とする送信方法。
A transmission method for forwarding packets,
Comparing the priority of the first packet currently being transmitted with the priority of the subsequent second packet;
Stopping the transmission of the first packet and transmitting the second packet first when the priority of the second packet is higher than that of the first packet;
Transmitting all data included in the first packet after the transmission of the second packet is completed;
A transmission method characterized by comprising:
インタネット・プロトコル(IP)を用いてパケットを転送する、前記請求項30に記載の送信方法。 The transmission method according to claim 30, wherein the packet is transferred using an Internet protocol (IP). 前記請求項30又は請求項31に記載の送信方法であって、
前記第1のパケットを、当該送信制御装置に到着したパケットが格納されるキューへと送り返す工程を有することを特徴とする送信方法。
The transmission method according to claim 30 or claim 31, wherein
A transmission method comprising the step of sending back the first packet to a queue in which packets arriving at the transmission control apparatus are stored.
前記請求項30乃至請求項32のいずれかに記載の送信方法であって、前記第1のパケットの送信を中止するか否かの判断基準のひとつに、前記第1のパケットの残りの部分の長さを用いることを特徴とする送信方法。 The transmission method according to any one of claims 30 to 32, wherein one of the criteria for determining whether or not to stop transmission of the first packet is the remaining part of the first packet. A transmission method characterized by using a length. 前記請求項30乃至請求項32のいずれかに記載の送信方法であって、
前記第1のパケットの残りの部分の長さと第1の閾値とを比較する工程と、
前記第1のパケットの残りの部分の長さが前記第1の閾値よりも短い場合には、前記第1のパケットを最後まで送信する工程と、
を有することを特徴とする送信方法。
The transmission method according to any one of claims 30 to 32, wherein:
Comparing the length of the remaining portion of the first packet with a first threshold;
If the length of the remaining portion of the first packet is shorter than the first threshold, transmitting the first packet to the end;
A transmission method characterized by comprising:
前記請求項30乃至請求項34のいずれかに記載の送信方法であって、
前記第1のパケットの送信中止後に前記第1のパケットを分割する工程を有することを特徴とする送信方法。
The transmission method according to any one of claims 30 to 34, wherein:
A transmission method comprising the step of dividing the first packet after transmission of the first packet is stopped.
前記請求項30乃至請求項35のいずれかに記載の送信方法であって、前記第1のパケットの送信を中止するか否かの判断基準のひとつに、前記第1のパケットの全体の長さを用いることを特徴とする送信方法。 36. The transmission method according to claim 30, wherein one of the criteria for determining whether or not to stop transmission of the first packet is the total length of the first packet. The transmission method characterized by using. 前記請求項30乃至請求項35のいずれかに記載の送信方法であって、
前記第1のパケットの全体の長さと第2の閾値とを比較する工程と、
前記第1のパケットの全体の長さが前記第2の閾値よりも短い場合には、前記第1のパケットの優先度と前記第2のパケットの優先度に関わらず、前記第1のパケットの送信を中止せず前記第1のパケットを最後まで送信する工程と、
を有することを特徴とする送信方法。
36. The transmission method according to any one of claims 30 to 35, wherein:
Comparing the overall length of the first packet with a second threshold;
If the overall length of the first packet is shorter than the second threshold, the first packet's priority is independent of the priority of the first packet and the priority of the second packet. Transmitting the first packet to the end without stopping transmission;
A transmission method characterized by comprising:
前記請求項30乃至請求項37のいずれかに記載の送信方法であって、前記第1のパケットの送信を中止するか否かの判断基準のひとつに、前記第1のパケットの送信済みの部分の長さを用いることを特徴とする送信方法。 38. The transmission method according to any one of claims 30 to 37, wherein one of the criteria for determining whether or not to stop transmission of the first packet is a transmitted part of the first packet. The transmission method characterized by using the length of. 前記請求項30乃至請求項37のいずれかに記載の送信方法であって、
前記第1のパケットの送信済みの部分の長さと第3の閾値とを比較する工程と、
前記第1のパケットの送信済みの部分の長さが前記第3の閾値よりも長い場合には、前記第1のパケットを最後まで送信する工程と、
を有することを特徴とする送信方法。
The transmission method according to any one of claims 30 to 37, wherein:
Comparing the length of the transmitted portion of the first packet with a third threshold;
If the length of the transmitted portion of the first packet is longer than the third threshold, transmitting the first packet to the end;
A transmission method characterized by comprising:
JP2005091178A 2005-03-28 2005-03-28 Transmission controller conducting priority control, communication controller, communication system, communication network and transmission method Pending JP2006279188A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005091178A JP2006279188A (en) 2005-03-28 2005-03-28 Transmission controller conducting priority control, communication controller, communication system, communication network and transmission method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005091178A JP2006279188A (en) 2005-03-28 2005-03-28 Transmission controller conducting priority control, communication controller, communication system, communication network and transmission method

Publications (2)

Publication Number Publication Date
JP2006279188A true JP2006279188A (en) 2006-10-12
JP2006279188A5 JP2006279188A5 (en) 2008-01-31

Family

ID=37213522

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005091178A Pending JP2006279188A (en) 2005-03-28 2005-03-28 Transmission controller conducting priority control, communication controller, communication system, communication network and transmission method

Country Status (1)

Country Link
JP (1) JP2006279188A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008301210A (en) * 2007-05-31 2008-12-11 Nec Electronics Corp Packet transmission device and packet transmission method
JP2009194719A (en) * 2008-02-15 2009-08-27 Nec Electronics Corp Data communication device and method for determining transmission candidate message
WO2013111285A1 (en) * 2012-01-25 2013-08-01 三菱電機株式会社 Communication apparatus, communication method, and program
JP2015095767A (en) * 2013-11-12 2015-05-18 株式会社デンソー Communication apparatus
WO2016132530A1 (en) * 2015-02-20 2016-08-25 三菱電機株式会社 Communication device, communication method and program
JP2017208743A (en) * 2016-05-20 2017-11-24 三菱電機株式会社 Relay device and frame transfer method

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6120454A (en) * 1984-07-06 1986-01-29 Nec Corp Frame signal transmitting device
JPH02170644A (en) * 1988-12-22 1990-07-02 Nec Corp Priority transmitting method for multimedia communication system
JPH04930A (en) * 1990-04-18 1992-01-06 Nec Corp Frame multiple transmission system
JPH08265366A (en) * 1995-03-20 1996-10-11 Fujitsu Ltd Packet transfer system
JPH09205461A (en) * 1996-01-29 1997-08-05 Nec Corp Priority control system
JP2001024702A (en) * 1999-07-08 2001-01-26 Nec Eng Ltd Packet multiplexer and multiplexing method
JP2002158702A (en) * 2000-11-22 2002-05-31 Matsushita Electric Ind Co Ltd Packet division method, and gateway and router executing it
JP2002185516A (en) * 2000-12-19 2002-06-28 Fujitsu Ltd Packet transmitter, packet receiver and packet communication system
JP2004343449A (en) * 2003-05-15 2004-12-02 Matsushita Electric Ind Co Ltd Packet communication terminal
JP2005159792A (en) * 2003-11-27 2005-06-16 Yokogawa Electric Corp Communication system and communication method

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6120454A (en) * 1984-07-06 1986-01-29 Nec Corp Frame signal transmitting device
JPH02170644A (en) * 1988-12-22 1990-07-02 Nec Corp Priority transmitting method for multimedia communication system
JPH04930A (en) * 1990-04-18 1992-01-06 Nec Corp Frame multiple transmission system
JPH08265366A (en) * 1995-03-20 1996-10-11 Fujitsu Ltd Packet transfer system
JPH09205461A (en) * 1996-01-29 1997-08-05 Nec Corp Priority control system
JP2001024702A (en) * 1999-07-08 2001-01-26 Nec Eng Ltd Packet multiplexer and multiplexing method
JP2002158702A (en) * 2000-11-22 2002-05-31 Matsushita Electric Ind Co Ltd Packet division method, and gateway and router executing it
JP2002185516A (en) * 2000-12-19 2002-06-28 Fujitsu Ltd Packet transmitter, packet receiver and packet communication system
JP2004343449A (en) * 2003-05-15 2004-12-02 Matsushita Electric Ind Co Ltd Packet communication terminal
JP2005159792A (en) * 2003-11-27 2005-06-16 Yokogawa Electric Corp Communication system and communication method

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008301210A (en) * 2007-05-31 2008-12-11 Nec Electronics Corp Packet transmission device and packet transmission method
JP2009194719A (en) * 2008-02-15 2009-08-27 Nec Electronics Corp Data communication device and method for determining transmission candidate message
WO2013111285A1 (en) * 2012-01-25 2013-08-01 三菱電機株式会社 Communication apparatus, communication method, and program
JP2015095767A (en) * 2013-11-12 2015-05-18 株式会社デンソー Communication apparatus
WO2016132530A1 (en) * 2015-02-20 2016-08-25 三菱電機株式会社 Communication device, communication method and program
JPWO2016132530A1 (en) * 2015-02-20 2017-08-31 三菱電機株式会社 COMMUNICATION DEVICE, COMMUNICATION METHOD, AND PROGRAM
JP2017208743A (en) * 2016-05-20 2017-11-24 三菱電機株式会社 Relay device and frame transfer method

Similar Documents

Publication Publication Date Title
US10432556B1 (en) Enhanced audio video bridging (AVB) methods and apparatus
US7724750B2 (en) Expedited data transmission in packet based network
US6765905B2 (en) Method for reducing packet data delay variation in an internet protocol network
JP2526013B2 (en) Packet switching communication method
US10270696B2 (en) Transmission of data packets of different priority levels using pre-emption
CN109218222B (en) Method, device and system for realizing speed regulation of sending end
CN107852371B (en) Data packet network
EP1535419A1 (en) Method and devices for controlling retransmissions in data streaming
JP2009147786A (en) Communication apparatus, data frame transmission control method, and program
WO2018121535A1 (en) Load balance processing method and apparatus
US10439940B2 (en) Latency correction between transport layer host and deterministic interface circuit
US20050152355A1 (en) Reducing transmission time for data packets controlled by a link layer protocol comprising a fragmenting/defragmenting capability
JP2006279188A (en) Transmission controller conducting priority control, communication controller, communication system, communication network and transmission method
US10461886B2 (en) Transport layer identifying failure cause and mitigation for deterministic transport across multiple deterministic data links
CN112995048B (en) Blocking control and scheduling fusion method of data center network and terminal equipment
US8838782B2 (en) Network protocol processing system and network protocol processing method
JP2004304806A (en) Method for flow control in communication system
US8908510B2 (en) Communication link with intra-packet flow control
JP2006279188A5 (en)
KR101859226B1 (en) Method and apparatus to transmit a signal in a wireless communication system
JPH10271163A (en) Packet communication network connection device
JP4846601B2 (en) Instant service method of short round robin data packet scheduling
JP5848956B2 (en) Communication device
JP2006279867A (en) Adsl communication apparatus, program and method
JP2005236447A (en) Congestion control system and congestion controller

Legal Events

Date Code Title Description
RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20070119

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20071212

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080115

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20080613

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20090511

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100428

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100511

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20100928