JP2013127719A - Web information acquisition method and prefetch proxy server - Google Patents

Web information acquisition method and prefetch proxy server Download PDF

Info

Publication number
JP2013127719A
JP2013127719A JP2011277254A JP2011277254A JP2013127719A JP 2013127719 A JP2013127719 A JP 2013127719A JP 2011277254 A JP2011277254 A JP 2011277254A JP 2011277254 A JP2011277254 A JP 2011277254A JP 2013127719 A JP2013127719 A JP 2013127719A
Authority
JP
Japan
Prior art keywords
web
request data
server
prefetch
information storage
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
JP2011277254A
Other languages
Japanese (ja)
Other versions
JP5726720B2 (en
Inventor
Fumiaki Nagase
文昭 永瀬
Toru Sakata
徹 阪田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2011277254A priority Critical patent/JP5726720B2/en
Publication of JP2013127719A publication Critical patent/JP2013127719A/en
Application granted granted Critical
Publication of JP5726720B2 publication Critical patent/JP5726720B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

PROBLEM TO BE SOLVED: To increase transmission efficiency by appropriately selecting a TCP protocol and a UDP protocol in the case of transferring prefetched WEB information between a prefetch proxy server and an information storage server.SOLUTION: A transmission delay time is periodically measured between a prefetch proxy server and an information storage server, and when the measured transmission delay time is equal to or less than a fixed time, a TCP protocol is used, and when the measured transmission delay time exceeds the fixed time, Web information prefetched by using a UDP protocol is transmitted to the information storage server. Also, the prefetch proxy server retransmits the packet of a sequence number whose retransmission is requested from the information storage server by using the TCP protocol.

Description

本発明は、ネットワーク上でWEB閲覧装置(例えばパーソナルコンピュータや携帯端末など、以下「PC」という)がWEB提供装置(以下「WEBサーバ」という) からWEBコンテンツ情報(以下「WEB情報」という)を取得する際に、PCとWEBサーバとの間に先読み代理サーバを設置し、先読み代理サーバにてPCがWEBサーバに要求したWEB情報を先読みし、先読みしたWEB情報に基づきPCが要求する予定のWEB情報を予め取得しておき、PCの要求に対して当該WEB情報をPCへ転送することにより、WEB情報取得時間を短縮化するWEB情報取得方法および先読み代理サーバに関する。   In the present invention, a WEB browsing apparatus (for example, a personal computer or a portable terminal, hereinafter referred to as “PC”) on a network receives WEB content information (hereinafter referred to as “WEB information”) from a WEB providing apparatus (hereinafter referred to as “WEB server”). At the time of acquisition, a pre-read proxy server is installed between the PC and the WEB server, the WEB information requested by the PC to the WEB server is pre-read in the pre-read proxy server, and the PC is scheduled to request based on the pre-read WEB information. The present invention relates to a WEB information acquisition method and a prefetching proxy server that shortens WEB information acquisition time by acquiring WEB information in advance and transferring the WEB information to a PC in response to a request from the PC.

インターネット等のネットワーク上でPCがWEBサーバからWEB情報を閲覧する場合、WEBサーバではHTTP(Hypertext Transfer Protocol )通信プロトコルに則って、HTML(HyperText Mark up Language)などを用いてPCに対してWEB情報を伝送する。例えば、byte.tokkyo.co.jp というWEBサーバが提供するファイルindex.htmlをHTTPで取得する場合、http://byte.tokkyo.co.jp/index.html というアドレスでWEB情報を読み出すことができる。WEB情報を読み出してくる場合、一般にはPCにWEB情報を閲覧するプログラム(以下「ブラウザ」という)を用いて利用者がアドレスを指定して読み出している。PCでは、利用者がアドレスを入力することにより、ブラウザがWEBサーバに対してページ要求を発する。WEBサーバはネットワークを介して送信されてきたこのページ要求を受信し、要求されたページのWEB情報をネットワークを介してPCに伝送する。このように、利用者からのページ要求があった毎に、PCのブラウザは該当ページをネットワークを介して取得する。   When a PC browses WEB information from a WEB server on a network such as the Internet, the WEB server uses WEB information to the PC using HTML (HyperText Markup Language) according to the HTTP (Hypertext Transfer Protocol) communication protocol. Is transmitted. For example, when the file index.html provided by the WEB server byte.tokkyo.co.jp is acquired by HTTP, the WEB information is read out at the address http://byte.tokkyo.co.jp/index.html. it can. When reading the WEB information, the user generally reads the WEB information by designating an address using a program for browsing the WEB information (hereinafter referred to as “browser”). In the PC, when the user inputs an address, the browser issues a page request to the WEB server. The WEB server receives this page request transmitted via the network, and transmits the WEB information of the requested page to the PC via the network. In this way, each time a page request is received from the user, the browser of the PC acquires the corresponding page via the network.

近年、PCの利用者がWEB情報の取得を要求した時点からPCにWEB情報が与えられる時点までの時間の短縮が求められている。また、たとえば、衛星回線等の高遅延ネットワークにおいては所定の遅延時間が生じるため、このようなネットワークを想定した伝送方法が求められている。これらの要求に応えるものとして、特許文献1では、WEB情報の先読み技術が開示されている。   In recent years, there has been a demand for shortening the time from when a PC user requests acquisition of WEB information to when the WEB information is given to the PC. Further, for example, since a predetermined delay time occurs in a high-delay network such as a satellite line, a transmission method that assumes such a network is required. In order to meet these requirements, Patent Document 1 discloses a technique for prefetching WEB information.

図4は、従来のWEB情報取得装置を含む通信ネットワークの構成例を示す(特許文献1)。
図4において、WEBサーバ11はインターネット12に接続される。WEB閲覧装置の一例であるPC13は、LAN14、高遅延ネットワーク15を介してインターネット12に接続される。各ネットワークの接続点にはゲートウェイGWが配置される。ここで、高遅延ネットワーク15とは、例えば広帯域無線システムや衛星回線などを利用して遠隔地のコンピュータを相互接続するいわゆるWAN(Wide Area Network)であり、その規模等に応じた所定の遅延時間が発生する。
FIG. 4 shows a configuration example of a communication network including a conventional WEB information acquisition apparatus (Patent Document 1).
In FIG. 4, the WEB server 11 is connected to the Internet 12. A PC 13, which is an example of a WEB browsing apparatus, is connected to the Internet 12 via a LAN 14 and a high delay network 15. A gateway GW is arranged at a connection point of each network. Here, the high-delay network 15 is a so-called WAN (Wide Area Network) that interconnects remote computers using, for example, a broadband wireless system or a satellite line, and has a predetermined delay time according to its scale and the like. Will occur.

本発明で用いる先読み代理サーバ20は、高遅延ネットワーク15からWEBサーバ11側の所定の位置、例えばインターネット12またはインターネット12と高遅延ネットワーク15との間に接続される。一方、情報蓄積サーバ30は、PC13が接続されるLAN14に接続される。すなわち、PC13が各サーバにアクセスする時間は、WEBサーバ11、先読み代理サーバ20、情報蓄積サーバ30の順に短くなる。   The prefetch proxy server 20 used in the present invention is connected to a predetermined position on the WEB server 11 side from the high delay network 15, for example, the Internet 12 or between the Internet 12 and the high delay network 15. On the other hand, the information storage server 30 is connected to the LAN 14 to which the PC 13 is connected. That is, the time for the PC 13 to access each server becomes shorter in the order of the WEB server 11, the prefetching proxy server 20, and the information storage server 30.

図5は、従来のWEB情報取得処理シーケンスを示す。ここでは、PC13がWEBサーバ11のWEB情報data1を閲覧するための要求データをget1とする。WEBサーバ11は、get1に応じてWEB情報data1を出力する。data1はHTMLファイルであり、これにはPCが次の要求データget2を生成するために必要なURL等が含まれているものとし、先読み代理サーバ20はdata1からこのget2を生成し、先読みget2としてWEBサーバ11に送信する。WEBサーバ11がget2または先読みget2に応じて出力するWEB情報をdata2とする。   FIG. 5 shows a conventional WEB information acquisition processing sequence. Here, the request data for the PC 13 to browse the WEB information data1 of the WEB server 11 is set to get1. The WEB server 11 outputs WEB information data1 according to get1. The data1 is an HTML file, which includes a URL and the like necessary for the PC to generate the next request data get2, and the prefetching proxy server 20 generates the get2 from the data1 and uses it as the prefetch get2. Transmit to the WEB server 11. The WEB information output by the WEB server 11 in response to get2 or prefetch get2 is assumed to be data2.

図5において、PC13は、get1をWEBサーバ11に向けて送信する。情報蓄積サーバ30および先読み代理サーバ20は、get1を蓄積するとともに、get1をWEBサーバ11に向けて転送する。WEBサーバ11は、get1に応じたdata1をPC13に向けて送信する。先読み代理サーバ20および情報蓄積サーバ30は、data1に対応するget1を蓄積しているので、そのままdata1をPC13へ転送する。また、先読み代理サーバ20は、このdata1から先読みget2を生成してWEBサーバ11に送信するとともに、情報蓄積サーバ30に対して先読みget2を通知する先読み要求通知信号を送信する。情報蓄積サーバ30は、先読み代理サーバ20から送信された先読み要求通信信号を受信し、それに対応するdata2の受信を待つ。   In FIG. 5, the PC 13 transmits get 1 to the WEB server 11. The information accumulation server 30 and the prefetching proxy server 20 accumulate the get 1 and transfer the get 1 toward the WEB server 11. The WEB server 11 transmits data1 corresponding to get1 to the PC 13. Since the prefetch proxy server 20 and the information storage server 30 store get1 corresponding to data1, the data1 is transferred to the PC 13 as it is. Further, the prefetch proxy server 20 generates a prefetch get2 from the data1 and transmits it to the WEB server 11, and transmits a prefetch request notification signal for notifying the information storage server 30 of the prefetch get2. The information storage server 30 receives the prefetch request communication signal transmitted from the prefetch proxy server 20, and waits for reception of data2 corresponding thereto.

WEBサーバ11は、先読みget2に応じたdata2をPC13に向けて送信する。先読み代理サーバ20は、先読みされたdata2をPC11に向けて転送する。情報蓄積サーバ30は、先読みget2を蓄積しているものの、PC13からget2を入力していないので、先読みされたdata2を一旦蓄積する。   The WEB server 11 transmits data2 corresponding to the prefetch get2 to the PC 13. The prefetching proxy server 20 transfers the prefetched data2 toward the PC 11. The information accumulation server 30 accumulates the prefetched get2, but does not input get2 from the PC 13, and therefore temporarily accumulates the prefetched data2.

WEBサーバ11は、先読みget2に応じたdata2をPC13に向けて送信する。先読み代理サーバ20は、先読みされたdata2をPC11に向けて転送する。情報蓄積サーバ30は、先読みget2を蓄積しているものの、PC13からget2を入力していないので、先読みされたdata2を一旦蓄積する。   The WEB server 11 transmits data2 corresponding to the prefetch get2 to the PC 13. The prefetching proxy server 20 transfers the prefetched data2 toward the PC 11. The information accumulation server 30 accumulates the prefetched get2, but does not input get2 from the PC 13, and therefore temporarily accumulates the prefetched data2.

一方、PC13は、data1を受信し、data1からget2を生成してWEBサーバ11に向けて送信する。情報蓄積サーバ30は、このget2を受信すると、蓄積している要求データおよび先読み要求データと比較する。ここでは、先読みget2を蓄積しているので、情報蓄積サーバ30はget2=先読みget2と判断し、対応するdata2をPC13に向けて送信する。なお、get2≠先読みget2の場合、あるいはget2と同じWEB情報を要求する要求データが蓄積されていない場合には、情報蓄積サーバ30はget1と同様にget2をWEBサーバ11に向けて転送する。   On the other hand, the PC 13 receives data 1, generates get 2 from data 1, and transmits it to the WEB server 11. When the information storage server 30 receives this get2, it compares it with the stored request data and prefetch request data. Here, since the prefetch get2 is accumulated, the information accumulation server 30 determines that get2 = prefetch get2, and transmits the corresponding data2 to the PC 13. Note that when get 2 ≠ prefetch get 2, or when request data requesting the same WEB information as that of get 2 is not accumulated, the information accumulation server 30 transfers get 2 to the WEB server 11 in the same manner as get 1.

図6は、従来の先読み代理サーバ20の構成例を示す。
図6において、ネットワークインタフェース部21は、受信信号の送信元および宛先に応じて、受信信号を要求データ受信部22またはWEB情報解析部26に振り分ける。要求データ受信部22は、PC13からWEBサーバ11に転送される信号を受信し、当該受信信号から要求データを抽出して要求データ比較部23に出力する。
FIG. 6 shows a configuration example of a conventional prefetch proxy server 20.
In FIG. 6, the network interface unit 21 distributes the received signal to the request data receiving unit 22 or the WEB information analyzing unit 26 according to the transmission source and destination of the received signal. The request data receiving unit 22 receives a signal transferred from the PC 13 to the WEB server 11, extracts request data from the received signal, and outputs the request data to the request data comparing unit 23.

要求データ比較部23は、要求データ受信部22で抽出された要求データと要求データ蓄積部24に蓄積されている要求データとを比較し、要求データ受信部22で抽出された要求データが要求データ蓄積部24に蓄積されていない場合(get1の場合)には、当該要求データを要求データ送出部25に出力するとともに要求データ蓄積部24に蓄積する。また、要求データ受信部22で抽出された要求データが要求データ蓄積部24に記憶されている場合には、当該要求データを廃棄するとともに要求データ蓄積部24に蓄積されている当該要求データも削除する。   The request data comparison unit 23 compares the request data extracted by the request data reception unit 22 with the request data stored in the request data storage unit 24, and the request data extracted by the request data reception unit 22 is the request data. If the data is not stored in the storage unit 24 (get1), the request data is output to the request data transmission unit 25 and stored in the request data storage unit 24. When the request data extracted by the request data receiving unit 22 is stored in the request data storage unit 24, the request data is discarded and the request data stored in the request data storage unit 24 is also deleted. To do.

要求データ送出部25は、要求データ比較部23から入力する要求データをネットワークインタフェース部21を介してWEBサーバ11に転送する。   The request data transmission unit 25 transfers the request data input from the request data comparison unit 23 to the WEB server 11 via the network interface unit 21.

WEB情報解析部26は、要求データに応じてWEBサーバ11が送出したWEB情報を受信し、そのWEB情報を受信するPC13が要求すると予測される要求データ(先読みget2)を生成し、先読み要求データ比較部27に出力する。一方、WEB情報は、先読み代理サーバ20から情報蓄積サーバ30へ転送され、さらにPC13に転送される。   The WEB information analysis unit 26 receives the WEB information sent from the WEB server 11 according to the request data, generates request data (prefetch get2) that is predicted to be requested by the PC 13 that receives the WEB information, and prefetch request data. Output to the comparison unit 27. On the other hand, the WEB information is transferred from the prefetch proxy server 20 to the information storage server 30 and further transferred to the PC 13.

先読み要求データ比較部27は、WEB情報解析部26で生成された先読み要求データ(先読みget2)と要求データ蓄積部24に蓄積されている要求データとを比較し、WEB情報解析部26で抽出された先読み要求データが要求データ蓄積部24に蓄積されていない場合には、当該先読み要求データを要求データ送出部25に出力するとともに要求データ蓄積部24に蓄積する。また、WEB情報解析部26で抽出された先読み要求データが要求データ蓄積部24に蓄積されている場合には、当該先読み要求データを廃棄するとともに要求データ蓄積部24に蓄積されている当該要求データも削除する。   The prefetch request data comparison unit 27 compares the prefetch request data (prefetch get2) generated by the WEB information analysis unit 26 with the request data stored in the request data storage unit 24, and is extracted by the WEB information analysis unit 26. If the prefetch request data is not stored in the request data storage unit 24, the prefetch request data is output to the request data transmission unit 25 and stored in the request data storage unit 24. When the prefetch request data extracted by the WEB information analysis unit 26 is stored in the request data storage unit 24, the prefetch request data is discarded and the request data stored in the request data storage unit 24. Also delete.

要求データ送出部25は、先読み要求データ比較部27から入力する先読み要求データ(先読みget2)をネットワークインタフェース部21を介してWEBサーバ11および情報蓄積サーバ30に送出する。   The request data sending unit 25 sends the prefetch request data (prefetch get 2) input from the prefetch request data comparison unit 27 to the WEB server 11 and the information storage server 30 via the network interface unit 21.

図7は、従来の情報蓄積サーバ30の構成例を示す。
図7において、ネットワークインタフェース部31は、受信信号の送信元および宛先に応じて、受信信号を要求データ受信部32またはWEB情報蓄積部36または先読み要求データ受信部37に振り分ける。要求データ受信部32は、PC13からWEBサーバ11に転送される信号を受信し、要求データを抽出して要求データ比較部33に出力する。
FIG. 7 shows a configuration example of a conventional information storage server 30.
In FIG. 7, the network interface unit 31 distributes the received signal to the request data receiving unit 32, the WEB information storage unit 36, or the prefetch request data receiving unit 37 according to the transmission source and destination of the received signal. The request data receiving unit 32 receives a signal transferred from the PC 13 to the WEB server 11, extracts the request data, and outputs the request data to the request data comparison unit 33.

要求データ比較部33は、要求データ受信部32で抽出された要求データと要求データ蓄積部34に蓄積されている要求データおよび先読み要求データとを比較し、同じWEB情報を要求する要求データまたは先読み要求データが要求データ蓄積部34に蓄積されていない場合(get1の場合)には、当該要求データを要求データ送出部35に出力するとともに要求データ蓄積部34に蓄積する。また、要求データ受信部32で抽出された要求データと同じWEB情報を要求する要求データまたは先読み要求データが要求データ蓄積部34に蓄積されている場合(get2の場合)には、当該要求データを廃棄するとともに要求データ蓄積部34に蓄積されている当該要求データまたは先読み要求データも削除し、さらにWEB情報蓄積部36に対して当該WEB情報(data2)をPC13へ向けて出力するように命令する。   The request data comparison unit 33 compares the request data extracted by the request data reception unit 32 with the request data and the prefetch request data stored in the request data storage unit 34, and requests data or prefetch that requests the same WEB information. When the request data is not stored in the request data storage unit 34 (in the case of get 1), the request data is output to the request data transmission unit 35 and stored in the request data storage unit 34. Further, when request data or prefetch request data requesting the same WEB information as the request data extracted by the request data receiving unit 32 is stored in the request data storage unit 34 (in the case of get2), the request data is The request data or the prefetch request data stored in the request data storage unit 34 is deleted and discarded, and the WEB information storage unit 36 is instructed to output the WEB information (data2) to the PC 13. .

要求データ送出部35は、要求データ比較部33から入力する要求データをネットワークインタフェース部31を介してWEBサーバ11に転送する。   The request data transmission unit 35 transfers the request data input from the request data comparison unit 33 to the WEB server 11 via the network interface unit 31.

先読み要求データ受信部37は、先読み代理サーバ20がWEBサーバ11とともに情報蓄積サーバ30に送信した先読み要求データ(先読みget2)を受信し、要求データ蓄積部34に蓄積する。   The prefetch request data receiving unit 37 receives prefetch request data (prefetch get 2) transmitted from the prefetch proxy server 20 to the information storage server 30 together with the WEB server 11, and accumulates it in the request data accumulation unit 34.

WEB情報蓄積部36は、PC13からの要求データ(get1)に応じて、または先読み代理サーバ20からの先読み要求データ(先読みget2)に応じて、WEBサーバ11からPC13へ送信されたWEB情報(data1,data2)を受信して蓄積する。さらに、当該WEB情報に対応する要求データが要求データ蓄積部34に蓄積されているか否かを問い合わせ、要求データが蓄積されているWEB情報(data1)をWEB情報送出部38に出力する。また、WEB情報蓄積部36は、要求データ比較部33の命令により先読み要求データ(先読みget2)に対応のWEB情報(data2)をWEB情報送出部38に出力する。   The WEB information storage unit 36 receives the WEB information (data1) transmitted from the WEB server 11 to the PC 13 according to the request data (get1) from the PC 13 or according to the prefetch request data (prefetch get2) from the prefetch proxy server 20. , Data2) are received and stored. Further, it inquires whether or not the request data corresponding to the WEB information is stored in the request data storage unit 34, and outputs the WEB information (data 1) in which the request data is stored to the WEB information transmission unit 38. The WEB information storage unit 36 outputs WEB information (data2) corresponding to the prefetch request data (prefetch get2) to the WEB information transmission unit 38 in accordance with an instruction from the request data comparison unit 33.

