JP2010113491A - Web retrieval system, web retrieval method, and web retrieval program - Google Patents

Web retrieval system, web retrieval method, and web retrieval program Download PDF

Info

Publication number
JP2010113491A
JP2010113491A JP2008285098A JP2008285098A JP2010113491A JP 2010113491 A JP2010113491 A JP 2010113491A JP 2008285098 A JP2008285098 A JP 2008285098A JP 2008285098 A JP2008285098 A JP 2008285098A JP 2010113491 A JP2010113491 A JP 2010113491A
Authority
JP
Japan
Prior art keywords
search
information
response
user terminal
web
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
JP2008285098A
Other languages
Japanese (ja)
Other versions
JP5061372B2 (en
Inventor
Kennosuke Nakayama
賢之輔 中山
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.)
NEC Platforms Ltd
Original Assignee
NEC AccessTechnica Ltd
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 NEC AccessTechnica Ltd filed Critical NEC AccessTechnica Ltd
Priority to JP2008285098A priority Critical patent/JP5061372B2/en
Publication of JP2010113491A publication Critical patent/JP2010113491A/en
Application granted granted Critical
Publication of JP5061372B2 publication Critical patent/JP5061372B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To obtain a list including information which can be quickly obtained as a retrieval result. <P>SOLUTION: A Web retrieval system includes: a Web server 410 for providing response information in response to a request from a client node 110; and a tabulation retrieval device 200 for retrieving the Web server in response to the request. The client node 110 includes: a means 112 for measuring a response time until response information from the Web server 410 is sent, and for transmitting the response time to the tabulation retrieval device; and a means 113 for extracting specific character information among the response information from the Web sever, and transmitting a retrieval request using this as character information for retrieval to the tabulation retrieval device. The tabulation retrieval device 200 includes: a means 232 for retrieving and collecting the response information including a character string matched with the character information for retrieval; and a means 233 for generating a retrieval result list by ranking and listing the collected response information in the order of the short response time of the Web server to which each piece of response information is belonging. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、インターネットを介してキーワード検索を行い所望の情報を取得するための
ウェブ検索システムに関する。
The present invention relates to a web search system for performing keyword search via the Internet and acquiring desired information.

インターネット上に設置されたウェブサーバに属するウェブ情報を検索対象としたウェブ検索システムは、検索対象となるキーワードを元に、同一のキーワードが掲載されているWWW(World Wide Web)サーバの情報を、この情報に対して設定されたリンク数やキーワードの掲載率などの情報の有用性に基づいて、上位に掲載されたリストを、検索結果として提示する。   A web search system for searching web information belonging to a web server installed on the Internet, based on the keyword to be searched, information on the WWW (World Wide Web) server on which the same keyword is posted, Based on the usefulness of information such as the number of links set for this information and the publication rate of keywords, a list placed at the top is presented as a search result.

しかしながら、このWEB検索システムにおいては、各WWWサーバ(ウェブサーバ)にかかる処理負荷や、途中経路の混雑状況を考慮していないため、検索結果として提示されたWWWサーバの情報が直ぐに閲覧できるものである否かの判断ができないという課題がある。   However, in this WEB search system, the processing load on each WWW server (web server) and the congestion status of the route on the way are not considered, so the information of the WWW server presented as a search result can be browsed immediately. There is a problem that it cannot be determined whether there is any.

例えば、ある情報を有する特定のコンテンツプロバイダ(ウェブサーバ)に多くのノードからのアクセスが集中することにより、ウェブサーバの応答時間が長くなり、ノード利用者は、所望の情報を得るのに多大な時間を強いられてしまう、といった不都合が生じ得る。   For example, the concentration of accesses from many nodes to a specific content provider (web server) having certain information increases the response time of the web server, and the node user has a great deal of time to obtain the desired information. There may be inconveniences such as being forced to spend time.

これに対して、インターネット利用時に対象のWWWサーバ(ウェブサーバ)に対する応答時間を測定する手法として、ICMP(Internet Control Message Protocol)を利用して応答時間を測定するという手法が知られている。   On the other hand, as a method for measuring the response time to the target WWW server (web server) when using the Internet, a method of measuring the response time using ICMP (Internet Control Message Protocol) is known.

また、関連技術として、ある特定のノード端末からインターネット上の所定のサービスを利用する際に、そのサービスの混雑状況を視覚的に表示するための手法が開示されている(特許文献1)。   As a related technique, a technique for visually displaying the congestion status of a service when a predetermined service on the Internet is used from a specific node terminal is disclosed (Patent Document 1).

また、インターネット上(ネットワーク内)に新たにネットワーク機器を設けることにより、ネットワーク内の通信状況を把握するための手法が開示されている(特許文献2)。   Further, a technique for grasping the communication status in the network by newly providing a network device on the Internet (in the network) is disclosed (Patent Document 2).

特開2003−76661JP 2003-76661 A 特開2007−208328JP2007-208328A

しかしながら、上記特許文献1に開示された関連技術では、一つのノードから見たネットワークの混雑状況を表示するためのものであり、ネットワーク全体の混雑状況を把握することは出来ないという不都合がある。
また、上記特許文献2に開示された関連技術でも、ネットワーク内機器による測定が必要となり、ネットワークの混雑状況にかかる情報の集計を行う場合もネットワークを管理しているISP事業者単位となるため、ネットワーク全体の混雑状況を把握することは困難であった。
However, the related technique disclosed in Patent Document 1 is for displaying the congestion status of the network as viewed from one node, and has a disadvantage that the congestion status of the entire network cannot be grasped.
Also, in the related technology disclosed in the above-mentioned Patent Document 2, measurement by devices in the network is necessary, and when collecting information related to the congestion status of the network, it is an ISP provider unit that manages the network. It was difficult to grasp the congestion status of the entire network.

また、一般的なウェブ検索システムは、掲載されている情報の有用性によって順位付けされた検索結果の表示方法が知られているが、ネットワーク全体の混雑状況を把握できないことから、より早く有用な情報を得たいとする場合も、WWWサーバやそこに至る経路が混雑している場合は、応答時間の遅いウェブサイトの閲覧を強いられるという不都合があった。   In addition, general web search systems are known to display search results ranked according to the usefulness of the information posted, but it is faster and more useful because it cannot grasp the overall network congestion. Even when trying to obtain information, when the WWW server and the route to it are congested, there is a problem that it is forced to browse a website with a slow response time.

[発明の目的]
本発明は、上記関連技術の有する不都合を改善し、迅速に取得可能な情報がリスト化された情報を検索結果として取得し得るウェブ検索システム、ウェブ検索方法、およびウェブ検索プログラムを提供することを、その目的とする。
[Object of invention]
The present invention provides a web search system, a web search method, and a web search program that improve the disadvantages of the related art and can acquire information in which searchable information is listed as a search result. And its purpose.

上記目的を達成するために、本発明に係るウェブ検索システムは、インターネットを介してユーザ端末に接続され当該ユーザ端末からの要求に応じて予め設定された応答情報の提供を行うウェブサーバと、前記ユーザ端末からの検索要求に応じて前記インターネットに接続された前記ウェブサーバの検索を行う検索装置とを備えたウェブ検索システムであって、前記ユーザ端末は、前記要求を送信してから前記ウェブサーバからの応答情報が前記ユーザ端末に送り込まれるまでの時間を前記ウェブサーバの応答時間として測定すると共に当該応答時間を前記検索装置に送信する応答時間測定手段と、前記ウェブサーバからの応答情報のうち当該応答情報のタイトルにかかる文字情報を抽出すると共に当該文字情報を前記検索用の文字情報とした検索要求を前記検索装置に送信する検索要求手段とを備え、前記検索装置は、前記検索用の文字情報に一致する文字列を含んだ応答情報を検索し収集する検索収集手段と、前記収集された応答情報を当該各応答情報が属するウェブサーバの応答時間の短い順に序列してリスト化した検索結果リストを生成する検索結果生成手段と、前記生成された検索結果リストを前記ユーザ端末に対して提供する検索結果提供手段とを備えた構成をとっている。   In order to achieve the above object, a web search system according to the present invention is connected to a user terminal via the Internet and provides response information set in advance in response to a request from the user terminal, A web search system comprising: a search device that searches the web server connected to the Internet in response to a search request from a user terminal, wherein the user terminal transmits the request and then the web server A response time measuring means for measuring a time until response information from the web server is sent to the user terminal as a response time of the web server and transmitting the response time to the search device, and among response information from the web server The character information related to the title of the response information is extracted and the character information is used as the character information for search. Search request means for transmitting a search request to the search device, wherein the search device searches and collects response information including a character string that matches the search character information, and the collected information Search result generating means for generating a search result list in which the response information is listed in the order of short response time of the web server to which each response information belongs, and the generated search result list to the user terminal The search result providing means is provided.

又、本発明にかかるウェブ検索方法は、インターネットを介してユーザ端末に接続され要求に応じて応答情報の提供を行うウェブサーバと、前記ユーザ端末からの検索要求に応じて前記ウェブサーバの検索を行う検索装置とを備え、前記検索結果を前記ユーザ端末に提供するウェブ検索方法であって、前記ユーザ端末からの要求に対しての前記ウェブサーバからの応答情報が前記ユーザ端末に送り込まれるまでの前記ウェブサーバの応答時間を測定すると共に当該応答時間を前記検索装置に送信し、前記応答情報のタイトルにかかる文字情報を抽出すると共に当該文字情報を前記検索用の文字情報として設定した検索要求を前記検索装置に送信し、前記送信された文字情報に一致する文字列を含んだ応答情報を検索収集し、前記収集された応答情報を当該各応答情報が属するウェブサーバの応答時間の短い順にリスト化した検索結果リストを生成し、前記生成された検索結果リストを前記ユーザ端末に対して提供することを特徴としている。   The web search method according to the present invention includes a web server connected to a user terminal via the Internet and providing response information in response to a request, and searching the web server in response to a search request from the user terminal. A web search method for providing the search result to the user terminal until response information from the web server in response to a request from the user terminal is sent to the user terminal. A search request that measures the response time of the web server and transmits the response time to the search device, extracts character information related to the title of the response information, and sets the character information as character information for search. Response information including a character string that matches the transmitted character information is retrieved and collected, and transmitted to the search device. Information to generate a search result list listing order of the shortest response time of the web server to which the respective response information belongs, is characterized by providing a search result list the generated to the user terminal.

更に、本発明にかかるウェブ検索プログラムは、インターネットを介してユーザ端末に接続され当該ユーザ端末からの要求に応じて予め設定された応答情報の提供を行うウェブサーバと、前記ユーザ端末からの要求に対する前記ウェブサーバからの応答情報が前記ユーザ端末に送り込まれるまでの応答時間を前記各ウェブサーバに対応して記憶し前記ユーザ端末からの検索要求に応じて前記インターネットに接続された前記ウェブサーバの検索を行う検索装置とを備えたウェブ検索システムにあって、前記検索結果を前記ユーザ端末に提供するためのウェブ検索プログラムであって、前記ユーザ端末に送られた前記応答情報のタイトルにかかる文字情報に基づき、前記ウェブサーバに属する前記応答情報を検索すると共に前記文字情報を含む応答情報を収集する文字情報検索機能と、前記収集された応答情報を、当該各応答情報が属するウェブサーバの応答時間の短い順にリスト化して検索結果リストを生成する検索結果生成機能と、を前記検索装置のコンピュータに実行させることを特徴としている。   Furthermore, a web search program according to the present invention includes a web server that is connected to a user terminal via the Internet and provides preset response information in response to a request from the user terminal, and a request from the user terminal. A response time until response information from the web server is sent to the user terminal is stored corresponding to each web server, and the web server connected to the Internet is searched in response to a search request from the user terminal. A web search system comprising a search device for performing a search, a web search program for providing the search result to the user terminal, the character information relating to the title of the response information sent to the user terminal And searching for the response information belonging to the web server and including the character information A character information search function that collects response information, and a search result generation function that generates a search result list by listing the collected response information in ascending order of response time of the web server to which each response information belongs. It is characterized by being executed by a computer of a search device.

本発明は、以上のように構成され機能するので、これによると、ユーザ端末が、要求に対するウェブサーバの応答時間を測定し検索装置に通知する手段と、ウェブサーバからの応答情報のタイトルにかかる文字情報を前記検索用の文字情報とした検索要求を検索装置に送信する手段とを備え、検索装置が、検索用の文字情報を含んだ応答情報を検索収集し、収集された応答情報を当該各応答情報が属するウェブサーバの応答時間の短い順にリスト化した検索結果リストを生成する手段を備えた構成としたことにより、応答時間の早いウェブサーバに属する情報(応答情報)を優先的に序列されたリストを、検索要求に対する検索結果として取得することができるウェブ検索システム、ウェブ検索方法、およびウェブ検索プログラムを提供することができる。   Since the present invention is configured and functions as described above, according to this, the user terminal measures the response time of the web server to the request and notifies the search device, and the title of the response information from the web server Means for transmitting a search request using character information as the character information for search to the search device, the search device searches and collects response information including the character information for search, and the collected response information Precedence of information (response information) belonging to web servers with fast response times by providing a means for generating a search result list that is listed in ascending order of response times of the web servers to which each response information belongs. A web search system, a web search method, and a web search program that can obtain a list obtained as a search result for a search request. Can.

[実施形態]
次に、本発明の実施形態について、その基本的構成内容を説明する。
[Embodiment]
Next, the basic configuration content of the embodiment of the present invention will be described.

本実施形態であるWeb検索システム(ウェブ検索システム)は、図1に示すように、ウェブサーバに対してウェブページの閲覧要求を行うWWWブラウザ111とウェブサーバから取得された、例えば、Webページ(ウェブページ)などの出力表示を行うディスプレイを有するクライアント端末としてのクライアントノード110、120、および130と、これらクライアントノードがそれぞれ契約して接続したインターネットサービスプロバイダのネットワークであるISP310、320、および330と、ISP310、320、および330に接続され、異なるネットワークやISP間の通信の中継を行うコンピュータであるインターネットエクスチェンジ(IX)510、520を備えている。   As shown in FIG. 1, the web search system (web search system) according to the present embodiment, for example, a web page ( Client nodes 110, 120, and 130 as client terminals having a display for output display such as (Web page), and ISPs 310, 320, and 330 that are networks of Internet service providers to which these client nodes are contracted and connected respectively. Internet exchanges (IX) 510 and 520, which are computers connected to ISPs 310, 320, and 330 and relaying communication between different networks and ISPs.

更に、IX510、520は、それぞれインターネットサービスプロバイダのネットワークであるISP340、350、および360に接続されており、ISP340、350、および360には、それぞれWWWサーバ(ウェブサーバ)410、420、および430が接続されて設けられている。
このWWWサーバ410、420、および430は、それぞれISP340、350、および360を介して送り込まれた、例えばWeb閲覧要求などの要求メッセージに対してサービス提供を行うウェブサーバである。
尚、各WWWサーバ410、420、および430は、CPU、メモリなどの記憶手段を備えた一般的なコンピュータであって、予め設定されたプログラムに基づき動作してIX510、520を介して送り込まれたWeb閲覧要求などに応じて、ウェブページなど要求に対する情報の返信を行う。
Further, the IXs 510 and 520 are connected to ISPs 340, 350, and 360, respectively, which are networks of Internet service providers. The ISPs 340, 350, and 360 have WWW servers (web servers) 410, 420, and 430, respectively. Connected and provided.
The WWW servers 410, 420, and 430 are web servers that provide services for request messages such as web browsing requests sent through the ISPs 340, 350, and 360, respectively.
Each WWW server 410, 420, and 430 is a general computer having storage means such as a CPU and a memory, and operates based on a preset program and is sent via IXs 510 and 520. In response to a web browsing request or the like, a reply to information such as a web page is returned.

上記構成により、クライアント110は、契約先であるISP310、およびIX510または520を介してWWWサーバ410、420、または430に対してアクセス(通信要求)を行うことができる。
また、これと同様に、クライアントノード120は、ISP320を介してIX510、および520に接続されている。これにより、クライアントノード120は、IX510、または520を介してWWWサーバ410、420、または430に対してアクセスを行うことができる構成となっている。
更に、クライアントノード130も、上記クライアントノード110、120と同様の内部構成、および内部機能と、WWWブラウザを備えた一般的なコンピュータであって、ISP330を介してIX510、および520に接続されている。これにより、クライアントノード130も、IX510、または520を介してWWWサーバ410、420、または430に対してアクセスを行うことができる。
With the above configuration, the client 110 can access (communication request) to the WWW server 410, 420, or 430 via the ISP 310 and IX 510 or 520, which are contract partners.
Similarly, the client node 120 is connected to the IXs 510 and 520 via the ISP 320. Accordingly, the client node 120 is configured to be able to access the WWW server 410, 420, or 430 via the IX 510 or 520.
Further, the client node 130 is a general computer having the same internal configuration and functions as those of the client nodes 110 and 120 and a WWW browser, and is connected to the IXs 510 and 520 via the ISP 330. . Accordingly, the client node 130 can also access the WWW server 410, 420, or 430 via the IX 510 or 520.

また、IX520にはインターネットサービスプロバイダのネットワークであるISP370が接続され、このISP370には検索集計装置200が接続して設けられている。   An ISP 370 that is a network of an Internet service provider is connected to the IX 520, and a search aggregation device 200 is connected to the ISP 370.

検索集計装置200は、クライアントノード(110、120、130)から通信にかかる情報を取得し、各クライアントノード(110、120、130)が各WWWサーバ(410、420、430)に対して行った要求に対する各WWWサーバの応答時間を集計する。
検索集計装置200は、クライアントノード(110、120、130)からWWWサーバ410、420、または430までのそれぞれの経路毎の応答時間を取得、および集計する応答時間データベース(DB)210と、クライアントノード(110、120、130)からの検索要求に応じて、(WWWサーバの)検索を行いクライアントノードに対して検索結果を返信する検索データベース220を有した構成となっている。
The search and aggregation device 200 acquires information related to communication from the client nodes (110, 120, and 130), and each client node (110, 120, and 130) performs the operation for each WWW server (410, 420, and 430). The response time of each WWW server for the request is aggregated.
The search aggregation device 200 includes a response time database (DB) 210 that acquires and aggregates response times for each route from the client node (110, 120, 130) to the WWW server 410, 420, or 430, and the client node. In response to a search request from (110, 120, 130), a search database 220 is provided that performs a search (of the WWW server) and returns a search result to the client node.

ここで、例えばクライアントノード110が、インターネット上のWWWサーバ410、420、または430にアクセスして、WEB閲覧を実施する場合は、IX510もしくはIX520に接続されているISP340、350、または360を経由し、各WWWサーバ(410、420、または430)にWeb閲覧要求を行う。   Here, for example, when the client node 110 accesses the WWW server 410, 420, or 430 on the Internet and performs WEB browsing, the client node 110 passes through the ISP 340, 350, or 360 connected to the IX510 or IX520. Then, a web browsing request is made to each WWW server (410, 420, or 430).

このクライアントノード110と同様に、クライアントノード120、130もそれぞれが契約し接続するISP320、330、およびIX510やIX520を介して、サービスの要求先であるWWWサーバ410、420、430等にWeb閲覧要求を行うものとする。   Similarly to the client node 110, the client nodes 120 and 130 also make a web browsing request to the WWW servers 410, 420, and 430, which are service request destinations, through the ISPs 320 and 330, and the IX 510 and IX 520 that are contracted and connected respectively. Shall be performed.

ここで、クライアントノード110と集計検索システム200の詳細な構成を示す。
ここでは、クライアントノード110の内部構成について説明するが、クライアントノード120、130についても同様の構成を有するものとする。
Here, detailed configurations of the client node 110 and the total search system 200 are shown.
Here, the internal configuration of the client node 110 will be described, but the client nodes 120 and 130 have the same configuration.

クライアントノード110は、図2に示すように、WWWサーバから送り込まれたWebページなどの情報を出力表示するWWWブラウザ111を有する。
WWWブラウザ111は、WWWサーバ(ここでは、例えば410とする)に対して閲覧するWebページの要求を行う閲覧要求機能を備えている。
As shown in FIG. 2, the client node 110 has a WWW browser 111 that outputs and displays information such as a Web page sent from a WWW server.
The WWW browser 111 has a browsing request function for requesting a Web page to browse to a WWW server (in this example, 410).

尚、図2においては、クライアント110と集計検索装置200とは、ISP310、IX510、およびISP370を介して接続されている。また、IX510には、ISP340が接続されており、ISP340を介してWWWサーバ410が接続された構成を示している。
尚、この図2では、クライアントノード110は、ISP310、IX510、およびISP340を介してWWWサーバ410にアクセスを行う経路が示されているが、クライアントノード110がWWWサーバ410に対して通信アクセスを行う経路はこれに限定されない。
In FIG. 2, the client 110 and the total search device 200 are connected via the ISP 310, the IX 510, and the ISP 370. In addition, the ISP 340 is connected to the IX 510, and the WWW server 410 is connected via the ISP 340.
In FIG. 2, a path for the client node 110 to access the WWW server 410 via the ISP 310, IX 510, and ISP 340 is shown, but the client node 110 performs communication access to the WWW server 410. The route is not limited to this.

また、クライアントノード110は、図2に示すように、WWWブラウザ111が送信、および取得した情報を取得して処理を行う処理部119を有する。
処理部119は、クライアントノード110からの要求に対するWWWサーバの応答時間を計測する計測手段112と、集計検索装置200に対してキーワード検索の要求を送信する送信手段113と、クライアントノード110からWWWサーバに対して送出される情報を取得するキャプチャ手段114と、予めクライアントノード110に併設されたディスプレイなどの出力表示装置に対してWWWブラウザが取得した情報の出力表示を行う表示手段115と、クライアントノード110からWWWサーバに対して行うアクセスの経路を示す経路情報を記憶する記憶領域116とからなる。
Further, as shown in FIG. 2, the client node 110 includes a processing unit 119 that acquires and processes the information transmitted and acquired by the WWW browser 111.
The processing unit 119 includes a measurement unit 112 that measures a response time of the WWW server in response to a request from the client node 110, a transmission unit 113 that transmits a keyword search request to the aggregation search device 200, and a WWW server from the client node 110. Capture means 114 for acquiring information transmitted to the client node, display means 115 for performing output display of information acquired by the WWW browser on an output display device such as a display previously provided in the client node 110, and client node 110 includes a storage area 116 for storing route information indicating a route of access performed from 110 to the WWW server.

計測手段112は、WWWブラウザ111がWWWサーバ410に対して要求(閲覧要求)を行うのに際して、要求先であるWWWサーバ410からの応答に要する時間(応答時間)を計測する応答時間計測機能を備えている。
これにより、クライアントノード側では、新たに他のWWWサーバに対してアクセスを行うのに先立ち、WWWサーバの応答時間を確認することができる。
また、計測手段112は、前記計測した応答時間を、WWWサーバ410の応答時間として集計検索装置200に送信する応答時間送信機能を有する。
更に、計測手段112は、クライアントノード110から閲覧要求の送信先であるWWWサーバ(ここでは410)までの通信経路を示す経路情報を取得する通信経路取得機能を有する。
The measuring means 112 has a response time measuring function for measuring the time (response time) required for a response from the WWW server 410 that is a request destination when the WWW browser 111 makes a request (view request) to the WWW server 410. I have.
Thereby, on the client node side, the response time of the WWW server can be confirmed prior to newly accessing another WWW server.
Further, the measuring unit 112 has a response time transmission function of transmitting the measured response time as the response time of the WWW server 410 to the tabulation search device 200.
Further, the measuring unit 112 has a communication path acquisition function for acquiring path information indicating a communication path from the client node 110 to the WWW server (410 in this case) that is the transmission destination of the browsing request.

送信手段113は、取得したWWWサーバ410の応答時間と経路情報からなる測定データを、検索要求データとして集計検索システム200に送信する(測定データ送信機能)。また、経路情報については記憶領域116に格納する(経路情報格納機能)。
また、送信手段113は、キャプチャ手段114により取得されたタグ内容情報と記憶領域116に格納された経路情報とを集計検索装置200に対して検索要求データとして送信する検索要求送信機能を備えている。
The transmission unit 113 transmits the acquired measurement data including the response time and path information of the WWW server 410 to the total search system 200 as search request data (measurement data transmission function). The route information is stored in the storage area 116 (route information storage function).
The transmission unit 113 has a search request transmission function for transmitting the tag content information acquired by the capture unit 114 and the route information stored in the storage area 116 to the total search device 200 as search request data. .

キャプチャ手段114は、計測手段112によって計測された応答時間が予め設定されたある一定の時間を超過した場合に、WWWサーバ410からの応答内容(応答情報に相当)であるHTML情報の一部から、記載されている<title>タグの内容(タイトルタグ内容)と、<meta>タグの内容(メタタグ内容)とを取得する応答内容取得機能を備えている。
ここで、上記HTML情報の一部とは、ウェブサーバ(ここでは、WWWサーバ410)から始めに送り込まれたHTTPレスポンスに含まれる<title>タグの内容(タイトルタグ内容)と<meta>タグの内容(メタタグ内容)とを示す。以下、タイトルタグ内容、およびメタタグ内容からなる情報を総称としてタグ内容情報という。
When the response time measured by the measurement unit 112 exceeds a predetermined time, the capture unit 114 uses a part of HTML information which is a response content (corresponding to response information) from the WWW server 410. , A response content acquisition function for acquiring the content of <title> tag (contents of title tag) and the content of <meta> tag (contents of meta tag) is provided.
Here, a part of the HTML information includes the contents of the <title> tag (title tag contents) and the <meta> tag included in the HTTP response first sent from the web server (here, the WWW server 410). Indicates the content (meta tag content). Hereinafter, information including title tag content and meta tag content is collectively referred to as tag content information.

ここで、クライアントノードは、ウェブサーバから送り込まれたウェブページを受信する際に、ウェブページ(応答情報)として始めに送り込まれるタグ内容情報(「タイトルにかかる文字情報」に相当)を抽出し、このタグ内容情報を検索キーワードとして利用してウェブサーバ検索を行う。これにより、ウェブサーバから送り込まれるウェブページの全体が表示される、または送り込まれるのを待たずに、別のWWWサーバやウェブページの検索を行うことができる。
具体的には、クライアントノード側でウェブページを表示する際に、始めにウェブサーバからクライアントノードに送り込まれるHTTPレスポンスの<title>タグ情報、および<meta>タグ情報を検索キーワードとして利用して、ウェブサーバ検索が行われる。
これにより、クライアントノードが要求したウェブページなどの応答情報全体が送信され表示されるのを待つことなく、別のWWWサーバやウェブページの検索を開始することができる。
Here, when the client node receives the web page sent from the web server, it extracts the tag content information (corresponding to “character information related to the title”) sent first as the web page (response information), A web server search is performed using the tag content information as a search keyword. Thereby, it is possible to search for another WWW server or a web page without waiting for the entire web page sent from the web server to be displayed or sent.
Specifically, when displaying a web page on the client node side, the <title> tag information and <meta> tag information of the HTTP response first sent from the web server to the client node are used as search keywords. A web server search is performed.
This makes it possible to start searching for another WWW server or web page without waiting for the entire response information such as the web page requested by the client node to be transmitted and displayed.

表示手段115は、集計検索装置200から送り込まれた検索結果リスト(後述)を、予め設定されたディスプレイ装置等に出力表示する出力表示機能を有する。
記憶領域116は、112により取得された経路情報を記憶する経路情報記憶機能を備えている。
The display unit 115 has an output display function for outputting and displaying a search result list (described later) sent from the total search device 200 on a preset display device or the like.
The storage area 116 has a route information storage function for storing the route information acquired by 112.

集計検索装置200は、図2に示すように、ISP370に接続して設けられており、クライアントノードからの情報を取得し管理する制御部230と、制御部230にそれぞれ接続された応答時間データベース210、および検索データベース220を有する構成となっている。
ここでは、集計検索システム200がクライアントノード110からの情報を取得する場合について説明するが、クライアントノード120、130から送り込まれる情報についても同様に取得し管理するものとする。
As shown in FIG. 2, the total search device 200 is provided connected to the ISP 370, and acquires and manages information from the client node, and a response time database 210 connected to the control unit 230. , And a search database 220.
Here, a case where the total search system 200 acquires information from the client node 110 will be described, but information sent from the client nodes 120 and 130 is also acquired and managed in the same manner.

制御部230は、クライアントノードから送り込まれる情報を受信する受信手段231と、クライアントノードから送り込まれた情報を情報種別に応じて応答時間DB210、または検索DB220に格納する集計手段232と、検索DB220を介してキーワード検索を行う検索手段233と、クライアントノードからの要求に対して検索結果リストなどの情報を返信する送信手段234とを有する。   The control unit 230 includes a receiving unit 231 that receives information sent from the client node, a totaling unit 232 that stores the information sent from the client node in the response time DB 210 or the search DB 220 according to the information type, and the search DB 220. Search means 233 for performing a keyword search via the network, and transmission means 234 for returning information such as a search result list in response to a request from a client node.

受信手段231は、各クライアントノードから送信された検索要求(データ)を受信する。
ここで、この受信された検索要求データに基づき、検索手段233が、検索データベース220に格納されている情報を元にキーワード検索を行い、類似する情報が掲載されたウェブページなどを有するWWWサーバのリストアップを行う。
The receiving unit 231 receives a search request (data) transmitted from each client node.
Here, based on the received search request data, the search means 233 performs a keyword search based on the information stored in the search database 220, and a WWW server having a web page or the like on which similar information is posted. List up.

集計手段232は、検索要求データに含まれる各WWWサーバの応答時間を、応答時間データベース210に格納する応答時間格納機能を備えている。
ここで、応答時間データベース210では、格納された応答時間と対応するWWWサーバを関連付けしたサーバー別テーブル212が生成される。
The aggregation means 232 has a response time storage function for storing the response time of each WWW server included in the search request data in the response time database 210.
Here, in the response time database 210, a server-specific table 212 that associates the stored response time with the corresponding WWW server is generated.

検索手段233は、予め設定されたキーワードに基づいて、WWWサーバに格納されたウェブページなどの情報を検索する検索機能を備えている。
尚、この検索機能は、WWWサーバに属するウェブページなどの情報を予め検索DB220に収集、格納して、当該検索DB220に格納された情報を、キーワード検索する設定としてもよい。
The search means 233 has a search function for searching information such as a web page stored in the WWW server based on a preset keyword.
This search function may be configured to collect and store information such as web pages belonging to the WWW server in advance in the search DB 220, and to perform keyword search for the information stored in the search DB 220.

また、検索手段233は、予め設定された基準に基づきキーワードに近似すると判定される情報を類似情報の検索を行う類似情報検索機能を有する。
更に、検索手段233は、検索により収集された情報(以下「検索収集情報」という)について、当該情報の属するWWWサーバとの対応付けを行う。
ここで、検索手段233は、予め設定されたWWWサーバ別テーブル212a(図11)を参照すると共に、各検索収集情報が属するWWWサーバの応答時間を参照して、応答時間の短いWWWサーバに属する検索収集情報が優先的に上位に記載するように、検索収集情報の序列を並べ替え、これにより、応答時間が短いWWWサーバに属する検索収集情報から順に掲載された検索結果リスト(以下「WWW検索結果リスト」という)を生成する検索結果生成機能を備えている。
Further, the search means 233 has a similar information search function for searching for similar information for information determined to approximate a keyword based on a preset criterion.
Further, the search means 233 associates information collected by the search (hereinafter referred to as “search collection information”) with the WWW server to which the information belongs.
Here, the search means 233 refers to the WWW server-specific table 212a (FIG. 11) and refers to the response time of the WWW server to which each search collection information belongs, and belongs to the WWW server with a short response time. The order of the search collection information is rearranged so that the search collection information is preferentially listed at the top, and as a result, a search result list (hereinafter referred to as “WWW search”) sequentially placed from the search collection information belonging to the WWW server with a short response time A search result generation function for generating a “result list” is provided.

尚、検索手段233は、ウェブページへのリンクやURLなどの各検索収集情報が属するWWWサーバの中で検索要求の1次ISP情報Route_info 113b3に該当する平均応答時間を取得し、この平均応答時間により掲載順位、および序列を決定する。   The search means 233 acquires an average response time corresponding to the primary ISP information Route_info 113b3 of the search request in the WWW server to which each search collection information such as a link to a web page and a URL belongs, and this average response time Determine the ranking and rank.

これにより、検索手段233は、リストアップされた検索収集情報(WWWサーバ情報)のうち、応答時間データベース210に格納されている応答時間が短いWWWサーバが上位に掲載された検索結果リスト(WWW検索結果リスト)を作成することができる。
送信手段234は、この検索結果リストを検索要求元であるクライアントノード(ここでは110とする)に、WWW検索結果リストとして返信する検索結果送信機能を有する。
As a result, the search means 233 includes a search result list (WWW search) in which the WWW servers stored in the response time database 210 and whose response time is short are listed among the listed search collection information (WWW server information). Result list).
The transmission means 234 has a search result transmission function for returning the search result list as a WWW search result list to a client node (110 here) as a search request source.

以上のように、本実施形態では、各クライアントノードから集計した、通信経路毎、およびWWWサーバの応答時間が加味された、WWWサーバの検索結果を取得することができる。   As described above, in this embodiment, it is possible to acquire a search result of a WWW server that is aggregated from each client node and includes the response time of each communication path and the WWW server.

[実施形態の動作説明]
次に、本実施形態におけるWWWサーバ410の応答時間を収集する動作について、図3、図4(A)のフローチャート、および図5のシーケンスチャートに基づき説明する。
[Description of Operation of Embodiment]
Next, the operation of collecting the response time of the WWW server 410 in this embodiment will be described based on the flowcharts of FIGS. 3 and 4A and the sequence chart of FIG.

[応答時間測定]
まず、クライアントノード110の処理部119が、集計検索装置200に対して検索手段233の動作状態の問合せを行い、検索手段233における検索機能が動作可能な状態(有効)であるか否かを判断する(ステップA101)。
[Response time measurement]
First, the processing unit 119 of the client node 110 makes an inquiry about the operation state of the search unit 233 to the aggregation search apparatus 200 and determines whether or not the search function in the search unit 233 is operable (valid). (Step A101).

ここで、検索手段233の検索機能が動作不能な状態(無効状態)である場合に、クライアントノード110の計測手段112が、WWWサーバにおける応答時間の測定を行う。
尚、検索手段233における検索機能の有効または無効については、ユーザが任意に指定することも可能だが、WWWサーバの応答時間測定の結果(測定結果)を用いて、応答時間が遅いWWWサーバに対する接続(アクセス)が行われる場合に、検索機能が自動的に有効となる設定としてもよい。
Here, when the search function of the search unit 233 is in an inoperable state (invalid state), the measurement unit 112 of the client node 110 measures the response time in the WWW server.
The search function in the search means 233 can be enabled or disabled by the user, but the connection to the WWW server with a slow response time can be made using the response time measurement result (measurement result) of the WWW server. When (access) is performed, the search function may be automatically enabled.

次に、応答時間を測定するWWWサーバ(ここでは410)を特定するために、処理部119のキャプチャ手段114が、有効状態に設定される。
ここで、キャプチャ手段114は、クライアントノード110からDNSリクエストパケット(DNS解決要求パケット:図5)が送信されるまで待機する(ステップA102)。
尚、このDNSリクエストパケットには、各WWWサーバ(410、420、または430)を識別するための、例えばIPアドレスなどのサーバ情報が含まれているものとする。
Next, in order to specify the WWW server (410 in this case) that measures the response time, the capture unit 114 of the processing unit 119 is set to the valid state.
Here, the capture unit 114 waits until a DNS request packet (DNS resolution request packet: FIG. 5) is transmitted from the client node 110 (step A102).
Note that this DNS request packet includes server information such as an IP address for identifying each WWW server (410, 420, or 430).

次いで、キャプチャ手段114は、WWWブラウザ111からDNSリクエストパケットが送出された(ステップA103)ときに、このDNSリクエストパケットを取得し、このDNSリクエストパケット内に含まれるWWWサーバ情報(WWWサーバ410を示すものとする)に基づき、WWWサーバ410を応答時間測定対象のサーバと判断し計測手段112に通知する。これにより、計測手段112が有効となる。   Next, when a DNS request packet is sent from the WWW browser 111 (step A103), the capture unit 114 acquires the DNS request packet, and the WWW server information (indicating the WWW server 410) included in the DNS request packet. The WWW server 410 is determined to be a response time measurement target server, and the measurement unit 112 is notified. Thereby, the measuring means 112 becomes effective.

ここで、例えば、インターネット上における数多くのWWWサーバを応答時間の計測対象とした場合、応答時間測定の対象が重複し、集計検索装置200側で扱うデータ量も膨大なものとなってしまうことが考えられる。
このため、本実施形態では、上記DNSリクエストパケットの送出を契機にすることで、新たなWWWサーバに対するアクセスのみを応答時間の測定対象とする。
これにより、集計検索装置200で扱われるデータ量の軽減と、応答時間測定処理の重複発生を軽減することができる。
Here, for example, when a large number of WWW servers on the Internet are set as response time measurement targets, the response time measurement targets are duplicated, and the amount of data handled on the tabulation search apparatus 200 side may become enormous. Conceivable.
For this reason, in the present embodiment, only the access to the new WWW server is set as the response time measurement target, triggered by the transmission of the DNS request packet.
As a result, it is possible to reduce the amount of data handled by the tabulation search apparatus 200 and the occurrence of duplication of response time measurement processing.

尚、DNSリクエストパケットは、一定時間クライアントノード110により保持されるが、一般的に予め設定された保持時間の終了や、クライアントノードの電源ON/OFF等により、DNSリクエストパケットの内容はクリアされるため、クライアントノードの利用頻度に応じて、適切な頻度の応答時間測定を行うことができる。   Note that the DNS request packet is held by the client node 110 for a certain period of time. Generally, the contents of the DNS request packet are cleared when the preset holding time ends or when the client node is turned on / off. Therefore, the response time can be measured with an appropriate frequency according to the usage frequency of the client node.

次に、WWWブラウザ111がWWWサーバ410にアクセスする場合、まず、WWWブラウザ111は、WWWサーバ410に対してTCPセッション開始要求(TCP SYN:図5)を送信する。
このとき、キャプチャ手段114は、このTCP SYNの該当パケットをキャプチャ(取得)し、計測手段112が応答時間の計測をスタートする(ステップA104:応答時間計測スタート)。
次いで、WWWサーバ410がTCPセッション開始要求(TCP SYN)に対してTCPセッション開始応答(TCP ACK)を返信し(図5)、WWWブラウザ111が、上記WWWサーバ410からのTCPセッション開始応答(TCP ACK:図5)を受信する(ステップA105)。
ここで、計測手段112は、TCPセッション開始要求(TCP SYN)の送信から開始応答(TCP ACK)受信までの時間を算出し、これをWWWサーバ410の応答時間として記憶領域116に格納する(ステップA106)。ここで、計測手段112は、応答時間の測定を停止する。
Next, when the WWW browser 111 accesses the WWW server 410, the WWW browser 111 first transmits a TCP session start request (TCP SYN: FIG. 5) to the WWW server 410.
At this time, the capture unit 114 captures (acquires) the corresponding packet of the TCP SYN, and the measurement unit 112 starts measuring the response time (step A104: response time measurement start).
Next, the WWW server 410 returns a TCP session start response (TCP ACK) to the TCP session start request (TCP SYN) (FIG. 5), and the WWW browser 111 receives a TCP session start response (TCP from the WWW server 410). ACK: FIG. 5) is received (step A105).
Here, the measuring means 112 calculates the time from the transmission of the TCP session start request (TCP SYN) to the reception of the start response (TCP ACK), and stores this in the storage area 116 as the response time of the WWW server 410 (step A106). Here, the measuring unit 112 stops measuring the response time.

