JPH022756A - Packet transfer system - Google Patents

Packet transfer system

Info

Publication number
JPH022756A
JPH022756A JP63146800A JP14680088A JPH022756A JP H022756 A JPH022756 A JP H022756A JP 63146800 A JP63146800 A JP 63146800A JP 14680088 A JP14680088 A JP 14680088A JP H022756 A JPH022756 A JP H022756A
Authority
JP
Japan
Prior art keywords
packet
information
frame
switching machine
transmission
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
JP63146800A
Other languages
Japanese (ja)
Inventor
Satoshi Sakai
坂井 敏
Yukio Honda
本田 行雄
Mitsuru Asamura
浅村 満
Hiroyuki Nakano
裕行 中野
Takashi Yamada
隆 山田
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP63146800A priority Critical patent/JPH022756A/en
Publication of JPH022756A publication Critical patent/JPH022756A/en
Pending legal-status Critical Current

Links

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

PURPOSE:To economically and efficiently perform packet transfer by setting information to instruct the possibility of deletion of a packet when the packet encounters congestion in a switching machine and the information to instruct the necessity of re-transmission when it encounters a transmission path error. CONSTITUTION:The information from a TV camera 3 and a mike 4 as terminals, for example, TV conference terminals are assembled as the packet at a packet disassembling device 5, and is transferred to a packet switching machine 7, and the switching machine 7 transfers the packet after dividing to constant length. On the packet, a deletion classification field to instruct the possibility of the deletion of the packet in the case of encountering to the congestion in the switching machine and a re-transmission classification field to instruct the necessity of re-transmission in the case of encountering to the transmission path error are set. Furthermore, the transfer of the packet from the switching machine 7 to another switching machine is performed with an 1 frame when the re-transmission is needed, and with a UI frame when it is not needed, and the switching machine 8 receiving the packet controls the deletion when the congestion is generated in an output route based on the information of the possibility of the deletion. In such a way, it is possible to perform the packet transfer economically and efficiently.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は音声、データ、映像等のマルチメディアを対象
としたパケット交換網のパケット転送方式に関するもの
である。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a packet transfer system for a packet switching network for multimedia such as voice, data, and video.

〔従来の技術〕[Conventional technology]

従来のパケット交換網は大部分データ端末間のパケット
転送のみを対象としている。データ端末間のパケット転
送は、リアルタイム性はさほど要求しないが、誤りに対
しては高信頼性を要求することが特徴である。この条件
を満たすための従来のパケット交換網では、隣接交換機
間においてはX、25レベル2の誤り回復、発着交換機
間においてはX、25レベル3の誤り回復をそれぞれ実
施している。
Conventional packet-switched networks are mostly intended only for packet transfer between data terminals. Packet transfer between data terminals does not require much real-time performance, but is characterized by requiring high reliability against errors. In a conventional packet switching network that satisfies this condition, error recovery of X, 25 level 2 is performed between adjacent exchanges, and error recovery of X, 25 level 3 is performed between originating and terminating exchanges.

なお、X、25というのは、CCITT(国際電信電話
諮問委員会)勧告の勧告番号で(パケット形態端末イン
タフェース)を規定しており、次の三つのレベルについ
て基本仕様を定めたものである。
Note that X, 25 is the recommendation number of the CCITT (International Telegraph and Telephone Consultative Committee) recommendation, which specifies (packet-type terminal interface) and defines basic specifications for the following three levels.

L/へ)L/ 1 : を気物理レベルインタフェース
レベル2:リンクレベルプuトコル レベル3:パケットレベルプロトコル 一方、昨今のパケット交換網では転送速度が高速比され
、対象とするメディアはデータ端末からのデータのみな
らず音声情報、映像情報にも広がってきている。これら
のメディアの特徴をデータと比較すると次のとおりで粂
る。
L/1: Physical level interface Level 2: Link level protocol Level 3: Packet level protocol On the other hand, in recent packet switching networks, the transfer speed is high, and the target media is from the data terminal to It is expanding not only to data, but also to audio and video information. A comparison of the characteristics of these media with data reveals the following.

音声については、会話の自然性を保つ上から、データ端
末間のパケット転送に比べて短い遅延時間で相手に届け
る必要がある。即ち、音声パケットを相手に転送するた
めの遅延時間は少なくとも150ミリ秒以下とする必要
があるため音声パケットが誤った場合、再生できないこ
とを意味している。また音声情報はデータと違い情報に
冗長性があるため数%程度の誤りは許容可能である。
In order to maintain the naturalness of the conversation, voice needs to be delivered to the other party with a shorter delay time than packet transfer between data terminals. That is, since the delay time for transmitting the audio packet to the other party must be at least 150 milliseconds or less, this means that if the audio packet is erroneous, it cannot be reproduced. Also, unlike data, voice information has redundancy, so errors of about a few percent can be tolerated.

テレビ会議のような映像情報は、リアルタイム性が要求
されること、映像と音声の同期が必要なことなど遅延時
間が短いこと及びフレーム間予測等の差分符号化を行っ
ているため誤りが少ないことが必要である。
Video information such as video conferences requires real-time performance, short delay time due to the need to synchronize video and audio, and fewer errors due to differential encoding such as interframe prediction. is necessary.

〔発明が解決しようとする課題〕 このように遅延時間、誤りに対する網への要求条件はメ
ディア毎に異なるため、データ端末間のパケット転送を
主対象とした従来の交換網でマルチメディア情報を混在
して転送するのは不適当であった。
[Problem to be solved by the invention] As described above, the requirements for networks regarding delay time and errors differ depending on the media, so it is difficult to mix multimedia information in a conventional switching network that mainly targets packet transfer between data terminals. It would have been inappropriate to transfer the information.

本発明は、パケット転送にあたって廃棄の可否、再送の
要否を指定可能とすることにより、性質の異なるメディ
アに対しそのメディアに応じたパケット転送手段を提供
し、経済的で効率的なマルチメディアパケット転送を実
現することを目的とする。
By making it possible to specify whether or not to discard or not to retransmit packets when transferring packets, the present invention provides a means for transferring packets according to the media for media with different properties, thereby providing economical and efficient multimedia packets. The purpose is to realize transfer.

〔課題を解決するための手段〕[Means to solve the problem]

本発明は、パケットに、そのパケットが交換機輻輳に遭
遇した場合に廃棄の可否を指示するための情報と伝送路
誤りに遭遇した場合に再送の要否を指示するための情報
とを設定しておき、交換機間のパケット転送に当たって
は、再送要のパケットであれば■フレームで、再送否の
パケットであればUIフレームで送信し、該パケットを
受信した交換機においては、該パケットの宛先に至る出
ルートが輻輳状態であれば、廃棄の可否を示す情報に基
づき廃棄制御を行うようにしており、このことを最も主
要な特徴とする。
The present invention sets information in a packet to instruct whether or not to discard the packet if the packet encounters switching congestion, and information to instruct whether or not to retransmit if the packet encounters a transmission path error. When transferring packets between exchanges, packets that need to be retransmitted are sent as ■ frames, and packets that cannot be retransmitted are sent as UI frames. If the route is congested, discard control is performed based on information indicating whether discard is possible, and this is the most important feature.

〔作用〕[Effect]

上記問題点を解決する手段は次のように作用する。 The means for solving the above problem works as follows.

第2図は、パケットの転送を行うためのフレーム構成を
示したもので、フレームはフラグシーケンス31,36
、アドレス、l+I[Il、情報、フレームチエツクシ
ーケンスの各フィールド32〜35から構成される。ま
た、第3図は第2図中の制御フィールド33の構成を!
フレームとUIフレームについて示したものである。■
フレームの制御フィールドにはフレームの送受信順序を
示すシーケンス番号N(S) 、N(R)が設定されて
いる。
Figure 2 shows the frame structure for transferring packets, and the frame consists of flag sequences 31, 36.
, address, l+I [Il, information, and frame check sequence fields 32 to 35. Also, Figure 3 shows the configuration of the control field 33 in Figure 2!
It shows frames and UI frames. ■
Sequence numbers N(S) and N(R) indicating the frame transmission/reception order are set in the control field of the frame.

フレームが誤った場合これらのシーケンス番号N(S)
 、N(R)によってパケットフレームの再送制御が行
われる。一方、UIフレームの制御フィールドは同図に
示すようにシーケンス番号を持たないため、誤りが発生
してもフレームの再送は行われない。このため、再送の
要否によりIフレームかUIフレームかを選択して送信
する。
If the frame is incorrect these sequence numbers N(S)
, N(R) performs packet frame retransmission control. On the other hand, since the control field of the UI frame does not have a sequence number as shown in the figure, the frame is not retransmitted even if an error occurs. Therefore, either an I frame or a UI frame is selected and transmitted depending on whether retransmission is necessary.

また、パケットの宛先に対応する出方路が輻輳すると、
そこの出方路に対応する送信待ちキューが長くなり、パ
ケット転送に要する遅延時間も長くなる。このため、音
声パケットのようにリアルタイム性を満足しないパケッ
トは廃棄しても良い場合は、破棄可を指定しておけば輻
輳発生時に当該パケットを廃棄可能となる。
Also, if the outgoing route corresponding to the packet destination is congested,
The transmission waiting queue corresponding to that output route becomes longer, and the delay time required for packet transfer also becomes longer. Therefore, if a packet that does not satisfy real-time performance, such as a voice packet, can be discarded, specifying that it can be discarded allows the packet to be discarded when congestion occurs.

〔実施例〕〔Example〕

第1図は本発明の一実施例を示すブロック図である。同
図において、1,11はPBX、2.12はPBX用の
パケット組立分解装! (PAD)、3.13はテレビ
カメラおよびモニタ、4.14はマイクおよびスピーカ
、5,15はテレビ会議用のパケット組立分解装置(P
AD)、6.16はパケットデータ端末、7,8.9は
パケット交換機である。
FIG. 1 is a block diagram showing one embodiment of the present invention. In the same figure, 1 and 11 are PBX, and 2.12 is PBX packet assembly and disassembly! (PAD), 3.13 is a TV camera and monitor, 4.14 is a microphone and speaker, 5 and 15 are packet assembly and disassembly equipment for video conferencing (P
AD), 6.16 is a packet data terminal, and 7, 8.9 is a packet switch.

また、第4図は、本発明で使用されるパケットのフォー
マット、即ち第2図の情報フィールド34の内容を示す
もので、21は再送の要否を示す再送種別フィールド、
22は廃棄の可否を示す廃棄種別フィールドを示す。以
下これらの図に基づき詳細に説明する。
Further, FIG. 4 shows the format of the packet used in the present invention, that is, the contents of the information field 34 in FIG. 2, where 21 is a retransmission type field indicating whether retransmission is necessary;
Reference numeral 22 indicates a discard type field indicating whether or not discard is possible. A detailed explanation will be given below based on these figures.

パケノ14Mでは、端末例えばテレビ会議端末としての
3.4からの情報はパケット組立分解装置(PAD・)
5でパケットに組立られ、パケット交換機7に転送され
る。このパケット交換機7への入力パケット長は、ユー
ザ・網インタフエース条件の中から適当なものが選択さ
れている。これはパケットデータ端末6等からの入力デ
ータについても同様である。これら端末から入力された
パケットをそのままの長さでパケット交換網内を転送す
ると、その入力パケットが例えば4096バイトのよう
なロングパケットの場合、短遅延時間の転送を要求する
パケットに対して遅延時間を長くしてしまう。このため
、本発明はパケット交換機への入力パケットが一定長以
上(例えば128バイトより長い場合)であれば、パケ
ット交換機7において一定長に分割して転送するような
交換網を対象としている。
In Pakeno 14M, information from 3.4 as a terminal, for example, a video conference terminal, is sent to the packet assembly and disassembly device (PAD).
The packets are assembled into packets in step 5 and transferred to packet switch 7. The length of the input packet to the packet switch 7 is selected appropriately from among the user-network interface conditions. This also applies to input data from the packet data terminal 6 and the like. When packets input from these terminals are transferred within the packet switching network with the same length, if the input packet is a long packet such as 4096 bytes, there will be a delay time compared to a packet requesting short delay transfer. It makes the . For this reason, the present invention is directed to a switching network in which if an input packet to a packet switch is longer than a certain length (for example, longer than 128 bytes), the packet switch 7 divides it into pieces of a certain length and transfers the packet.

このような交換網において、例えばテレビ会議端末とし
てのマイク4からの音声情報は品質上リアルタイム性が
要求されるので再送しなくても良く、輻輳時の廃棄は可
能とする。また、テレビカメラ3からの情報は再送不可
能で廃棄は不可能で転送したいものとする。この場合マ
イクからの情報に対しては、例えばX、25レベル3の
Qビットの値を“1゛°に設定してUIフレームでパケ
ット交換機7に転送し、テレビカメラ3からの情報に対
してはx、25レベル3のQビットの値を“0”に設定
してUIフレームでパケット交換機7に転送するようテ
レビ会議用パケット組立分解装置5を構成する。なお、
ここではX、25レベル3のQビットにより端末からの
パケット交換機へ廃棄可/不可を指示することとしてい
るが、ユーザデータ等信の適当なフィールドに於いて指
定することも可能である。また、データ端末からの情報
等は通常、再送可で廃棄不可のケースとなるが、この場
合は前記QビットをOIIとし、lフレームで転送する
ように構成する。
In such a switching network, for example, voice information from the microphone 4 as a video conference terminal requires real-time quality, so there is no need to retransmit it, and it is possible to discard it in the event of congestion. Further, it is assumed that the information from the television camera 3 cannot be retransmitted, cannot be discarded, and should be transferred. In this case, for the information from the microphone, for example, set the value of the Q bit of X, 25 level 3 to "1°" and transfer it to the packet switch 7 in the UI frame, and for the information from the TV camera 3. The video conference packet assembly and disassembly device 5 is configured to set the value of the Q bit of x, 25 level 3 to "0" and transfer it to the packet switch 7 in a UI frame.
Here, the X, 25 level 3 Q bit is used to instruct the packet switch from the terminal as to whether or not it can be discarded, but it is also possible to designate it in an appropriate field of the user data, etc. transmission. Further, information etc. from a data terminal is usually retransmitted and cannot be discarded, but in this case, the Q bit is set as OII and is configured to be transferred in 1 frame.

パケット交換機7は端末から上記情報を受信すると、網
内で使用する局間ヘッダの再送種別フィールド(第4図
の21)にlフレームがUIフレームか、すなわち伝送
路で誤りがあった場合、再送が必要な情報か不必要な情
報かの種別を設定する。さらにQビットの値をもとにそ
のパケットを受信した交換機が輻輳状態になった場合に
、該パケットの廃棄が許されるか否かを示す廃棄種別フ
ィールド(第4図の22)に廃棄の可否を設定する。さ
らにパケット交換機7は受信パケットを他のパケット交
−換機8に転送する時、再送種別フィルードの値に応じ
てlフレームかUIlフレームを選択して転送するため
、伝送路エラー時はlフレームで送ったフレームのみが
X、25のレベル2の再送手段により再送され、UIl
フレーム送ったフレームは再送されない。また、パケッ
ト交換機8が輻輳状態になり、伝送路への送出待ちキュ
ーが長くなると、廃棄種別フィールドで廃棄可が指定さ
れているパケットを廃棄することにより輻幀状態を回復
する。パケット廃棄の方法については、該キューに繋が
れている全ての廃棄可フレームを廃棄しても良く、ある
いは一部の廃棄可フレームを廃棄しても良い。
When the packet switch 7 receives the above information from the terminal, the retransmission type field (21 in Figure 4) of the interstation header used within the network indicates that the l frame is a UI frame, that is, if there is an error on the transmission path, it will be retransmitted. Set the type of information, whether it is necessary information or unnecessary information. Furthermore, based on the value of the Q bit, if the exchange that received the packet becomes congested, the discard type field (22 in Figure 4), which indicates whether discarding the packet is allowed, is set to indicate whether discard is allowed or not. Set. Furthermore, when the packet switch 7 transfers a received packet to another packet switch 8, it selects and transfers either an l frame or a UI frame depending on the value of the retransmission type field, so when a transmission path error occurs, an l frame is used. Only the transmitted frame is retransmitted by the level 2 retransmission means of X,25, and the UIl
Frames that have been sent will not be retransmitted. Furthermore, when the packet switch 8 becomes congested and the queue waiting to be sent to the transmission line becomes long, the congestion state is recovered by discarding packets for which discardable is specified in the discard type field. Regarding the packet discard method, all discardable frames connected to the queue may be discarded, or some discardable frames may be discarded.

〔発明の効果〕〔Effect of the invention〕

以上説明したように、本発明によれば、音声、データ、
映像といったマルチメディア情報をそのメディアの持つ
特性に応じて転送することが可能となり、経済的、合理
的なマルチメディパケット転送が可能となる。
As explained above, according to the present invention, voice, data,
It becomes possible to transfer multimedia information such as video according to the characteristics of the media, and economical and rational multimedia packet transfer becomes possible.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例を示すブロック図、第2図は
本発明で使用されるフレームの構成例を示す説明図、第
3図は第2図の中の制御フィールドの構成例を示す説明
図、第4図は第2図における情報フィールドの内容を示
す説明図、である。 符号の説明
FIG. 1 is a block diagram showing an embodiment of the present invention, FIG. 2 is an explanatory diagram showing an example of the structure of a frame used in the present invention, and FIG. 3 is an example of the structure of the control field in FIG. FIG. 4 is an explanatory diagram showing the contents of the information fields in FIG. 2. Explanation of symbols

Claims (1)

【特許請求の範囲】[Claims] 1)端末からのパケットが一定の長さ以下に分割されて
網内を転送されるパケット交換網において、パケットに
、該パケットが交換機輻輳に遭遇した場合に廃棄の可否
を指示するための情報と、伝送路誤りに遭遇した場合に
再送の要否を指示するための情報とを設定しておき、交
換機間のパケット転送に当たっては再送要であればIフ
レームで、再送否であればUIフレームで送信し、該パ
ケットを受信した交換機においては、該パケットの宛先
に至る出ルートが輻輳状態であれば、前記廃棄の可否情
報に基づき廃棄制御を行うことを特徴とするパケット転
送方式。
1) In a packet switching network in which packets from a terminal are divided into pieces of a certain length or less and transferred within the network, the packet is provided with information to instruct whether or not to discard it if the packet encounters switching congestion. , and information for instructing whether retransmission is necessary when a transmission path error is encountered, and when transferring packets between exchanges, an I frame is used if retransmission is necessary, and a UI frame is used if retransmission is not necessary. A packet transfer method characterized in that, in an exchange that transmits a packet and receives the packet, if an outgoing route to the destination of the packet is congested, discard control is performed based on the discard permission/prohibition information.
JP63146800A 1988-06-16 1988-06-16 Packet transfer system Pending JPH022756A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63146800A JPH022756A (en) 1988-06-16 1988-06-16 Packet transfer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63146800A JPH022756A (en) 1988-06-16 1988-06-16 Packet transfer system

Publications (1)

Publication Number Publication Date
JPH022756A true JPH022756A (en) 1990-01-08

Family

ID=15415816

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63146800A Pending JPH022756A (en) 1988-06-16 1988-06-16 Packet transfer system

Country Status (1)

Country Link
JP (1) JPH022756A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009527957A (en) * 2006-02-21 2009-07-30 ノキア シーメンス ネットワークス ゲゼルシャフト ミット ベシュレンクテル ハフツング ウント コンパニー コマンディトゲゼルシャフト Centralized congestion avoidance in passive optical networks

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009527957A (en) * 2006-02-21 2009-07-30 ノキア シーメンス ネットワークス ゲゼルシャフト ミット ベシュレンクテル ハフツング ウント コンパニー コマンディトゲゼルシャフト Centralized congestion avoidance in passive optical networks

Similar Documents

Publication Publication Date Title
KR100458040B1 (en) Transmitting/receiving method
US7161949B2 (en) Methods and system for fast session establishment between equipment using H.324 and related telecommunications protocols
US6771594B1 (en) Reliable/non-reliable transmission of voice using TCP/UDP based on network quality of service
JP2713883B2 (en) Time division switch
EP1362456B1 (en) System and method for intercepting telecommunications
JP3319367B2 (en) Network connection device
JP2002344497A (en) Method for controlling switching of connection route between media gateway equipment, and call agent equipment
US9325529B2 (en) Hybrid type telephony system
US20130010800A1 (en) Method and apparatus for reducing delays in a packets switched network
US7200113B2 (en) Apparatus and method for isochronous network delay compensation
JP3588570B2 (en) Communication flow control method, communication terminal, and program recording medium thereof
JPH022756A (en) Packet transfer system
US7039043B2 (en) Voice data communication system
JP2007194704A (en) Data communication terminal and data communication system
JPS6346032A (en) Image information transferring control system
JP2002252647A (en) Apparatus and method for transmitting ip packet and storage medium for storing program of the same
JPH0267042A (en) Video packet transmission system
JPH05268243A (en) Cell discarding preventing system in atm transmission
JP3222591B2 (en) Multimedia communication terminal
JPS5888993A (en) Information transmission system in composite communication network
JP3227238B2 (en) Terminal device
JP3774699B2 (en) Method and apparatus for transmitting information having a voice part and a data part
JPS6376647A (en) Packet flow limit system
JPH03145888A (en) Television conference terminal equipment
JP2000174775A (en) Cell interleaving method for asynchronous transfer mode(atm) exchange system