JP2018033119A - Packet communication system and congestion control method therefor, and congestion control program - Google Patents

Packet communication system and congestion control method therefor, and congestion control program Download PDF

Info

Publication number
JP2018033119A
JP2018033119A JP2016237469A JP2016237469A JP2018033119A JP 2018033119 A JP2018033119 A JP 2018033119A JP 2016237469 A JP2016237469 A JP 2016237469A JP 2016237469 A JP2016237469 A JP 2016237469A JP 2018033119 A JP2018033119 A JP 2018033119A
Authority
JP
Japan
Prior art keywords
congestion window
congestion
increase
window size
communication system
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.)
Granted
Application number
JP2016237469A
Other languages
Japanese (ja)
Other versions
JP6727107B2 (en
Inventor
宏紀 岩澤
Hiroki Iwasawa
宏紀 岩澤
和宏 徳永
Kazuhiro Tokunaga
和宏 徳永
直樹 高谷
Naoki Takatani
直樹 高谷
河村 憲一
Kenichi Kawamura
憲一 河村
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
Publication of JP2018033119A publication Critical patent/JP2018033119A/en
Application granted granted Critical
Publication of JP6727107B2 publication Critical patent/JP6727107B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Communication Control (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a packet communication system and congestion control method, capable of achieving a proper response to rapid variations in communication quality such as a bandwidth.SOLUTION: The packet communication system, having a radio base station 200 storing a terminal and a communication device 400 forming a connection of a transport layer of an OSI7 hierarchy model between the terminal and itself, acquires radio access quality between the terminal and the radio base station 200 and adjusts a congestion window size in the transport layer on the basis of the radio access quality using a congestion window control unit 403.SELECTED DRAWING: Figure 5

Description

本発明は、パケット通信システムに関し、特にトランスポート層の輻輳制御機能に関する。   The present invention relates to a packet communication system, and more particularly to a congestion control function of a transport layer.

現在のインターネット通信ではTCP/IP(Transmission Control Protocol/Internet Protocol)のプロトコルが標準的に用いられている。トランスポート層の代表的な通信プロトコルであるTCPは、コネクション型の信頼性プロトコルであり、再送制御や輻輳制御機能を有する。TCPでは、送信側が送ったパケットに対して受信側がパケットを受け取ったことを示す確認応答(ACK)を返し、ACKを受け取った送信側は更に次のパケットを送信するという動作を基本とする。このとき、ACKを待たずに送信できるデータ量を示す輻輳ウィンドウ(cwnd)を調節することでネットワークの輻輳制御を行う。cwndは通信開始時においては、輻輳を回避するため、ACKを受信する度にcwndを1パケットずつ増加させるスロースタートを行う。輻輳によりパケットロスが生じるか、cwndがスロースタート閾値(ssthresh)を超えたら、輻輳を回避するようにcwndを増減させる制御を行う輻輳回避モードへ移行する。   In current Internet communication, TCP / IP (Transmission Control Protocol / Internet Protocol) protocol is used as standard. TCP, which is a typical communication protocol in the transport layer, is a connection-type reliability protocol, and has retransmission control and congestion control functions. The basic operation of TCP is that the receiving side returns an acknowledgment (ACK) indicating that the packet has been received in response to the packet sent by the transmitting side, and the transmitting side that has received ACK further transmits the next packet. At this time, network congestion control is performed by adjusting a congestion window (cwnd) indicating the amount of data that can be transmitted without waiting for an ACK. In order to avoid congestion at the start of communication, cwnd performs a slow start that increases cwnd by one packet each time an ACK is received. When packet loss occurs due to congestion or when cwnd exceeds a slow start threshold (ssthresh), a transition is made to a congestion avoidance mode in which control is performed to increase or decrease cwnd so as to avoid congestion.

輻輳制御アルゴリズムはインターネット通信の変化に伴い様々な手法が提案されてきた。Linux kernel 2.6以降のバージョンで標準となっているCUBIC(非特許文献1参照)は、輻輳回避モードのcwnd増加量が、パケットロスからの時間に依存するため、RTT(Round Trip Time)公平性が高く、高遅延な環境においても通信スループットを改善することができる。近年では無線通信が一般的となっているが、無線通信は有線通信と比較して通信品質の変動が大きく、また無線エラーによる遅延増加やパケットロスによってスループットの低下が問題となる。   Various methods have been proposed for congestion control algorithms as Internet communication changes. CUBIC (see Non-Patent Document 1), which is standard in Linux kernel 2.6 and later versions, has an RTT (Round Trip Time) fairness because the amount of increase in cwnd in the congestion avoidance mode depends on the time from packet loss. Communication throughput can be improved even in a high and high delay environment. In recent years, wireless communication has become common, but wireless communication has a large variation in communication quality compared to wired communication, and there is a problem of reduced throughput due to increased delay and packet loss due to wireless errors.

無線通信におけるスループットを改善する手法としてパケットロス時に可用帯域の推定を行うことで不必要なスループットの低下を防ぐ制御を行うWestwoodや、最大cwndの拡張、SACKの利用など、TCPのパラメータやオプションを無線通信用にチューニングしたW−TCP(Wireless-Profiled TCP)などがある。   As a technique for improving the throughput in wireless communication, TCP parameters and options such as Westwood, which controls the prevention of unnecessary throughput reduction by estimating the available bandwidth at the time of packet loss, expansion of maximum cwnd, use of SACK, etc. There are W-TCP (Wireless-Profiled TCP) tuned for wireless communication.

また、トランスポート層だけでなく、インターネット層やデータリンク層から輻輳状況、無線のハンドオーバなどを通知してTCPの制御を行うクロスレイヤ制御手法が研究されている。   In addition, a cross-layer control method for performing TCP control by notifying not only the transport layer but also the Internet layer and the data link layer of the congestion status and wireless handover has been studied.

Quick−Start(非特許文献2参照)は、送信側の要求するスループットをTCP及びIPパケットのオプション領域を利用して通知し、送受信間の全てのノードが承認すれば、要求するスループットに対応するcwndに変更する手法である。   Quick-Start (see Non-Patent Document 2) notifies the requested throughput on the transmission side using the option area of the TCP and IP packets, and responds to the requested throughput if all nodes between transmission and reception approve. This is a method of changing to cwnd.

また、非特許文献3では、TCPパケットのオプション領域を用いて、無線リンクの変動などによって明示的に利用可能なスループットをサーバへ通知する手法が紹介されている。   Further, Non-Patent Document 3 introduces a technique for notifying a server of a throughput that can be explicitly used by a change in a radio link or the like using an option area of a TCP packet.

また、通信品質を検出し、この通信品質に基づいて複数の輻輳制御機能を切り替える手法も提案されている。   A method for detecting communication quality and switching a plurality of congestion control functions based on the communication quality has also been proposed.

Injong Rhee, and Lisong Xu, "CUBIC: A New TCP-Friendly High-Speed TCP Variant", 2008Injong Rhee, and Lisong Xu, "CUBIC: A New TCP-Friendly High-Speed TCP Variant", 2008 S. Floyd, 他3名, "Quick-Start for TCP and IP", RFC4782S. Floyd, 3 others, "Quick-Start for TCP and IP", RFC4782 A. Jain et al., "Mobile Throughput Guidance Inband Signaling Protocol draft-flinck-mobile-throughput-guidance-03", IETF Internet-Draft, 2015A. Jain et al., "Mobile Throughput Guidance Inband Signaling Protocol draft-flinck-mobile-throughput-guidance-03", IETF Internet-Draft, 2015

2020年代の無線ネットワークでは、増大するトラヒックを効率的に収容するため、利用周波数帯やセル半径などの特性が異なる複数のRAT(Radio Access Technology)を混合して用いるMulti−RAT環境となることが想定されている。利用するRATは、図1に示すように、既存のLTE(Long Term Evolution)やWi−Fiに加え、例えば、高周波のミリ波を用いることで最大帯域が数Gから数十Gbpsと広帯域だがセル半径が小さいものや、5GHz帯等のアンライセンスバンドを用いた安価だが信頼性の低いものが考えられる。このようなMulti−RAT環境では、セル半径数メートルから数百メートルのスモールセルが点在するため、通信端末の移動によるセルの切り替わりが頻繁に生じて、帯域、遅延、PER(Packet Error Rate)などの通信品質が急激に変動する。   The wireless network of the 2020s may be a multi-RAT environment in which a plurality of RATs (Radio Access Technology) having different characteristics such as a use frequency band and a cell radius are mixed to efficiently accommodate increasing traffic. Assumed. As shown in FIG. 1, in addition to the existing LTE (Long Term Evolution) and Wi-Fi, the RAT to be used is, for example, a maximum band of several G to several tens of Gbps by using a high-frequency millimeter wave. A cheaper one with a small radius or an unlicensed band such as a 5 GHz band but low reliability can be considered. In such a Multi-RAT environment, small cells with a cell radius of several meters to several hundred meters are scattered, so that switching of cells due to movement of communication terminals frequently occurs, and bandwidth, delay, and PER (Packet Error Rate). Etc. The communication quality fluctuates rapidly.

前述したTCP輻輳制御アルゴリズムのCUBICは、広帯域高遅延環境におけるスループットを改善しつつRTTや他のTCPフローとの公平性を高めた手法であり、通信環境の急激な変化に合わせるように設計されたものではない。このため、LTEでCUBICによる通信中にカバー範囲の狭い超広帯域なミリ波を用いたセルと接続した場合、空き帯域を利用するために急激にcwndを増加させることは行わない。したがって移動中であれば帯域を十分に使い切る前にセルから出てしまい帯域を十分に活用できない課題がある。   CUBIC, the TCP congestion control algorithm described above, is a method that improves the throughput in a broadband and high-delay environment while improving fairness with RTT and other TCP flows, and was designed to adapt to rapid changes in the communication environment. It is not a thing. For this reason, when connected to a cell using an ultra-wideband millimeter wave with a narrow cover range during communication by CUBIC in LTE, the cwnd is not increased rapidly in order to use the free band. Therefore, there is a problem that if the band is moving, the band is taken out before the band is fully used and the band cannot be fully utilized.

また、CUBICはパケットロスを輻輳と判断してスループットを低下させるため、アンライセンスバンドを用いる際は、電波の干渉が原因でPERが増加し、 不必要にスループットを下げてしまう課題もある。   In addition, CUBIC determines that packet loss is congestion and lowers throughput, so when using an unlicensed band, there is a problem that PER increases due to radio wave interference and unnecessarily lowers throughput.

また、Quick−Startを用いることで要求スループットを即座に得ることができるが、Quick−Startを利用するには、送受信端末間の全ノードがQuick−Startに対応する必要がある。   Further, the requested throughput can be obtained immediately by using Quick-Start, but in order to use Quick-Start, all nodes between the transmitting and receiving terminals need to support Quick-Start.

また、前述の通信品質に基づく輻輳制御機能の切り替えは、輻輳制御機能間でパラメータの引き継ぎや、送受信端末間で制御切り替えタイミングの同期などが必要である。   In addition, switching of the congestion control function based on the communication quality described above requires passing parameters between the congestion control functions, synchronizing control switching timing between the transmitting and receiving terminals, and the like.

本発明は、上記事情に鑑みてなされたものであり、帯域などの通信品質の急激な変動に即応することができるパケット通信システム及びその輻輳制御方法、並びに、輻輳制御プログラムを提供することにある。   The present invention has been made in view of the above circumstances, and provides a packet communication system, a congestion control method thereof, and a congestion control program capable of quickly responding to rapid fluctuations in communication quality such as bandwidth. .

上記目的を達成するために、本願発明は、無線端末を収容する無線基地局と、無線端末との間でOSI7階層モデルのトランスポート層のコネクションを形成する通信装置とを備えたパケット通信システムにおいて、無線端末と無線基地局との間の無線アクセス品質を検出する無線アクセス品質検出手段と、無線アクセス品質検出手段により検出された無線アクセス品質に基づきトランスポート層における輻輳ウィンドウサイズを調節する輻輳ウィンドウ制御手段とを備えたことを特徴とする。   In order to achieve the above object, the present invention provides a packet communication system including a radio base station that accommodates radio terminals and a communication device that forms a transport layer connection of the OSI7 hierarchical model with the radio terminals. Radio access quality detection means for detecting radio access quality between a radio terminal and a radio base station, and a congestion window for adjusting a congestion window size in the transport layer based on the radio access quality detected by the radio access quality detection means And a control means.

本発明によれば、無線アクセス環境の品質変化に基づいて輻輳ウィンドウ制御を行うことで、例えばLTEによる通信中にキャリアアグリゲーションやデュアルコネクティビティを適用して広帯域化したことを検知し、即座に広帯域を利用する制御に変更することが可能となる。また、再び狭帯域なセルへ移動した際には、cwndを急激に増加させない制御にすることで他のフローとの公平性を保つことができる。   According to the present invention, by performing congestion window control based on the quality change of the radio access environment, for example, it is detected that the band is widened by applying carrier aggregation or dual connectivity during communication by LTE, and the broadband is immediately It becomes possible to change to the control to be used. Further, when moving to a narrow band cell again, fairness with other flows can be maintained by controlling so that cwnd is not increased rapidly.

また、トランスポート層において無線伝送品質を考慮することで、無線エラーによるRTTやPERの増加と輻輳を判別することが可能となり不必要にスループットを低下させずにすむ。   Also, by considering the radio transmission quality in the transport layer, it is possible to determine the increase in RTT and PER due to radio errors and congestion, and it is possible to avoid unnecessarily reducing the throughput.

Multi−RAT環境を説明するイメージ図Image diagram explaining the Multi-RAT environment プロキシを介したパケット通信システムの構成図Configuration diagram of packet communication system via proxy プロキシを介さないパケット通信システムの構成図Configuration diagram of packet communication system without proxy 実施形態1の機能構成図Functional configuration diagram of Embodiment 1 実施形態1のシーケンス図Sequence diagram of Embodiment 1 実施形態2の機能構成図Functional configuration diagram of Embodiment 2 最大帯域換算テーブルの一例を示す図The figure which shows an example of the maximum bandwidth conversion table 実施形態2のシーケンス図Sequence diagram of embodiment 2 実施形態3の機能構成図Functional configuration diagram of Embodiment 3 無線伝送品質変動判定部の動作フローOperation flow of wireless transmission quality fluctuation judgment unit 無線伝送品質変動判定部の他の動作フローOther operation flow of wireless transmission quality fluctuation judgment unit 実施形態3のシーケンス図Sequence diagram of Embodiment 3 実施形態4の機能構成図Functional configuration diagram of Embodiment 4 実施形態4のシーケンス図Sequence diagram of embodiment 4 実施形態5の機能構成図Functional configuration diagram of Embodiment 5 輻輳ウィンドウ制御1の動作フローOperation flow of congestion window control 1 輻輳ウィンドウ制御2の動作フローOperation flow of congestion window control 2 各モードのcwnd増加量を示すグラフGraph showing cwnd increase in each mode 輻輳ウィンドウ制御3の動作フローOperation flow of congestion window control 3 輻輳ウィンドウ制御4の動作フローOperation flow of congestion window control 4 既存のトランスポート層の輻輳ウィンドウ制御部Existing Transport Layer Congestion Window Controller 輻輳ウィンドウ制御5の動作フローOperation flow of congestion window control 5 輻輳ウィンドウ制御6におけるcwnd増減量を示すグラフThe graph which shows the cwnd increase / decrease amount in the congestion window control 6 輻輳ウィンドウ制御1と6を組み合わせた制御によるcwnd増減量の変化を示すグラフThe graph which shows the change of the cwnd increase / decrease amount by the control which combined the congestion window control 1 and 6

図2に本発明を実施するパケット通信システムを示す。本通信システムは、端末100、基地局200、基地局を収容するコアノード300、OSI(Open Systems Interconnection)7階層モデルのトランスポート層コネクションを終端する通信装置であるプロキシ400、端末100の通信先であるサーバ500で構成され、端末100は基地局200、コアノード300、プロキシ400を経由してサーバ500と通信を行う。プロキシ400の配備場所は、インターネットの接続点に限らずコアネットワーク内なども考えられる。また、他の実施形態としては、図3に示すように端末100はプロキシ400を介さずに直接サーバ500と通信を行うことも可能である。この場合、サーバ500がトランスポート層コネクションを終端する通信装置となる。   FIG. 2 shows a packet communication system for implementing the present invention. The communication system includes a terminal 100, a base station 200, a core node 300 that accommodates the base station, a proxy 400 that is a communication device that terminates an OSI (Open Systems Interconnection) 7-layer model transport layer connection, and a communication destination of the terminal 100. The server 100 includes a certain server 500, and the terminal 100 communicates with the server 500 via the base station 200, the core node 300, and the proxy 400. The deployment location of the proxy 400 is not limited to the connection point of the Internet, but may be considered in the core network. As another embodiment, as shown in FIG. 3, the terminal 100 can directly communicate with the server 500 without going through the proxy 400. In this case, the server 500 is a communication device that terminates the transport layer connection.

図21に既存のトランスポート層の輻輳ウィンドウ制御部を示す。既存の輻輳ウィンドウ制御部では、トランスポート層外部から情報を取得しないため、輻輳制御に利用できる情報はパケットの送信量、ACKの受信量、パケットの往復時間(RTT)などに限られる。   FIG. 21 shows an existing transport layer congestion window control unit. Since the existing congestion window control unit does not acquire information from outside the transport layer, the information that can be used for congestion control is limited to the amount of packet transmission, the amount of ACK received, the round trip time (RTT) of the packet, and the like.

既存のトランスポート層の輻輳ウィンドウ制御に対して本発明では、(1)端末100又は基地局200において、無線アクセス品質を算出し、送信側通信装置(端末100又はプロキシ400又はサーバ500)のトランスポート層制御部へ伝達する点、(2)送信側通信装置(端末100又はプロキシ400又はサーバ500)のトランスポート層制御部において、無線アクセス品質に基づいてTCPの輻輳ウィンドウサイズcwndを調節する制御を行う点を特徴とする。   In the present invention for congestion window control in the existing transport layer, (1) the terminal 100 or the base station 200 calculates the radio access quality, and the transmission side communication device (terminal 100 or proxy 400 or server 500) (2) Control for adjusting the TCP congestion window size cwnd based on the radio access quality in the transport layer control unit of the transmission side communication device (terminal 100 or proxy 400 or server 500) It is characterized by performing.

前記無線アクセス品質とは、例えば端末100が利用可能な最大帯域(以後、単に最大帯域と呼ぶ)や、端末100と基地局200間の無線伝送品質(例:RSSI(Received Signal Strength Indicator)、SINR(Signal to Interference Noise Ratio)、LTEにおけるCQI(Channel Quality Indicator)など)など、無線アクセス環境の品質を示す指標である。   The radio access quality is, for example, the maximum bandwidth that can be used by the terminal 100 (hereinafter simply referred to as the maximum bandwidth), the radio transmission quality between the terminal 100 and the base station 200 (eg, Received Signal Strength Indicator (RSSI), SINR). (Signal to Interference Noise Ratio), CQI (Channel Quality Indicator) in LTE, etc.), etc., are indicators indicating the quality of the radio access environment.

本発明の上記(1)無線アクセス環境の品質を通知する実施形態は次の5つがある。   There are the following five embodiments for notifying the quality of the radio access environment (1) of the present invention.

[実施形態1]基地局200からプロキシ400へ最大帯域を通知する形態
[実施形態2]端末100からプロキシ400へ最大帯域を通知する形態
[実施形態3]基地局200からプロキシ400へ無線伝送品質を通知する形態
[実施形態4]端末100からプロキシ400へ無線伝送品質を通知する形態
[実施形態5]端末100においてTCPの輻輳ウィンドウ制御を行う形態
以下、各実施形態について詳述する。
[Embodiment 1] Mode of Notifying Maximum Bandwidth from Base Station 200 to Proxy 400 [Embodiment 2] Mode of Notifying Maximum Bandwidth from Terminal 100 to Proxy 400 [Third Embodiment] Radio Transmission Quality from Base Station 200 to Proxy 400 [Embodiment 4] Mode of Notifying Wireless Transmission Quality from Terminal 100 to Proxy 400 [Embodiment 5] Mode of Performing TCP Congestion Window Control in Terminal 100 Hereinafter, each embodiment will be described in detail.

[実施形態1]
実施形態1は、基地局200からプロキシ400へ端末100が利用可能な最大帯域を通知する形態である。実施形態1の基地局200、プロキシ400の機能を図4に示す。基地局200は端末100に割り当て可能な周波数帯域、変調方式、MIMO(Multiple-Input Multiple-Output)利用の有無、無線リンクを共有する通信フロー数などから、端末100が利用可能な最大帯域を算出する最大帯域算出部201を持つ。プロキシ400は、トランスポート層において、パケットの送受信ごとにRTTを計測するRTT計測部401、無線アクセス品質の変動を検知するアクセス品質監視部402、RTT計測部401から取得したRTTとアクセス品質監視部402から取得した最大帯域に基づいてTCPの輻輳ウィンドウ制御に反映させる輻輳ウィンドウ制御部403を持つ。図5に実施形態1のシーケンス図を示す。
[Embodiment 1]
Embodiment 1 is a form in which the base station 200 notifies the proxy 400 of the maximum bandwidth that the terminal 100 can use. The functions of the base station 200 and the proxy 400 of the first embodiment are shown in FIG. The base station 200 calculates the maximum bandwidth that can be used by the terminal 100 from the frequency band that can be allocated to the terminal 100, the modulation method, the presence / absence of MIMO (Multiple-Input Multiple-Output) use, the number of communication flows that share a wireless link, and the like. The maximum bandwidth calculation unit 201 is provided. The proxy 400 includes, in the transport layer, an RTT measurement unit 401 that measures RTT for each packet transmission / reception, an access quality monitoring unit 402 that detects a change in radio access quality, an RTT and an access quality monitoring unit acquired from the RTT measurement unit 401 It has a congestion window control unit 403 that reflects it in TCP congestion window control based on the maximum bandwidth acquired from 402. FIG. 5 shows a sequence diagram of the first embodiment.

図5に示すように、最大帯域算出部201にて最大帯域の変動を検知すると、アクセス品質監視部402へ最大帯域を通知する。輻輳ウィンドウ制御部403では、RTT計測部401からRTTを取得、アクセス品質監視部402から最大帯域を取得し、RTTと最大帯域に基づいた輻輳ウィンドウの制御を行う。   As shown in FIG. 5, when the maximum bandwidth calculation unit 201 detects a change in the maximum bandwidth, it notifies the access quality monitoring unit 402 of the maximum bandwidth. The congestion window control unit 403 acquires the RTT from the RTT measurement unit 401, acquires the maximum bandwidth from the access quality monitoring unit 402, and controls the congestion window based on the RTT and the maximum bandwidth.

端末100がプロキシ400を介さずにサーバ500と通信する場合(図3参照)は、プロキシ400の機能をサーバ500が具備する。   When the terminal 100 communicates with the server 500 without going through the proxy 400 (see FIG. 3), the server 500 has the function of the proxy 400.

[実施形態2]
実施形態2は、端末100からプロキシ400へ最大帯域を通知する形態である。実施形態2の端末100、プロキシ400の機能を図6に示す。端末100は利用している無線アクセスの種別、周波数帯、MIMO利用などを管理する無線通信管理部101、利用している通信環境から最大帯域を換算する最大帯域換算テーブル102、最大帯域が変更した際に、プロキシ400のアクセス品質監視部402へ最大帯域を通知する無線品質通知部103を具備する。無線品質通知部103では、TCPのACKパケットのヘッダ部のオプション領域又はペイロード部に最大帯域情報を付加することでプロキシ400側へ通知する。プロキシ400は実施形態1と同様の機能を具備し、最大帯域が変化した際に実施形態1と同じTCPの輻輳ウィンドウ制御を輻輳ウィンドウ制御部403において行う。
[Embodiment 2]
In the second embodiment, the maximum bandwidth is notified from the terminal 100 to the proxy 400. The functions of the terminal 100 and the proxy 400 of the second embodiment are shown in FIG. The terminal 100 has a wireless communication management unit 101 that manages the type, frequency band, and MIMO usage of the wireless access being used, a maximum bandwidth conversion table 102 that converts the maximum bandwidth from the communication environment being used, and the maximum bandwidth has changed. In this case, a wireless quality notification unit 103 that notifies the access quality monitoring unit 402 of the proxy 400 of the maximum bandwidth is provided. The wireless quality notification unit 103 notifies the proxy 400 side by adding maximum bandwidth information to the option area or payload part of the header part of the TCP ACK packet. The proxy 400 has the same function as that of the first embodiment, and performs the same TCP congestion window control as that of the first embodiment in the congestion window control unit 403 when the maximum bandwidth changes.

最大帯域換算テーブル102を図7に示す。図7のテーブルでは、端末100は厳密な最大帯域を知ることはできないが、基地局に改変を加えずに本発明を実装可能であることが実施形態2の利点である。   The maximum bandwidth conversion table 102 is shown in FIG. In the table of FIG. 7, the terminal 100 cannot know the exact maximum bandwidth, but it is an advantage of the second embodiment that the present invention can be implemented without modifying the base station.

最大帯域をアクセス品質監視部402へ通知した後の手順は実施形態1と同様である。図8に実施例1のシーケンス図を示す。   The procedure after the notification of the maximum bandwidth to the access quality monitoring unit 402 is the same as in the first embodiment. FIG. 8 shows a sequence diagram of the first embodiment.

端末100がプロキシ400を介さずにサーバ500と通信する場合(図3参照)は、プロキシ400の機能をサーバ500が具備する。   When the terminal 100 communicates with the server 500 without going through the proxy 400 (see FIG. 3), the server 500 has the function of the proxy 400.

[実施形態3]
実施形態3は、基地局200からプロキシ400へ無線伝送品質を通知する形態である。実施形態3の基地局200、プロキシ400の機能を図9に示す。端末100は、基地局200からの電波受信品質を無線伝送品質として検知する無線通信管理部101、検知した無線伝送品質を定期的に基地局200へ通知する無線品質通知部103を具備する。無線伝送品質としてはRSSI、SINRなどの他に、LTEであればCQIなどを利用する。基地局200は無線品質通知部103から無線伝送品質を取得する無線伝送品質取得部202、複数回の取得した無線伝送品質から端末100の無線伝送品質の変動を判定する無線伝送品質変動判定部203を具備する。RSSI、SINRを用いる場合は、RSSI,SINRの値から品質の良さを表すいくつかのクラス(例:クラス1〜15)に分類したときのクラス値を用いる。無線伝送品質は、端末100の利用状況に応じて刻々と変化するため、複数回の無線伝送品質の平均値や、一定回数基準値を超えたら変化したとみなすなどの処理を無線伝送品質変動判定部203において行う。
[Embodiment 3]
The third embodiment is a form in which the radio transmission quality is notified from the base station 200 to the proxy 400. The functions of the base station 200 and the proxy 400 of the third embodiment are shown in FIG. The terminal 100 includes a radio communication management unit 101 that detects radio wave reception quality from the base station 200 as radio transmission quality, and a radio quality notification unit 103 that periodically notifies the detected radio transmission quality to the base station 200. As the radio transmission quality, in addition to RSSI, SINR, etc., LTE uses CQI. The base station 200 includes a wireless transmission quality acquisition unit 202 that acquires wireless transmission quality from the wireless quality notification unit 103, and a wireless transmission quality variation determination unit 203 that determines a variation in wireless transmission quality of the terminal 100 from the wireless transmission quality acquired a plurality of times. It comprises. When RSSI and SINR are used, class values obtained by classifying into several classes (for example, classes 1 to 15) representing good quality from RSSI and SINR values are used. Since the radio transmission quality changes every moment according to the usage status of the terminal 100, the process of determining the radio transmission quality variation such as the average value of the radio transmission quality for a plurality of times or the process of assuming that the radio transmission quality has changed when a certain number of times exceeds the reference value is determined. This is performed in the unit 203.

無線伝送品質変動判定部203の動作例を図10及び図11に示す。図10の例は、一定期間毎に無線伝送品質の平均値(Q(図10では「平均」を表すためにオーバーラインを付している。以下、同様である。))を計算し(ステップS101,S102)、前回計算した平均値(Q)と新たに計算した無線伝送品質の平均値(Q)の差が、無線伝送品質が変動したとみなす基準値を超えたら品質が変動したと判定する(ステップS103〜S107)。図11の例では、2つの基準値1、2を定め、取得した無線伝送品質が基準値1より大きければ、端末100の現在の無線伝送品質より品質が良いと判断し(ステップS111〜S113)、基準値2より小さければ端末100の現在の伝送品質よりも品質が悪いと判断する(ステップS114〜S115)。一定期間内に一定回数以上品質が良い、又は悪いと判断されたら、無線伝送品質が変動したと判断する(ステップS116〜S117)。 An example of the operation of the wireless transmission quality variation determination unit 203 is shown in FIGS. The example of FIG. 10 calculates an average value of wireless transmission quality (Q 1 (in FIG. 10, an overline is added to represent “average”. The same applies hereinafter)) at regular intervals. Steps S101, S102), the quality fluctuates if the difference between the previously calculated average value (Q 1 ) and the newly calculated average value (Q 2 ) of the radio transmission quality exceeds a reference value that the radio transmission quality is considered to have fluctuated. It is determined that it has been performed (steps S103 to S107). In the example of FIG. 11, two reference values 1 and 2 are determined, and if the acquired wireless transmission quality is greater than the reference value 1, it is determined that the quality is better than the current wireless transmission quality of the terminal 100 (steps S111 to S113). If it is smaller than the reference value 2, it is determined that the quality is lower than the current transmission quality of the terminal 100 (steps S114 to S115). If it is determined that the quality is good or bad for a certain number of times within a certain period, it is determined that the wireless transmission quality has changed (steps S116 to S117).

プロキシ400は実施形態1、2と同じ機能を具備し、無線伝送品質変動判定部203にて無線伝送品質が変動したと判定された場合、アクセス品質監視部402にて、変動した無線伝送品質を通知する。アクセス品質管理部402は無線伝送品質を輻輳ウィンドウ制御部403に通知し、TCPの輻輳ウィンドウ制御の変更を行う。実施形態3のシーケンス図を図12に示す。   The proxy 400 has the same functions as those in the first and second embodiments. When the wireless transmission quality variation determining unit 203 determines that the wireless transmission quality has changed, the access quality monitoring unit 402 displays the changed wireless transmission quality. Notice. The access quality management unit 402 notifies the congestion window control unit 403 of the wireless transmission quality, and changes the TCP congestion window control. A sequence diagram of the third embodiment is shown in FIG.

端末100がプロキシ400を介さずにサーバ500と通信する場合(図3参照)は、プロキシ400の機能をサーバ500が具備する。   When the terminal 100 communicates with the server 500 without going through the proxy 400 (see FIG. 3), the server 500 has the function of the proxy 400.

[実施形態4]
実施形態4は、端末100からプロキシ400へ無線伝送品質を通知する形態である。実施形態4の端末100、プロキシ400の機能を図13に示す。端末100は、基地局200との通信から無線伝送品質を検知する無線通信管理部101、複数回の無線伝送品質から品質の変動を判定する無線伝送品質変動判定部104、無線伝送品質が変動した際にプロキシ400へ通知する無線品質通知部103を具備する。プロキシ400は実施形態3と同じ機能部を具備する。無線伝送品質変動判定部104では、実施形態3に係る無線伝送品質変動判定部203と同じ処理(図10及び図11)を行う。すなわち、実施形態4では、実施形態3で基地局200が行っていた無線伝送品質の変動判定を端末100側で行うことを特徴とする。無線品質通知部103からプロキシ400への無線伝送品質の通知は、実施形態2と同様に、TCPのACKパケットのヘッダ部のオプション領域又はペイロード部に無線伝送品質情報を付加することでプロキシ400側へ通知する。実施形態4のシーケンス図を図14に示す。
[Embodiment 4]
The fourth embodiment is a form in which the wireless transmission quality is notified from the terminal 100 to the proxy 400. The functions of the terminal 100 and the proxy 400 of the fourth embodiment are shown in FIG. The terminal 100 includes a wireless communication management unit 101 that detects wireless transmission quality from communication with the base station 200, a wireless transmission quality variation determination unit 104 that determines a variation in quality from a plurality of times of wireless transmission quality, and a wireless transmission quality that has changed. A wireless quality notification unit 103 that notifies the proxy 400 at this time. The proxy 400 includes the same function unit as that of the third embodiment. The wireless transmission quality variation determination unit 104 performs the same processing (FIGS. 10 and 11) as the wireless transmission quality variation determination unit 203 according to the third embodiment. That is, the fourth embodiment is characterized in that the radio transmission quality variation determination performed by the base station 200 in the third embodiment is performed on the terminal 100 side. The notification of the wireless transmission quality from the wireless quality notification unit 103 to the proxy 400 is performed by adding the wireless transmission quality information to the option area or the payload part of the header part of the TCP ACK packet as in the second embodiment. To notify. FIG. 14 shows a sequence diagram of the fourth embodiment.