WEB情報送出部38は、WEB情報蓄積部36から入力するWEB情報をネットワークインタフェース部31を介してPC13に送信する。   The WEB information transmission unit 38 transmits the WEB information input from the WEB information storage unit 36 to the PC 13 via the network interface unit 31.

特開2011−039899号公報JP 2011-039899 A

先読み代理サーバから情報蓄積サーバへの転送においては、一般的にTCPプロトコルが使用されて、スロースタート輻輳制御機構や再送制御機構により、パケットロスが発生することなく、信頼性の高い伝送が行われる。しかし、先読み代理サーバと情報蓄積サーバとの間の伝送路の伝送遅延時間が大きい場合に、TCPプロトコルによる転送を行う場合、スロースタート輻輳制御により伝送効率が低くなり、伝送に時間がかかる問題がある。   In the transfer from the prefetching proxy server to the information storage server, the TCP protocol is generally used, and the slow start congestion control mechanism and the retransmission control mechanism perform highly reliable transmission without causing packet loss. . However, when the transmission delay time of the transmission path between the prefetching proxy server and the information storage server is large, when transferring by the TCP protocol, there is a problem that the transmission efficiency becomes low due to the slow start congestion control and the transmission takes time. is there.

ここでは、WWWサービスの特徴である10kByte程度の小さなサイズの画像などのWEBコンテンツが長遅延ネットワークを介して転送される場合について説明する。すなわち、転送するデータサイズに対するスループットを数値定量化する。HTTPは、WEBコンテンツのそれぞれに対応するTCPセッションにより転送されるアプリケーションである。ある1つのTCPセッションにおいて、WEBサーバからPCへデータを送信する様子を図8に示す。このように、TCPでは1回のRTT(往復遅延時間) の時間でバースト的にデータを送信できると考えてよい。   Here, a case will be described in which WEB content such as an image having a small size of about 10 kbytes, which is a feature of the WWW service, is transferred via a long delay network. That is, the throughput for the data size to be transferred is numerically quantified. HTTP is an application transferred by a TCP session corresponding to each WEB content. FIG. 8 shows a state where data is transmitted from the WEB server to the PC in one TCP session. As described above, in TCP, it may be considered that data can be transmitted in bursts in one RTT (round trip delay time).

