JP2005072933A - Network device - Google Patents

Network device Download PDF

Info

Publication number
JP2005072933A
JP2005072933A JP2003299550A JP2003299550A JP2005072933A JP 2005072933 A JP2005072933 A JP 2005072933A JP 2003299550 A JP2003299550 A JP 2003299550A JP 2003299550 A JP2003299550 A JP 2003299550A JP 2005072933 A JP2005072933 A JP 2005072933A
Authority
JP
Japan
Prior art keywords
round trip
trip time
communication
value
network device
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2003299550A
Other languages
Japanese (ja)
Inventor
Takeshi Sato
剛 佐藤
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.)
Renesas Technology Corp
Original Assignee
Renesas Technology 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 Renesas Technology Corp filed Critical Renesas Technology Corp
Priority to JP2003299550A priority Critical patent/JP2005072933A/en
Publication of JP2005072933A publication Critical patent/JP2005072933A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a network device for dynamically changing a maximum segment size in order to improve communication efficiency. <P>SOLUTION: A round trip time measured by an RTT (round trip time) measuring part 104 before starting communication, or a round trip time used at the time of past communication is read from an RTT recording part 105. Communication is started in a maximum segment size determined by an MSS (maximum segment size) determining part 106 on the basis of the round trip time. After this, the round trip time is measured, and an MSS changing part 107 dynamically changes the maximum segment size to an appropriate value on the basis of the round trip time thereby efficiently performing communication all the time. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

この発明は、TCP(Transmission Control Protocol)を通信プロトコルとして利用するネットワーク装置に関する。   The present invention relates to a network device using TCP (Transmission Control Protocol) as a communication protocol.

通信プロトコルとしてTCPを利用するネットワーク装置の通信効率を向上するために、通信時のデータのウィンドウサイズ、MSS(Maximum Segment Size)値や通信速度を測定または変更する技術として、例えば参考文献1から5が知られている。   As techniques for measuring or changing the window size, MSS (Maximum Segment Size) value and communication speed of data at the time of communication in order to improve the communication efficiency of a network device using TCP as a communication protocol, for example, Reference Documents 1 to 5 It has been known.

文献1は、伝送システムの上り帯域割り当て回路に関する技術であり、時分割、波長分割、または符号分割等により多重化して伝送する場合の伝送帯域の割り当てをウィンドウサイズにより変更している。   Document 1 is a technique related to an uplink band allocation circuit of a transmission system, and changes transmission band allocation in the case of multiplexing and transmitting by time division, wavelength division, code division, or the like according to a window size.

文献2は、RTT(Round Trip Time)値を推定することによりデータの送信速度を変更する技術である。   Document 2 is a technique for changing the data transmission rate by estimating an RTT (Round Trip Time) value.

文献3は、ウィンドウサイズを変更することによって通信効率を制御する技術である。   Document 3 is a technique for controlling communication efficiency by changing the window size.

文献4は、MSS値を測定する測定装置および測定方法に係る技術である。   Document 4 is a technique related to a measuring apparatus and a measuring method for measuring an MSS value.

文献5は、通信履歴に応じて、送信するデータ量を調節する技術である。   Document 5 is a technique for adjusting the amount of data to be transmitted according to the communication history.

MSS値は、通信を行うデータの単位量として、TCP接続を確立するときに決定される。具体的には、通信を行うネットワーク装置同士が、TCPヘッダオプションとして、その通信路において利用しようとするMSS値を含めた接続要求パケットを互いに送受信し、そのうち小さい方の値を採用することで決定される。ただし、MSSオプションは、通信時に必ず指定されるわけではなく、使用しない場合もある。この場合、MSSオプションを含まないTCPヘッダを受信したネットワーク装置は、MSS値として規定値の536バイトが指定されたものとして処理を続ける。   The MSS value is determined when establishing a TCP connection as a unit amount of data to be communicated. Specifically, network devices that communicate with each other transmit and receive connection request packets including MSS values to be used on the communication path as TCP header options, and the smaller value is adopted. Is done. However, the MSS option is not always specified at the time of communication and may not be used. In this case, the network device that has received the TCP header that does not include the MSS option continues the processing assuming that the specified value of 536 bytes is designated as the MSS value.

特開2000−13424号公報JP 2000-13424 A 特開2001−119434号公報JP 2001-119434 A 特開2001−195326号公報JP 2001-195326 A 特開2000−106557号公報JP 2000-106557 A 特開塀10−242997号公報JP-A-10-242997

一般的に、MSS値が大きいほど、1セグメントで多くのデータを送信できるため、通信効率は高くなる。しかし、相手局が遠隔地に設置され多数のルータを経由して通信することで、各ルータ毎に設定されたMSS値に従ってデータの再分割が行われる場合や、通信路の混雑によりデータの送信に失敗し、再送信が必要となる場合には、1セグメントのサイズが大きいことが、逆に通信効率低下の原因となることがある。   In general, the larger the MSS value, the higher the communication efficiency because more data can be transmitted in one segment. However, when a remote station is installed at a remote location and communicates via a number of routers, data is re-divided according to the MSS value set for each router, or data is transmitted due to congestion in the communication path. If the transmission fails and re-transmission is required, a large size of one segment may cause a decrease in communication efficiency.

そのため、MSS値は、随時、通信時の条件に応じて最適値に変更することが望ましい。しかし、従来は、固定値を利用するか、あるいは大小2種類の値を、通信する相手局が自局の属するローカルネットワークに属するか否かによって使い分ける程度で、MSS値の動的な変更は行われていなかった。   For this reason, it is desirable to change the MSS value to an optimum value at any time according to communication conditions. Conventionally, however, the MSS value is dynamically changed by using a fixed value or using two types of values depending on whether the communicating station belongs to the local network to which the station belongs. It wasn't.

そこで、この発明の課題は、通信効率の向上を目的として、MSS値を最適な値に変更し、望ましくは動的に変更する、ネットワーク装置を提供することにある。   Accordingly, an object of the present invention is to provide a network device in which the MSS value is changed to an optimum value, preferably dynamically changed, for the purpose of improving communication efficiency.

上記課題を解決すべく、請求項1に記載の発明は、通信プロトコルにTCPを利用するネットワーク装置であって、ラウンドトリップタイムを測定する測定手段と、前記測定手段で測定した前記ラウンドトリップタイムに基づいて最大セグメントサイズを決定する決定手段と、を備え、前記決定手段で決定した前記最大セグメントサイズにより通信することを特徴とするものである。   In order to solve the above-mentioned problem, the invention described in claim 1 is a network device that uses TCP as a communication protocol, and includes a measuring unit that measures a round trip time, and the round trip time measured by the measuring unit. And determining means for determining a maximum segment size based on the maximum segment size, and communicating according to the maximum segment size determined by the determining means.

