WO2019235136A1 - 転送システム及び転送方法 - Google Patents

転送システム及び転送方法 Download PDF

Info

Publication number
WO2019235136A1
WO2019235136A1 PCT/JP2019/018867 JP2019018867W WO2019235136A1 WO 2019235136 A1 WO2019235136 A1 WO 2019235136A1 JP 2019018867 W JP2019018867 W JP 2019018867W WO 2019235136 A1 WO2019235136 A1 WO 2019235136A1
Authority
WO
WIPO (PCT)
Prior art keywords
packet
time
transfer
unit
threshold
Prior art date
Application number
PCT/JP2019/018867
Other languages
English (en)
French (fr)
Inventor
英臣 西原
奥川 徹
Original Assignee
日本電信電話株式会社
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 日本電信電話株式会社 filed Critical 日本電信電話株式会社
Publication of WO2019235136A1 publication Critical patent/WO2019235136A1/ja

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols

Definitions

  • the present invention relates to a transfer system and a transfer method.
  • the conventional network satisfies the requirements (bandwidth, delay, jitter) in E2E by performing uniform QoS (Quality of Service) control by E2E (end-to-end).
  • QoS Quality of Service
  • the present invention has been made in view of the above points, and an object of the present invention is to reduce the possibility of failing to satisfy communication requirements.
  • a transfer system including a plurality of transfer devices each transferring a packet includes a receiving unit that receives the packet and an elapsed time from the time indicated by the time information attached to the packet.
  • a first transfer device having a calculation unit for calculating and a changing unit for changing the priority of the packet according to a comparison between the elapsed time and a first threshold value;
  • FIG. 5 is a flowchart for explaining an example of a processing procedure executed by each transfer device 10; 3 is a diagram illustrating a configuration example of a threshold storage unit 121. FIG. 3 is a diagram illustrating a configuration example of a QoS setting storage unit 123. FIG. It is a figure which shows the structural example of a packet. It is a figure for demonstrating the example of application of embodiment of this invention.
  • FIG. 1 is a diagram illustrating a configuration example of a transfer system 1 according to an embodiment of the present invention.
  • a transfer system 1 includes a plurality of transfer devices 10 such as a transfer device 10-1, a transfer device 10-2, a transfer device 10-3, and a transfer device 10-4.
  • Each transfer apparatus 10 is an apparatus assigned to transfer a packet transmitted from a transmission side terminal to a reception side terminal with respect to a certain E2E slice generated on a physical network.
  • Each transfer device 10 is, for example, a router.
  • the transmission side terminal is a terminal that is a transmission source of a packet
  • the reception side terminal is a terminal that is a transmission destination (destination) of a packet.
  • FIG. 2 is a diagram illustrating a hardware configuration example of the transfer apparatus 10 according to the embodiment of the present invention. 2 includes an auxiliary storage device 101, a memory device 102, a CPU 103, an interface device 104, and the like.
  • a program for realizing processing in the transfer device 10 is installed in the auxiliary storage device 101.
  • the auxiliary storage device 101 stores the installed program and also stores necessary files and data.
  • the memory device 102 reads the program from the auxiliary storage device 101 and stores it when there is an instruction to start the program.
  • the CPU 103 executes a function related to the transfer device 10 in accordance with a program stored in the memory device 102.
  • the interface device 104 is used as an interface for connecting to a network.
  • FIG. 3 is a diagram illustrating a functional configuration example of the transfer apparatus 10 according to the embodiment of the present invention.
  • the transfer device 10 includes a time synchronization unit 11, a packet reception unit 12, a time stamp reading unit 13, an arrival time calculation unit 14, a determination unit 15, a QoS setting unit 16, a time stamp marking unit 17, and a packet transmission unit. 18
  • Each of these units is realized by processing executed by the CPU 103 by one or more programs installed in the transfer apparatus 10. Alternatively, each unit may be realized by a dedicated circuit.
  • the transfer apparatus 10 also uses a threshold storage unit 121, a packet buffer unit 122, a QoS setting storage unit 123, and the like. Each of these storage units can be realized using the auxiliary storage device 101 or the memory device 102, for example.
  • the time synchronization unit 11 executes processing for synchronizing time (timer) with another transfer device 10.
  • the packet receiving unit 12 receives a packet from the transmission side terminal or another transfer device 10. In addition, when the transfer device 10 is the transfer device 10 closest to the receiving terminal (the transfer device 10 that performs packet transfer last), the packet receiving unit 12 sends a packet retransmission request from the receiving terminal. Receive.
  • the time stamp reading unit 13 reads (acquires) time stamp information attached to the packet from the packet received by the packet receiving unit 12 (hereinafter referred to as “received packet”). To the time stamp information includes transmission time T a of the packet. The packet transmission time is given (written) to the packet by the transmission terminal 10 or the transfer apparatus 10 (transfer apparatus 10-1 in FIG. 1) closest to the transmission terminal. This is the time sent from the transfer device 10.
  • the determination unit 15 compares the arrival time R with the threshold A or the threshold B, and determines whether the arrival time R exceeds the threshold A or the threshold B.
  • the threshold A is a delay allowed in the transfer device 10 set in the threshold storage unit 121 of each transfer device 10 other than the transfer device 10 (transfer device 10-4 in FIG. 1) closest to the receiving terminal.
  • the threshold B is a threshold for a delay time allowed in the transfer device 10 set in the threshold storage unit 121 of the transfer device 10 closest to the receiving terminal.
  • the determination unit 15 stores the received packet in the packet buffer unit 122.
  • the packet buffer unit 122 stores the packet for a predetermined time.
  • the threshold A or the threshold B is determined based on a delay time allowed between the transmission side terminal and the reception side terminal (a delay time included in a request condition for a slice in these terminals). Before the start of communication in a slice, it may be set for each transfer apparatus 10 related to the slice.
  • the QoS setting unit 16 sets the QoS of the received packet ( (DSCP value) is set higher than the current value. That is, the priority of the received packet is increased.
  • the time stamp stamping unit 17 sends the current time (transmits the packet) when the transmission time Ta is not given to the received packet (that is, when the transfer device 10 is the transfer device 10 closest to the transmission side terminal). the time) to be attached to the received packet as a transmission time T a.
  • the packet transmission unit 18 transmits the received packet.
  • FIG. 4 is a flowchart for explaining an example of a processing procedure executed by each transfer apparatus 10.
  • a processing procedure executed by a certain transfer device 10 hereinafter referred to as “target transfer device 10” will be described, but the other transfer devices 10 also execute the same processing procedure.
  • the packet receiving unit 12 is a packet (hereinafter, referred to as "received packets.") Receives the (Yes in S101), the time stamp reading unit 13, time stamp information indicating a transmission time T a from the received packet Is acquired (S102). If the time stamp information is not in the received packet (S103Yes), time stamp embossing section 17 attached to the received packet timestamp information including the current time as the transmission time T a (S104). Subsequently, the packet transmission unit 18 transmits the received packet (S111).
  • the arrival time calculation section 14 by subtracting the packet reception time T a from the transmission time T a, which is included in the acquired time stamp information, arrival Time R is calculated (S105).
  • the determination unit 15 determines whether or not the threshold value B is stored (set) in the threshold value storage unit 121 (S106).
  • FIG. 5 is a diagram illustrating a configuration example of the threshold value storage unit 121. As illustrated in FIG. 5, the threshold storage unit 121 stores a threshold A or a threshold B. FIG. 5 shows an example in which the threshold A is stored.
  • the determination unit 15 determines whether the arrival time R exceeds the threshold A (S107).
  • the QoS setting unit 16 applies the difference (R ⁇ A) between the arrival time R and the threshold A to the upper position stored in the QoS setting storage unit 123. Then, the QoS setting (for example, DSCP value) of the received packet is changed (S108).
  • FIG. 6 is a diagram illustrating a configuration example of the QoS setting storage unit 123.
  • the QoS setting when RA is 0 or less, the QoS setting is not changed, and when RA exceeds 5, the QoS setting is changed to AF1 (that is, the priority is increased).
  • AF1 that is, the priority is increased.
  • the QoS setting may be changed in more stages. For example, when RA exceeds 10, a setting for changing the QoS setting to EF may be stored in the QoS setting storage unit 123.
  • step S107 the packet transmission unit 18 transmits the received packet (S111).
  • step S108 a received packet with a high QoS setting is sent out.
  • FIG. 7 is a diagram illustrating a configuration example of a packet.
  • the packet to be transmitted includes time stamp information (transmission time T a ), QoS setting, and the like.
  • the determination unit 15 determines whether or not the arrival time R exceeds the threshold value B (S109). When the arrival time R exceeds the threshold B (Yes in S107), the determination unit 15 stores the reception buffer in the packet buffer unit 122 (S110). If the arrival time R is equal to or less than the threshold value B (Yes in S109), the reception buffer is not stored in the packet buffer unit 122.
  • the packet transmission unit 18 transmits the received packet (S111).
  • the packet transmitter 18 determines whether or not a packet related to the retransmission request is stored in the packet buffer 122 (S113). ).
  • the retransmission request procedure follows a known protocol. Therefore, a method for identifying a packet related to a retransmission request also follows a known technique.
  • the packet transmission unit 18 transmits the packet to the retransmission request source (S114).
  • FIG. 8 is a diagram for explaining an application example of the embodiment of the present invention.
  • FIG. 8 shows an example in which the present embodiment is applied to five packets (1) to (5) in the E2E slice shown in FIG.
  • the allowable delay time in the requirement of the E2E slice is 50 ms.
  • 10 ms is set as the threshold A in the transfer device 10-2
  • 30 ms is set as the threshold A in the transfer device 10-3
  • 45 ms is set as the threshold B in the transfer device 10-4. Is set. Further, it is assumed that the delay time between the transmission side terminal and the transfer device 10-1 and the delay time between the transfer device 10-4 and the reception side terminal are each 0 ms.
  • arrival times R in transfer devices 10-1 to 10-4 are 0 ms, 5 ms, 20 ms, and 35 ms in order. In this case, since the arrival time R does not exceed the threshold A or the threshold B in any transfer device 10, the QoS setting of the packet (1) is not changed. The packet (1) is not buffered in the transfer apparatus 10-4.
  • arrival times R in transfer devices 10-1 to 10-4 are 0 ms, 5 ms, 32 ms, and 40 ms in this order.
  • the arrival time R exceeds the threshold A (30 ms) in the transfer apparatus 10-3.
  • the QoS setting of the packet in the transfer apparatus 10-3 is raised to AF1, for example.
  • an allowable delay time of E2E is achieved.
  • arrival times R in transfer devices 10-1 to 10-4 are 0 ms, 12 ms, 28 ms, and 43 ms in this order.
  • the arrival time R exceeds the threshold A (10 ms) in the transfer device 10-2. Therefore, the QoS setting of the packet in the transfer apparatus 10-2 is increased to AF1, for example.
  • the arrival time R in the transfer device 10-3 is less than the threshold value A (30 ms). Therefore, the transfer apparatus 10-3 transfers the packet without changing the QoS setting (AF1). As a result, an allowable delay time of E2E is achieved.
  • arrival times R in transfer devices 10-1 to 10-4 are 0 ms, 5 ms, 28 ms, and 48 ms in order. In this case, the allowable delay time of E2E can be achieved, but the arrival time R exceeds the threshold value B (45 ms) in the transfer apparatus 10-4. Therefore, the packet is buffered and transferred by the transfer apparatus 10-4.
  • arrival times R in transfer devices 10-1 to 10-4 are 0 ms, 5 ms, 32 ms, and 46 ms in this order.
  • the arrival time R exceeds the threshold A (30 ms) in the transfer apparatus 10-3.
  • the QoS setting of the packet in the transfer apparatus 10-3 is raised to AF1, for example.
  • the arrival time R exceeds the threshold value B (45 ms) in the transfer apparatus 10-4. Therefore, the packet is buffered and transferred by the transfer apparatus 10-4.
  • the transfer apparatus 10-4 can respond to the packet related to the retransmission request. As a result, no retransmission request is made to the transmitting side terminal, so that the delay time due to packet retransmission can be shortened.
  • QoS setting (priority setting) is performed for packets whose arrival time R at each transfer device 10 exceeds the threshold A set in the transfer device 10. It is transferred with higher priority than before.
  • QoS setting priority setting
  • the threshold A or the threshold B may be set in the same manner for each transfer apparatus related to the branch path.
  • the communication in the slice has been described for the sake of convenience, but in the present embodiment, the present invention may be applied to communication in a form different from the slice.
  • the packet receiving unit 12 is an example of a receiving unit.
  • the arrival time calculation unit 14 is an example of a calculation unit.
  • the QoS setting unit 16 is an example of a changing unit.
  • the packet buffer unit 122 is an example of a storage unit.
  • the packet transmitter 18 is an example of a transmitter.
  • the time stamp information is an example of time information.
  • the threshold A is an example of a first threshold.
  • the threshold value B is an example of a second threshold value.
  • the transfer device 10 in which the threshold A is set is an example of a first transfer device.
  • the transfer device 10 in which the threshold value B is set is an example of a second transfer device.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Communication Control (AREA)