k回目のデータ送信時において、WEBサーバから一度に送信できるデータサイズDs(k)[Byte]は、
Ds(k)=Min{cwnd(k),Rwin } …(1)
である。ここで、cwnd(k) は送信側の輻輳ウィンドウで単位はByte、Rwin は受信側のウィンドウサイズで単位はByteである。cwnd(k) は以下のように表すことができる。
・スロースタートのフェーズ
cwnd(k) =2(k-1)×cwnd(1) (cwnd(k)<ssthresh) …(2)
cwnd(1) =Min{MSS×int(Rwin/MSS),Rwin }
・輻輳回避のフェーズ
cwnd(k) =cwnd(k-1)×MSS (cwnd(k)≧ssthresh) …(3)
The data size Ds (k) [Byte] that can be transmitted at once from the WEB server at the time of k-th data transmission is
Ds (k) = Min {cwnd (k), Rwin} (1)
It is. Here, cwnd (k) is the congestion window on the transmitting side, the unit is Byte, and Rwin is the window size on the receiving side, and the unit is Byte. cwnd (k) can be expressed as:
・ Slow start phase
cwnd (k) = 2 (k-1) xcwnd (1) (cwnd (k) <ssthresh)… (2)
cwnd (1) = Min {MSS × int (Rwin / MSS), Rwin}
・ Congestion avoidance phase
cwnd (k) = cwnd (k-1) × MSS (cwnd (k) ≧ ssthresh) (3)

ここで、Ds(k)の最大値はRwin である。MSS(maximum segment size)は、TCPにおける1セグメントで転送可能なデータの最大長であり、イーサネット(登録商標)では、1460Byteである。ここでは、転送するデータはMSS毎にセグメント化されるとする。ssthreshは、スロースタートから輻輳回避フェーズへの移行の閾値であり、パケットロス発生時のcwndの1/2の値、すなわちパケットロスがない場合はMSS×int(Rwin/MSS) と考えてよい。例えば、RTT=0.25秒としたとき、Rwin =64kByte ,32kByte,17kByteにおけるそれぞれのDs(k)の時間変化を図9に示す。   Here, the maximum value of Ds (k) is Rwin. MSS (maximum segment size) is the maximum length of data that can be transferred in one segment in TCP, and is 1460 bytes in Ethernet (registered trademark). Here, it is assumed that the data to be transferred is segmented for each MSS. ssthresh is a threshold value for shifting from the slow start to the congestion avoidance phase, and may be considered as a value of 1/2 of cwnd at the time of packet loss, that is, MSS × int (Rwin / MSS) when there is no packet loss. For example, when RTT = 0.25 seconds, the time variation of each Ds (k) at Rwin = 64 kByte, 32 kByte, and 17 kByte is shown in FIG.

Ds(k)の値は、通信開始から指数関数的に増加して、Rwin の半分に達する。その後、1RTT毎に1MSSずつ増加していき、Rwin の値に達したところで頭打ちになる。したがって、k回目の1RTT時間でDs(k)のサイズのデータを送ることから、転送開始からRTT×n [秒] の時間で転送できるデータサイズSd の最大値Max[Sd] は

Figure 2013127719
The value of Ds (k) increases exponentially from the start of communication and reaches half of Rwin. After that, it increases by 1MSS every 1RTT, and reaches its peak when it reaches the value of Rwin. Therefore, since data of the size Ds (k) is sent in the 1st RTT time of the kth time, the maximum value Max [Sd] of the data size Sd that can be transferred in the time of RTT × n [seconds] from the start of transfer is
Figure 2013127719

また、Sd の最小値Min [Sd]は、n−1回で送り切れなかったデータ(1MSS)をn回目で送信するため

Figure 2013127719
となる。したがって、転送するデータサイズに対するスループットSは
Figure 2013127719
と表すことができる。これをグラフ化したものを図10に示す。 Further, the minimum value Min [Sd] of Sd is for transmitting data (1MSS) that could not be transmitted n-1 times at the nth time.
Figure 2013127719
It becomes. Therefore, the throughput S for the data size to be transferred is
Figure 2013127719
It can be expressed as. A graph of this is shown in FIG.

10kByte程度のWEBコンテンツのようにデータサイズが小さい場合、スロースタートのフェーズで転送終了し、スループットは低速であり、Rwin の値を大きくしてもそれほどスループットの向上は見込めないことがわかる。WEBサービスではWEBコンテンツのデータサイズが小さいという特徴を考慮すると、HTTPスループットはRwin が64kByteと大きい場合でも、Rwin が17kByteと小さい場合でもさほど変わりなく、低速であることがわかる。このように、遅延の大きなネットワークを介してWEBコンテンツをTCPプロトコルで転送するには、信頼性を高めるための輻輳制御機構であるスルースタートにより、スループットが低速であるという課題があった。   When the data size is small like WEB content of about 10 kByte, the transfer is completed in the slow start phase, the throughput is low, and it can be seen that the throughput cannot be improved so much even if the value of Rwin is increased. Considering the feature that the data size of the WEB content is small in the WEB service, it can be seen that the HTTP throughput is not so much different even when Rwin is as large as 64 kbytes or when Rwin is as small as 17 kbytes, and is low speed. As described above, in order to transfer WEB contents using a TCP protocol via a network with a large delay, there is a problem that the throughput is low due to a through start that is a congestion control mechanism for improving reliability.

本発明は、先読み代理サーバと情報蓄積サーバとの間でTCPコネクションとUDPコネクションを一組で確立し、先読みしたWEB情報を転送する際にTCPプロトコルとUDPプロトコルを適宜選択して伝送効率を高めることができるWEB情報取得方法および先読み代理サーバを提供することを目的とする。   The present invention establishes a TCP connection and a UDP connection between a prefetching proxy server and an information storage server as a set, and selects TCP protocol and UDP protocol as appropriate when transferring prefetched WEB information to increase transmission efficiency. It is an object of the present invention to provide a WEB information acquisition method and a prefetching proxy server that can be used.