請求項2に記載の発明は、請求項1に記載のネットワーク装置であって、通信中の前記最大セグメントサイズを、通信中に前記測定手段で測定した測定結果に基づいて、前記決定手段で決定した前記最大セグメントサイズに、動的に変更することを特徴とするものである。   Invention of Claim 2 is the network apparatus of Claim 1, Comprising: The said largest segment size during communication is determined by the said determination means based on the measurement result measured by the said measurement means during communication The maximum segment size is dynamically changed.

請求項3に記載の発明は、請求項1または請求項2に記載のネットワーク装置であって、さらに、通信した相手端末局を特定するための所定の情報と、前記測定手段が測定した前記相手端末局に係る前記ラウンドトリップタイムと、を記録する記録手段、を備え、通信を開始するときに、前記決定手段が、通信する相手端末局が、前記記録手段で前記所定の情報を記録した端末局であるときは、前記所定の情報と共に記録した前記ラウンドトリップタイムに基づいて前記最大セグメントサイズを決定する手段、を含むことを特徴とするものである。   The invention according to claim 3 is the network device according to claim 1 or 2, further comprising: predetermined information for specifying a communicating partner terminal station; and the partner measured by the measuring unit A recording unit that records the round trip time associated with the terminal station, and when the communication is started, the terminal unit with which the determining terminal communicates with the recording unit records the predetermined information. When it is a station, it includes means for determining the maximum segment size based on the round trip time recorded together with the predetermined information.

請求項4に記載の発明は、請求項1ないし請求項3のいずれかに記載のネットワーク装置であって、前記決定手段は、予め作成した前記ラウンドトリップタイムと最大セグメントサイズとの関係を示すテーブルを参照することで、前記ラウンドトリップタイムに基づいた前記最大セグメントサイズを決定する手段、を含むことを特徴とするものである。   A fourth aspect of the present invention is the network device according to any one of the first to third aspects, wherein the determining means is a table showing a relationship between the round trip time and the maximum segment size created in advance. , And means for determining the maximum segment size based on the round trip time.

請求項5に記載の発明は、請求項1ないし請求項3のいずれかに記載のネットワーク装置であって、前記決定手段は、前記ラウンドトリップタイムと前記最大セグメントサイズとの関係を示す関数による演算を行うことで、前記ラウンドトリップタイムに基づいた前記最大セグメントサイズを決定する手段、を含むことを特徴とするものである。   The invention according to claim 5 is the network apparatus according to any one of claims 1 to 3, wherein the determining means performs an operation based on a function indicating a relationship between the round trip time and the maximum segment size. Means for determining the maximum segment size based on the round trip time.

請求項6に記載の発明は、請求項1ないし請求項5のいずれかに記載のネットワーク装置であって、前記測定手段は、ICMP ECHOパケットを送信し、これに応答するパケットを受信することで、前記ラウンドトリップタイムを測定する手段、を含むことを特徴とするものである。   A sixth aspect of the present invention is the network apparatus according to any one of the first to fifth aspects, wherein the measuring means transmits an ICMP ECHO packet and receives a packet in response thereto. And means for measuring the round trip time.

請求項7に記載の発明は、請求項1ないし請求項5のいずれかに記載のネットワーク装置であって、前記ラウンドトリップタイムの代わりに、パケット消失率を利用することを特徴とするものである。   A seventh aspect of the present invention is the network device according to any one of the first to fifth aspects, wherein a packet loss rate is used instead of the round trip time. .

請求項8に記載の発明は、請求項1、請求項3ないし請求項6、のいずれかに記載のネットワーク装置であって、前記ラウンドトリップタイムの代わりに、相手端末局までのホップ数を利用することを特徴とするものである。   The invention according to claim 8 is the network apparatus according to any one of claims 1, 3 to 6, wherein the number of hops to the partner terminal station is used instead of the round trip time. It is characterized by doing.

請求項9に記載の発明は、請求項6に記載のネットワーク装置であって、前記測定手段は、前記ICMP ECHOパケットの代わりにTCP接続要求パケットを利用することを特徴とするものである。   A ninth aspect of the present invention is the network apparatus according to the sixth aspect, wherein the measurement means uses a TCP connection request packet instead of the ICMP ECHO packet.

通信プロトコルにTCPを利用するネットワーク装置であって、ラウンドトリップタイムを測定する測定手段と、前記測定手段で測定した前記ラウンドトリップタイムに基づいて最大セグメントサイズを決定する決定手段と、を備え、前記決定手段で決定した前記最大セグメントサイズにより通信することで、従来の固定された最大セグメントサイズを利用するネットワーク装置に比べ、通信効率を向上することができる。   A network device using TCP as a communication protocol, comprising: a measuring unit that measures a round trip time; and a determining unit that determines a maximum segment size based on the round trip time measured by the measuring unit, By performing communication using the maximum segment size determined by the determination unit, it is possible to improve communication efficiency as compared with a conventional network device that uses a fixed maximum segment size.

{実施の形態1}
<ネットワーク装置の構成>
図1は、この発明の実施の形態1に係るネットワーク装置201の階層モデルを示す図である。本ネットワーク装置201は、通信プロトコル101にTCP/IPを利用し、図1の如く、上位プロトコル層108、TCPプロトコル層102、IPプロトコル層103、および物理層109の階層から構成され、ネットワーク110に接続されている。そして、TCPプロトコル層102には、RTT測定部104、RTT記録部105、MSS決定部106、およびMSS変更部107が含まれる。
{Embodiment 1}
<Configuration of network device>
FIG. 1 is a diagram showing a hierarchical model of a network device 201 according to Embodiment 1 of the present invention. The network apparatus 201 uses TCP / IP as the communication protocol 101 and is composed of a hierarchy of an upper protocol layer 108, a TCP protocol layer 102, an IP protocol layer 103, and a physical layer 109 as shown in FIG. It is connected. The TCP protocol layer 102 includes an RTT measurement unit 104, an RTT recording unit 105, an MSS determination unit 106, and an MSS change unit 107.

RTT測定部(測定手段)104は、ネットワーク110を介して通信を行うときの、RTT値を計測し、その計測結果を、RTT記録部105、MSS決定部106、およびMSS変更部107に通知する機能を有する。   The RTT measuring unit (measuring unit) 104 measures an RTT value when communicating via the network 110, and notifies the RTT recording unit 105, the MSS determining unit 106, and the MSS changing unit 107 of the measurement result. It has a function.

RTT記録部(記録手段)105は、RTT測定部104から通知されたRTT値を、RTT値を計測したときの通信相手である相手局を特定するためのIPアドレスやMACアドレスなどの情報と共に、不揮発性メモリなどの記憶装置上に記録する機能を有する。   The RTT recording unit (recording unit) 105 uses the RTT value notified from the RTT measuring unit 104, together with information such as an IP address and a MAC address for identifying a partner station as a communication partner when the RTT value is measured, It has a function of recording on a storage device such as a nonvolatile memory.

MSS決定部(決定手段)106は、通信を開始するにあたって、RTT記録部105において、過去に通信を行ったときの相手局に係る情報が記録されているか否かを検索し、記録されていれば過去に通信を行ったときのRTT値を利用し、記録されていなければRTT計測部105で新たに計測したRTT値を利用して、MSS値を決定する機能を有する。   When starting communication, the MSS determination unit (determination means) 106 searches the RTT recording unit 105 to find out whether or not information related to the partner station at the time of previous communication has been recorded. For example, the RTT value obtained when communication was performed in the past is used, and if not recorded, the RTT value newly measured by the RTT measurement unit 105 is used to determine the MSS value.

MSS変更部107は、通信を開始した後に、RTT測定部104から通知されるRTT値を監視し、その変化に従ってMSS値を動的に変更する機能を有する。   The MSS changing unit 107 has a function of monitoring the RTT value notified from the RTT measuring unit 104 after starting communication and dynamically changing the MSS value according to the change.

尚、ここで、上位プロトコル層108および物理層109は、具体的には、それぞれアプリケーションおよびハードウェアに該当する。また、これらの各層および各機能は、専用のハードウェアおよびソフトウェアプログラムによって実現される。   Here, the upper protocol layer 108 and the physical layer 109 specifically correspond to an application and hardware, respectively. These layers and functions are realized by dedicated hardware and software programs.

<ネットワーク装置の動作>
図1に示した本ネットワーク装置201は、図2に示したように、LAN205に接続される。そして、LAN205にはホストA(202)などの他のネットワーク装置が接続されている。さらに、LAN205は、インターネット206などの外部ネットワークに接続され、インターネット206には、本ネットワーク装置201から見て、近い位置にあるホストB(203)や、遠隔地にあるホストC(204)などの他のネットワーク装置が接続されている。
<Operation of network device>
The network apparatus 201 shown in FIG. 1 is connected to the LAN 205 as shown in FIG. The LAN 205 is connected to another network device such as the host A (202). Further, the LAN 205 is connected to an external network such as the Internet 206, and the Internet 206 includes a host B (203) located close to the network device 201 and a host C (204) located at a remote location. Another network device is connected.