Abstract

それぞれがパケットを転送する複数の転送装置を含む転送システムは、前記パケットを受信する受信部と、前記パケットに付与されている時刻情報が示す時刻からの経過時間を算出する算出部と、前記経過時間と第1の閾値との比較に応じて、前記パケットの優先度を変更する変更部とを有する第1の転送装置を含むことで、通信に関する要求条件を満たせなくなる可能性を低減させる。

Description

転送システム及び転送方法
 本発明は、転送システム及び転送方法に関する。
 従来のネットワークは、E2E(エンドツーエンド)で一律のQoS(Quality of Service)制御を行うことにより、E2Eでの要求条件(帯域・遅延・ジッタ)を満たしていた。
 同一物理リソース上に多様なサービスを重畳するネットワークスライスでは、従来のトラフィックモデルと異なり、短期間に大量の端末が接続し、大容量のトラフィックが流れるユースケースが存在する。その場合、各スライスは物理リソースを共有しているため、例えば、他スライスの外乱により、自スライスのサービス要求条件(通信に関する要求条件)を満たせなくなる可能性が相対的に高い。
特開2014-160900号公報
 上記課題に対して、他スライスからの外乱を抑止するために、各スライスに固定的に専用のリソースを割り当てる案が考えられるが、コスト高になってしまう。
 なお、通信に関する要求条件を満たせなくなる可能性(例えば、通信遅延が大きくなる可能性)が有るという課題は、スライスとは異なる形態の通信においても同様に存在する。
 本発明は、上記の点に鑑みてなされたものであって、通信に関する要求条件を満たせなくなる可能性を低減させることを目的とする。
 そこで上記課題を解決するため、それぞれがパケットを転送する複数の転送装置を含む転送システムは、前記パケットを受信する受信部と、前記パケットに付与されている時刻情報が示す時刻からの経過時間を算出する算出部と、前記経過時間と第1の閾値との比較に応じて、前記パケットの優先度を変更する変更部とを有する第1の転送装置を含む。
 通信に関する要求条件を満たせなくなる可能性を低減させることができる。
