JP2006139398A - Cache server and content selection/holding method - Google Patents

Cache server and content selection/holding method Download PDF

Info

Publication number
JP2006139398A
JP2006139398A JP2004326716A JP2004326716A JP2006139398A JP 2006139398 A JP2006139398 A JP 2006139398A JP 2004326716 A JP2004326716 A JP 2004326716A JP 2004326716 A JP2004326716 A JP 2004326716A JP 2006139398 A JP2006139398 A JP 2006139398A
Authority
JP
Japan
Prior art keywords
content
server
user terminal
cache
cache server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2004326716A
Other languages
Japanese (ja)
Inventor
Mitsutoshi Matsuda
充敏 松田
Yuichi Iizuka
裕一 飯塚
Tetsuya Yamaguchi
徹也 山口
Hajime Matsumura
一 松村
Katsuhiko Kawazoe
雄彦 川添
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2004326716A priority Critical patent/JP2006139398A/en
Publication of JP2006139398A publication Critical patent/JP2006139398A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a content selection/holding technology in a cache server in a caching system for reflecting not only the past history of contents but also a future access frequency in a caching system. <P>SOLUTION: The cache server 100 is configured to receive a content distribution request from a user terminal 900, to distribute contents to a user terminal 900 when stores the contents to make the content distribution request to a content distribution server 800 when the contents are not held, to receive the distribution of the contents thereafter to distribute the received contents to the user terminal 900, wherein the cache server 100 is provided with a prediction control part 105 which, when receiving the distribution of the contents from the content server 800, determines whether or not the contents should be held based on content meta data stored in a content meta data DB 104 and an access history stored in an access history DB106. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、コンテンツ配信システムにおいて配信要求頻度の高いコンテンツを一時的に保持するキャッシング方式に用いるキャッシュサーバ及びコンテンツ選定保持技術に関するものである。   The present invention relates to a cache server and a content selection / holding technique used in a caching method for temporarily holding content having a high distribution request frequency in a content distribution system.

図7に従来のキャッシング方式技術を用いたコンテンツ配信システムの構成図の一例を示す。図7に示す構成はキャッシュサーバ700の配下に1つ又は複数のユーザ端末900が存在する構成である。   FIG. 7 shows an example of a configuration diagram of a content distribution system using a conventional caching technique. The configuration shown in FIG. 7 is a configuration in which one or a plurality of user terminals 900 exist under the cache server 700.

ユーザ端末900がコンテンツを要求する場合には、まずユーザ端末900は自身が属するキャッシュサーバ700に対してコンテンツ要求を行う。このとき、キャッシュサーバ700にコンテンツが存在していれば、コンテンツサーバ800にコンテンツを要求する必要がなくなるので、ネットワークリソースを時間的、空間的に有効に活用することが出来る。また、ユーザからのアクセスが多いと思われるコンテンツをキャッシュサーバにおいて保持しておくことができれば、より効率的なキャッシュとなる。   When the user terminal 900 requests content, the user terminal 900 first makes a content request to the cache server 700 to which the user terminal 900 belongs. At this time, if content exists in the cache server 700, it is not necessary to request content from the content server 800, so that network resources can be effectively utilized in terms of time and space. In addition, if content that seems to be frequently accessed by users can be held in the cache server, the cache becomes more efficient.

以下に、詳細な処理の流れを示す。ユーザ端末900がコンテンツを要求するとき、ユーザ端末900は、まず、キャッシュサーバ700にコンテンツを要求する。要求を受けたキャッシュサーバ700は、インタフェース部701を介して受け取った要求信号を処理部702で処理する。このとき、このコンテンツの要求があったことをアクセス履歴DB706に記録する。   The detailed processing flow is shown below. When the user terminal 900 requests content, the user terminal 900 first requests content from the cache server 700. Upon receiving the request, the cache server 700 processes the request signal received via the interface unit 701 by the processing unit 702. At this time, the fact that there has been a request for this content is recorded in the access history DB 706.

処理部702はコンテンツストレージ703を検索し、要求コンテンツの存在を確認する。要求コンテンツが存在する場合は、処理部702はコンテンツストレージ703からコンテンツを読み出し、インタフェース部701を介してユーザ端末900にコンテンツを転送する。一方、コンテンツが存在しない場合は、インタフェース部701を介してコンテンツサーバ800にコンテンツ要求を行う。   The processing unit 702 searches the content storage 703 and confirms the presence of the requested content. If the requested content exists, the processing unit 702 reads the content from the content storage 703 and transfers the content to the user terminal 900 via the interface unit 701. On the other hand, if no content exists, a content request is sent to the content server 800 via the interface unit 701.

コンテンツ要求を受けたコンテンツサーバ800は、キャッシュサーバ700に対してコンテンツを転送する。コンテンツサーバ800からコンテンツを受け取ったキャッシュサーバ700は、ユーザ端末900へコンテンツを転送するとともに、処理部702からの指示によりキャッシュ判断部705が該当コンテンツのキャッシュを行うか否かの判断を行う。キャッシュ判断部705では、アクセス履歴DB706に記録されているアクセス履歴情報に基づき、アクセス頻度がある閾値を超えるものに関してはコンテンツの一時的な保持(以下、キャッシュ処理という)を実施すると判断してコンテンツストレージ703に保持し、閾値以下のアクセス頻度であるものに対してはキャッシュ処理を行わないという技術が開示されている(例えば、特許文献1参照)。   Upon receiving the content request, the content server 800 transfers the content to the cache server 700. The cache server 700 that has received the content from the content server 800 transfers the content to the user terminal 900 and determines whether or not the cache determination unit 705 caches the content according to an instruction from the processing unit 702. Based on the access history information recorded in the access history DB 706, the cache determination unit 705 determines that temporary storage of contents (hereinafter referred to as cache processing) will be performed for those whose access frequency exceeds a certain threshold. A technique is disclosed in which cache processing is not performed for an access frequency stored in the storage 703 and having an access frequency equal to or lower than a threshold value (see, for example, Patent Document 1).

このように、従来技術ではコンテンツのアクセス頻度に基づきキャッシュ処理を行うことにより、ユーザからのアクセスが多いと思われるコンテンツをキャッシュサーバにおいて保持しておくことを実現していた。
特開2003−242020号公報
As described above, according to the conventional technology, the cache processing is performed based on the access frequency of the content, thereby realizing that the content that is likely to be accessed by the user is held in the cache server.
JP 2003-242020 A

このようなコンテンツ配信システムにおいて、コンテンツサーバ800に新しいコンテンツが登録された直後などはコンテンツのアクセス頻度が少ないためキャッシュ処理がされないことになる。しかしながら、このような新作コンテンツに対してもユーザからの視聴要望が大きい場合には多くのアクセスが集中する事が予想されるので、できるだけ早くキャッシュされることが望ましい。   In such a content distribution system, cache processing is not performed immediately after new content is registered in the content server 800 because the content access frequency is low. However, since it is expected that many accesses will be concentrated on such new contents when there is a large viewing request from the user, it is desirable that the contents be cached as soon as possible.

このように従来技術では、コンテンツに対する過去の履歴に基づいてキャッシュするかを判断しているために未来のアクセス頻度に関しては全く反映されないものであった。   As described above, in the prior art, since it is determined whether to cache based on the past history of the content, the future access frequency is not reflected at all.

本発明は、係る事情に鑑みてなされたものであり、その目的は、未来のアクセス頻度に関しても反映させ得るキャッシング方式のキャッシュサーバにおけるコンテンツ選定保持技術を提供することにある。   The present invention has been made in view of such circumstances, and an object of the present invention is to provide a content selection and holding technique in a caching cache server that can reflect the future access frequency.

上記課題を解決するために、請求項1に記載の発明は、ユーザ端末からコンテンツ配信要求を受け、当該コンテンツを保持しているときはこれを前記ユーザ端末に配信し、当該コンテンツを保持していないときはコンテンツ配信サーバにコンテンツ配信要求を行い、当該コンテンツの配信を受けてからこれを前記ユーザ端末に配信するキャッシュサーバであって、前記コンテンツ配信サーバからコンテンツの配信を受けたときにコンテンツメタデータ及びアクセス履歴に基づいて当該コンテンツを保持するか否かについて判断する予測制御部を有することを特徴とする。   In order to solve the above problems, the invention according to claim 1 receives a content distribution request from a user terminal, and when the content is held, distributes the content to the user terminal and holds the content. If there is not, a cache server that makes a content distribution request to the content distribution server and distributes the content to the user terminal after receiving the content distribution. It has a prediction control unit for determining whether or not to hold the content based on data and access history.

また、請求項2に記載の発明は、前記ユーザ端末からコンテンツ視聴履歴を受信し、当該コンテンツ視聴履歴を前記アクセス履歴として使用することを特徴とする。   The invention according to claim 2 is characterized in that a content viewing history is received from the user terminal and the content viewing history is used as the access history.

また、請求項3に記載の発明は、コンテンツメタデータサーバから前記コンテンツメタデータを受信することを特徴とする。   According to a third aspect of the present invention, the content metadata is received from a content metadata server.

また、請求項4に記載の発明は、履歴サーバから前記アクセス履歴又は視聴履歴を受信することを特徴とする。   According to a fourth aspect of the present invention, the access history or viewing history is received from a history server.

請求項5に記載の発明は、ユーザ端末からコンテンツ配信要求を受け、当該コンテンツを保持しているときはこれを前記ユーザ端末に配信し、当該コンテンツを保持していないときはコンテンツ配信サーバにコンテンツ配信要求を行い、当該コンテンツの配信を受けてからこれを前記ユーザ端末に配信するキャッシュサーバにおけるコンテンツ選定保持方法であって、予測制御部が、前記コンテンツ配信サーバからコンテンツの配信を受けたときにコンテンツメタデータ及びアクセス履歴に基づいて当該コンテンツを保持するか否かについて判断することを特徴とする。   The invention according to claim 5 receives a content distribution request from a user terminal, distributes the content to the user terminal when the content is held, and sends the content to the content distribution server when the content is not held. A content selection / holding method in a cache server that makes a distribution request and receives the distribution of the content and then distributes it to the user terminal when the prediction control unit receives the distribution of the content from the content distribution server A determination is made as to whether or not to hold the content based on the content metadata and access history.

また、請求項6に記載の発明は、前記ユーザ端末からコンテンツ視聴履歴を受信し、当該コンテンツ視聴履歴を前記アクセス履歴として使用することを特徴とする。   The invention according to claim 6 is characterized in that a content viewing history is received from the user terminal and the content viewing history is used as the access history.

また、請求項7に記載の発明は、コンテンツメタデータサーバから前記コンテンツメタデータを受信することを特徴とする。   The invention according to claim 7 is characterized in that the content metadata is received from a content metadata server.

また、請求項8に記載の発明は、履歴サーバから前記アクセス履歴又は視聴履歴を受信することを特徴とする。   The invention according to claim 8 is characterized in that the access history or viewing history is received from a history server.

請求項1及び5では、コンテンツのメタデータ及びコンテンツのアクセス履歴を考慮してコンテンツの選定保持を行うことで、ユーザの嗜好等を考慮してこれから配信要求が多いと予想されるようなコンテンツをキャッシュサーバに保存することが可能となる。   In claims 1 and 5, content that is expected to have many distribution requests from now on in consideration of user preferences and the like by selecting and holding content in consideration of content metadata and content access history. It can be stored in the cache server.

なお、「キャッシュサーバ」とは、アクセスしたデータをローカルに保持することにより、次回のアクセス時にネットワークを介した要求をせず、アクセスを高速化するキャッシング方式を用いたサーバである。   The “cache server” is a server that uses a caching method that speeds up access without holding a request through the network at the next access by holding the accessed data locally.

また、「メタデータ」とは、データの属性、意味内容、格納場所など、データ管理をするための情報である。   “Metadata” is information for data management, such as data attributes, semantic content, storage location, and the like.

請求項2及び6では、ユーザのコンテンツ視聴履歴及びメタデータを考慮してコンテンツの選定保持を行うことで、ユーザの嗜好等を考慮してこれから配信要求が多いと予想されるようなコンテンツをキャッシュサーバに保存することが可能となる。   In Claims 2 and 6, by selecting and holding content in consideration of the user's content viewing history and metadata, content that is expected to have many distribution requests in consideration of user preferences and the like is cached. It can be saved on the server.

請求項3及び7では、コンテンツメタデータサーバにコンテンツメタデータを蓄積することで、複数のキャッシュサーバが当該蓄積したコンテンツメタデータを利用できる。   In Claims 3 and 7, by storing content metadata in the content metadata server, a plurality of cache servers can use the stored content metadata.

請求項4及び8では、履歴サーバにアクセス履歴又は視聴履歴を蓄積することで、複数のキャッシュサーバが当該蓄積したアクセス履歴又は視聴履歴を利用できる。   According to the fourth and eighth aspects, by accumulating the access history or viewing history in the history server, the plurality of cache servers can use the accumulated access history or viewing history.

請求項1、2、5及び6によれば、コンテンツに対する過去の履歴のみならず、予想され得る未来のアクセス頻度に関しても反映してコンテンツを選定保持することが可能となる。   According to the first, second, fifth, and sixth aspects, it is possible to select and hold the content reflecting not only the past history of the content but also the future access frequency that can be expected.

さらに、請求項3、4、7及び8によれば、履歴サーバを複数のキャッシュサーバで共有でき、ネットワークリソースの有効活用が可能となる。   Furthermore, according to claims 3, 4, 7, and 8, the history server can be shared by a plurality of cache servers, and network resources can be effectively used.

(実施形態1)
図1に本発明の実施形態1であるコンテンツ配信システムの構成図を示す。図1に示すように、コンテンツ配信システムはユーザ端末900、キャッシュサーバ100、及びコンテンツサーバ800から構成され、キャッシュサーバ100はインタフェース部101、処理部102、コンテンツストレージ103、コンテンツメタデータDB104、アクセス履歴DB106、及び予測制御部105を有している。
(Embodiment 1)
FIG. 1 shows a configuration diagram of a content distribution system according to the first embodiment of the present invention. As shown in FIG. 1, the content distribution system includes a user terminal 900, a cache server 100, and a content server 800. The cache server 100 includes an interface unit 101, a processing unit 102, a content storage 103, a content metadata DB 104, and an access history. It has DB106 and the prediction control part 105. FIG.

以下に、詳細な処理の流れを示す。当該コンテンツ配信システムにおいて、ユーザ端末900がコンテンツを要求するとき、ユーザ端末900は、まず、キャッシュサーバ100へコンテンツを要求する。   The detailed processing flow is shown below. In the content distribution system, when the user terminal 900 requests content, the user terminal 900 first requests content from the cache server 100.

要求を受けたキャッシュサーバ100は、インタフェース部101を介して受け取った要求信号を処理部102で処理する。このとき、このコンテンツの要求があったことをアクセス履歴DB106に記録する。   Upon receiving the request, the cache server 100 processes the request signal received via the interface unit 101 by the processing unit 102. At this time, the fact that there has been a request for this content is recorded in the access history DB 106.

処理部102はコンテンツストレージ103を検索し、要求コンテンツの存在を確認する。要求コンテンツが存在する場合は、処理部102はコンテンツストレージ103からコンテンツを読み出し、インタフェース部101を介してユーザ端末900にコンテンツを転送する。一方、コンテンツが存在しない場合は、インタフェース部101を介してコンテンツサーバ800にコンテンツ要求を行う。   The processing unit 102 searches the content storage 103 and confirms the existence of the requested content. If the requested content exists, the processing unit 102 reads the content from the content storage 103 and transfers the content to the user terminal 900 via the interface unit 101. On the other hand, if no content exists, a content request is made to the content server 800 via the interface unit 101.

コンテンツ要求を受けたコンテンツサーバ800は、キャッシュサーバ100に対してコンテンツを転送する。   Upon receiving the content request, the content server 800 transfers the content to the cache server 100.

コンテンツサーバ800からコンテンツを受け取ったキャッシュサーバ100は、ユーザ端末900へコンテンツを転送するとともに、処理部102からの指示により予測制御部105が、該当コンテンツのキャッシュを行うか否かの判断を行う。   Upon receiving the content from the content server 800, the cache server 100 transfers the content to the user terminal 900, and the prediction control unit 105 determines whether or not to cache the content according to an instruction from the processing unit 102.

予測制御部105では、コンテンツメタデータDB104に予め保持されているコンテンツメタデータ及びアクセス履歴DB106を参照し、コンテンツメタデータに記載されたコンテンツ属性情報及びアクセス履歴情報に基づいて、ユーザからのアクセスが予想されるコンテンツと判断された場合にキャッシュ処理を行う判断をしてコンテンツストレージ103に保持する。   The prediction control unit 105 refers to the content metadata and the access history DB 106 stored in advance in the content metadata DB 104, and based on the content attribute information and the access history information described in the content metadata, an access from the user is performed. When it is determined that the content is expected, a determination is made to perform a cache process and the content is stored in the content storage 103.

次いで、予測制御部105の動作について具体例を挙げて説明する。図2に、コンテンツメタデータDB104に格納されるコンテンツ属性情報及びアクセス履歴DB106に格納されるアクセス履歴情報の一例を示す。   Next, the operation of the prediction control unit 105 will be described with a specific example. FIG. 2 shows an example of content attribute information stored in the content metadata DB 104 and access history information stored in the access history DB 106.

ここでは、コンテンツ属性情報として、コンテンツ識別子、コンテンツの属するジャンル、コンテンツの出演者、及びシリーズ識別子(例えば、連続ドラマのようなシリーズになっているコンテンツ)を、アクセス履歴情報としては、アクセスしたユーザの識別子、及びアクセスしたコンテンツの識別子を保持している例である。なお、ここで示したコンテンツ属性は、TV Anytime Forum SP003にて定義されているコンテンツメタデータとして記載可能なものである。   Here, as the content attribute information, the content identifier, the genre to which the content belongs, the performer of the content, and the series identifier (for example, the content in a series like a continuous drama) are used as the access history information. And identifiers of accessed contents are held. In addition, the content attribute shown here can be described as content metadata defined in TV Anytime Forum SP003.

ここで、ユーザ識別子U1であるユーザが、コンテンツ識別子C9であるコンテンツに対してキャッシュ処理を行うかの判断を行うにあたっての処理を説明する。   Here, a process when the user having the user identifier U1 determines whether to perform the cache process on the content having the content identifier C9 will be described.

まず、コンテンツC9のコンテンツ属性をコンテンツメタデータDB104へ問い合わせる。この結果、コンテンツC9が「ジャンル=G1」、「出演者=A7」、「シリーズコンテンツではない」という属性であることがわかる。   First, the content metadata DB 104 is inquired about the content attribute of the content C9. As a result, it can be seen that the content C9 has attributes of “genre = G1”, “performer = A7”, and “not series content”.

一方、アクセス履歴DB106のアクセス履歴情報を参照することで、ユーザU1がこれまでにアクセスしたコンテンツは、C1、C5、C7であることが分かる。これらC1、C5、C7のコンテンツ属性情報から統計情報をとると図3のような結果が得られる。この結果から、ユーザU1に関してのアクセス嗜好として、「ジャンルG1を最も好む」ということが分かる。   On the other hand, referring to the access history information in the access history DB 106, it can be seen that the contents that the user U1 has accessed so far are C1, C5, and C7. If statistical information is taken from the content attribute information of C1, C5, and C7, a result as shown in FIG. 3 is obtained. From this result, it can be seen that “the user likes the genre G1 most” as the access preference regarding the user U1.

今、キャッシュ処理判断の対象であるコンテンツC9は「ジャンル=G1」であるので、ユーザU1の嗜好に一致していると考えられ、コンテンツC9に対してキャッシュ処理を行うという判断が可能になる。   Since the content C9 that is the target of the cache processing determination is “genre = G1”, it is considered that the content C9 matches the preference of the user U1, and it is possible to determine that the cache processing is performed on the content C9.

このような予測を行うことにより、コンテンツC9自身のアクセス頻度が低くとも、ユーザの要望に近いコンテンツであると判断し、キャッシュ処理を行うことが可能となる。   By performing such prediction, even if the access frequency of the content C9 itself is low, it can be determined that the content is close to the user's request, and cache processing can be performed.

なお、この例においては、単に最も頻度の高い属性に対してのみを判断材料として、キャッシュ判断を行ったが、複数の属性を考慮する方法や、既存の各種予測アルゴリズムを用いてキャッシュ処理の判断を行うことも可能である。   In this example, only the attribute with the highest frequency is used as the judgment material, and the cache judgment is performed. However, the cache processing judgment using a method that considers a plurality of attributes and various existing prediction algorithms is used. It is also possible to perform.

(実施形態2)
図4に本発明の実施形態2であるコンテンツ配信システムの構成図を示す。実施形態1においては、アクセス履歴情報はキャッシュサーバへアクセスがあった際に、キャッシュサーバでアクセス履歴情報を収集していたのに対して、実施形態2では、ユーザ端末において視聴履歴情報を保持しておき、これをアクセス履歴情報として活用する。
(Embodiment 2)
FIG. 4 shows a configuration diagram of a content distribution system according to the second embodiment of the present invention. In the first embodiment, the access history information is collected by the cache server when the cache server is accessed, whereas in the second embodiment, the viewing history information is held in the user terminal. This is used as access history information.

すなわち、ユーザ端末900は、これまでに視聴したコンテンツの履歴情報を保持しており、キャッシュサーバ200へ定期的な視聴履歴情報の送信、又はキャッシュサーバ200からの要求に対しての応答として視聴履歴情報を送出することにより視聴履歴DB206を更新する。   That is, the user terminal 900 retains history information of content that has been viewed so far, and the viewing history is periodically transmitted to the cache server 200 or a response to a request from the cache server 200. The viewing history DB 206 is updated by sending information.