また、計測手段112は、ステップS104で取得したTCP SYNに含まれるWWWサーバ410のIPアドレスに基づき、このWWWサーバ410までの経路情報を、例えば、経路検索用のユーティリティであるtraceroute(トレースルート:図5)を利用して行う(ステップA107)。
これにより、計測手段112は、経路検索の対象であるWWWサーバ(410)までに経由するルータのIPアドレスの一覧を取得する。
Further, the measuring unit 112 obtains the route information to the WWW server 410 based on the IP address of the WWW server 410 included in the TCP SYN acquired in step S104, for example, traceroute (trace route: (Step A107).
As a result, the measuring unit 112 acquires a list of IP addresses of routers that are routed to the WWW server (410) that is the target of the route search.

計測手段112は、トレースルートによる経路検索結果を取得する(ステップA108)と共に、記憶領域116内に、クライアントノード110が直接接続されたISP310の情報である、1次ISP情報(Route_info 113b3)が予め登録されているか否かを判定する(ステップA109)。
ここで、1次ISPを含む経路検索結果が登録されていない場合、計測手段112は、tracerouteを利用して取得した経路検索結果を、経路情報として記憶領域116に記憶する(ステップA110)。
The measuring unit 112 acquires a route search result based on the trace route (step A108), and primary ISP information (Route_info 113b3), which is information of the ISP 310 directly connected to the client node 110, is stored in the storage area 116 in advance. It is determined whether it is registered (step A109).
Here, when the route search result including the primary ISP is not registered, the measuring unit 112 stores the route search result acquired using traceroute in the storage area 116 as route information (step A110).

次に、送信手段113は、計測手段112による計測の対象であるWWWサーバ410を示す情報であるWWWサーバ情報(Server_name 113a3)、経路情報(Route_info 113a5)、計測手段112が測定した応答時間(Response_time 113a4)に加え、測定された時刻(Get_time 113a2)、および予めクライアントノード110に割当てられたユーザID(User_id 113a1)からなる応答時間測定情報(図7)を、集計検索システム200に送信する(ステップA111:図3、図5)。
尚、上記WWWサーバ情報は、各WWWサーバ(410、420、430)に予め固有に割当てられた、例えばIPアドレスなどのWWWサーバ特定情報を示す。
Next, the transmission unit 113 includes WWW server information (Server_name 113a3) that is information indicating the WWW server 410 to be measured by the measurement unit 112, route information (Route_info 113a5), and a response time (Response_time) measured by the measurement unit 112. In addition to 113a4), response time measurement information (FIG. 7) including the measured time (Get_time 113a2) and the user ID (User_id 113a1) previously assigned to the client node 110 is transmitted to the tabulation search system 200 (step S1). A111: FIGS. 3 and 5).
The WWW server information indicates WWW server specifying information such as an IP address, which is uniquely assigned to each WWW server (410, 420, 430) in advance.

次いで、図4(A)に示すように、検索集計装置200の制御部230が、クライアントノード110から送り込まれた応答時間測定情報(図7)を、受信手段231を介して受信する(ステップB201)。ここで、制御部230は、この応答時間測定時間の送信元であるクライアントノード110のユーザが正規のユーザであるかどうかを、ユーザID(User_id 113a1)に基づき認証を行う(ステップB202:ユーザ認証)。   Next, as shown in FIG. 4A, the control unit 230 of the search tabulation apparatus 200 receives the response time measurement information (FIG. 7) sent from the client node 110 via the receiving unit 231 (step B201). ). Here, the control unit 230 performs authentication based on the user ID (User_id 113a1) as to whether or not the user of the client node 110 that is the transmission source of the response time measurement time is a regular user (step B202: user authentication). ).

尚、ここでは、ユーザIDを用いた認証を例示いるが、クライアントノードと集計検索装置200間で電子証明書を用いたよりセキュアなユーザ認証が実施される設定としてもよい。   Here, although the authentication using the user ID is illustrated here, it may be set such that more secure user authentication using the electronic certificate is performed between the client node and the total search device 200.

上記ユーザ認証にてクライアントノード110のユーザが正規のユーザとして確認された場合に、集計検索装置200の集計手段232は、上記応答時間測定結果をマスターテーブル211(図10)として応答時間データベース210内に格納する(ステップB203:図4(A)、図5)。   When the user of the client node 110 is confirmed as a legitimate user by the user authentication, the tabulation unit 232 of the tabulation search apparatus 200 stores the response time measurement result in the response time database 210 as the master table 211 (FIG. 10). (Step B203: FIG. 4 (A), FIG. 5).

[キーワード検索]
一方、ステップA101(図3)において、検索手段233が有効状態にある場合、クライアントノード110は、WWWサーバの応答時間測定は実施せず、集計検索装置200に対してキーワード検索を要求する。
ここでは、検索手段233の検索機能が有効であることが確認された場合のクライアントノード110、および検索集計装置200の動作について、図3、図4(B)のフローチャート、および図6のシーケンスチャートに基づき説明する。
[Keyword search]
On the other hand, in step A101 (FIG. 3), when the search means 233 is in the valid state, the client node 110 does not measure the response time of the WWW server and requests the total search device 200 for keyword search.
Here, regarding the operations of the client node 110 and the search tabulation apparatus 200 when it is confirmed that the search function of the search means 233 is valid, the flowcharts of FIG. 3, FIG. 4B, and the sequence chart of FIG. Based on

まず、検索手段233が有効であることが確認されると、クライアントノード110の処理部119は、キャプチャ手段114を有効状態に設定する(ステップC301)。
ここで、キャプチャ手段114は、WWWブラウザ111がWWWサーバ410に対して送信したHTTPリクエスト(HTTP GET:図6)を取得する(ステップC302)と共に、このHTTPリクエストに対するWWWサーバ410からの応答(HTTPレスポンス)がクライアントノード110に送り込まれるまで待機する。
First, when it is confirmed that the search unit 233 is valid, the processing unit 119 of the client node 110 sets the capture unit 114 to a valid state (step C301).
Here, the capture unit 114 acquires an HTTP request (HTTP GET: FIG. 6) transmitted from the WWW browser 111 to the WWW server 410 (step C302), and a response from the WWW server 410 to the HTTP request (HTTP) Wait until the response is sent to the client node 110.

キャプチャ手段114は、WWWサーバ410からHTTPレスポンスが送り込まれると、これを取得し(ステップC303)、このHTTPレスポンスに含まれるHTMLデータより、<title>タグ、<meta>タグに含まれる情報(以下「タグ内容情報」という)を、検索対象ワードとして抽出する(ステップC304)。   When the HTTP response is sent from the WWW server 410, the capture unit 114 acquires the HTTP response (step C303), and from the HTML data included in the HTTP response, information included in the <title> tag and the <meta> tag (hereinafter referred to as “metadata” tag). "Tag content information") is extracted as a search target word (step C304).

次いで、送信手段113が、クライアントノードのユーザのユーザID(User_id 113b1)、上記タグ内容情報を含むHTML情報(Html_data 113b2−1,113b2−2,・・・113b2−n)、および1次ISP情報(Route_info113b3)からなる、検索要求113b(図8)を、集計検索システム200に送信する(ステップC305:図3、図6)。   Next, the transmission unit 113 includes the user ID of the user of the client node (User_id 113b1), HTML information (Html_data 113b2-1, 113b2-2,... 113b2-n) including the tag content information, and primary ISP information. A search request 113b (FIG. 8) consisting of (Route_info 113b3) is transmitted to the total search system 200 (step C305: FIGS. 3 and 6).

ここで、集計検索装置200は、検索要求113bを受信する(ステップD401:図4、図6)と共に、検索手段233が、この検索要求113bについて、ユーザ認証を行う(ステップD402)。   Here, the total search device 200 receives the search request 113b (step D401: FIGS. 4 and 6), and the search unit 233 performs user authentication for the search request 113b (step D402).

検索手段233は、検索要求113bが正規のユーザからの要求であることが確認された場合に、この検索要求113bからHTML情報(Html_data 113b2−1, 113b2−2,・・・,113b2−n)を抽出し(ステップD403)、検索データベース220を用いて、このHTML情報に類似する情報、または上記HTML情報を含んだ情報が掲載されたWebページを有するWWWサーバの検索を行う(ステップD404:WEB検索(図6))。   When it is confirmed that the search request 113b is a request from a legitimate user, the search unit 233 uses the HTML information (Html_data 113b2-1, 113b2-2,..., 113b2-n) from the search request 113b. (Step D403), and using the search database 220, a search is performed for a WWW server having a Web page on which information similar to the HTML information or information including the HTML information is posted (step D404: WEB). Search (Figure 6)).

尚、上記WEB検索は、検索ワードやHTML情報に基づき、この検索ワードやHTML情報を含むウェブページのあるウェブサイトやWWWサーバの検索を行うプログラムや、既存のWebサイトで動作するサーチエンジンを利用してもよい。   The WEB search is based on a search word or HTML information, and uses a search engine for a website or a WWW server that has a web page including the search word or HTML information, or a search engine that operates on an existing website. May be.

次に、検索手段233は、検索データベース220からWWWサーバ(URL)の検索結果である検索収集情報を取得すると共に、各検索収集情報の属するWWWサーバそれぞれの平均の応答時間(平均応答時間)を、予め応答時間DB210内に設定されたWWWサーバ別テーブル212a(図11)を参照して、取得する(D405)。   Next, the search means 233 obtains the search collection information that is the search result of the WWW server (URL) from the search database 220, and calculates the average response time (average response time) of each WWW server to which each search collection information belongs. Referring to the WWW server specific table 212a (FIG. 11) set in the response time DB 210 in advance (D405).

尚、検索手段233は、検索データベース220より得た検索収集情報であるWWWサーバ情報やURLなどの情報に対して、各検索収集情報ごとに、WWWサーバ別テーブル212a(図11)を参照して、検索収集情報の属するWWWサーバ(URL)の中で検索要求の1次ISP情報Route_info 113b3に該当する平均応答時間を取得し、その結果からの応答時間の短いWWWサーバを優先的に上位に記載するように、WWWサーバ(URL)情報の序列を並び替える。   The search means 233 refers to the WWW server-specific table 212a (FIG. 11) for each search collection information for information such as WWW server information and URL, which are search collection information obtained from the search database 220. In the WWW server (URL) to which the search collection information belongs, the average response time corresponding to the primary ISP information Route_info 113b3 of the search request is acquired, and the WWW server with the short response time is preferentially listed at the top The order of the WWW server (URL) information is rearranged.

検索手段233は、上記検索結果であるWWWサーバそれぞれについて、平均応答時間を取得し、検索結果であるWWWサーバを応答時間の短いWWWサーバを優先的に上位に記載されたWWW検索結果リストを作成し、このWWWサーバ検索結果リストを、検索要求の送信元であるクライアントノード110に送信する(ステップD406)。   The search means 233 obtains an average response time for each WWW server that is the search result, and creates a WWW search result list in which the WWW server that is the search result is preferentially listed with the WWW server having the short response time. Then, the WWW server search result list is transmitted to the client node 110 that is the transmission source of the search request (step D406).

次いで、クライアントノード110は、図3に示すように、集計検索装置200から送り込まれたWWWサーバ検索結果リストを受信し(ステップC306)、表示手段115がこのWWW検索結果リストを、クライアントノード110のディスプレイ装置の画面上に表示する(ステップC307)。尚、WWW検索結果リストはWWWブラウザ111により表示されてもよい。   Next, as shown in FIG. 3, the client node 110 receives the WWW server search result list sent from the total search device 200 (step C 306), and the display unit 115 stores this WWW search result list in the client node 110. It is displayed on the screen of the display device (step C307). Note that the WWW search result list may be displayed by the WWW browser 111.

尚、WWWサーバ410からクライアントノード110に送られたウェブページ(応答情報)に含まれる、このウェブページのタイトルにかかる文字情報に基づき、他のWWWサーバに属するウェブページ等を検索すると共に、文字情報を含むウェブページを収集する文字情報検索機能と、収集されたウェブページ等の情報を、その情報が属するWWWサーバの応答時間の短い順にリスト化して検索結果リストを生成する検索結果生成機能については、その実行内容をプログラム化し、集計検索装置200に予め備えられたコンピュータに実行させるように構成してもよい。   It should be noted that, based on the character information relating to the title of this web page included in the web page (response information) sent from the WWW server 410 to the client node 110, a web page belonging to another WWW server is searched, and the character Character information search function for collecting web pages including information, and search result generation function for generating a search result list by listing information such as collected web pages in ascending order of response time of the WWW server to which the information belongs. May be configured such that the execution content is programmed and executed by a computer provided in advance in the tabulation search apparatus 200.

以上のように、本実施形態では、インターネットに接続する多くのクライアントノードから(目的とする)WWWサーバまでの経路情報とWWWサーバの応答時間を収集する集計検索装置を備えた構成としたことにより、各経路の応答時間の長短を把握することが可能となり、これにより、インターネット全体の混雑状況を把握することができる。また、この混雑状況に基づき、応答時間要素が加味された情報の検索結果を提示することができる。   As described above, in the present embodiment, the configuration is provided with a total search device that collects route information from many client nodes connected to the Internet to the (target) WWW server and the response time of the WWW server. In addition, it is possible to grasp the length of response time of each route, thereby grasping the congestion status of the entire Internet. Also, based on this congestion situation, it is possible to present a search result for information that takes into account the response time element.

また、本実施形態では、複数のISPに接続しているクライアントノードから、多くのWWWサーバの応答時間を収集しているので、クライアントノードが新たに接続するWWWサーバの応答時間を確認できる。
更に、クライアントノード側でウェブページを表示する際に、WWWサーバから最初に送り込まれるHTTPレスポンスに含まれるタイトルタグ、メタタグの内容情報を、類似の情報が掲載されているWWWサーバを検索する際の検索キーワードとして利用しているので、クライアントノード側でウェブページ全体が表示されるのを待たずに、別のWWWサーバ(URL)の検索を検索行うことができる。
In this embodiment, since response times of many WWW servers are collected from client nodes connected to a plurality of ISPs, the response times of WWW servers to which client nodes are newly connected can be confirmed.
Furthermore, when displaying a web page on the client node side, the content information of the title tag and meta tag included in the HTTP response first sent from the WWW server is searched for a WWW server on which similar information is posted. Since it is used as a search keyword, it is possible to search for another WWW server (URL) without waiting for the entire web page to be displayed on the client node side.

[変形例1]
本発明の変形例1として、その基本的構成は上記の通りであるが、ウェブ検索システム全体における処理負荷を軽減するための構成を図12に示す。
尚、上述した実施形態1と同一の構成内容については同一の符号を付するものとする。
[Modification 1]
As a first modification of the present invention, the basic configuration is as described above. FIG. 12 shows a configuration for reducing the processing load in the entire web search system.
In addition, the same code | symbol shall be attached | subjected about the same structure content as Embodiment 1 mentioned above.

このウェブ検索システムの変形例1は、クライアントノード110、120、130と、このクライアントノード110、120、130それぞれに対応して接続したインターネットサービスプロバイダのネットワークまたはそのネットワークに属するサーバ端末であるISP310、320、および330と、このISP310、320、および330が共通して接続するネットワークであるISP370とを備え、このISP370にそれぞれ接続され、上記各クライアントノードから情報を取得し要求に応じて検索を行うと共に、検索結果をクライアントノードに送信する集計検索装置200−1、200−2、200−3を備えた構成となっている。   The first modification of the web search system includes client nodes 110, 120, and 130, ISP 310 that is a server terminal belonging to the network of an Internet service provider connected to each of the client nodes 110, 120, and 130, or the network. 320 and 330, and an ISP 370 that is a network to which the ISPs 310, 320, and 330 are connected in common, each connected to the ISP 370, acquires information from each of the client nodes, and performs a search in response to a request. At the same time, the total search devices 200-1, 200-2, 200-3 for transmitting the search results to the client node are provided.

本実施形態である変形例では、クライアントノード110、120、130は、それぞれISP310、320、330に接続されている。また、集計検索装置200-1、200-2、200-3は、それぞれISP310、320、330に接続されたクライアントノード110、120、および130から、上述の実施形態に示されたように、情報を収集する。   In the modification example of this embodiment, the client nodes 110, 120, and 130 are connected to ISPs 310, 320, and 330, respectively. In addition, the aggregation search devices 200-1, 200-2, and 200-3 receive information from the client nodes 110, 120, and 130 connected to the ISPs 310, 320, and 330, respectively, as shown in the above-described embodiment. To collect.

このように、本変形例1では、各ISPに接続されているクライアントノード毎の接続先の集計検索装置を分散して設定することにより、集計するデータ量が増大した場合に各集計検索装置にかかる処理負荷を分散させることができる。また、各集計検索装置が集計するマスターデータのデータ量の軽減されることにより、マスターデータに含まれる検索要求に対する応答時間を短縮することできる。   As described above, in the first modification, when the total amount of data to be aggregated increases by distributing and setting the aggregated retrieval devices of connection destinations for each client node connected to each ISP, Such processing load can be distributed. Further, the response time for the search request included in the master data can be shortened by reducing the data amount of the master data to be aggregated by each aggregation search device.

[変形例2]
次に、変形例2について説明する。
本変形例2は、図13、および14に示すように、図1に示す実施形態1とほぼ同等の構成内容を有するが、クライアントノード110、120、および130とISP310、320、および330とのそれぞれの間にネットワーク間のプロトコル変換などを行い通信の中継を実行するゲートウェイ610、620、および630を、それぞれ接続した構成としている。
その他の構成は、実施形態1と同様であり、同一の構成内容については同じ番号を付するものとする。
[Modification 2]
Next, Modification 2 will be described.
As shown in FIGS. 13 and 14, the second modification has substantially the same configuration as that of the first embodiment shown in FIG. 1, but the client nodes 110, 120, and 130 and ISPs 310, 320, and 330 Gateways 610, 620, and 630 that perform protocol conversion between networks and perform relay of communication between them are connected to each other.
Other configurations are the same as those of the first embodiment, and the same numbers are assigned to the same configuration contents.

また、本変形例2では、クライアントノード110は、図14に示すように、WWWブラウザ111と、WWWブラウザ111により取得された情報を予め設定されたディスプレイ装置等に出力表示する表示手段115とを備えた構成であり、上記実施形態におけるクライアントノード110内に備えられていた機能部である計測手段、送信手段、キャプチャ手段、および記憶領域をそれぞれ、計測手段612、送信手段613、キャプチャ手段614、および記憶領域616として、ゲートウェイ610内に設けて点が、上述の実施形態、および変形例とは相違する。   In the second modification, as shown in FIG. 14, the client node 110 includes a WWW browser 111 and display means 115 that outputs and displays information acquired by the WWW browser 111 on a preset display device or the like. The measurement unit, the transmission unit, the capture unit, and the storage area, which are functional units provided in the client node 110 in the above-described embodiment, are respectively included in the measurement unit 612, the transmission unit 613, the capture unit 614, The storage area 616 is different from the above-described embodiment and modification in that it is provided in the gateway 610.

これにより、上述の実施形態における計測手段112、送信手段113、キャプチャ手段114、記憶領域116と同等の機能が、このゲートウェイ610に備えられる   As a result, the gateway 610 has functions equivalent to those of the measurement unit 112, the transmission unit 113, the capture unit 114, and the storage area 116 in the above-described embodiment.

また、上記実施形態で示したように、WWWブラウザ111により出力されるDNSリクエストパケットは、ゲートウェイ610を通過する際にキャプチャ手段614により取得される。
更に、クライアントノードのアクセス先であるWWWサーバ(410、420、430)までの経路情報の取得や、HTML情報の取得機能、集計検索装置200への送信等の各機能が、ゲートウェイ610内に設けられた各手段で実行されることにより、クライアントノードにおける処理負荷を軽減することができる。
Further, as shown in the above embodiment, the DNS request packet output by the WWW browser 111 is acquired by the capture unit 614 when passing through the gateway 610.
Further, the gateway 610 has various functions such as route information acquisition to the WWW server (410, 420, 430) that is the access destination of the client node, an HTML information acquisition function, and transmission to the aggregation search device 200. As a result, the processing load on the client node can be reduced.

又、検索要求に対する検索結果のみを、ゲートウェイ610からクライアントノード110に送信する設定とすることにより、クライアントノード110側で検索結果を取得することができる。   Further, by setting only the search result for the search request to be transmitted from the gateway 610 to the client node 110, the search result can be acquired on the client node 110 side.

以上のように、変形例2では、上記実施形態におけるクライアントノードで動作する処理部119の一部の機能構成(手段)を、クライアントノードに接続された外部のゲートウェイ610内に備えた構成としたことにより、クライアントノードにおける処理負荷を軽減することができる。
また、ゲートウェイ610は、クライアントノード110、120、130が携帯端末である場合のように持ち運ぶことを前提とされないため、例えばISP310、320、330に対する接続環境が変化しない。これにより、例えばWWWサーバ410までの経路情報を毎回取得する必要がなく、一度接続した状態が継続していれば、この経路情報を保持しておくことにより、ISP310、320、330、および370にかかるトラフィクを有効に軽減することができる。
As described above, in the second modification, a part of the functional configuration (means) of the processing unit 119 operating in the client node in the above embodiment is provided in the external gateway 610 connected to the client node. As a result, the processing load on the client node can be reduced.
Further, since the gateway 610 is not assumed to be carried as in the case where the client nodes 110, 120, and 130 are portable terminals, for example, the connection environment for the ISPs 310, 320, and 330 does not change. Thereby, for example, it is not necessary to acquire route information to the WWW server 410 every time, and if the connected state continues once, the route information is retained, so that the ISPs 310, 320, 330, and 370 Such traffic can be effectively reduced.

本発明は、ネットワークのユビキタス化を背景として利用場所の拡大されたインターネットに接続される、モバイル通信端末を含んだネットワーク通信システムに適用することができる。   The present invention can be applied to a network communication system including a mobile communication terminal connected to the Internet whose use place is expanded against the background of ubiquitous network.

本発明によるウェブ検索システムの一実施形態を示す概略構成図である。It is a schematic block diagram which shows one Embodiment of the web search system by this invention. 図1に開示したウェブ検索システムにおける、クライアントノード、および集計検索装置の内部構成を示す概略ブロック図である。It is a schematic block diagram which shows the internal structure of the client node and the total search apparatus in the web search system disclosed in FIG. 図1に開示したウェブ検索システムにおけるクライアントノードの動作を示すフローチャートである。It is a flowchart which shows operation | movement of the client node in the web search system disclosed in FIG. 図4(A)は、図1に開示したウェブ検索システムにおける集計検索装置の動作の一例を示すフローチャートであり、図4(B)は、図1に開示したウェブ検索システムにおける集計検索装置の動作の一例を示すフローチャートである。FIG. 4A is a flowchart showing an example of the operation of the total search device in the web search system disclosed in FIG. 1, and FIG. 4B is the operation of the total search device in the web search system disclosed in FIG. It is a flowchart which shows an example. 図1に開示したウェブ検索システムにおける応答時間を記憶する動作を示すシーケンスチャートである。It is a sequence chart which shows the operation | movement which memorize | stores the response time in the web search system disclosed in FIG. 図1に開示したウェブ検索システムにおけるキーワード検索の動作を示すシーケンスチャートである。It is a sequence chart which shows the operation | movement of the keyword search in the web search system disclosed in FIG. 図1に開示したウェブ検索システムにおける応答時間測定結果の内容を示す説明図である。It is explanatory drawing which shows the content of the response time measurement result in the web search system disclosed in FIG. 図1に開示したウェブ検索システムにおける検索要求の内容を示す説明図である。It is explanatory drawing which shows the content of the search request in the web search system disclosed in FIG. 図1に開示したウェブ検索システムにおける検索結果の内容を示す説明図である。It is explanatory drawing which shows the content of the search result in the web search system disclosed in FIG. 図1に開示したウェブ検索システムにおける応答時間データベースに記憶されたマスターテーブルの内容を示す説明図である。It is explanatory drawing which shows the content of the master table memorize | stored in the response time database in the web search system disclosed in FIG. 図1に開示したウェブ検索システムにおける応答時間データベースに記憶されたサーバー別テーブルの内容を示す説明図である。It is explanatory drawing which shows the content of the table according to server memorize | stored in the response time database in the web search system disclosed in FIG. 本発明によるウェブ検索システムの一実施形態を示す概略構成図である。It is a schematic block diagram which shows one Embodiment of the web search system by this invention. 本発明によるウェブ検索システムの一実施形態を示す概略構成図である。It is a schematic block diagram which shows one Embodiment of the web search system by this invention. 図13に開示したウェブ検索システムにおけるクライアントノード、およびゲートウェイの内部構成を示す概略ブロック図である。FIG. 14 is a schematic block diagram illustrating an internal configuration of a client node and a gateway in the web search system disclosed in FIG. 13.

符号の説明Explanation of symbols

1 携帯端末
110、120、130 クライアントノード(ユーザ端末)
111 WWWブラウザ
112、612 計測手段
113、613 送信手段
114、614 キャプチャ手段
115 表示手段
116、616 記憶領域
119、619 処理部
200、200−1、200−2、200−3 集計検索装置
210 応答時間データベース
220 検索データベース
230 制御部
231 受信手段
232 集計手段
233 検索手段
234 送信手段
310、320、330、340、350、360、370 インターネットサービスプロバイダ(ISP)
410、420、430 WWWサーバ
610、620、630 ゲートウェイ
1 Mobile terminal 110, 120, 130 Client node (user terminal)
111 WWW browser 112, 612 Measuring unit 113, 613 Transmitting unit 114, 614 Capture unit 115 Display unit 116, 616 Storage area 119, 619 Processing unit 200, 200-1, 200-2, 200-3 Total search device 210 Response time Database 220 Search database 230 Control unit 231 Receiving means 232 Counting means 233 Search means 234 Sending means 310, 320, 330, 340, 350, 360, 370 Internet service provider (ISP)
410, 420, 430 WWW server 610, 620, 630 Gateway

Claims (7)