端末100がプロキシ400を介さずにサーバ500と通信する場合(図3参照)は、プロキシ400の機能をサーバ500が具備する。   When the terminal 100 communicates with the server 500 without going through the proxy 400 (see FIG. 3), the server 500 has the function of the proxy 400.

[実施形態5]
実施形態5は、端末100においてTCPの輻輳ウィンドウ制御を行う形態である。実施形態5の機能を図15に示す。実施形態1〜4はプロキシ400が送信側であったが、実施形態5は端末100側が送信側の形態となり、端末100がRTT計測部105及び輻輳ウィンドウ制御部106を具備する。プロキシ400のアクセス品質監視部401の機能は、利用する無線アクセスの周波数帯、変調方式などの管理、及びRSSI、SINR等の無線伝送品質を検知する無線通信管理部101で行う。
[Embodiment 5]
In the fifth embodiment, TCP congestion window control is performed in the terminal 100. The functions of the fifth embodiment are shown in FIG. In the first to fourth embodiments, the proxy 400 is the transmission side, but in the fifth embodiment, the terminal 100 side is the transmission side, and the terminal 100 includes the RTT measurement unit 105 and the congestion window control unit 106. The function of the access quality monitoring unit 401 of the proxy 400 is performed by the wireless communication management unit 101 that manages the frequency band and modulation scheme of the wireless access to be used and detects the wireless transmission quality such as RSSI and SINR.

無線伝送品質は端末100で把握できるため、一定期間の無線伝送品質から品質の変動を判断する無線伝送品質変動判定部104を端末に具備する。   Since the wireless transmission quality can be grasped by the terminal 100, the terminal is provided with a wireless transmission quality variation determining unit 104 that determines a variation in quality from the wireless transmission quality for a certain period.

端末100側で最大帯域を換算する場合は、最大帯域換算テーブル102を具備し、無線通信管理部101で管理している利用帯域幅、変調方式などから最大帯域を換算して、輻輳ウィンドウ制御部106へ通知する。   When converting the maximum bandwidth on the terminal 100 side, the maximum bandwidth conversion table 102 is provided, the maximum bandwidth is converted from the use bandwidth, modulation method, etc. managed by the wireless communication management unit 101, and the congestion window control unit 106 is notified.

端末100に割り当て可能な無線リソースなどから正確な最大帯域を基地局200側で算出する場合は、基地局200に最大帯域算出部201を具備して、最大帯域を算出し、端末100の無線通信管理部101へ通知する。   When the base station 200 calculates an accurate maximum bandwidth from radio resources that can be allocated to the terminal 100, the base station 200 includes the maximum bandwidth calculation unit 201 to calculate the maximum bandwidth and perform wireless communication of the terminal 100. Notify the management unit 101.

なお、上記実施形態1〜2では無線アクセス品質として最大帯域を取得し、上記実施形態3〜4では無線アクセス品質として無線伝送品質を取得しているが、無線アクセス品質として最大帯域と無線伝送品質の双方を取得するようにしてもよい。すなわち、他の実施形態としては、上記実施形態1と3の組み合わせ、実施形態1と4の組み合わせ、実施形態2と3の組み合わせ、実施形態2と4の組み合わせなどが考えらえる。   In the first and second embodiments, the maximum bandwidth is acquired as the wireless access quality. In the third to fourth embodiments, the wireless transmission quality is acquired as the wireless access quality. However, the maximum bandwidth and the wireless transmission quality are acquired as the wireless access quality. Both of them may be acquired. That is, as another embodiment, the combination of the said Embodiment 1 and 3, the combination of Embodiment 1 and 4, the combination of Embodiment 2 and 3, the combination of Embodiment 2 and 4, etc. can be considered.

次に、前述した本発明の(2)無線アクセス品質に基づいてTCPの輻輳ウィンドウサイズcwndを調節する制御、について説明する。ここで帯域の単位はbps(bit per second)、cwnd、ssthreshの単位はMSS(maximum segment size)、RTTの単位は秒とする。   Next, (2) the control for adjusting the TCP congestion window size cwnd based on the radio access quality of the present invention will be described. Here, the unit of bandwidth is bps (bit per second), the unit of cwnd and ssthresh is MSS (maximum segment size), and the unit of RTT is second.

無線アクセス品質として最大帯域を取得する実施形態1及び2では、輻輳ウィンドウ制御部403において次の輻輳ウィンドウ制御1,2,5,6のいずれか、又はこれらの複数の制御を組み合わせて行う。
[輻輳ウィンドウ制御1]最大帯域に基づいたssthreshの変更制御
[輻輳ウィンドウ制御2]最大帯域を考慮した高速cwnd増加制御
[輻輳ウィンドウ制御5]最大帯域に基づいたcwnd減少制御
[輻輳ウィンドウ制御6]最大帯域に基づいたcwnd増加制御
In the first and second embodiments in which the maximum bandwidth is acquired as the radio access quality, the congestion window control unit 403 performs one of the following congestion window controls 1, 2, 5, and 6 or a combination of these controls.
[Congestion window control 1] Ssthresh change control based on maximum bandwidth [Congestion window control 2] High-speed cwnd increase control considering maximum bandwidth [Congestion window control 5] cwnd decrease control based on maximum bandwidth [Congestion window control 6] Cwnd increase control based on maximum bandwidth

無線アクセス品質として無線伝送品質を取得する実施形態3及び4では、輻輳ウィンドウ制御部403において次の輻輳ウィンドウ制御3を行う。
[輻輳ウィンドウ制御3]無線伝送品質を考慮したRTT増加時のcwnd制御
In the third and fourth embodiments in which the wireless transmission quality is acquired as the wireless access quality, the congestion window control unit 403 performs the next congestion window control 3.
[Congestion window control 3] cwnd control when RTT increases considering radio transmission quality

また、無線アクセス品質として帯域制御及び無線伝送品質を取得する実施形態では、輻輳ウィンドウ制御部403は、実施形態1、2で取得した最大帯域、実施形態3で取得した無線伝送品質、及びRTTを用いて次の輻輳ウィンドウ制御4を行う。
[輻輳ウィンドウ制御4]最大帯域、無線伝送品質、RTTによるcwnd増減パラメータの変更制御
In the embodiment in which bandwidth control and wireless transmission quality are acquired as wireless access quality, the congestion window control unit 403 obtains the maximum bandwidth acquired in Embodiments 1 and 2, the wireless transmission quality acquired in Embodiment 3, and the RTT. Then, the next congestion window control 4 is performed.
[Congestion window control 4] Change control of cwnd increase / decrease parameter by maximum bandwidth, wireless transmission quality, RTT

なお、実施形態5の端末100の輻輳ウィンドウ制御部106においても、取得した最大帯域、無線伝送品質、RTTから同様に輻輳ウィンドウ制御1〜6の何れか、又は、その任意の組み合わせを行う。   Note that the congestion window control unit 106 of the terminal 100 according to the fifth embodiment also performs any one of the congestion window controls 1 to 6 or any combination thereof from the acquired maximum bandwidth, radio transmission quality, and RTT.

[輻輳ウィンドウ制御1]
輻輳ウィンドウ制御1は、最大帯域に基づいたssthreshの変更制御である。図16に輻輳ウィンドウ制御1の動作フローを示す。ここで、無線通信管理部101又はアクセス品質監視部402で以前に検知した最大帯域をB、新たに検知した最大帯域をBとする。
[Congestion window control 1]
The congestion window control 1 is ssthresh change control based on the maximum bandwidth. FIG. 16 shows an operation flow of the congestion window control 1. Here, the maximum bandwidth previously detected by the wireless communication management unit 101 or the access quality monitoring unit 402 is B 1 , and the newly detected maximum bandwidth is B 2 .

(1)ステップS1
無線通信管理部101又はアクセス品質監視部402で新たに検知した最大帯域Bが、以前に検知した最大帯域Bと値が異なる場合、場合輻輳ウィンドウ制御部(106又は403)へ最大帯域を通知する。最大帯域に変更がなければ、通常の輻輳制御を行う。
(1) Step S1
If the maximum bandwidth B 2 newly detected by the wireless communication management unit 101 or the access quality monitoring unit 402 is different from the previously detected maximum bandwidth B 1 , the maximum bandwidth is set to the congestion window control unit (106 or 403). Notice. If there is no change in the maximum bandwidth, normal congestion control is performed.

(2)ステップS2
<BであればステップS3へ進む。
(2) Step S2
If B 1 <B 2 , the process proceeds to step S3.

(3)ステップS3
最大帯域BとRTT計測部(105又は401)から取得したRTTに基づいてssthreshを計算する。ssthreshの決定方法は例えば以下の式が考えられる。以下の式は現在のRTTにおいて最大帯域に相当するcwndをγ倍した値を示す。γは定数とする場合や、無線伝送品質やRTTによって変動させることも考えられる。
(3) Step S3
Calculating the ssthresh based on RTT obtained from the maximum bandwidth B 2 and RTT measurement unit (105 or 401). As a method for determining ssthresh, for example, the following equation can be considered. The following formula shows a value obtained by multiplying cwnd corresponding to the maximum band by γ times in the current RTT. It is conceivable that γ is a constant or varies depending on radio transmission quality and RTT.

Figure 2018033119
Figure 2018033119

最大帯域に基づいてssthreshを増加させることで、スロースタートモードへ移行させて即座に帯域を利用することができる。   By increasing ssthresh based on the maximum bandwidth, the bandwidth can be used immediately by shifting to the slow start mode.

(4)ステップ4
cwnd≧ssthreshであれば輻輳を回避するようにcwndを増減する制御を行う輻輳回避モード(ステップS5)、cwnd<ssthreshであればcwndをRTT毎に2倍に増加させるスロースタートモード(ステップS6)へ移行する。輻輳回避モードのアルゴリズムは例えばTCP RenoやCUBICなど既存の輻輳回避アルゴリズムや、本発明の輻輳ウィンドウ制御4,5,6の制御アルゴリズムを用いることが考えられる。
(4) Step 4
If cwnd ≧ ssthresh, a congestion avoiding mode for controlling to increase / decrease cwnd so as to avoid congestion (step S5), and if cwnd <ssthresh, slow start mode for increasing cwnd twice for each RTT (step S6). Migrate to For the congestion avoidance mode algorithm, for example, an existing congestion avoidance algorithm such as TCP Reno or CUBIC, or the control algorithm of the congestion window control 4, 5, 6 of the present invention may be used.

[輻輳ウィンドウ制御2]
輻輳ウィンドウ制御2は、最大帯域を考慮した高速cwnd増加制御である。図17に輻輳ウィンドウ制御2の動作フローを示す。輻輳ウィンドウ制御2は輻輳ウィンドウ制御1と同様に最大帯域が増加した際に最大帯域に基づいた閾値までcwndを高速に増加させる制御を行う。ただし、cwndが既に大きな状態からスロースタートを行うと、急激にcwndを増加させて重大な輻輳を招く恐れがあるため、輻輳ウィンドウ制御2では通常の輻輳回避モードよりは高速に、スロースタートモードよりは緩やかにcwndを増加させる高速cwnd増加モードを新たに導入する。ここで、通常の輻輳回避モードとは、例えばTCP RenoやCUBICなど既存の輻輳回避アルゴリズムで用いられているものの任意の1つである。高速cwnd増加モードは、通常の輻輳回避モードに対してcwnd増減処理について改良を加えたものである。
[Congestion window control 2]
The congestion window control 2 is high-speed cwnd increase control in consideration of the maximum bandwidth. FIG. 17 shows an operation flow of the congestion window control 2. Similar to the congestion window control 1, the congestion window control 2 performs control to increase cwnd at a high speed up to a threshold value based on the maximum bandwidth when the maximum bandwidth increases. However, if the slow start is performed from a state where the cwnd is already large, the cwnd may be suddenly increased and serious congestion may be caused. Therefore, the congestion window control 2 is faster than the normal congestion avoidance mode, and is faster than the slow start mode. Introduces a new high-speed cwnd increase mode that gradually increases cwnd. Here, the normal congestion avoidance mode is any one of those used in existing congestion avoidance algorithms such as TCP Reno and CUBIC. The high-speed cwnd increase mode is obtained by improving the cwnd increase / decrease process with respect to the normal congestion avoidance mode.

輻輳ウィンドウ制御2では輻輳ウィンドウ制御1で算出したssthreshの値をssthresh’として設定する(ステップS23)。ステップS26でcwnd<ssthresh’と判断したらステップS28で高速cwnd増加モードへ移行する。ssthresh’は、高速再送転送やタイムアウト時に0とし、高速cwnd増加モードを終了する。   In the congestion window control 2, the value of ssthresh calculated in the congestion window control 1 is set as ssthresh '(step S23). If it is determined in step S26 that cwnd <ssthresh ', the process proceeds to the high-speed cwnd increase mode in step S28. ssthresh 'is set to 0 at high-speed retransmission transfer or time-out, and the high-speed cwnd increase mode is terminated.

高速cwnd増加モードの制御は例えば下記の制御が考えられる。   For example, the following control can be considered for the control in the high-speed cwnd increase mode.

(a)最大帯域が更新された時のウィンドウサイズ(cwnd’)からRTT毎に増加量を初期値1として倍々に増加する下記の制御を行う。cwndは最大帯域変更後の最初のACK受信時のウィンドウサイズを示す。 (A) From the window size (cwnd ′) when the maximum bandwidth is updated, the following control is performed in which the increase amount is doubled for each RTT with an initial value of 1. cwnd 0 indicates the window size when receiving the first ACK after changing the maximum bandwidth.

Figure 2018033119
Figure 2018033119

(b)上記制御よりも、通常の輻輳回避モードのcwnd増加量が大きい場合は、増加量の大きい方を採用する下記の制御を行う。   (B) When the increase amount of cwnd in the normal congestion avoidance mode is larger than the above control, the following control is adopted that employs the larger increase amount.

Figure 2018033119
Figure 2018033119

図18に各制御モードのcwnd増加量を示す。図18では、時刻Tにおいて最大帯域が増加した際のcwnd増加量を示している。   FIG. 18 shows the cwnd increase amount in each control mode. FIG. 18 shows the amount of increase in cwnd when the maximum bandwidth is increased at time T.

[輻輳ウィンドウ制御3]
輻輳ウィンドウ制御3は、無線伝送品質を考慮したRTT増加時のcwnd制御である。輻輳ウィンドウ制御3の動作フローを図19に示す。なお、輻輳ウィンドウ制御3は、輻輳制御アルゴリムそのものとして単体で採用してもよいし、輻輳回避モードとしてスロースタートモードと併用するようにしてもよい。また、輻輳ウィンドウ制御3は、例えばTCP RenoやCUBICなど既存の輻輳回避アルゴリズムの改良として実装してもよい。
[Congestion window control 3]
The congestion window control 3 is cwnd control at the time of RTT increase considering radio transmission quality. An operation flow of the congestion window control 3 is shown in FIG. The congestion window control 3 may be employed alone as the congestion control algorithm itself, or may be used in combination with the slow start mode as the congestion avoidance mode. Further, the congestion window control 3 may be implemented as an improvement of an existing congestion avoidance algorithm such as TCP Reno or CUBIC.

(1)ステップS31
RTT計測部(105又は401)においてパケット送受信毎にRTTを計測し、複数回のRTTの平均値をRTTとして輻輳ウィンドウ制御部(106又は403)へ通知。
(1) Step S31
The RTT measuring unit (105 or 401) measures the RTT for each packet transmission / reception, and notifies the congestion window control unit (106 or 403) as an average value of RTTs for a plurality of times as RTT 1 .

(2)ステップS32
端末100又はプロキシ400において無線伝送品質の変動を検知し、輻輳ウィンドウ制御部(106又は403)へ通知。
(2) Step S32
The terminal 100 or the proxy 400 detects a change in wireless transmission quality and notifies the congestion window control unit (106 or 403).

(3)ステップS33
RTT計測部(105又は401)において計測した複数回のRTTの平均値をRTTとして輻輳ウィンドウ制御部(106又は403)へ通知。
(3) Step S33
An RTT measuring unit (105 or 401) notifies the congestion window control unit (106 or 403) as an RTT 2 average value of a plurality of RTTs.

(4)ステップS34
無線伝送品質の変動前後でRTTが増加(RTT>RTT)していればステップS35へ進む。
(4) Step S34
If the RTT increases (RTT 2 > RTT 1 ) before and after the change of the radio transmission quality, the process proceeds to step S35.