図2に示した位置関係にあるネットワーク装置201〜204間で通信を行う場合、従来の方法では、全ての通信においてMSS値を固定して利用するか、あるいは、LAN205に接続されたホストA(202)と、LANに属さないホストB(203)およびホストC(204)と、で異なるMSS値を固定して利用する程度にとどまっていた。しかし、効率よく通信を行うことができるMSS値は、通信する端末局間の距離やネットワークの負荷状態などによって左右されるため、本ネットワーク装置201では、相手局毎にMSS値を決定し、さらにこれを通信状況の変化に従って動的に変化させることで、常に最適なMSS値で通信を行う。このときの具体的な動作について、以下に説明する。   When communication is performed between the network devices 201 to 204 having the positional relationship shown in FIG. 2, in the conventional method, the MSS value is fixedly used for all communication, or the host A (connected to the LAN 205 ( 202) and the host B (203) and the host C (204) that do not belong to the LAN only use different MSS values fixedly. However, since the MSS value that allows efficient communication depends on the distance between terminal stations that communicate with each other and the load state of the network, the network apparatus 201 determines the MSS value for each partner station, By dynamically changing this according to the change in the communication status, communication is always performed with the optimum MSS value. A specific operation at this time will be described below.

図3は、本ネットワーク装置201のTCPプロトコル層102での動作を示すフローチャートである。以下に、図3を参照しながら、本ネットワーク装置201の動作について説明する。   FIG. 3 is a flowchart showing the operation of the network device 201 in the TCP protocol layer 102. Hereinafter, the operation of the network apparatus 201 will be described with reference to FIG.

本ネットワーク装置201は、待機状態にあるときに、上位プロトコル層108からの通信要求があると、TCPプロトコル層102でこれを検知し、ネットワーク110を利用したデータ通信を行うための動作を開始する(ステップS301)。   When the network apparatus 201 is in a standby state, if there is a communication request from the upper protocol layer 108, the TCP protocol layer 102 detects this and starts an operation for performing data communication using the network 110. (Step S301).

データ通信を開始するにあたり、まず、MSS決定部106が、RTT記録部105によって、相手局と過去に行った通信についてRTT値が記録されているか否かを調べる(ステップS302)。   In starting data communication, first, the MSS determination unit 106 checks whether or not the RTT recording unit 105 has recorded an RTT value for communication performed in the past with the partner station (step S302).

このとき、RTT値の記録があればステップS306へ進むが、RTT値の記録がなければ、新たにRTT値の計測を開始する。これには、通常、通信の確立を確認するために用いるICMP(Internet Control Message Protocol)ECHO要求パケットを利用する。すなわち、RTT測定部104が、ICMP ECHO要求パケットを生成し、IPプロトコル層103および物理層109を経て、ネットワーク110を介して相手局に送信する(ステップS303)。そして、これに応答して、相手局が、送信したICMP ECHO応答パケットを、ネットワーク110を介して、物理層109およびIPプロトコル層103を経て受信する(ステップS304)。受信したRTT測定部104が、ICMP ECHOパケットを送信した時刻と受信した時刻からRTT値を算出し、これをRTT記録部105およびMSS決定部106に通知すると、RTT記録部105は、上述したように、このRTT値を、相手局を特定するためのIPアドレスやMACアドレスなどの情報と共に、不揮発性メモリなどの記憶装置上に記録する(ステップS305)。   At this time, if the RTT value is recorded, the process proceeds to step S306. If the RTT value is not recorded, measurement of the RTT value is newly started. For this purpose, an Internet Control Message Protocol (ICMP) ECHO request packet that is normally used to confirm the establishment of communication is used. That is, the RTT measurement unit 104 generates an ICMP ECHO request packet and transmits it to the partner station via the network 110 via the IP protocol layer 103 and the physical layer 109 (step S303). In response to this, the partner station receives the transmitted ICMP ECHO response packet via the network 110 via the physical layer 109 and the IP protocol layer 103 (step S304). When the received RTT measurement unit 104 calculates an RTT value from the time when the ICMP ECHO packet is transmitted and the time when the packet is received, and notifies the RTT value to the RTT recording unit 105 and the MSS determination unit 106, the RTT recording unit 105 is as described above. The RTT value is recorded on a storage device such as a non-volatile memory together with information such as an IP address and a MAC address for specifying the partner station (step S305).

こうして、記録されていたRTT値をRTT記録部105から、または計測したRTT値をRTT測定部104から受け取ったMSS決定部106は、このRTT値に基づいてMSS値を決定する(ステップS306)。具体的には、MSS決定部106は、RTT値が大きいほどMSS値が小さくなるように関連づけられたRTT値とMSS値の組み合わせによって予め作成された所定のテーブルを参照し、得られたRTT値に対応するMSS値をこのテーブルから読み出すのである。   The MSS determination unit 106 that has received the recorded RTT value from the RTT recording unit 105 or the measured RTT value from the RTT measurement unit 104 determines the MSS value based on the RTT value (step S306). Specifically, the MSS determination unit 106 refers to a predetermined table created in advance by a combination of an RTT value and an MSS value associated so that the MSS value decreases as the RTT value increases, and the obtained RTT value The MSS value corresponding to is read from this table.

次に、決定されたMSS値を指定してTCP接続要求を行い(ステップS307)、応答を待って、その後接続が確立すれば、データの送受信を開始する(ステップS308)。   Next, a TCP connection request is made by designating the determined MSS value (step S307), and after waiting for a response, if a connection is established, data transmission / reception is started (step S308).

図4は、このときの動作(ステップS303〜S307)を、パケットデータの送受信から見たときの説明図である。このように、RTT計測用パケットとして、ICMP ECHO要求パケットを利用して、送信から応答に要した時間からRTT値を算出し、これに基づいてMSS値を決定し、決定したMSS値を利用したTCP接続を確立した後に、データ通信を開始する。   FIG. 4 is an explanatory diagram when the operation at this time (steps S303 to S307) is viewed from transmission / reception of packet data. As described above, the ICMP ECHO request packet is used as the RTT measurement packet, the RTT value is calculated from the time required for the response from the transmission, the MSS value is determined based on this, and the determined MSS value is used. Data communication is started after the TCP connection is established.

データの送受信が開始されると、RTT測定部104は、RTT値の測定を開始する。RTT値の測定は、具体的には、データパケットを送信した時刻と、このデータパケットを受け取ったことを示す応答パケットを受信した時刻とを監視し、演算することで行う。そして、測定したRTT値は、MSS変更部107へ通知される。MSS変更部107では、上述したRTT値とMSS値の対応について予め作成された所定のテーブルを参照して、通知されたRTT値に基づいてMSS値を決定し、これをデータ通信に利用しているMSS値と比較する。そして、所定の数値以上の差を検知すると、MSS値の変更を決定し、相手局に新しいMSS値による通信開始を要求し、応答があると、その後は新しいMSS値に変更して、引き続きデータの送受信を行う(ステップS309)。RTT値の測定と、MSS値変更の判断は、所定の時間毎に行われ、その結果によって、通信中のデータのMSS値は動的に変更される。   When the data transmission / reception is started, the RTT measurement unit 104 starts measuring the RTT value. Specifically, the RTT value is measured by monitoring and calculating the time when the data packet is transmitted and the time when the response packet indicating that the data packet is received is received. Then, the measured RTT value is notified to the MSS changing unit 107. The MSS changing unit 107 refers to a predetermined table created in advance for the correspondence between the RTT value and the MSS value described above, determines the MSS value based on the notified RTT value, and uses this for data communication. Compare with existing MSS value. When a difference of a predetermined value or more is detected, the MSS value is determined to be changed, and the partner station is requested to start communication with the new MSS value. Are transmitted and received (step S309). The measurement of the RTT value and the determination of the MSS value change are performed every predetermined time, and the MSS value of the data being communicated is dynamically changed according to the result.

このとき、RTT測定部104は、測定したRTT値をRTT記録部105へも通知し、RTT記録部105は、上述した通信開始前の動作(ステップS305)と同様に、このRTT値を、相手局を特定するためのIPアドレスやMACアドレスなどの情報と共に、不揮発性メモリなどの記憶装置上に記録する。このRTT値は、後刻同じ相手局と通信を開始するときに、過去に通信を行ったときの記録として利用される(ステップS302で記録ありの場合)。   At this time, the RTT measurement unit 104 also notifies the measured RTT value to the RTT recording unit 105, and the RTT recording unit 105 transmits the RTT value to the other party in the same manner as in the operation before the start of communication (step S305). The information is recorded on a storage device such as a nonvolatile memory together with information such as an IP address and a MAC address for specifying the station. This RTT value is used as a record when communication was performed in the past when communication with the same partner station is started later (in the case where there is a record in step S302).

そして、データ通信が終了すると(ステップS310)、元の待機状態(ステップS301)に戻る。   When the data communication ends (step S310), the original standby state (step S301) is restored.

このように、一度通信を行った相手局との間で設定したMSS値を記録し、この値を利用することで、通信開始時点から適当な値のMSS値を設定することができる。また、通信する相手局毎に、その通信状況を反映するRTT値を測定し、RTT値に対する適当なMSS値を規定するテーブルを利用することで、図2に示したホストA〜C(202〜204)のように、経由するネットワークの長さや負荷状況の異なる相手局であっても各々の通信状況に適したMSS値を設定することができる。さらに、MSS値を動的に変更することで、時々刻々と変化するネットワークの負荷状況などにも対応し、効率よく通信を行うことが可能である。   In this way, by recording the MSS value set with the partner station that has made communication once, and using this value, an appropriate MSS value can be set from the start of communication. Further, by measuring the RTT value reflecting the communication status for each communicating station and using a table that defines an appropriate MSS value for the RTT value, the hosts A to C (202 to 202) shown in FIG. 204), it is possible to set an MSS value suitable for each communication situation even if the partner station has a different network length or load situation. Further, by dynamically changing the MSS value, it is possible to cope with a network load state that changes from moment to moment, and to perform efficient communication.

{実施の形態2}
実施の形態1では、図3に示したネットワーク装置201の動作ステップS302〜S306において、記録されていたRTT値をRTT記録部105から読み出して、または新たに計測したRTT値をRTT測定部104から受け取って、このRTT値に基づいて、MSS決定部106が、MSS値を決定する。しかし、本実施の形態では、これらの動作を行わず、適当なMSS値を設定した状態で、TCP接続を確立し、データの送受信を開始する。具体的には、例えばMSS値を規定値である536バイトに設定してデータの送受信を開始すればよい。
{Embodiment 2}
In the first embodiment, the recorded RTT value is read from the RTT recording unit 105 or the newly measured RTT value is read from the RTT measurement unit 104 in the operation steps S302 to S306 of the network apparatus 201 shown in FIG. Upon receipt, the MSS determination unit 106 determines the MSS value based on the RTT value. However, in this embodiment, these operations are not performed, and a TCP connection is established and data transmission / reception is started with an appropriate MSS value set. Specifically, for example, the MSS value may be set to a prescribed value of 536 bytes and data transmission / reception may be started.

よって、通信を開始した段階では、通信に適したMSS値とはなっていないが、実施の形態1で上述したように、通信を開始した後に、RTT値を計測し、通信に最適なMSS値に変更することができる。   Therefore, at the stage of starting communication, the MSS value is not suitable for communication. However, as described above in Embodiment 1, after starting communication, the RTT value is measured, and the MSS value optimum for communication is obtained. Can be changed.

その他、装置の構成、および動作については、実施の形態1と同様であるため、説明を省略する。   In addition, since the configuration and operation of the apparatus are the same as those in the first embodiment, description thereof is omitted.

このように、MSS値の初期値を適当な値として通信を開始しても、通信時に動的にMSS値を最適値に変更するため、一旦MSS値を最適値に変更した後は、実施の形態1と同様の動作を実現することができる。また、RTT値の計測とMSS値の変更を、データの送受信開始直後に行うようにすれば、実施の形態1の一部の動作を省略しながら、同様の効果を得ることが可能である。   In this way, even if communication is started with an appropriate initial value of the MSS value, the MSS value is dynamically changed to the optimal value during communication. The same operation as in the first mode can be realized. Further, if the measurement of the RTT value and the change of the MSS value are performed immediately after the start of data transmission / reception, the same effect can be obtained while omitting a part of the operation of the first embodiment.

{実施の形態3}
実施の形態1では、MSS値を決定するために、図3に示したネットワーク装置201の動作ステップS303〜S305において、RTT値を測定し利用しているが、本実施の形態では、これに代えて、ホップ数を利用する。ホップ数とは、自局と相手局との間で通信を行う場合に、経由するルータ数のことで、例えば、送受信するICMP ECHO要求パケットから、ホップ数に係る情報を得ることができる。そして、ホップ数は、RTT値と同様、一般的に通信する相手局が遠隔地にあるほど大きくなることから、RTT値の代わりに利用することが可能である。よって、実施の形態1で上述したテーブルと同様に、ホップ数が大きくなるほどMSS値が小さくなるように対応づけたテーブルを、予め作成しておけば、これを参照してMSS値を決定することができる。
{Third embodiment}
In the first embodiment, in order to determine the MSS value, the RTT value is measured and used in the operation steps S303 to S305 of the network apparatus 201 shown in FIG. And use the number of hops. The number of hops refers to the number of routers through which communication is performed between the local station and the partner station. For example, information relating to the number of hops can be obtained from an ICMP ECHO request packet to be transmitted and received. The number of hops can be used instead of the RTT value because the number of hops generally increases as the remote station with which communication is performed is in a remote place, as with the RTT value. Therefore, similarly to the table described in the first embodiment, if a table is created in advance so that the MSS value decreases as the number of hops increases, the MSS value is determined with reference to this table. Can do.

その他、装置の構成、および動作については、実施の形態1と同様であるため、説明を省略する。   In addition, since the configuration and operation of the apparatus are the same as those in the first embodiment, description thereof is omitted.

このように、RTT値の代わりにホップ数を計測し、これに基づいてMSS値を決定することが可能であり、これにより、実施の形態1と同様の動作を実現することができる。   As described above, it is possible to measure the number of hops instead of the RTT value and determine the MSS value based on the measured number of hops, thereby realizing the same operation as in the first embodiment.

{実施の形態4}
実施の形態1では、図3に示したネットワーク装置201の動作ステップS303〜S305において、RTT値を測定するために、ICMP ECHO要求パケットを利用しているが、本実施の形態では、これに代えて、ダミーのTCP接続要求パケットを利用する。通常、TCP接続要求パケットを受信したネットワーク装置は、その応答として、ポートをオープンしていれば接続応答パケットを、ポートをオープンしていなければ、リセットフラグをオンにしたリセットセグメントを送信する。すなわち、適当なポートを指定して、TCP接続応答要求パケットを送信すれば、指定したポートがオープンされているか否かに拘わらず、応答が返ってくる。これを利用して、ダミーのTCP接続応答要求パケットを送信した時刻と応答が返ってきた時刻からRTT値を算出することが可能である。
{Embodiment 4}
In the first embodiment, the ICMP ECHO request packet is used to measure the RTT value in the operation steps S303 to S305 of the network apparatus 201 shown in FIG. 3, but in the present embodiment, this is replaced with this. Then, a dummy TCP connection request packet is used. Normally, the network device that has received the TCP connection request packet transmits a connection response packet as a response if the port is open, and a reset segment with the reset flag turned on if the port is not open. That is, when a suitable port is designated and a TCP connection response request packet is transmitted, a response is returned regardless of whether or not the designated port is open. Using this, it is possible to calculate the RTT value from the time when the dummy TCP connection response request packet is transmitted and the time when the response is returned.

その他、装置の構成、および動作については、実施の形態1と同様であるため、説明を省略する。   In addition, since the configuration and operation of the apparatus are the same as those in the first embodiment, description thereof is omitted.

尚、ダミーのTCP接続応答要求パケットで指定したポートがオープンされた場合、接続応答パケットを受信し、指定したポートを利用した通信の接続が確立されてしまう。しかし、実際にはそのポートでの通信は行わないため、これに対しては、RTT値を算出した後、そのポートに対してリセットセグメントを送信し接続を破棄すればよい。   When the port designated by the dummy TCP connection response request packet is opened, the connection response packet is received, and the communication connection using the designated port is established. However, since communication is not actually performed at the port, after calculating the RTT value, a reset segment is transmitted to the port and the connection is discarded.

このように、適当なポートを指定したTCP接続応答要求パケットを利用してRTT値の計測することが可能であり、これにより、実施の形態1と同様の動作を実現することができる。   As described above, it is possible to measure the RTT value by using the TCP connection response request packet in which an appropriate port is designated, and thereby, the same operation as that of the first embodiment can be realized.

{実施の形態5}
実施の形態1では、図3に示したネットワーク装置201の動作ステップS306およびS309において、RTT値の計測結果を利用して、予め作成したRTT値とMSS値の対応を示したテーブルを参照して、MSS値を決定する。しかし、本実施の形態では、テーブルではなく、関数を利用する。すなわち、RTT値を所定の関数に代入してMSS値を算出して決定する。例えば、RTT値をmとしたとき、MSS値であるMSSを以下の式で決定する。
MSS=A/(m+B)n+C −(1)
ここで、A,B,Cは正の数、nは正の整数であり、予め適当な数を決定しておけばよい。
{Embodiment 5}
In the first embodiment, in the operation steps S306 and S309 of the network apparatus 201 shown in FIG. 3, the table showing the correspondence between the RTT value and the MSS value created in advance using the measurement result of the RTT value is referred to. Determine the MSS value. However, in this embodiment, functions are used instead of tables. That is, the MSS value is calculated and determined by substituting the RTT value into a predetermined function. For example, when the RTT value is m, the MSS that is the MSS value is determined by the following equation.
MSS = A / (m + B) n + C − (1)
Here, A, B, and C are positive numbers and n is a positive integer, and an appropriate number may be determined in advance.

その他、装置の構成、および動作については、実施の形態1と同様であるため、説明を省略する。   In addition, since the configuration and operation of the apparatus are the same as those in the first embodiment, description thereof is omitted.

尚、テーブルの参照に代えて関数を利用するのは、図3に示したネットワーク装置201の動作において、ステップS306、またはステップS309のいずれか一方のみで、他方はテーブルを参照する態様であってもよいし、両方とも関数を利用する態様であっても構わない。また、式(1)は、RTT値が大きいほど小さいMSS値で通信をする方がよいという定性的な関係に基づいて示した一例であって、関数はこれ以外の形であっても構わない。   Note that the function is used instead of the table reference in the operation of the network apparatus 201 shown in FIG. 3 in only one of step S306 and step S309, and the other is a mode of referring to the table. Alternatively, both of them may use a function. Equation (1) is an example based on the qualitative relationship that it is better to communicate with a smaller MSS value as the RTT value is larger, and the function may have other forms. .

このように、RTT値を、予め作成した所定の関数に代入することで、実施の形態1と同様の動作を実現することができる。   As described above, the same operation as that of the first embodiment can be realized by substituting the RTT value into a predetermined function created in advance.

{実施の形態6}
実施の形態1では、RTT値の計測結果に基づいてMSS値を決定し、TCP接続を確立した後、データの送受信を開始する。そして、データの送受信が開始された後は、MSS値を動的に最適値に変更するために、図3に示したネットワーク装置201の動作ステップS309において、送受信するデータに係る時刻情報から引き続きRTT値を監視するが、本実施の形態では、このRTT値に代えてパケットの消失率を利用する。RTT値と同様、一般的に通信する相手局が遠隔地にあるほど、またネットワークにかかる負荷が高く通信が困難であるほど、パケットの消失率は高くなることから、通信中にこれを監視することで、RTT値の代わりに利用することができる。よって、実施の形態1で上述したテーブルと同様に、パケット消失率が大きくなるほどMSS値が小さくなるように対応づけたテーブルを、予め作成しておけば、これを参照してMSS値を決定することができる。
{Sixth embodiment}
In the first embodiment, the MSS value is determined based on the measurement result of the RTT value, and after the TCP connection is established, data transmission / reception is started. Then, after data transmission / reception is started, in order to dynamically change the MSS value to the optimum value, in the operation step S309 of the network device 201 shown in FIG. 3, the RTT is continued from the time information related to the data to be transmitted / received. Although the value is monitored, in this embodiment, the packet loss rate is used instead of the RTT value. As with the RTT value, the packet loss rate increases as the remote station with which communication is performed is more distant, and as the load on the network increases and the communication becomes more difficult. Therefore, this is monitored during communication. Thus, it can be used instead of the RTT value. Therefore, similarly to the table described in the first embodiment, if a table is created in advance so that the MSS value decreases as the packet loss rate increases, the MSS value is determined with reference to this table. be able to.

尚、パケットデータを送信した相手局から、データを正常に受信したことを示すACK信号が所定の時間経過しても送信されてこないときには、データが消失したものとしてデータの再送信を行うが、本実施例でいうパケット消失率とは、自局が送信したパケットデータに対する、データ消失により再送信したパケットデータの割合のことをいう。   In addition, when the ACK signal indicating that the data has been normally received is not transmitted from the partner station that transmitted the packet data even after a predetermined time has elapsed, the data is retransmitted as having been lost, The packet loss rate in this embodiment refers to the ratio of packet data retransmitted due to data loss to the packet data transmitted by the local station.

その他、装置の構成、および動作については、実施の形態1と同様であるため、説明を省略する。   In addition, since the configuration and operation of the apparatus are the same as those in the first embodiment, description thereof is omitted.

このように、RTT値の代わりにパケットの消失率を計測し、これに基づいてMSS値を動的に変更することが可能であり、これにより実施の形態1と同様の動作を実現することができる。   In this way, it is possible to measure the packet loss rate instead of the RTT value and dynamically change the MSS value based on this, thereby realizing the same operation as in the first embodiment. it can.

{実施の形態7}
実施の形態1または5では、RTT値の計測結果に基づいてMSS値を決定し、TCP接続を確立した後、データの送受信を開始する。そして、データの送受信が開始された後も、継続的にRTT値、またはパケットの消失率を監視して、MSS値を動的に最適値に変更しているが、本実施の形態では、一旦MSS値を決定し、データの送受信を開始した後は、MSS値の変更は行わない。すなわち、図3に示したネットワーク装置201の動作において、ステップS309を省略する。
{Embodiment 7}
In Embodiment 1 or 5, the MSS value is determined based on the measurement result of the RTT value, and after the TCP connection is established, data transmission / reception is started. Even after the transmission / reception of data is started, the RTT value or the packet loss rate is continuously monitored and the MSS value is dynamically changed to the optimum value. After the MSS value is determined and data transmission / reception is started, the MSS value is not changed. That is, step S309 is omitted in the operation of the network device 201 shown in FIG.

その他、装置の構成、および動作については、実施の形態1と同様であるため、説明を省略する。   In addition, since the configuration and operation of the apparatus are the same as those in the first embodiment, description thereof is omitted.

このように、MSS値を継続して動的に変更せず、通信を開始するときに決めたMSS値を利用することで、図1に示したネットワーク装置201の構成においてMSS変更部107を省略し、簡単な装置構成としながら、通信する相手局毎に適当なMSS値を設定するという効果は維持することができる。   In this way, the MSS value is not dynamically changed continuously, and the MSS value determined when starting communication is used, so that the MSS changing unit 107 is omitted in the configuration of the network device 201 shown in FIG. However, the effect of setting an appropriate MSS value for each communicating station can be maintained with a simple device configuration.

{実施の形態8}
実施の形態1では、図3に示したネットワーク装置201の動作ステップS305において、通信した相手局を特定するための情報とRTT値とを合わせて記録しておき、後刻に通信を開始するにあたって、この記録した情報を参照し、相手局が過去に通信を行った局である場合には、記録されていたRTT値に基づいてMSS値を決定する。しかし、本実施の形態では、RTT値の記録を行わず、従って通信を開始するときの通信相手の記録の検索も行わない。すなわち、図3に示したネットワーク装置201の動作において、ステップS302と、ステップS305中のRTT値の記録とを省略する。
{Embodiment 8}
In the first embodiment, in the operation step S305 of the network apparatus 201 shown in FIG. 3, the information for identifying the communicating partner station and the RTT value are recorded together and the communication is started later. With reference to the recorded information, if the partner station is a station that has communicated in the past, the MSS value is determined based on the recorded RTT value. However, in the present embodiment, the RTT value is not recorded, and therefore the record of the communication partner when starting communication is not searched. That is, in the operation of the network device 201 shown in FIG. 3, step S302 and recording of the RTT value in step S305 are omitted.

その他、装置の構成、および動作については、実施の形態1と同様であるため、説明を省略する。   In addition, since the configuration and operation of the apparatus are the same as those in the first embodiment, description thereof is omitted.

このように、RTT値またはホップ数と相手局に係る情報を記録しないことで、図1に示したネットワーク装置201の構成においてRTT記録部105および記録するための不揮発性メモリなどを省略し、簡単な装置構成としながら、通信する相手局毎に適当なMSS値を設定し、データ通信を開始した後も、継続してMSS値を動的に最適値に変更するという効果を維持することができる。   In this way, by not recording the information related to the RTT value or the number of hops and the partner station, the RTT recording unit 105 and the non-volatile memory for recording can be omitted in the configuration of the network device 201 shown in FIG. Even when a suitable MSS value is set for each communicating station and data communication is started, the effect of continuously changing the MSS value dynamically to the optimum value can be maintained. .

{実施の形態9}
実施の形態2〜7は、それぞれ実施の形態1の一部を変更したものであるが、各実施の形態を単独で実施する場合に限らず、上述した各実施の形態の内容を2つ以上組み合わせて実施の形態1と同様の動作を実現しても構わない。
{Embodiment 9}
In the second to seventh embodiments, a part of the first embodiment is changed. However, the present invention is not limited to the case where each embodiment is implemented alone, and the contents of each embodiment described above are two or more. The same operation as in the first embodiment may be realized in combination.

この発明の実施の形態1に係るネットワーク装置の階層モデルを示す図である。It is a figure which shows the hierarchy model of the network apparatus which concerns on Embodiment 1 of this invention. この発明の実施の形態1に係るネットワークの構成を示す図である。It is a figure which shows the structure of the network which concerns on Embodiment 1 of this invention. この発明の実施の形態1に係るネットワーク装置の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the network apparatus based on Embodiment 1 of this invention. この発明の実施の形態1に係るネットワーク装置のパケットの送受信を示す図である。It is a figure which shows transmission / reception of the packet of the network device based on Embodiment 1 of this invention.

符号の説明Explanation of symbols

101 通信プロトコル層、102 TCPプロトコル層、103 IPプロトコル層、104 RTT測定部、105 RTT記録部、106 MSS決定部、107 MSS変更部、108 上位プロトコル層、109 物理層、110 ネットワーク、201 ネットワーク装置、202 ホストA、203 ホストB、204 ホストC、205 LAN、206 インターネット。
DESCRIPTION OF SYMBOLS 101 Communication protocol layer, 102 TCP protocol layer, 103 IP protocol layer, 104 RTT measurement part, 105 RTT recording part, 106 MSS determination part, 107 MSS change part, 108 Higher protocol layer, 109 Physical layer, 110 network, 201 Network apparatus 202 Host A, 203 Host B, 204 Host C, 205 LAN, 206 Internet.

Claims (9)

通信プロトコルにTCPを利用するネットワーク装置であって、
ラウンドトリップタイムを測定する測定手段と、
前記測定手段で測定した前記ラウンドトリップタイムに基づいて最大セグメントサイズを決定する決定手段と、
を備え、
前記決定手段で決定した前記最大セグメントサイズにより通信を行うことを特徴とするネットワーク装置。
A network device that uses TCP as a communication protocol,
A measuring means for measuring the round trip time;
Determining means for determining a maximum segment size based on the round trip time measured by the measuring means;
With
Communication is performed according to the maximum segment size determined by the determination means.
請求項1に記載のネットワーク装置であって、
通信中の前記最大セグメントサイズを、通信中に前記測定手段で測定した測定結果に基づいて、前記決定手段で決定した前記最大セグメントサイズに、動的に変更することを特徴とするネットワーク装置。
The network device according to claim 1,
The network apparatus, wherein the maximum segment size during communication is dynamically changed to the maximum segment size determined by the determination unit based on a measurement result measured by the measurement unit during communication.
請求項1または請求項2に記載のネットワーク装置であって、さらに、
通信した相手端末局を特定するための所定の情報と、前記測定手段が測定した前記相手端末局に係る前記ラウンドトリップタイムと、を記録する記録手段、
を備え、
通信を開始するときに、前記決定手段が、
通信する相手端末局が、前記記録手段で前記所定の情報を記録した端末局であるときは、前記所定の情報と共に記録した前記ラウンドトリップタイムに基づいて前記最大セグメントサイズを決定する手段、
を含むことを特徴とするネットワーク装置。
The network device according to claim 1 or 2, further comprising:
Recording means for recording predetermined information for identifying a communicating partner terminal station, and the round trip time relating to the partner terminal station measured by the measuring means;
With
When starting communication, the determining means
Means for determining the maximum segment size based on the round trip time recorded together with the predetermined information, when the partner terminal station for communication is the terminal station that has recorded the predetermined information by the recording means;
A network apparatus comprising:
請求項1ないし請求項3のいずれかに記載のネットワーク装置であって、
前記決定手段は、
予め作成した前記ラウンドトリップタイムと最大セグメントサイズとの関係を示すテーブルを参照することで、前記ラウンドトリップタイムに基づいた前記最大セグメントサイズを決定する手段、
を含むことを特徴とするネットワーク装置。
A network device according to any one of claims 1 to 3,
The determining means includes
Means for determining the maximum segment size based on the round trip time by referring to a table showing a relationship between the round trip time and the maximum segment size created in advance;
A network apparatus comprising:
請求項1ないし請求項3のいずれかに記載のネットワーク装置であって、
前記決定手段は、
前記ラウンドトリップタイムと前記最大セグメントサイズとの関係を示す関数による演算を行うことで、前記ラウンドトリップタイムに基づいた前記最大セグメントサイズを決定する手段、
を含むことを特徴とするネットワーク装置。
A network device according to any one of claims 1 to 3,
The determining means includes
Means for determining the maximum segment size based on the round trip time by performing an operation with a function indicating a relationship between the round trip time and the maximum segment size;
A network apparatus comprising:
請求項1ないし請求項5のいずれかに記載のネットワーク装置であって、
前記測定手段は、
ICMP ECHOパケットを送信し、これに応答するパケットを受信することで、前記ラウンドトリップタイムを測定する手段、
を含むことを特徴とするネットワーク装置。
A network device according to any one of claims 1 to 5,
The measuring means includes
Means for measuring the round trip time by sending an ICMP ECHO packet and receiving a packet in response thereto;
A network apparatus comprising:
請求項1ないし請求項5のいずれかに記載のネットワーク装置であって、
前記ラウンドトリップタイムの代わりに、パケット消失率を利用することを特徴とするネットワーク装置。
A network device according to any one of claims 1 to 5,
A network device characterized by using a packet loss rate instead of the round trip time.
請求項1、請求項3ないし請求項6、のいずれかに記載のネットワーク装置であって、 前記ラウンドトリップタイムの代わりに、相手端末局までのホップ数を利用することを特徴とするネットワーク装置。   7. The network device according to claim 1, wherein the number of hops to a partner terminal station is used instead of the round trip time. 請求項6または請求項8に記載のネットワーク装置であって、
前記測定手段は、
前記ICMP ECHOパケットの代わりにTCP接続要求パケットを利用することを特徴とするネットワーク装置。

A network device according to claim 6 or claim 8, wherein
The measuring means includes
A network apparatus, wherein a TCP connection request packet is used instead of the ICMP ECHO packet.

JP2003299550A 2003-08-25 2003-08-25 Network device Pending JP2005072933A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003299550A JP2005072933A (en) 2003-08-25 2003-08-25 Network device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003299550A JP2005072933A (en) 2003-08-25 2003-08-25 Network device

Publications (1)

Publication Number Publication Date
JP2005072933A true JP2005072933A (en) 2005-03-17

Family

ID=34404728

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003299550A Pending JP2005072933A (en) 2003-08-25 2003-08-25 Network device

Country Status (1)

Country Link
JP (1) JP2005072933A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008109499A (en) * 2006-10-26 2008-05-08 Toshiba Corp Data transfer system, data transmitter, data receiver, data transfer method, and data transfer program
WO2011136705A1 (en) 2010-04-26 2011-11-03 Telefonaktiebolaget L M Ericsson (Publ) Method for setting and adjusting a parameter dependent on a round trip time
JP2014120925A (en) * 2012-12-17 2014-06-30 Fujitsu Ltd Communication device, communication method, and communication program
JP2017157963A (en) * 2016-02-29 2017-09-07 キヤノン株式会社 Communication device, communication method and program

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008109499A (en) * 2006-10-26 2008-05-08 Toshiba Corp Data transfer system, data transmitter, data receiver, data transfer method, and data transfer program
WO2011136705A1 (en) 2010-04-26 2011-11-03 Telefonaktiebolaget L M Ericsson (Publ) Method for setting and adjusting a parameter dependent on a round trip time
EP2564557A1 (en) * 2010-04-26 2013-03-06 Telefonaktiebolaget LM Ericsson (publ) Method for setting and adjusting a parameter dependent on a round trip time
EP2564557A4 (en) * 2010-04-26 2014-01-22 Ericsson Telefon Ab L M Method for setting and adjusting a parameter dependent on a round trip time
US9019854B2 (en) 2010-04-26 2015-04-28 Telefonaktiebolaget L M Ericsson (Publ) Method for setting and adjusting a parameter dependent on a round trip time
JP2014120925A (en) * 2012-12-17 2014-06-30 Fujitsu Ltd Communication device, communication method, and communication program
JP2017157963A (en) * 2016-02-29 2017-09-07 キヤノン株式会社 Communication device, communication method and program

Similar Documents

Publication Publication Date Title
JP4485804B2 (en) Measuring transmission throughput in a wireless local area network
JP5153799B2 (en) Communication apparatus and communication method
US5959974A (en) System and method for discovering path MTU of internet paths
US7925775B2 (en) TCP congestion control based on bandwidth estimation techniques
US7969900B2 (en) Determination of network performance characteristics
CN112436924B (en) Data transmission method and electronic equipment
US6947435B1 (en) Radio communication system and apparatus, communication method and program recording medium therefor
CN108886713B (en) Data transmission method, data receiving equipment and data sending equipment
JP3476985B2 (en) Packet communication system and packet communication control method
JP2003051781A (en) Data communication method and data communication system
US20100086021A1 (en) Information transmission apparatus, method of controlling the same, and storage medium
JP2005072933A (en) Network device
JP2006114973A (en) Radio base station and radio terminal equipment
JP2006173961A (en) Tcp convergence control system in wide band, high delay radio network
JP2005143076A (en) Packet communication system, packet communication method, data reception system, and data reception method
JP2006253867A (en) Frame transmission system and method
JP2004357307A (en) PACKET TRANSMISSION CONTROL METHOD USING BIND-UPDATE MESSAGE AT MOBILE NODE HANDS OFF IN IPv6-BASED WIRELESS NETWORK, AND SYSTEM THEREOF
JP3527111B2 (en) Data transfer control method
JP4124065B2 (en) Data communication method and apparatus
JP2000295313A (en) Method and device for communication
JP2003264579A (en) Packet transferring system, controller and mobile terminal to be used for the system, and packet transferring program
KR20000040467A (en) Method for controlling data communication of network
JP2016019198A (en) Communication apparatus, control method for communication apparatus, and program
JP2008199431A (en) Communication device
WO2023273608A1 (en) Base station transmission self-checking method, base station, electronic device, and computer-readable storage medium