インターネットを介してユーザ端末に接続され当該ユーザ端末からの要求に応じて予め設定された応答情報の提供を行うウェブサーバと、前記ユーザ端末からの検索要求に応じて前記インターネットに接続された前記ウェブサーバの検索を行う検索装置とを備えたウェブ検索システムであって、
前記ユーザ端末は、
前記要求を送信してから前記ウェブサーバからの応答情報が前記ユーザ端末に送り込まれるまでの時間を前記ウェブサーバの応答時間として測定すると共に当該応答時間を前記検索装置に送信する応答時間測定手段と、
前記ウェブサーバから提供された応答情報のうち当該応答情報のタイトルにかかる文字情報を抽出すると共に当該文字情報を前記検索用の文字情報とする検索要求を前記検索装置に送信する検索要求手段とを備え、
前記検索装置は、
前記検索用の文字情報に一致する文字列を含んだ応答情報を検索し収集する検索収集手段と、
前記収集された応答情報を当該各応答情報が属するウェブサーバの応答時間の短い順に序列してリスト化した検索結果リストを生成する検索結果生成手段と、
前記生成された検索結果リストを前記ユーザ端末に対して提供する検索結果提供手段とを備えたことを特徴とするウェブ検索システム。
A web server connected to a user terminal via the Internet and providing response information set in advance in response to a request from the user terminal, and the web connected to the Internet in response to a search request from the user terminal A web search system comprising a search device for searching a server,
The user terminal is
Response time measuring means for measuring the time from when the request is transmitted until response information from the web server is sent to the user terminal as the response time of the web server, and transmitting the response time to the search device; ,
Search request means for extracting character information relating to the title of the response information from the response information provided from the web server and transmitting a search request using the character information as the character information for search to the search device. Prepared,
The search device includes:
Search and collection means for searching and collecting response information including a character string that matches the character information for search;
Search result generation means for generating a search result list in which the collected response information is listed in the order of short response time of the web server to which each of the response information belongs;
A web search system comprising search result providing means for providing the generated search result list to the user terminal.
前記請求項1に記載のウェブ検索システムにおいて、
前記ユーザ端末は、当該ユーザ端末から前記ウェブサーバまでの経路を示す経路情報を記憶する経路情報記憶手段を備え、
前記応答時間測定手段は、前記応答時間を前記各経路情報に対応させて測定することを特徴とするウェブ検索システム。
The web search system according to claim 1,
The user terminal includes route information storage means for storing route information indicating a route from the user terminal to the web server,
The web search system characterized in that the response time measuring means measures the response time in correspondence with each path information.
前記請求項1、2に記載のウェブ検索システムにおいて、
前記応答時間測定手段は、前記ユーザ端末から前記インターネットに対して前記要求先のウェブサーバを示すDNS(Domain Name System)要求が送出された場合に、前記ウェブサーバ応答時間の測定を行うことを特徴としたウェブ検索システム。
The web search system according to claim 1 or 2,
The response time measuring means measures the web server response time when a DNS (Domain Name System) request indicating the requested web server is sent from the user terminal to the Internet. Web search system.
前記請求項1に記載のウェブ検索システムにおいて、
前記検索要求手段は、前記応答情報における特定のタグ情報に含まれる文字情報を前記検索用の文字情報として抽出するタグ情報抽出機能を備え、
前記検索装置の検索収集手段は、予め設定された類似性抽出基準に基づき前記文字情報との類似性があると判断された文字情報を含む応答情報を収集する類似文字情報収集機能を備えたことを特徴とするウェブ検索システム。
The web search system according to claim 1,
The search request means includes a tag information extraction function for extracting character information included in specific tag information in the response information as character information for search,
The search collection means of the search device has a similar character information collection function for collecting response information including character information determined to be similar to the character information based on a similarity extraction criterion set in advance. Web search system characterized by
前記請求項1、2に記載のウェブ検索システムにおいて、
前記ユーザ端末および前記インターネットに接続され、前記ユーザ端末および前記インターネット間における相互通信を中継する通信中継装置を設け、
当該通信中継装置が、前記ユーザ端末から前記ウェブサーバまでの経路を示す経路情報を記憶する経路情報記憶手段と、前記ユーザ端末からの要求に対する前記ウェブサーバからの応答情報が前記ユーザ端末に送り込まれるまでの応答時間を前記各経路情報に対応させて測定する応答時間測定手段とを前記ユーザ端末に代えて備えたことを特徴とするウェブ検索システム。
The web search system according to claim 1 or 2,
A communication relay device connected to the user terminal and the Internet and relaying mutual communication between the user terminal and the Internet;
The communication relay device stores route information storage means for storing route information indicating a route from the user terminal to the web server, and response information from the web server in response to a request from the user terminal is sent to the user terminal. A web search system comprising response time measuring means for measuring the response time up to the above path information in place of the user terminal.
インターネットを介してユーザ端末に接続され要求に応じて応答情報の提供を行うウェブサーバと、前記ユーザ端末からの検索要求に応じて前記ウェブサーバの検索を行う検索装置とを備え、前記検索結果を前記ユーザ端末に提供するウェブ検索方法であって、
前記ユーザ端末からの要求に対する前記ウェブサーバからの応答情報が前記ユーザ端末に送り込まれるまでの前記ウェブサーバの応答時間を測定し、
前記ユーザ端末が前記要求を送信してから前記ウェブサーバからの応答情報が前記ユーザ端末に送り込まれるまでの時間を前記ウェブサーバの応答時間として測定し、当該応答時間を前記検索装置に送信し、
前記検索装置は、送り込まれた応答情報のタイトルにかかる文字情報を抽出すると共に、当該文字情報を前記検索用の文字情報として設定した検索要求を前記検索装置に送信し、
前記送信された文字情報に一致する文字列を含んだ応答情報を検索収集し、
前記収集された応答情報を当該各応答情報が属するウェブサーバの応答時間の短い順にリスト化した検索結果リストを生成し、
前記生成された検索結果リストを前記ユーザ端末に対して提供することを特徴とするウェブ検索方法。
A web server that is connected to a user terminal via the Internet and provides response information in response to a request; and a search device that searches the web server in response to a search request from the user terminal. A web search method provided to the user terminal,
Measuring response time of the web server until response information from the web server in response to a request from the user terminal is sent to the user terminal;
The time from when the user terminal transmits the request until response information from the web server is sent to the user terminal is measured as the response time of the web server, and the response time is transmitted to the search device,
The search device extracts the character information related to the title of the response information sent, and transmits a search request in which the character information is set as the character information for search to the search device,
Search and collect response information including a character string that matches the transmitted character information;
Generate a search result list that lists the collected response information in ascending order of response time of the web server to which each response information belongs,
A web search method comprising providing the generated search result list to the user terminal.
インターネットを介して送り込まれた要求に応じて予め設定された応答情報の提供を行うウェブサーバと、前記ウェブサーバに対して前記要求が送信し当該要求に対する前記応答情報が前記ユーザ端末に送り込まれるまでの時間を前記ウェブサーバの応答時間として測定するユーザ端末と、前記ユーザ端末から前記応答時間を取得すると共に、前記ユーザ端末からの検索要求に応じて前記インターネットに接続された前記ウェブサーバの検索を行う検索装置とを備え、前記検索結果を前記ユーザ端末に提供するためのウェブ検索プログラムであって、
前記ウェブサーバから前記ユーザ端末に送られた前記応答情報のタイトルにかかる文字情報に基づき、前記ウェブサーバに属する前記応答情報を検索すると共に前記文字情報を含む応答情報を収集する文字情報検索機能と、
前記収集された応答情報を、当該各応答情報が属するウェブサーバの応答時間の短い順にリスト化して検索結果リストを生成する検索結果生成機能と、を前記検索装置の備えるコンピュータに実行させることを特徴とするウェブ検索プログラム。
A web server that provides preset response information in response to a request sent via the Internet, and until the request is sent to the web server and the response information for the request is sent to the user terminal A user terminal that measures the time of the web server as a response time of the web server, and obtains the response time from the user terminal, and searches for the web server connected to the Internet in response to a search request from the user terminal. A web search program for providing the search result to the user terminal, comprising:
A character information search function for searching the response information belonging to the web server and collecting response information including the character information based on the character information concerning the title of the response information sent from the web server to the user terminal; ,
A search result generation function for generating a search result list by listing the collected response information in ascending order of response time of a web server to which each response information belongs is caused to be executed by a computer included in the search device. Web search program.
JP2008285098A 2008-11-06 2008-11-06 Web search system, web search method, and web search program Active JP5061372B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008285098A JP5061372B2 (en) 2008-11-06 2008-11-06 Web search system, web search method, and web search program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008285098A JP5061372B2 (en) 2008-11-06 2008-11-06 Web search system, web search method, and web search program

Publications (2)

Publication Number Publication Date
JP2010113491A true JP2010113491A (en) 2010-05-20
JP5061372B2 JP5061372B2 (en) 2012-10-31

Family

ID=42302009

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008285098A Active JP5061372B2 (en) 2008-11-06 2008-11-06 Web search system, web search method, and web search program

Country Status (1)

Country Link
JP (1) JP5061372B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012239075A (en) * 2011-05-12 2012-12-06 Fujitsu Telecom Networks Ltd Network system
CN106708977A (en) * 2016-12-07 2017-05-24 潘岩 Method and device for sorting webpage information articles
CN111143427A (en) * 2019-11-25 2020-05-12 中国科学院计算技术研究所 Distributed information retrieval method, system and device based on-line computing

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11168505A (en) * 1997-12-05 1999-06-22 Fujitsu Ltd Path selection system, method by reply time tuning of distribution automonous coordination type and record medium
JP2002342790A (en) * 2001-05-18 2002-11-29 Nikon Corp Method for providing electronic shop
JP2003076661A (en) * 2001-08-31 2003-03-14 Hitachi Information Systems Ltd Display system of network traffic status, and program thereof
JP2005044104A (en) * 2003-07-28 2005-02-17 Toshiba Corp Contents management device and contents management method
JP2005055982A (en) * 2003-08-06 2005-03-03 Canon Inc Information processing method, information processing program and device
JP2007208328A (en) * 2006-01-30 2007-08-16 Fujitsu Ltd Method, system and apparatus for determining communication state

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11168505A (en) * 1997-12-05 1999-06-22 Fujitsu Ltd Path selection system, method by reply time tuning of distribution automonous coordination type and record medium
JP2002342790A (en) * 2001-05-18 2002-11-29 Nikon Corp Method for providing electronic shop
JP2003076661A (en) * 2001-08-31 2003-03-14 Hitachi Information Systems Ltd Display system of network traffic status, and program thereof
JP2005044104A (en) * 2003-07-28 2005-02-17 Toshiba Corp Contents management device and contents management method
JP2005055982A (en) * 2003-08-06 2005-03-03 Canon Inc Information processing method, information processing program and device
JP2007208328A (en) * 2006-01-30 2007-08-16 Fujitsu Ltd Method, system and apparatus for determining communication state

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012239075A (en) * 2011-05-12 2012-12-06 Fujitsu Telecom Networks Ltd Network system
CN106708977A (en) * 2016-12-07 2017-05-24 潘岩 Method and device for sorting webpage information articles
CN111143427A (en) * 2019-11-25 2020-05-12 中国科学院计算技术研究所 Distributed information retrieval method, system and device based on-line computing
CN111143427B (en) * 2019-11-25 2023-09-12 中国科学院计算技术研究所 Distributed information retrieval method, system and device based on online computing

Also Published As

Publication number Publication date
JP5061372B2 (en) 2012-10-31

Similar Documents

Publication Publication Date Title
JP2008507057A (en) Improved user interface
EP2571228A2 (en) Access control method and system, and access terminal
CN110430188B (en) Rapid URL filtering method and device
EP3860095A1 (en) Methods for information drainage, requesting transmission and communication acceleration, and drainage and node server
EP2947578A1 (en) Method for router to process web page data, and router
EP3066577B1 (en) Content node selection using network performance profiles
CN105635073A (en) Access control method and device and network access equipment
CN104010051B (en) A kind of method and management server for accessing network
WO2015003556A1 (en) Device and method for acquiring second-level domain name information associated with main domain name
CN101551813A (en) Network connection apparatus, search equipment and method for collecting search engine data source
JP5061372B2 (en) Web search system, web search method, and web search program
US20180337930A1 (en) Method and apparatus for providing website authentication data for search engine
EP2640035B1 (en) Hypertext transfer protocol (http) stream association method and device
JP2006203731A (en) Network repeating device, network connection information browsing system and network connection information notification method
CN107070885B (en) Information processing method, device and system
US9397932B2 (en) Systems and methods for routing network information
CN102647463B (en) The generation method of Web side navigation, wireless router terminal and system
CN107404438A (en) Network route method and network route system
KR101524733B1 (en) A mobile terminal for connecting to website through ip network and a method for reducing connection time to the website
JP2007214671A (en) Client device and program
JP5292639B2 (en) Keyword processing system, keyword processing method, and recording medium recording program for executing the same
US20050165745A1 (en) Method and apparatus for collecting user feedback based on search queries
JP5165717B2 (en) Dead link determination apparatus and method
CN104618242A (en) Method and device for transferring message
US20100217844A1 (en) Device connectable to network and method

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20111116

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20111129

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120113

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

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

R150 Certificate of patent or registration of utility model

Ref document number: 5061372

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20150817

Year of fee payment: 3

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350