本発明の実施の形態における転送システム1の構成例を示す図である。 本発明の実施の形態における転送装置10のハードウェア構成例を示す図である。 本発明の実施の形態における転送装置10の機能構成例を示す図である。 各転送装置10が実行する処理手順の一例を説明するためのフローチャートである。 閾値記憶部121の構成例を示す図である。 QoS設定記憶部123の構成例を示す図である。 パケットの構成例を示す図である。 本発明の実施の形態の適用例を説明するための図である。
 以下、図面に基づいて本発明の実施の形態を説明する。図1は、本発明の実施の形態における転送システム1の構成例を示す図である。図1において、転送システム1は、転送装置10-1、転送装置10-2、転送装置10-3、及び転送装置10-4等の複数の転送装置10を含む。各転送装置10は、物理ネットワーク上に生成された或る一つのE2Eスライスに対して、送信側端末から受信側端末へ送信されるパケットを転送するために割り当てられた装置である。各転送装置10は、例えば、ルータである。但し、仮想マシン上のVNF(Virtualized Network Function)や、「draft-homma-coms-slice-geteway-function」において定義されているSLG等が、転送装置10として利用されてもよい。なお、送信側端末は、パケットの送信元の端末であり、受信側端末は、パケットの送信先(宛先)の端末である。
 図2は、本発明の実施の形態における転送装置10のハードウェア構成例を示す図である。図2の転送装置10は、補助記憶装置101、メモリ装置102、CPU103、及びインタフェース装置104等を有する。
 転送装置10での処理を実現するプログラムは、補助記憶装置101にインストールされる。補助記憶装置101は、インストールされたプログラムを格納すると共に、必要なファイルやデータ等を格納する。メモリ装置102は、プログラムの起動指示があった場合に、補助記憶装置101からプログラムを読み出して格納する。CPU103は、メモリ装置102に格納されたプログラムに従って転送装置10に係る機能を実行する。インタフェース装置104は、ネットワークに接続するためのインタフェースとして用いられる。
 図3は、本発明の実施の形態における転送装置10の機能構成例を示す図である。図3において、転送装置10は、時刻同期部11、パケット受信部12、タイムスタンプ読取部13、到着時間算出部14、判定部15、QoS設定部16、タイムスタンプ打刻部17及びパケット送信部18を有する。これら各部は、転送装置10にインストールされた1以上のプログラムが、CPU103に実行させる処理により実現される。又は、各部は、専用の回路によって実現されてもよい。転送装置10は、また、閾値記憶部121、パケットバッファ部122及びQoS設定記憶部123等を利用する。これら各記憶部は、例えば、補助記憶装置101又はメモリ装置102等を用いて実現可能である。
 時刻同期部11は、他の転送装置10との間で時刻(タイマー)を同期するための処理を実行する。
 パケット受信部12は、送信側端末又は他の転送装置10からパケットを受信する。パケット受信部12は、また、当該転送装置10が受信側端末に最も近い転送装置10(パケットの転送を最後に行う転送装置10)である場合には、受信側端末からのパケットの再送要求を受信する。
 タイムスタンプ読取部13は、パケット受信部12によって受信されたパケット(以下「受信パケット」という。)から、当該パケットに付与されているタイムスタンプ情報を読み取る(取得する)。当該タイムスタンプ情報には、当該パケットの送出時刻Tが含まれる。パケットの送出時刻とは、送信側端末又は送信側端末に最も近い転送装置10(図1では、転送装置10-1)によって当該パケットに付与される(書き込まれる)、当該パケットが送信側端末又は当該転送装置10から送出された時刻である。
 到着時間算出部14は、受信パケットについて、送出時刻Tから当該パケットが受信された時刻(以下、「パケット受信時刻T」という。)までの経過時間(遅延時間)(以下、「到着時間R」という。)を算出する(到着時間R=T-T)。
 判定部15は、到着時間Rを、閾値A又は閾値Bと比較し、到着時間Rが閾値A又は閾値Bを超えているか否かを判定する。閾値Aとは、受信側端末に最も近い転送装置10(図1では、転送装置10-4)以外の各転送装置10の閾値記憶部121に設定される、当該転送装置10において許容される遅延時間に対する閾値である。閾値Bとは、受信側端末に最も近い転送装置10の閾値記憶部121に設定される、当該転送装置10において許容される遅延時間に対する閾値である。受信側端末に最も近い転送装置10において、到着時間Rが閾値Bを超えている場合、判定部15は、受信パケットをパケットバッファ部122に記憶する。パケットバッファ部122は、パケットを一定時間の間記憶する。当該一定時間の間に当該パケットの再送が要求されると、当該パケットが再送される。なお、閾値A又は閾値Bは、送信側端末と受信側端末との間で許容される遅延時間(これらの端末におけるスライスに対する要求条件に含まれる遅延時間)に基づいて決定され、当該端末間のスライスにおける通信の開始前に、当該スライスに係る各転送装置10に対して設定されればよい。
 QoS設定部16は、到着時間Rが閾値Aを超えている場合、又は到着時間Rと閾値Aとの差分がQoS設定記憶部123に記憶されている条件を満たす場合、受信パケットのQoS設定(DSCP値)を現在値より高くする。すなわち、受信パケットの優先度が上げられる。
 タイムスタンプ打刻部17は、受信パケットに送出時刻Tが付与されていない場合(すなわち、当該転送装置10が送信側端末に最も近い転送装置10である場合)に、現在時刻(パケットを送出する時刻)を送出時刻Tとして受信パケットに付与する。
 パケット送信部18は、受信パケットを送信する。
 以下、各転送装置10が実行する処理手順について説明する。図4は、各転送装置10が実行する処理手順の一例を説明するためのフローチャートである。図4では、或る一つの転送装置10(以下、「対象転送装置10」という。)が実行する処理手順について説明するが、他の転送装置10も同じ処理手順を実行する。
 対象転送装置10において、パケット受信部12がパケット(以下、「受信パケット」という。)を受信すると(S101でYes)、タイムスタンプ読取部13は、受信パケットから送出時刻Tを示すタイムスタンプ情報を取得する(S102)。当該タイムスタンプ情報が受信パケットに無い場合(S103Yes)、タイムスタンプ打刻部17は、現在時刻を送出時刻Tとして含むタイムスタンプ情報を受信パケットに付与する(S104)。続いて、パケット送信部18は、受信パケットを送出する(S111)。
 一方、タイムスタンプ情報が取得された場合(S103でNo)、到着時間算出部14は、取得されたタイムスタンプ情報に含まれている送出時刻Tからパケット受信時刻Tを差し引くことで、到着時間Rを算出する(S105)。
 続いて、判定部15は、閾値記憶部121に閾値Bが記憶(設定)されているか否かを判定する(S106)。
 図5は、閾値記憶部121の構成例を示す図である。図5に示されるように、閾値記憶部121には、閾値A又は閾値Bが記憶されている。図5には、閾値Aが記憶されている例が示されている。
 閾値記憶部121に閾値Aが記憶されている場合(S106でNo)、判定部15は、到着時間Rが閾値Aを超えるか否かを判定する(S107)。到着時間Rが閾値Aを超える場合(S107でYes)、QoS設定部16は、到着時間Rと閾値Aとの差分(R-A)を、QoS設定記憶部123に記憶されている上方に当てはめて、受信パケットのQoS設定(例えば、DSCP値)を変更する(S108)。
 図6は、QoS設定記憶部123の構成例を示す図である。図6には、R-Aが0以下の場合には、QoS設定は変更せずに、R-Aが5を超える場合には、QoS設定をAF1に変更する(すなわち、優先度を上げる)例が示されている。なお、更に多段階にQoS設定の変更が可能とされてもよい。例えば、R-Aが10を超える場合には、QoS設定をEFに変更するといった設定がQoS設定記憶部123に記憶されていてもよい。
 ステップS107でNoの場合、又はステップS108に続いて、パケット送信部18は、受信パケットを送出する(S111)。ステップS108が実行された場合には、QoS設定が高くされた受信パケットが送出される。
 図7は、パケットの構成例を示す図である。図7に示されるように、送出されるパケットは、タイムスタンプ情報(送出時刻T)及びQoS設定等を含む。
 一方、閾値記憶部121に閾値Bが記憶されている場合(S106でYes)、判定部15は、到着時間Rが閾値Bを超えるか否かを判定する(S109)。到着時間Rが閾値Bを超える場合(S107でYes)、判定部15は、受信バッファをパケットバッファ部122に記憶する(S110)。なお、到着時間Rが閾値B以下である場合(S109でYes)、受信バッファはパケットバッファ部122に記憶されない。
 ステップS109でNoの場合、又はステップS110に続いて、パケット送信部18は、受信パケットを送出する(S111)。
 一方、パケットの再送要求がパケット受信部12によって受信されると(S112でYes)、パケット送信部18は、パケットバッファ部122に再送要求に係るパケットが記憶されているか否かを判定する(S113)。なお、再送要求の手順は、公知のプロトコルに従う。したがって、再送要求に係るパケットの特定方法も公知技術に従う。当該パケットがパケットバッファ部122に記憶されている場合(S113でYes)、パケット送信部18は、当該パケットを再送要求元に送信する(S114)。
 続いて、本実施の形態の適用例について説明する。図8は、本発明の実施の形態の適用例を説明するための図である。図8では、図1に示したE2Eスライスにおける(1)~(5)の5つのパケットに関して本実施の形態が適用された例が示されている。
 なお、当該E2Eスライスの要求条件における許容遅延時間は、50msであるとする。当該50msに基づいて、転送装置10-2には、閾値Aとして10msが設定され、転送装置10-3には、閾値Aとして30msが設定され、転送装置10-4には、閾値Bとして45msが設定されている。また、送信側端末と転送装置10-1との間の遅延時間及び転送装置10-4と受信側端末との間の遅延時間のそれぞれは、0msとして仮定する。
 パケット(1)について、転送装置10-1~転送装置10-4における到着時間Rは、順番に、0ms、5ms、20ms、35msである。この場合、いずれの転送装置10においても、到着時間Rは閾値A又は閾値Bを超えないため、パケット(1)のQoS設定は変更されない。また、パケット(1)は、転送装置10-4においてバッファリングされない。
 パケット(2)について、転送装置10-1~転送装置10-4における到着時間Rは、順番に、0ms、5ms、32ms、40msである。この場合、転送装置10-3において、到着時間Rが閾値A(30ms)を超えている。したがって、転送装置10-3において当該パケットのQoS設定が、例えば、AF1に上げられる。その結果、E2Eの許容遅延時間を達成される。
 パケット(3)について、転送装置10-1~転送装置10-4における到着時間Rは、順番に、0ms、12ms、28ms、43msである。この場合、転送装置10-2において、到着時間Rが閾値A(10ms)を超えている。したがって、転送装置10-2において当該パケットのQoS設定が、例えば、AF1に上げられる。なお、転送装置10-3における到着時間Rは、閾値A(30ms)未満である。したがって、転送装置10-3では、QoS設定(AF1)は変更されずに当該パケットが転送される。その結果、E2Eの許容遅延時間が達成される。
 パケット(4)について、転送装置10-1~転送装置10-4における到着時間Rは、順番に、0ms、5ms、28ms、48msである。この場合、E2Eの許容遅延時間を達成できているが、転送装置10-4において到着時間Rが閾値B(45ms)を超えている。したがって、当該パケットは、転送装置10-4においてバッファリングされて転送される。
 パケット(5)について、転送装置10-1~転送装置10-4における到着時間Rは、順番に、0ms、5ms、32ms、46msである。この場合、転送装置10-3において、到着時間Rが閾値A(30ms)を超えている。したがって、転送装置10-3において当該パケットのQoS設定が、例えば、AF1に上げられる。その結果、E2Eの許容遅延時間を達成できているが、転送装置10-4において到着時間Rが閾値B(45ms)を超えている。したがって、当該パケットは、転送装置10-4においてバッファリングされて転送される。
 ここで、パケット(1)~(5)の順番でパケットが送信された場合、パケット(4)と(5)とは、転送装置10-4への到着順序が逆転している。したがって、パケット(4)及び(5)については、受信側端末から再送が要求される可能性が高い。このように、遅延が一定以上大きなパケットを、受信側端末に近い転送装置10-4においてバッファしておくことで、転送装置10-4が、再送要求に係るパケットを応答することができる。その結果、送信側端末まで再送要求が行われなくなるため、パケットの再送による遅延時間を短縮することができる。
 上述したように、本実施の形態によれば、各転送装置10への到着時間Rが当該転送装置10に設定された閾値Aを超えているパケットについては、QoS設定(優先度の設定)がそれまでの優先度より上げられて転送される。その結果、当該パケットの遅延が縮小される可能性を高めることができ、通信に関する要求条件を満たせなくなる可能性を低減させることができる。例えば、スライスでの通信であれば、他スライスからの外乱を受けても、自スライスに求められる要求条件を担保できる可能性を高めることができる。
 なお、本実施の形態では、スライスの経路が一つである例について説明したが、スライスの経路が分岐する場合であっても、同様に本実施の形態を適用可能である。この場合、分岐の経路に係る各転送装置に対しても閾値A又は閾値Bが同様に設定されればよい。
 また、本実施の形態では、便宜上、スライスでの通信に関して説明したが、本実施の形態では、スライスとは異なる形態の通信に対して適用されてもよい。
 なお、本実施の形態において、パケット受信部12は、受信部の一例である。到着時間算出部14は、算出部の一例である。QoS設定部16は、変更部の一例である。パケットバッファ部122は、記憶部の一例である。パケット送信部18は、送信部の一例である。タイムスタンプ情報は、時刻情報の一例である。閾値Aは、第1の閾値の一例である。閾値Bは、第2の閾値の一例である。閾値Aが設定された転送装置10は、第1の転送装置の一例である。閾値Bが設定された転送装置10は、第2の転送装置の一例である。
 以上、本発明の実施の形態について詳述したが、本発明は斯かる特定の実施形態に限定されるものではなく、請求の範囲に記載された本発明の要旨の範囲内において、種々の変形・変更が可能である。