第1の発明は、WEBサーバと先読み代理サーバと情報蓄積サーバとWEB閲覧装置が複数のネットワークシステムを介して設置され、WEB閲覧装置は、第1の要求データをWEBサーバ宛に送信し、WEBサーバは第1の要求データに対応するWEB情報をWEB閲覧装置へ向けて送信し、先読み代理サーバは、第1の要求データに対応するWEB情報を情報蓄積サーバへ転送するとともに、当該WEB情報に含まれる要求データを抽出して先読み要求データとしてWEBサーバへ向けて送信し、さらに当該先読み要求データを情報蓄積サーバへ通知し、WEBサーバは、先読み要求データに対応するWEB情報を先読み代理サーバへ送信し、先読み代理サーバは、受信した先読み要求データに対応するWEB情報を情報蓄積サーバへ送信し、情報蓄積サーバにて当該WEB情報を蓄積し、WEB閲覧装置は、第1の要求データに対応するWEB情報に含まれる第2の要求データを生成し、当該第2の要求データを情報蓄積サーバへ送信し、情報蓄積サーバは、先読み要求データと第2の要求データが同一である場合に、蓄積した先読み要求データに対応するWEB情報をWEB閲覧装置へ送信するWEB情報取得方法において、先読み代理サーバは、情報蓄積サーバとの間の伝送遅延時間が一定時間以下の場合に、先読み要求データに対応するWEB情報をTCPプロトコルを用いて情報蓄積サーバへ送信し、先読み代理サーバは、情報蓄積サーバとの間の伝送遅延時間が一定時間を超える場合に、先読み要求データに対応するWEB情報をUDPプロトコルを用いて情報蓄積サーバへ送信する。   In the first invention, a WEB server, a prefetching proxy server, an information storage server, and a WEB browsing apparatus are installed via a plurality of network systems, and the WEB browsing apparatus transmits the first request data to the WEB server, The server transmits the WEB information corresponding to the first request data to the WEB browsing apparatus, and the prefetch proxy server transfers the WEB information corresponding to the first request data to the information storage server and also includes the WEB information. The request data included is extracted and transmitted to the WEB server as prefetch request data. Further, the prefetch request data is notified to the information storage server, and the WEB server sends the WEB information corresponding to the prefetch request data to the prefetch proxy server. The prefetch proxy server sends the WEB information corresponding to the received prefetch request data to the information storage server. Then, the WEB information is stored in the information storage server, and the WEB browsing apparatus generates second request data included in the WEB information corresponding to the first request data, and stores the second request data as information. When the prefetch request data and the second request data are the same, the information storage server transmits the web information corresponding to the stored prefetch request data to the web browsing device. The proxy server transmits WEB information corresponding to the prefetch request data to the information storage server using the TCP protocol when the transmission delay time between the proxy server and the information storage server is a predetermined time or less. When the transmission delay time with the server exceeds a certain time, the WEB information corresponding to the prefetch request data is stored using the UDP protocol. And transmits it to the server.

第1の発明のWEB情報取得方法において、先読み代理サーバは、先読み要求データに対応するWEB情報をUDPプロトコルを用いて情報蓄積サーバへ送信するときに、送信するパケットにシーケンス番号を付加し、情報蓄積サーバは、受信したパケットに付加されたシーケンス番号から欠落したシーケンス番号を通知する再送要求を前記先読み代理サーバへ送信し、先読み代理サーバは、情報蓄積サーバから再送要求されたシーケンス番号のパケットをTCPプロトコルを用いて再送する。   In the WEB information acquisition method of the first invention, the prefetching proxy server adds a sequence number to the packet to be transmitted when transmitting the WEB information corresponding to the prefetching request data to the information storage server using the UDP protocol, The accumulation server transmits a retransmission request notifying the sequence number missing from the sequence number added to the received packet to the prefetch proxy server, and the prefetch proxy server transmits the packet of the sequence number requested to be retransmitted from the information accumulation server. Retransmit using TCP protocol.

第2の発明は、WEBサーバと先読み代理サーバと情報蓄積サーバとWEB閲覧装置が複数のネットワークシステムを介して設置され、WEB閲覧装置は、第1の要求データをWEBサーバ宛に送信し、WEBサーバは第1の要求データに対応するWEB情報をWEB閲覧装置へ向けて送信し、先読み代理サーバは、第1の要求データに対応するWEB情報を情報蓄積サーバへ転送するとともに、当該WEB情報に含まれる要求データを抽出して先読み要求データとしてWEBサーバへ向けて送信し、さらに当該先読み要求データを情報蓄積サーバへ通知し、WEBサーバは、先読み要求データに対応するWEB情報を先読み代理サーバへ送信し、先読み代理サーバは、受信した先読み要求データに対応するWEB情報を情報蓄積サーバへ送信し、情報蓄積サーバにて当該WEB情報を蓄積し、WEB閲覧装置は、第1の要求データに対応するWEB情報に含まれる第2の要求データを生成し、当該第2の要求データを情報蓄積サーバへ送信し、情報蓄積サーバは、先読み要求データと第2の要求データが同一である場合に、蓄積した先読み要求データに対応するWEB情報をWEB閲覧装置へ送信するWEB情報取得装置の先読み代理サーバにおいて、情報蓄積サーバへ向けて遅延時間測定パケットを送出し、情報蓄積サーバとの間の伝送遅延時間を測定する測定手段と、伝送遅延時間が一定時間以下の場合に、先読み要求データに対応するWEB情報をTCPプロトコルを用いて情報蓄積サーバへ送信し、伝送遅延時間が一定時間を超える場合に、先読み要求データに対応するWEB情報をUDPプロトコルを用いて情報蓄積サーバへ送信する送信手段とを備える。   In the second invention, a WEB server, a prefetching proxy server, an information storage server, and a WEB browsing apparatus are installed via a plurality of network systems, and the WEB browsing apparatus transmits the first request data to the WEB server, The server transmits the WEB information corresponding to the first request data to the WEB browsing apparatus, and the prefetch proxy server transfers the WEB information corresponding to the first request data to the information storage server and also includes the WEB information. The request data included is extracted and transmitted to the WEB server as prefetch request data. Further, the prefetch request data is notified to the information storage server, and the WEB server sends the WEB information corresponding to the prefetch request data to the prefetch proxy server. The prefetch proxy server sends the WEB information corresponding to the received prefetch request data to the information storage server. Then, the WEB information is stored in the information storage server, and the WEB browsing apparatus generates second request data included in the WEB information corresponding to the first request data, and stores the second request data as information. The information storage server transmits the WEB information corresponding to the stored prefetch request data to the WEB browsing device when the prefetch request data and the second request data are the same. The server sends a delay time measurement packet to the information storage server, measures the transmission delay time with the information storage server, and supports prefetch request data when the transmission delay time is less than a certain time WEB information to be transmitted is transmitted to the information storage server using the TCP protocol, and when the transmission delay time exceeds a predetermined time, the prefetch request data is supported. The EB information using the UDP protocol and transmitting means for transmitting to the information storage server.

第2の発明の先読み代理サーバにおいて、送信手段は、先読み要求データに対応するWEB情報をUDPプロトコルを用いて情報蓄積サーバへ送信するときに、送信するパケットにシーケンス番号を付加し、情報蓄積サーバが受信したパケットに付加されたシーケンス番号から欠落したシーケンス番号を通知する再送要求を受信し、さらに当該再送要求されたシーケンス番号のパケットをTCPプロトコルを用いて再送する再送制御手段を含む。   In the prefetch proxy server of the second invention, the transmission means adds a sequence number to the packet to be transmitted when transmitting the WEB information corresponding to the prefetch request data to the information storage server using the UDP protocol, and the information storage server Includes a retransmission control means for receiving a retransmission request for notifying a sequence number missing from the sequence number added to the received packet and retransmitting the packet of the sequence number requested for retransmission using the TCP protocol.

本発明の先読み代理サーバは、定期的に情報蓄積サーバとの間で伝送遅延時間を測定し、測定された伝送遅延時間が一定時間以下の場合に、TCPプロトコルを用いて先読みされたWEB情報を情報蓄積サーバへ送信する。また、測定された伝送遅延時間が一定時間を超えている場合に、再送制御と受信順序制御機能を取り込んだUDPプロトコルを用いて先読みされたWEB情報を情報蓄積サーバへ送信する。したがって、伝送遅延が小さいときはTCPによる信頼性の高い伝送を行い、伝送遅延が大きいときはUDPによる高効率の伝送により伝送時間を低減することができる。   The prefetching proxy server of the present invention periodically measures the transmission delay time with the information storage server, and when the measured transmission delay time is equal to or less than a predetermined time, the prefetched proxy server uses WEB information prefetched using the TCP protocol. Send to the information storage server. When the measured transmission delay time exceeds a certain time, the prefetched WEB information is transmitted to the information storage server using the UDP protocol incorporating the retransmission control and reception order control functions. Therefore, when the transmission delay is small, reliable transmission by TCP is performed, and when the transmission delay is large, transmission time can be reduced by highly efficient transmission by UDP.

情報蓄積サーバは、UDPプロトコルにより先読みされたWEB情報を受信した場合に、パケットに含まれるシーケンス番号から欠落したシーケンス番号を通知する再送要求を先読み代理サーバへ送信する。先読み代理サーバは、当該再送要求されたシーケンス番号のパケットをTCPプロトコルを用いて再送する。これにより、UDPにより高効率の伝送中に生じたパケットロスを回復することができる。また、再送パケットのみをTCPで伝送することによりスロースタートの影響も受けにくくなり、かつ再送パケットを高信頼で転送することができる。また、受信したUDPパケットのシーケンス番号の順序が逆転している場合には、順序の逆転がないようにパケットの順序を並び替える。   When receiving the WEB information prefetched by the UDP protocol, the information storage server transmits a retransmission request notifying the sequence number missing from the sequence number included in the packet to the prefetch proxy server. The prefetch proxy server retransmits the packet with the sequence number requested to be retransmitted using the TCP protocol. As a result, it is possible to recover packet loss caused during transmission with high efficiency by UDP. Further, by transmitting only the retransmission packet by TCP, it is less susceptible to the slow start, and the retransmission packet can be transferred with high reliability. Further, when the order of the sequence numbers of the received UDP packets is reversed, the order of the packets is rearranged so that the order is not reversed.

このように、TCPプロトコル/UDPプロトコルの切り替えと、再送制御・パケット順序制御とを組み合わせることにより、ネットワーク全体として伝送効率を高め、信頼性の高い情報転送を行うことができる。   As described above, by combining the switching of the TCP protocol / UDP protocol and the retransmission control / packet order control, it is possible to improve the transmission efficiency of the entire network and perform highly reliable information transfer.

