JP4572306B2 - COMMUNICATION DEVICE, COMMUNICATION METHOD, AND PROGRAM - Google Patents
COMMUNICATION DEVICE, COMMUNICATION METHOD, AND PROGRAM Download PDFInfo
- Publication number
- JP4572306B2 JP4572306B2 JP2005060579A JP2005060579A JP4572306B2 JP 4572306 B2 JP4572306 B2 JP 4572306B2 JP 2005060579 A JP2005060579 A JP 2005060579A JP 2005060579 A JP2005060579 A JP 2005060579A JP 4572306 B2 JP4572306 B2 JP 4572306B2
- Authority
- JP
- Japan
- Prior art keywords
- communication
- communication interfaces
- address
- connection
- interfaces
- 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.)
- Expired - Fee Related
Links
Images
Landscapes
- Data Exchanges In Wide-Area Networks (AREA)
Description
本発明は、例えばインターネットにおけるTCP(Transmission
Control Protocol)通信を行う通信装置、通信方法及びプログラムに関し、特に複数の通信インタフェースを持つホスト間において、各通信インタフェースに適する接続組合せで通信することができる通信装置、通信方法及びプログラムに関する。
The present invention is, for example, TCP (Transmission on the Internet).
More particularly, the present invention relates to a communication apparatus, a communication method, and a program that can communicate with a host computer having a plurality of communication interfaces with a connection combination suitable for each communication interface.
従来のコンピュータは通常は1つの通信インタフェース(たとえばイーサネット(Ethernet))によってインターネットに接続している。近い将来においては、複数の通信インタフェース(たとえば100Mbpsのイーサネットと54Mbpsの無線LAN)によってインターネットに接続するコンピュータが増加すると思われる。複数の通信インタフェースを持つコンピュータ間でファイル転送をする場合、複数の通信インタフェースを同時に利用すれば効率がよい。このとき、ファイル転送をするアプリケーションからは1つのTCPコネクションで通信しているように見えるが、TCPの内部では複数のサブコネクションを束ねてアプリケーションには1つのTCPコネクションとして見せている。このようなTCPをマルチリンクTCPと呼ぶ。マルチリンクTCPの実現手法についてはさまざまなものが提案されている(例えば、特許文献1参照)。
上述の例では100Mbpsのイーサネットと54Mbpsの無線LANを持つコンピュータ同士の通信をあげた。このとき、2つのコンピュータ間でイーサネットインタフェース同士及び無線LANインタフェース同士でサブコネクションを確立すれば、アプリケーションからは最大154(=100+54)MbpsのTCPコネクションが利用可能となる。しかし、一方のコンピュータのイーサネットと他方のコンピュータの無線LANを接続してしまうと、最大でも108(=54+54)MbpsのTCPコネクションになってしまう。 In the above example, communication between computers having Ethernet of 100 Mbps and wireless LAN of 54 Mbps is given. At this time, if a sub-connection is established between two computers and between Ethernet interfaces and between wireless LAN interfaces, a TCP connection with a maximum of 154 (= 100 + 54) Mbps can be used from the application. However, if the Ethernet of one computer is connected to the wireless LAN of the other computer, the maximum TCP connection is 108 (= 54 + 54) Mbps.
また、ホスト間でアドレス情報を交換しただけでは、アドレスペアで作られる経路の到達可能性についてやネットワークの混雑状況を知ることはできない。そのため、接続するインタフェースのペアによっては通信性能の劣化や通信不能状態に陥ることがある。 Also, it is not possible to know the reachability of a route created by address pairs and the network congestion status by simply exchanging address information between hosts. For this reason, depending on the interface pair to be connected, communication performance may be degraded or communication may be disabled.
本発明は、上記問題点に鑑み、複数の通信インタフェースを持つホスト間において、各通信インタフェースに適する接続組合せで通信することができる通信装置、通信方法及びプログラムを提供することを目的とする。 In view of the above-described problems, an object of the present invention is to provide a communication device, a communication method, and a program that can communicate between hosts having a plurality of communication interfaces with a connection combination suitable for each communication interface.
本発明の通信装置は、複数の通信インタフェースと、前記通信インタフェースの1つによって通信相手とコネクションを確立して通信相手の複数の通信インタフェースのアドレス情報を取得するアドレス情報取得手段と、自機の前記複数の通信インタフェースの各通信インタフェースと通信相手の複数の通信インタフェースの各通信インタフェースとの間のすべての一対一のコネクションの確立を要求するコネクション確立要求を送信する送信手段と、前記送信手段によって送信されたコネクション確立要求に対する各確認応答までの時間(RTT)を測定するRTT測定手段と、自機の前記複数の通信インタフェースと前記通信相手の複数の通信インタフェースとの間で同時に確立可能な一対一のコネクションのアドレスペアの組合せにおいて各アドレスペアのそれぞれについて前記RTTの合計を計算して、その合計RTTが最小となるアドレスペアの組合せを選択してマルチリンクを確立するアドレスペア選択手段とを備えることを特徴とする。 Communication apparatus of the present invention, a plurality of communication interfaces, the address information obtaining means for obtaining address information of a plurality of communication interfaces established by communication partner communication partners and connection by one of the communication interfaces, of its own transmitting means for transmitting a connection establishment request requesting the establishment of all the one-to-one connection between each communication interface of the plurality of communication interfaces each communication interface with a communication partner of the plurality of communication interfaces, by the transmitting means A pair that can be established simultaneously between the RTT measuring means for measuring the time (RTT) until each confirmation response to the transmitted connection establishment request, and the plurality of communication interfaces of the own device and the plurality of communication interfaces of the communication partner One address pair combination for a connection By calculating the sum of the RTT for each of the address pair Te, characterized in that it comprises an address pair selection means for establishing a multi-link by selecting a combination of address pairs that total RTT is minimized.
また、前記アドレス情報取得手段は、自機の中で最大速度の通信インタフェースによって通信相手とコネクションを確立することで、自機の通信インタフェース資源を有効に利用して、高速にコネクションを確立することができる。 In addition, the address information acquisition means establishes a connection with a communication partner by a maximum speed communication interface in the own device, thereby establishing a connection at high speed by effectively using the communication interface resource of the own device. Can do.
また、前記アドレス情報取得手段は、通信相手の複数の通信インタフェースの前記アドレス情報と共にその通信インタフェースのタイプに関する情報も取得し、前記アドレスペア選択手段は、通信相手と自機とで同じタイプの通信インタフェースを接続することを前提として、合計RTTが最小となるアドレスペアを選択してマルチリンクを確立することで、接続組合せに制約ができて、アドレスペアの選択肢が少なくなり計算量を少なくすることができる。 The address information acquisition means also acquires information related to the type of the communication interface together with the address information of a plurality of communication interfaces of the communication partner, and the address pair selection means is the same type of communication between the communication partner and the own device. Assuming that the interfaces are connected, by selecting the address pair that minimizes the total RTT and establishing a multilink, the connection combinations can be constrained, and there are fewer address pair options and less computation. Can do.
また、本発明の通信方法は、複数の通信インタフェースを備え、前記通信インタフェースの1つによって通信相手とコネクションを確立して通信相手の複数の通信インタフェースのアドレス情報を取得するアドレス情報取得ステップと、自機の前記複数の通信インタフェースの各通信インタフェースと通信相手の複数の通信インタフェースの各通信インタフェースとの間のすべての一対一のコネクションの確立を要求するコネクション確立要求を送信する送信ステップと、前記送信ステップによって送信されたコネクション確立要求に対する各確認応答までの時間(RTT)を測定するRTT測定ステップと、自機の前記複数の通信インタフェースと前記通信相手の複数の通信インタフェースとの間で同時に確立可能な一対一のコネクションのアドレスペアの組合せにおいて各アドレスペアの前記RTTの合計を計算して、その合計RTTが最小となるアドレスペアの組合せを選択してマルチリンクを確立するアドレスペア選択ステップと
を備えることを特徴とする。
Further, the communication method of the present invention comprises a plurality of communication interfaces, an address information acquisition step of establishing a connection with a communication partner by one of the communication interfaces and acquiring address information of the plurality of communication interfaces of the communication partner; a transmission step of transmitting a connection establishment request requesting the establishment of all the one-to-one connection between the host machine each of the plurality of communication interfaces of a plurality of communication interfaces of each communication interface with the communication partner of the communication interfaces, the Establishing simultaneously between the RTT measurement step for measuring the time (RTT) until each confirmation response to the connection establishment request transmitted by the transmission step, and the plurality of communication interfaces of the own device and the plurality of communication interfaces of the communication partner Possible one-to-one connection By calculating the sum of the RTT of each address pair in combination address pair, characterized in that it comprises an address pair selecting step of establishing a multi-link by selecting a combination of address pairs that total RTT is minimized .
また、本発明は、コンピュータを、
複数の通信インタフェースと、前記通信インタフェースの1つによって通信相手とコネクションを確立して通信相手の複数の通信インタフェースのアドレス情報を取得するアドレス情報取得手段と、自機の前記複数の通信インタフェースの各通信インタフェースと通信相手の複数の通信インタフェースの各通信インタフェースとの間のすべての一対一のコネクションの確立を要求するコネクション確立要求を送信する送信手段と、送信手段によって送信されたコネクション確立要求に対する各確認応答までの時間(RTT)を測定するRTT測定手段と、
自機の前記複数の通信インタフェースと前記通信相手の複数の通信インタフェースとの間で同時に確立可能な一対一のコネクションのアドレスペアの組合せにおいて各アドレスペアの前記RTTの合計を計算して、その合計RTTが最小となるアドレスペアの組合せを選択してマルチリンクを確立するアドレスペア選択手段とを備える通信装置として機能させるためのプログラムである。
The present invention also provides a computer,
A plurality of communication interfaces, the address information obtaining means for obtaining address information of a plurality of communication interfaces established by communication partner communication partners and connection by one of the communication interfaces, each of the plurality of communication interfaces of its own A transmission means for transmitting a connection establishment request for requesting establishment of all one-to-one connections between the communication interface and each of the communication interfaces of the communication partners, and each of the connection establishment requests transmitted by the transmission means. RTT measuring means for measuring time to confirmation response (RTT);
Calculate the sum of the RTTs of each address pair in a combination of address pairs of a one-to-one connection that can be simultaneously established between the plurality of communication interfaces of the own device and the plurality of communication interfaces of the communication partner. This is a program for functioning as a communication apparatus including an address pair selection unit that selects a combination of address pairs that minimizes RTT and establishes a multilink.
本発明によれば、通信相手が持つ複数の通信インタフェースに関する情報を知らなくても、また、どの場所で通信を開始する場合でも、通信相手が持つ複数の通信インタフェース、自機が持つ複数の通信インタフェース及びそれらが存在する通信環境に適する通信インタフェースの接続組合せで通信することができる。さらに通信中に通信環境が変わった場合にも動的に対応してそのおかれる通信環境に適する通信インタフェースの接続組合せで通信することができる。 According to the present invention, the communication partner has a plurality of communication interfaces and the own device has a plurality of communication even if the communication partner does not know the information about the plurality of communication interfaces and the communication is started at any place. Communication can be performed with a connection combination of interfaces and communication interfaces suitable for the communication environment in which they exist. Further, even when the communication environment changes during communication, it is possible to communicate with a connection combination of communication interfaces suitable for the communication environment in which the communication environment is dynamically changed.
以下、添付図面を参照しながら本発明を実施するための最良の形態について詳細に説明する。 The best mode for carrying out the present invention will be described below in detail with reference to the accompanying drawings.
図1は、本発明の一実施例による通信装置の構成を示す図である。本実施例は、ホスト10が2つの通信インタフェースA、B、ホスト20が2つの通信インタフェースC、Dを有する場合である。ホスト10は、それら通信インタフェースA、B及びそれら通信インタフェースA、Bを制御する通信制御部11を備えて構成される。ホスト20も同様に、通信インタフェースC、D及び通信制御部21を備えて構成される。
FIG. 1 is a diagram illustrating a configuration of a communication apparatus according to an embodiment of the present invention. In this embodiment, the
図2は、本実施例の通信装置による通信確立の手順を示すフローチャートである。本実施例では、TCPコネクションの確立の手順を示す。ここでは、ホスト10からホスト20にTCPコネクションを確立する場合とする。まず、ホスト10は自機が持つ2つの通信インタフェースA、Bから通信速度が大きい1つを選び、ホスト20との間でTCPコネクションを確立する。このTCPコネクションはプライマリコネクションとなる。ホスト10とホスト20はこのプライマリコネクションを使用して、お互いが持っている通信インタフェースの情報を交換する。この情報には、通信インタフェースのアドレス、タイプ、通信速度、及び(無線の場合は)電界強度などがある(ステップS11)。
FIG. 2 is a flowchart illustrating a procedure for establishing communication by the communication apparatus according to the present embodiment. In this embodiment, a procedure for establishing a TCP connection is shown. Here, it is assumed that a TCP connection is established from the
つぎに、ホスト10は、自機が持つ複数の通信インタフェースA、Bとホスト20が持つ複数の通信インタフェースC、Dの可能な接続組合せを生成し、それぞれの組合せについてサブコネクションを確立しようと試みる。具体的にはSYN(コネクション確立要求)制御パケットを送信する(ステップS12)。サブコネクションのためのSYN制御パケットを受信したホスト20は、返答としてSYN+ACK(応答及びコネクション確立要求)制御パケットをホスト10に返送する。この場合、ホスト10は、各通信インタフェースA、BからSYNを送信する際に、先に送ったSYNに対するSYN+ACKの返送を待たずに、次々とSYNを送信することができ、通信確立に要するこれのための遅延はほとんどない。
Next, the
ホスト10はステップS12における各SYN制御パケット送信と、それに対応するSYN+ACK制御パケット受信の間の時間(RTT:Round Trip Time)を計測する(ステップS13)。ここで、所定の時間がたってもSYN+ACKが帰ってこない場合(再送タイムアウト)のRTTは所定の大きい値とする。計測の結果の例を表1に示す。
ホスト10は、このRTTの合計が最小となる一対一接続のアドレスペアの組合せを選択して、そのアドレスペアについてのACK(確認応答)制御パケットをホスト20に送信してスリー・ウェイ・ハンドシェイクによる通信確立を完了する(ステップS14)。
The
この例では、{A⇔C、B⇔D}の合計RTT=100+30=130(ms)であるのに対して、{A⇔D、B⇔C}の合計RTT=20+10=30(ms)であるので、合計RTTが小さいアドレスペアとして{A⇔D、B⇔C}を選択することになる。 In this example, the total RTT of {A⇔C, B⇔D} is 100 + 30 = 130 (ms), whereas the total RTT of {A⇔D, B⇔C} is 20 + 10 = 30 (ms). Therefore, {A⇔D, B⇔C} is selected as an address pair having a small total RTT.
ホストが有する通信インタフェースの数が多くなると、このアドレスペアの数も著しく多くなるが、上記のように通信するホスト間でそれぞれが持つ通信インタフェースの情報を交換し、通信相手の通信インタフェースのタイプを知ることで、同じタイプは必ず接続することを前提としてしまえば、組合せに制約を設けた分だけ少ない組合せの数の中から最小のRTTのアドレスペアを選択することができるので、計算が効率的となり処理速度を速くすることができる。 As the number of communication interfaces held by the host increases, the number of address pairs also increases significantly. As described above, the communication interface information of each host is exchanged between the communicating hosts, and the communication interface type of the communication partner is changed. Knowing that the same type must be connected, it is possible to select the smallest RTT address pair from the number of combinations that are limited by the number of combinations. The processing speed can be increased.
RTTが少ないこととネットワーク混雑度の低さは必ずしも等価ではないが、無駄なネットワークトラフィックの抑制とアドレスペアの選択、通信開始の迅速さの観点からSYNを使ったアドレスペア選択手法は有効である。また、SYNを実際にすべてのアドレスペアで作られる経路上に送信してRTTを測定するので、現在のネットワーク状態を反映させることができる利点を持つ。 The low RTT and low network congestion are not necessarily equivalent, but the address pair selection method using SYN is effective from the viewpoint of suppressing useless network traffic, selecting address pairs, and speeding up the start of communication. . In addition, since RTT is measured by transmitting SYN on a path actually formed by all address pairs, there is an advantage that the current network state can be reflected.
なお、本発明は上記実施例に限定されるものではない。 In addition, this invention is not limited to the said Example.
本発明の通信装置は、コンピュータを本通信装置として機能させるためのプログラムでも実現される。このプログラムは、コンピュータで読み取り可能な記録媒体に格納されていてもよい。 The communication apparatus of the present invention is also realized by a program for causing a computer to function as the communication apparatus. This program may be stored in a computer-readable recording medium.
このプログラムを記録した記録媒体は、通信装置のROMそのものであってもよいし、また、外部記憶装置としてCD−ROMドライブ等のプログラム読取装置が設けられ、そこに記録媒体を挿入することで読み取り可能なCD−ROM等であってもよい。 The recording medium on which the program is recorded may be the ROM itself of the communication device, or a program reading device such as a CD-ROM drive is provided as an external storage device, and the program is read by inserting the recording medium therein. A possible CD-ROM or the like may be used.
また、上記記録媒体は、磁気テープ、カセットテープ、フレキシブルディスク、ハードディスク、MO/MD/DVD等、又は半導体メモリであってもよい。 The recording medium may be a magnetic tape, a cassette tape, a flexible disk, a hard disk, an MO / MD / DVD, or a semiconductor memory.
10、20 ホスト
11、21 通信制御部
A、B、C、D 通信インタフェース
10, 20
Claims (5)
前記通信インタフェースの1つによって通信相手とコネクションを確立して通信相手の複数の通信インタフェースのアドレス情報を取得するアドレス情報取得手段と、
自機の前記複数の通信インタフェースの各通信インタフェースと通信相手の複数の通信インタフェースの各通信インタフェースの間のすべての一対一のコネクションの確立を要求するコネクション確立要求を送信する送信手段と、
前記送信手段によって送信されたコネクション確立要求に対する各確認応答までの時間(RTT)を測定するRTT測定手段と、
自機の前記複数の通信インタフェースと前記通信相手の複数の通信インタフェースとの間で同時に確立可能な一対一のコネクションのアドレスペアの組合せにおいて各アドレスペアの前記RTTの合計を計算して、その合計RTTが最小となるアドレスペアの組合せを選択してマルチリンクを確立するアドレスペア選択手段と
を備えることを特徴とする通信装置。 Multiple communication interfaces;
Address information obtaining means for obtaining address information of a plurality of communication interfaces of the communication partner to establish communication partner a connection by one of the communication interfaces,
Transmitting means for transmitting connection establishment requests for requesting establishment of all one-to-one connections between each communication interface of the plurality of communication interfaces of the own machine and each communication interface of the plurality of communication interfaces of the communication partner ;
And RTT measuring means for measuring a time (RTT) to each acknowledgment to the transmitted connection establishment request by said transmitting means,
Calculate the sum of the RTTs of each address pair in a combination of address pairs of a one-to-one connection that can be simultaneously established between the plurality of communication interfaces of the own device and the plurality of communication interfaces of the communication partner. A communication apparatus comprising: an address pair selecting unit that selects a combination of address pairs that minimizes RTT and establishes a multilink.
自機の前記複数の通信インタフェースの各通信インタフェースと通信相手の複数の通信インタフェースの各通信インタフェースとの間のすべての一対一のコネクションの確立を要求するコネクション確立要求を送信する送信ステップと、
前記送信ステップによって送信されたコネクション確立要求に対する各確認応答までの時間(RTT)を測定するRTT測定ステップと、
自機の前記複数の通信インタフェースと前記通信相手の複数の通信インタフェースとの間で同時に確立可能な一対一のコネクションのアドレスペアの組合せにおいて各アドレスペアの前記RTTの合計を計算して、その合計RTTが最小となるアドレスペアの組合せを選択してマルチリンクを確立するアドレスペア選択ステップと
を備えることを特徴とする通信方法。 Comprising a plurality of communication interfaces, the address information acquisition step of acquiring address information of a plurality of communication interfaces established by communication partner communication partners and connection by one of the communication interfaces,
A transmission step of transmitting a connection establishment request for requesting establishment of all one-to-one connections between each communication interface of the plurality of communication interfaces of the own machine and each communication interface of the plurality of communication interfaces of a communication partner ;
An RTT measurement step of measuring a time (RTT) until each confirmation response to the connection establishment request transmitted by the transmission step;
Calculate the sum of the RTTs of each address pair in a combination of address pairs of a one-to-one connection that can be simultaneously established between the plurality of communication interfaces of the own device and the plurality of communication interfaces of the communication partner. An address pair selection step of establishing a multi-link by selecting a combination of address pairs that minimizes the RTT.
複数の通信インタフェースと、前記通信インタフェースの1つによって通信相手とコネクションを確立して通信相手の複数の通信インタフェースのアドレス情報を取得するアドレス情報取得手段と、
自機の前記複数の通信インタフェースの各通信インタフェースと通信相手の複数の通信インタフェースの各通信インタフェースとの間のすべての一対一のコネクションの確立を要求するコネクション確立要求を送信する送信手段と、
前記送信手段によって送信されたコネクション確立要求に対する各確認応答までの時間(RTT)を測定するRTT測定手段と、
自機の前記複数の通信インタフェースと前記通信相手の複数の通信インタフェースとの間で同時に確立可能な一対一のコネクションのアドレスペアの組合せにおいて各アドレスペアの前記RTTの合計を計算して、その合計RTTが最小となるアドレスペアの組合せを選択してマルチリンクを確立するアドレスペア選択手段とを備える通信装置として機能させるためのプログラム。 Computer
A plurality of communication interfaces, the address information obtaining means for obtaining address information of a plurality of communication interfaces established by communication partner communication partners and connection by one of the communication interfaces,
Transmitting means for transmitting connection establishment requests for requesting establishment of all one-to-one connections between the communication interfaces of the plurality of communication interfaces of the own device and the communication interfaces of the plurality of communication interfaces of the communication partner ;
And RTT measuring means for measuring a time (RTT) to each acknowledgment to the transmitted connection establishment request by said transmitting means,
Calculate the sum of the RTTs of each address pair in a combination of address pairs of a one-to-one connection that can be simultaneously established between the plurality of communication interfaces of the own device and the plurality of communication interfaces of the communication partner. A program for causing a communication apparatus to function as an address pair selection unit that selects a combination of address pairs that minimizes RTT and establishes a multilink.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005060579A JP4572306B2 (en) | 2005-03-04 | 2005-03-04 | COMMUNICATION DEVICE, COMMUNICATION METHOD, AND PROGRAM |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005060579A JP4572306B2 (en) | 2005-03-04 | 2005-03-04 | COMMUNICATION DEVICE, COMMUNICATION METHOD, AND PROGRAM |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2006246155A JP2006246155A (en) | 2006-09-14 |
JP4572306B2 true JP4572306B2 (en) | 2010-11-04 |
Family
ID=37052076
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2005060579A Expired - Fee Related JP4572306B2 (en) | 2005-03-04 | 2005-03-04 | COMMUNICATION DEVICE, COMMUNICATION METHOD, AND PROGRAM |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4572306B2 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101449719B1 (en) * | 2008-05-21 | 2014-10-13 | 삼성전자 주식회사 | Time synchronizing method and apparatus of network |
DE102014107305A1 (en) * | 2014-05-23 | 2015-11-26 | Valeo Schalter Und Sensoren Gmbh | Parking assistance device for a motor vehicle |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2001060956A (en) * | 1999-08-23 | 2001-03-06 | Nippon Telegr & Teleph Corp <Ntt> | Transport layer multi-link communication method |
JP2002094595A (en) * | 2000-09-18 | 2002-03-29 | Nippon Telegr & Teleph Corp <Ntt> | Multilink method |
JP2002544682A (en) * | 1999-05-04 | 2002-12-24 | アイコメラ アクチボラゲット | Data transmission system via multiple communication routes |
JP2004080543A (en) * | 2002-08-20 | 2004-03-11 | Ntt Docomo Inc | Communication apparatus, communication system and communication method |
-
2005
- 2005-03-04 JP JP2005060579A patent/JP4572306B2/en not_active Expired - Fee Related
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002544682A (en) * | 1999-05-04 | 2002-12-24 | アイコメラ アクチボラゲット | Data transmission system via multiple communication routes |
JP2001060956A (en) * | 1999-08-23 | 2001-03-06 | Nippon Telegr & Teleph Corp <Ntt> | Transport layer multi-link communication method |
JP2002094595A (en) * | 2000-09-18 | 2002-03-29 | Nippon Telegr & Teleph Corp <Ntt> | Multilink method |
JP2004080543A (en) * | 2002-08-20 | 2004-03-11 | Ntt Docomo Inc | Communication apparatus, communication system and communication method |
Also Published As
Publication number | Publication date |
---|---|
JP2006246155A (en) | 2006-09-14 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP1622334B1 (en) | Server device, method for controlling a server device, and method for establishing a connection using the server device | |
EP2888853B1 (en) | Tcp proxy server | |
US8583831B2 (en) | Thin client discovery | |
Hesmans et al. | Smapp: Towards smart multipath tcp-enabled applications | |
WO2014037760A1 (en) | Method and system for increasing data flow transmission | |
TW200828922A (en) | Communication apparatus and communication method | |
JP2009296084A (en) | Multipath communication system | |
US10666773B2 (en) | Method and device for establishing multipath network connections | |
JP2008005315A (en) | Data communication program | |
JP2006128949A (en) | Radio communication device, communication system, radio communication method, and computer program | |
JP2007142582A (en) | Data communication device, data communication method, program, and storage medium | |
JP4572306B2 (en) | COMMUNICATION DEVICE, COMMUNICATION METHOD, AND PROGRAM | |
WO2022259452A1 (en) | Intermediate device, communication method, and program | |
JP4186893B2 (en) | Packet communication device, packet communication method, data receiving device, and data receiving method | |
JP4175353B2 (en) | Communication system and communication apparatus | |
JP2008053888A (en) | Communication equipment, program, information storage medium and communication control method | |
JP5573709B2 (en) | Communication device | |
JP2005136684A (en) | Data transferring method and tcp proxy device and network using the same | |
JP2017011580A (en) | Communication device, control method, and program | |
JP5577978B2 (en) | Communication apparatus, image forming apparatus, and program | |
JP3741421B2 (en) | Data communication method and communication terminal device | |
JP4505575B2 (en) | COMMUNICATION SYSTEM, GATEWAY TRANSMISSION DEVICE, GATEWAY RECEPTION DEVICE, TRANSMISSION METHOD, RECEPTION METHOD, AND INFORMATION RECORDING MEDIUM | |
Boutier et al. | User-space Multipath UDP in MOSH | |
JP2003224619A (en) | Mobile communication system | |
TWI846381B (en) | Computer devcie and transmission control protocol packet processing method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20080115 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20091007 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20100210 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100506 |
|
A59 | Written plea |
Free format text: JAPANESE INTERMEDIATE CODE: A59 Effective date: 20100527 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100519 |
|
A911 | Transfer to examiner for re-examination before appeal (zenchi) |
Free format text: JAPANESE INTERMEDIATE CODE: A911 Effective date: 20100609 |
|
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: 20100629 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20100723 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130827 Year of fee payment: 3 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |