JP2002366415A - Redirection system and redirection device - Google Patents
Redirection system and redirection deviceInfo
- Publication number
- JP2002366415A JP2002366415A JP2001170899A JP2001170899A JP2002366415A JP 2002366415 A JP2002366415 A JP 2002366415A JP 2001170899 A JP2001170899 A JP 2001170899A JP 2001170899 A JP2001170899 A JP 2001170899A JP 2002366415 A JP2002366415 A JP 2002366415A
- Authority
- JP
- Japan
- Prior art keywords
- identification information
- web server
- content
- client
- mirror
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Information Transfer Between Computers (AREA)
Abstract
(57)【要約】
【課題】 クライアント端末に適応したリダイレクト先
をクライアント端末に通知できるリダイレクトシステム
を提供する。
【解決手段】 リダイレクト装置30はクライアント収
容装置20からIPパケットを受け取ると、コンテンツ情
報と識別情報を取り出し、コンテンツ情報データベース
の中から該コンテンツ情報と合致するコンテンツ情報の
有無を確認する。コンテンツ情報データベースの中にコ
ンテンツ情報があれば、識別情報を基に識別情報データ
ベースを検索し、識別情報の合致するミラーWebサーバ
42のIPアドレスを取得し、コンテンツ情報とともにク
ライアント収容装置20を介してクライアント端末11
に送信する。
(57) [Problem] To provide a redirect system capable of notifying a client terminal of a redirect destination adapted to the client terminal. When a redirection device receives an IP packet from a client accommodation device, the redirection device extracts content information and identification information, and checks whether there is content information matching the content information from a content information database. If there is content information in the content information database, the identification information database is searched based on the identification information, the IP address of the mirror Web server 42 that matches the identification information is obtained, and the content information and the mirror information are passed through the client accommodation device 20. Client terminal 11
Send to
Description
【0001】[0001]
【発明の属する技術分野】本発明は、コンテンツを提供
するオリジナルWebサーバと、該オリジナルWebサーバの
全体あるいは一部のコンテンツを保有する複数のミラー
Webサーバと、IPアドレスがユニークに割り当てられ、
オリジナルWebサーバあるいはミラーWebサーバからコン
テンツを受け取るクライアント端末がネットワークに接
続され、クライアントがミラー対象コンテンツを要求す
ると、オリジナルWebサーバからミラーWebサーバへコン
テンツ要求がリダイレクトされるリダイレクトシステム
に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an original Web server for providing contents and a plurality of mirrors holding the contents of the original Web server in whole or in part.
Web server and IP address are uniquely assigned,
The present invention relates to a redirection system in which a client terminal receiving content from an original web server or a mirror web server is connected to a network, and when a client requests content to be mirrored, a content request is redirected from the original web server to the mirror web server.
【0002】[0002]
【従来の技術】クライアント端末がミラー対象コンテン
ツを要求したときに、オリジナルWebサーバからミラーW
ebサーバへリダイレクトさせる方法として、リダイレク
ト先をDNS (Domain Name Service Server) が指定する
方法とオリジナルWebサーバのHTML文書が指定する方法
とが知られている。2. Description of the Related Art When a client terminal requests mirror target content, a mirror W is sent from an original Web server.
As a method of redirecting to the eb server, there are known a method of specifying a redirect destination by a DNS (Domain Name Service Server) and a method of specifying by an HTML document of an original Web server.
【0003】リダイレクト先をDNSが指定する方法は、
クライアント端末のWebブラウザに入力されたURLの中の
ドメインネームをIPアドレスに変換するDNSサーバの設
定内容を、オリジナルWebサーバでなくミラーWebサーバ
へリダイレクト指定しておく方法であり、クライアント
端末はドメインネームの検索要求の段階でミラーWebサ
ーバのIPアドレスを得て、ミラーWebサーバにHttp要求
を行う。The method of specifying the redirect destination by DNS is as follows:
This method redirects the DNS server settings that convert the domain name in the URL entered in the Web browser of the client terminal to an IP address to the mirror Web server instead of the original Web server. Obtain the IP address of the mirror Web server at the name search request stage and make an Http request to the mirror Web server.
【0004】また、リダイレクト先をオリジナルWebサ
ーバのHTML文書が指定する方法は、クライアントは一度
オリジナルWebサーバへHttp接続した後、オリジナルWeb
サーバのHTML文書に記載されたミラーWebサーバへ再度H
ttp接続を行う。[0004] Further, a method of specifying the redirect destination by the HTML document of the original Web server is as follows.
H to the mirror Web server described in the HTML document of the server again
Make a ttp connection.
【0005】これらのリダイレクト方法は、ミラーWeb
サーバとクライアント端末のIPアドレスを利用して、ホ
ップ数、Pingの応答時間、ハッシュ関数、ラウンドロビ
ンの情報等を基にミラーWebサーバへリダイレクトする
方法である。[0005] These redirection methods use mirror Web
This method uses the IP addresses of the server and the client terminal to redirect to the mirror Web server based on hop count, ping response time, hash function, round robin information, and the like.
【0006】[0006]
【発明が解決しようとする課題】つまり、従来の技術で
はIPアドレスを基にリダイレクトされており、かつ、IP
アドレスはクライアント端末やWebサーバの地理的位置
や、重要度とは関連することなく割り当てられているた
め、現状では、IPアドレス以外のクライアントの区分け
によってリダイレクト先を変えることはできない。That is, in the conventional technology, the IP address is redirected based on the IP address,
Since addresses are assigned without regard to the geographical location or importance of client terminals or Web servers, at present, it is not possible to change the redirect destination depending on the classification of clients other than IP addresses.
【0007】本発明の目的は、クライアント端末に適応
したリダイレクト先を通知できるリダイレクトシステム
を提供することにある。An object of the present invention is to provide a redirect system which can notify a client terminal of a redirect destination adapted.
【0008】[0008]
【課題を解決するための手段】上記目的を達成するため
に、本発明のリダイレクトシステムは、ネットワークに
接続され、クライアント端末を少なくとも1台収容する
クライアント収容装置と、リダイレクト装置を有してい
る。In order to achieve the above object, a redirection system according to the present invention has a client accommodating device connected to a network and accommodating at least one client terminal, and a redirection device.
【0009】クライアント収容装置は、自身が収容して
いるクライアント端末から送出されたIPパケットを検出
すると、自身に予め設定されている固有の識別情報をリ
ダイレクト装置に通知する手段を有している。When the client accommodating device detects an IP packet sent from the client terminal accommodated therein, it has means for notifying the redirect device of unique identification information preset for itself.
【0010】リダイレクト装置は、クライアント収容装
置の識別情報とミラーWebサーバのIPアドレスと識別情
報を関連付けて保管している識別情報データベースと、
ミラーWebサーバのコンテンツ情報を管理しているコン
テンツ情報データベースとクライアント収容装置から識
別情報を取得すると、該識別情報と対応する識別情報で
クライアント収容装置と関連付けられたミラーWebサー
バを識別情報データベースから検索し、選択する手段
と、クライアント端末からのコンテンツ要求を取得する
と、コンテンツ情報データベースの中からコンテンツ要
求に合致するコンテンツ情報の有無を確認する手段と、
リダイレクト先と、コンテンツ情報の存在を確認したコ
ンテンツ要求をコンテンツ端末に返信する手段を有して
いる。The redirect device includes an identification information database storing the identification information of the client accommodation device, the IP address of the mirror Web server, and the identification information in association with each other;
When the identification information is acquired from the content information database that manages the content information of the mirror Web server and the client accommodation device, a mirror Web server associated with the client accommodation device is searched from the identification information database with the identification information corresponding to the identification information. Means for selecting, and, when a content request from the client terminal is obtained, means for confirming whether or not there is content information matching the content request from the content information database;
It has means for returning to the content terminal a redirect request and a content request confirming the existence of the content information.
【0011】本発明は、クライアント端末からのコンテ
ンツ要求に対するリダイレクト先を、クライアント端末
ならびにミラーWebサーバの識別情報を基準に振り分け
るようにしたものである。According to the present invention, a redirect destination for a content request from a client terminal is assigned based on identification information of the client terminal and the mirror Web server.
【0012】これにより、クライアント端末に適応した
リダイレクト先をクライアント端末に通知することがで
きる。[0012] Thus, the redirect destination adapted to the client terminal can be notified to the client terminal.
【0013】[0013]
【発明の実施の形態】次に、本発明の実施の形態につい
て図面を参照して説明する。Next, embodiments of the present invention will be described with reference to the drawings.
【0014】図1を参照すると、本発明の一実施形態の
リダイレクトシステムはクライアント収容装置20と、
リダイレクト装置30と、オリジナルWebサーバ41
と、ミラーWebサーバ42a、42bで構成され、これら
はいずれもインターネット100を介して互いに接続さ
れ、ネットワーク上でユニークなIPアドレスがそれぞれ
割り当てられている。クライアント収容端末20にはク
ライアント端末11が接続されている。Referring to FIG. 1, a redirect system according to an embodiment of the present invention includes a client accommodation device 20,
Redirect device 30 and original Web server 41
And mirror Web servers 42a and 42b, which are connected to each other via the Internet 100, and are assigned unique IP addresses on the network. The client terminal 11 is connected to the client accommodation terminal 20.
【0015】オリジナルWebサーバ41、ミラーWebサー
バ42a、42bは、クライアント端末11からコンテン
ツの要求があった場合、クライアントIPアドレスへ要求
されたコンテンツを送信することが可能である。また、
ミラーWebサーバ42a、42bはオリジナルWebサーバ4
1のファイルの全体または一部を格納している。The original Web server 41 and the mirror Web servers 42a and 42b can transmit the requested contents to the client IP address when the client terminal 11 requests the contents. Also,
The mirror Web servers 42a and 42b are the original Web servers 4.
One or all of the files are stored.
【0016】クライアント端末11は、インターネット
サービスを受ける端末である。クライアント端末11は
インターネット通信網でユニークなIPアドレスを割り当
てられている。クライアント端末11はWeb情報を閲覧
するためのWebブラウザを搭載しており、Webサーバ4
1、42a、42bに対してWebコンテンツを要求し、Web
サーバ41、42a、42bからそのコンテンツを受け取
り閲覧することが可能である。The client terminal 11 is a terminal that receives an Internet service. The client terminal 11 is assigned a unique IP address in the Internet communication network. The client terminal 11 has a Web browser for browsing Web information, and the Web server 4
Request Web content from 1, 42a, 42b
The content can be received and viewed from the servers 41, 42a, and 42b.
【0017】クライアント収容装置20は、インターネ
ット100とクライアント端末11の間に位置し、クラ
イアント端末11がリダイレクト装置30へIPパケット
を送信するとき、クライアント収容装置20が保有する
識別情報をリダイレクト装置30に通知する。The client accommodation device 20 is located between the Internet 100 and the client terminal 11. When the client terminal 11 transmits an IP packet to the redirect device 30, the identification information held by the client accommodation device 20 is transmitted to the redirect device 30. Notice.
【0018】リダイレクト装置30は、クライアント収
容装置20の識別情報、オリジナルWebサーバ41のIP
アドレス、ミラーWebサーバ42a、42bのIPアドレス
とその識別情報を管理する識別情報データベースと、ミ
ラーWebサーバ42a、42bのコンテンツデータベース
を保持している。リダイレクト装置30は、クライアン
ト収容装置20から取得する識別情報を基にミラーWeb
サーバ42a、42bのIPアドレスを識別情報管理データ
ベースから検索し、クライアント端末11へリダイレク
ト先とコンテンツ要求をURL(Uniform Resource Locato
r)にして通知する機能を有する。The redirect device 30 is used to identify the client accommodating device 20 and the IP address of the original Web server 41.
It holds an address, an IP address of the mirror Web servers 42a and 42b and an identification information database for managing the identification information, and a content database of the mirror Web servers 42a and 42b. The redirection device 30 uses the mirror Web based on the identification information acquired from the client accommodation device 20.
The IP addresses of the servers 42a and 42b are searched from the identification information management database, and a redirect destination and a content request to the client terminal 11 are transmitted to a URL (Uniform Resource Locato).
r) and has the function of notifying.
【0019】なお、識別情報は、都道府県、市町村など
の地理的位置や、重要度など、クライアントの区分けを
可能とするものであり、クライアント収容装置20とリ
ダイレクト装置30に格納されている識別情報の区分け
は同じである。The identification information is for enabling the classification of clients such as geographical locations such as prefectures and municipalities and the degree of importance, and the identification information stored in the client accommodating device 20 and the redirect device 30. Are the same.
【0020】クライアント収容装置20は図2に示すよ
うに、制御部21とクライアント側インターフェース2
2とインターネット側インターフェース23と識別情報
記憶部24で構成されている。As shown in FIG. 2, the client accommodating device 20 includes a control unit 21 and a client-side interface 2.
2, an Internet-side interface 23, and an identification information storage unit 24.
【0021】クライアント収容装置20は、クライアン
ト側インターフェース22でクライアント端末11と、
インターネット側インターフェース23でインターネッ
ト100と接続され、クライアント側インターフェース
22とインターネット側インターフェース23は物理入
出力ポートを有しており、その物理入出力ポートを介し
て外部とIPパケットの送受信を行うIPパケット通信機能
を有する装置である。制御部21は、クライアント側イ
ンターフェース22から受け取ったIPパケットに識別情
報記憶部24の識別情報を付与してインターネット側イ
ンターフェース23へ出力する機能と、インターネット
側インターフェース部23から受け取ったIPパケットを
クライアント側インターフェース22に出力する機能を
有する。The client accommodating device 20 communicates with the client terminal 11 via the client-side interface 22.
The Internet interface 23 connects to the Internet 100. The client interface 22 and the Internet interface 23 have physical input / output ports, and perform IP packet communication for transmitting and receiving IP packets to and from the outside via the physical input / output ports. It is a device having functions. The control unit 21 has a function of adding the identification information of the identification information storage unit 24 to the IP packet received from the client-side interface 22 and outputting the IP packet to the Internet-side interface 23, and a function of transmitting the IP packet received from the Internet-side interface unit 23 to the client side. It has a function of outputting to the interface 22.
【0022】リダイレクト装置30は図3に示すよう
に、制御部31とインターネットインターフェース32
とプログラム部33と識別情報データベース34とコン
テンツ情報データベース35とクライアントIPアドレス
記憶部36で構成されている。As shown in FIG. 3, the redirect device 30 includes a control unit 31 and an Internet interface 32.
And a program section 33, an identification information database 34, a content information database 35, and a client IP address storage section 36.
【0023】インターネットインターフェース32は、
物理的入出力ポートを介してIPパケットの送受信を行う
パケット通信機能を有する。これは、物理的入出力ポー
トで受信したIPパケットを制御部31に入力し、また、
制御部31から出力されたIPパケットを物理的入出力ポ
ートから送信する機能を有する。識別情報データベース
34には、オリジナルWebサーバ41のIPアドレス、ミ
ラーWebサーバ42a、42bのIPアドレスと識別情報、
クライアント収容装置20の識別情報が予め設定されて
いる。コンテンツ情報データベース35は、ミラーWeb
サーバ42a、42bのコンテンツ情報(URLのドメイン
名を除く部分)予め設定されている。The Internet interface 32
It has a packet communication function of transmitting and receiving IP packets via physical input / output ports. This is to input the IP packet received at the physical input / output port to the control unit 31,
It has a function of transmitting an IP packet output from the control unit 31 from a physical input / output port. In the identification information database 34, the IP address of the original Web server 41, the IP addresses of the mirror Web servers 42a and 42b and the identification information,
The identification information of the client accommodation device 20 is set in advance. The content information database 35 is a mirror Web
The content information (the part excluding the domain name of the URL) of the servers 42a and 42b is set in advance.
【0024】図4はリダイレクト装置30の制御部31
の動作を示す説明図である。FIG. 4 shows a control unit 31 of the redirect device 30.
It is an explanatory view showing the operation of.
【0025】制御部31は、インターネットインターフ
ェース32からIPパケットを受け取ると()、そのパ
ケットのコンテンツ情報とクライアント収容装置20の
識別情報をプログラム部33へ()、送り元IPアドレ
スをクライアントIPアドレス記憶部36へ送信する
()。また、プログラム部33からWebサーバIPアド
レスとコンテンツ情報が送られてくると()、クライ
アントIPアドレス記憶部36からクライアントIPアドレ
スを取り出し()、クライアント端末11向けにリダ
イレクト要求としてインターネットインターフェース3
2に送出する()。When the control unit 31 receives an IP packet from the Internet interface 32 (), the content information of the packet and the identification information of the client accommodating device 20 are sent to the program unit 33 (), and the source IP address is stored in the client IP address. It is transmitted to the unit 36 (). When the Web server IP address and the content information are sent from the program unit 33 (), the client IP address is extracted from the client IP address storage unit 36 (), and the Internet interface 3 is sent to the client terminal 11 as a redirect request.
(2).
【0026】図5はリダイレクト装置30におけるプロ
グラム部33の動作を示す説明図である。FIG. 5 is an explanatory diagram showing the operation of the program unit 33 in the redirect device 30.
【0027】プログラム部33は、制御部31からコン
テンツ情報と識別情報が送られてくると()、まず、
コンテンツ情報データベース35の中から前記コンテン
ツ要求と合致するコンテンツ情報の有無を確認する
()。コンテンツ情報データベース35の中にコンテ
ンツ情報があれば識別情報を識別情報データベース34
に送り識別情報を基に検索し()、識別情報の合致す
るミラーWebサーバ42のIPアドレスを取得する
()。識別情報データベース34の識別情報と合致し
なければオリジナルWebサーバ41のIPアドレスを得る
()。コンテンツ情報データベース35の中にコンテ
ンツ情報がなければ()、識別情報データベース34
の中からコンテンツ事業者のドメインに対応するオリジ
ナルWebサーバ41のIPアドレスを得る()。プログ
ラム部33は、識別情報データベース34からIPアドレ
スを取得すると、そのIPアドレスとコンテンツ情報を制
御部31に送出する()。When the program unit 33 receives the content information and the identification information from the control unit 31 (), first,
It is confirmed from the content information database 35 whether or not there is content information that matches the content request (). If there is content information in the content information database 35, the identification information is transferred to the identification information database 34.
The search is performed based on the identification information (), and the IP address of the mirror Web server 42 that matches the identification information is obtained (). If it does not match the identification information in the identification information database 34, the IP address of the original Web server 41 is obtained (). If there is no content information in the content information database 35 (), the identification information database 34
The IP address of the original Web server 41 corresponding to the domain of the content provider is obtained from (). When acquiring the IP address from the identification information database 34, the program unit 33 sends the IP address and the content information to the control unit 31 ().
【0028】制御部31に送出されたIPアドレスとコン
テンツ情報はクライアント収容装置20を経てクライア
ント端末11に送られる。クライアント端末11はIPア
ドレスで示されるWebサーバに対してコンテンツ情報で
示されるコンテンツを要求し、受け取って閲覧する。The IP address and the content information sent to the control unit 31 are sent to the client terminal 11 via the client accommodation device 20. The client terminal 11 requests the Web server indicated by the IP address for the content indicated by the content information, and receives and browses the content.
【0029】[0029]
【発明の効果】以上説明したように、本発明は、クライ
アント収容装置に識別情報を持たせることにより、クラ
イアント端末に適応したリダイレクト先をクライアント
端末に通知することが可能となり、また、クライアント
収容装置とリダイレクト装置の識別情報を関連付けるこ
とにより、クライアント収容装置に収容されていないク
ライアントと収容されているクライアントを差別化する
サービスを提供することが可能となる。As described above, according to the present invention, by providing identification information to a client accommodating device, it becomes possible to notify the client terminal of a redirect destination adapted to the client terminal. By associating the identification information of the redirect device with the identification information of the redirect device, it is possible to provide a service that differentiates a client that is not accommodated in the client accommodation device from a client that is accommodated.
【図1】本発明の一実施形態のリダイレクトシステムの
ブロック図である。FIG. 1 is a block diagram of a redirect system according to an embodiment of the present invention.
【図2】クライアント収容装置20の構成を示すブロッ
ク図である。FIG. 2 is a block diagram illustrating a configuration of a client accommodation device 20.
【図3】リダイレクト装置30の構成を示すブロック図
である。FIG. 3 is a block diagram showing a configuration of a redirect device 30.
【図4】リダイレクト装置30の制御部の動作を示す説
明図である。FIG. 4 is an explanatory diagram showing an operation of a control unit of the redirect device 30.
【図5】リダイレクト装置30のプログラム部の動作を
示す説明図である。FIG. 5 is an explanatory diagram showing an operation of a program unit of the redirect device 30.
11 クライアント端末 20 クライアント収容装置 21 制御部 22 クライアント側インターフェース 23 インターネット側インターフェース 24 識別情報記憶部 30 リダイレクト装置 31 制御部 32 インターネットインターフェース 33 プログラム部 34 識別情報データベース 35 コンテンツ情報データベース 36 クラインアトIPアドレス記憶部 41 オリジナルWebサーバ 42a、42b ミラーWebサーバ 100 インターネット DESCRIPTION OF SYMBOLS 11 Client terminal 20 Client accommodation device 21 Control part 22 Client side interface 23 Internet side interface 24 Identification information storage part 30 Redirect device 31 Control part 32 Internet interface 33 Program part 34 Identification information database 35 Content information database 36 Client IP address storage part 41 Original Web server 42a, 42b Mirror Web server 100 Internet
───────────────────────────────────────────────────── フロントページの続き (72)発明者 奥村 康行 東京都千代田区大手町二丁目3番1号 日 本電信電話株式会社内 (72)発明者 菱川 慶一 東京都新宿区西新宿三丁目19番2号 東日 本電信電話株式会社内 Fターム(参考) 5B082 DE03 HA08 HA09 5B085 BG07 CA04 ──────────────────────────────────────────────────続 き Continuing on the front page (72) Inventor Yasuyuki Okumura 2-3-1 Otemachi, Chiyoda-ku, Tokyo Within Nippon Telegraph and Telephone Corporation (72) Keiichi Hishikawa 3-19, Nishishinjuku, Shinjuku-ku, Tokyo No. 2 Tonichi Fukushima Telegraph and Telephone Corporation F-term (reference) 5B082 DE03 HA08 HA09 5B085 BG07 CA04
Claims (8)
ーバと、該オリジナルWebサーバの全体あるいは一部の
コンテンツを保有する複数のミラーWebサーバと、IPア
ドレスがユニークに割り当てられ、前記オリジナルWeb
サーバあるいはミラーWebサーバからコンテンツを受け
取るクライアント端末がネットワークに接続され、前記
クライアントがミラー対象コンテンツを要求すると、前
記オリジナルWebサーバから前記ミラーWebサーバへコン
テンツ要求がリダイレクトされるリダイレクトシステム
において、 前記クライアント端末を少なくとも1台収容するクライ
アント収容装置と、リダイレクト装置が前記ネットワー
クに接続されており、 前記クライアント収容装置は、自身が収容しているクラ
イアント端末から送出されたIPパケットを検出すると、
自身に予め設定されている固有の識別情報を前記リダイ
レクト装置に通知する手段を有し、 前記リダイレクト装置は、前記クライアント収容装置の
識別情報と前記ミラーWebサーバのIPアドレスと識別情
報を関連付けて保管している識別情報データベースと、
前記ミラーWebサーバのコンテンツ情報を管理している
コンテンツ情報データベースと、前記クライアント収容
装置から識別情報を取得すると、該識別情報と対応する
識別情報で前記クライアント収容装置と関連付けられた
ミラーWebサーバのIPアドレスを前記識別情報データベ
ースから検索し、選択する手段と、前記クライアント端
末からコンテンツ要求を取得すると、前記コンテンツ情
報データベースの中から前記コンテンツ要求に合致する
コンテンツ情報の有無を確認する手段と、リダイレクト
先と、コンテンツ情報の存在を確認したコンテンツ要求
を前記クライアント端末に返信する手段を有することを
特徴とするリダイレクトシステム。An original Web server that provides contents, a plurality of mirror Web servers that hold all or part of the contents of the original Web server, and an IP address that is uniquely assigned to the original Web server.
In a redirect system in which a client terminal receiving content from a server or a mirror web server is connected to a network and the client requests mirror target content, a content request is redirected from the original web server to the mirror web server. A client accommodating device accommodating at least one, and a redirect device are connected to the network, and the client accommodating device detects an IP packet transmitted from a client terminal accommodated therein,
The redirect device has means for notifying the redirect device of unique identification information preset to itself, and the redirect device stores the identification information of the client accommodation device, the IP address of the mirror Web server and the identification information in association with each other. An identity database that
When the content information database managing the content information of the mirror web server and the identification information are acquired from the client accommodation device, the IP of the mirror web server associated with the client accommodation device with the identification information corresponding to the identification information. Means for retrieving and selecting an address from the identification information database, means for acquiring a content request from the client terminal, for confirming whether there is content information matching the content request from the content information database, And a means for returning a content request confirming the existence of content information to the client terminal.
ント収容装置から取得した識別情報と識別情報が対応す
るミラーWebサーバが存在しなければ、前記オリジナルW
ebサーバをミラーWebサーバの代りに選択する手段を有
する、請求項1記載のシステム。2. The redirection device, if there is no mirror Web server corresponding to the identification information acquired from the client accommodation device and the identification information, the original W
The system of claim 1, further comprising means for selecting an eb server instead of a mirror web server.
ツ情報データベースの中に前記コンテンツ要求に合致す
るコンテンツデータベースが存在しなければ、前記オリ
ジナルWebサーバをリダイレクト先に指定する手段を有
する、請求項1記載のシステム。3. The redirection device according to claim 1, wherein the redirection device has a unit for designating the original web server as a redirection destination if a content database matching the content request does not exist in the content information database. system.
クライアントの区分けを可能とするものであり、前記リ
ダイレクト装置の識別情報データベースに格納されてい
る識別情報と同じ区分けである、請求項1から3のいず
れか1項記載のシステム。4. The method according to claim 1, wherein the identification information of the client accommodating device enables classification of the client, and is the same classification as the identification information stored in the identification information database of the redirect device. A system according to any one of the preceding claims.
網である、請求項1から4のいずれか1項記載のシステ
ム。5. The system according to claim 1, wherein said network is an Internet communication network.
ーバと、該オリジナルWebサーバの全体あるいは一部の
コンテンツを保有する複数のミラーWebサーバと、IPア
ドレスがユニークに割り当てられ、前記オリジナルWeb
サーバあるいはミラーWebサーバからコンテンツを受け
取るクライアント端末がネットワークに接続され、前記
クライアントがミラー対象コンテンツを要求すると、前
記オリジナルWebサーバから前記ミラーWebサーバへコン
テンツ要求がリダイレクトされるリダイレクトシステム
におけるリダイレクト装置であって 前記クライアント端末を少なくとも1台収容し、自身が
収容しているクライアント端末から送出されたIPパケッ
トを検出すると、自身に予め設定されている固有の識別
情報を出力する手段を有するクライアント収容装置の識
別情報と前記ミラーWebサーバのIPアドレスと識別情報
を関連付けて保管している識別情報データベースと、前
記ミラーWebサーバのコンテンツ情報を管理しているコ
ンテンツ情報データベースと、前記クライアント収容装
置から識別情報を取得すると、該識別情報と対応する識
別情報で前記クライアント収容装置と関連付けられたミ
ラーWebサーバを前記識別情報データベースから検索
し、選択する手段と、前記クライアント端末からコンテ
ンツ要求を取得すると、前記コンテンツ情報データベー
スの中から前記コンテンツ要求に合致するコンテンツ情
報の有無を確認する手段と、リダイレクト先と、コンテ
ンツ情報の存在を確認したコンテンツ要求を前記クライ
アント端末に返信する手段を有するリダイレクト装置。6. An original Web server that provides contents, a plurality of mirror Web servers that hold all or part of the contents of the original Web server, and an IP address that is uniquely assigned to the original Web server.
A redirect device in a redirect system in which a client terminal receiving content from a server or a mirror web server is connected to a network, and when the client requests content to be mirrored, a content request is redirected from the original web server to the mirror web server. A client accommodating apparatus, which accommodates at least one client terminal and, when detecting an IP packet transmitted from the client terminal accommodated therein, outputs a unique identification information preset in itself. An identification information database that stores identification information in association with an IP address of the mirror web server and identification information, a content information database that manages content information of the mirror web server, When acquiring the identification information from the accommodation device, the identification information database searches for the mirror Web server associated with the client accommodation device with the identification information corresponding to the identification information from the identification information database, and selects a content request from the client terminal. When it is obtained, a redirection comprising means for confirming the presence or absence of content information matching the content request from the content information database, a redirect destination, and means for returning the content request confirming the existence of the content information to the client terminal apparatus.
識別情報と識別情報が合致するミラーWebサーバが存在
しなければ、前記オリジナルWebサーバをミラーWebサー
バの代りに選択する手段を有する、請求項6記載の装
置。7. The system according to claim 6, further comprising means for selecting the original Web server instead of the mirror Web server if there is no mirror Web server whose identification information matches the identification information obtained from the client accommodation device. Equipment.
前記コンテンツ要求に合致するコンテンツデータベース
が存在しなければ、前記オリジナルWebサーバをリダイ
レクト先に指定する手段を有する、請求項6記載の装
置。8. The apparatus according to claim 6, further comprising means for designating the original Web server as a redirect destination if a content database matching the content request does not exist in the content information database.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2001170899A JP2002366415A (en) | 2001-06-06 | 2001-06-06 | Redirection system and redirection device |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2001170899A JP2002366415A (en) | 2001-06-06 | 2001-06-06 | Redirection system and redirection device |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JP2002366415A true JP2002366415A (en) | 2002-12-20 |
Family
ID=19012749
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2001170899A Pending JP2002366415A (en) | 2001-06-06 | 2001-06-06 | Redirection system and redirection device |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP2002366415A (en) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2007536815A (en) * | 2004-05-04 | 2007-12-13 | パックスファイアー インコーポレイテッド | System and method for communication traffic direction |
| JP2010250825A (en) * | 2009-04-14 | 2010-11-04 | Fisher Rosemount Syst Inc | Method and apparatus for providing hierarchical security for interface access control |
-
2001
- 2001-06-06 JP JP2001170899A patent/JP2002366415A/en active Pending
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2007536815A (en) * | 2004-05-04 | 2007-12-13 | パックスファイアー インコーポレイテッド | System and method for communication traffic direction |
| JP4762231B2 (en) * | 2004-05-04 | 2011-08-31 | パックスファイアー インコーポレイテッド | System and method for communication traffic direction |
| JP2010250825A (en) * | 2009-04-14 | 2010-11-04 | Fisher Rosemount Syst Inc | Method and apparatus for providing hierarchical security for interface access control |
| US8887242B2 (en) | 2009-04-14 | 2014-11-11 | Fisher-Rosemount Systems, Inc. | Methods and apparatus to provide layered security for interface access control |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11115500B2 (en) | Request routing utilizing client location information | |
| US8156243B2 (en) | Request routing | |
| US20210021692A1 (en) | Translation of resource identifiers using popularity information upon client request | |
| US7080158B1 (en) | Network caching using resource redirection | |
| US10264062B2 (en) | Request routing using a popularity identifier to identify a cache component | |
| US9734472B2 (en) | Request routing utilizing cost information | |
| KR100472952B1 (en) | A SIP(Session Initiation Protocol) Load Balancing Apparatus and Method | |
| KR100426306B1 (en) | Method for providing a load distributed processing among session initiation protocol servers | |
| EP2190167A1 (en) | Method, device and system for request and response of p2p overlay network | |
| US11184318B2 (en) | 302 redirecting method, URL generating method and system, and domain-name resolving method and system | |
| JP2002366415A (en) | Redirection system and redirection device | |
| JPWO2022213486A5 (en) | ||
| NO332736B1 (en) | Method and system of data file transfer in a data communication network | |
| KR101401004B1 (en) | Security device including sniffing unit and operating method thereof | |
| KR20100008046A (en) | Method and apparatus for providing contents delivery service | |
| KR20100054660A (en) | System and method for contents delivery based on multiple content delivery network providers, and content server thereof | |
| JP2002111779A (en) | Data transmission method and data transmission system |