JPH10257079A - Node device, communication system packet transmission control method and packet transmission method - Google Patents

Node device, communication system packet transmission control method and packet transmission method

Info

Publication number
JPH10257079A
JPH10257079A JP5151997A JP5151997A JPH10257079A JP H10257079 A JPH10257079 A JP H10257079A JP 5151997 A JP5151997 A JP 5151997A JP 5151997 A JP5151997 A JP 5151997A JP H10257079 A JPH10257079 A JP H10257079A
Authority
JP
Japan
Prior art keywords
packet
communication network
transmission
transfer quality
communication
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
JP5151997A
Other languages
Japanese (ja)
Inventor
Katsumi Yamato
克己 大和
Yasuhiro Katsube
泰弘 勝部
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP5151997A priority Critical patent/JPH10257079A/en
Publication of JPH10257079A publication Critical patent/JPH10257079A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To evade the decline of transfer quality received by a packet to be transmitted by performing the pseudo transmission of signals for indicating that the collision of transmission packets is generated to a communication network at the time of judging that the packet to be transmitted belongs to a packet flow to be provided with predetermined transfer quality and the transfer quality can not be satisfied by performing transmission standby. SOLUTION: An IP(internet protocol) packet identification part 61 identifies a flow or the like to which an IP packet to be transmitted belongs and a transmission medium monitoring part 64 monitors the state of a transmission medium and turns a frame transmission part 63 to the transmission standby when other frames are during the transmission. An IP packet schedule part 67 predicts the transfer quality of the IP packet belonging to the flow for requesting the transfer quality and transmits pseudo Jam signals through a Jam signal transmission part 66 at the time of judging that requested quality is not satisfied. The transmission of the other packets during transfer on the transmission medium is stopped and the transfer of the IP packet of the transfer quality for satisfying the request is made possible.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、CSMA/CD方
式を用いた例えばイーサネットのような通信網に接続さ
れるノード装置、該通信網と複数のノード装置からなる
通信システム、ノード装置のパケット送信制御方法及び
パケット送信方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a node device connected to a communication network such as Ethernet using the CSMA / CD system, a communication system including the communication network and a plurality of node devices, and packet transmission of the node device. The present invention relates to a control method and a packet transmission method.

【0002】[0002]

【従来の技術】計算機間の通信を実現する通信網の1つ
として、イーサネットが存在する。イーサネットでは、
複数の通信ノード間の通信を提供する。なお、ここでい
う通信ノードとは例えば端末やルータ等を意味する。イ
ーサネットの基本的なルールについては、IEEE規格
の802.3において定められている。
2. Description of the Related Art Ethernet is one of communication networks for realizing communication between computers. In Ethernet,
Provide communication between a plurality of communication nodes. Here, the communication node means, for example, a terminal or a router. The basic rules of Ethernet are defined in IEEE standard 802.3.

【0003】イーサネットでは、同一の伝送路で一時期
に通信できるのは、1組の通信ノード間に限られてい
る。つまり、同時に2組以上の通信ノード間の通信は提
供されない。これは、各組の通信ノード間の通信の際に
同一の伝送路が用いられるため、伝送路上にて通信情報
の衝突が生じるからである。
In the Ethernet, communication at one time on the same transmission path is limited to a set of communication nodes. That is, communication between two or more communication nodes is not provided at the same time. This is because the same transmission path is used for communication between each set of communication nodes, and therefore, collision of communication information occurs on the transmission path.

【0004】このような伝送路上での通信情報の衝突を
さけるため、イーサネットでの通信の際には、CSMA
/CD(Carrier Sense Multipl
eAccess with Collision De
tection)と呼ばれる制御方式が用いられてい
る。CSMA/CD方式とは、各通信ノードが通信情報
を送信する前に伝送路が現在使用中であるか否かといっ
た状態をチェックして、伝送路が空いている場合に限り
該通信情報の送信を開始する方式である。
[0004] In order to avoid collision of communication information on such a transmission path, CSMA is used in communication over Ethernet.
/ CD (Carrier Sense Multipl
eAccess with Collision De
A control method called “section” is used. The CSMA / CD method is to check the status such as whether or not a transmission line is currently used before each communication node transmits communication information, and to transmit the communication information only when the transmission line is free. This is the method of starting.

【0005】この方式において、伝送路が使用中であっ
た場合には所定の待ち時間経過後に再び上記と同じ手順
を試行する。送信の際に通信情報の衝突を検出した通信
ノードでは、再送信を試みるまでの待ち時間(再送信間
隔)を以下の式に基づき算出する。 (再送信間隔)=(スロット時間)×n ただし、正数nは次に示す範囲からランダムに選択 0≦n<2k [k=min(m,10)、m:衝突回
数] ここで、スロット時間とは、最小サイズのパケット送出
に要する時間を表す。また、衝突回数(m)が10に達
するとnの範囲の上限値を飽和させる。なお、衝突回数
(m)が16を越えた場合には送信エラーとしている。
In this method, if the transmission path is in use, the same procedure as above is tried again after a predetermined waiting time has elapsed. A communication node that detects collision of communication information during transmission calculates a waiting time (retransmission interval) before attempting retransmission based on the following equation. (Retransmission interval) = (slot time) × n where the positive number n is randomly selected from the following range: 0 ≦ n <2 k [k = min (m, 10), m: number of collisions] The slot time represents the time required for transmitting a packet of the minimum size. When the number of collisions (m) reaches 10, the upper limit of the range of n is saturated. If the number of collisions (m) exceeds 16, a transmission error is determined.

【0006】CSMA/CD方式を利用することによ
り、異なる通信ノードより送出される通信情報の衝突確
率を減少させることができる。ところで、近年、IET
F(Internet Engineering Ta
sk Force)において、IP(Internet
Protocol)パケットの配送に際し、あらかじ
め取り決めた転送品質を提供するための議論が行われて
いる。従来のIPパケットの転送では、Best Ef
fortと呼ばれる配送サービスのみが提供されてお
り、このサービスでは、インターネットにおいてはパケ
ットの配送に対して最善の努力を払うが、その結果得ら
れる品質については如何なる保証も行わないサービスで
ある。
[0006] By using the CSMA / CD system, the collision probability of communication information transmitted from different communication nodes can be reduced. By the way, in recent years, IET
F (Internet Engineering Ta)
SK Force), IP (Internet)
(Protocol) At the time of delivery of a packet, discussions are being made to provide a predetermined transfer quality. In conventional IP packet transfer, Best Ef
Only a delivery service, called fort, is provided, in which the best effort is made on the delivery of packets on the Internet, but without any guarantees on the resulting quality.

【0007】これに対し、IETFでは、パケット配送
に要する遅延(ユーザより要求されたパケット転送速
度)を保証するGuaranteedサービスをはじめ
とした、あらかじめ取り決められた目標品質の提供を保
証するパケット配送サービスの提案や、それらの実現に
際して必要となる帯域確保のためのリソース予約プロト
コル(例えば、RSVP(Resource ReSe
rVation Protocol))の提案が行われ
ている。
On the other hand, IETF provides a packet delivery service that guarantees the provision of a predetermined target quality, such as a guaranteed service that guarantees a delay required for packet delivery (a packet transfer rate requested by a user). Proposals and resource reservation protocols (for example, RSVP (Resource ReSe)
rVation Protocol)) has been proposed.

【0008】例えば、上記のGuranteedサービ
スを、イーサネットを介して構成されたインターネット
上にて提供することを考えた場合、イーサネット上の負
荷が軽いときには、通信情報の衝突が生じる可能性は非
常に小さいものと考えられるため、ユーザにとって十分
な転送品質の提供が可能であると思われる。
[0008] For example, when considering the provision of the above Guaranteed service on the Internet configured via Ethernet, when the load on Ethernet is light, the possibility of collision of communication information is very small. Therefore, it is considered that sufficient transfer quality can be provided to the user.

【0009】しかしながら、イーサネット上の負荷が重
いときには、通信情報の衝突が生じる可能性は非常に大
きくなると考えられるので、前記通信情報の再送回数が
多くなり、その結果、前記サービスを要求するパケット
の配送に要する遅延値が、あらかじめ取り決められた要
求品質を満足しないものになってしまう。
[0009] However, when the load on the Ethernet is heavy, the possibility of collision of communication information is considered to be very large, so the number of retransmissions of the communication information increases, and as a result, the number of packets requesting the service becomes larger. The delay value required for delivery does not satisfy the required quality determined in advance.

【0010】ところで、通信網が緊急状態であるか否か
を監視する通信ノードにおいて、本通信網が緊急状態で
あると判断した際に、同一通信網上の他の通信ノードに
対して通知することを目的に生成される緊急パケット
を、本通信網上へ優先的に送出させるための送信方式に
ついては、例えば特開平5−300153号(緊急パケ
ット送信方式)にて記載されているが、本明細書では、
目標品質の提供を保証すべきIPパケットの送信制御方
法を対象としている。
When a communication node that monitors whether or not the communication network is in an emergency state determines that the communication network is in an emergency state, it notifies other communication nodes on the same communication network of the communication node. A transmission method for preferentially transmitting an emergency packet generated for the purpose on the communication network is described in, for example, JP-A-5-300153 (urgent packet transmission method). In the statement,
It is intended for an IP packet transmission control method that should guarantee the provision of target quality.

【0011】[0011]

【発明が解決しようとする課題】上記したように従来の
イーサネットによる通信方法では、上位レベルのIPパ
ケットに対して提供されるべき転送品質の内容には関係
なく、通信情報の衝突、衝突検出後の再送信間隔の算
出、再送信の試みが行われ、その結果、パケット転送遅
延値を保証すべきIPパケットの配送に対しても、複数
回の通信情報の衝突が生じることによる過剰な転送遅延
が加わってしまい、あらかじめ取り決められた要求品質
を満足することができないというおそれがあった。ま
た、この点は、例示したイーサネットに限らず、CSM
A/CD方式を用いる通信網ならば同様に生じる問題点
である。
As described above, in the conventional Ethernet communication method, the collision of communication information and the detection of the collision after the collision is detected irrespective of the contents of the transfer quality to be provided for the upper-level IP packet. The retransmission interval is calculated and the retransmission is attempted. As a result, even if the IP packet delivery for which the packet transfer delay value is to be guaranteed, a plurality of collisions in the communication information cause excessive transfer delay. Is added, and there is a possibility that the required quality determined in advance cannot be satisfied. In addition, this point is not limited to the exemplified Ethernet, and the CSM
A similar problem occurs in a communication network using the A / CD system.

【0012】本発明は、上記事情を考慮してなされたも
ので、CSMA/CD方式を用いた通信網を介して厳し
い品質を要求するパケットを配送する際に、通信網の使
用状況に依存して増大する通信ノードでのパケット送信
待ち時間を大幅に減少させパケットの被る転送品質の低
下を回避可能なノード装置、通信システム、パケット送
信制御方法及びパケット送信方法を提供することを目的
とする。
The present invention has been made in view of the above circumstances, and depends on the use status of a communication network when delivering a packet requiring strict quality via a communication network using the CSMA / CD system. It is an object of the present invention to provide a node device, a communication system, a packet transmission control method, and a packet transmission method that can significantly reduce a packet transmission waiting time at a communication node, which increases, thereby avoiding a decrease in transfer quality of a packet.

【0013】[0013]

【課題を解決するための手段】本発明(請求項1)は、
CSMA/CD(Carrier Sense Mul
tiple Access with Collisi
on Detection)方式を用いた通信網(例え
ば、イーサネット)に接続されてパケットを送信するノ
ード装置(例えば、端末、ルータ)であって、前記通信
網へのパケットの送信を開始するのに先だって、前記通
信網が使用中か否かを検出する検出手段と、前記検出手
段により前記通信網が使用中であることが検出され、か
つ送信すべき前記パケットがあらかじめ取り決められた
転送品質が提供されるべきパケットフローに属するもの
である場合に、前記パケットを送信待ちとすることによ
り該パケットが被ると予測される転送品質が前記取り決
められた転送品質を満足しないものになると判断したな
らば、前記通信網に送出パケットの衝突が生じた旨を示
す信号(例えば、Jam信号)を疑似的に送出する信号
送出手段とを備えたことを特徴とする。
Means for Solving the Problems The present invention (claim 1) provides:
CSMA / CD (Carrier Sense Mul
single Access with Collisi
A node device (for example, a terminal or a router) connected to a communication network (for example, Ethernet) using an on-detection method and transmitting a packet, and before starting transmission of a packet to the communication network, Detecting means for detecting whether the communication network is in use, and detecting that the communication network is in use by the detection means, and providing the packet to be transmitted with a predetermined transfer quality. If the packet belongs to a packet flow to be transmitted, and if it is determined that waiting for transmission of the packet causes the transfer quality expected to be incurred by the packet to not satisfy the predetermined transfer quality, the communication Signal transmission means for artificially transmitting a signal (for example, a Jam signal) indicating that a collision of a transmission packet has occurred on the network. It is characterized by the following.

【0014】本発明(請求項2)は、CSMA/CD
(Carrier Sense Multiple A
ccess with Collision Dete
ction)方式を用いた通信網(例えば、イーサネッ
ト)と、該通信網に接続されてパケットを送受信する複
数のノード装置(例えば、端末、ルータ)とを有する通
信システムであって、前記複数のノード装置のうち少な
くとも1つは、前記通信網へのパケットの送信を開始す
るのに先だって、前記通信網が他の通信ノードにより使
用中か否かを検出する検出手段と、前記検出手段により
前記通信網が使用中であることが検出され、かつ送信す
べき前記パケットがあらかじめ取り決められた転送品質
が提供されるべきパケットフローに属するものである場
合に、前記パケットを送信待ちとすることにより該パケ
ットが被ると予測される転送品質が前記取り決められた
転送品質を満足しないものになると判断したならば、強
制的に前記通信網を使用されていない状態にさせるため
に前記通信網に送出パケットの衝突が生じた旨を示す信
号(例えば、Jam信号)を疑似的に送出する信号送出
手段と、前記検出手段により前記通信網が使用されてい
ないことが検出された場合で検出がされてから所定の時
間経過後に、または前記信号送出手段により前記信号が
送出された場合で送出されてから所定の時間経過後に、
前記パケットの送信を開始させる制御手段とを備えたこ
とを特徴とする。
The present invention (claim 2) provides a CSMA / CD
(Carrier Sense Multiple A
access with Collision Dete
and a plurality of node devices (for example, terminals and routers) connected to the communication network and transmitting and receiving packets, the plurality of nodes being connected to the communication network. At least one of the devices, prior to starting transmission of a packet to the communication network, detecting means for detecting whether the communication network is in use by another communication node, and performing the communication by the detecting means. If the packet is detected as being in use by the network and the packet to be transmitted belongs to a packet flow for which a predetermined transfer quality is to be provided, the packet is queued for transmission. If it is determined that the transfer quality expected to suffer from the communication quality does not satisfy the agreed upon transfer quality, the communication network is forcibly forced. A signal transmitting means for pseudo-transmitting a signal (for example, a Jam signal) indicating that a collision of a transmission packet has occurred in the communication network in order to make the communication network unused, After a lapse of a predetermined time from the detection in the case where it is detected that it has not been detected, or after a lapse of a predetermined time since the signal was transmitted by the signal transmission unit when the signal was transmitted,
And control means for starting transmission of the packet.

【0015】本発明(請求項3)は、CSMA/CD
(Carrier Sense Multiple A
ccess with Collision Dete
ction)方式を用いた通信網(例えば、イーサネッ
ト)に接続されたノード装置(例えば、端末、ルータ)
が転送品質を保証すべきパケットを送信するにあたって
該通信網の使用権を獲得するためのパケット送信制御方
法であって、前記ノード装置は、前記通信網へのパケッ
トの送信を開始するのに先だって、前記通信網が使用中
か否かを検出し、この検出により前記通信網が使用中で
あると判断され、かつ送信すべき前記パケットがあらか
じめ取り決められた転送品質が提供されるべきパケット
フローに属するものである場合に、前記パケットを送信
待ちとすることにより該パケットが被ると予測される転
送品質が前記取り決められた転送品質を満足しないもの
になると判断したならば、前記通信網に送出パケットの
衝突が生じた旨を示す信号(例えば、Jam信号)を疑
似的に送出して、強制的に前記通信網を使用されていな
い状態にさせることを特徴とする。
The present invention (claim 3) provides a CSMA / CD
(Carrier Sense Multiple A
access with Collision Dete
ction) system (eg, terminal, router) connected to a communication network (eg, Ethernet) using the method
Is a packet transmission control method for acquiring a right to use the communication network when transmitting a packet for which the transfer quality is to be guaranteed, wherein the node device transmits a packet to the communication network prior to starting transmission of the packet to the communication network. Detecting whether or not the communication network is in use, and determining that the communication network is in use by the detection, and the packet to be transmitted is transmitted to a packet flow to be provided with a predetermined transfer quality. If it is determined that the transmission quality of the packet does not satisfy the determined transmission quality by waiting for transmission of the packet, the packet transmitted to the communication network. A signal indicating that a collision has occurred (for example, a Jam signal) is simulated to force the communication network to be unused. The features.

【0016】本発明(請求項4)は、CSMA/CD
(Carrier Sense Multiple A
ccess with Collision Dete
ction)方式を用いた通信網(例えば、イーサネッ
ト)に接続されたノード装置(例えば、端末、ルータ)
が転送品質を保証すべきパケットを送信するパケット送
信方法であって、前記ノード装置は、あらかじめ取り決
められた転送品質が提供されるべきパケットフローに属
するパケットを前記通信網に送信しようとする際に、前
記通信網が他の通信ノードにより使用中か否かを検出
し、この検出により前記通信網が使用されていないと判
断された場合、所定の時間経過後に前記パケットの送信
を開始し、前記検出により前記通信網が使用中であると
判断された場合、前記パケットを送信待ちとすることに
より該パケットが被ると予測される転送品質が前記取り
決められた転送品質を満足しないものになると判断した
ならば、強制的に前記通信網を使用されていない状態に
させるために前記通信網に送出パケットの衝突が生じた
旨を示す信号(例えば、Jam信号)を疑似的に送出し
て、所定の時間経過後に前記パケットの送信を開始し、
それ以外の場合には、所定の時間経過後に再度、前記検
出からの手順を行うことを特徴とする。
The present invention (Claim 4) provides a CSMA / CD
(Carrier Sense Multiple A
access with Collision Dete
ction) system (eg, terminal, router) connected to a communication network (eg, Ethernet) using the method
Is a packet transmission method for transmitting a packet whose transfer quality is to be guaranteed, wherein the node device transmits a packet belonging to a packet flow to which a predetermined transfer quality is to be provided to the communication network. Detecting whether or not the communication network is being used by another communication node, and when it is determined that the communication network is not being used by this detection, starts transmission of the packet after a predetermined time has elapsed, If it is determined by the detection that the communication network is in use, it is determined that the transfer quality expected to be incurred by the packet does not satisfy the predetermined transfer quality by waiting for transmission of the packet. If so, a signal indicating that a collision of outgoing packets has occurred in the communication network in order to forcibly put the communication network into an unused state (for example, , By sending a Jam signal) artificially, and starts transmission of the packet after a predetermined time,
In other cases, the procedure from the detection is performed again after a predetermined time has elapsed.

【0017】本発明(請求項5)は、CSMA/CD
(Carrier Sense Multiple A
ccess with Collision Dete
ction)方式を用いた通信網(例えば、イーサネッ
ト)に接続されてパケットを送信するノード装置(例え
ば、端末、ルータ)であって、前記通信網へのパケット
の送信を開始するのに先だって、前記通信網が他の通信
ノードにより使用中か否かを検出する検出手段と、前記
検出手段により前記通信網が使用中であることが検出さ
れ、かつ送信すべき前記パケットがあらかじめ取り決め
られた転送品質が提供されるべきパケットフローに属す
るものである場合に、前記パケットを送信待ちとするこ
とにより該パケットが被ると予測される転送品質が前記
取り決められた転送品質を満足しないものになると判断
され、かつ前記他の通信ノードによる前記通信網の使用
が所定の時間内に終了しないと判断されたならば、強制
的に前記通信網を使用されていない状態にさせるために
前記通信網に送出パケットの衝突が生じた旨を示す信号
(例えば、Jam信号)を疑似的に送出する信号送出手
段とを備えたことを特徴とする。
The present invention (Claim 5) provides a CSMA / CD
(Carrier Sense Multiple A
access with Collision Dete
a node device (for example, a terminal or a router) connected to a communication network (for example, Ethernet) using a method, and transmitting a packet to the communication network before starting transmission of the packet to the communication network. Detecting means for detecting whether or not the communication network is in use by another communication node; and detecting that the communication network is in use by the detection means, and the packet to be transmitted has a predetermined transfer quality. If the packet belongs to the packet flow to be provided, it is determined that the transfer quality expected to be incurred by the packet by waiting for transmission of the packet does not satisfy the determined transfer quality, And if it is determined that the use of the communication network by the other communication node does not end within a predetermined time, the communication network is forcibly disconnected. Use by the network in order to state no signal indicating a collision of transmitted packets has occurred (e.g., Jam signal), characterized in that a signal sending means for sending the artificially.

【0018】本発明(請求項6)は、CSMA/CD
(Carrier Sense Multiple A
ccess with Collision Dete
ction)方式を用いた通信網(例えば、イーサネッ
ト)と、該通信網に接続されてパケットを送受信する複
数のノード装置(例えば、端末、ルータ)とを有する通
信システムであって、前記複数のノード装置のうち少な
くとも1つは、前記通信網へのパケットの送信を開始す
るのに先だって、前記通信網が他の通信ノードにより使
用中か否かを検出する検出手段と、前記検出手段により
前記通信網が使用中であることが検出され、かつ送信す
べき前記パケットがあらかじめ取り決められた転送品質
が提供されるべきパケットフローに属するものである場
合に、前記パケットを送信待ちとすることにより該パケ
ットが被ると予測される転送品質が前記取り決められた
転送品質を満足しないものになると判断され、かつ前記
他の通信ノードによる前記通信網の使用が所定の時間内
に終了しないと判断されたならば、強制的に前記通信網
を使用されていない状態にさせるために前記通信網に送
出パケットの衝突が生じた旨を示す信号(例えば、Ja
m信号)を疑似的に送出する信号送出手段と、前記検出
手段により前記通信網が使用されていないことが検出さ
れた場合で検出がされてから所定の時間経過後に、また
は前記信号送出手段により前記信号が送出された場合で
送出されてから所定の時間経過後に、前記パケットの送
信を開始させる制御手段とを備えたことを特徴とする。
The present invention (Claim 6) provides a CSMA / CD
(Carrier Sense Multiple A
access with Collision Dete
and a plurality of node devices (for example, terminals and routers) connected to the communication network and transmitting and receiving packets, the plurality of nodes being connected to the communication network. At least one of the devices, prior to starting transmission of a packet to the communication network, detecting means for detecting whether the communication network is in use by another communication node, and performing the communication by the detecting means. If the packet is detected as being in use by the network and the packet to be transmitted belongs to a packet flow for which a predetermined transfer quality is to be provided, the packet is queued for transmission. It is determined that the transfer quality expected to suffer does not satisfy the agreed upon transfer quality, and the other communication node If it is determined that the use of the communication network does not end within a predetermined time, it is notified that a collision of the outgoing packet has occurred in the communication network in order to force the communication network to be unused. Signal (eg, Ja
m), and a predetermined time after the detection is detected by the detection means when the communication network is not used, or by the signal transmission means. And a control means for starting transmission of the packet after a predetermined time has passed since the transmission of the signal.

【0019】本発明(請求項7)は、CSMA/CD
(Carrier Sense Multiple A
ccess with Collision Dete
ction)方式を用いた通信網(例えば、イーサネッ
ト)に接続されたノード装置(例えば、端末、ルータ)
が転送品質を保証すべきパケットを送信するにあたって
該通信網の使用権を獲得するためのパケット送信制御方
法であって、前記ノード装置は、前記通信網へのパケッ
トの送信を開始するのに先だって、前記通信網が他の通
信ノードにより使用中か否かを検出し、この検出により
前記通信網が使用中であると判断され、かつ送信すべき
前記パケットがあらかじめ取り決められた転送品質が提
供されるべきパケットフローに属するものである場合
に、前記パケットを送信待ちとすることにより該パケッ
トが被ると予測される転送品質が前記取り決められた転
送品質を満足しないものになると判断され、かつ前記他
の通信ノードによる前記通信網の使用が所定の時間内に
終了しないと判断されたならば、前記通信網に送出パケ
ットの衝突が生じた旨を示す信号(例えば、Jam信
号)を疑似的に送出して、強制的に前記通信網を使用さ
れていない状態にさせることを特徴とする。
The present invention (claim 7) provides a CSMA / CD
(Carrier Sense Multiple A
access with Collision Dete
ction) system (eg, terminal, router) connected to a communication network (eg, Ethernet) using the method
Is a packet transmission control method for acquiring a right to use the communication network when transmitting a packet for which the transfer quality is to be guaranteed, wherein the node device transmits a packet to the communication network prior to starting transmission of the packet to the communication network. Detecting whether the communication network is in use by another communication node, determining that the communication network is in use, and providing the packet to be transmitted with a predetermined transfer quality. If the packet belongs to a packet flow to be transmitted, it is determined that, by waiting for the packet to be transmitted, the transfer quality expected to be incurred by the packet does not satisfy the determined transfer quality, and If it is determined that the use of the communication network by the communication node does not end within a predetermined time, a collision of an outgoing packet occurs in the communication network. A signal indicative of (e.g., Jam signal) by sending an artificially, characterized in that to the state of not being used to force the said communication network.

【0020】本発明(請求項8)は、CSMA/CD
(Carrier Sense Multiple A
ccess with Collision Dete
ction)方式を用いた通信網(例えば、イーサネッ
ト)に接続されたノード装置(例えば、端末、ルータ)
が転送品質を保証すべきパケットを送信するパケット送
信方法であって、前記ノード装置は、あらかじめ取り決
められた転送品質が提供されるべきパケットフローに属
するパケットを前記通信網に送信しようとする際に、前
記通信網が他の通信ノードにより使用中か否かを検出
し、この検出により前記通信網が使用されていないと判
断された場合、所定の時間経過後に前記パケットの送信
を開始し、前記検出により前記通信網が使用中であると
判断された場合、前記他の通信ノードによる前記通信網
の使用が所定の時間内に終了せず、前記パケットを送信
待ちとすることにより該パケットが被ると予測される転
送品質が前記取り決められた転送品質を満足しないもの
になると判断されたならば、強制的に前記通信網を使用
されていない状態にさせるために前記通信網に送出パケ
ットの衝突が生じた旨を示す信号(例えば、Jam信
号)を疑似的に送出して、所定の時間経過後に前記パケ
ットの送信を開始し、それ以外の場合には、所定の時間
経過後に再度、前記検出からの手順を行うことを特徴と
する。
The present invention (claim 8) provides a CSMA / CD
(Carrier Sense Multiple A
access with Collision Dete
ction) system (eg, terminal, router) connected to a communication network (eg, Ethernet) using the method
Is a packet transmission method for transmitting a packet whose transfer quality is to be guaranteed, wherein the node device transmits a packet belonging to a packet flow to which a predetermined transfer quality is to be provided to the communication network. Detecting whether or not the communication network is being used by another communication node, and when it is determined that the communication network is not being used by this detection, starts transmission of the packet after a predetermined time has elapsed, When it is determined by the detection that the communication network is in use, the use of the communication network by the other communication node does not end within a predetermined time, and the packet is incurred by waiting for transmission of the packet. If it is determined that the predicted transfer quality does not satisfy the determined transfer quality, the communication network is forcibly switched to a state in which it is not used. A signal (for example, a Jam signal) indicating that a collision of a packet to be transmitted has occurred in the communication network to start transmission of the packet after a predetermined time has elapsed. Is characterized in that the procedure from the detection is performed again after a predetermined time has elapsed.

【0021】CSMA/CDでは、各送信ノードはパケ
ット送信を開始するのに先だって通信網が使用されてい
ないことを確認した後にパケットの送出を開始するとと
もにパケット送出中に衝突を検出したら該送出を取り止
めるように規定されている。
In CSMA / CD, each transmitting node starts transmission of a packet after confirming that a communication network is not used before starting transmission of a packet. When a collision is detected during transmission of a packet, each transmission node transmits the packet. It is prescribed to cancel.

【0022】本発明によれば、前記信号送出手段により
通信網に前記信号が流されると、例えば通信網を使用中
の送信ノードは該通信網に送出パケットの衝突が生じた
ものと認識し、パケットの送出を取り止める。これによ
り、使用中の通信網を強制的に使用されていない状態に
することができる。
According to the present invention, when the signal is sent to the communication network by the signal sending means, for example, a transmitting node using the communication network recognizes that a collision of a transmission packet has occurred in the communication network, Stop sending packets. This makes it possible to forcibly put the used communication network into a state where it is not used.

【0023】この結果、前記信号を送出したノード装置
は通信網を使用することが可能となり、送出すべきパケ
ットに対し、あらかじめ取り決められたものを満足する
転送品質を提供することができる。
As a result, the node device that has transmitted the signal can use the communication network, and can provide a packet to be transmitted with a transfer quality that satisfies a predetermined value.

【0024】なお、前記検出手段により前記通信網が使
用中であることが検出され、かつ送信すべき前記パケッ
トがあらかじめ取り決められた転送品質が提供されるべ
きパケットフローに属するものではない場合には、前記
信号を送出せず、通信網が使用されていない状態になる
まで待ってパケットの送出を開始すれば良い。
In the case where the detecting means detects that the communication network is in use and the packet to be transmitted does not belong to a packet flow to be provided with a predetermined transfer quality, The transmission of the packet may be started after the signal is not transmitted and the communication network is not used.

【0025】以上のように本発明によれば、例えばIP
におけるGuaranteedサービスのように厳しい
転送品質を要求するパケットの送出に対し、予測され得
る転送品質に応じて現在伝送媒体上にて送信中であるパ
ケットの転送を停止させるための信号を発生させること
により、前記パケットの通信ノードにおける転送待ち時
間を減少させ、要求を満足する転送品質にてパケットの
転送が可能となる。なお、上記の発明は、相当する手順
あるいは手段をコンピュータに実行させるためのプログ
ラムを記録した機械読取り可能な媒体としても成立す
る。
As described above, according to the present invention, for example, IP
By transmitting a signal for stopping transmission of a packet currently being transmitted on a transmission medium in response to transmission quality of a packet requiring a strict transmission quality such as a guaranteed service in Therefore, the transfer waiting time of the packet at the communication node is reduced, and the packet can be transferred with a transfer quality satisfying the request. The above-described invention is also realized as a machine-readable medium storing a program for causing a computer to execute the corresponding procedure or means.

【0026】[0026]

【発明の実施の形態】以下、図面を参照しながら発明の
実施の形態を説明する。本実施形態に係る通信網は通信
ノード間でのIPパケットの通信を提供するもので、任
意の通信ノード間はCSMA/CD方式を用いた通信網
を介して接続される。なお、本実施形態において通信ノ
ードとは、例えば端末やルータなど、通信網に接続され
通信情報の送受信を行なう装置を意味する。
Embodiments of the present invention will be described below with reference to the drawings. The communication network according to the present embodiment provides communication of IP packets between communication nodes, and arbitrary communication nodes are connected via a communication network using the CSMA / CD method. In this embodiment, a communication node refers to a device, such as a terminal or a router, connected to a communication network and transmitting and receiving communication information.

【0027】本実施形態では、任意の通信ノード間の情
報転送を提供するCSMA/CD方式を用いた通信網の
一例としてイーサネットを取り上げる。なお、IPレベ
ルにて定義される「IPパケット」と区別するため、イ
ーサネットレベルでの情報転送単位を「フレーム」と呼
ぶことにする。
In this embodiment, Ethernet is taken as an example of a communication network using the CSMA / CD system for providing information transfer between arbitrary communication nodes. It should be noted that an information transfer unit at the Ethernet level is referred to as a "frame" in order to distinguish it from an "IP packet" defined at the IP level.

【0028】図1に、本発明の一実施形態に係る通信網
の基本構成の一例を示す。図1に示されるように、イー
サネット11には、端末121,122とルータ13が
接続されている。また、ルータ13には他の通信網(例
えばイーサネット、ATM網など)が接続されている。
以下では、端末121と122の間あるいは端末121
または122とルータ13の間でのイーサネットを介し
たIPパケット(フレーム)転送を中心として本実施形
態を説明する。
FIG. 1 shows an example of a basic configuration of a communication network according to an embodiment of the present invention. As shown in FIG. 1, terminals 121 and 122 and a router 13 are connected to the Ethernet 11. Further, another communication network (for example, Ethernet, ATM network, etc.) is connected to the router 13.
Hereinafter, between the terminals 121 and 122 or the terminal 121
Alternatively, the present embodiment will be described focusing on IP packet (frame) transfer between the router 122 and the router 13 via Ethernet.

【0029】図2には、イーサネットを介した通信にお
けるレイヤモデルを示す。図2に示すように、IPパケ
ットを送信する通信ノード内において転送されるIPパ
ケットは、上位レイヤ(ネットワークレイヤ)に対して
提供するサービスを規定するデータリンクレイヤ内のL
LC(Logical Link Control)レ
イヤを通過した後に、同じデータリンクレイヤ内のMA
C(Media Access Control)レイ
ヤへ引き渡され、MACレイヤ(イーサネット)にて規
定されるフレームフォーマットに変換される。このフレ
ームは、CSMA/CDによる伝送媒体(例えば同軸ケ
ーブル)へのアクセス方式に従い、物理レイヤを介して
伝送媒体上へ送出される。IPパケットの宛先である通
信ノードでは、伝送媒体を転送されたフレームを受信す
ると、上記の流れとは逆に物理レイヤ、データリンクレ
イヤの順で、受信したフレームを再びIPパケットに変
換する。
FIG. 2 shows a layer model in communication via Ethernet. As shown in FIG. 2, an IP packet transferred in a communication node that transmits the IP packet has an L packet in a data link layer that defines a service to be provided to an upper layer (network layer).
After passing through an LC (Logical Link Control) layer, the MA in the same data link layer
The data is transferred to a C (Media Access Control) layer and converted into a frame format defined by a MAC layer (Ethernet). This frame is transmitted onto the transmission medium via the physical layer according to a method of accessing the transmission medium (for example, a coaxial cable) by CSMA / CD. When the communication node, which is the destination of the IP packet, receives the frame transferred on the transmission medium, the received frame is converted into an IP packet again in the order of the physical layer and the data link layer, contrary to the above flow.

【0030】ここで、図3に示したように伝送媒体を端
末a〜cが共用して通信を行う場合を例にとってCSM
A方式とCSMA/CD方式の原理について説明する。
CSMA方式では、送信データを有する端末(端末aと
する)は送信に先だってまず伝送媒体を監視する。もし
キャリア(伝送信号)検出中であれば、他の端末(端末
cとする)が送信したビット列が伝送媒体を伝搬中であ
るから、送信を延期する(図3(a))。もしキャリア
検出中でなければ、他の端末により伝送媒体が使用され
ていないので(静止状態であるので)、フレームの送出
を開始する(図3(b))。このようにして、複数台の
端末が共用する伝送媒体にフレームを送出する。
Here, as shown in FIG. 3, a case where the terminals a to c share a communication medium as shown in FIG.
The principle of the A system and the CSMA / CD system will be described.
In the CSMA method, a terminal having transmission data (terminal a) first monitors a transmission medium prior to transmission. If a carrier (transmission signal) is being detected, transmission is postponed because the bit string transmitted by another terminal (referred to as terminal c) is propagating through the transmission medium (FIG. 3A). If the carrier is not being detected, the transmission medium is not used by another terminal (since it is in a stationary state), so that transmission of a frame is started (FIG. 3B). In this way, a frame is transmitted to a transmission medium shared by a plurality of terminals.

【0031】しかしながら、CSMA方式では、伝送媒
体上をフレームが伝搬している時間差が存在するので、
静止状態を検出した端末がフレームの送出を開始したと
き、他の端末(端末b)もフレームを送出していること
があるので、両フレームが伝送媒体上で衝突する場合が
発生する(図3(c))。
However, in the CSMA system, there is a time difference in which a frame propagates on a transmission medium.
When the terminal that has detected the stationary state starts transmitting a frame, another terminal (terminal b) may also transmit a frame, so that both frames may collide on the transmission medium (FIG. 3). (C)).

【0032】このような不具合を回避するために、各端
末は送信中に衝突の有無を監視し、衝突検出時には送信
を中止し、ある時間待ち合わせた後に、再送のために再
び同じ手順を反復するという、フレーム衝突後の対処方
法をCSMA方式に加えたものがCSMA/CD方式と
して提供されている。
In order to avoid such a problem, each terminal monitors the presence or absence of a collision during transmission, stops transmission when a collision is detected, waits for a certain time, and repeats the same procedure again for retransmission. That is, a method in which a countermeasure after a frame collision is added to the CSMA method is provided as the CSMA / CD method.

【0033】図4に、従来のCSMA/CD方式による
IPパケット送信端末の処理手順を示す。送信端末で
は、送信すべきIPパケットをフレームに変換した後に
(ステップS41)、伝送媒体の状態をチェックする
(ステップS42)。伝送媒体においてキャリアが検出
されなければ、規定時間待った後に、フレームの送信を
開始する(ステップS43)。
FIG. 4 shows a processing procedure of an IP packet transmitting terminal according to the conventional CSMA / CD system. The transmitting terminal converts the IP packet to be transmitted into a frame (step S41) and checks the state of the transmission medium (step S42). If no carrier is detected in the transmission medium, transmission of a frame is started after waiting for a specified time (step S43).

【0034】フレーム送信中にフレームの衝突を検出す
れば(ステップS44)、送信端末は衝突状態を他の端
末に知らせるためにJam信号を送出し(ステップS4
5)、算出した再送信間隔が経過した後に、フレームの
再送を試みる(ステップS46)。
If a collision of a frame is detected during frame transmission (step S44), the transmitting terminal sends a Jam signal to inform another terminal of the collision state (step S4).
5) After the calculated retransmission interval has elapsed, retransmission of the frame is attempted (step S46).

【0035】フレームの送信が終了すれば(ステップS
47)、本処理手順を終了する(ステップS48)。な
お、フレームの衝突発生時に算出する、フレームを再送
するまでの待ち時間となる再送信間隔は、次式で与えら
れる。 (再送信間隔)=(スロット時間)×n ただし、正数nは次に範囲からランダムに選択 0≦n<2k [k=min(m,10)、m:衝突回
数] ここで、スロット時間とは、最小サイズのパケット送出
に要する時間を表す。また、衝突回数(m)が16を越
えたときは送信エラーとなる。
When the transmission of the frame is completed (step S
47), this processing procedure ends (step S48). Note that a retransmission interval, which is calculated when a frame collision occurs and is a waiting time until a frame is retransmitted, is given by the following equation. (Retransmission interval) = (slot time) × n where the positive number n is randomly selected from the next range 0 ≦ n <2 k [k = min (m, 10), m: number of collisions] where slot The time indicates the time required for transmitting a packet of the minimum size. If the number of collisions (m) exceeds 16, a transmission error occurs.

【0036】本手順を用いることにより、伝送媒体が混
み合ってフレームの衝突が増加してきた場合、衝突フレ
ームの平均再送間隔を指数関数的に増加させることによ
り、フレームの衝突確率を減らすことができる。
By using this procedure, if the transmission medium becomes crowded and the collision of the frames increases, the probability of the collision of the frames can be reduced by increasing the average retransmission interval of the collision frames exponentially. .

【0037】さて、本実施形態では、上記した従来のC
SMA/CD方式によるIPパケットの送信端末の処理
手順を改良することにより、Guaranteedサー
ビスのように、あらかじめ要求された転送品質が与えら
れるべきサービスを要求するIPパケット(フレーム)
に対しては、伝送媒体上の静止状態待ちもしくは伝送媒
体上でのフレーム衝突による再送信開始までの待ちによ
る送信端末内での転送待ち時間を減少させるようにす
る。
In this embodiment, the conventional C
An IP packet (frame) requesting a service to be provided with a previously requested transfer quality, such as a guaranteed service, by improving the processing procedure of an IP packet transmitting terminal by the SMA / CD method
For this purpose, the transfer waiting time in the transmitting terminal due to waiting in a stationary state on the transmission medium or waiting until retransmission starts due to frame collision on the transmission medium is reduced.

【0038】図5に、本実施形態におけるIPパケット
の送信を行なう際の通信ノードの処理手順を示す。図5
における基本的な処理手順は、図4にて示した従来のC
SMA/CD方式と同様であるが、本処理手順では、通
信ノードがあらかじめ要求された転送品質が与えられる
べきサービスを要求するIPパケット(フレーム)を送
信する場合について、フレーム送信時に伝送媒体上にて
キャリアを検出したときの動作を新たに規定している。
FIG. 5 shows a processing procedure of the communication node when transmitting an IP packet in the present embodiment. FIG.
Is a basic processing procedure of the conventional C shown in FIG.
This processing procedure is the same as the SMA / CD scheme. However, in this processing procedure, when a communication node transmits an IP packet (frame) requesting a service to be provided with a previously requested transfer quality, the communication node transmits the IP packet (frame) on a transmission medium when transmitting the frame. The new operation when a carrier is detected by using the above is newly defined.

【0039】送信端末が、あらかじめ要求された転送品
質が与えられるべきサービスを要求するIPパケットを
送信する場合には、伝送媒体上にてキャリアを検出すれ
ば(ステップS42)、伝送媒体が静止状態となるまで
IPパケットを遅延させることにより、IPパケットが
被るであろう転送品質が、要求品質を満足しなくなるか
否かを判断する(ステップS51)。
When the transmitting terminal transmits an IP packet requesting a service to be provided with the transfer quality required in advance, if a carrier is detected on the transmission medium (step S42), the transmission medium is in a stationary state. By delaying the IP packet until it becomes, it is determined whether or not the transfer quality that the IP packet will suffer will not satisfy the required quality (step S51).

【0040】そして、要求品質を満足できないと判断す
れば、現在伝送媒体上を転送されているフレームの送信
を中止させるため、送信端末よりJam信号を疑似的に
送出する(ステップS52)。その後に、規定された時
間経過後に、本送信端末よりフレームの転送を開始する
(ステップS43)。
If it is determined that the required quality cannot be satisfied, the transmitting terminal simulates transmitting a Jam signal to stop the transmission of the frame currently being transmitted on the transmission medium (step S52). Thereafter, after a specified time has elapsed, the transmission terminal starts frame transfer (step S43).

【0041】本手順と従来のCSMA/CD方式との違
いは、厳しい転送品質が要求されているIPパケットの
送信時には、既に伝送媒体上にて送信中のフレームが存
在する場合でも、そのフレームの送信を中断させるため
にJam信号を疑似的に送出するという点である。これ
により、伝送媒体上にて送信中であるフレームの転送が
終了するまで、厳しい転送品質が要求されているIPパ
ケットの送出が通信ノードにて待たされる時間が軽減さ
れ、その結果、IPパケットの転送終了に要する時間が
短くなることが期待される。
The difference between this procedure and the conventional CSMA / CD method is that when transmitting an IP packet requiring strict transfer quality, even if a frame already being transmitted on the transmission medium exists, The point is that the Jam signal is artificially transmitted to interrupt the transmission. This reduces the time that the communication node waits for the transmission of an IP packet requiring strict transfer quality until the transfer of the frame being transmitted on the transmission medium is completed. As a result, the IP packet It is expected that the time required to complete the transfer will be reduced.

【0042】図6に、図5にて示した手順を実行する通
信ノードにおけるIPパケットの送信に関連する部分の
ブロック図を示す。本実施形態に係る通信ノードは、I
Pパケット識別部61、フレーム変換部62、フレーム
送出部63、伝送媒体監視部64、再送信間隔算出/制
御部65、Jam信号送出部66、IPパケットスケジ
ュール部67を備えている。
FIG. 6 is a block diagram showing a part related to the transmission of an IP packet in the communication node executing the procedure shown in FIG. The communication node according to the present embodiment has I
A P packet identification unit 61, a frame conversion unit 62, a frame transmission unit 63, a transmission medium monitoring unit 64, a retransmission interval calculation / control unit 65, a Jam signal transmission unit 66, and an IP packet schedule unit 67 are provided.

【0043】IPパケット識別部61は、送信するIP
パケットのヘッダ情報をもとに、本パケットが属するフ
ロー等を識別する。フレーム変換部62は、送信するI
Pパケットをフレームフォーマットに変換する。
The IP packet identification section 61 transmits the IP packet to be transmitted.
Based on the header information of the packet, the flow to which this packet belongs is identified. The frame conversion unit 62 transmits the I
Convert P packets to frame format.

【0044】フレーム送出部63は、フレームを伝送媒
体上へ送出する。伝送媒体監視部64は、伝送媒体の状
態を監視し、この状態を通知する。再送信間隔算出/制
御部65は、フレームの衝突等による再送信までの時間
間隔を算出し、求められた時間間隔をもとにフレーム送
出の可否を指示する。
The frame transmitting section 63 transmits a frame onto a transmission medium. The transmission medium monitoring unit 64 monitors the state of the transmission medium and notifies this state. The retransmission interval calculation / control unit 65 calculates a time interval until retransmission due to a frame collision or the like, and instructs whether to transmit a frame based on the obtained time interval.

【0045】Jam信号送出部66は、フレーム衝突の
検出もしくは疑似Jam信号送出要求に基づき、Jam
信号を伝送媒体上へ送出する。IPパケットスケジュー
ル部67は、例えばGuranteedサービスのよう
な転送品質を要求するフローに属するIPパケットが被
るであろう転送品質を予測し、これが要求品質を満たさ
ないと判断すれば疑似Jam信号の送出を要求する。
The Jam signal transmitting section 66 detects a frame collision or sends a Jam signal based on a pseudo Jam signal transmission request.
Send the signal onto the transmission medium. The IP packet scheduler 67 predicts the transfer quality that will be received by an IP packet belonging to a flow requiring transfer quality, such as a Guaranteed service, and if it does not satisfy the required quality, sends the pseudo Jam signal. Request.

【0046】図6に示した通信ノードにおいては図5に
示した手順を実現するために以下のような処理が行なわ
れる。IPパケット識別部61からフレーム変換部62
を通ってフレームフォーマットに変換された転送すべき
IPパケットは、フレーム送出部63において一旦蓄積
され、伝送媒体監視部64より通知される送信可否信号
の内容が送信可能であることを示す場合に限り、フレー
ムはフレーム送出部63より伝送媒体に対して送出され
る。
In the communication node shown in FIG. 6, the following processing is performed to realize the procedure shown in FIG. From the IP packet identification unit 61 to the frame conversion unit 62
The IP packet to be transferred, which has been converted into the frame format through the network, is temporarily stored in the frame sending unit 63 and only when the content of the transmission enable / disable signal notified from the transmission medium monitoring unit 64 indicates that transmission is possible. , And the frame is sent from the frame sending unit 63 to the transmission medium.

【0047】伝送媒体監視部64では、伝送媒体上にて
他のフレームが送信中であるか否か、本通信ノードより
送出されたフレームが伝送媒体上にて他のフレームと衝
突したか否かを常に監視し、本監視結果をもとに、フレ
ーム送出部63に対してはフレームの送出可否信号を、
Jam信号送出部に66に対しては、フレーム衝突が生
じた旨を示す信号を通知する。また、フレーム再送信ま
での待ち時間(再送信間隔)を算出するよう、再送信間
隔算出/制御部65に通知する。
The transmission medium monitoring unit 64 determines whether another frame is being transmitted on the transmission medium, and whether the frame transmitted from the communication node has collided with another frame on the transmission medium. Is constantly monitored, and based on the monitoring result, a frame transmission enable / disable signal is sent to the frame transmission unit 63.
A signal indicating that a frame collision has occurred is notified to the Jam signal transmission unit 66. Further, it notifies the retransmission interval calculation / control unit 65 to calculate the waiting time (retransmission interval) until the frame retransmission.

【0048】再送信間隔算出/制御部65では、伝送媒
体監視部64、およびJam信号送出部66よりフレー
ム送出に失敗した旨の通知を受けた場合に、再送信間隔
を算出して次回にフレームの送信を開始する時刻を決定
し、その時刻になると伝送媒体監視部64に送信開始可
能の旨の信号を通知する。
The retransmission interval calculation / control unit 65 calculates the retransmission interval when receiving a notification from the transmission medium monitoring unit 64 and the Jam signal transmission unit 66 that the transmission of the frame has failed. A transmission start time is determined, and at that time, a signal to the effect that transmission can be started is notified to the transmission medium monitoring unit 64.

【0049】Jam信号送出部66では、伝送媒体監視
部64より通知されるフレーム衝突が生じた旨を表す信
号、もしくはIPパケットスケジュール部67より通知
される現在転送中の他のフレームの送出を中止させる旨
を表す信号を受信すれば、伝送媒体上にJam信号を送
出する。なお、IPパケットスケジュール部67からの
通知によりJam信号を送出した場合は、Jam信号送
出部66は、再送信間隔算出/制御部65に対して再送
信間隔を算出するよう通知する。
The Jam signal sending unit 66 stops sending a signal indicating that a frame collision has occurred, which is notified from the transmission medium monitoring unit 64, or another frame currently being transferred, which is notified from the IP packet schedule unit 67. Upon receiving a signal indicating that the signal is to be transmitted, a Jam signal is transmitted on the transmission medium. When the Jam signal is transmitted according to the notification from the IP packet scheduler 67, the Jam signal transmitter 66 notifies the retransmission interval calculator / controller 65 to calculate the retransmission interval.

【0050】IPパケットスケジュール部67では、I
Pパケット識別部61からの通知により、転送されるI
Pパケットが、例えばGuaranteedサービスの
ように転送品質を要求するフローに属するIPパケット
であると認識すれば、該要求品質を満足させるために転
送を終了すべき時刻をあらかじめ求めておき、その時刻
までにIPパケットの送出が終了しそうにないと予測す
れば、現在送信中のフレームの送出を中止させるため
に、Jam信号送出部66に対して、Jam信号を疑似
的に送出するよう要求する。
In the IP packet scheduler 67, I
According to the notification from the P packet identification unit 61, the I
If it is recognized that the P packet is an IP packet belonging to a flow requiring transfer quality, for example, a guaranteed service, a time at which the transfer should be completed in order to satisfy the required quality is determined in advance. If it is predicted that the transmission of the IP packet is not likely to end, it requests the Jam signal transmission unit 66 to artificially transmit the Jam signal in order to stop the transmission of the frame currently being transmitted.

【0051】次に、図7に、本実施形態におけるIPパ
ケットの送信を行なう際の通信ノードの他の処理手順を
示す。図7における基本的な処理手順は、図5にて示し
た方法と同様であるが、本処理手順では、転送すべきI
Pパケットが被るであろう転送品質があらかじめ要求さ
れた転送品質を満足させるため、現在伝送媒体上を転送
されているフレームの送信を強制的に中止させるように
疑似的に送出するJam信号の送出条件を新たに加えて
いる。
Next, FIG. 7 shows another processing procedure of the communication node when transmitting an IP packet in the present embodiment. The basic processing procedure in FIG. 7 is the same as the method shown in FIG.
Transmission of a Jam signal that is artificially transmitted so as to forcibly stop transmission of a frame currently being transmitted on the transmission medium in order to satisfy the transmission quality required in advance by the transmission quality that the P packet will suffer. New conditions have been added.

【0052】つまり、現在伝送媒体上を転送されている
フレームが送信を間もなく終了させるか否かを本通信ノ
ードにおいて予測し、間もなく送信終了であると判断し
た場合には(ステップS71)、そのフレームの送信を
強制的に中止させず、送信の終了をまってから転送すべ
きIPパケットの送信を行なうようにしたものである。
That is, the communication node predicts whether or not the transmission of the frame currently being transferred on the transmission medium will be completed shortly. If it is determined that the transmission is to be completed shortly (step S71), the transmission of the frame is completed. The transmission of the IP packet to be transferred is performed after the end of the transmission without forcibly stopping the transmission of the IP packet.

【0053】図8に、図7にて示した手順を実行する通
信ノードにおけるIPパケットの送信に関連する部分に
おけるブロック図を示す。図8の通信ノードの構成は、
図6にて示した通信ノードの構成と基本的には同様であ
るが、伝送媒体監視部64とJam信号送出部66の機
能が一部異なっている。
FIG. 8 is a block diagram showing a part related to transmission of an IP packet in the communication node executing the procedure shown in FIG. The configuration of the communication node in FIG.
Although the configuration is basically the same as the configuration of the communication node shown in FIG. 6, the functions of the transmission medium monitoring unit 64 and the Jam signal sending unit 66 are partially different.

【0054】伝送媒体監視部64では、伝送媒体上にて
他のフレームが送信中であるか否か、伝送媒体上にてフ
レームの衝突が生じたか否かを監視するとともに、現在
送信中であるフレームの送信開始時刻を記憶しておき、
その時刻をJam信号送出部66に対して通知する。
The transmission medium monitor 64 monitors whether or not another frame is being transmitted on the transmission medium, whether or not a frame collision has occurred on the transmission medium, and is currently transmitting. Memorize the transmission start time of the frame,
The time is notified to the Jam signal transmitting unit 66.

【0055】Jam信号送出部66では、IPパケット
スケジュール部76よりJam信号を疑似的に送出する
旨の要求を受けた際に、伝送媒体監視部64より通知さ
れたフレームの送信開始時刻と現在の時刻より、現在送
信中のフレームの残り時間(送信終了時刻)を予測す
る。このとき、予測された残り時間があらかじめ与えら
れた値よりも大きい場合に限り、そのフレームの送信を
強制的に中止させるようJam信号を送出し、あらかじ
め与えられた値より小さい場合には、そのフレームの送
信は間もなく終了するものと判断し、Jam信号の送出
は行なわず、従来のCSMA/CD方式と同様に、該フ
レームの送信終了を待ってから、IPパケットの送出を
開始する。
The Jam signal transmitting unit 66 receives the request for transmitting the Jam signal from the IP packet scheduling unit 76 in a pseudo manner, and the transmission start time of the frame notified from the transmission medium monitoring unit 64 and the current transmission start time. The remaining time (transmission end time) of the frame currently being transmitted is predicted from the time. At this time, only when the predicted remaining time is larger than a predetermined value, a Jam signal is transmitted so as to forcibly stop the transmission of the frame. It is determined that the transmission of the frame is to be completed soon, and the transmission of the Jam signal is not performed, and the transmission of the IP packet is started after waiting for the transmission of the frame, as in the conventional CSMA / CD system.

【0056】ここで、図7に示した、現在伝送媒体上を
送信中のフレームの残り送信時間にもとづき、Jam信
号を疑似的に送出するか否かを判断する方法を用いるこ
とにより予測される効果について、図9を用いて説明す
る。なお、図9において、通信ノードAはGuaran
teedサービスを要求するIPパケット送出し、通信
ノードBはBest Effortサービスを要求する
IPパケットを送出するものとする。
Here, the prediction is made by using the method shown in FIG. 7 for judging whether or not to transmit the Jam signal in a pseudo manner based on the remaining transmission time of the frame currently being transmitted on the transmission medium. The effect will be described with reference to FIG. In FIG. 9, the communication node A is Guaran
It is assumed that an IP packet requesting a ted service is transmitted, and the communication node B transmits an IP packet requesting a Best Effort service.

【0057】図5の手順によると、図9(a)に示すよ
うに、通信ノードBがフレームを送信中に通信ノードA
よりフレーム送信の要求が発生すれば、通信ノードAよ
り送出されるフレームはGuaranteedサービス
を要求するIPパケットを変換したものであるから、通
信ノードAは伝送媒体に対して即座にJam信号を送出
し、その結果、通信ノードBより送出中のフレームは、
送信終了を待たずに送出を中断される。その後に、通信
ノードAおよび通信ノードBともに、算出された再送信
間隔が経過するのを待ち(ステップS46)、再びフレ
ームの送出を試みる。このとき、通信ノードBにて算出
された再送信間隔の方が小さい場合、通信ノードAがフ
レームの送信を開始する時点において既に伝送媒体は他
のフレーム(通信ノードBより送出されたフレーム)の
送出が行なわれているため、通信ノードAは再びJam
信号を送出することとなる。このような状況が繰り返さ
れることにより、図5にて示した方法では、通信ノード
Bより送出されるIPパケットはもちろんのこと、通信
ノードAより送出されるGuaranteedサービス
を要求するIPパケットが被る転送遅延(通信ノードで
も待ち時間)は大きくなり、満足のいくサービスが提供
できないことがあり得る。
According to the procedure of FIG. 5, as shown in FIG. 9A, while the communication node B is transmitting a frame, the communication node A
When a request for frame transmission is generated, the frame transmitted from the communication node A is obtained by converting an IP packet requesting a guaranteed service, so that the communication node A immediately transmits a Jam signal to the transmission medium. As a result, the frame being transmitted from the communication node B is:
The transmission is interrupted without waiting for the end of transmission. Thereafter, both the communication nodes A and B wait for the calculated retransmission interval to elapse (step S46), and try sending the frame again. At this time, if the retransmission interval calculated by the communication node B is smaller, the communication medium already has another frame (a frame transmitted from the communication node B) when the communication node A starts transmitting a frame. Since the transmission is being performed, the communication node A returns to Jam.
A signal will be sent. By repeating such a situation, in the method shown in FIG. 5, not only the IP packet transmitted from the communication node B but also the IP packet transmitted from the communication node A requesting the Guaranteed service is transferred. The delay (the waiting time even at the communication node) becomes large, and a satisfactory service may not be provided.

【0058】これに対して、図7の手順によれば、図9
(b)に示すように、通信ノードBがフレームを送信中
に通信ノードよりフレーム送信の要求が発生したとき、
通信ノードAでは、現在送信中のフレームが終了するま
でに要する時間を予測し、本値をもとにJam信号を送
出するか否かを判断する。通信ノードAでは、伝送媒体
上にて通信ノードBより送信されるフレームの送出開始
時刻を記憶しているので(図8における伝送媒体監視部
64)、送出開始時刻と現在の時刻よりフレームの送出
時間aを算出する。このとき、該フレームの送出に要す
る時間bと送出時間aとの差分が、フレーム終了迄に要
する時間となる。この時間(b−a)があらかじめ定め
られた閾値よりも小さい場合には、通信ノードAにおい
て、現在送出中のフレームは間もなく送信を終了するも
のと判断し、通信ノードAよりJam信号の送出を行な
わない。また、時間(b−a)が上記閾値よりも大きい
場合には、通信ノードAにおいて、現在送出中のフレー
ムの送信はしばらくの間は継続するものと判断し、通信
ノードAよりJam信号の送出を行なう。このような処
理を新たに加えることにより、図5にて示した方法を採
用した際に生じる転送遅延の大幅な減少が可能となる。
On the other hand, according to the procedure of FIG.
As shown in (b), when a request for frame transmission is issued from the communication node while the communication node B is transmitting the frame,
The communication node A predicts the time required until the frame currently being transmitted ends, and determines whether or not to transmit the Jam signal based on this value. Since the communication node A stores the transmission start time of the frame transmitted from the communication node B on the transmission medium (the transmission medium monitoring unit 64 in FIG. 8), the transmission of the frame is performed based on the transmission start time and the current time. The time a is calculated. At this time, the difference between the time b required for transmitting the frame and the transmission time a is the time required until the end of the frame. If the time (ba) is smaller than a predetermined threshold value, the communication node A determines that the transmission of the frame currently being transmitted is to be finished soon, and the communication node A transmits the Jam signal. Do not do. If the time (ba) is larger than the threshold value, the communication node A determines that the transmission of the currently transmitted frame is to be continued for a while, and the communication node A transmits the Jam signal. Perform By newly adding such processing, it is possible to greatly reduce the transfer delay that occurs when the method shown in FIG. 5 is adopted.

【0059】さて、今までに述べてきたパケット送信制
御方法に加えて、再送信間隔算出/制御部65にて算出
される、フレームの再送までの待ち時間となる再送信間
隔の算出方法として、従来のCSMA/CD方式にて規
定されている方法を若干変更したものを用いることによ
り、Guaranteedサービスのように厳しい転送
品質を要求するIPパケットに対する、伝送媒体上への
送出までの通信ノードにおける待ち時間のさらなる減少
が可能となる。
Now, in addition to the packet transmission control method described above, a method of calculating a retransmission interval, which is a waiting time until retransmission of a frame, calculated by the retransmission interval calculation / control unit 65, is as follows. By using a slightly modified method defined in the conventional CSMA / CD method, the communication node waits for an IP packet requiring a strict transfer quality, such as a guaranteed service, to be transmitted on a transmission medium. A further reduction in time is possible.

【0060】前述したように、従来のCSMA/CD方
式において規定されている再送信間隔の算出式は、以下
の通りである。 (再送信間隔)=(スロット時間)×n ただし、正数nは次に範囲からランダムに選択 0≦n<2k [k=min(m,10)、m:衝突回
数] 厳しい転送品質を要求するIPパケットが被る転送待ち
遅延を減少させるため、本パケット送信制御方法におい
ては、k≧1なる値をとるkに対しては、上記の値n
を、0≦x<2(k-1) の範囲からランダムに選択される
整数xを用いて、次のように定めることとする。 ・厳しい転送品質を要求するIPパケットを送出する際
のn(=n1 ): n1 =x ・転送品質を要求しないIPパケットを送出する際のn
(=n2 ): n2 =2(k-1) +x このことは、図10に示すように、厳しい転送品質を要
求するIPパケットを送出する際には、n値の最上位ビ
ットを0に設定し、転送品質を要求しないIPパケット
を送出する際には、n値の最上位ビットを1に設定する
ことを意味する。上記方法により求められたn値を用い
て再送信間隔を決定することにより、厳しい転送品質を
要求するIPパケットを送出する通信ノードにおける再
送信間隔は、転送品質を要求しないIPパケットを送出
する通信ノードにおける再送信間隔よりも、より小さな
値を取り得る可能性が大きくなるため、伝送媒体上への
フレーム送出がより早く行なわれ、その結果、転送待ち
遅延の減少が可能となる。
As described above, the formula for calculating the retransmission interval defined in the conventional CSMA / CD system is as follows. (Retransmission interval) = (slot time) × n where the positive number n is randomly selected from the following range: 0 ≦ n <2 k [k = min (m, 10), m: number of collisions] Strict transfer quality In order to reduce the transfer waiting delay incurred by the requested IP packet, in the present packet transmission control method, the above-mentioned value n
Is determined as follows using an integer x randomly selected from the range of 0 ≦ x <2 (k−1) . N (= n 1 ) when sending an IP packet requiring strict transfer quality: n 1 = x n when sending an IP packet not requiring transfer quality
(= N 2 ): n 2 = 2 (k−1) + x This means that, as shown in FIG. 10, when transmitting an IP packet requiring strict transfer quality, the most significant bit of the n value is set to 0. When transmitting an IP packet that does not require transfer quality, this means setting the most significant bit of the n value to 1. By determining the retransmission interval using the n value obtained by the above method, the retransmission interval in the communication node that sends out IP packets that require strict transfer quality can be determined by the communication that sends out IP packets that do not require transfer quality. Since the possibility of taking a smaller value is greater than the retransmission interval at the node, the transmission of the frame onto the transmission medium is performed earlier, and as a result, the transfer waiting delay can be reduced.

【0061】なお、同一伝送媒体に接続されている複数
の通信ノードより、同時期に厳しい転送品質を要求する
IPパケットの送出を行なう場合の衝突を避けるため、
n値の最上位ビット以外(下位k−1ビット)をランダ
ムに設定される方法を採用する。
In order to avoid collision when transmitting IP packets requiring strict transmission quality at the same time from a plurality of communication nodes connected to the same transmission medium,
A method is adopted in which bits other than the most significant bit of the n value (lower k-1 bits) are set at random.

【0062】なお、待ち時間の算出方法については、上
記したものの他にも、種々のものが考えられる。また、
以上の各機能は、ソフトウェアとしても実現可能であ
る。また、上記した各手順あるいは手段をコンピュータ
に実行させるためのプログラムを記録した機械読取り可
能な媒体として実施することもできる。本発明は、上述
した実施の形態に限定されるものではなく、その技術的
範囲において種々変形して実施することができる。
It should be noted that various methods can be considered for calculating the waiting time, in addition to the above-described methods. Also,
Each of the above functions can also be realized as software. Further, the present invention can be embodied as a machine-readable medium storing a program for causing a computer to execute the above-described procedures or means. The present invention is not limited to the above-described embodiment, and can be implemented with various modifications within the technical scope.

【0063】[0063]

【発明の効果】本発明によれば、あらかじめ取り決めら
れた転送品質が提供されるべきパケットフローに属する
パケットの送出に対し、予測され得る転送品質に応じて
現在伝送媒体上にて転送中のパケットの送出を停止させ
るための信号を発生させることにより、該パケットの通
信ノードにおける転送待ち時間を減少させることがで
き、要求を満足する転送品質にてパケットの転送が可能
となる。
According to the present invention, when a packet belonging to a packet flow for which a predetermined transfer quality is to be provided is transmitted, the packet currently being transferred on the transmission medium in accordance with the transfer quality which can be predicted. By generating the signal for stopping the transmission of the packet, the transfer waiting time of the packet at the communication node can be reduced, and the packet can be transferred with the transfer quality satisfying the request.

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

【図1】本発明の一実施形態に係るIPパケット通信網
の基本構成の一例を示す図
FIG. 1 is a diagram showing an example of a basic configuration of an IP packet communication network according to an embodiment of the present invention.

【図2】イーサネットを介した通信におけるレイヤモデ
ルを示す図
FIG. 2 is a diagram showing a layer model in communication via Ethernet.

【図3】CSMA方式の原理を示す図FIG. 3 shows the principle of the CSMA system.

【図4】CSMA/CD方式の原理を示す図FIG. 4 is a diagram showing the principle of the CSMA / CD system.

【図5】本発明の一実施形態に係るパケット送信制御方
法を用いた通信ノードにおけるIPパケット送信手順を
示すフローチャート
FIG. 5 is a flowchart showing an IP packet transmission procedure in a communication node using the packet transmission control method according to one embodiment of the present invention;

【図6】本発明の一実施形態に係るパケット送信制御方
法を用いた通信ノードにおけるIPパケット送信に関連
する部分におけるブロック構成を示す図
FIG. 6 is a diagram showing a block configuration of a part related to IP packet transmission in a communication node using the packet transmission control method according to one embodiment of the present invention;

【図7】本発明の一実施形態に係るパケット送信制御方
法を用いた通信ノードにおけるIPパケット送信手順を
示すフローチャート
FIG. 7 is a flowchart showing an IP packet transmission procedure in a communication node using the packet transmission control method according to one embodiment of the present invention;

【図8】本発明の一実施形態に係るパケット送信制御方
法を用いた通信ノードにおけるIPパケット送信に関連
する部分におけるブロック構成を示す図
FIG. 8 is a diagram showing a block configuration of a part related to IP packet transmission in a communication node using the packet transmission control method according to one embodiment of the present invention;

【図9】本発明の一実施形態に係るパケット送信制御方
法の効果を説明するための図
FIG. 9 is a diagram for explaining an effect of the packet transmission control method according to one embodiment of the present invention;

【図10】再送信間隔算出時に用いられる正数nの決定
方法を示す図
FIG. 10 is a diagram showing a method of determining a positive number n used in calculating a retransmission interval.

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

11…イーサネット 121,122…端末 13…ルータ 14…通信網 61…IPパケット識別部 62…フレーム変換部 63…フレーム送出部 64…伝送媒体監視部 65…再送信間隔算出/制御部 66…Jam信号送出部 67…IPパケットスケジュール部 DESCRIPTION OF SYMBOLS 11 ... Ethernet 121,122 ... Terminal 13 ... Router 14 ... Communication network 61 ... IP packet identification part 62 ... Frame conversion part 63 ... Frame transmission part 64 ... Transmission medium monitoring part 65 ... Retransmission interval calculation / control part 66 ... Jam signal Transmission unit 67: IP packet schedule unit

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】CSMA/CD方式を用いた通信網に接続
されてパケットを送信するノード装置であって、 前記通信網へのパケットの送信を開始するのに先だっ
て、前記通信網が使用中か否かを検出する検出手段と、 前記検出手段により前記通信網が使用中であることが検
出され、かつ送信すべき前記パケットがあらかじめ取り
決められた転送品質が提供されるべきパケットフローに
属するものである場合に、前記パケットを送信待ちとす
ることにより該パケットが被ると予測される転送品質が
前記取り決められた転送品質を満足しないものになると
判断したならば、前記通信網に送出パケットの衝突が生
じた旨を示す信号を疑似的に送出する信号送出手段とを
備えたことを特徴とするノード装置。
1. A node device connected to a communication network using the CSMA / CD method for transmitting a packet, wherein the communication device is in use before starting transmission of the packet to the communication network. Detecting means for detecting whether or not the communication network is in use by the detecting means, and wherein the packet to be transmitted belongs to a packet flow to be provided with a predetermined transfer quality. In some cases, if it is determined that the transfer quality expected to be incurred by the packet will not satisfy the determined transfer quality by waiting for the packet to be transmitted, a collision of the transmitted packet with the communication network may occur. A node sending means for sending out a signal indicating that the occurrence has occurred in a pseudo manner.
【請求項2】CSMA/CD方式を用いた通信網と、該
通信網に接続されてパケットを送受信する複数のノード
装置とを有する通信システムであって、 前記複数のノード装置のうち少なくとも1つは、 前記通信網へのパケットの送信を開始するのに先だっ
て、前記通信網が他の通信ノードにより使用中か否かを
検出する検出手段と、 前記検出手段により前記通信網が使用中であることが検
出され、かつ送信すべき前記パケットがあらかじめ取り
決められた転送品質が提供されるべきパケットフローに
属するものである場合に、前記パケットを送信待ちとす
ることにより該パケットが被ると予測される転送品質が
前記取り決められた転送品質を満足しないものになると
判断したならば、強制的に前記通信網を使用されていな
い状態にさせるために前記通信網に送出パケットの衝突
が生じた旨を示す信号を疑似的に送出する信号送出手段
と、 前記検出手段により前記通信網が使用されていないこと
が検出された場合で検出がされてから所定の時間経過後
に、または前記信号送出手段により前記信号が送出され
た場合で送出されてから所定の時間経過後に、前記パケ
ットの送信を開始させる制御手段とを備えたことを特徴
とする通信システム。
2. A communication system comprising: a communication network using the CSMA / CD system; and a plurality of node devices connected to the communication network for transmitting and receiving packets, wherein at least one of the plurality of node devices is provided. Prior to starting transmission of a packet to the communication network, detection means for detecting whether the communication network is being used by another communication node, and the communication network being used by the detection means Is detected, and if the packet to be transmitted belongs to a packet flow for which a predetermined transfer quality is to be provided, the packet is predicted to suffer by waiting for transmission. If it is determined that the transfer quality does not satisfy the predetermined transfer quality, the communication network is forcibly put into an unused state. Signal transmission means for artificially transmitting a signal indicating that a collision of a transmission packet has occurred in the communication network; and detecting when the detection means detects that the communication network is not used. Control means for starting transmission of the packet after a lapse of a predetermined time from or after a lapse of a predetermined time after the signal is transmitted by the signal transmission means. system.
【請求項3】CSMA/CD方式を用いた通信網に接続
されたノード装置が転送品質を保証すべきパケットを送
信するにあたって該通信網の使用権を獲得するためのパ
ケット送信制御方法であって、 前記ノード装置は、 前記通信網へのパケットの送信を開始するのに先だっ
て、前記通信網が使用中か否かを検出し、 この検出により前記通信網が使用中であると判断され、
かつ送信すべき前記パケットがあらかじめ取り決められ
た転送品質が提供されるべきパケットフローに属するも
のである場合に、前記パケットを送信待ちとすることに
より該パケットが被ると予測される転送品質が前記取り
決められた転送品質を満足しないものになると判断した
ならば、前記通信網に送出パケットの衝突が生じた旨を
示す信号を疑似的に送出して、強制的に前記通信網を使
用されていない状態にさせることを特徴とするパケット
送信制御方法。
3. A packet transmission control method for a node device connected to a communication network using the CSMA / CD system to acquire a right to use the communication network when transmitting a packet to guarantee transfer quality. Prior to starting transmission of a packet to the communication network, the node device detects whether the communication network is in use, and by this detection, it is determined that the communication network is in use,
And if the packet to be transmitted belongs to a packet flow for which a predetermined transfer quality is to be provided, the transfer quality expected to be incurred by the packet by waiting for the packet to be transmitted is determined by the rule. If it is determined that the transmission quality is not satisfied, a signal indicating that a collision of a transmission packet has occurred is sent to the communication network in a pseudo manner, and the communication network is forcibly used. A packet transmission control method.
【請求項4】CSMA/CD方式を用いた通信網に接続
されたノード装置が転送品質を保証すべきパケットを送
信するパケット送信方法であって、 前記ノード装置は、 あらかじめ取り決められた転送品質が提供されるべきパ
ケットフローに属するパケットを前記通信網に送信しよ
うとする際に、前記通信網が他の通信ノードにより使用
中か否かを検出し、 この検出により前記通信網が使用されていないと判断さ
れた場合、所定の時間経過後に前記パケットの送信を開
始し、 前記検出により前記通信網が使用中であると判断された
場合、前記パケットを送信待ちとすることにより該パケ
ットが被ると予測される転送品質が前記取り決められた
転送品質を満足しないものになると判断したならば、強
制的に前記通信網を使用されていない状態にさせるため
に前記通信網に送出パケットの衝突が生じた旨を示す信
号を疑似的に送出して、所定の時間経過後に前記パケッ
トの送信を開始し、 それ以外の場合には、所定の時間経過後に再度、前記検
出からの手順を行うことを特徴とするパケット送信方
法。
4. A packet transmission method in which a node device connected to a communication network using the CSMA / CD system transmits a packet whose transfer quality is to be guaranteed, wherein the node device has a transfer quality that is predetermined. When trying to transmit a packet belonging to a packet flow to be provided to the communication network, it is detected whether or not the communication network is being used by another communication node, and the detection indicates that the communication network is not used. If it is determined that the transmission of the packet is started after a predetermined time elapses, and if it is determined that the communication network is in use by the detection, the transmission of the packet is awaited by waiting for the transmission of the packet. If it is determined that the predicted transfer quality does not satisfy the predetermined transfer quality, the communication network is forcibly switched to the unused state. To transmit a signal indicating that a collision of a transmission packet has occurred to the communication network to start transmission of the packet after a predetermined time has elapsed, otherwise, a predetermined time has elapsed. A packet transmission method, wherein the procedure from the detection is performed again later.
【請求項5】CSMA/CD方式を用いた通信網に接続
されてパケットを送信するノード装置であって、 前記通信網へのパケットの送信を開始するのに先だっ
て、前記通信網が他の通信ノードにより使用中か否かを
検出する検出手段と、 前記検出手段により前記通信網が使用中であることが検
出され、かつ送信すべき前記パケットがあらかじめ取り
決められた転送品質が提供されるべきパケットフローに
属するものである場合に、前記パケットを送信待ちとす
ることにより該パケットが被ると予測される転送品質が
前記取り決められた転送品質を満足しないものになると
判断され、かつ前記他の通信ノードによる前記通信網の
使用が所定の時間内に終了しないと判断されたならば、
強制的に前記通信網を使用されていない状態にさせるた
めに前記通信網に送出パケットの衝突が生じた旨を示す
信号を疑似的に送出する信号送出手段とを備えたことを
特徴とするノード装置。
5. A node device connected to a communication network using the CSMA / CD system and transmitting a packet, wherein the communication network transmits another packet before starting transmission of the packet to the communication network. Detecting means for detecting whether or not the communication network is being used by the node; and a packet for which the packet to be transmitted is provided with a predetermined transfer quality for the packet to be transmitted. If the packet belongs to a flow, it is determined that, by waiting for the packet to be transmitted, the transfer quality predicted to be incurred by the packet does not satisfy the determined transfer quality, and the other communication node If it is determined that the use of the communication network by does not end within a predetermined time,
Signal transmission means for artificially transmitting a signal indicating that a collision of a transmission packet has occurred to the communication network in order to forcibly put the communication network into an unused state. apparatus.
【請求項6】CSMA/CD方式を用いた通信網と、該
通信網に接続されてパケットを送受信する複数のノード
装置とを有する通信システムであって、 前記複数のノード装置のうち少なくとも1つは、 前記通信網へのパケットの送信を開始するのに先だっ
て、前記通信網が他の通信ノードにより使用中か否かを
検出する検出手段と、 前記検出手段により前記通信網が使用中であることが検
出され、かつ送信すべき前記パケットがあらかじめ取り
決められた転送品質が提供されるべきパケットフローに
属するものである場合に、前記パケットを送信待ちとす
ることにより該パケットが被ると予測される転送品質が
前記取り決められた転送品質を満足しないものになると
判断され、かつ前記他の通信ノードによる前記通信網の
使用が所定の時間内に終了しないと判断されたならば、
強制的に前記通信網を使用されていない状態にさせるた
めに前記通信網に送出パケットの衝突が生じた旨を示す
信号を疑似的に送出する信号送出手段と、 前記検出手段により前記通信網が使用されていないこと
が検出された場合で検出がされてから所定の時間経過後
に、または前記信号送出手段により前記信号が送出され
た場合で送出されてから所定の時間経過後に、前記パケ
ットの送信を開始させる制御手段とを備えたことを特徴
とする通信システム。
6. A communication system comprising: a communication network using the CSMA / CD method; and a plurality of node devices connected to the communication network for transmitting and receiving packets, wherein at least one of the plurality of node devices is provided. Prior to starting transmission of a packet to the communication network, detection means for detecting whether the communication network is being used by another communication node, and the communication network being used by the detection means Is detected, and if the packet to be transmitted belongs to a packet flow for which a predetermined transfer quality is to be provided, the packet is predicted to suffer by waiting for transmission. It is determined that the transfer quality does not satisfy the determined transfer quality, and the use of the communication network by the other communication node is performed for a predetermined time. If it is determined not ended,
Signal sending means for artificially sending a signal indicating that a transmission packet collision has occurred to the communication network in order to forcibly bring the communication network into an unused state; and The transmission of the packet after a lapse of a predetermined time from the detection when it is detected that the packet is not used, or after the lapse of a predetermined time after the signal is transmitted by the signal transmission means. And a control means for starting the communication.
【請求項7】CSMA/CD方式を用いた通信網に接続
されたノード装置が転送品質を保証すべきパケットを送
信するにあたって該通信網の使用権を獲得するためのパ
ケット送信制御方法であって、 前記ノード装置は、 前記通信網へのパケットの送信を開始するのに先だっ
て、前記通信網が他の通信ノードにより使用中か否かを
検出し、 この検出により前記通信網が使用中であると判断され、
かつ送信すべき前記パケットがあらかじめ取り決められ
た転送品質が提供されるべきパケットフローに属するも
のである場合に、前記パケットを送信待ちとすることに
より該パケットが被ると予測される転送品質が前記取り
決められた転送品質を満足しないものになると判断さ
れ、かつ前記他の通信ノードによる前記通信網の使用が
所定の時間内に終了しないと判断されたならば、前記通
信網に送出パケットの衝突が生じた旨を示す信号を疑似
的に送出して、強制的に前記通信網を使用されていない
状態にさせることを特徴とするパケット送信制御方法。
7. A packet transmission control method for a node device connected to a communication network using the CSMA / CD system to acquire a right to use the communication network when transmitting a packet for which transfer quality is to be guaranteed. Prior to starting transmission of a packet to the communication network, the node device detects whether the communication network is being used by another communication node or not, and the detection indicates that the communication network is being used. Is determined,
And if the packet to be transmitted belongs to a packet flow for which a predetermined transfer quality is to be provided, the transfer quality expected to be incurred by the packet by waiting for the packet to be transmitted is determined by the rule. If it is determined that the transmission quality does not satisfy the given transfer quality and that the use of the communication network by the other communication node does not end within a predetermined time, a collision of a transmission packet occurs in the communication network. A packet transmission control method comprising: sending a signal indicating that the communication network is not in use;
【請求項8】CSMA/CD方式を用いた通信網に接続
されたノード装置が転送品質を保証すべきパケットを送
信するパケット送信方法であって、 前記ノード装置は、 あらかじめ取り決められた転送品質が提供されるべきパ
ケットフローに属するパケットを前記通信網に送信しよ
うとする際に、前記通信網が他の通信ノードにより使用
中か否かを検出し、 この検出により前記通信網が使用されていないと判断さ
れた場合、所定の時間経過後に前記パケットの送信を開
始し、 前記検出により前記通信網が使用中であると判断された
場合、前記他の通信ノードによる前記通信網の使用が所
定の時間内に終了せず、前記パケットを送信待ちとする
ことにより該パケットが被ると予測される転送品質が前
記取り決められた転送品質を満足しないものになると判
断されたならば、強制的に前記通信網を使用されていな
い状態にさせるために前記通信網に送出パケットの衝突
が生じた旨を示す信号を疑似的に送出して、所定の時間
経過後に前記パケットの送信を開始し、 それ以外の場合には、所定の時間経過後に再度、前記検
出からの手順を行うことを特徴とするパケット送信方
法。
8. A packet transmission method in which a node device connected to a communication network using the CSMA / CD method transmits a packet whose transfer quality is to be guaranteed, wherein the node device has a predetermined transfer quality. When trying to transmit a packet belonging to a packet flow to be provided to the communication network, it is detected whether or not the communication network is being used by another communication node, and the detection indicates that the communication network is not used. When it is determined that the transmission of the packet is started after a lapse of a predetermined time, and when it is determined that the communication network is in use by the detection, the use of the communication network by the other communication node is performed by a predetermined time. A transfer quality that is not completed in time and is expected to be incurred by waiting for transmission of the packet and that does not satisfy the determined transfer quality. If it is determined that the communication network is not in use, a signal indicating that a collision of a transmission packet has occurred is sent to the communication network in a pseudo manner in order to force the communication network into an unused state for a predetermined time. A packet transmission method comprising: starting transmission of the packet after a lapse of time; otherwise, performing a procedure from the detection again after a lapse of a predetermined time.
JP5151997A 1997-03-06 1997-03-06 Node device, communication system packet transmission control method and packet transmission method Pending JPH10257079A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5151997A JPH10257079A (en) 1997-03-06 1997-03-06 Node device, communication system packet transmission control method and packet transmission method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5151997A JPH10257079A (en) 1997-03-06 1997-03-06 Node device, communication system packet transmission control method and packet transmission method

Publications (1)

Publication Number Publication Date
JPH10257079A true JPH10257079A (en) 1998-09-25

Family

ID=12889271

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5151997A Pending JPH10257079A (en) 1997-03-06 1997-03-06 Node device, communication system packet transmission control method and packet transmission method

Country Status (1)

Country Link
JP (1) JPH10257079A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000124951A (en) * 1998-10-13 2000-04-28 Hitachi Ltd Network band management system
GB2346521A (en) * 1998-12-09 2000-08-09 Nec Corp Monitoring quality of service (QOS) in a packet-based communication system and switching to a backup system in dependence on detected packet quality
US6700893B1 (en) 1999-11-15 2004-03-02 Koninklijke Philips Electronics N.V. System and method for controlling the delay budget of a decoder buffer in a streaming data receiver

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000124951A (en) * 1998-10-13 2000-04-28 Hitachi Ltd Network band management system
GB2346521A (en) * 1998-12-09 2000-08-09 Nec Corp Monitoring quality of service (QOS) in a packet-based communication system and switching to a backup system in dependence on detected packet quality
US6557112B1 (en) 1998-12-09 2003-04-29 Nec Corporation QOS protection system
US6700893B1 (en) 1999-11-15 2004-03-02 Koninklijke Philips Electronics N.V. System and method for controlling the delay budget of a decoder buffer in a streaming data receiver

Similar Documents

Publication Publication Date Title
JP4435235B2 (en) Method and apparatus for controlling wireless medium congestion by adjusting contention window size and separating selected mobile stations
US7499402B2 (en) Network delay control
JP4550704B2 (en) Communication system and communication management method
US6198722B1 (en) Flow control method for networks
EP1361710A2 (en) A fairness scheme method and apparatus for pause capable and pause incapable ports
JPH10303930A (en) Controller for wireless local area network(wlan), method for dynamically adjusting operation parameter of wlan and controller for radio communication station
PT2529514T (en) Adaptive contention window in discontinuous wireless communication channels
JP2006254383A (en) Communication control system and method
JP2005218082A (en) Method and device of error control
WO2006076850A1 (en) A process method for dealing with device overload in the communication network
US6993042B1 (en) LAN interface apparatus and a method of controlling the transmission and reception of a frame
US10897725B2 (en) System and method for managing data transfer between two different data stream protocols
JPH10257079A (en) Node device, communication system packet transmission control method and packet transmission method
JPH1056470A (en) Network communication control equipment
JPH0946374A (en) Bidirectional communication system and its central information communication controller and terminal communication controller
JP2722053B2 (en) Congestion notification method
JP2009147569A (en) Frame transmission device and frame reception device
Sakatani Congestion avoidance for video over IP networks
KR100772535B1 (en) Method for controlling congestion of node consisting ad-hoc network and apparatus thereof
JP4535849B2 (en) Communications system
JP2001292150A (en) Communication control method
JP2848335B2 (en) Communication control device
JP5099457B2 (en) Communication method and control device
JP3845392B2 (en) BAND CONTROL DEVICE AND BAND CONTROL SYSTEM
EA005625B1 (en) System and method for multipoint to multipoint data communication