1      転送システム
10     転送装置
11     時刻同期部
12     パケット受信部
13     タイムスタンプ読取部
14     到着時間算出部
15     判定部
16     QoS設定部
17     タイムスタンプ打刻部
18     パケット送信部
101    補助記憶装置
102    メモリ装置
103    CPU
104    インタフェース装置
121    閾値記憶部
122    パケットバッファ部
123    QoS設定記憶部

Claims (6)

  1.  それぞれがパケットを転送する複数の転送装置を含む転送システムであって、
     前記パケットを受信する受信部と、
     前記パケットに付与されている時刻情報が示す時刻からの経過時間を算出する算出部と、
     前記経過時間と第1の閾値との比較に応じて、前記パケットの優先度を変更する変更部とを有する第1の転送装置を含む、
    ことを特徴とする転送システム。
  2.  前記パケットを受信する受信部と、
     前記パケットに付与されている時刻情報が示す時刻からの経過時間を算出する算出部と、
     前記経過時間と第2の閾値との比較に応じて、前記パケットを記憶する記憶部と、
     前記パケットの再送要求に応じ、前記記憶部に記憶されている前記パケットを送信する送信部とを有する第2の転送装置を含む、
    ことを特徴とする請求項1記載の転送システム。
  3.  前記第2の転送装置は、前記第1の転送装置より前記パケットの送信先の端末に近い、
    ことを特徴とする請求項2記載の転送システム。
  4.  それぞれがパケットを転送する複数の転送装置のうちの第1の転送装置が、
     前記パケットを受信する第1の受信手順と、
     前記パケットに付与されている時刻情報が示す時刻からの経過時間を算出する第1の算出手順と、
     前記経過時間と第1の閾値との比較に応じて、前記パケットの優先度を変更する変更手順と、
    を実行することを特徴とする転送方法。
  5.  前記複数の転送装置のうの第2の転送装置が、
     前記パケットを受信する第2の受信手順と、
     前記パケットに付与されている時刻情報が示す時刻からの経過時間を算出する第2の算出手順と、
     前記経過時間と第2の閾値との比較に応じて、前記パケットを記憶部に記憶する記憶手順と、
     前記パケットの再送要求に応じ、前記記憶部に記憶されている前記パケットを送信する送信手順と、
    を実行することを特徴とする請求項4記載の転送方法。
  6.  前記第2の転送装置は、前記第1の転送装置より前記パケットの送信先の端末に近い、
    ことを特徴とする請求項5記載の転送方法。