本発明の先読み代理サーバの実施例1の構成を示す図である。It is a figure which shows the structure of Example 1 of the prefetching proxy server of this invention. 本発明の先読み代理サーバの実施例2の構成を示す図である。It is a figure which shows the structure of Example 2 of the prefetching proxy server of this invention. 実施例1および実施例2に対応するWEB情報転送処理シーケンスの例を示す図である。FIG. 10 is a diagram illustrating an example of a WEB information transfer processing sequence corresponding to the first embodiment and the second embodiment. 従来のWEB情報取得装置を含む通信ネットワークの構成例を示す図である。It is a figure which shows the structural example of the communication network containing the conventional WEB information acquisition apparatus. 従来のWEB情報取得処理シーケンスを示す図である。It is a figure which shows the conventional WEB information acquisition process sequence. 従来の先読み代理サーバ20の構成例を示す図である。It is a figure which shows the structural example of the conventional prefetching proxy server. 従来の情報蓄積サーバ30の構成例を示す図である。It is a figure which shows the structural example of the conventional information storage server 30. FIG. TCPでのデータ転送シーケンスを示す図である。It is a figure which shows the data transfer sequence in TCP. 先読み代理サーバの送信データサイズの時間変化を示す図である。It is a figure which shows the time change of the transmission data size of a prefetch proxy server. データサイズに対する転送スループットを示す図である。It is a figure which shows the transfer throughput with respect to data size.

本発明は、先読み代理サーバにおいて、先読み要求データに対応するWEB情報(以下、「先読みWEB情報」という)について、情報蓄積サーバとの間の伝送遅延時間に応じてTCPプロトコルとUDPプロトコルを適宜選択し、情報蓄積サーバへ転送することを特徴とする。   In the prefetch proxy server, the TCP protocol and the UDP protocol are appropriately selected according to the transmission delay time between the information storage server and the web information corresponding to the prefetch request data (hereinafter referred to as “prefetch web information”). And transferring to the information storage server.

ここで、UDPプロトコルはコネクションレス通信であり、スロースタート輻輳制御機構がないため、TCPプロトコルを使用する場合と比較して高速に転送することが可能となる。その結果、先読み代理サーバから先読みWEB情報を情報蓄積サーバへ転送する時間を短縮することができる。さらに、情報蓄積サーバからPCへの当該WEB情報の転送時間が短縮化され、先読みの効果を高めることができる。ただし、UDPプロトコルはコネクションレス通信であるために信頼性が低く、途中のネットワークでパケット欠落が発生したり、情報蓄積サーバにおいてパケット受信の順序が逆転し、当該WEB情報を正しく受信できない場合がある。情報蓄積サーバでの受信パケットの欠落に対しては再送処理が必要になり、受信の順序の逆転に対しては受信順序制御処理が必要になる。そのため、本発明では、以下の実施例1および実施例2に示すように、UDPプロトコルとTCPプロトコルを使い分けるようにする。   Here, since the UDP protocol is connectionless communication and does not have a slow start congestion control mechanism, it can be transferred at a higher speed than when the TCP protocol is used. As a result, it is possible to shorten the time for transferring the prefetched WEB information from the prefetching proxy server to the information storage server. Furthermore, the transfer time of the WEB information from the information storage server to the PC is shortened, and the effect of prefetching can be enhanced. However, since the UDP protocol is connectionless communication, reliability is low, packet loss may occur in the middle of the network, or the order of packet reception may be reversed in the information storage server, and the WEB information may not be received correctly. . Retransmission processing is required for missing received packets at the information storage server, and reception order control processing is required for reversal of the reception order. Therefore, in the present invention, as shown in the following first and second embodiments, the UDP protocol and the TCP protocol are selectively used.

本発明の実施例1は、先読み代理サーバにおいて、先読みWEB情報を情報蓄積サーバへ転送する際に、先読み代理サーバと情報蓄積サーバとの間の伝送遅延時間の測定値に基づくプロトコル切替を行う。   In the first embodiment of the present invention, when the prefetching proxy server transfers the prefetching WEB information to the information storage server, the protocol is switched based on the measured value of the transmission delay time between the prefetching proxy server and the information storage server.

先読み代理サーバと情報蓄積サーバは、WEB情報の転送に先駆けて、UDPコネクションおよびTCPコネクションを一組として確立する。先読み代理サーバは、定期的に遅延時間測定パケットを情報蓄積サーバに宛てて送信し、当該パケットのラウンドトリップ時間から伝送遅延時間を測定し、先読みWEB情報を情報蓄積サーバへ転送する際に、情報蓄積サーバとの伝送遅延時間が閾値を超えている場合にUDPプロトコルを用い、閾値以下の場合にTCPプロトコルを用いる。   The prefetch proxy server and the information storage server establish a UDP connection and a TCP connection as a set prior to the transfer of the WEB information. The prefetch proxy server periodically sends a delay time measurement packet to the information storage server, measures the transmission delay time from the round trip time of the packet, and transfers the prefetch WEB information to the information storage server. The UDP protocol is used when the transmission delay time with the storage server exceeds the threshold value, and the TCP protocol is used when the transmission delay time is less than the threshold value.

図1は、本発明の先読み代理サーバの実施例1の構成を示す。
図1に示す実施例1の先読み代理サーバと、図6に示す従来の先読み代理サーバの対応関係は次の通りである。ネットワークインタフェース部21はそのまま対応する。図1に示す受信信号種別判定・転送処理部1、転送信号プロトコル判定部2および遅延時間測定部3は、図6のWEB情報解析部26に新たに備えられる機能部である。図1に示す先読み機能部4は、図6の先読み要求データ比較部27および要求データ送出部25に対応する。図6に示すその他の機能部は、図1の実施例1では省略している。
FIG. 1 shows the configuration of Embodiment 1 of the prefetching proxy server of the present invention.
The correspondence relationship between the prefetching proxy server of the first embodiment shown in FIG. 1 and the conventional prefetching proxy server shown in FIG. 6 is as follows. The network interface unit 21 corresponds as it is. The reception signal type determination / transfer processing unit 1, the transfer signal protocol determination unit 2, and the delay time measurement unit 3 shown in FIG. 1 are functional units newly provided in the WEB information analysis unit 26 of FIG. The prefetch function unit 4 shown in FIG. 1 corresponds to the prefetch request data comparison unit 27 and the request data transmission unit 25 of FIG. The other functional units shown in FIG. 6 are omitted in the first embodiment shown in FIG.

実施例1の先読み代理サーバは、PCがWEBサーバへ送信した要求データ(get)や、当該要求データに対してWEBサーバがPCへ送信したWEB情報(data)を受信すると、新たにコネクションが生じたと判定し、当該コネクションに対応するTCPコネクションおよびUDPコネクションを情報蓄積サーバとの間で確立する。そして、先読み代理サーバの遅延時間特性部3は、定期的に、あるいは先読みWEB情報の受信を転送開始のトリガとして、遅延時間測定パケットを情報蓄積サーバに宛てて送信し、当該パケットのラウンドトリップ時間から伝送遅延時間を測定し、保持しておく。   When the prefetch proxy server of the first embodiment receives the request data (get) transmitted from the PC to the WEB server and the WEB information (data) transmitted from the WEB server to the PC in response to the request data, a new connection is generated. The TCP connection and the UDP connection corresponding to the connection are established with the information storage server. Then, the delay time characteristic unit 3 of the prefetching proxy server transmits the delay time measurement packet to the information storage server periodically or with reception of the prefetching WEB information as a trigger for starting transfer, and the round trip time of the packet. Measure and hold the transmission delay time.

ネットワークインタフェース部21は、受信信号の送信元および宛先に応じて、受信信号を図6に示す要求データ受信部22またはWEB情報解析部26に振り分け、WEB情報解析部26は、要求データに応じてWEBサーバ11が送出したWEB情報を受信する。ここで、WEB情報解析部26の受信信号種別判定・転送処理部1は、受信したWEB情報がHTML信号であれば、当該WEB情報を先読み機能部4へ出力して先読み処理を行う。先読み処理については、図6で説明した構成に基づいて先読み要求データが生成され、WEBサーバへ送出することになるが、ここでは詳細な説明は省略する。   The network interface unit 21 distributes the received signal to the request data receiving unit 22 or the WEB information analyzing unit 26 shown in FIG. 6 according to the transmission source and destination of the received signal, and the WEB information analyzing unit 26 responds to the request data. The WEB information sent from the WEB server 11 is received. Here, if the received WEB information is an HTML signal, the received signal type determination / transfer processing unit 1 of the WEB information analysis unit 26 outputs the WEB information to the prefetch function unit 4 and performs prefetch processing. Regarding the prefetching process, prefetching request data is generated based on the configuration described with reference to FIG. 6 and is sent to the WEB server, but detailed description thereof is omitted here.

さらに、受信信号種別判定・転送処理部1は、受信したWEB情報が、PCからの要求データ(図5におけるget1)に対応するWEB情報(同data1、本例ではHTML信号)か、先読み代理サーバの先読み要求データ(同先読みget2)に対応する先読みWEB情報(同data2)かを判定する。そして、前者のHTML信号であるWEB情報(同data1)は、そのまま情報蓄積サーバへ転送し、後者の先読みWEB情報(同data2)の場合は、転送信号プロトコル判定部2に対して転送信号プロトコルの問い合わせを行い、転送信号プロトコル判定部2で判定した転送信号プロトコルを取得し、それに従って情報蓄積サーバへ転送する処理を行う。   Further, the reception signal type determination / transfer processing unit 1 determines whether the received WEB information is WEB information (the same data1, in this example, an HTML signal) corresponding to the request data (get1 in FIG. 5) from the PC, or a prefetch proxy server It is determined whether the prefetching WEB information (same data2) corresponding to the prefetching request data (same prefetching get2). Then, the former HTML signal WEB information (same data 1) is transferred as it is to the information storage server, and in the latter prefetch WEB information (same data 2), the transfer signal protocol determination unit 2 is informed of the transfer signal protocol. An inquiry is made, the transfer signal protocol determined by the transfer signal protocol determination unit 2 is acquired, and the process of transferring to the information storage server is performed accordingly.

ここで、転送信号プロトコル判定部2は、受信信号種別判定・転送処理部1からの転送信号プロトコルの問い合わせを受けて、遅延時間測定部3に対して情報蓄積サーバとの遅延時間を問い合わせる。遅延時間測定部3は、当該問い合わせに対して、情報蓄積サーバとの伝送遅延時間の測定結果を転送信号プロトコル判定部2へ通知する。転送信号プロトコル判定部2は、情報蓄積サーバとの伝送遅延時間を取得し、当該伝送遅延時間が予め決めた閾値を超えていればUDPプロトコル、閾値以下であればTCPプロトコルを用いることを判定し、受信信号種別判定・転送処理部1に判定した転送信号プロトコルを通知する。   Here, the transfer signal protocol determination unit 2 receives the inquiry about the transfer signal protocol from the reception signal type determination / transfer processing unit 1 and inquires the delay time measurement unit 3 about the delay time with the information storage server. In response to the inquiry, the delay time measurement unit 3 notifies the transfer signal protocol determination unit 2 of the measurement result of the transmission delay time with the information storage server. The transfer signal protocol determination unit 2 acquires the transmission delay time with the information storage server, and determines that the UDP protocol is used if the transmission delay time exceeds a predetermined threshold, and the TCP protocol is used if the transmission delay time is less than the threshold. The received signal type determination / transfer processing unit 1 is notified of the determined transfer signal protocol.

実施例1の先読み代理サーバに対応する情報蓄積サーバは、先読み代理サーバの遅延時間測定部3との間で、先読み代理サーバと情報蓄積サーバとの間の伝送遅延時間の測定に用いる機能部が備えられる他は、図7に示す情報蓄積サーバの構成と同様である。   The information storage server corresponding to the prefetching proxy server of the first embodiment includes a functional unit used for measuring the transmission delay time between the prefetching proxy server and the information storage server with the delay time measuring unit 3 of the prefetching proxy server. Other than that, the configuration of the information storage server shown in FIG. 7 is the same.

すなわち、情報蓄積サーバに入力するWEB情報について、PCからの要求データ(図5におけるget1)に対応するWEB情報(同data1)か、先読み代理サーバの先読み要求データ(同先読みget2)に対応する先読みWEB情報(同data2)かを判定する。前者のWEB情報(同data1)はそのままPCへ転送し、後者の先読みWEB情報(同data2)の場合は、PCから先読み要求データ(同先読みget2)と同じ要求データが入力されるまで蓄積し、当該要求データが入力されたときに当該先読みWEB情報(同data2)をPCへ転送する。   That is, for the WEB information input to the information storage server, the WEB information (same data1) corresponding to the request data from the PC (get1 in FIG. 5), or the prefetching corresponding to the prefetching request data (same prefetching get2) of the prefetching proxy server. It is determined whether it is WEB information (same data2). The former WEB information (same data1) is transferred to the PC as it is, and in the case of the latter prefetched WEB information (same data2), it is accumulated until the same request data as the prefetch request data (same prefetch get2) is input from the PC. When the request data is input, the prefetched WEB information (same data2) is transferred to the PC.

本発明の実施例2は、UDPプロトコルで転送されたパケットの再送処理をTCPプロトコルを用いて行うことを特徴とする。   Embodiment 2 of the present invention is characterized in that retransmission processing of a packet transferred by the UDP protocol is performed using the TCP protocol.

再送パケットの数が増えるに従って伝送遅延が大きくなる。すなわち、遅延が大きいネットワークでは、再送パケットを待つ時間が大きいため、複数回の再送が生じると伝送遅延が顕著になる。そこで、実施例2では、UDPプロトコルで転送されたパケットの再送パケットは、TCPプロトコルを用いて再送する。すなわち、先読み代理サーバは、UDPコネクション上で生じたパケット欠落に対して、TCPコネクションを用いて再送処理を行う。TCPプロトコルを使用するのが再送処理のみであれば、そのトラヒック量が少なく、よって部分的にTCPプロトコルを用いても上述したスロースタートの影響を受けにくい。また、UDPプロトコル上で新たな再送機能を備える必要がなく、従来のTCPプロトコルの設計を利用できる。   The transmission delay increases as the number of retransmission packets increases. In other words, in a network with a large delay, it takes a long time to wait for a retransmission packet. Therefore, when a plurality of retransmissions occur, the transmission delay becomes significant. Therefore, in the second embodiment, a retransmission packet of a packet transferred by the UDP protocol is retransmitted using the TCP protocol. That is, the prefetching proxy server performs retransmission processing using a TCP connection for packet loss that occurs on the UDP connection. If only the retransmission process uses the TCP protocol, the amount of traffic is small. Therefore, even if the TCP protocol is partially used, it is not easily affected by the slow start described above. Further, it is not necessary to provide a new retransmission function on the UDP protocol, and a conventional TCP protocol design can be used.

図2は、本発明の先読み代理サーバの実施例2の構成を示す。
図2の先読み代理サーバは、図1の先読み代理サーバの受信信号種別判定・転送処理部1に再送制御部5を接続した構成である。
FIG. 2 shows a configuration of a second embodiment of the prefetching proxy server according to the present invention.
The prefetching proxy server in FIG. 2 has a configuration in which a retransmission control unit 5 is connected to the received signal type determination / transfer processing unit 1 of the prefetching proxy server in FIG.

受信信号種別判定・転送処理部1は、先読みWEB情報(図5におけるdata2)を情報蓄積サーバへ転送する際に、情報蓄積サーバとの間の伝送遅延時間が閾値を超えていればUDPプロトコル、閾値以下であればTCPプロトコルを用いる。ここで、先読みWEB情報をUDPプロトコルで転送するときに、UDPパケットにUDPシーケンス番号を付加する。   When the reception signal type determination / transfer processing unit 1 transfers prefetched WEB information (data 2 in FIG. 5) to the information storage server, the UDP protocol, if the transmission delay time with the information storage server exceeds a threshold, If it is below the threshold, the TCP protocol is used. Here, when the prefetched WEB information is transferred by the UDP protocol, a UDP sequence number is added to the UDP packet.

情報蓄積サーバは、受信したUDPパケットの中で、欠落しているUDPシーケンス番号を抽出して先読み代理サーバへ再送通知を行う再送制御部を備える。このとき、情報蓄積サーバは、UDPコネクションではなく、TCPコネクション(SACKオプション)を用いて、再送に必要な欠落しているUDPシーケンス番号を含む再送制御信号を送信する。   The information storage server includes a retransmission control unit that extracts a missing UDP sequence number from the received UDP packet and notifies the prefetch proxy server of retransmission. At this time, the information storage server transmits a retransmission control signal including a missing UDP sequence number necessary for retransmission using a TCP connection (SACK option) instead of a UDP connection.

先読み代理サーバの受信信号種別判定・転送処理部1は、情報蓄積サーバから再送制御信号を受信すると、転送信号プロトコル判定部2に対して転送信号プロトコルの問い合わせを行わず、再送制御部5へ通知する。再送制御部5は、再送制御信号に含まれる再送に必要な欠落しているUDPシーケンス番号を判別し、当該パケットをTCPプロトコルを用いて再送するように受信信号種別判定・転送処理部1に通知し、受信信号種別判定・転送処理部1が当該パケットをTCPプロトコルを用いて再送する。   When the reception signal type determination / transfer processing unit 1 of the prefetching proxy server receives a retransmission control signal from the information storage server, it notifies the retransmission control unit 5 without making an inquiry about the transfer signal protocol to the transfer signal protocol determination unit 2. To do. The retransmission control unit 5 determines the missing UDP sequence number necessary for retransmission included in the retransmission control signal, and notifies the received signal type determination / transfer processing unit 1 to retransmit the packet using the TCP protocol. The received signal type determination / transfer processing unit 1 retransmits the packet using the TCP protocol.

実施例2の先読み代理サーバに対応する情報蓄積サーバは、先読み代理サーバの遅延時間測定部3との間で、先読み代理サーバと情報蓄積サーバとの間の伝送遅延時間の測定に用いる機能部が備えられ、さらに情報の再送制御部を備える他は、図7に示す情報蓄積サーバの構成と同様である。   The information storage server corresponding to the prefetching proxy server according to the second embodiment includes a functional unit used for measuring a transmission delay time between the prefetching proxy server and the information storage server with the delay time measuring unit 3 of the prefetching proxy server. The configuration of the information storage server shown in FIG. 7 is the same as that of FIG.

図3は、実施例1および実施例2に対応するWEB情報転送処理シーケンスの例を示す。
図3において、先読み代理サーバは、情報蓄積サーバへ向けて遅延時間測定パケットを送出し、情報蓄積サーバとの間の伝送遅延時間を測定する。ここでは、伝送遅延時間が閾値以下であることからTCPプロトコルでの転送を選択する。
FIG. 3 shows an example of a WEB information transfer processing sequence corresponding to the first embodiment and the second embodiment.
In FIG. 3, the prefetching proxy server sends a delay time measurement packet to the information storage server, and measures the transmission delay time with the information storage server. Here, since the transmission delay time is equal to or less than the threshold value, transfer using the TCP protocol is selected.

PCは、要求データ(get1)をWEBサーバへ向けて送信し、WEBサーバはそれに対応するWEB情報(data1、本例ではHTML信号)を返信する。   The PC transmits request data (get1) to the WEB server, and the WEB server returns WEB information (data1, HTML signal in this example) corresponding thereto.

