WO2013102962A1 - キャッシュ装置、キャッシュ置換方法、及び非一時的なコンピュータ可読媒体 - Google Patents

キャッシュ装置、キャッシュ置換方法、及び非一時的なコンピュータ可読媒体 Download PDF

Info

Publication number
WO2013102962A1
WO2013102962A1 PCT/JP2012/006411 JP2012006411W WO2013102962A1 WO 2013102962 A1 WO2013102962 A1 WO 2013102962A1 JP 2012006411 W JP2012006411 W JP 2012006411W WO 2013102962 A1 WO2013102962 A1 WO 2013102962A1
Authority
WO
WIPO (PCT)
Prior art keywords
cache
content
user terminal
response time
priority
Prior art date
Application number
PCT/JP2012/006411
Other languages
English (en)
French (fr)
Inventor
徹 大須賀
Original Assignee
日本電気株式会社
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 日本電気株式会社 filed Critical 日本電気株式会社
Publication of WO2013102962A1 publication Critical patent/WO2013102962A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching
    • H04L67/5682Policies or rules for updating, deleting or replacing the stored data

Definitions

  • the present invention is a service in which a user uses contents such as photographs and videos from various terminals via a network such as the Internet or NGN (Next Generation Network), and some contents are stored in a cache device installed in the vicinity of the user.
  • NGN Next Generation Network
  • the present invention relates to a cache replacement method, apparatus, and program for improving the quality of experience of a user by storing a password.
  • the service provides a storage area that can be used by each user in the cloud storage installed on the network, and the user accumulates content such as photos and videos in the storage area for use from various terminals.
  • Cloud storage service Other services include a video distribution service, a video posting service, a web service, and the like that acquire and view / browse content such as photos and videos created by a service provider or other users via a network.
  • a center storage device such as a cloud storage or an origin server
  • a large amount of traffic is generated in all communication paths from the center storage device to each user terminal.
  • a best effort network such as the Internet, which is currently widely spread, is susceptible to a significant decrease in throughput and an increase in delay time due to congestion on the communication path.
  • the waiting time until content can be acquired and used increases, and the user's quality of experience is significantly impaired.
  • a cache device such as a proxy server or an edge server capable of storing a part of content in the vicinity of the user.
  • Content that is likely to be used by the user is cached in the cache device, and traffic is concentrated in the vicinity of the user.
  • the above-described problems have been alleviated and the user's quality of experience has been improved.
  • the first is a prefetch technique for presuming the user's behavior and storing the content requested by the user in the near future in a cache device in advance, which is disclosed in Patent Document 1 and Patent Document 2, for example.
  • Patent Document 1 it is determined that there is a high possibility that the user will request a page linked from the currently displayed web page, and the page is acquired in advance and stored in the cache device.
  • Patent Document 2 there is a high possibility that the user will request a page specified by a link near the current position of the mouse cursor or a page specified by a link ahead of the movement direction of the mouse cursor. Is acquired in advance and stored in the cache device.
  • the second is a prefix caching technique that preferentially stores a portion that is highly likely to be reproduced, such as a head or a scene jump destination, in a cache device for video content, and is disclosed in, for example, Patent Document 3 and Patent Document 4 Has been.
  • Patent Document 3 it is determined that the user is highly likely to reproduce the beginning portion of the video content, and is preferentially stored in the cache device.
  • Patent Document 4 it is determined that a user is highly likely to reproduce a reproduction portion when a scene jump operation is performed in a video reproduction application, and the user preferentially stores the reproduction portion in the cache device.
  • Japanese Patent No. 4270213 Japanese Patent No. 4093478 JP 2007-080161 A Japanese Patent No. 4658505
  • the personal content is content stored in a local storage such as an HDD (Hard Disk Disk Drive) of a personal computer (PC) used by the user.
  • content that is stored and distributed in the cloud storage contains a wide variety of content types, such as small-capacity content such as text, large-capacity content such as photos, or content that performs special playback and display such as moving images. .
  • the present invention has been made in view of the above-described problems, and provides a cache device, a cache replacement method, and a related program that improve response time and a user's perceived speed within the constraints of cache capacity. Objective.
  • One aspect of a cache device is a cache device that holds content acquired from a server device and provides the held content to a user terminal, and includes a cache storage unit, a cache control unit, and a cache replacement unit .
  • the cache storage unit holds content to be provided to the user terminal as a cache.
  • the cache control unit determines the priority of each content using an evaluation function based on the response time.
  • the cache replacement unit replaces the content stored as a cache in the cache storage unit and the newly stored content based on the priority.
  • One aspect of a cache replacement method is a cache replacement method for a cache device that retains content acquired from a server device and provides the retained content to a user terminal, where the content provided to the user terminal is used as a cache.
  • a step of holding in the cache storage unit a step of determining the priority of each content with respect to newly stored content and a plurality of contents held by the cache storage unit as a cache using an evaluation function based on a response time; And a step of replacing the cache held by the cache storage unit with the newly stored content based on the priority.
  • One aspect of a program according to the present invention is a program that realizes a cache replacement method for a cache device that holds content acquired from a server device and provides the held content to a user terminal, the computer being connected to the user terminal A process for holding the provided content in the cache storage unit as a cache, a content to be newly stored, and a plurality of contents held by the cache storage unit as a cache, an evaluation function based on the priority of each content and a response time A process to be used and a process to replace the cache held by the cache storage unit with the newly stored content based on the priority.
  • the present invention it is possible to provide a cache device, a cache replacement method, and a related program that improve the response time and the user experience speed within the constraints of the cache capacity.
  • the response time and the perceived speed of the user which are different for each content type and improved by caching, are estimated, and the cache is replaced based on the estimated response time. Improve user experience speed.
  • FIG. 1 is a block diagram showing a system configuration of a first embodiment for carrying out the present invention.
  • a first embodiment of the present invention includes a user terminal 1, a cache device 2, a center storage device 3, a local network (first network) 4, and a global network (second network).
  • the user terminal 1 is a terminal where a user acquires content via a network (for example, the local network 4 and the global network 5), and uses / views the acquired content, such as a personal computer or a mobile terminal. It is.
  • the cache device 2 is installed on a network such as a cache server, a proxy server, or an edge server (in the case of FIG. 1), or is allocated as a storage area in the user terminal 1 such as a browser cache. (Example when not shown).
  • the cache device 2 stores a part or all of the content requested or can be requested from the user terminal 1 in a storage area managed by itself as a cache. Then, in response to a request from the user terminal 1, the corresponding content is read from the storage area and distributed.
  • the center storage device 3 exists on the global network 5 and holds content requested from the user terminal 1.
  • One or a plurality of center storage apparatuses 3 may be arranged in the system.
  • the local network 4 connects the user terminal 1 and the cache device 2 such as a LAN (Local Area Network), an access line, or a data transmission path inside the user terminal 1.
  • the global network 5 connects the cache device 2 and the center storage device 3 such as the Internet. Note that the local network 4 and the global network 5 are different networks, and the cache device 2 may be installed at the connection portion thereof, or the local network 4 and the global network 5 are the same network and installed inside the network.
  • the user terminal 1 side may be referred to as a local network 4
  • the center storage device 3 side may be referred to as a global network 5.
  • the cache device 2 is installed in a connection part of the local network 4 and the global network 5 or in a single network including the local network 4 and the global network 5.
  • the cache device 2 includes a cache replacement unit 21, a cache priority determination unit 22, a content characteristic determination unit 23, a local NW state measurement unit 24, a global NW state measurement unit 25, and a cache storage unit. 26.
  • the cache replacement unit 21 deletes an unnecessary cache based on the priority set by the cache priority determination unit 22 when the capacity of the cache storage unit 26 exceeds.
  • the cache priority determination unit 22 determines the priority for leaving each cache in the cache storage unit 26 based on the content characteristics of each cache and the network state such as the bandwidth and delay of the local network 4 and the global network 5.
  • the content characteristic determination unit 23 determines or holds content characteristics such as the size of each cache and the amount of data necessary for starting use.
  • the local NW state measurement unit 24 measures network state information such as the delay and bandwidth of the local network 4 and records it as a measured value or a statistical value subjected to statistical processing.
  • the global NW state measurement unit 25 measures network state information such as delay and bandwidth of the global network 5 and records it as a measured value or a statistical value subjected to statistical processing.
  • the cache storage unit 26 stores a part or all of the content requested or can be requested from the user terminal 1 as a cache.
  • the user terminal 1 transmits a content request to the cache device 2 or the center storage device 3 when a content acquisition request is made by the user. Then, when the requested content is delivered from the cache device 2 or the center storage device 3, the delivered content is displayed to the user.
  • the cache device 2 acquires a request message when a content request message is transmitted from the user terminal 1.
  • the cache device 2 acquires the requested content from the cache storage unit 26 and distributes it to the user terminal 1.
  • the cache device 2 transfers the request message to the center storage device 3.
  • the request message acquisition method can be realized using a network device for a request message transmitted from the user terminal 1 to the center storage device 3, for example.
  • the network device here is a router or the like that is installed in the path from the user terminal 1 to the center storage device 3 and connected to the cache device 2.
  • the network device transfers the request message to the cache device 2 instead of the center storage device 3 based on conditions such as header information of the request message.
  • the method is not limited to the acquisition method described above, and for example, the user terminal 1 may explicitly specify the cache device 2 as a proxy and transmit a request message.
  • the DNS Domain Name System
  • the DNS or the like uses the address of the cache device 2 instead of the center storage device 3. It may be a method of replying. Furthermore, other methods may be used.
  • the cache device 2 may acquire content from the center storage device 3 at regular intervals regardless of the request message from the user terminal 1.
  • the content acquisition method may be a method in which the cache device 2 determines the required content and transmits a request message for the required content to the center storage device 3, or the center storage device 3 determines the required content.
  • a method of transmitting necessary contents to the cache device 2 may be used.
  • the necessary content determination method is, for example, a method of selecting a preset number of contents in descending order of priority determined by the cache priority determination unit 22.
  • the cache device 2 acquires the content and distributes it to the user terminal 1.
  • the content does not exist as a cache in the cache storage unit 26, it is set in the cache device 2 (more specifically, the storage means inside the cache device 2 not explicitly shown in the figure).
  • the content is stored as a cache in the cache storage unit 26 according to the conditions and algorithm (storage process).
  • the cache replacement unit 21 deletes an unnecessary cache from the caches stored in the cache storage unit 26, and then performs the storage process.
  • the content acquisition method includes a method similar to the method exemplified as the request message acquisition method, and any of them may be used.
  • the cache replacement unit 21 determines the cache priority when the cache device 2 stores the content acquired from the center storage device 3 as a cache in the cache storage unit 26 and the storage capacity of the cache storage unit 26 is insufficient. Caches stored in the cache storage unit 26 from the unit 22 and the priorities of the contents acquired from the center storage device 3 are acquired, and unnecessary caches are selected from the caches stored in the cache storage unit 26 based on the priorities. Is deleted.
  • the cache deletion method is a method in which, for example, from the center storage device 3, deletion is performed in order from the cache with the lowest priority until the cache storage unit 26 has a free space larger than the size of the acquired content to be stored. .
  • the deletion method is not limited to the above-described deletion method.
  • the caches are selected in order from the cache with the lowest priority.
  • the deletion candidate is deleted. If the storage target content is included, only the content to be stored is deleted. Good. Still other methods may be used.
  • the cache priority determination unit 22 acquires predetermined information at an arbitrary timing, and determines the priority score (x) of each content based on the acquired information.
  • the variable x is a numerical value for distinguishing each content.
  • the arbitrary timing includes cases (T1) to (T3) shown below. (T1) When the storage target content acquired by the cache device 2 from the center storage device 3 is stored in the cache storage unit 26 as a cache. (T2) When the storage capacity of the cache storage unit 26 is insufficient during cache storage. (T3) Every fixed time.
  • the predetermined schedule information includes, for example, the following information (D1) to (D3).
  • D1 The characteristic of each content acquired from the content characteristic determination unit 23, specifically, the data amount data_start () required for the start of use, which varies depending on the size size (x) of the content x and the content type ft (x). size (x), ft (x)) or the quality of experience function qoe (t, size (x), ft (x)).
  • the variable t is time.
  • D2 The network state acquired from the local NW state measurement unit 24, specifically, the network state such as the bandwidth bw_local and the delay delay_local of the local network 4.
  • D3 The network state acquired from the global NW state measuring unit 25, specifically, the network state such as the bandwidth bw_global and the delay delay_global of the global network 5.
  • the target content for determining the priority is at least a cache stored in the cache storage unit 26.
  • the content acquired from the center storage device 3 or a part or all of the content stored in the center storage device 3 may be included.
  • the priority determination method is, for example, that the response time res_hit (x) at the time of cache hit of the request to the content x and the response time res_miss (x) at the time of cache miss are expressed by the following equations (1) and (2). Calculate as follows.
  • res_hit (x) delay_local + data_start (size (x), ft (x)) ⁇ bw_local ...
  • res_miss (x) delay_local + delay_global + data_start (size (x), ft (x)) ⁇ min (bw_local, bw_global) ...
  • min (A, B) is a function that outputs a small numerical value among the arguments A and B.
  • the priority score (x) when the access frequency of the content x is pop (x) is calculated as the following equation (3).
  • score (x) (qoe (res_hit (x), size (x), ft (x))-qoe (res_miss (x), size (x), ft (x))) ⁇ pop (x) ⁇ size (x) ...
  • the determination method is not limited to the above-described determination method, and for example, a calculation method such as the following equation (4) may be used.
  • score (x) (qoe (res_hit (x), size (x), ft (x)) ⁇ qoe (res_miss (x), size (x), ft (x))) ⁇ pop (x) ⁇ size (x) ...
  • equation (3) a priority that depends on the amount of response time shortening due to a cache hit is calculated, and in equation (4), a priority that depends on the response time shortening rate due to a cache hit is calculated.
  • the content characteristic determination unit 23 determines the characteristic of new content when new content is stored in the cache device 2 or the center storage device 3 or at regular intervals.
  • the characteristic of the content is the size of the content, for example, the amount of data necessary for starting use depending on the content type such as the buffer amount necessary for starting the reproduction of the moving image, or the quality of experience function that differs depending on the content type.
  • the method for determining the characteristics is automatically based on a calculation method set in advance for each content type, for example, the amount of data necessary to start using the moving image is the amount of data for the first t seconds. It is a calculated method.
  • the determination method is not limited, and other methods such as manual setting by a user or a service provider when creating new content may be used.
  • the local NW state measurement unit 24 acquires a network state such as a bandwidth and a delay of the local network 4 when communication occurs between the user terminal 1 and the cache device 2 or at regular time intervals.
  • a network state such as a bandwidth and a delay of the local network 4 when communication occurs between the user terminal 1 and the cache device 2 or at regular time intervals.
  • the following method can be used as a method for acquiring the network state.
  • the bandwidth is measured as a communication throughput, or derived as an available bandwidth, a bottleneck line capacity, or the like by a known method called inline measurement or active measurement.
  • the delay is derived as a half value of RTT (Round Trip Time).
  • RTT Red Trip Time
  • the measured and derived bandwidth and delay over a certain period in the past may be a method of deriving as a statistic.
  • a method of estimating a future band or delay using a known prediction method from a measured / derived band or delay history may be used.
  • a method of estimating the environment and state where the user is located from the location of the user terminal and the like and estimating the future bandwidth and delay from there may be used.
  • the global NW state measurement unit 25 acquires a network state such as a bandwidth and a delay of the global network 5 when communication occurs between the cache device 2 and the center storage device 3 or at regular time intervals.
  • a network state such as a bandwidth and a delay of the global network 5 when communication occurs between the cache device 2 and the center storage device 3 or at regular time intervals.
  • the method for acquiring the network state there are methods similar to the method exemplified as the method for acquiring the network state in the local NW state measuring unit 24, and any of them may be used.
  • the center storage device 3 exists on the global network 5 and has contents requested by the user.
  • the requested content is acquired from the storage area managed by the user terminal 1 or the cache device 2 and distributed to the user terminal 1 or the cache device 2.
  • the operation of the first embodiment for carrying out the present invention will be described in detail with reference to FIGS. First, with reference to FIGS. 1 and 2, an operation from when a user requests content until it is acquired will be described.
  • the user terminal 1 requests content acquisition
  • the user terminal 1 transmits a request message for requesting content to the cache device 2 or the center storage device 3 (step S11).
  • the cache device 2 acquires the request message and confirms whether the requested content is stored in the cache storage unit 26 (step S12).
  • the cache device 2 acquires the requested content from the cache storage unit 26 and distributes it to the user terminal 1 (step S13). ). If the requested content is not stored in the cache storage unit 26 (NO in step S12), the cache device 2 transfers the request message to the center storage device 3 (step S14). When the request message is transmitted from the user terminal 1 or the cache device 2, the center storage device 3 acquires the requested content from the storage area managed by the center storage device 3 and distributes it to the user terminal 1 or the cache device 2 (step). S15).
  • the cache device 2 acquires the content and stores it in the cache storage unit 26 while delivering it to the user terminal 1 (step S16).
  • the cache replacement unit 21 acquires the priority of each content from the cache priority determination unit 22, and based on the acquired priority, the cache storage unit Unnecessary caches are deleted from the caches stored in the cache 26 (step S17).
  • the user terminal 1 displays the content to the user when the content is distributed from the cache device 2 or the center storage device 3 (step S18).
  • the cache device 2 acquires content from the center storage device 3 at regular time intervals (step S21).
  • the fixed time is an arbitrary time and may be a time set in advance in the center storage device 3 or the cache device 2. More specifically, when the cache device 2 acquires from the center storage device 3, the value set in the cache device 2 is used, and when the center storage device 3 transmits to the cache device 2, the value is set in the center storage device 3. Use the value that is specified. It is assumed that the cache device 2 is set to acquire content from the center storage device 3 at regular intervals.
  • the cache device 2 stores the content acquired in step S21 in the cache storage unit 26 (step S22).
  • step S22 when the storage capacity of the cache storage unit 26 is insufficient, the cache replacement unit 21 acquires the priority of each content from the cache priority determination unit 22, and based on the acquired priority, the cache storage unit Unnecessary caches are deleted from the caches stored in the cache 26 (step S23).
  • the cache priority determination unit 22 acquires the characteristics and network state of each content (step S31). Specifically, the cache priority determination unit 22 acquires the characteristics of each content from the content characteristic determination unit 23, acquires the network state of the local network 4 from the local NW state measurement unit 24, and the global NW state measurement unit 25. The network status of the global network 5 is acquired from The timing for receiving the processing instruction includes, for example, the timings (T1) to (T3) described above. In addition, the timing of (T3) includes the case of the fixed time described in step S21 of FIG. The cache priority determination unit 22 determines the priority of each content based on the acquired characteristics of each content and the network status of the local network 4 and the global network 5 (step S32).
  • the content characteristic determination unit 23 determines the characteristic of new content (step S41). For example, when a new content is stored in the cache device 2 or the center storage device 3, the processing instruction is received every arbitrary time (time set for performing the processing in step S41). Alternatively, it includes the time when there is a request from the cache priority determination unit 22.
  • the local NW state measurement unit 24 receives an instruction to start processing (when activated), the local NW state measurement unit 24 acquires a network state such as a bandwidth and a delay of the local network 4 (step S51). For example, when the communication between the user terminal 1 and the cache device 2 occurs, the timing for receiving the processing start instruction is every arbitrary time (the time set for performing the processing in step S51). Or when there is a request from the cache priority determination unit 22.
  • the global NW state measurement unit 25 receives an instruction to start processing (when activated), the global NW state measurement unit 25 acquires a network state such as a bandwidth and a delay of the global network 5 (step S61).
  • a network state such as a bandwidth and a delay of the global network 5
  • the timing to receive the processing start instruction is every arbitrary time (the time set for performing the processing in step S61).
  • the fixed time or arbitrary time of step S31, step S41, S51, S61 mentioned above may be the same time in each step, or may each be a different time.
  • the processing of each step may use the same time (repeatedly) as a fixed time or an arbitrary time.
  • the response time and the user's perceived speed that are improved by caching each content are estimated based on the characteristics of the content and the network state. And the priority which leaves each content as a cache based on the estimated result is determined. Therefore, it is possible to sequentially maximize the response time and the amount of improvement in the user's sensation speed within the constraints of the cache capacity.
  • FIG. 1 shows an example in which the cache device 2 is arranged between the local network 4 and the global network 5, the invention is not limited to this.
  • the cache device 2 may be arranged so that the bandwidth or delay with the user terminal is larger or shorter than the server device such as the center storage device 3 with respect to the bandwidth or delay.
  • the local network 4 can be realized by having a larger bandwidth or a shorter delay than the global network 5.
  • the cache device 2 may be arranged in a storage area in the user terminal.
  • FIG. 8 is a block diagram showing a configuration example of the cache device according to the second embodiment of the invention. Components having the same reference numerals as those in FIG. 1 are the same as those in FIG.
  • the cache priority determination unit 22, the content characteristic determination unit 23, the local NW state measurement unit 24, and the global NW state measurement unit 25 are represented as a cache control unit 29.
  • the cache control unit 29 functions to transmit / receive messages and contents to / from the user terminal 1 and the center storage device 3.
  • the message includes a request message transmitted from the user terminal 1 and various messages for controlling between devices.
  • FIG. 8 does not show specific components for transmitting and receiving information to and from the user terminal 1 and the center storage device 3, but it is assumed that an interface function is provided.
  • the cache device 2 is not limited to the system configuration shown in FIG. 1, as long as the cache control unit 29 can send and receive information between the user terminal 1 and the center storage device 3. Can be arranged. Specifically, the cache control unit 29 receives a request message from the user terminal 1, transmits a requested content to the user terminal 1, and transmits a request message to the center storage device 3 to request the requested content. Any environment that can realize the function of receiving
  • the priority determination means described in the above embodiments can be realized by a program.
  • the program realizes a cache replacement method for a cache device that holds content acquired from a server device (for example, the center storage device 3 in FIG. 1) and provides the held content to a user terminal.
  • the program causes the computer to execute at least the following processes (1) to (3).
  • Non-transitory computer readable media include various types of tangible storage media (tangible storage medium). Examples of non-transitory computer-readable media include magnetic recording media (eg flexible disks, magnetic tapes, hard disk drives), magneto-optical recording media (eg magneto-optical discs), CD-ROMs (Read Only Memory), CD-Rs, CD-R / W, semiconductor memory (for example, mask ROM, PROM (Programmable ROM), EPROM (Erasable ROM), flash ROM, RAM (Random Access Memory)) are included.
  • the program may also be supplied to the computer by various types of temporary computer-readable media. Examples of transitory computer readable media include electrical signals, optical signals, and electromagnetic waves.
  • the temporary computer-readable medium can supply the program to the computer via a wired communication path such as an electric wire and an optical fiber, or a wireless communication path.
  • a cache device that holds content acquired from a server device and provides the content to a user terminal, A cache storage unit that holds content to be provided to the user terminal as a cache; A cache control unit that determines the priority of each content using an evaluation function based on response time; A cache device comprising: a content stored as a cache in the cache storage unit based on the priority; and a cache replacement unit that replaces newly stored content.
  • Appendix 2 The cache apparatus according to appendix 1, wherein the cache control unit uses a function that depends on a reduction amount of a response time due to a cache hit as an evaluation function based on the response time.
  • Appendix 3 The cache apparatus according to appendix 1, wherein the cache control unit uses a function that depends on a response time reduction ratio due to a cache hit as an evaluation function based on the response time.
  • the cache control unit A content characteristic determination unit that determines the size of each content, the amount of data required to start using each content, and the user's quality of experience function for the response of each content;
  • a local NW state measurement unit for measuring a delay and a bandwidth of a local network connecting the user terminal and the cache device;
  • a global NW state measuring unit for measuring a delay and a bandwidth of a global network connecting the cache device and the center storage device;
  • the evaluation function based on the response time is the size of each content, the amount of data necessary to start using each content, the user experience quality function for the response to each content, the delay and bandwidth of the local network, and
  • a cache apparatus according to any one of appendices 1 to 3, further comprising: a cache priority determination unit that calculates from a delay and a bandwidth of the global network.
  • Appendix 5 The cache device according to appendix 4, wherein the content characteristic determination unit determines a function depending on a size of each content or a type of each content as the user experience quality function.
  • the cache control unit is configured such that the response time is predicted based on at least one of the transition of the response time up to the present, the location of the user terminal, and the radio wave condition of the user terminal. 6.
  • the cache device according to any one of appendices 1 to 5, wherein the cache device is time.
  • a cache replacement method for a cache device that retains content acquired from a server device and provides the content to a user terminal, The content to be provided to the user terminal is held in a cache storage unit as a cache, For the content to be newly stored and the plurality of content held as cache by the cache storage unit, the priority of each content is determined using an evaluation function based on response time, A cache replacement method for replacing a cache held by the cache storage unit with a newly stored content based on the priority.
  • the network state includes a delay and a bandwidth related to a first network connecting the user terminal and the cache device, and a delay and a bandwidth of a second network connecting the cache device and the center storage device.
  • Item 11 The cache replacement method according to appendix 9 or 10,
  • (Appendix 12) A program for realizing a cache replacement method for a cache device that holds content acquired from a server device and provides the content to a user terminal, On the computer, A process of holding content to be provided to the user terminal as a cache in a cache storage unit; A process of determining the priority of each content using the evaluation function based on the response time for the content to be newly stored and the plurality of content held as the cache by the cache storage unit; A program for executing a process of replacing a cache held by the cache storage unit with a newly stored content based on the priority.
  • a non-transitory computer-readable medium storing a program for realizing a cache replacement method of a cache device that holds content acquired from a server device and provides the content to a user terminal, On the computer, A process of holding content to be provided to the user terminal as a cache in a cache storage unit; A process of determining the priority of each content using the evaluation function based on the response time for the content to be newly stored and the plurality of content held as the cache by the cache storage unit; A non-transitory computer-readable medium storing a program for executing processing for replacing a cache held by the cache storage unit and newly stored content based on the priority.
  • the cache device and the cache replacement method of the present invention are installed on a network and can be improved on a cache server capable of improving the perceived speed of a plurality of users or on a user terminal and improve the perceived speed of a user using the user terminal. It can be applied as a possible cache area.

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

 キャッシュ容量の制約の中でレスポンス時間やユーザの体感速度の向上量を逐次的に向上させるキャッシュ装置を提供する。サーバ装置(センタストレージ装置(3))から取得したコンテンツを保持し、コンテンツをユーザ端末(1)に提供するキャッシュ装置2であって、ユーザ端末(1)に提供するコンテンツをキャッシュとして保持するキャッシュ記憶部(26)と、各コンテンツの優先度を、レスポンス時間に基づく評価関数を用いて決定するキャッシュ制御手段(キャッシュ優先度決定部(22)、コンテンツ特性決定部(23)、ローカルNW状態測定部(24)、グローバルNW状態測定部(25))と、優先度に基づいて、キャッシュ記憶部(26)がキャッシュとして保持しているコンテンツと、新たに格納するコンテンツとを置換するキャッシュ置換部(21)と、を備える。

Description

キャッシュ装置、キャッシュ置換方法、及び非一時的なコンピュータ可読媒体
 本発明は、インターネットやNGN(Next Generation Network)といったネットワークを経由してユーザが写真・動画等のコンテンツを多様な端末から利用するサービスにおいて、ユーザの近傍に設置されたキャッシュ装置に一部のコンテンツを格納してユーザの体感品質を向上させるキャッシュ置換方法、装置、及びプログラムに関する。
 コンピュータの高性能化やネットワークの広帯域化に伴い、ユーザがネットワーク上にある写真・動画等のコンテンツを多様な端末から利用するサービスが広まってきている。より具体的には、サービスはネットワーク上に設置されたクラウドストレージに各ユーザが利用可能な記憶領域を設け、ユーザは記憶領域に自分の写真・動画等のコンテンツを蓄積して多様な端末から利用するクラウドストレージサービスである。また他には、サービスはサービス事業者や他のユーザが作成した写真・動画等のコンテンツをネットワーク経由で取得して視聴・閲覧する映像配信サービスや動画投稿サービス、webサービス等である。
 ここで、ユーザからの全てのコンテンツの配信要求に対してクラウドストレージやオリジンサーバ等のセンタストレージ装置から配信を行うと、センタストレージ装置から各ユーザ端末までの通信経路全てに大量のトラヒックが発生する。このため、特に現在広く普及しているインターネットのようなベストエフォートなネットワークでは通信経路上の輻輳によるスループットの著しい低下や遅延時間の上昇等の影響を受けやすい。その結果、コンテンツを取得して利用可能になるまでの待ち時間が増大し、ユーザの体感品質を著しく損ねてしまう。
 これに対し、一部のコンテンツを格納可能なプロキシサーバやエッジサーバといったキャッシュ装置をユーザの近傍に設置することが提案されている。キャッシュ装置にユーザが利用する可能性の高いコンテンツをキャッシュしてトラヒックをユーザ近傍に集約する。これにより、上述した課題を緩和してユーザの体感品質の向上が図られてきた。関連するキャッシュ装置によるユーザの体感品質の向上させる方式には、大きく2通りのアプローチがある。
 1つ目は、ユーザの行動を推測し、近い将来ユーザが要求するコンテンツを予めキャッシュ装置に格納しておくプリフェッチ技術であり、例えば特許文献1や特許文献2で開示されている。特許文献1では、現在表示しているwebページからリンクされているページを将来ユーザが要求する可能性が高いと判断し、予め取得してキャッシュ装置に格納している。さらに、特許文献2では、マウスカーソルの現在の位置から近いリンクで指定されているページや、マウスカーソルの移動方向の先にあるリンクで指定されているページを将来ユーザが要求する可能性が高いと判断し、予め取得してキャッシュ装置に格納している。
 2つ目は、映像コンテンツを対象に、先頭またはシーンジャンプ先等の再生される可能性が高い部分を優先的にキャッシュ装置に格納するプレフィックスキャッシング技術で、例えば特許文献3や特許文献4で開示されている。特許文献3では、映像コンテンツの冒頭部分をユーザは再生する可能性が高いと判断し、優先的にキャッシュ装置に格納している。また、特許文献4では、映像再生アプリケーションでシーンジャンプ操作をしたときの再生部分をユーザは再生する可能性が高いと判断し、優先的にキャッシュ装置に格納している。