以下に、詳細な処理の流れを示す。当該コンテンツ配信システムにおいて、実施形態1と同様に、ユーザ端末900がコンテンツを要求するとき、ユーザ端末900は、まず、キャッシュサーバ200へコンテンツを要求する。   The detailed processing flow is shown below. In the content distribution system, as in the first embodiment, when the user terminal 900 requests content, the user terminal 900 first requests the cache server 200 for content.

要求を受けたキャッシュサーバ200は、インタフェース部201を介して受け取った要求信号を処理部202で処理する。   Upon receiving the request, the cache server 200 processes the request signal received via the interface unit 201 by the processing unit 202.

処理部202はコンテンツストレージ203を検索し、要求コンテンツの存在を確認する。要求コンテンツが存在する場合は、処理部202はコンテンツストレージ203からコンテンツを読み出し、インタフェース部201を介してユーザ端末900にコンテンツを転送する。一方、コンテンツが存在しない場合は、インタフェース部201を介してコンテンツサーバ800にコンテンツ要求を行う。   The processing unit 202 searches the content storage 203 and confirms the presence of the requested content. If the requested content exists, the processing unit 202 reads the content from the content storage 203 and transfers the content to the user terminal 900 via the interface unit 201. On the other hand, if no content exists, a content request is sent to the content server 800 via the interface unit 201.

コンテンツ要求を受けたコンテンツサーバ800は、キャッシュサーバ200に対してコンテンツを転送する。   Upon receiving the content request, the content server 800 transfers the content to the cache server 200.

コンテンツサーバ800からコンテンツを受け取ったキャッシュサーバ200は、ユーザ端末900へコンテンツを転送するとともに、処理部202からの指示により予測制御部205が、該当コンテンツのキャッシュを行うか否かの判断を行う。   Upon receiving the content from the content server 800, the cache server 200 transfers the content to the user terminal 900, and the prediction control unit 205 determines whether or not to cache the content according to an instruction from the processing unit 202.

予測制御部205では、コンテンツメタデータDB204に予め保持されているコンテンツメタデータ及び視聴履歴DB206を参照し、コンテンツメタデータに記載されたコンテンツ属性情報及びアクセス履歴情報に基づいて、ユーザからのアクセスが予想されるコンテンツと判断された場合にキャッシュ処理を行う判断をしてコンテンツストレージ203に保持する。   The prediction control unit 205 refers to the content metadata and viewing history DB 206 stored in advance in the content metadata DB 204, and based on the content attribute information and access history information described in the content metadata, access from the user is performed. When it is determined that the content is expected, a determination is made to perform cache processing and the content is stored in the content storage 203.

このようにして、ユーザ端末が保持している視聴履歴情報を用いて、実施形態1と同様にキャッシュ処理を行うことが出来る。   In this way, cache processing can be performed in the same manner as in the first embodiment, using the viewing history information held by the user terminal.

(実施形態3)
図5に本発明の実施形態3であるコンテンツ配信システムの構成図を示す。実施形態1及び2においては、キャッシュサーバにおいてコンテンツ属性情報及びアクセス履歴情報(又は視聴履歴情報)を保持していたが、実施形態3では、これらの情報を別サーバで保持することを特徴とする。
(Embodiment 3)
FIG. 5 shows a configuration diagram of a content distribution system according to the third embodiment of the present invention. In the first and second embodiments, the content attribute information and the access history information (or viewing history information) are held in the cache server. However, in the third embodiment, these pieces of information are held in another server. .

まず、ユーザ端末900は、これまでに視聴したコンテンツの履歴情報を保持しており、視聴履歴収集サーバ400へ定期的な視聴履歴情報の送信、又は視聴履歴収集サーバ400からの要求に対して視聴履歴情報を送出する。ユーザ端末900から送出された視聴履歴情報は視聴履歴収集サーバ400のインタフェース部401を介して、視聴履歴DB402に格納される。   First, the user terminal 900 holds history information of content that has been viewed so far, and periodically transmits viewing history information to the viewing history collection server 400 or views in response to requests from the viewing history collection server 400. Send history information. Viewing history information transmitted from the user terminal 900 is stored in the viewing history DB 402 via the interface unit 401 of the viewing history collection server 400.

また、メタデータサーバ500においては、あらかじめコンテンツメタデータが格納されている。   The metadata server 500 stores content metadata in advance.

以下に、詳細な処理の流れを示す。当該コンテンツ配信システムにおいて、ユーザ端末900がコンテンツを要求するとき、ユーザ端末900は、まず、キャッシュサーバ300へコンテンツを要求する。   The detailed processing flow is shown below. In the content distribution system, when the user terminal 900 requests content, the user terminal 900 first requests content from the cache server 300.

要求を受けたキャッシュサーバ300は、インタフェース部301を介して受け取った要求信号を処理部302で処理する。   Upon receiving the request, the cache server 300 processes the request signal received via the interface unit 301 by the processing unit 302.

処理部302はコンテンツストレージ303を検索し、要求コンテンツの存在を確認する。要求コンテンツが存在する場合は、処理部302はコンテンツストレージ303からコンテンツを読み出し、インタフェース部301を介してユーザ端末900にコンテンツを転送する。一方、コンテンツが存在しない場合はインタフェース部301を介してコンテンツサーバ800にコンテンツ要求を行う。   The processing unit 302 searches the content storage 303 and confirms the existence of the requested content. If the requested content exists, the processing unit 302 reads the content from the content storage 303 and transfers the content to the user terminal 900 via the interface unit 301. On the other hand, if no content exists, a content request is sent to the content server 800 via the interface unit 301.

コンテンツ要求を受けたコンテンツサーバ800は、キャッシュサーバ300に対してコンテンツを転送する。   Upon receiving the content request, the content server 800 transfers the content to the cache server 300.

コンテンツサーバ800からコンテンツを受け取ったキャッシュサーバ300は、ユーザ端末900へコンテンツを転送するとともに、処理部302からの指示により予測制御部305が、該当コンテンツのキャッシュを行うか否かの判断を行う。   Upon receiving the content from the content server 800, the cache server 300 transfers the content to the user terminal 900, and the prediction control unit 305 determines whether or not to cache the content according to an instruction from the processing unit 302.

予測制御部305では、インタフェース部301を介してメタデータサーバ500にアクセスし、コンテンツメタデータDB502に予め保持されているコンテンツメタデータを取得するとともに、同じくインタフェース部301を介して視聴履歴サーバ400の視聴履歴DB402から視聴履歴情報を取得する。   The prediction control unit 305 accesses the metadata server 500 via the interface unit 301 to acquire the content metadata stored in advance in the content metadata DB 502, and also uses the viewing history server 400 via the interface unit 301. Viewing history information is acquired from the viewing history DB 402.

その後、予測制御部305は取得したコンテンツメタデータに記載されたコンテンツ属性情報及びアクセス履歴情報に基づいて、ユーザからのアクセスが予想されるコンテンツと判断された場合にキャッシュ処理を行う判断をしてコンテンツストレージ303に保持する。   Thereafter, based on the content attribute information and access history information described in the acquired content metadata, the prediction control unit 305 determines to perform cache processing when it is determined that the content is expected to be accessed by the user. Stored in the content storage 303.

図6に実施形態3を用いて複数のキャッシュサーバを配置した場合の構成を示す。キャッシュサーバ310はユーザ端末910、キャッシュサーバ320はユーザ端末920、キャッシュサーバ330はユーザ端末930を配下に持っており、各々ドメイン1、ドメイン2、ドメイン3を形成しており、ネットワーク10と接続されている。また、コンテンツサーバ800、メタデータサーバ500、視聴履歴サーバ400も同一のネットワーク10に接続されている。   FIG. 6 shows a configuration when a plurality of cache servers are arranged using the third embodiment. The cache server 310 has a user terminal 910, the cache server 320 has a user terminal 920, and the cache server 330 has a user terminal 930, and forms a domain 1, a domain 2, and a domain 3, and is connected to the network 10. ing. The content server 800, the metadata server 500, and the viewing history server 400 are also connected to the same network 10.

このような構成において、図5の説明と同様のキャッシュ処理判断を行う事によって、メタデータサーバ500、及び視聴履歴集サーバ400を複数のキャッシュサーバで共有する事ができ、ネットワークリソースの有効活用が可能となる。   In such a configuration, the metadata server 500 and the viewing history collection server 400 can be shared by a plurality of cache servers by performing the same cache process determination as described in FIG. 5, and effective use of network resources can be achieved. It becomes possible.

なお、上記実施形態1〜3において、ユーザ端末、キャッシュサーバ、コンテンツサーバ、メタデータサーバ、及び視聴履歴収集サーバは、例えば、ユーザ端末、キャッシュサーバ、コンテンツサーバ、メタデータサーバ、及び視聴履歴収集サーバを構成するコンピュータ装置が有するCPUによって実現され、必要とする予測制御、コンテンツ提供、情報提供などをアプリケーションプログラムとして搭載することができる。   In the first to third embodiments, the user terminal, the cache server, the content server, the metadata server, and the viewing history collection server are, for example, a user terminal, a cache server, a content server, a metadata server, and a viewing history collection server. Is realized by a CPU included in the computer device, and necessary prediction control, content provision, information provision, and the like can be installed as application programs.

また、コンピュータ装置には上記説明した予測制御など行った処理結果や計算結果等のデータを内部メモリや外部記憶装置等に書き込み・読み出しができるようにしてもよい。   Further, the computer device may be configured to write / read data such as processing results and calculation results obtained by the above-described predictive control to an internal memory or an external storage device.

また、本発明は、前述した実施形態1〜3の機能を実現するソフトウェアのプログラムコードを記録した記録媒体を、システムあるいは装置に供給し、そのシステムあるいは装置のCPU(MPU)が記録媒体に格納されたプログラムコードを読み出し実行することによっても実現できる。その場合、記憶媒体から読み出されたプログラムコード自体が上述した実施形態の機能を実現することになり、そのプログラムコードを記憶した記憶媒体、例えば、CD−ROM、DVD−ROM、CD−R、CD−RW、MO、HDD等は本発明を構成する。   In addition, the present invention supplies a recording medium in which a program code of software that realizes the functions of the first to third embodiments described above is recorded to a system or apparatus, and the CPU (MPU) of the system or apparatus stores the recording medium in the recording medium. This can also be realized by reading out and executing the program code. In that case, the program code itself read from the storage medium realizes the functions of the above-described embodiment, and a storage medium storing the program code, for example, a CD-ROM, a DVD-ROM, a CD-R, CD-RW, MO, HDD, etc. constitute the present invention.