PCT/JP2019/018867 2018-06-04 2019-05-13 転送システム及び転送方法 WO2019235136A1 (ja)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2018107056A JP2019213031A (ja) 2018-06-04 2018-06-04 転送システム及び転送方法
JP2018-107056 2018-06-04

Publications (1)

Publication Number Publication Date
WO2019235136A1 true WO2019235136A1 (ja) 2019-12-12

Family

ID=68770166

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2019/018867 WO2019235136A1 (ja) 2018-06-04 2019-05-13 転送システム及び転送方法

Country Status (2)

Country Link
JP (1) JP2019213031A (ja)
WO (1) WO2019235136A1 (ja)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020155922A (ja) * 2019-03-20 2020-09-24 富士通株式会社 通信装置、通信システム、及び通信方法
WO2023175754A1 (ja) * 2022-03-16 2023-09-21 日本電気株式会社 パケット転送装置、パケット転送方法およびプログラム

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003229894A (ja) * 2002-01-31 2003-08-15 Ntt Docomo Inc 基地局、制御装置、通信システム及び通信方法
JP2006229968A (ja) * 2005-02-15 2006-08-31 Matsushita Electric Ind Co Ltd マルチ‐ホップおよびモバイル・インフォステーション・ネットワークを採用するネットワーク・ストラテジの設計におけるハイブリッド・アプローチ
JP2016220095A (ja) * 2015-05-22 2016-12-22 日本電気株式会社 データ伝送装置、データ伝送システムおよびデータ伝送方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003229894A (ja) * 2002-01-31 2003-08-15 Ntt Docomo Inc 基地局、制御装置、通信システム及び通信方法
JP2006229968A (ja) * 2005-02-15 2006-08-31 Matsushita Electric Ind Co Ltd マルチ‐ホップおよびモバイル・インフォステーション・ネットワークを採用するネットワーク・ストラテジの設計におけるハイブリッド・アプローチ
JP2016220095A (ja) * 2015-05-22 2016-12-22 日本電気株式会社 データ伝送装置、データ伝送システムおよびデータ伝送方法

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020155922A (ja) * 2019-03-20 2020-09-24 富士通株式会社 通信装置、通信システム、及び通信方法
JP7188206B2 (ja) 2019-03-20 2022-12-13 富士通株式会社 通信装置、通信システム、及び通信方法
WO2023175754A1 (ja) * 2022-03-16 2023-09-21 日本電気株式会社 パケット転送装置、パケット転送方法およびプログラム

Also Published As

Publication number Publication date
JP2019213031A (ja) 2019-12-12

Similar Documents

Publication Publication Date Title
US11432223B2 (en) Methods and apparatuses for selecting a first base station or a second base station to transmit a packet data unit (PDU) to a user equipment (UE)
JP5544430B2 (ja) 通信装置および通信システム
CN105264843B (zh) 在通信设备中管理待发送的确认数据包
US10439940B2 (en) Latency correction between transport layer host and deterministic interface circuit
US20060291395A1 (en) Packet transmission control method and apparatus
CA2963241C (en) Providing functional requirements for a network connection from a local library
CN109863782B (zh) 5g拥塞控制
US11258717B2 (en) Method for sending service packet, network device, and system
US10461886B2 (en) Transport layer identifying failure cause and mitigation for deterministic transport across multiple deterministic data links
US11128572B2 (en) Preemptive packet transmission
JP7077845B2 (ja) ネットワーク機器
US8838782B2 (en) Network protocol processing system and network protocol processing method
US11451486B2 (en) Techniques for scheduling multipath data traffic
WO2019235136A1 (ja) 転送システム及び転送方法
US20220255873A1 (en) Data transmission method and apparatus
JP2018133612A (ja) 通信装置及び通信方法
EP3487132A1 (en) Packet processing method and router
JP2014204443A (ja) コンテンション・アクセス・ネットワーク向けの輻輳制御の方法
CN114697240A (zh) 数据传输方法、装置、系统及存储介质
CN112838992B (zh) 报文调度方法及网络设备
Halepoto et al. Management of buffer space for the concurrent multipath transfer over dissimilar paths
WO2020095490A1 (ja) スイッチ装置、通信制御方法および通信制御プログラム
US9853909B2 (en) Methods and apparatus for traffic management in a communication network
WO2016103676A1 (ja) データ配信システム、データ配信機器、データ配信方法およびデータ配信用記録媒体
De Schepper Report on design and initial

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19814305

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19814305

Country of ref document: EP

Kind code of ref document: A1