先読み代理サーバは、WEB情報(data1)を情報蓄積サーバに転送するとともに、このWEB情報(data1)を解析して先読み要求データ(先読みget2,先読みget3)を生成し、まず先読み要求データ(先読みget2)をWEBサーバに送信するとともに、情報蓄積サーバに対して先読み要求データを含む先読み通知を送信する。情報蓄積サーバは、先読み代理サーバから送信された先読み通知を受信し、それに対応する先読みWEB情報(data2,data3)の受信を待つ。   The prefetch proxy server transfers the WEB information (data1) to the information storage server and analyzes the WEB information (data1) to generate prefetch request data (prefetch get2, prefetch get3). First, the prefetch request data (prefetch get2). ) Is transmitted to the WEB server, and a prefetch notification including prefetch request data is transmitted to the information storage server. The information storage server receives the prefetch notification transmitted from the prefetch proxy server, and waits for reception of prefetch web information (data2, data3) corresponding thereto.

WEBサーバは、先読み要求データ(先読みget2)に対応する先読みWEB情報(data2)をPCへ向けて送信する。先読み代理サーバは、当該先読みWEB情報(data2)を受信すると、転送信号プロトコル判定部においてすでに選択しているTCPプロトコルを用いて当該先読みWEB情報(data2)を情報蓄積サーバへ送信する。情報蓄積サーバは、当該先読みWEB情報(data2)を受信すると、それに対応する要求データ(get2)をPCから入力していないので一旦蓄積する。   The WEB server transmits the prefetch web information (data2) corresponding to the prefetch request data (prefetch get2) to the PC. When the prefetching proxy server receives the prefetching WEB information (data2), the prefetching proxy server transmits the prefetching WEB information (data2) to the information storage server using the TCP protocol already selected in the transfer signal protocol determination unit. When receiving the prefetched WEB information (data2), the information storage server temporarily stores the request data (get2) corresponding to the prefetched WEB information (data2) since it has not been input from the PC.

一方、PCは、WEB情報(data1)を受信し、要求データ(get2)をWEBサーバへ向けて送信する。情報蓄積サーバは、この要求データ(get2)を受信すると、先読み通知の先読み要求データ(先読みget2)と照合し、両者の一致により蓄積している先読みWEB情報(data2)をPCへ送信する。   On the other hand, the PC receives the WEB information (data 1) and transmits the request data (get 2) to the WEB server. When the information storage server receives this request data (get2), it collates with the prefetch request data (prefetch get2) of the prefetch notification, and transmits the prefetched WEB information (data2) accumulated by the coincidence of both to the PC.

ここで、先読み代理サーバは、情報蓄積サーバへ向けて遅延時間測定パケットを送出し、情報蓄積サーバとの間の伝送遅延時間を測定する。ここでは、伝送遅延時間が閾値を超えていることからUDPプロトコルでの転送を選択する。   Here, the prefetching proxy server sends a delay time measurement packet to the information storage server, and measures the transmission delay time with the information storage server. Here, since the transmission delay time exceeds the threshold value, transfer by the UDP protocol is selected.

先読み代理サーバは、引き続きWEB情報(data1)に含まれる先読み要求データ(先読みget3)をWEBサーバに送信する。WEBサーバは、先読み要求データ(先読みget3)に対応する先読みWEB情報(data3)をPCへ向けて送信する。先読み代理サーバは、当該先読みWEB情報(data3)を受信すると、転送信号プロトコル判定部においてすでに選択しているUDPプロトコルを用いて当該先読みWEB情報(data3)を情報蓄積サーバへ送信する。情報蓄積サーバは、当該先読みWEB情報(data3)を受信すると、当該先読みWEB情報(data3)を一旦蓄積して再送処理および順序整合処理を行う。   The prefetch proxy server continues to transmit prefetch request data (prefetch get3) included in the WEB information (data1) to the WEB server. The WEB server transmits prefetch WEB information (data3) corresponding to the prefetch request data (prefetch get3) to the PC. When the prefetching proxy server receives the prefetching WEB information (data3), the prefetching proxy server transmits the prefetching WEB information (data3) to the information storage server using the UDP protocol already selected in the transfer signal protocol determination unit. When the information storage server receives the prefetched WEB information (data3), the information storage server temporarily accumulates the prefetched WEB information (data3), and performs retransmission processing and order matching processing.

ここで、情報蓄積サーバは、UDPプロトコルを用いて転送された先読みWEB情報(data3)の中の欠落したパケットを検出し、先読み代理サーバへ欠落パケットの再送を要求する。この再送要求を受信した先読み代理サーバは、再送するパケットをTCPプロトコルを用いて情報蓄積サーバへ転送する。情報蓄積サーバは、再送されたパケットを含めて先読み要求データ(先読みget3)に対応する先読みWEB情報(data3)の順序整合処理を行う。   Here, the information storage server detects a missing packet in the prefetched WEB information (data 3) transferred using the UDP protocol, and requests the prefetch proxy server to retransmit the missing packet. The prefetching proxy server that has received this retransmission request transfers the packet to be retransmitted to the information storage server using the TCP protocol. The information storage server performs order matching processing of prefetched WEB information (data3) corresponding to the prefetch request data (prefetch get3) including the retransmitted packet.

一方、PCは、WEB情報(data1)に応じて次の要求データ(get3)をWEBサーバへ向けて送信する。情報蓄積サーバは、この要求データ(get3)を受信すると、先読み通知の先読み要求データ(先読みget3)と照合し、両者の一致により蓄積している先読みWEB情報(data3)をPCへ送信する。   On the other hand, the PC transmits the next request data (get3) to the WEB server according to the WEB information (data1). When the information storage server receives the request data (get3), the information storage server collates with the prefetch request data (prefetch get3) of the prefetch notification, and transmits the prefetched WEB information (data3) accumulated due to the match between the two.

1 受信信号種別判定・転送処理部
2 転送信号プロトコル判定部
3 遅延時間測定部
4 先読み機能部
5 再送制御部
11 WEBサーバ
12 インターネット
13 PC
14 LAN
15 高遅延ネットワークシステム
20 先読み代理サーバ
21 ネットワークインタフェース部
22 要求データ受信部
23 要求データ比較部
24 要求データ蓄積部
25 要求データ送出部
26 WEB情報解析部
27 先読み要求データ比較部
30 情報蓄積サーバ
31 ネットワークインタフェース部
32 要求データ受信部
33 要求データ比較部
34 要求データ蓄積部
35 要求データ送出部
36 WEB情報蓄積部
37 先読み要求データ受信部
38 WEB情報送出部
DESCRIPTION OF SYMBOLS 1 Reception signal type determination / transfer processing part 2 Transfer signal protocol determination part 3 Delay time measurement part 4 Prefetch function part 5 Retransmission control part 11 WEB server 12 Internet 13 PC
14 LAN
DESCRIPTION OF SYMBOLS 15 High delay network system 20 Prefetching proxy server 21 Network interface part 22 Request data receiving part 23 Request data comparison part 24 Request data storage part 25 Request data transmission part 26 WEB information analysis part 27 Prefetch request data comparison part 30 Information storage server 31 Network Interface unit 32 Request data reception unit 33 Request data comparison unit 34 Request data storage unit 35 Request data transmission unit 36 WEB information storage unit 37 Prefetch request data reception unit 38 WEB information transmission unit

Claims (4)

WEBサーバと先読み代理サーバと情報蓄積サーバとWEB閲覧装置が複数のネットワークシステムを介して設置され、
前記WEB閲覧装置は、第1の要求データを前記WEBサーバ宛に送信し、前記WEBサーバは第1の要求データに対応するWEB情報を前記WEB閲覧装置へ向けて送信し、
前記先読み代理サーバは、前記第1の要求データに対応するWEB情報を前記情報蓄積サーバへ転送するとともに、当該WEB情報に含まれる要求データを抽出して先読み要求データとして前記WEBサーバへ向けて送信し、さらに当該先読み要求データを前記情報蓄積サーバへ通知し、
前記WEBサーバは、前記先読み要求データに対応するWEB情報を前記先読み代理サーバへ送信し、
前記先読み代理サーバは、受信した前記先読み要求データに対応するWEB情報を前記情報蓄積サーバへ送信し、前記情報蓄積サーバにて当該WEB情報を蓄積し、
前記WEB閲覧装置は、前記第1の要求データに対応するWEB情報に含まれる第2の要求データを生成し、当該第2の要求データを前記情報蓄積サーバへ送信し、
前記情報蓄積サーバは、前記先読み要求データと前記第2の要求データが同一である場合に、蓄積した前記先読み要求データに対応するWEB情報を前記WEB閲覧装置へ送信するWEB情報取得方法において、
前記先読み代理サーバは、前記情報蓄積サーバとの間の伝送遅延時間が一定時間以下の場合に、前記先読み要求データに対応するWEB情報をTCPプロトコルを用いて前記情報蓄積サーバへ送信し、
前記先読み代理サーバは、前記情報蓄積サーバとの間の伝送遅延時間が一定時間を超える場合に、前記先読み要求データに対応するWEB情報をUDPプロトコルを用いて前記情報蓄積サーバへ送信する
ことを特徴とするWEB情報取得方法。
A WEB server, a prefetching proxy server, an information storage server, and a WEB browsing device are installed via a plurality of network systems,
The WEB browsing device transmits first request data to the WEB server, the WEB server transmits WEB information corresponding to the first request data to the WEB browsing device,
The prefetch proxy server transfers WEB information corresponding to the first request data to the information storage server, extracts request data included in the WEB information, and transmits the request data as prefetch request data to the WEB server. In addition, the information storage server is notified of the prefetch request data,
The WEB server transmits WEB information corresponding to the prefetch request data to the prefetch proxy server,
The prefetch proxy server transmits WEB information corresponding to the received prefetch request data to the information accumulation server, and accumulates the WEB information in the information accumulation server,
The WEB browsing device generates second request data included in WEB information corresponding to the first request data, transmits the second request data to the information storage server,
In the WEB information acquisition method of transmitting the WEB information corresponding to the stored prefetch request data to the WEB browsing device when the prefetch request data and the second request data are the same,
The prefetch proxy server, when a transmission delay time with the information storage server is a predetermined time or less, transmits WEB information corresponding to the prefetch request data to the information storage server using a TCP protocol,
The prefetch proxy server transmits WEB information corresponding to the prefetch request data to the information storage server using a UDP protocol when a transmission delay time with the information storage server exceeds a predetermined time. WEB information acquisition method.
請求項1に記載のWEB情報取得方法において、
前記先読み代理サーバは、前記先読み要求データに対応するWEB情報をUDPプロトコルを用いて前記情報蓄積サーバへ送信するときに、送信するパケットにシーケンス番号を付加し、
前記情報蓄積サーバは、受信したパケットに付加されたシーケンス番号から欠落したシーケンス番号を通知する再送要求を前記先読み代理サーバへ送信し、
前記先読み代理サーバは、前記情報蓄積サーバから再送要求されたシーケンス番号のパケットをTCPプロトコルを用いて再送する
ことを特徴とするWEB情報取得方法。
In the WEB information acquisition method according to claim 1,
The prefetch proxy server adds a sequence number to a packet to be transmitted when transmitting WEB information corresponding to the prefetch request data to the information storage server using a UDP protocol.
The information storage server sends a retransmission request notifying the sequence number missing from the sequence number added to the received packet to the prefetch proxy server,
The WEB information acquisition method, wherein the prefetch proxy server retransmits a packet having a sequence number requested to be retransmitted from the information storage server using a TCP protocol.
WEBサーバと先読み代理サーバと情報蓄積サーバとWEB閲覧装置が複数のネットワークシステムを介して設置され、
前記WEB閲覧装置は、第1の要求データを前記WEBサーバ宛に送信し、前記WEBサーバは第1の要求データに対応するWEB情報を前記WEB閲覧装置へ向けて送信し、
前記先読み代理サーバは、前記第1の要求データに対応するWEB情報を前記情報蓄積サーバへ転送するとともに、当該WEB情報に含まれる要求データを抽出して先読み要求データとして前記WEBサーバへ向けて送信し、さらに当該先読み要求データを前記情報蓄積サーバへ通知し、
前記WEBサーバは、前記先読み要求データに対応するWEB情報を前記先読み代理サーバへ送信し、
前記先読み代理サーバは、受信した前記先読み要求データに対応するWEB情報を前記情報蓄積サーバへ送信し、前記情報蓄積サーバにて当該WEB情報を蓄積し、
前記WEB閲覧装置は、前記第1の要求データに対応するWEB情報に含まれる第2の要求データを生成し、当該第2の要求データを前記情報蓄積サーバへ送信し、
前記情報蓄積サーバは、前記先読み要求データと前記第2の要求データが同一である場合に、蓄積した前記先読み要求データに対応するWEB情報を前記WEB閲覧装置へ送信するWEB情報取得装置の先読み代理サーバにおいて、
前記情報蓄積サーバへ向けて遅延時間測定パケットを送出し、前記情報蓄積サーバとの間の伝送遅延時間を測定する測定手段と、
前記伝送遅延時間が一定時間以下の場合に、前記先読み要求データに対応するWEB情報をTCPプロトコルを用いて前記情報蓄積サーバへ送信し、前記伝送遅延時間が一定時間を超える場合に、前記先読み要求データに対応するWEB情報をUDPプロトコルを用いて前記情報蓄積サーバへ送信する送信手段と
を備えたことを特徴とする先読み代理サーバ。
A WEB server, a prefetching proxy server, an information storage server, and a WEB browsing device are installed via a plurality of network systems,
The WEB browsing device transmits first request data to the WEB server, the WEB server transmits WEB information corresponding to the first request data to the WEB browsing device,
The prefetch proxy server transfers WEB information corresponding to the first request data to the information storage server, extracts request data included in the WEB information, and transmits the request data as prefetch request data to the WEB server. In addition, the information storage server is notified of the prefetch request data,
The WEB server transmits WEB information corresponding to the prefetch request data to the prefetch proxy server,
The prefetch proxy server transmits WEB information corresponding to the received prefetch request data to the information accumulation server, and accumulates the WEB information in the information accumulation server,
The WEB browsing device generates second request data included in WEB information corresponding to the first request data, transmits the second request data to the information storage server,
The information storage server, when the prefetch request data and the second request data are the same, the prefetch proxy of the web information acquisition device that transmits the web information corresponding to the stored prefetch request data to the web browsing device On the server,
A measuring means for sending a delay time measurement packet to the information storage server and measuring a transmission delay time with the information storage server;
When the transmission delay time is a predetermined time or less, WEB information corresponding to the prefetch request data is transmitted to the information storage server using a TCP protocol, and when the transmission delay time exceeds a predetermined time, the prefetch request Transmitting means for transmitting WEB information corresponding to data to the information storage server using a UDP protocol.
請求項3に記載の先読み代理サーバにおいて、
前記送信手段は、前記先読み要求データに対応するWEB情報をUDPプロトコルを用いて前記情報蓄積サーバへ送信するときに、送信するパケットにシーケンス番号を付加し、前記情報蓄積サーバが受信したパケットに付加されたシーケンス番号から欠落したシーケンス番号を通知する再送要求を受信し、さらに当該再送要求されたシーケンス番号のパケットをTCPプロトコルを用いて再送する再送制御手段を含む
ことを特徴とする先読み代理サーバ。
In the prefetch proxy server according to claim 3,
The transmission means adds a sequence number to a packet to be transmitted and adds it to a packet received by the information storage server when transmitting WEB information corresponding to the prefetch request data to the information storage server using a UDP protocol. A prefetching proxy server, comprising: a retransmission control means for receiving a retransmission request for notifying a sequence number missing from the received sequence number, and further retransmitting the packet of the sequence number requested for retransmission using the TCP protocol.
JP2011277254A 2011-12-19 2011-12-19 WEB information acquisition method and prefetch proxy server Active JP5726720B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011277254A JP5726720B2 (en) 2011-12-19 2011-12-19 WEB information acquisition method and prefetch proxy server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011277254A JP5726720B2 (en) 2011-12-19 2011-12-19 WEB information acquisition method and prefetch proxy server

Publications (2)

Publication Number Publication Date
JP2013127719A true JP2013127719A (en) 2013-06-27
JP5726720B2 JP5726720B2 (en) 2015-06-03

Family

ID=48778217

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011277254A Active JP5726720B2 (en) 2011-12-19 2011-12-19 WEB information acquisition method and prefetch proxy server

Country Status (1)

Country Link
JP (1) JP5726720B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017143336A (en) * 2016-02-08 2017-08-17 日本電信電話株式会社 Communication device and control method and program therefor, and communication system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004032039A (en) * 2002-06-21 2004-01-29 Ricoh Co Ltd Network facsimile apparatus and facsimile transmitting system
JP2004153776A (en) * 2002-09-03 2004-05-27 Ntt Docomo Inc Information distribution system, access relay device, distribution relay device, communication terminal device, information distribution method, and program
JP2005348262A (en) * 2004-06-04 2005-12-15 Ricoh Co Ltd Data communication system, electronic conference system, data communication method, data communication program and recording medium
JP2011039899A (en) * 2009-08-17 2011-02-24 Nippon Telegr & Teleph Corp <Ntt> Web information acquisition method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004032039A (en) * 2002-06-21 2004-01-29 Ricoh Co Ltd Network facsimile apparatus and facsimile transmitting system
JP2004153776A (en) * 2002-09-03 2004-05-27 Ntt Docomo Inc Information distribution system, access relay device, distribution relay device, communication terminal device, information distribution method, and program
JP2005348262A (en) * 2004-06-04 2005-12-15 Ricoh Co Ltd Data communication system, electronic conference system, data communication method, data communication program and recording medium
JP2011039899A (en) * 2009-08-17 2011-02-24 Nippon Telegr & Teleph Corp <Ntt> Web information acquisition method and device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017143336A (en) * 2016-02-08 2017-08-17 日本電信電話株式会社 Communication device and control method and program therefor, and communication system

Also Published As

Publication number Publication date
JP5726720B2 (en) 2015-06-03

Similar Documents

Publication Publication Date Title
US11550870B2 (en) Method and system for detecting slow page load
US9992093B2 (en) Method and system for detecting slow page load
US8131823B2 (en) System and method for reading ahead of content
WO2016192478A1 (en) Data transmission method and apparatus
US9282135B2 (en) Enhanced computer networking via multi-connection object retrieval
US8990429B2 (en) HTTP-based synchronization method and apparatus
US9485186B2 (en) Network congestion control with awareness of random packet losses
JP2014509483A (en) Mechanisms to improve the performance of transmission control protocols in wireless networks
JP6745821B2 (en) Method and device for resending hypertext transfer protocol request, and client terminal
JP5208884B2 (en) WEB information acquisition method and apparatus
CN110072254B (en) Data transmission method and related equipment thereof
JP2005520374A (en) Changes to TCP / IP
CN108432287A (en) A kind of data transmission method and network side equipment
JP5442541B2 (en) WEB information acquisition method and apparatus
JP5726720B2 (en) WEB information acquisition method and prefetch proxy server
US20090106445A1 (en) Method and apparatus for model-based pageview latency management
JP5602678B2 (en) WEB information prefetching method and prefetching proxy server device
JP4646931B2 (en) Server apparatus and request organizing method
JP4627290B2 (en) Rate control method, server, and program using TCP
JP6200870B2 (en) Data transfer control device, method and program
Abdelsalam et al. Evaluation of TCP wave performance applied to real HTTP traffic
US10721153B2 (en) Method and system for increasing throughput of a TCP/IP connection
Raitahila Congestion Control Algorithms for the Constrained Application Protocol (CoAP)
JP5411054B2 (en) WEB information acquisition method and apparatus
WO2015117677A1 (en) Method and software for transmitting website content

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140203

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20140917

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20141007

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20141202

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: 20150331

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150401

R150 Certificate of patent or registration of utility model

Ref document number: 5726720

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150