実施形態1のコンテンツ配信システムの構成図。1 is a configuration diagram of a content distribution system according to a first embodiment. コンテンツメタデータであるコンテンツ属性情報及びアクセス履歴情報を示す図。The figure which shows the content attribute information and access history information which are content metadata. アクセス履歴情報の統計結果を示す図。The figure which shows the statistical result of access history information. 実施形態2のコンテンツ配信システムの構成図。The block diagram of the content delivery system of Embodiment 2. FIG. 実施形態3のコンテンツ配信システムの構成図。The block diagram of the content delivery system of Embodiment 3. FIG. 複数のキャッシュサーバを有するコンテンツ配信システムの構成図。The block diagram of the content delivery system which has a some cache server. 従来技術のコンテンツ配信システムの構成図。The block diagram of the content delivery system of a prior art.

符号の説明Explanation of symbols

100…キャッシュサーバ
101…インタフェース部
102…処理部
103…コンテンツストレージ
104…コンテンツメタデータDB
105…予約制御部
106…アクセス履歴DB
200…キャッシュサーバ
201…インタフェース部
202…処理部
203…コンテンツストレージ
204…コンテンツメタデータDB
205…予約制御部
206…視聴履歴DB
300…キャッシュサーバ
301…インタフェース部
302…処理部
303…コンテンツストレージ
305…予約制御部
310…キャッシュサーバ
320…キャッシュサーバ
330…キャッシュサーバ
400…視聴履歴収集サーバ
401…インタフェース部
402…視聴履歴DB
500…メタデータサーバ
501…インタフェース部
502…コンテンツメタデータDB
700…キャッシュサーバ
701…インタフェース部
702…処理部
703…コンテンツストレージ
705…予約制御部
706…アクセス履歴DB
800…コンテンツサーバ
900…ユーザ端末
910…ユーザ端末
920…ユーザ端末
930…ユーザ端末
DESCRIPTION OF SYMBOLS 100 ... Cache server 101 ... Interface part 102 ... Processing part 103 ... Content storage 104 ... Content metadata DB
105 ... Reservation control unit 106 ... Access history DB
DESCRIPTION OF SYMBOLS 200 ... Cache server 201 ... Interface part 202 ... Processing part 203 ... Content storage 204 ... Content metadata DB
205 ... Reservation control unit 206 ... Viewing history DB
DESCRIPTION OF SYMBOLS 300 ... Cache server 301 ... Interface part 302 ... Processing part 303 ... Content storage 305 ... Reservation control part 310 ... Cache server 320 ... Cache server 330 ... Cache server 400 ... Viewing history collection server 401 ... Interface part 402 ... Viewing history DB
500 ... Metadata server 501 ... Interface unit 502 ... Content metadata DB
700 ... Cache server 701 ... Interface unit 702 ... Processing unit 703 ... Content storage 705 ... Reservation control unit 706 ... Access history DB
800 ... Content server 900 ... User terminal 910 ... User terminal 920 ... User terminal 930 ... User terminal

Claims (8)

ユーザ端末からコンテンツ配信要求を受け、当該コンテンツを保持しているときはこれを前記ユーザ端末に配信し、当該コンテンツを保持していないときはコンテンツ配信サーバにコンテンツ配信要求を行い、当該コンテンツの配信を受けてからこれを前記ユーザ端末に配信するキャッシュサーバであって、
前記コンテンツ配信サーバからコンテンツの配信を受けたときにコンテンツメタデータ及びアクセス履歴に基づいて当該コンテンツを保持するか否かについて判断する予測制御部を有することを特徴とするキャッシュサーバ。
When a content distribution request is received from a user terminal and the content is held, the content is distributed to the user terminal. When the content is not held, a content distribution request is made to the content distribution server, and the content is distributed. A cache server that distributes it to the user terminal after receiving
A cache server, comprising: a prediction control unit that determines whether or not to hold the content based on content metadata and an access history when content distribution is received from the content distribution server.
前記ユーザ端末からコンテンツ視聴履歴を受信し、当該コンテンツ視聴履歴を前記アクセス履歴として使用することを特徴とする請求項1に記載のキャッシュサーバ。   The cache server according to claim 1, wherein a content viewing history is received from the user terminal, and the content viewing history is used as the access history. コンテンツメタデータサーバから前記コンテンツメタデータを受信することを特徴とする請求項1または2に記載のキャッシュサーバ。   The cache server according to claim 1, wherein the content metadata is received from a content metadata server. 履歴サーバから前記アクセス履歴又は視聴履歴を受信することを特徴とする請求項1〜3いずれかに記載のキャッシュサーバ。   The cache server according to claim 1, wherein the access history or the viewing history is received from a history server. ユーザ端末からコンテンツ配信要求を受け、当該コンテンツを保持しているときはこれを前記ユーザ端末に配信し、当該コンテンツを保持していないときはコンテンツ配信サーバにコンテンツ配信要求を行い、当該コンテンツの配信を受けてからこれを前記ユーザ端末に配信するキャッシュサーバにおけるコンテンツ選定保持方法であって、
予測制御部が、前記コンテンツ配信サーバからコンテンツの配信を受けたときにコンテンツメタデータ及びアクセス履歴に基づいて当該コンテンツを保持するか否かについて判断することを特徴とするコンテンツ選定保持方法。
When a content distribution request is received from a user terminal and the content is held, the content is distributed to the user terminal. When the content is not held, a content distribution request is made to the content distribution server, and the content is distributed. Content selection and holding method in a cache server for delivering the received user terminal to the user terminal,
A content selection holding method, wherein the prediction control unit determines whether or not to hold the content based on the content metadata and the access history when the content delivery is received from the content delivery server.
前記ユーザ端末からコンテンツ視聴履歴を受信し、当該コンテンツ視聴履歴を前記アクセス履歴として使用することを特徴とする請求項5に記載のコンテンツ選定保持方法。   6. The content selection / holding method according to claim 5, wherein a content viewing history is received from the user terminal, and the content viewing history is used as the access history. コンテンツメタデータサーバから前記コンテンツメタデータを受信することを特徴とする請求項5または6に記載のコンテンツ選定保持方法。   7. The content selection / holding method according to claim 5, wherein the content metadata is received from a content metadata server. 履歴サーバから前記アクセス履歴又は視聴履歴を受信することを特徴とする請求項5〜7いずれかに記載のコンテンツ選定保持方法。
The content selection / holding method according to claim 5, wherein the access history or the viewing history is received from a history server.
JP2004326716A 2004-11-10 2004-11-10 Cache server and content selection/holding method Pending JP2006139398A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004326716A JP2006139398A (en) 2004-11-10 2004-11-10 Cache server and content selection/holding method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004326716A JP2006139398A (en) 2004-11-10 2004-11-10 Cache server and content selection/holding method

Publications (1)

Publication Number Publication Date
JP2006139398A true JP2006139398A (en) 2006-06-01

Family

ID=36620203

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004326716A Pending JP2006139398A (en) 2004-11-10 2004-11-10 Cache server and content selection/holding method

Country Status (1)

Country Link
JP (1) JP2006139398A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011070316A (en) * 2009-09-24 2011-04-07 Brother Industries Ltd Information communication system, information communication method and node program
JP2011134240A (en) * 2009-12-25 2011-07-07 Nec Corp Content replacement system, content replacement method, and content replacement program
JP2012231412A (en) * 2011-04-27 2012-11-22 Nippon Telegr & Teleph Corp <Ntt> Control apparatus and operation method thereof
US8402049B2 (en) 2010-05-27 2013-03-19 International Business Machines Corporation Metadata cache management
JP2014505938A (en) * 2010-12-30 2014-03-06 ピーラップ リミテッド Method and system for caching data communications over a computer network
JP5817828B2 (en) * 2011-04-22 2015-11-18 日本電気株式会社 Content distribution system, control device, and content distribution method
US10225340B2 (en) 2010-12-30 2019-03-05 Zephyrtel, Inc. Optimizing data transmission between a first endpoint and a second endpoint in a computer network

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011070316A (en) * 2009-09-24 2011-04-07 Brother Industries Ltd Information communication system, information communication method and node program
JP2011134240A (en) * 2009-12-25 2011-07-07 Nec Corp Content replacement system, content replacement method, and content replacement program
US8402049B2 (en) 2010-05-27 2013-03-19 International Business Machines Corporation Metadata cache management
US8914407B2 (en) 2010-05-27 2014-12-16 International Business Machines Corporation Metadata cache management
US9996464B2 (en) 2010-05-27 2018-06-12 International Business Machines Corporation Metadata cache management
JP2014505938A (en) * 2010-12-30 2014-03-06 ピーラップ リミテッド Method and system for caching data communications over a computer network
US10225340B2 (en) 2010-12-30 2019-03-05 Zephyrtel, Inc. Optimizing data transmission between a first endpoint and a second endpoint in a computer network
US10484497B2 (en) 2010-12-30 2019-11-19 Zephyrtel, Inc. Methods and systems for caching data communications over computer networks
JP5817828B2 (en) * 2011-04-22 2015-11-18 日本電気株式会社 Content distribution system, control device, and content distribution method
JP2012231412A (en) * 2011-04-27 2012-11-22 Nippon Telegr & Teleph Corp <Ntt> Control apparatus and operation method thereof

Similar Documents

Publication Publication Date Title
US5878429A (en) System and method of governing delivery of files from object databases
RU2632410C2 (en) Preliminary caching in cdn controlled by application
EP3131265B1 (en) Data prefetching method for distributed hash table dht storage system, node, and system
US8392615B2 (en) Dynamic variable rate media delivery system
EP2359536B1 (en) Adaptive network content delivery system
CN101390080B (en) Serving cached query results based on a query portion
CA2942418C (en) System and method of caching information
US20100235569A1 (en) Storage Optimization System
US20080147974A1 (en) Multi-level caching system
CN109600437B (en) Downloading method of streaming media resource and cache server
US20100235438A1 (en) Variable Rate Media Delivery System
JP2007510224A (en) A method for determining the segment priority of multimedia content in proxy cache
JP2000293424A (en) Network cache device and cache controlling method
EP2227016A1 (en) A content buffering, querying method and point-to-point media transmitting system
JP2006501535A (en) Device and method for managing use of shared storage by multiple cache servers
CN105376218B (en) Streaming media system and method for quickly responding to user request
CN107197359B (en) Video file caching method and device
US20190147067A1 (en) Caching with Dynamic and Selective Compression of Content
JP2003030087A (en) Content distribution network system
AU2015201273B2 (en) System and method of caching information
CN102006500B (en) Video dragging method and device applied to cache server
JP5798523B2 (en) Communication control system, aggregation server, and communication control method
JP5272428B2 (en) Predictive cache method for caching information with high access frequency in advance, system thereof and program thereof
JP2006139398A (en) Cache server and content selection/holding method
KR101169041B1 (en) Cache server and mutimedia contens providing method

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070911

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070918

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20071119

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20071218

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080214

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20080221

A912 Re-examination (zenchi) completed and case transferred to appeal board

Free format text: JAPANESE INTERMEDIATE CODE: A912

Effective date: 20080613

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20090709

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20090909