(5)ステップS35
無線伝送品質をQとし、Qの値が大きいほど品質が良いとする。輻輳ウィンドウ制御部(106又は403)では無線伝送品質が低いと判断する基準値RV、及び無線伝送品質が高いと判断する基準値RVを管理し、Q<RVであれば、RTTの増加を無線伝送品質の低下が原因と判断し、スループットを維持するためにcwndを増加させる制御を行う(ステップS36)。Q>RVであれば、RTTの増加を輻輳が原因と判断し、cwndを減少させて輻輳の回避を行う(Sステップ38)。
(5) Step S35
Assume that the wireless transmission quality is Q, and the higher the Q value, the better the quality. The congestion window control unit (106 or 403) manages the reference value RV 1 for determining that the radio transmission quality is low and the reference value RV 2 for determining that the radio transmission quality is high. If Q <RV 1 , The increase is determined to be caused by a decrease in wireless transmission quality, and control is performed to increase cwnd in order to maintain the throughput (step S36). If Q> RV 2 , it is determined that the increase in RTT is caused by congestion, and cwnd is decreased to avoid congestion (S step 38).

ステップS36のcwnd増加量の例としては、RTTの時のスループットを維持する次式が考えられる。 As an example of the increase amount of cwnd in step S36, the following equation for maintaining the throughput at RTT 1 can be considered.

Figure 2018033119

cwnd’:RTT増加前のcwnd
Figure 2018033119

cwnd ': cwnd before RTT increase

ステップS37のcwnd減少例としては、次式のようにcwndを減少させる制御が考えられる。   As an example of reducing cwnd in step S37, control for reducing cwnd as in the following equation is conceivable.

Figure 2018033119
Figure 2018033119

また、ECN(Explicit Congestion Notification)を併用することで、より正確な輻輳判別が可能となる。   Further, by using ECN (Explicit Congestion Notification) together, more accurate congestion determination becomes possible.

[輻輳ウィンドウ制御4]
輻輳ウィンドウ制御4は、最大帯域,無線伝送品質,RTTによるcwnd増減パラメータの変更制御である。輻輳ウィンドウ制御4の動作フローを図20に示す。輻輳ウィンドウ制御4は、例えばTCP RenoやCUBICなど任意のTCP輻輳制御で用いられている輻輳回避制御処理において、cwnd増減パラメータを最大帯域、無線伝送品質、RTTによって変更するものである。既存のTCP輻輳制御の一般的なAIMD(Additive-Increase / Multiplicative-Decrease)制御は次式で表される。
[Congestion window control 4]
The congestion window control 4 is control for changing the cwnd increase / decrease parameter based on the maximum bandwidth, the radio transmission quality, and the RTT. The operation flow of the congestion window control 4 is shown in FIG. The congestion window control 4 is to change the cwnd increase / decrease parameter according to the maximum bandwidth, the radio transmission quality, and the RTT in the congestion avoidance control process used in arbitrary TCP congestion control such as TCP Reno and CUBIC. General AIMD (Additive-Increase / Multiplicative-Decrease) control of existing TCP congestion control is expressed by the following equation.

Figure 2018033119
Figure 2018033119

ここで、例えばTCP Renoではα=1/cwnd,β=1/2であり、HighSpeed TCPでは、現在のcwndからα,βを決定する制御を行う。   Here, for example, α = 1 / cwnd and β = 1/2 in TCP Reno, and in HighSpeed TCP, control is performed to determine α and β from the current cwnd.

図20のステップS41、S42では、端末100又はプロキシ400において前回取得した最大帯域Bと新たに取得した最大帯域Bの値が異なった場合、輻輳ウィンドウ制御部(106又は403)において、最大帯域が増加した場合(B<B)は、TCP輻輳制御における輻輳ウィンドウサイズ増加処理時のcwnd増加量を大きく、輻輳ウィンドウサイズ減少処理時のcwnd減少量を小さくし、最大帯域が減少した場合(B>B)は、輻輳ウィンドウサイズ増加処理時のcwnd増加量を小さく、輻輳ウィンドウサイズ減少処理時のcwnd減少量を大きくする制御を行う。なお、輻輳ウィンドウサイズ増加処理時は例えばACK受信時などが挙げられる。また、輻輳ウィンドウサイズ減少処理時は例えばパケットロス時(重複ACKの受信時やACK受信がタイムアウトした時)などが挙げられる。 In step S41, S42 in FIG. 20, when different values of the maximum bandwidth B 2 newly acquired maximum bandwidth B 1 acquired previously in the terminal 100 or the proxy 400, the congestion window controller (106 or 403), the maximum When the bandwidth increases (B 1 <B 2 ), the cwnd increase amount during the congestion window size increase processing in TCP congestion control is increased, the cwnd decrease amount during the congestion window size decrease processing is decreased, and the maximum bandwidth decreases. In the case (B 1 > B 2 ), control is performed to decrease the cwnd increase amount during the congestion window size increase process and increase the cwnd decrease amount during the congestion window size decrease process. Note that the congestion window size increasing process includes, for example, ACK reception. Further, the congestion window size reduction process includes, for example, packet loss (when duplicate ACK is received or when ACK reception times out).

図20のステップS43では、輻輳ウィンドウ制御3のステップS31〜S35と同様に、RTT計測部(105又は401)にて前回取得したRTTよりも新たに取得したRTTが大きく、かつ、端末100又はプロキシ400において取得した無線伝送品質Qが輻輳ウィンドウ制御部(106又は403)にて管理する無線伝送品質が高いと判断する基準値RVを上回る場合、RTTの増加を輻輳が原因と判断し、cwnd増加量を小さく、cwnd減少量を大きくする制御を行う。 In step S43 of FIG. 20, similarly to steps S31 to S35 of the congestion window control 3, RTT 2 newly acquired is larger than RTT 1 previously acquired by the RTT measurement unit (105 or 401), and the terminal 100 Alternatively, when the wireless transmission quality Q acquired in the proxy 400 exceeds the reference value RV 2 for determining that the wireless transmission quality managed by the congestion window control unit (106 or 403) is high, it is determined that the increase in RTT is caused by congestion. , Cwnd increase amount is decreased and cwnd decrease amount is increased.

上記のcwnd増減量の制御は、AIMD制御に限らず、例えば下記のTCP CUBICの制御式においてもパラメータC及びβに関して同様の制御を行うことが考えられる。   The above control of the cwnd increase / decrease amount is not limited to AIMD control, and for example, in the following control expression of TCP CUBIC, it is conceivable to perform the same control on parameters C and β.

Figure 2018033119
Figure 2018033119

[輻輳ウィンドウ制御5]
輻輳ウィンドウ制御5は、例えばTCP RenoやCUBICなど任意のTCP輻輳制御で用いられている輻輳回避制御処理において、端末100の現在の通信スループット(cwnd/RTT)が、端末100又はプロキシ400において新たに取得した最大帯域Bよりも大きかった場合に、直ちにcwndを低下させる制御を行うものである。輻輳ウィンドウ制御5の動作フローを図22に示す。図22のステップS53で行うcwndの減少量は例えば次式のように端末100の通信スループットを最大帯域であるBまで低下させる制御を行う。
[Congestion window control 5]
In the congestion window control 5, the current communication throughput (cwnd / RTT) of the terminal 100 is newly set in the terminal 100 or the proxy 400 in the congestion avoidance control process used in arbitrary TCP congestion control such as TCP Reno and CUBIC. When it is larger than the acquired maximum bandwidth B, control is performed to immediately decrease cwnd. The operation flow of the congestion window control 5 is shown in FIG. The amount of decrease in cwnd performed in step S53 in FIG. 22 is controlled to reduce the communication throughput of the terminal 100 to B, which is the maximum bandwidth, for example, as in the following equation.

Figure 2018033119
Figure 2018033119

上記のcwndの低下は、端末100が利用可能な最大帯域を超えてパケットを送出することで、輻輳が生じることを防ぐために行う。   The above-described decrease in cwnd is performed in order to prevent congestion from occurring by sending a packet exceeding the maximum bandwidth that the terminal 100 can use.

[輻輳ウィンドウ制御6],
輻輳ウィンドウ制御6は、例えばTCP RenoやCUBICなど任意のTCP輻輳制御で用いられている輻輳回避制御処理において、端末100が行う通信の現在のスループット及び最大帯域及びRTTに基づいてcwndの増減量を調節する制御を行うものである。端末100が行う通信のスループットが、端末100又はプロキシ400において取得した最大帯域と比較して小さいほどTCP輻輳制御における輻輳ウィンドウサイズ増加処理時のcwndの増加量を大きく、輻輳ウィンドウサイズ減少処理時のcwndの減少量を小さくし、端末100が行う通信の現在のスループットが通知された最大帯域に近づくほど輻輳ウィンドウサイズ増加処理時のcwndの増加量を小さく、輻輳ウィンドウサイズ減少処理時のcwndの減少量を大きくする制御を行う。なお、輻輳ウィンドウサイズ増加処理時は例えばACK受信時などが挙げられる。また、輻輳ウィンドウサイズ減少処理時は例えばパケットロス時(重複ACKの受信時やACK受信がタイムアウトした時)などが挙げられる。輻輳ウィドウ制御6のcwnd増減量の変化を図23に示す。上記制御は例えば数6のα及びβを次式の数9で計算することで実現できる。数9のα,α,β,βは定数とする場合や、無線伝送品質やRTTによって変動させることも考えられる。
[Congestion window control 6],
The congestion window control 6 is a congestion avoidance control process used in any TCP congestion control such as TCP Reno or CUBIC, for example, and increases or decreases the amount of cwnd based on the current throughput and maximum bandwidth of communication performed by the terminal 100 and the RTT. It performs control to adjust. As the throughput of communication performed by the terminal 100 is smaller than the maximum bandwidth acquired by the terminal 100 or the proxy 400, the increase amount of cwnd during the congestion window size increasing process in the TCP congestion control is increased, and the congestion window size decreasing process is performed. The decrease amount of cwnd is reduced, and the increase amount of cwnd during the congestion window size increase process is reduced as the current throughput of communication performed by the terminal 100 approaches the notified maximum bandwidth, and the decrease of cwnd during the congestion window size decrease process is reduced. Control to increase the amount. Note that the congestion window size increasing process includes, for example, ACK reception. Further, the congestion window size reduction process includes, for example, packet loss (when duplicate ACK is received or when ACK reception times out). FIG. 23 shows changes in the cwnd increase / decrease amount of the congestion window control 6. The above control can be realized, for example, by calculating α and β in Equation 6 using Equation 9 below. It is conceivable that α 1 , α 2 , β 1 , and β 2 in Equation 9 are constants, or may be changed depending on radio transmission quality and RTT.

Figure 2018033119
Figure 2018033119

更に端末100が行う通信のRTTが大きいほどcwndの増加量を大きくする制御を行う。TCP RenoなどのAIMD制御では、ACKの受信の度に一定量のcwndを増加させるため、RTTが小さい通信ほどcnwdの増加が速く、RTTが大きい通信ほどcwndの増加が遅くなる。このためRTTが異なる通信間の公平性が高くないが、RTTが大きい通信ほどcwndの増加量を大きくすることでRTTの大小による通信スループットの差を低減することができる。この制御は例えば上記数9のαを次式のようにRTTの関数で表すことで実現できる。αは定数とする場合や、無線伝送品質によって変動させることも考えられる。 Furthermore, control is performed to increase the increase amount of cwnd as the RTT of communication performed by the terminal 100 increases. In AIMD control such as TCP Reno, a certain amount of cwnd is increased each time an ACK is received. Therefore, the increase in cnwd is faster for communication with a small RTT, and the increase in cwnd is slow for communication with a large RTT. For this reason, although the fairness between communications with different RTTs is not high, the communication throughput difference due to the size of the RTT can be reduced by increasing the amount of increase in cwnd for communications with a larger RTT. This control can be realized, for example, by expressing α 1 in the above equation 9 as a function of RTT as in the following equation. It is conceivable that α 3 is a constant or is varied depending on the radio transmission quality.

Figure 2018033119
Figure 2018033119

上記輻輳ウィンドウ制御1〜6は単体の制御を行ってもよいが組み合わせて制御を行うことも可能である。例えば輻輳ウィンドウ制御1と輻輳ウィンドウ制御6を組み合わせた制御例を図24に示す。図24の例では、端末100の利用可能な最大帯域がBからB’に変更されると、輻輳ウィンドウ制御1に従い、cwndがγ(B’・RTT)/MSSに到達するまでスロースタートとなる。その後、輻輳ウィンドウ制御6に従い、cwndがcwndB’に近づくにつれて増加量を抑える。 The congestion window controls 1 to 6 may be controlled independently or in combination. For example, FIG. 24 shows a control example in which the congestion window control 1 and the congestion window control 6 are combined. In the example of FIG. 24, when the maximum available bandwidth of the terminal 100 is changed from B to B ′, the slow start is performed until cwnd reaches γ (B ′ · RTT) / MSS according to the congestion window control 1. . Thereafter, according to the congestion window control 6, the increase amount is suppressed as cwnd approaches cwnd B ′ .

以上、本発明の実施の形態について詳述したが、本発明はこれに限定されるものではない。例えば、上記実施の形態で述べたLTE等の通信形式はその一例であり、他の通信形式であっても本発明を実施できる。また、TCP以外のプロトコル(SCTPやGoogleの提案しているQUICのようなUDPベースのプロトコルなど)のパケット転送レートの決定においても本発明を実施できる。   As mentioned above, although embodiment of this invention was explained in full detail, this invention is not limited to this. For example, the communication format such as LTE described in the above embodiment is an example, and the present invention can be implemented even with other communication formats. The present invention can also be implemented in determining the packet transfer rate of a protocol other than TCP (such as a UDP-based protocol such as QUIC proposed by SCTP or Google).

100…端末
101…無線通信管理部
102…最大帯域換算テーブル
103…無線品質通知部
104…無線伝送品質変動判定部
105…RTT計測部
106…輻輳ウィンドウ制御部
200…無線基地局
201…最大帯域算出部
202…無線伝送品質取得部
203…無線伝送品質変動判定部
300…コアノード
400…プロキシ
401…RTT計測部
402…アクセス品質監視部
403…輻輳ウィンドウ制御部
500…サーバ
DESCRIPTION OF SYMBOLS 100 ... Terminal 101 ... Wireless communication management part 102 ... Maximum bandwidth conversion table 103 ... Wireless quality notification part 104 ... Wireless transmission quality fluctuation | variation determination part 105 ... RTT measurement part 106 ... Congestion window control part 200 ... Wireless base station 201 ... Maximum bandwidth calculation Unit 202 ... wireless transmission quality acquisition unit 203 ... wireless transmission quality variation determination unit 300 ... core node 400 ... proxy 401 ... RTT measurement unit 402 ... access quality monitoring unit 403 ... congestion window control unit 500 ... server

Claims (16)

無線端末を収容する無線基地局と、無線端末との間でOSI7階層モデルのトランスポート層のコネクションを形成する通信装置とを備えたパケット通信システムにおいて、
無線端末と無線基地局との間の無線アクセス品質を検出する無線アクセス品質検出手段と、
無線アクセス品質検出手段により検出された無線アクセス品質に基づきトランスポート層における輻輳ウィンドウサイズを調節する輻輳ウィンドウ制御手段とを備えた
ことを特徴とするパケット通信システム。
In a packet communication system comprising a radio base station that accommodates a radio terminal and a communication device that forms a transport layer connection of the OSI 7 hierarchical model with the radio terminal,
Radio access quality detection means for detecting radio access quality between the radio terminal and the radio base station;
A packet communication system, comprising: a congestion window control unit that adjusts a congestion window size in the transport layer based on the radio access quality detected by the radio access quality detection unit.
前記無線アクセス品質検出手段は、前記端末と前記無線基地局との間の無線アクセスにおいて利用可能な最大帯域を算出するとともに該最大帯域に変動があると該最大帯域を無線アクセス品質として前記輻輳ウィンドウ制御手段に通知する
ことを特徴とする請求項1記載のパケット通信システム。
The radio access quality detection means calculates a maximum bandwidth that can be used in radio access between the terminal and the radio base station, and if there is a variation in the maximum bandwidth, the congestion bandwidth window The packet communication system according to claim 1, wherein the control means is notified.
前記輻輳ウィンドウ制御手段は、通知された最大帯域に基づいて、スロースタートモードから輻輳回避モードに移行する輻輳ウィンドウサイズの閾値を変更する
ことを特徴とする請求項2記載のパケット通信システム。
The packet communication system according to claim 2, wherein the congestion window control means changes a threshold of a congestion window size for shifting from the slow start mode to the congestion avoidance mode based on the notified maximum bandwidth.
前記輻輳ウィンドウ制御手段は、通知された最大帯域が増加すると、前記閾値を増加させる
ことを特徴とする請求項3記載のパケット通信システム。
The packet communication system according to claim 3, wherein the congestion window control means increases the threshold when the notified maximum bandwidth increases.
前記輻輳ウィンドウ制御手段は、通知された最大帯域が増加すると、該最大帯域に基づいて、スロースタートモードから輻輳回避モードに移行する輻輳ウィンドウサイズの閾値よりも大きい第2の閾値を算出し、輻輳回避モードにおいては、輻輳ウィンドウサイズが前記第2の閾値を超えるまで、通常の輻輳回避モードより高速に且つスロースタートモードより緩やかに輻輳ウィンドウサイズを増加させる
ことを特徴とする請求項2記載のパケット通信システム。
When the notified maximum bandwidth increases, the congestion window control means calculates a second threshold value that is larger than the threshold value of the congestion window size for shifting from the slow start mode to the congestion avoidance mode based on the maximum bandwidth, 3. The packet according to claim 2, wherein in the avoidance mode, the congestion window size is increased more slowly than the normal congestion avoidance mode and more slowly than the slow start mode until the congestion window size exceeds the second threshold. Communications system.
前記輻輳ウィンドウ制御手段は、輻輳回避制御処理において、通知された最大帯域の増加に伴い輻輳ウィンドウサイズ増加処理時の増加量を大きく且つ輻輳ウィンドウサイズ減少処理時の減少量を小さくし、通知された最大帯域の減少に伴い輻輳ウィンドウサイズ増加処理時の増加量を小さく且つく輻輳ウィンドウサイズ減少処理時の減少量を大きく制御する
ことを特徴とする請求項2記載のパケット通信システム。
In the congestion avoidance control process, the congestion window control means is notified by increasing the amount of increase during the congestion window size increasing process and decreasing the amount of decrease during the congestion window size decreasing process as the notified maximum bandwidth increases. The packet communication system according to claim 2, wherein the amount of increase at the time of congestion window size increase processing is controlled to be small and the amount of decrease at the time of congestion window size decrease processing is largely controlled as the maximum bandwidth decreases.
前記輻輳ウィンドウ制御手段は、輻輳回避制御処理において、端末が行う通信のスループットと通知された最大帯域の差が大きいほど輻輳ウィンドウサイズ増加処理時の増加量を大きく且つ輻輳ウィンドウサイズ減少処理時の減少量を小さくし、端末が行う通信のスループットと通知された最大帯域の差の減少に伴い輻輳ウィンドウサイズ増加処理時の増加量を小さく且つパケットロス時の輻輳ウィンドウサイズ減少処理時の減少量を大きく制御する
ことを特徴とする請求項2記載のパケット通信システム。
In the congestion avoidance control process, the congestion window control means increases the amount of increase during the congestion window size increase process and decreases during the congestion window size decrease process as the difference between the communication throughput performed by the terminal and the notified maximum bandwidth increases. Decrease the amount, decrease the increase in congestion window size increase processing and increase the decrease amount in congestion window size decrease processing at the time of packet loss as the difference between the communication throughput performed by the terminal and the notified maximum bandwidth difference decreases The packet communication system according to claim 2, wherein the packet communication system is controlled.
前記輻輳ウィンドウ制御手段は、輻輳回避制御処理において輻輳ウィンドウサイズを増加させる制御を行う際に、RTTに依らず一定時間に一定量のスループットが向上するようRTTが大きい通信ほど輻輳ウィンドウサイズの増加量を大きくする
ことを特徴とする請求項3乃至7何れか1項に記載のパケット通信システム。
When the congestion window control means performs control to increase the congestion window size in the congestion avoidance control process, the amount of increase in the congestion window size is increased for a communication with a larger RTT so that a certain amount of throughput is improved in a certain time regardless of the RTT. The packet communication system according to claim 3, wherein the packet communication system is increased.
前記輻輳ウィンドウ制御手段は、輻輳回避制御処理において、端末が行う通信のスループットが通知された最大帯域を超えた場合に、直ちに輻輳ウィンドウサイズを減少させる
ことを特徴とする請求項2記載のパケット通信システム。
3. The packet communication according to claim 2, wherein the congestion window control means immediately reduces the congestion window size when the throughput of communication performed by the terminal exceeds the notified maximum bandwidth in the congestion avoidance control process. system.
前記無線アクセス品質検出手段は、前記端末と前記無線基地局との間の無線アクセスにおける無線伝送品質を監視するとともに該無線伝送品質に変動があると該無線伝送品質を無線アクセス品質として前記輻輳ウィンドウ制御手段に通知する
ことを特徴とする請求項1記載のパケット通信システム。
The radio access quality detecting means monitors radio transmission quality in radio access between the terminal and the radio base station, and if there is a change in the radio transmission quality, the radio transmission quality is used as the radio access quality and the congestion window The packet communication system according to claim 1, wherein the control means is notified.
前記無線端末と前記通信装置間のRTTを計測するRTT計測手段を備え、
前記輻輳ウィンドウ制御手段は、輻輳回避制御処理において、通知された無線伝送品質の変動と計測されたRTTの増減とに基づきRTTの増加が無線伝送品質の低下によるものか或いは輻輳によるものかを判断し、該判断結果に基づき輻輳ウィンドウを調節する
ことを特徴とする請求項10記載のパケット通信システム。
RTT measuring means for measuring RTT between the wireless terminal and the communication device,
In the congestion avoidance control process, the congestion window control means determines whether the increase in RTT is due to a decrease in radio transmission quality or due to congestion based on the notified change in radio transmission quality and the measured increase / decrease in RTT. The packet communication system according to claim 10, wherein the congestion window is adjusted based on the determination result.
前記輻輳ウィンドウ制御手段は、RTTの増加が無線伝送品質の低下によるものと判断すると、RTT増加前のスループットを維持するように輻輳ウィンドウサイズを増加させる
ことを特徴とする請求項11記載のパケット通信システム。
12. The packet communication according to claim 11, wherein the congestion window control means increases the congestion window size so as to maintain the throughput before the increase in RTT when it is determined that the increase in RTT is due to a decrease in radio transmission quality. system.
前記輻輳ウィンドウ制御手段は、RTTの増加が輻輳によるものと判断すると、輻輳を回避するように輻輳ウィンドウサイズを減少させる
ことを特徴とする請求項11記載のパケット通信システム。
12. The packet communication system according to claim 11, wherein when the increase in RTT is determined to be due to congestion, the congestion window control means decreases the congestion window size so as to avoid congestion.
前記輻輳ウィンドウ制御手段は、RTTの増加が輻輳によるものと判断すると、輻輳ウィンドウサイズ増加処理時の輻輳ウィンドウサイズの増加量を小さく且つ輻輳ウィンドウサイズ減少処理時の輻輳ウィンドウサイズの減少量を小さくする
ことを特徴とする請求項11記載のパケット通信システム。
If the congestion window control means determines that the increase in RTT is due to congestion, the congestion window control means decreases the increase in the congestion window size during the congestion window size increase process and decreases the decrease in the congestion window size during the congestion window size decrease process. The packet communication system according to claim 11.
無線端末を収容する無線基地局と、無線端末との間でOSI7階層モデルのトランスポート層のコネクションを形成する通信装置とを備えたパケット通信システムにおける輻輳制御方法であって、
無線アクセス品質検出手段が無線端末と無線基地局との間の無線アクセス品質を検出するステップと、
輻輳ウィンドウ制御手段が無線アクセス品質検出手段により検出された無線アクセス品質に基づきトランスポート層における輻輳ウィンドウサイズを調節するステップとを備えた
ことを特徴とするパケット通信システムにおける輻輳制御方法。
A congestion control method in a packet communication system comprising: a wireless base station that accommodates wireless terminals; and a communication device that forms a transport layer connection of the OSI 7 layer model between the wireless terminals,
A step in which a radio access quality detection means detects a radio access quality between the radio terminal and the radio base station;
A congestion control method in a packet communication system, characterized in that the congestion window control means includes a step of adjusting a congestion window size in the transport layer based on the radio access quality detected by the radio access quality detection means.
コンピュータを請求項1に記載の各手段として機能させることを特徴とする輻輳制御プログラム。   A congestion control program for causing a computer to function as each means according to claim 1.
JP2016237469A 2016-08-17 2016-12-07 Packet communication system, congestion control method therefor, and congestion control program Active JP6727107B2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2016160086 2016-08-17
JP2016160086 2016-08-17

Publications (2)

Publication Number Publication Date
JP2018033119A true JP2018033119A (en) 2018-03-01
JP6727107B2 JP6727107B2 (en) 2020-07-22

Family

ID=61302897

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016237469A Active JP6727107B2 (en) 2016-08-17 2016-12-07 Packet communication system, congestion control method therefor, and congestion control program

Country Status (1)

Country Link
JP (1) JP6727107B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7437537B2 (en) 2020-06-01 2024-02-22 テレフオンアクチーボラゲット エルエム エリクソン(パブル) Application function nodes, access and mobility management function nodes, systems and methods in communication networks

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000253096A (en) * 1999-02-25 2000-09-14 Nippon Telegr & Teleph Corp <Ntt> Method for tcp control
JP2004032218A (en) * 2002-06-24 2004-01-29 Keio Gijuku Communication device, base station, and mobile body communication terminal
WO2008044653A1 (en) * 2006-10-05 2008-04-17 Ntt Docomo, Inc. Communication system, communication device, and communication method
JP2014090367A (en) * 2012-10-31 2014-05-15 Nippon Hoso Kyokai <Nhk> Packet transmission device and program therefor
JP2014117867A (en) * 2012-12-17 2014-06-30 Ricoh Co Ltd Job management device, network system, image processing device, job management method, and job management program

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000253096A (en) * 1999-02-25 2000-09-14 Nippon Telegr & Teleph Corp <Ntt> Method for tcp control
JP2004032218A (en) * 2002-06-24 2004-01-29 Keio Gijuku Communication device, base station, and mobile body communication terminal
WO2008044653A1 (en) * 2006-10-05 2008-04-17 Ntt Docomo, Inc. Communication system, communication device, and communication method
JP2014090367A (en) * 2012-10-31 2014-05-15 Nippon Hoso Kyokai <Nhk> Packet transmission device and program therefor
JP2014117867A (en) * 2012-12-17 2014-06-30 Ricoh Co Ltd Job management device, network system, image processing device, job management method, and job management program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7437537B2 (en) 2020-06-01 2024-02-22 テレフオンアクチーボラゲット エルエム エリクソン(パブル) Application function nodes, access and mobility management function nodes, systems and methods in communication networks

Also Published As

Publication number Publication date
JP6727107B2 (en) 2020-07-22

Similar Documents

Publication Publication Date Title
US9980156B2 (en) Optimization of downlink throughput
KR102363534B1 (en) Method and apparatus for control transmission base on transmision control protocol in a communication system
US20060187874A1 (en) Method and apparatus for supporting data flow control in a wireless mesh network
US9510354B2 (en) Method and a device for low intrusive fast estimation of the bandwidth available between two IP nodes
US20150124616A1 (en) Method and system for satellite backhaul offload for terrestrial mobile communications systems
EP2962434B1 (en) Apparatus and method for measuring and using congestion in a wireless communication system
US8953447B2 (en) Method and apparatus for controlling traffic transfer rate based on cell capacity in mobile communication system
CN114008989B (en) Measuring round trip time in a mobile communication network
US20130003541A1 (en) Mobile Communications Device and Method
US20130003599A1 (en) Mobile Communications Network, Infrastructure Equipment and Method
EP3214808A1 (en) Gateway apparatus and method of controlling gateway apparatus
KR102318284B1 (en) Congestion detection method for data transmission and device therefor
JP2015062265A (en) User terminal, radio communication system and communication control method
KR20200083582A (en) Systems and methods for accelerating or decelerating data transmission network protocols based on real-time transmission network congestion conditions
KR101818243B1 (en) Method and Apparatus for Adaptive Buffer Management in Communication Systems
JP6263102B2 (en) WIRELESS TERMINAL, COMMUNICATION SYSTEM, PROGRAM, AND METHOD WHICH CAN SET WINDOW SIZE ACCORDING TO CONDUCTION LEVEL ON BACKHAUL
KR20140088097A (en) Controlling transmission of data
JP2011176693A (en) Mobile radio communication apparatus, tcp flow control device and method of the same
US11785442B2 (en) Data transport network protocol based on real time transport network congestion conditions
JP6727107B2 (en) Packet communication system, congestion control method therefor, and congestion control program
JP6418169B2 (en) Minimum delay value calculation device, information transmission device, minimum delay value calculation method, and computer program
US9860775B2 (en) Network based determination of whether to add a device to a system using CSMA
WO2019124290A1 (en) Transmit data volume control device, method, and recording medium
JP2018007019A (en) Data flow rate control method, radio base station device, server device, relay device, communication system, and program
WO2022098529A1 (en) Communication of scheduling assistance information

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20181204

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20190828

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190830

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20191017

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20200304

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200522

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20200603

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20200625

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20200630

R150 Certificate of patent or registration of utility model

Ref document number: 6727107

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150