特許4270213号公報 特許4093478号公報 特開2007-080161公報 特許4658505号公報
 本発明が対象としているクラウドストレージサービスでは、個人コンテンツをネットワーク上のクラウドストレージに格納するようになる。ここで、個人コンテンツとは、ユーザが利用しているパーソナルコンピュータ(PC)のHDD(Hard Disk Drive)等のローカルなストレージに格納されるコンテンツである。そのため、クラウドストレージに格納し配信するコンテンツには、テキスト等の小容量コンテンツや写真等の大容量コンテンツ、あるいは、動画等の特殊な再生表示を行うコンテンツといったように多種多様なコンテンツ種別が混在する。
 これに対し、関連するキャッシュ装置によるユーザの体感品質の向上方式では、全てのキャッシュが同等に扱われ、コンテンツ種別がユーザの体感品質に与える影響が考慮されていなかった。そのため、キャッシュしても大して体感速度が向上しないコンテンツが無駄にキャッシュされ、その分キャッシュ装置の記憶容量が圧迫されることにより、キャッシュによるユーザの体感速度の向上効果が薄くなってしまう可能性があった。
 そこで、本発明は上述した課題を鑑みてなされたものであって、キャッシュ容量の制約の中でレスポンス時間やユーザの体感速度を向上させるキャッシュ装置、キャッシュ置換方法及び関連するプログラムを提供することを目的とする。
 本発明に係るキャッシュ装置の一態様は、サーバ装置から取得したコンテンツを保持し、保持するコンテンツをユーザ端末に提供するキャッシュ装置であって、キャッシュ記憶部、キャッシュ制御部、及びキャッシュ置換部を備える。キャッシュ記憶部は、ユーザ端末に提供するコンテンツをキャッシュとして保持する。キャッシュ制御部は、各コンテンツの優先度を、レスポンス時間に基づく評価関数を用いて決定する。キャッシュ置換部は、優先度に基づいて、キャッシュ記憶部がキャッシュとして保持しているコンテンツと、新たに格納するコンテンツとを置換する。
 本発明に係るキャッシュ置換方法の一態様は、サーバ装置から取得したコンテンツを保持し、保持するコンテンツをユーザ端末に提供するキャッシュ装置のキャッシュ置換方法であって、ユーザ端末に提供するコンテンツをキャッシュとしてキャッシュ記憶部に保持する工程と、新たに格納するコンテンツと前記キャッシュ記憶部がキャッシュとして保持する複数のコンテンツとについて、各コンテンツの優先度を、レスポンス時間に基づく評価関数を用いて決定する工程と、優先度に基づいて、前記キャッシュ記憶部が保持しているキャッシュと、新たに格納するコンテンツとを置換する工程とを含む。
 本発明に係るプログラムの一態様は、サーバ装置から取得したコンテンツを保持し、保持するコンテンツをユーザ端末に提供するキャッシュ装置のキャッシュ置換方法を実現するプログラムであって、コンピュータに、前記ユーザ端末に提供するコンテンツをキャッシュとしてキャッシュ記憶部に保持する処理と、新たに格納するコンテンツと前記キャッシュ記憶部がキャッシュとして保持する複数のコンテンツとについて、各コンテンツの優先度を、レスポンス時間に基づく評価関数を用いて決定する処理と、前記優先度に基づいて、前記キャッシュ記憶部が保持しているキャッシュと、新たに格納するコンテンツとを置換する処理と、を実行させる。
 本発明によれば、キャッシュ容量の制約の中でレスポンス時間やユーザの体感速度を向上させるキャッシュ装置、キャッシュ置換方法及び関連するプログラムを提供することができる。
本発明の第1の実施の形態の構成例を示すブロック図である。 本発明の第1の実施の形態における、ユーザ端末からのコンテンツの要求メッセージを契機としたキャッシュ置換の動作を示すフローチャートである。 本発明の第1の実施の形態における、ユーザ端末からのコンテンツの要求に因らない定期的なキャッシュ置換の動作を示すフローチャートである。 本発明の第1の実施の形態における、コンテンツの優先度決定の動作を示すフローチャートである。 本発明の第1の実施の形態における、コンテンツの特性決定の動作を示すフローチャートである。 本発明の第1の実施の形態における、ローカルネットワークのネットワーク状態の測定の動作を示すフローチャートである。 本発明の第1の実施の形態における、グローバルネットワークのネットワーク状態の測定の動作を示すフローチャートである。 本発明の第2の実施の形態のキャッシュ装置の構成例を示すブロック図である。
 以下、本発明の実施形態について、図面を参照しながら説明する。説明の明確化のため、以下の記載及び図面は、適宜、省略、及び簡略化がなされている。各図面において同一の構成または機能を有する構成要素および相当部分には、同一の符号を付し、その説明は省略する。
 本発明の実施の形態のキャッシュ装置一態様では、コンテンツ種別ごとに異なる、キャッシュすることによって向上するレスポンス時間やユーザの体感速度を推定し、これをもとにキャッシュを置換することで、キャッシュによるユーザの体感速度を向上させる。以下、本発明を実施するための好ましい形態について図面を参照して詳細に説明する。
第1の実施の形態
 図1は、本発明を実施するための第1の実施の形態のシステム構成を示すブロック図である。
図1を参照すると、本発明の第1の実施の形態は、ユーザ端末1、キャッシュ装置2、センタストレージ装置3、ローカルネットワーク(第1のネットワーク)4、及び、グローバルネットワーク(第2のネットワーク)5を含むシステム構成例で実現する。
 ユーザ端末1は、例えばパーソナルコンピュータや携帯端末等のように、ユーザがネットワーク(例えば、ローカルネットワーク4及びグローバルネットワーク5)を経由してコンテンツを取得し、取得したコンテンツの利用・閲覧等を行う端末である。
 キャッシュ装置2は、例えば、キャッシュサーバやプロキシサーバ、エッジサーバ等のようにネットワーク上に設置され(図1の場合)、または、ブラウザキャッシュ等のようにユーザ端末1の中の記憶領域として割り当てられる(図示していない場合の一例)。キャッシュ装置2は、ユーザ端末1から要求されたまたは要求され得るコンテンツの一部または全部を、キャッシュとして自身が管理する記憶領域に格納する。そして、ユーザ端末1からの要求に対して、対応するコンテンツを記憶領域から読み出して配信する。
 センタストレージ装置3は、グローバルネットワーク5の上に存在し、ユーザ端末1から要求されるコンテンツを保有する。センタストレージ装置3は、システム内で1つまたは複数配置され得る。
 ローカルネットワーク4は、例えばLAN(Local Area Network)やアクセス回線、またはユーザ端末1の内部のデータ伝送路等のように、ユーザ端末1とキャッシュ装置2とを繋げる。
 グローバルネットワーク5は、例えばインターネット等のように、キャッシュ装置2とセンタストレージ装置3とを繋げる。
 なお、ローカルネットワーク4とグローバルネットワーク5は異なるネットワークであり、その接続部分にキャッシュ装置2を設置しても良いし、または、ローカルネットワーク4とグローバルネットワーク5は同一のネットワークで、ネットワークの内部に設置されたキャッシュ装置2から見てユーザ端末1側をローカルネットワーク4、センタストレージ装置3側をグローバルネットワーク5と呼称しても良い。
 キャッシュ装置2は、ローカルネットワーク4及びグローバルネットワーク5の接続部分、または、ローカルネットワーク4とグローバルネットワーク5とを含む単一のネットワーク内に設置される。図1に示す構成例では、キャッシュ装置2は、キャッシュ置換部21、キャッシュ優先度決定部22、コンテンツ特性決定部23、ローカルNW状態測定部24、グローバルNW状態測定部25、及び、キャッシュ記憶部26を含む。
 キャッシュ置換部21は、キャッシュ記憶部26の容量が超過する際に、キャッシュ優先度決定部22で設定された優先度に基づいて不要なキャッシュを削除する。
 キャッシュ優先度決定部22は、各キャッシュのコンテンツ特性と、ローカルネットワーク4及びグローバルネットワーク5の帯域や遅延等のネットワーク状態とに基づいて、各キャッシュをキャッシュ記憶部26に残す優先度を決定する。
 コンテンツ特性決定部23は、各キャッシュのサイズや利用開始に必要なデータ量等のコンテンツ特性を決定あるいは保持する。
 ローカルNW状態測定部24は、ローカルネットワーク4の遅延や帯域等といったネットワーク状態の情報を計測し、計測値または統計処理をした統計値等として記録しておく。
 グローバルNW状態測定部25は、グローバルネットワーク5の遅延や帯域等といったネットワーク状態の情報を計測し、計測値または統計処理をした統計値等として記録しておく。
 キャッシュ記憶部26は、ユーザ端末1から要求されたまたは要求され得るコンテンツの一部または全部をキャッシュとして格納する。
 これらの手段はそれぞれ概略つぎのように動作する。
 ユーザ端末1は、ユーザからコンテンツの取得の要求がされた際に、キャッシュ装置2またはセンタストレージ装置3に向けてコンテンツのリクエストを送信する。そして、キャッシュ装置2またはセンタストレージ装置3から要求したコンテンツが配信された際に、ユーザに配信されたコンテンツを表示する。
 また、キャッシュ装置2は、ユーザ端末1からコンテンツの要求メッセージが送信された際に、要求メッセージを取得する。要求されたコンテンツがキャッシュ記憶部26に格納されている場合は、キャッシュ装置2は、要求されたコンテンツをキャッシュ記憶部26から取得し、ユーザ端末1へ配信する。一方、要求されたコンテンツがキャッシュ記憶部26に格納されていない場合は、キャッシュ装置2は、要求メッセージをセンタストレージ装置3へ転送する。
 ここで、要求メッセージの取得方法は、例えばユーザ端末1がセンタストレージ装置3へ送信した要求メッセージを、ネットワーク装置を利用して実現することができる。ここでいうネットワーク装置は、ユーザ端末1からセンタストレージ装置3への経路の途中に設置され、かつ、キャッシュ装置2と接続しているルータ等である。具体的には、ネットワーク装置が、要求メッセージのヘッダ情報等の条件をもとに、要求メッセージをセンタストレージ装置3の代わりにキャッシュ装置2へ転送する。加えて、上述した取得方法に限らず、例えばユーザ端末1がキャッシュ装置2をプロキシとして明示的に指定して要求メッセージを送信する方法であっても良い。または、例えばユーザ端末1がセンタストレージ装置3に要求メッセージを送信しようとしてDNS(Domain Name System)等で宛先のアドレス解決を行う際に、DNS等がセンタストレージ装置3の代わりにキャッシュ装置2のアドレスを返答する方法であっても良い。さらに、その他の方法であってもよい。
 また、キャッシュ装置2は、ユーザ端末1からの要求メッセージに関わらず、一定時間ごとに、センタストレージ装置3からコンテンツを取得しても良い。ここで、コンテンツの取得方法は、キャッシュ装置2が必要なコンテンツを判断し、センタストレージ装置3に必要なコンテンツの要求メッセージを送信する方法でも良いし、センタストレージ装置3が必要なコンテンツを判断し、キャッシュ装置2に必要なコンテンツを送信する方法でも良い。また、必要なコンテンツの判断方法は、例えばキャッシュ優先度決定部22によって決定された優先度が高い順に予め設定された個数のコンテンツを選択する方法である。
 また、キャッシュ装置2は、センタストレージ装置3からユーザ端末1またはキャッシュ装置2の要求したコンテンツが送信された際に、当該コンテンツを取得し、ユーザ端末1へ配信する。これとともに、当該コンテンツがキャッシュ記憶部26にキャッシュとして存在しない場合には、キャッシュ装置2(より具体的には、図中に明示していない、キャッシュ装置2の内部の格納手段)に設定された条件およびアルゴリズムに応じて当該コンテンツをキャッシュ記憶部26にキャッシュとして格納する(格納処理)。また、格納処理に際して、キャッシュ記憶部26の記憶容量が不足している場合は、キャッシュ置換部21によってキャッシュ記憶部26に格納されているキャッシュの中から不要なキャッシュを削除し、その後格納処理を行う。ここで、コンテンツの取得方法は、要求メッセージの取得方法として例示した方法と同様の方法が存在し、そのどれであっても良い。
 キャッシュ置換部21は、キャッシュ装置2がセンタストレージ装置3から取得したコンテンツをキャッシュ記憶部26にキャッシュとして格納する際に、キャッシュ記憶部26の記憶容量が不足している場合に、キャッシュ優先度決定部22からキャッシュ記憶部26に格納されているキャッシュ及びセンタストレージ装置3から取得したコンテンツの優先度を取得し、優先度に基づいてキャッシュ記憶部26に格納されているキャッシュの中から不要なキャッシュを削除する。
 ここで、キャッシュの削除方法は、例えばセンタストレージ装置3から、取得した、格納対象のコンテンツのサイズより大きい空き容量がキャッシュ記憶部26にできるまで、優先度の低いキャッシュから順に削除する方法である。また、上述した削除方法に限らず、例えば、まずセンタストレージ装置3から取得したコンテンツのサイズより大きい空き容量がキャッシュ記憶部26にできるまで、優先度の低いキャッシュから順に削除候補として選択する。次に、削除候補の中に格納対象のコンテンツが含まれていない場合は削除候補を削除し、格納対象のコンテンツが含まれている場合は、格納対象のコンテンツのみを削除する方法であってもよい。さらに他の方法であっても良い。
 キャッシュ優先度決定部22は、任意のタイミングで、所定の情報を取得し、取得した情報をもとに各コンテンツの優先度score(x)を決定する。ここで、変数xは、各コンテンツを区別する数値である。
 任意のタイミングには、以下に示す(T1)から(T3)等の場合を含む。(T1)キャッシュ装置2がセンタストレージ装置3から取得した、格納対象のコンテンツをキャッシュ記憶部26にキャッシュとして格納する際。(T2)キャッシュ格納に際して、キャッシュ記憶部26の記憶容量が不足している場合。(T3)一定時間ごと。
 所定予定の情報には、例えば、以下に示す(D1)から(D3)情報を含む。
(D1)コンテンツ特性決定部23から取得する各コンテンツの特性であり、具体的には、コンテンツxのサイズsize(x)、コンテンツ種別ft(x)によって異なる、利用開始に必要なデータ量data_start(size(x),ft(x))、あるいは、体感品質関数qoe(t,size(x),ft(x))といった各コンテンツの特性である。変数tは、時刻である。
(D2)ローカルNW状態測定部24から取得するネットワーク状態であり、具体的には、ローカルネットワーク4の帯域bw_localや遅延delay_localといったネットワーク状態である。
(D3)グローバルNW状態測定部25から取得するネットワーク状態であり、具体的には、グローバルネットワーク5の帯域bw_globalや遅延delay_globalといったネットワーク状態である。
 優先度を決定する、対象となるコンテンツは、少なくともキャッシュ記憶部26に格納されているキャッシュである。加えて、センタストレージ装置3から取得したコンテンツまたはセンタストレージ装置3に格納されているコンテンツの一部または全部を含んでも良い。ここで、優先度の決定方法は、例えばコンテンツxへの要求のキャッシュヒット時のレスポンス時間res_hit(x)及びキャッシュミス時のレスポンス時間res_miss(x)を以下の式(1)、(2)のように計算する。
res_hit(x) = delay_local+data_start(size(x),ft(x))÷bw_local
 ・・・式(1)
res_miss(x) =
delay_local+delay_global+data_start(size(x),ft(x))÷min(bw_local,bw_global)
 ・・・式(2)
 式(2)中、min(A,B)は、引数A,Bのうちの小さい数値を出力する関数である。
 コンテンツxのアクセス頻度をpop(x)としたときの優先度score(x)を以下の式(3)のように計算する。
score(x) =
(qoe(res_hit(x),size(x),ft(x))-qoe(res_miss(x),size(x),ft(x)))×pop(x)÷size(x)
 ・・・式(3)
 また、上述した決定方法に限らず、例えば以下の式(4)のように計算する方法であっても良い。
score(x) =
(qoe(res_hit(x),size(x),ft(x))÷qoe(res_miss(x),size(x),ft(x)))×pop(x)÷size(x)
 ・・・式(4)
 式(3)では、キャッシュヒットすることによるレスポンス時間の短縮量に依存する優先度を算出し、式(4)では、キャッシュヒットすることによるレスポンス時間の短縮割合に依存する優先度を算出する。
 コンテンツ特性決定部23は、新しいコンテンツがキャッシュ装置2またはセンタストレージ装置3に格納された際に、または、一定時間ごとに、新しいコンテンツの特性を決定する。ここで、コンテンツの特性は、コンテンツのサイズ、例えば動画の再生開始に必要なバッファ量のようなコンテンツ種別によって異なる利用開始に必要なデータ量、または、コンテンツ種別によって異なる体感品質関数等である。また、特性の決定方法は、例えば動画における利用開始に必要なデータ量は先頭のt秒分のデータ量とする等のように、コンテンツ種別ごとに予め設定された計算方法に基づいて自動的に計算される方法である。また、決定方法に限らず、例えば新しいコンテンツの作成時に、ユーザまたはサービス事業者が手動で設定する等の他の方法であっても良い。
 ローカルNW状態測定部24は、ユーザ端末1とキャッシュ装置2との間で通信が発生した際に、または、一定時間ごとに、ローカルネットワーク4の帯域や遅延といったネットワーク状態を取得する。ここで、ネットワーク状態の取得方法は、次の方法を用いることができる。例えば帯域は通信スループットとして計測、またはインライン計測やアクティブ計測と呼ばれる既知の手法によって可用帯域やボトルネック回線容量等として導出する。例えば遅延はRTT(Round Trip Time)の半分の値として導出する。また、上述した取得方法に限らず、例えば計測・導出した帯域や遅延の過去一定期間における平均値や最大値、最小値等や、または平滑化係数をかけて累加していく指数移動平均値等の統計量として導出する方法であっても良い。さらに、例えば計測・導出した帯域や遅延の履歴から、既知の予測手法を用いて将来の帯域や遅延を推定する方法であっても良い。さらに加えて、例えばユーザ端末の所在等からユーザの置かれている環境や状態を推測して、そこから将来の帯域や遅延を推定する方法であっても良い。
 グローバルNW状態測定部25は、キャッシュ装置2とセンタストレージ装置3との間で通信が発生した際に、または、一定時間ごとに、グローバルネットワーク5の帯域や遅延といったネットワーク状態を取得する。ここで、ネットワーク状態の取得方法は、ローカルNW状態測定部24におけるネットワーク状態の取得方法として例示した方法と同様の方法が存在し、そのどれであっても良い。
 センタストレージ装置3は、グローバルネットワーク5の上に1つまたは複数存在し、ユーザが要求するコンテンツを保有する。そして、ユーザ端末1またはキャッシュ装置2からコンテンツが要求された際に、要求されたコンテンツを自身の管理する記憶領域から取得してユーザ端末1またはキャッシュ装置2へ配信する。
 次に、図1~図7を参照して本発明を実施するための第1の実施の形態の動作について詳細に説明する。
 まず、図1と図2を参照して、ユーザがコンテンツを要求してから取得するまでの動作について説明する。
 ユーザ端末1は、ユーザからコンテンツの取得の要求がされた際に、キャッシュ装置2またはセンタストレージ装置3に向けてコンテンツをリクエストする要求メッセージを送信する(ステップS11)。キャッシュ装置2は、ユーザ端末1からコンテンツの要求メッセージが送信された際に、要求メッセージを取得し、要求されたコンテンツがキャッシュ記憶部26に格納されているか確認する(ステップS12)。
 キャッシュ装置2は、要求されたコンテンツがキャッシュ記憶部26に格納されている場合(ステップS12でYES)は、要求されたコンテンツをキャッシュ記憶部26から取得し、ユーザ端末1へ配信する(ステップS13)。
 キャッシュ装置2は、要求されたコンテンツがキャッシュ記憶部26に格納されていない場合(ステップS12でNO)は、要求メッセージをセンタストレージ装置3へ転送する(ステップS14)。
 センタストレージ装置3は、ユーザ端末1またはキャッシュ装置2から要求メッセージが送信された際に、要求されたコンテンツを自身の管理する記憶領域から取得してユーザ端末1またはキャッシュ装置2へ配信する(ステップS15)。
 キャッシュ装置2は、センタストレージ装置3から要求メッセージに応じた、要求されたコンテンツが送信された際に、コンテンツを取得し、ユーザ端末1へ配信しつつキャッシュ記憶部26に格納する(ステップS16)。
 ステップS16において、キャッシュ記憶部26の記憶容量が不足している場合、キャッシュ置換部21は、キャッシュ優先度決定部22から各コンテンツの優先度を取得し、取得した優先度に基づいてキャッシュ記憶部26に格納されているキャッシュの中から不要なキャッシュを削除する(ステップS17)。
 ユーザ端末1は、キャッシュ装置2またはセンタストレージ装置3からコンテンツが配信された際に、ユーザにコンテンツを表示する(ステップS18)。
 次に、図1と図3を参照して、定期的なキャッシュ置換の動作について説明する。
 キャッシュ装置2は、一定時間ごとに、センタストレージ装置3からコンテンツを取得する(ステップS21)。一定時間は任意の時間であり、予めセンタストレージ装置3またはキャッシュ装置2に設定された時間であればよい。より具体的には、キャッシュ装置2がセンタストレージ装置3から取得する場合はキャッシュ装置2に設定されている値を用い、センタストレージ装置3がキャッシュ装置2へ送信する場合はセンタストレージ装置3に設定されている値を用いる。キャッシュ装置2は、一定時間ごとに、センタストレージ装置3からコンテンツを取得するように設定されていることを前提とする。
 キャッシュ装置2は、ステップS21において取得したコンテンツをキャッシュ記憶部26に格納する(ステップS22)。
 ステップS22において、キャッシュ記憶部26の記憶容量が不足している場合、キャッシュ置換部21は、キャッシュ優先度決定部22から各コンテンツの優先度を取得し、取得した優先度に基づいてキャッシュ記憶部26に格納されているキャッシュの中から不要なキャッシュを削除する(ステップS23)。
 次に、図1と図4を参照して、コンテンツの優先度決定の動作について説明する。
 キャッシュ優先度決定部22は、処理開始の指示を受けると(起動されると)、各コンテンツの特性とネットワーク状態とを取得する(ステップS31)。具体的には、キャッシュ優先度決定部22は、コンテンツ特性決定部23から各コンテンツの特性を取得し、ローカルNW状態測定部24からローカルネットワーク4のネットワーク状態を取得し、グローバルNW状態測定部25からグローバルネットワーク5のネットワーク状態を取得する。処理の指示を受けるタイミングには、例えば、上述した(T1)から(T3)のタイミングを含む。加えて、(T3)のタイミングには、図3のステップS21で説明した一定時間の場合を含む。
 キャッシュ優先度決定部22は、取得した各コンテンツの特性と、ローカルネットワーク4及びグローバルネットワーク5のネットワーク状態とをもとに、各コンテンツの優先度を決定する(ステップS32)。
 次に、図1と図5を参照して、コンテンツの特性決定の動作について説明する。
 コンテンツ特性決定部23は、処理開始の指示を受けると(起動されると)、新しいコンテンツの特性を決定する(ステップS41)。処理の指示を受けるタイミングには、例えば、新しいコンテンツがキャッシュ装置2またはセンタストレージ装置3に格納された際に、任意の時間(ステップS41の処理を実施するために設定された時間)ごとに、または、キャッシュ優先度決定部22からの要求があったときを含む。
 次に、図1と図6を参照して、ローカルネットワークのネットワーク状態の測定の動作について説明する。
 ローカルNW状態測定部24は、処理開始の指示を受けると(起動されると)、ローカルネットワーク4の帯域や遅延といったネットワーク状態を取得する(ステップS51)。処理開始の指示を受けるタイミングには、例えば、ユーザ端末1とキャッシュ装置2との間で通信が発生した際に、任意の時間(ステップS51の処理を実施するために設定された時間)ごとに、または、キャッシュ優先度決定部22からの要求があったとき、を含む。
 次に、図1と図7を参照して、グローバルネットワークのネットワーク状態の測定の動作について説明する。
 グローバルNW状態測定部25は、処理開始の指示を受けると(起動されると)、グローバルネットワーク5の帯域や遅延といったネットワーク状態を取得する(ステップS61)。処理開始の指示を受けるタイミングには、例えば、キャッシュ装置2とセンタストレージ装置3との間で通信が発生した際に、任意の時間(ステップS61の処理を実施するために設定された時間)ごとに、または、キャッシュ優先度決定部22からの要求があったとき、を含む。
 なお、上述したステップS31、ステップS41、S51、S61の一定時間または任意の時間は、各ステップにおいて同じ時間であっても、それぞれ異なる時間であってもよい。各ステップの処理が、一定時間または任意の時間として同じ時間を(繰り返して)用いればよい。
 次に、本発明を実施するための第1の実施の形態の効果について説明する。
 本発明の第1の実施の形態では、コンテンツの特性とネットワーク状態とをもとに、各コンテンツをキャッシュすることで向上するレスポンス時間やユーザの体感速度を推定する。そして、推定した結果に基づいて各コンテンツをキャッシュとして残す優先度を決定する。そのため、キャッシュ容量の制約の中でレスポンス時間やユーザの体感速度の向上量を逐次的に最大化することができる。
第2の実施の形態
 図1では、キャッシュ装置2は、ローカルネットワーク4とグローバルネットワーク5との間に配置される例を示しているが、これに限られることはない。キャッシュ装置2は、ユーザ端末との帯域、または遅延について、センタストレージ装置3などのサーバ装置より、帯域が大きく、または遅延が短くなるように配置されていればよい。図8では、ローカルネットワーク4は、グローバルネットワーク5より、帯域が大きく、または遅延が短いことにより実現できる。例えば、キャッシュ装置2がユーザ端末内の記憶領域に配置される場合であってもよい。
 図8に、発明の第2の実施の形態のキャッシュ装置の構成例を示すブロック図を示す。図1と同じ符号の構成要素は図1と同様である。キャッシュ装置2Aでは、キャッシュ優先度決定部22、コンテンツ特性決定部23、ローカルNW状態測定部24、及びグローバルNW状態測定部25をキャッシュ制御部29として表している。キャッシュ制御部29は、ユーザ端末1及びセンタストレージ装置3とメッセージやコンテンツを送受信する働きをする。メッセージには、ユーザ端末1から送信される要求メッセージの他、装置間を制御するための各種メッセージを含む。図8には、ユーザ端末1及びセンタストレージ装置3と情報を送受信する具体的な構成要素を示していないが、インターフェース機能を備えることを前提とする。
 キャッシュ装置2は、キャッシュ制御部29が、ユーザ端末1及びセンタストレージ装置3との間で情報を送受信できる環境であれば、図1のシステム構成に限定されることなく、ユーザ端末1の近傍に配置することができる。具体的には、キャッシュ制御部29が、ユーザ端末1から要求メッセージを受け取り、要求されたコンテンツをユーザ端末1へ送信する機能、及び、センタストレージ装置3へ要求メッセージを送信し、要求されたコンテンツを受け取る機能を実現できる環境であればよい。
その他の実施の形態
 上記各実施の形態で説明した優先度決定手段は、プログラムによって実現することが可能である。プログラムは、サーバ装置(例えば、図1のセンタストレージ装置3)から取得したコンテンツを保持し、保持するコンテンツをユーザ端末に提供するキャッシュ装置のキャッシュ置換方法を実現する。プログラムは少なくとも次の(1)から(3)の処理をコンピュータに実行させる。(1)ユーザ端末に提供するコンテンツをキャッシュとしてキャッシュ記憶部に保持する処理。(2)新たに格納するコンテンツとキャッシュ記憶部がキャッシュとして保持する複数のコンテンツとについて、各コンテンツの優先度を、レスポンス時間に基づく評価関数を用いて決定する処理。(3)優先度に基づいて、キャッシュ記憶部が保持しているキャッシュと、新たに格納するコンテンツとを置換する処理。
 加えて、プログラムは、様々なタイプの非一時的なコンピュータ可読媒体(non-transitory computer readable medium)を用いて格納され、コンピュータに供給することができる。非一時的なコンピュータ可読媒体は、様々なタイプの実体のある記録媒体(tangible storage medium)を含む。非一時的なコンピュータ可読媒体の例は、磁気記録媒体(例えばフレキシブルディスク、磁気テープ、ハードディスクドライブ)、光磁気記録媒体(例えば光磁気ディスク)、CD-ROM(Read Only Memory)、CD-R、CD-R/W、半導体メモリ(例えば、マスクROM、PROM(Programmable ROM)、EPROM(Erasable PROM)、フラッシュROM、RAM(Random Access Memory))を含む。また、プログラムは、様々なタイプの一時的なコンピュータ可読媒体(transitory computer readable medium)によってコンピュータに供給されてもよい。一時的なコンピュータ可読媒体の例は、電気信号、光信号、及び電磁波を含む。一時的なコンピュータ可読媒体は、電線及び光ファイバ等の有線通信路、又は無線通信路を介して、プログラムをコンピュータに供給できる。
 以上、実施の形態を参照して本願発明を説明したが、本願発明は上記によって限定されるものではない。本願発明の構成や詳細には、発明のスコープ内で当業者が理解し得る様々な変更をすることができる。例えば、本発明は、以下の形態をとることが可能である。
(付記1)
 サーバ装置から取得したコンテンツを保持し、前記コンテンツをユーザ端末に提供するキャッシュ装置であって、
 前記ユーザ端末に提供するコンテンツをキャッシュとして保持するキャッシュ記憶部と、
 各コンテンツの優先度を、レスポンス時間に基づく評価関数を用いて決定するキャッシュ制御部と、
 前記優先度に基づいて、前記キャッシュ記憶部がキャッシュとして保持しているコンテンツと、新たに格納するコンテンツとを置換するキャッシュ置換部と、を備えるキャッシュ装置。
(付記2)
 前記キャッシュ制御部は、前記レスポンス時間に基づく評価関数として、キャッシュヒットすることによるレスポンス時間の短縮量に依存する関数を用いることを特徴とする付記1に記載のキャッシュ装置。
(付記3)
 前記キャッシュ制御部は、前記レスポンス時間に基づく評価関数として、キャッシュヒットすることによるレスポンス時間の短縮割合に依存する関数を用いることを特徴とする付記1に記載のキャッシュ装置。
(付記4)
 前記キャッシュ制御部は、
 各コンテンツのサイズ、前記各コンテンツの利用開始に必要なデータ量、及び、前記各コンテンツのレスポンスに対するユーザの体感品質関数を決定するコンテンツ特性決定部と、
 前記ユーザ端末と当該キャッシュ装置とを繋ぐローカルネットワークの遅延及び帯域を計測するローカルNW状態測定部と、
 当該キャッシュ装置と前記センタストレージ装置とを繋ぐグローバルネットワークの遅延及び帯域を計測するグローバルNW状態測定部と、
 前記レスポンス時間に基づく評価関数を、前記各コンテンツのサイズ、前記各コンテンツの利用開始に必要なデータ量、前記各コンテンツのレスポンスに対するユーザの体感品質関数、前記ローカルネットワークの遅延及び帯域、及び、前記グローバルネットワークの遅延及び帯域から算出するキャッシュ優先度決定部と、を備えることを特徴とする付記1乃至3のいずれか一つに記載のキャッシュ装置。
(付記5)
 前記コンテンツ特性決定部は、前記ユーザの体感品質関数として、前記各コンテンツのサイズまたは前記各コンテンツの種別に依存する関数を決定することを特徴とする付記4に記載のキャッシュ装置。
(付記6)
 前記キャッシュ制御部は、前記レスポンス時間が、現在までのレスポンス時間の推移、前記ユーザ端末の所在位置、及び、前記ユーザ端末の電波状況のうちの少なくとも一つに基づいて予測された、将来のレスポンス時間であることを特徴とする付記1乃至5のいずれか一つに記載のキャッシュ装置。
(付記7)
 前記ユーザ端末との帯域、または遅延について、前記ユーザ端末と前記サーバ装置との帯域より大きく、または遅延より短くなるような位置に配置されることを特徴とする付記1乃至6のいずれか一つに記載のキャッシュ装置。
(付記8)
 サーバ装置から取得したコンテンツを保持し、前記コンテンツをユーザ端末に提供するキャッシュ装置のキャッシュ置換方法であって、
 前記ユーザ端末に提供するコンテンツをキャッシュとしてキャッシュ記憶部に保持し、
 新たに格納するコンテンツと前記キャッシュ記憶部がキャッシュとして保持する複数のコンテンツとについて、各コンテンツの優先度を、レスポンス時間に基づく評価関数を用いて決定し、
 前記優先度に基づいて、前記キャッシュ記憶部が保持しているキャッシュと、新たに格納するコンテンツとを置換するキャッシュ置換方法。
(付記9)
 前記レスポンス時間に基づく評価関数が、前記各コンテンツの特性と、接続するネットワークの状態とに基づくことを特徴とする付記8記載のキャッシュ置換方法。
(付記10)
 前記各コンテンツの特性として、前記各コンテンツのサイズ、前記各コンテンツの利用開始に必要なデータ量、及び、前記各コンテンツのレスポンスに対するユーザの体感品質関数を含むことを特徴とする付記9記載のキャッシュ置換方法。
(付記11)
 前記ネットワークの状態として、前記ユーザ端末と前記キャッシュ装置とを繋ぐ第1のネットワークに関する遅延及び帯域と、前記キャッシュ装置と前記センタストレージ装置とを繋ぐ第2のネットワークの遅延及び帯域とを含むことを特徴とする付記9または10記載のキャッシュ置換方法。
(付記12)
 サーバ装置から取得したコンテンツを保持し、前記コンテンツをユーザ端末に提供するキャッシュ装置のキャッシュ置換方法を実現するプログラムであって、
 コンピュータに、
 前記ユーザ端末に提供するコンテンツをキャッシュとしてキャッシュ記憶部に保持する処理と、
 新たに格納するコンテンツと前記キャッシュ記憶部がキャッシュとして保持する複数のコンテンツとについて、各コンテンツの優先度を、レスポンス時間に基づく評価関数を用いて決定する処理と、
 前記優先度に基づいて、前記キャッシュ記憶部が保持しているキャッシュと、新たに格納するコンテンツとを置換する処理と、を実行させるプログラム。
(付記13)
 サーバ装置から取得したコンテンツを保持し、前記コンテンツをユーザ端末に提供するキャッシュ装置のキャッシュ置換方法を実現するプログラムを格納した非一時的なコンピュータ可読媒体であって、
 コンピュータに、
 前記ユーザ端末に提供するコンテンツをキャッシュとしてキャッシュ記憶部に保持する処理と、
 新たに格納するコンテンツと前記キャッシュ記憶部がキャッシュとして保持する複数のコンテンツとについて、各コンテンツの優先度を、レスポンス時間に基づく評価関数を用いて決定する処理と、
 前記優先度に基づいて、前記キャッシュ記憶部が保持しているキャッシュと、新たに格納するコンテンツとを置換する処理と、を実行させるプログラムを格納した非一時的なコンピュータ可読媒体。
 本発明のキャッシュ装置及びキャッシュ置換方法は、ネットワーク上に設置され、複数のユーザの体感速度を向上可能なキャッシュサーバ、または、ユーザ端末上に割り当てられ、ユーザ端末を使用するユーザの体感速度を向上可能なキャッシュ領域として適用することできる。
 この出願は、2012年1月4日に出願された日本出願特願2012-000100を基礎とする優先権を主張し、その開示の全てをここに取り込む。
1  ユーザ端末
2  キャッシュ装置
3  センタストレージ装置
4  ローカルネットワーク
5  グローバルネットワーク
21 キャッシュ置換部
22 キャッシュ優先度決定部
23 コンテンツ特性決定部
24 ローカルNW状態測定部
25 グローバルNW状態測定部
26 キャッシュ記憶部
29 キャッシュ制御部

Claims (10)

  1.  サーバ装置から取得したコンテンツを保持し、前記コンテンツをユーザ端末に提供するキャッシュ装置であって、
     前記ユーザ端末に提供するコンテンツをキャッシュとして保持するキャッシュ記憶手段と、
     各コンテンツの優先度を、レスポンス時間に基づく評価関数を用いて決定するキャッシュ制御手段と、
     前記優先度に基づいて、前記キャッシュ記憶手段がキャッシュとして保持しているコンテンツと、新たに格納するコンテンツとを置換するキャッシュ置換手段と、を備えるキャッシュ装置。
  2.  前記キャッシュ制御手段は、前記レスポンス時間に基づく評価関数として、キャッシュヒットすることによるレスポンス時間の短縮量に依存する関数を用いることを特徴とする請求項1に記載のキャッシュ装置。
  3.  前記キャッシュ制御手段は、前記レスポンス時間に基づく評価関数として、キャッシュヒットすることによるレスポンス時間の短縮割合に依存する関数を用いることを特徴とする請求項1に記載のキャッシュ装置。
  4.  前記キャッシュ制御手段は、
     各コンテンツのサイズ、前記各コンテンツの利用開始に必要なデータ量、及び、前記各コンテンツのレスポンスに対するユーザの体感品質関数を決定するコンテンツ特性決定手段と、
     前記ユーザ端末と当該キャッシュ装置とを繋ぐローカルネットワークの遅延及び帯域を計測するローカルNW状態測定手段と、
     当該キャッシュ装置と前記センタストレージ装置とを繋ぐグローバルネットワークの遅延及び帯域を計測するグローバルNW状態測定手段と、
     前記レスポンス時間に基づく評価関数を、前記各コンテンツのサイズ、前記各コンテンツの利用開始に必要なデータ量、前記各コンテンツのレスポンスに対するユーザの体感品質関数、前記ローカルネットワークの遅延及び帯域、及び、前記グローバルネットワークの遅延及び帯域から算出するキャッシュ優先度決定手段と、を備えることを特徴とする請求項1乃至3のいずれか一項に記載のキャッシュ装置。
  5.  前記コンテンツ特性決定手段は、前記ユーザの体感品質関数として、前記各コンテンツのサイズまたは前記各コンテンツの種別に依存する関数を決定することを特徴とする請求項4に記載のキャッシュ装置。
  6.  前記キャッシュ制御手段は、前記レスポンス時間が、現在までのレスポンス時間の推移、前記ユーザ端末の所在位置、及び、前記ユーザ端末の電波状況のうちの少なくとも一つに基づいて予測された、将来のレスポンス時間であることを特徴とする請求項1乃至5のいずれか一項に記載のキャッシュ装置。
  7.  前記ユーザ端末との帯域、または遅延について、前記ユーザ端末と前記サーバ装置との帯域より大きく、または遅延より短くなるような位置に配置されることを特徴とする請求項1乃至6のいずれか一項に記載のキャッシュ装置。
  8.  サーバ装置から取得したコンテンツを保持し、前記コンテンツをユーザ端末に提供するキャッシュ装置のキャッシュ置換方法であって、
     前記ユーザ端末に提供するコンテンツをキャッシュとしてキャッシュ記憶手段に保持し、
     新たに格納するコンテンツと前記キャッシュ記憶手段がキャッシュとして保持する複数のコンテンツとについて、各コンテンツの優先度を、レスポンス時間に基づく評価関数を用いて決定し、
     前記優先度に基づいて、前記キャッシュ記憶手段が保持しているキャッシュと、新たに格納するコンテンツとを置換するキャッシュ置換方法。
  9.  前記レスポンス時間に基づく評価関数が、前記各コンテンツの特性と、接続するネットワークの状態とに基づくことを特徴とする請求項8記載のキャッシュ置換方法。
  10.  サーバ装置から取得したコンテンツを保持し、前記コンテンツをユーザ端末に提供するキャッシュ装置のキャッシュ置換方法を実現するプログラムを格納した非一時的なコンピュータ可読媒体であって、
     コンピュータに、
     前記ユーザ端末に提供するコンテンツをキャッシュとしてキャッシュ記憶手段に保持する処理と、
     新たに格納するコンテンツと前記キャッシュ記憶手段がキャッシュとして保持する複数のコンテンツとについて、各コンテンツの優先度を、レスポンス時間に基づく評価関数を用いて決定する処理と、
     前記優先度に基づいて、前記キャッシュ記憶手段が保持しているキャッシュと、新たに格納するコンテンツとを置換する処理と、を実行させるプログラムを格納した非一時的なコンピュータ可読媒体。
PCT/JP2012/006411 2012-01-04 2012-10-05 キャッシュ装置、キャッシュ置換方法、及び非一時的なコンピュータ可読媒体 WO2013102962A1 (ja)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2012000100 2012-01-04
JP2012-000100 2012-01-06

Publications (1)

Publication Number Publication Date
WO2013102962A1 true WO2013102962A1 (ja) 2013-07-11

Family

ID=48745040

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2012/006411 WO2013102962A1 (ja) 2012-01-04 2012-10-05 キャッシュ装置、キャッシュ置換方法、及び非一時的なコンピュータ可読媒体

Country Status (1)

Country Link
WO (1) WO2013102962A1 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015079933A1 (ja) * 2013-11-26 2015-06-04 住友電気工業株式会社 情報管理装置、ローカルネットワークシステム、情報管理方法および情報管理プログラム

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004157859A (ja) * 2002-11-07 2004-06-03 Sony Corp データストレージ装置及びデータストレージ方法
JP2007133896A (ja) * 2006-12-26 2007-05-31 Nec Corp サーバ負荷分散システム、サーバ負荷分散装置、コンテンツ管理装置、及びサーバ負荷分散プログラム
JP2009508245A (ja) * 2005-09-14 2009-02-26 ストリーメッゾ マルチメディアコンテンツを無線通信端末に送信する方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004157859A (ja) * 2002-11-07 2004-06-03 Sony Corp データストレージ装置及びデータストレージ方法
JP2009508245A (ja) * 2005-09-14 2009-02-26 ストリーメッゾ マルチメディアコンテンツを無線通信端末に送信する方法
JP2007133896A (ja) * 2006-12-26 2007-05-31 Nec Corp サーバ負荷分散システム、サーバ負荷分散装置、コンテンツ管理装置、及びサーバ負荷分散プログラム

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
KAZUHIRO SHIDO ET AL.: "WWW Cache Replacement Policy Based on the Passive Measurement of Server Load", IEICE TECHNICAL REPORT, 29 October 2008 (2008-10-29), pages 1 - 6 *
TOMOKAZU NAGATA ET AL.: "A WWW Cache Replacement Algorithm Utilizing Throughput Evalution Indexes", TRANSACTIONS OF INFORMATION PROCESSING SOCIETY OF JAPAN, 15 April 2003 (2003-04-15), pages 1083 - 1091 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015079933A1 (ja) * 2013-11-26 2015-06-04 住友電気工業株式会社 情報管理装置、ローカルネットワークシステム、情報管理方法および情報管理プログラム
JP2015104009A (ja) * 2013-11-26 2015-06-04 住友電気工業株式会社 情報管理装置、ローカルネットワークシステム、情報管理方法および情報管理プログラム
US10425482B2 (en) 2013-11-26 2019-09-24 Sumitomo Electric Industries, Ltd. Information management device, local network system, information management method, and information management program

Similar Documents

Publication Publication Date Title
US11924650B2 (en) System, method and service product for content delivery
US8717890B2 (en) Application, usage and radio link aware transport network scheduler
US8959244B2 (en) System and method for network aware adaptive streaming for nomadic endpoints
US9838459B2 (en) Enhancing dash-like content streaming for content-centric networks
KR101330052B1 (ko) 적응형 컨텐츠 전송 방식을 지원하는 컨텐츠 캐싱 서비스 제공 방법 및 이를 위한 로컬 캐싱 장치
US10003830B1 (en) Controller to manage streaming video of playback devices
KR102123439B1 (ko) 이동 망에서 비디오 트래픽의 사용자 만족도 최적화를 고려한 혼잡 완화 방법 및 그 장치
CN105357591A (zh) 一种自适应码率视频直播的QoE监控和优化方法
WO2017125017A1 (zh) 缓存内容的调整方法、装置及系统
KR20150070568A (ko) Http 기반의 멀티미디어 스트리밍 서비스를 위한 네트워크 대역폭 적응적 콘텐츠 생성 방법 및 시스템
US10715569B2 (en) Delivery control device and delivery control method for content delivery according to ABR delivery method
KR20220059425A (ko) 비디오 스트리밍을 위한 세션 기반 적응적 재생 프로파일 판정
KR102304476B1 (ko) 적응적 스트리밍 서비스를 위한 다중 경로 기반 블록 전송 시스템 및 스트리밍 방법
EP3354033B1 (en) Dynamic seeking in video delivery systems
WO2013102962A1 (ja) キャッシュ装置、キャッシュ置換方法、及び非一時的なコンピュータ可読媒体
JP2013045273A (ja) キャッシュサーバ、キャッシュ対象決定方法、コンテンツ配信システム及びキャッシュ対象決定プログラム
JP2016015566A (ja) 端末装置及びデータ配信方法
KR101888982B1 (ko) 적응형 컨텐츠 제공을 위한 컨텐츠 캐싱 서비스 제공 방법 및 이를 위한 로컬 캐싱 장치
KR101869360B1 (ko) 미디어 버퍼 제어를 이용한 효율적인 무선 네트워크 스트리밍 중계 엔진 시스템
JP2017175334A (ja) コンテンツ配信制御装置,そのコンテンツ配信制御方法,及びプログラム
KR101971595B1 (ko) 적응형 컨텐츠 제공을 위한 컨텐츠 캐싱 서비스 제공 방법 및 이를 위한 로컬 캐싱 장치
WO2023275969A1 (ja) データ中継装置、配信システム、データ中継方法、及びコンピュータ可読媒体
US20230066060A1 (en) Routing of bursty data flows
JP2013141138A (ja) 配信装置、配信方法、およびプログラム
KR101525390B1 (ko) 파일재생 탐색요청에서의 세션과 전송 분배장치 및 그 제어 방법

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12864510

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12864510

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP