WO2017010065A1 - Information processing device, distribution method, and recording medium storing computer program - Google Patents

Information processing device, distribution method, and recording medium storing computer program Download PDF

Info

Publication number
WO2017010065A1
WO2017010065A1 PCT/JP2016/003225 JP2016003225W WO2017010065A1 WO 2017010065 A1 WO2017010065 A1 WO 2017010065A1 JP 2016003225 W JP2016003225 W JP 2016003225W WO 2017010065 A1 WO2017010065 A1 WO 2017010065A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
prefetch
content
priority
terminal
Prior art date
Application number
PCT/JP2016/003225
Other languages
French (fr)
Japanese (ja)
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 WO2017010065A1 publication Critical patent/WO2017010065A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units

Definitions

  • the present invention relates to a distribution method in an information distribution system using an information processing apparatus (computer).
  • prefetched information may be stored in the terminal until the user requests the data in the future. That is, it can be said that the prefetch information has a low degree of urgency (real-time property) compared to information required in response to a user operation. Accordingly, such communication packets of prefetch information with low real-time properties are required to prioritize communication packets that require real-time properties when the network is congested due to communication concentration.
  • Patent Document 1 discloses an information processing system that transmits content according to the priority order of each content attribute.
  • the server described in Patent Document 1 adds a priority for each content attribute to data described in a structured language, and transmits the data to a client.
  • the client Based on the received data, the client creates a stream with a priority set according to the content to be acquired.
  • the server performs transmission including contents that are not used immediately in the client according to the priority order based on the priority set in the stream.
  • the client can cache the unused content included in the content acquired by such priority order control until it is used later.
  • Patent Document 2 discloses an information providing system that acquires data from a server in advance by prefetching (prefetching).
  • the information providing system described in Patent Document 2 can prefetch pages determined based on information extracted from an access log while rearranging the reading order according to the network load.
  • Patent Document 3 discloses a data prefetching system that selects a prefetch target according to the congestion state of a network.
  • the data prefetching system described in Patent Document 3 can suppress the occurrence of prefetching traffic by reducing the prefetching data based on the importance of the reference source of the object when the network is congested.
  • Patent Document 4 discloses an information collection system for an image forming apparatus that reduces network congestion by a time zone for transmitting data that does not require real-time performance.
  • the information collection system described in Patent Document 4 can perform communication in a time zone where the communication load of the public line is low, such as at midnight.
  • the terminal needs to be able to determine that the contents of an irrelevant server mixed with the prefetch data are illegal. Or, a mechanism that does not allow such mixing is necessary.
  • the server push function in HTTP / 2.0 means that when a server receives an HTTP request (information acquisition request) from a terminal, content (prefetched information) that has not been requested yet is transmitted through a stream newly created by the server. It is a method of transmitting in advance.
  • the prefetched content may be sent before the original stream to which the HTTP request that is the prefetch source is sent is closed (while the original stream is maintained). It is prescribed.
  • the URL of the prefetched content is limited to a URL whose source is the server that sent the content in response to the HTTP request.
  • An object of the present invention is to provide an information processing apparatus and the like that safely distributes prefetch information to a terminal while reducing the influence on data communication with high real-time characteristics.
  • an information processing apparatus includes the following configuration.
  • an information processing device Communication control means for controlling communication between a server that distributes content and a terminal that requests content from the server; Communication transfer means for relaying communication packets in communication between the server and the terminal, and pre-read information that is pre-read content based on an information acquisition request for requesting the content received from the terminal.
  • the information to be used is determined based on one of the information acquisition request that determines a stream to be used for transmission to the server, and receives the content as a response to the information acquisition request from the server.
  • Prefetch information determining means for determining as a lower priority than a predetermined priority for high information
  • Prefetch notification means for transmitting to the terminal a prefetch notification including a stream identifier representing the stream and a prefetch information identifier representing the prefetch information
  • Prefetch information acquisition means for acquiring the prefetch information from the server
  • Prefetch information transfer means for transmitting the acquired prefetch information to the terminal with the prefetch priority via the stream corresponding to the stream identifier notified in the prefetch notification.
  • a terminal device provides: An information requesting means for transmitting an information acquisition request for requesting the content to the server to an information processing apparatus having the above-described configuration; Receiving the prefetch notification from the information processing apparatus, further receiving prefetch information based on the prefetch notification, and including prefetch information accumulation means for storing prefetch accumulation information including at least the received prefetch information, When the new content is needed and the new content is stored as the prefetch storage information, the information requesting unit does not transmit an information acquisition request, and transmits the new content from the prefetch storage information. The content is read and the new content is output.
  • a distribution method is performed by an information processing device. Based on the information acquisition request for requesting the content received from the terminal, determine the stream to be used when transmitting to the terminal prefetch information that is the content to be prefetched later, Based on either the information acquisition request and the information acquisition response including the requested content received as a response to the information acquisition request from the server that distributes the content, or the information acquisition request destination or the information Perform prefetch information determination processing for determining the content of the same server as the transmission source of the acquisition response as the prefetch information, A prefetch priority that is a priority when transmitting the prefetch information to the terminal is determined as a priority lower than a predetermined priority for information with high real-time characteristics, A prefetch notification including a stream identifier representing the stream and a prefetch information identifier representing the prefetch information is transmitted to the terminal; Obtaining the prefetch information from the server; The acquired prefetch information is transmitted to the terminal with the prefetch priority
  • the object is to provide an information processing device, a terminal device, and a distribution method having the above-described configurations by a computer, and a computer-readable storage medium storing the computer program. Is also achieved.
  • the present invention has an effect that the prefetch information can be safely delivered to the terminal while reducing the influence on data communication with high real-time property.
  • FIG. 10 is a flowchart which shows the operation
  • 10 is a flowchart illustrating an operation when the mobile terminal 200 receives a communication packet in the second embodiment. It is a figure which shows an example of the information acquisition request 500 in 2nd Embodiment. It is a figure which shows an example of the prefetch notification 700 in 2nd Embodiment. It is a figure which illustrates the structure of the computer (information processing apparatus) applicable to each embodiment of this invention and the information delivery system which concerns on the modification.
  • FIG. 1 is a block diagram illustrating an example of a communication environment and a configuration in an information distribution system according to the first embodiment of the present invention.
  • the information distribution system according to the present embodiment includes an information processing device 1, a terminal device 10, and a server device 20.
  • the information processing apparatus 1, the terminal apparatus 10, and the server apparatus 20 can communicate with each other via a communication network (hereinafter simply referred to as a network) 1000 such as the Internet or a local area network (LAN).
  • the server device 20 is a general content distribution server that can distribute information (content) in response to a request.
  • the network 1000 may not be a single communication network.
  • the information processing device 1 may be a relay device that is connected to the network 1000 to which the terminal 10 is connected and the other network 1000 to which the server device 20 is connected.
  • Information processing apparatus 1, terminal apparatus 10, and server apparatus 20 are general information processing apparatuses that operate under the control of a computer program (software program) that is executed using a CPU (Central Processing Unit: not shown). (Computer) may be used. Alternatively, each unit of the information processing device 1, the terminal device 10, and the server device 20 may be configured by a dedicated hardware device or a logic circuit. A hardware configuration example in which the information processing device 1, the terminal device 10, and the server device 20 are realized by a computer will be described later with reference to FIG.
  • the information processing apparatus 1 includes a communication control unit 2, a communication transfer unit 3, a prefetch information determination unit 4, a prefetch notification unit 5, a prefetch information acquisition unit 6, and a prefetch information transfer unit 7.
  • the communication control unit 2 can communicate with the terminal device 10 and the server device 20 via the network 1000. That is, each unit of the information processing device 1 performs communication with the terminal device 10 and the server device 20 via the communication control unit 2.
  • the communication transfer unit 3 can relay a communication packet in communication between the server device 20 that distributes the content and the terminal device 10 that requests the server device 20 for the content.
  • the prefetch information determination unit 4 receives an information acquisition request for requesting content from the terminal device 10. Based on the received information acquisition request, the prefetch information determination unit 4 determines a stream to be used when transmitting prefetch information, which is content to be prefetched later, to the terminal device 10. Further, the prefetch information determination unit 4 determines prefetch information based on either the information acquisition request or a response received from the server device 20 in response to the information acquisition request (hereinafter also referred to as “information acquisition response”). . At this time, the prefetch information determination unit 4 uses the content of the server device 20 that is the same as the destination of the information acquisition request or the transmission source of the response to the information acquisition request as the prefetch information.
  • the prefetch information determination unit 4 determines the priority (prefetch priority) when transmitting the determined prefetch information to the terminal device 10 as a priority lower than a predetermined priority for information with high real-time characteristics.
  • Information with a high real-time property is information with a clear immediate necessity, for example, an information acquisition request transmitted as a clear request from the terminal device 10 and a response to the information acquisition request.
  • the prefetch notification unit 5 transmits a prefetch notification including a stream identifier representing the stream determined by the prefetch information determination unit 4 and a prefetch information identifier representing the prefetch information to the terminal device 10.
  • the prefetch information acquisition unit 6 can acquire each prefetch information from the server device 20.
  • the prefetch information transfer unit 7 transmits the prefetch information acquired by the prefetch information acquisition unit 6 to the terminal device 10 with the prefetch priority via the stream corresponding to the stream identifier notified in the prefetch notification.
  • the terminal device 10 includes a communication control unit 11, an information request unit 12, a prefetch information storage unit 13, and a storage device 14.
  • the storage device 14 can store the prefetch accumulation information 15.
  • the prefetch storage information 15 is information including at least prefetch information received from the information processing apparatus 1.
  • the prefetch storage information 15 is generated by the prefetch information storage unit 13.
  • the communication control unit 11 can communicate with the information processing apparatus 1 via the network 1000. That is, each unit of the terminal device 10 performs communication with the information processing device 1 via the communication control unit 2.
  • the information request unit 12 can transmit an information acquisition request for requesting content from the server device 20 to the information processing device 1.
  • the information request unit 12 can receive a response including content to the information acquisition request from the information processing apparatus 1.
  • the information request unit 12 sends the content from the pre-read storage information 15 without transmitting an information acquisition request. read out.
  • the information request unit 12 can output the received response or the content obtained from the prefetch storage information 15 to a user (not shown) who requested the content.
  • the prefetch information storage unit 13 receives a prefetch notification from the information processing apparatus 1. Furthermore, the prefetch information storage unit 13 receives prefetch information based on the received prefetch notification, and stores the prefetch storage information 15 including at least the received prefetch information.
  • the storage device 14 is realized by, for example, a semiconductor memory device or a disk device.
  • the terminal device 10 can receive (push) prefetched information selected from the content of the server device 20 that is the destination of the information acquisition request. As a result, the terminal device 10 can use prefetching of content without worrying that the content of the server that is not clearly recognized by the user of the terminal device 10 is pushed.
  • the terminal device 10 transmits information acquisition requests to a plurality of server devices 20 in parallel, each response to each information acquisition request has higher priority than prefetched information obtained from any server device 20 Is transferred to the terminal device 10 at a time. Therefore, the terminal device 10 can receive information distribution by the plurality of server devices 20 without being affected by the transfer of the prefetch information.
  • the prefetch information can be transmitted to the terminal device 10 with a priority lower than a predetermined priority for information with high real-time characteristics. That is, in the present embodiment, if the predetermined priority is a priority for data communication with high real-time property, the prefetch information can be distributed with a lower priority than data with high real-time property.
  • the data having high real-time property corresponds to information requested in response to a user operation, such as content responding to an information acquisition request.
  • this embodiment has an effect that it is possible to provide an information processing apparatus that distributes prefetched information while reducing the influence on data communication with high real-time characteristics.
  • the prefetch information determination unit 4 of the information processing apparatus 1 can set the priority of the prefetch information to a priority lower than a predetermined priority. This is because the prefetch information transfer unit 7 transmits the prefetch information to the terminal device 10 with a priority set lower than the predetermined priority.
  • this embodiment has an effect that the prefetch information can be safely provided to the terminal device 10. That is, the terminal device 10 can receive only the prefetched information that has been notified in advance based on the prefetch notification. For example, the terminal device 10 can refuse to receive information other than the pre-read information notified in advance by the pre-read notification and the pre-read information via other than the pre-announced stream. The terminal device 10 can prefetch content in the range of the server device 20 whose prefetch information is recognized as a destination of an information acquisition request or a transmission source of a response.
  • the prefetch information determination unit 4 of the information processing apparatus 1 selects the same content of the server device 20 as the destination of the information acquisition request or the transmission source of the response as the prefetch information.
  • the prefetch notification unit 5 uses the prefetch notification to foresee the prefetch information to be transmitted later as prefetch information and the stream to which the prefetch information is transmitted.
  • this embodiment also has an effect that a prefetching technique can be provided to the server device 20 which is a general content distribution server.
  • the reason is that the information processing apparatus 1 determines prefetch information, notifies prefetch information, acquires and transfers prefetch information without implementing any special function in the server device 20.
  • the prefetch information determined by the prefetch information determination unit 4 may be plural.
  • the prefetch information determination unit 4 may determine the priority for transmitting the prefetch information for each prefetch information.
  • the prefetch notification unit 5 may send the prefetch notification as an individual notification for each prefetch information identifier.
  • the prefetch notification unit 5 may send the prefetch notification as one notification including each prefetch information identifier.
  • FIG. 2 is a configuration diagram illustrating an example of a communication environment in the information distribution system according to the second embodiment of the present invention.
  • the present embodiment includes a gateway device (information processing device) 100, a mobile terminal (terminal device) 200, a server device 300, and a base station 400.
  • the base station 400 connects between the mobile terminal 200 capable of wireless communication and the gateway device 100.
  • the information distribution system according to the present embodiment can include a plurality of mobile terminals 200 and server devices 300, respectively.
  • the configuration and operation of the present embodiment will be described by taking a pair of mobile terminal 200 and server device 300 operating in such an information distribution system as an example.
  • HTTP / 2.0 is adopted as an example of a communication protocol for requesting and distributing content.
  • the location (destination) of the content is represented by a URL (Uniform Resource Locator) including information regarding the host name of the server device 300 having the content and the content path. That is, the prefetch information in this embodiment is identified by the URL.
  • URL Uniform Resource Locator
  • prefetch information identifier is referred to as “prefetch URL”.
  • the gateway device 100, the server device 300, and the base station 400 can communicate with each other via a network 1000 such as the Internet or a local area LAN. Note that the server device 300 and the base station 400 may not be able to communicate with each other.
  • the mobile terminal (terminal device) 200 and the base station 400 can communicate by wireless communication.
  • the mobile terminal 200 can communicate with the server device 300 via the base station 400 and the gateway 100.
  • Gateway device 100 and base station 400 may be implemented in the same device.
  • a plurality of base stations 400 may be arranged according to the reach of radio waves.
  • mobile terminal 200 can receive radio waves from a plurality of base stations 400, mobile terminal 200 is automatically connected to base station 400 having good radio wave quality (radio wave quality).
  • the gateway device 100 can communicate with each base station 400 via the network 1000.
  • the gateway device 100, the mobile terminal (terminal device) 200, the server device 300, and the base station 400 are generally operated by control of a computer program (software program) executed using a CPU (not shown).
  • An information processing apparatus (computer) may be used.
  • each unit of the gateway device 100, the mobile terminal (terminal device) 200, the server device 300, and the base station 400 may be configured by a dedicated hardware device or a logic circuit.
  • a hardware configuration example in which the gateway device 100, the mobile terminal (terminal device) 200, the server device 300, and the base station 400 are realized by a computer will be described later with reference to FIG.
  • the server device 300 in the present embodiment corresponds to the server device 20 in the first embodiment.
  • the server device 300 includes contents (not shown) such as images, texts, and moving images.
  • the server device 300 returns the content requested by the application 201 of the mobile terminal 200 in a response (also referred to as “information acquisition response”) in accordance with the HTTP protocol.
  • a response also referred to as “information acquisition response”
  • the description of the application 201 of the mobile terminal 200 will be described later.
  • the base station 400 can transmit the communication packet received from the gateway device 100 as wireless communication to the mobile terminal 200 according to the designated priority. Further, the base station 400 can transmit information received from the mobile terminal 200 via wireless communication to the gateway apparatus 100 as a communication packet.
  • the gateway apparatus 100 in the present embodiment is based on the information processing apparatus 1 in the first embodiment.
  • the gateway device 100 includes a communication control unit 2, a communication transfer unit 3, a prefetch information determination unit 4, a prefetch notification unit 5, a prefetch information acquisition unit 6, a prefetch information transfer unit 7, and a storage device 103.
  • the storage device 103 includes setting information 104 and history information 105.
  • the communication control unit 2, the communication transfer unit 3, the prefetch information determination unit 4, the prefetch notification unit 5, the prefetch information acquisition unit 6, and the prefetch information transfer unit 7 are each based on the first embodiment.
  • the communication control unit 2, the communication transfer unit 3, and the prefetch information transfer unit 7 in the present embodiment can perform control based on the communication protocol and control necessary for mobile communication.
  • the communication control unit 2, the communication transfer unit 3, and the prefetch information transfer unit 7 can determine the transfer destination server device 300 and the mobile terminal 200 by analyzing the URL by communication protocol control including HTTP.
  • the communication control unit 2 manages information on the base station 400 to which the mobile terminal 200 is connected.
  • the communication control unit 2 can transfer a communication packet to an appropriate base station 400 when communicating with the mobile terminal 200 based on the managed information. Since a general mobile communication method can be adopted as a control method in communication between the gateway apparatus 100 and the mobile terminal 200 via the base station 400, detailed description is omitted.
  • the prefetch information determination unit 4 in this embodiment is different from the first embodiment in that it includes a request prefetch information determination unit 101 and a response prefetch information determination unit 102 as an example of a prefetch information determination method. .
  • the on-request prefetch information determination unit 101 can also be said to be a “prefetch information determination unit 101 for an information acquisition request”.
  • the response prefetch information determination unit 102 can also be said to be a “prefetch information determination unit 102 for the acquired information (content)”.
  • the prefetch information determination unit 4 includes a plurality of prefetch information determination methods for determining prefetch information using different methods.
  • the prefetch information determination part 4 can determine prefetch priority according to the method which determined each prefetch information.
  • the prefetch information determination unit 4 may include either the request prefetch information determination unit 101 or the response prefetch information determination unit 102 as a part of a plurality of prefetch information determination methods.
  • the prefetch information determination unit 4 may include a prefetch information determination method other than the request prefetch information determination unit 101 and the response prefetch information determination unit 102.
  • the request prefetch information determination unit 101 executes each process based on the prefetch information determination unit 4 in the first embodiment in response to an information acquisition request received from the mobile terminal 200.
  • the prefetch information determination unit 101 when determining the prefetch URL, determines prefetch information (prefetch URL) based on at least the setting information 104 or the history information 105 with respect to the URL included in the information acquisition request. Can be determined.
  • the request prefetch information determination unit 101 uses the method of determining the prefetch URL (whether the prefetch URL is determined based on the setting information 104 or the history information 105). The priority determined accordingly is determined.
  • the setting information 104 is information in which a URL (prefetch URL) that is likely to be acquired later is described for a specific URL.
  • a plurality of setting information 104 may be described for one URL. It is assumed that the prefetch URL described in the setting information 104 is a URL for other contents of the same server device 300 as the corresponding URL.
  • the setting information 104 is stored in the storage device 103 in advance.
  • the history information 105 is information including a history in which URLs of contents acquired by the mobile terminal 200 from the server device 300 in the past are recorded.
  • the history information 105 may be updated each time a communication packet related to the mobile terminal 200 is transferred by the communication transfer unit 3 or a function unit (not shown).
  • the response prefetch information determination unit 102 executes each process based on the prefetch information determination unit 4 in the first embodiment in response to a response (information request response) including content received from the server device 300.
  • the response prefetch information determination unit 102 determines the content of the same server device 300 as the response transmission source as the prefetch URL based on the content included in the response. Further, when determining the priority for the prefetch URL, the response prefetch information determination unit 102 determines the priority determined according to the method for determining the prefetch URL (that is, the method for determining based on the response).
  • priority control in the transfer of communication packets is performed for communication performed from the gateway device 100 to the mobile terminal 200.
  • the communication control unit 2 of the present embodiment can transmit a communication packet with a priority according to a protocol negotiated with the base station 400 to the base station 400.
  • the prefetch information transfer unit 7 requests the communication control unit 2 to transmit to the base station 400 by specifying the prefetch priority when transmitting the prefetch information.
  • the communication control part 2 may add the information which designates the priority corresponding to a prefetch priority according to the protocol negotiated with the base station 400 to the communication packet to transmit.
  • the base station 400 that has received such a communication packet performs radio communication scheduling for the mobile terminal 200 based on the designated prefetch priority when transmitting to the mobile terminal 200.
  • the communication control unit 2 transmits a communication packet designating a priority to the base station 400 as follows. For example, when there are a plurality of prioritized bearers set between the mobile terminal 200 and the gateway device 100, the communication control unit 2 responds to the priority of the bearer so that the priority is the same as the priority of the communication packet. The bearer that transmits the communication packet may be determined. Alternatively, in the communication between the base station 400 and the gateway device 100, when a protocol capable of setting the priority is used, the communication control unit 2 attaches a priority according to the protocol to the communication packet, and It may be transmitted to the station 400. Since the base station 400 can transmit a communication packet to the mobile terminal 200 based on the priority, a general priority control method can be adopted, and thus detailed description thereof is omitted.
  • priority control in the transfer of communication packets is not limited to the method of this embodiment.
  • the communication can be similarly performed from the gateway device 100 to other devices such as the server device 300.
  • the structures and functions of the communication control unit 2, the communication transfer unit 3, the prefetch information determination unit 4, the prefetch notification unit 5, the prefetch information acquisition unit 6, and the prefetch information transfer unit 7 are the same as those in the first embodiment. Since these are the same, the detailed description which overlaps is omitted.
  • the mobile terminal 200 in the present embodiment is based on the terminal device 10 in the first embodiment.
  • the mobile terminal 200 includes an application 201, a communication control unit 11, an information request unit 12, a prefetch information storage unit 13, and a storage device 14.
  • the storage device 14 can store the prefetch accumulation information 15.
  • the communication control unit 11, the information request unit 12, the prefetch information storage unit 13, the storage device 14, and the prefetch storage information 15 in this embodiment are based on the first embodiment.
  • the mobile terminal 200 according to the present embodiment is different from the first embodiment in that the mobile terminal 200 includes an application 201.
  • Application 201 is a terminal application that provides an arbitrary service to a user.
  • the application 201 can request content from a server application (not shown) operating on the server device 300 in response to a user request.
  • the application 201 outputs a content request to the server device 300 to the information request unit 12.
  • the information request unit 12 in this embodiment starts the operation upon receiving a content request from the application 201. Then, the information request unit 12 outputs the acquired content to the application 201.
  • the communication control unit 11 Since the structures and functions of the communication control unit 11, the information request unit 12, the prefetch information storage unit 13, the storage device 14, and the prefetch storage information 15 other than those described above are the same as those in the first embodiment, overlapping details The detailed explanation is omitted.
  • the server push function in HTTP / 2.0 means that when a server receives an HTTP request (information acquisition request) from a terminal, content (prefetched information) that has not been requested yet is transmitted through a stream newly created by the server. It is a method of transmitting in advance. Note that the HTTP / 2.0 server push function does not include a method of selecting prefetched content.
  • the terminal corresponding to HTTP / 2.0 stores the content pre-read from the server in association with the URL, and then reads the stored content instead of the terminal issuing an HTTP request for the URL. Is stipulated.
  • the HTTP / 2.0 server push function has the communication rules as described above in the background section from the viewpoint of security.
  • the above is the HTTP / 2.0 server push function assumed in the present embodiment. It is assumed that the mobile terminal 200, the gateway device 100, and the server device 300 according to the present embodiment can perform communication in accordance with the rules of the HTTP / 2.0 server push function.
  • the present embodiment is not limited to the HTTP / 2.0 protocol as long as it is a protocol that implements a data prefetch (content prefetching) function from the server device 300.
  • the priority in transferring the communication packet is determined for each prefetch URL according to the method for determining the prefetch URL.
  • the priority of the prefetched content is determined so as to be lower than information with high real-time property (that is, response).
  • the priority of the response to the information acquisition request (“predetermined priority” in the first embodiment) is “0”, which is a value indicating the highest.
  • the priority of the prefetch URL determined based on the setting information 104 is “1”, which is the next highest.
  • the priority of the prefetch URL determined based on the content included in the response is “2”.
  • the priority of the prefetch URL determined based on the history information 105 with respect to the URL included in the information acquisition request is “3”.
  • a smaller priority value indicates that transmission is performed with higher priority (higher priority).
  • the base station 400 has already managed the mobile terminal 200 at the start of the following operation. That is, it is assumed that a virtual communication connection called a bearer is formed between the mobile terminal 200, the base station 400, and the gateway device 100.
  • a virtual communication connection called a bearer
  • the mobile terminal 200, the base station 400, the gateway device 100, and the server device 300 communicate with each other, it is assumed that an appropriate connection is established by a mechanism according to the TCP / IP rules. Also, it is assumed that the mobile terminal 200 does not store any prefetch storage information 15 at the start of the following operation.
  • FIG. 3 is a sequence chart showing an example of an operation from a request for content to accumulation of prefetch information 600 in the second embodiment.
  • FIG. 4 is a sequence chart showing an example of an operation from content request to prefetch information 600 and 601 accumulation in the second embodiment.
  • the application 201 of the mobile terminal 200 requests content in the server device 300 from the information requesting unit 12, for example, by a user operation.
  • the information request unit 12 receives a content request from the application 201 (step A10).
  • the requested content is represented by a URL.
  • FIG. 5 is a flowchart illustrating an operation when the mobile terminal 200 receives a content request in the second embodiment.
  • information request unit 12 receives a request for content (step A100 and step A10 in FIG. 3)
  • the information request unit 12 sends an information acquisition request 500 including the URL of the content of the server device 300 to the gateway device 100. Transmit (Step A102 and Step A11 in FIG. 3).
  • the information request unit 12 generates a new stream using the HTTP / 2.0 protocol. Then, the information request unit 12 transmits an information acquisition request 500 specifying the new stream to the base station 400 via the communication control unit 11.
  • the communication control unit 11 converts communication contents into radio waves and transmits them to the base station 400.
  • a radio wave conversion method for example, a mobile communication standard such as W-CDMA (Wideband-Code Division Multiple Access) or LTE (Long Term Evolution) can be used.
  • W-CDMA Wideband-Code Division Multiple Access
  • LTE Long Term Evolution
  • FIG. 8 is a diagram illustrating an example of the information acquisition request 500 according to the second embodiment.
  • the line “Stream ID: 1” indicates that the identifier of the stream to which the information acquisition request 500 is transmitted is “1”.
  • the line “: authority sv300” represents a server that is a request destination for content acquisition.
  • the line beginning with “: path” represents the path of the content in the server that is the request destination.
  • a line beginning with “: scheme” represents a protocol to be used when content is acquired. That is, FIG. 8 shows that the URL of the content to be acquired is “http: //sv300/index.html”.
  • “Sv300” is a temporary server name representing the server apparatus 300.
  • sv300 may be represented by a host name used when performing a name resolution search for a DNS (Domain Name Server) including a domain name.
  • DNS Domain Name Server
  • the description of “: authority”, “: path”, and “: scheme” in FIG. 8 is an example. These descriptions may be other character strings or numerical values representing the same contents. Further, these descriptions may be expressed as one character string or a number sequence including a plurality of elements.
  • the information request unit 12 waits for reception of a communication packet (step A103).
  • the gateway device 100 receives the information acquisition request 500 and transfers the received information acquisition request 500 to the server device 300 (step B10).
  • the detailed operation when the gateway apparatus 100 receives the information acquisition request 500 will be described with reference to FIG. 6 in addition to FIG.
  • FIG. 6 is a flowchart showing an operation when the gateway apparatus 100 receives a communication packet in the second embodiment.
  • communication control unit 2 receives a communication packet (step B201).
  • the communication control unit 2 passes the information acquisition request 500 to the communication transfer unit 3.
  • the communication transfer unit 3 determines the server device 300 that is the transfer destination based on the URL that represents the request target (request destination) included in the communication packet (information acquisition request 500), and for the determined server device 300, The information acquisition request 500 is transferred (step B210 and step B10 in FIG. 3). Thereafter, the communication transfer unit 3 determines the transfer destination in the same manner when transferring the communication packet, and then performs transfer.
  • the communication transfer unit 3 passes the information acquisition request 500 to the prefetch information determination unit 101 when requested by the prefetch information determination unit 4.
  • the request prefetch information determination unit 101 extracts a request destination URL indicating a request destination and a stream identifier from the information acquisition request 500 (step B211).
  • original URL indicating a request destination and a stream identifier
  • original URL original stream
  • the original stream identifier is “1”.
  • the original URL is “http: //sv300/index.html”.
  • the request prefetch information determination unit 101 extracts, from the setting information 104, a URL for the server device 300 that is the same (equivalent) to the request destination URL (step B212). In other words, the request prefetch information determination unit 101 extracts a URL representing another content in the same server device 300 as the original URL.
  • the request prefetch information determination unit 101 determines from the history information 105 the URL for the server device 300 that is the same (equivalent) to the request destination URL. Is extracted (step B214). For example, the prefetch information determining unit 101 on request may extract URLs representing other content acquired from the same server device 300 after acquiring the content represented by the original URL in the past.
  • the URL extracted by the request prefetch information determination unit 101 is a prefetch URL.
  • the request prefetch information determination unit 101 regards that there is no prefetchable URL and ends the process. That is, the gateway device 100 ends the process for the information acquisition request 500.
  • the request prefetch information determination unit 101 determines the priority for each prefetch URL (step B216).
  • the request prefetch information determination unit 101 determines the priority for any prefetch URL so that the priority is lower than the response 800 to the information acquisition request 700.
  • the request-time prefetch information determination unit 101 determines the priority determined according to the method for determining the prefetch URL described above. Specifically, the request prefetch information determination unit 101 determines the priority “1” for the prefetch URL determined based on the setting information 104 in step B212. Further, the prefetch information determination unit 101 on request determines the priority “3” for the prefetch URL determined based on the history information 105 in step B214.
  • the prefetch information determining unit 101 at the time of request determines a stream to be used when transmitting prefetch information, which is content prefetched later, to the mobile terminal 200 with respect to the prefetch URL.
  • the request prefetch information determination unit 101 may determine a separate stream for each prefetch URL.
  • the prefetch information determining unit 101 on request may assign the same stream to each prefetch URL.
  • Steps B211 to B216 in FIG. 6 correspond to step B11 in FIG.
  • the content represented by the prefetch URL extracted by the prefetch information determining unit 101 at request corresponds to the prefetch information 600 in FIG.
  • the prefetch notification unit 5 transmits to the mobile terminal 200 a prefetch notification 700 including a stream identifier representing the stream determined by the request prefetch information determination unit 101 and a prefetch URL representing the content to be prefetched ( Step B217 and Step B12 of FIG. 3).
  • the prefetch notification unit 5 transmits a prefetch notification 700 for each prefetch URL via the base station 400 using the original stream.
  • the prefetch notification unit 5 transmits the prefetch notification 700 as a predetermined priority.
  • the prefetch notification unit 5 may set the priority of the prefetch notification 700 to “0” in the same manner as information having real-time characteristics.
  • the prefetch notification unit 5 may set the priority of the prefetch notification 700 to “1” which is the highest as prefetch information.
  • the communication control unit 2 requested to transmit to the prefetch notification unit 5 adds information specifying the priority “0” to the communication packet including the prefetch notification 700. Then, the communication control unit 2 transmits the communication packet with the priority specified in this way to the base station 400.
  • description of the operation performed by the communication control unit 2 when each unit of the gateway device 100 designates the priority and transmits it to the base station 400 is omitted.
  • FIG. 9 is a diagram illustrating an example of the prefetch notification 700 according to the second embodiment.
  • a line “Promised Stream ID: 2” represents that the identifier of the stream to which the content (prefetch information) represented by the prefetch URL is transmitted is “2”.
  • the meaning of each line starting with “: authority”, “path”, and “: scheme” is the same as that of the information acquisition request 500 in FIG. Therefore, FIG. 9 shows that the URL of the prefetched content is “http: //sv300/style.css”.
  • the value of “: authority” specified here is the same server as the server indicated by the value of the request destination indicated by “: authority” of the information acquisition request 500 received earlier.
  • the descriptions of “: authority”, “: path”, and “: scheme” in FIG. 9 are examples. These descriptions may be other character strings or numerical values representing the same contents. Further, these descriptions may be expressed as one character string or a number sequence including a plurality of elements.
  • the prefetch information acquisition unit 6 transmits a request for the content (prefetch information 600) indicated by each prefetch URL to the server device 300 (step B218 and step B13 in FIG. 3). Specifically, the prefetch information acquisition unit 6 transmits an information acquisition request for each prefetch URL to the server device 300.
  • the data format of the “request for prefetch information 600” is the same as the information acquisition request 500 sent from the mobile terminal 200 to the server device 300. However, here, for the purpose of distinction from the “information acquisition request 500” sent from the mobile terminal 200, the information acquisition request in acquiring the prefetched content is described as “request for prefetch information 600”.
  • the communication control unit 2 maintains the original stream even after the transmission in step B218 is completed.
  • the mobile terminal 200 receives the prefetch notification 700 from the gateway device 100 (step A12). Detailed operations performed when the mobile terminal 200 receives the prefetch notification 700 will be described with reference to FIG. 7 in addition to FIG. FIG. 7 is a flowchart showing an operation when the mobile terminal 200 receives a communication packet in the second embodiment.
  • the communication control unit 11 receives a communication packet (step A300).
  • the communication control unit 11 passes the received prefetch notification 700 to the prefetch information storage unit 13.
  • the prefetch information storage unit 13 stores the contents of the received prefetch notification 700 in, for example, the storage device 14.
  • the server device 300 receives the information acquisition request 500 transmitted from the gateway device 100 in step B10 (step C10). Similarly, the server device 300 receives the request for the prefetch information 600 transmitted from the gateway device 100 in step B13 (step C11). The server apparatus 300 that has received them first transmits a response 800 to the information acquisition request 500 to the gateway apparatus 100 (step C12).
  • the order of the response of the server apparatus 300 and the reception of the next (new) information acquisition request is an example, including the subsequent description.
  • the server apparatus 300 may change the order of communication such as receiving a request for the prefetch information 600 (step C11) after transmitting the response 800 (step C12).
  • the gateway device 100 receives the response 800, and transfers the received response 800 to the mobile terminal 200 (step B14).
  • the communication control unit 2 receives a communication packet (step B201).
  • the communication control unit 2 passes the received response 800 to the communication transfer unit 3.
  • the communication transfer unit 3 transfers the received response 800 to the mobile terminal 200 with the highest priority as real-time information (step B205).
  • the communication transfer unit 3 designates the priority “0” and transmits the response 800 via the base station 400.
  • the operation in which the base station 400 that relays the transfer performs the priority control is as described above in the description of the configuration.
  • FIG. 6 is a diagram for explaining the operation when the communication control unit 2 receives the information acquisition request 500, the prefetch information 600 and 601, and the response 800.
  • the communication control unit 2 may process the predetermined operation not described in FIG.
  • the communication transfer unit 3 passes the response 800 to the response prefetch information determination unit 102 of the prefetch information determination unit 4.
  • the response prefetch information determination unit 102 extracts the URL of the server device 300 that is the same as the response transmission source from the content included in the response 800 (step B206).
  • the URL extracted by the response prefetch information determination unit 102 is the prefetch URL determined based on the response 800.
  • the response prefetch information determination unit 102 may recognize that the URL is for the same server device 300 even when the prefetch information determination unit 102 is represented by a different name.
  • the response prefetch information determination unit 102 determines that there is no prefetchable URL, and ends the process. That is, the gateway device 100 ends the process for the response 800.
  • the response prefetch information determination unit 102 determines the priority for each prefetch URL (step B216).
  • the response prefetch information determination unit 102 also determines the priority for any prefetch URL so that the priority is lower than the response 800 for the information acquisition request 700.
  • the response prefetch information determination unit 102 determines the priority “2” for the prefetch URL (prefetch information 601) determined based on the content included in the response.
  • Steps B206 to B216 in FIG. 6 correspond to step B16 in FIG. Further, the content represented by the prefetch URL extracted by the response prefetch information determination unit 102 corresponds to the prefetch information 601 in FIG.
  • the prefetch notification unit 5 transmits a prefetch notification 701 corresponding to the prefetch URL determined based on the response 800 to the mobile terminal 200 (step B217 and step B17 in FIG. 4). And the prefetch information acquisition part 6 requests
  • the response 800 may be received by being divided into a plurality of communication packets.
  • processing for all communication packets included in the response 800 is performed (YES in step B219), the communication control unit 2 ends the original stream (step B230).
  • the mobile terminal 200 receives the response 800 transferred from the gateway device 100 (step A13). Detailed operations performed when the mobile terminal 200 receives the response 800 will be described with reference to FIG. Referring to FIG. 7, the communication control unit 11 receives a communication packet (step A300). If the communication packet is a response 800 (YES in step A301), the communication control unit 11 passes the received response 800 to the information request unit 12. The information request unit 12 outputs the content of the response 800 to the application 201 as a response to the content request received at step A10 in FIG. 3 (step A320 and step A14 in FIG. 3). For example, the application 201 may present the content obtained by the response 800 to the user.
  • the mobile terminal 200 receives the prefetch notification 701 for the prefetch information 601 determined based on the response 800 (step A15).
  • the operation of the mobile terminal 200 at this time is the same as that described above.
  • the server device 300 receives a request for the prefetch information 601 from the gateway device 100 (step C13).
  • the server device 300 transmits the prefetch information 600 in response to the request for the prefetch information 600 received in step C11 that has not yet been sent back (step C14).
  • the server device 300 transmits a response including the content (prefetch information 600) corresponding to the requested prefetch URL to the gateway device 100.
  • the data format of this response is the same as the response 800 to the information acquisition request 500.
  • the transmission of the response including the prefetch information 600 is described as “transmission of the prefetch information 600” for the purpose of distinguishing from the “response 800” which is information with high real-time characteristics.
  • the server device 300 similarly transmits the prefetch information 601 in response to the request for the prefetch information 601 received in step C13 (step C15).
  • the gateway device 100 receives the prefetch information 600 sent as a response, and transfers the received prefetch information 600 to the mobile terminal 200 (step B19).
  • the communication control unit 2 receives a communication packet (step B201).
  • the communication control unit 2 passes the received prefetch information 600 to the prefetch information transfer unit 7.
  • the prefetch information transfer unit 7 transfers the prefetch information 600 to the mobile terminal 200 according to the priority for each prefetch URL via the stream notified by the prefetch notification 700 (step B220 and step B19 in FIG. 4).
  • the communication control unit 2 requested to transmit to the prefetch information transfer unit 7 adds information specifying the priority “1” or “3” to the communication packet including the prefetch information 600. Then, the communication control unit 2 transmits to the base station 400. In the following description, description of the operation via the communication control unit 2 is omitted.
  • the gateway device 100 receives the prefetch information 601 and transfers the received prefetch information 601 to the mobile terminal 200 (step B20 in FIG. 4).
  • the communication control unit 2 maintains the original stream even when the transmission of the prefetch information 600 and the prefetch information 601 described above is completed.
  • the mobile terminal 200 receives the prefetch information 600 (step A16).
  • the communication control unit 11 receives a communication packet (step A300).
  • the communication packet is the prefetch information 600 sent in the stream notified in the prefetch notification 700 or 701 (NO in steps A301 and 302 and YES in step A303)
  • the communication control unit 11 receives the prefetch information received.
  • the information 600 is passed to the prefetch information storage unit 13.
  • the prefetch information accumulation unit 13 associates the content of the notification packet (prefetch information 600) with the prefetch URL and accumulates it as the prefetch accumulation information 15 (step A304 and step A17 in FIG. 4).
  • the mobile terminal 200 receives the prefetch information 601 (step A18), and accumulates the received prefetch information 601 as the prefetch storage information 15 (step A19).
  • the above is an example of an operation executed based on a single content request.
  • the information request unit 12 determines whether the requested content is accumulated (step A101). Since the prefetch information 600 is included in the prefetch storage information 15 (YES in step A101), the information request unit 12 outputs the prefetch information 600 read from the prefetch storage information 15 to the application 201 (step A110). . In this way, the information request unit 12 can quickly respond to a request for content without performing communication.
  • the communication control unit 2 of the gateway device 100 maintains the stream (original stream) that has received the information acquisition request 500 until the prefetch notifications 700 and 701 and the response 800 are transmitted. Then, after transmitting all the communication packets included in the prefetch notifications 700 and 701 and the response 800 to the mobile terminal 200, the communication control unit 2 ends the original stream (step B230). That is, in the present embodiment, the original stream maintenance period is from when the information acquisition request 500 is received until the response 800 to the information acquisition request 500 and the (last) prefetch notification 701 are completely transmitted to the mobile terminal 200. Between. There is an effect that the mobile terminal 200 can ensure the validity (not illegal) of the prefetch notifications 700 and 701 by maintaining the original stream.
  • the communication control unit 2 can end the original stream at any timing after transmitting the prefetch notification 701 (step B17).
  • the communication control unit 2 may transfer the prefetch information 600 or 601 to the mobile terminal 200 regardless of the maintenance period of the original stream.
  • the mobile terminal 200 creates a new stream when transmitting a new information acquisition request. Therefore, in the present embodiment, the communication control unit 2 of the gateway device 100 does not receive an information acquisition request other than the initial information acquisition request 500 via the original stream.
  • the original stream may be terminated at a timing other than Step B230, for example, when terminated from the mobile terminal 200 (base station 400).
  • this embodiment further includes a general server device and a general terminal device corresponding to HTTP / 2.0. There is also an effect that can be used.
  • the reason is that the communication method for acquiring and transferring the prefetch information performed by the gateway apparatus 100 in the present embodiment can satisfy the provisions of HTTP / 2.0.
  • the gateway device 100 may further acquire prefetch information for the prefetch information 600 and 601 obtained from the server device 300.
  • the response prefetch information determination unit 102, the prefetch notification unit 5, and the prefetch information acquisition unit 6 further respond to the prefetch information 600 in response 800.
  • a process similar to the process steps B206 and B215 to B218, may be performed. In this way, since prefetching is performed in advance, it can be expected that the prefetch storage information 15 is more likely to meet the content request.
  • the communication control unit 2 of the gateway device 100 may convert the communication protocol in communication with the server device 300.
  • the communication control unit 2 may transmit a communication packet received by the HTTP / 2.0 from the mobile terminal 200 to the server device 300 after converting it to HTTP / 1.0.
  • This conversion process may be performed by a functional unit other than the communication control unit 2 such as the communication transfer unit 3 and the prefetch information acquisition unit 6.
  • the gateway device 100 has an effect that it can cope with a case where a communication protocol that can be used by the server device 300 is different from a communication protocol that can be used by the mobile terminal 200.
  • the present embodiment can be applied to a general server device 300 that does not support HTTP / 2.0 without adding a special function.
  • the prefetch information determination unit 101 on request of the gateway device 100 may extract the prefetch URL by a method based on both the installation information 104 and the history information 105. That is, when the request prefetch information determination unit 101 can extract the URL based on the setting information 104 (YES in step B213), the prefetch information determination unit 101 may further extract the prefetch URL based on the history information 105 (step B214).
  • ⁇ Hardware configuration example> 1 and 2 in each embodiment described above may be configured by independent hardware circuits, or may be regarded as a function (processing) unit (software module) of a software program. it can. However, the division of each part shown in these drawings is a configuration for convenience of explanation, and various configurations can be assumed for mounting. An example of the hardware environment in such a case will be described with reference to FIG.
  • FIG. 10 is a diagram illustrating a configuration of a computer (information processing apparatus) applicable to each embodiment of the present invention and the information distribution system according to the modification. That is, FIG. 10 illustrates at least the information processing device 1, the terminal device 10, the server devices 20 and 300, the gateway device (information processing device) 100, the mobile terminal (terminal device) 200, and the base station 400 in each of the above-described embodiments.
  • a hardware configuration capable of realizing each function in the above-described embodiments which is a configuration of a computer that can realize any one of them.
  • the computer 900 shown in FIG. 10 includes a CPU (Central Processing Unit) 901, a ROM (Read Only Memory) 902, a RAM (Random Access Memory) 903, a communication interface (IF) 904, a display 905, and a hard disk device (HDD) 906. These are connected via a bus 907.
  • a CPU Central Processing Unit
  • ROM Read Only Memory
  • RAM Random Access Memory
  • IF communication interface
  • HDD hard disk device
  • the computer shown in FIG. 10 functions as the information processing device 1, the terminal device 10, the server devices 20 and 300, the gateway device (information processing device) 100, the mobile terminal (terminal device) 200, or the base station 400,
  • the display 905 need not always be provided.
  • the communication interface 904 is a general communication means for realizing communication between the computers in each of the above-described embodiments.
  • the hard disk device 906 stores a program group 906A and various storage information 906B.
  • the program group 906A is, for example, a computer program for realizing a function corresponding to each block (each unit) shown in FIGS. 1 and 2 described above.
  • the various storage information 906B is, for example, the prefetch storage information 15, the setting information 104, the history information 105, and the like illustrated in FIGS. In such a hardware configuration, the CPU 901 governs the overall operation of the computer 900.
  • FIG. 1 A block diagram
  • FIG. 4 A block diagram
  • FIG. 4 A block diagram
  • FIG. 5 A block diagram
  • FIG. 5 A block diagram
  • FIG. 5 A block diagram
  • FIG. 5 A block diagram
  • FIG. 5 A block diagram
  • FIG. 5 A block diagram
  • FIG. 5 A block diagram
  • FIG. 5 A block diagram
  • FIG. 5 A block diagram
  • FIG. 5 A block diagram
  • FIG. 5 A block diagram
  • FIG. 4 and 3 A block diagram
  • FIG. 5 to 5 A block diagram
  • FIG. 4 and 3 A block diagram
  • FIG. 4 and 3 A block diagram
  • FIG. 4 and 3 A block diagram
  • FIG. 4 and 3 A block diagram
  • FIG. 4 and 3 A block diagram
  • FIG. 4 and 3 A block diagram
  • FIG. 4 and 3 A block diagram
  • FIG. 5 to 5 A block diagram
  • FIG. 5 A block diagram
  • FIG. 5 A block diagram
  • FIG. 5 A block diagram
  • FIG. 5 A block diagram
  • FIG. 5 A block diagram
  • the computer program can be supplied to each apparatus by installing it in the apparatus via various recording media such as a floppy disk (registered trademark) or a CD-ROM (Compact Disc-ROM).
  • various recording media such as a floppy disk (registered trademark) or a CD-ROM (Compact Disc-ROM).
  • a general procedure can be adopted.
  • a method of supplying a computer program into each device a method of downloading from the outside via a communication network 1000 such as the Internet is also common.
  • the present invention can be understood to be configured by a computer-readable storage medium in which the code constituting the computer program or the code is recorded.
  • Communication control means for controlling communication between a server that distributes content and a terminal that requests content from the server; Communication transfer means for relaying communication packets in communication between the server and the terminal; Based on an information acquisition request for requesting the content received from the terminal, a stream to be used when transmitting prefetch information, which is content to be prefetched later, to the terminal, the information acquisition request, and the server Based on any of the information acquisition responses including the requested content received as a response to the information acquisition request from, the prefetching of the content of the same server as the destination of the information acquisition request or the transmission source of the information acquisition response
  • Prefetch information determining means for determining as information, and determining a prefetch priority which is a priority when transmitting the prefetch information to the terminal as a priority lower than a predetermined priority for information having high real-time characteristics; , Prefetch notification means for transmitting to the terminal a prefetch notification including a stream identifier representing the stream and a prefetch information identifier representing the prefetch
  • the communication control unit terminates an original stream that is a stream that has received the information acquisition request after transmitting all the communication packets included in the prefetch notification and the information acquisition response to the terminal.
  • Information processing device The communication control unit terminates an original stream that is a stream that has received the information acquisition request after transmitting all the communication packets included in the prefetch notification and the information acquisition response to the terminal.
  • the communication control means transmits, to the base station, a communication packet with a priority corresponding to the prefetch priority according to a protocol negotiated with the base station to which the terminal is connected.
  • Information processing device When the terminal is a mobile terminal capable of wireless communication, The communication control means transmits, to the base station, a communication packet with a priority corresponding to the prefetch priority according to a protocol negotiated with the base station to which the terminal is connected. Information processing device.
  • Appendix 4 The information processing apparatus according to any one of appendices 1 to 3, wherein the information having a high real-time property includes at least the response to the information acquisition request.
  • the prefetch information determination means includes a plurality of prefetch information determination means for determining the prefetch information by different determination methods, and each prefetch information determination means determines the prefetch information according to the determination method for determining the prefetch information.
  • the information processing apparatus according to appendices 1 to 4, wherein priority is determined.
  • the prefetch information determining means includes at least one of a prefetch information determining means for an information acquisition request and a prefetch information determining means for an acquired content as the determining means,
  • the prefetch information determination means for the information acquisition request is At the time of determining the prefetch information, at least for the information indicating the destination of the content included in the information acquisition request, Setting information that is highly likely to be acquired later for a specific destination and that describes the destination for other contents of the server, or Determining the prefetch information based on history information that is information including a history in which the destination of content acquired from the server in the past by the terminal is recorded;
  • When determining the prefetch priority determine the prefetch priority determined according to which of the setting information or the history information is determined,
  • the prefetch information determination means for the acquired content is When determining the prefetching information, based on the requested content included in the response, determining the content of the same server as the source of the response as the prefetching information, and determining the pref
  • Information requesting means for transmitting an information acquisition request for requesting the content to the server to the information processing apparatus according to appendices 1 to 6; Receiving the prefetch notification from the information processing apparatus, further receiving prefetch information based on the prefetch notification, and including prefetch information accumulation means for storing prefetch accumulation information including at least the received prefetch information, When the new content is needed and the new content is stored as the prefetch storage information, the information requesting unit does not transmit an information acquisition request, and transmits the new content from the prefetch storage information.
  • a terminal device that reads content and outputs the new content.
  • Appendix 11 The distribution method according to any one of appendices 8 to 10, wherein the information having a high real-time property includes at least the response to the information acquisition request.
  • the prefetch information is determined by a plurality of different determination methods.
  • the determination method includes at least one of a prefetch information determination method for an information acquisition request and a prefetch information determination method for an acquired content,
  • the prefetch information determination method for the information acquisition request At the time of determining the prefetch information, at least for the information indicating the destination of the content included in the information acquisition request, Setting information that is highly likely to be acquired later for a specific destination and that describes the destination for other contents of the server, or Determining the prefetch information based on history information that is information including a history in which the destination of content acquired from the server in the past by the terminal is recorded;
  • the prefetch information determination method for the acquired content When determining the prefetch information, based on the requested content included in the response, determine the same server content as the response sender as the prefetch information, When determining the prefetch priority, it is determined depending on whether the prefetch information is determined based on the setting information, the history information, or the response.
  • a communication control process for controlling communication between a server that distributes content and a terminal that requests content from the server; A communication transfer process for relaying a communication packet in communication between the server and the terminal; Based on an information acquisition request for requesting content received from the terminal, a stream determination process for determining a stream to be used when transmitting prefetch information, which is content prefetched later, to the terminal; Based on either the information acquisition request and the information acquisition response including the requested content received as a response to the information acquisition request from the server, the destination of the information acquisition request, or the source of the response Prefetch information determination processing for determining content of the same server as the prefetch information; A prefetch priority determination process for determining a prefetch priority that is a priority at the time of transmitting the prefetch information to the terminal as a priority lower than a predetermined priority for information with high real-time characteristics; A prefetch notification transmission process for transmitting a prefetch notification including a stream identifier representing the stream and a prefetch information
  • Appendix 17 The first computer program according to any one of appendices 14 to 16, wherein the highly real-time information includes at least the response to the information acquisition request.
  • the prefetch information is determined by a plurality of different determination methods. 18. The first computer program according to any one of appendices 14 to 17, wherein, in the prefetch priority determination process, the prefetch priority is determined according to the determination method for determining the prefetch information.
  • the determination method includes at least one of a prefetch information determination method for an information acquisition request and a prefetch information determination method for an acquired content,
  • the prefetch information determination method for the information acquisition request At the time of determining the prefetch information, at least for the information indicating the destination of the content included in the information acquisition request, Setting information that is highly likely to be acquired later for a specific destination and that describes the destination for other contents of the server, or Determining the prefetch information based on history information that is information including a history in which the destination of content acquired from the server in the past by the terminal is recorded;
  • the prefetch information determination method for the acquired content When determining the prefetch information, based on the requested content included in the response, determine the same server content as the response sender as the prefetch information,
  • the prefetch priority determination process priority determined according to whether the prefetch information is determined based on the setting information, the historical information, or the response.
  • Appendix 20 Information request processing for transmitting an information acquisition request for requesting the content to the server to an information processing apparatus on which the first computer program operates according to any one of appendices 14 to 19, Receiving the prefetch notification from the information processing apparatus, further receiving the prefetch information based on the prefetch notification, and executing prefetch information accumulation processing for storing prefetch accumulation information including at least the received prefetch information in a computer Let In the information request process, when new content is needed, if the new content is stored as the prefetch storage information, the new request is not transmitted, and the new read content is not updated. A second computer program that reads content and outputs the new content.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The present invention provides an information processing device that safely distributes prefetch information to a terminal while reducing influence on communication of data that requires a high real-time property. The information processing device includes: a prefetch information determining unit that determines a stream used to transmit prefetch information to a terminal later on the basis of an information acquisition request received from the terminal, determines, as the prefetch information, content of a server that is identical to a destination of the information acquisition request or a source of a response on the basis of the information acquisition request or the response of the server, and sets a prefetch priority, which is a priority of transmission of the prefetch information to the terminal, lower than a predetermined priority of information that requires a high real-time property; a prefetch notification unit that transmits, to the terminal, a prefetch notification including a stream identifier representing the stream and a prefetch information identifier representing the prefetch information; a prefetch information acquisition unit that acquires prefetch information from the server; and a prefetch information transfer unit that transmits the acquired prefetch information to the terminal by the prefetch priority via the stream notified by the prefetch notification.

Description

情報処理装置および配信方法、並びにコンピュータ・プログラムを記録する記録媒体Information processing apparatus, distribution method, and recording medium for recording computer program
 本発明は、情報処理装置(コンピュータ)を用いた情報配信システムにおける配信方法に関する。 The present invention relates to a distribution method in an information distribution system using an information processing apparatus (computer).
 近年、HTTP(Hyper Text Transport Protocol)による通信方式を用いて、ユーザの要求に応じた情報をサーバから配信する情報配信システムが広く利用されている。情報配信システムにおいては、ユーザの取得要求に対して情報が提供されるまでの応答が遅いという問題がある。このような問題に対する関連技術として、ユーザが取得を要求するであろう情報を、実際に要求が出される前に、あらかじめサーバからユーザの端末に対して提供しておく先読み技術が知られている。 In recent years, information distribution systems that distribute information according to user requests from servers using a communication method based on HTTP (Hyper Text Transport Protocol) have been widely used. In the information distribution system, there is a problem that a response until information is provided for a user's acquisition request is slow. As a related technique for such a problem, a read-ahead technique is known in which information that a user will request for acquisition is provided in advance from a server to the user's terminal before the request is actually issued. .
 また、先読みされる情報(先読み情報、またはプリフェッチデータ)は、将来ユーザがそのデータを要求するまでの間に端末に蓄積されていればよい。すなわち、先読み情報は、ユーザの操作に応じて要求される情報に比べて、緊急度(リアルタイム性)が低いと言える。したがって、このようなリアルタイム性が低い先読み情報の通信パケットは、通信の集中によりネットワークが混雑した場合には、リアルタイム性を必要とする通信パケットの方を優先させることが求められる。 Also, prefetched information (prefetch information or prefetch data) may be stored in the terminal until the user requests the data in the future. That is, it can be said that the prefetch information has a low degree of urgency (real-time property) compared to information required in response to a user operation. Accordingly, such communication packets of prefetch information with low real-time properties are required to prioritize communication packets that require real-time properties when the network is congested due to communication concentration.
 上述する先読み技術に関連する技術として、例えば、特許文献1には、コンテンツ属性ごとの優先順位に応じて、コンテンツを送信する情報処理システムが開示されている。この特許文献1に記載されたサーバは、構造化言語で記述されたデータに対してコンテンツ属性ごとの優先度を付加し、そのデータをクライアントに送信する。クライアントは、受信したデータに基づいて、取得するコンテンツに応じた優先度を設定したストリームを作成する。そして、サーバが、ストリームに設定された優先度による優先順位に応じて、クライアントにおいて、すぐには使用されないコンテンツも含めて送信を行う。クライアントは、このような優先順位の制御によって取得したコンテンツに含まれる使用しないコンテンツを、後に使用するまでキャッシュしておくことができる。 As a technique related to the prefetching technique described above, for example, Patent Document 1 discloses an information processing system that transmits content according to the priority order of each content attribute. The server described in Patent Document 1 adds a priority for each content attribute to data described in a structured language, and transmits the data to a client. Based on the received data, the client creates a stream with a priority set according to the content to be acquired. Then, the server performs transmission including contents that are not used immediately in the client according to the priority order based on the priority set in the stream. The client can cache the unused content included in the content acquired by such priority order control until it is used later.
 特許文献2には、プリフェッチ(先読み)によって、あらかじめサーバからデータを取得する情報提供システムが開示されている。この特許文献2に記載された情報提供システムは、アクセスログから抽出した情報に基づいて決定したページを、ネットワークの負荷に応じて、読み出す順番を並べ替えながらプリフェッチすることができる。 Patent Document 2 discloses an information providing system that acquires data from a server in advance by prefetching (prefetching). The information providing system described in Patent Document 2 can prefetch pages determined based on information extracted from an access log while rearranging the reading order according to the network load.
 特許文献3には、ネットワークの輻輳状態に応じて先読み対象を選別するデータ先読みシステムが開示されている。この特許文献3に記載されたデータ先読みシステムは、ネットワークが混雑している場合、オブジェクトの参照元の重要度を基準に先読みデータを削減することにより、先読みトラフィックの発生を抑制することができる。 Patent Document 3 discloses a data prefetching system that selects a prefetch target according to the congestion state of a network. The data prefetching system described in Patent Document 3 can suppress the occurrence of prefetching traffic by reducing the prefetching data based on the importance of the reference source of the object when the network is congested.
 特許文献4には、リアルタイム性を必要としないデータを送信する時間帯によってネットワークの混雑を低減する画像形成装置の情報収集システムが開示されている。この特許文献4に記載された情報収集システムは、夜中など、公衆回線の通信負荷が低い時間帯に通信を行うことができる。 Patent Document 4 discloses an information collection system for an image forming apparatus that reduces network congestion by a time zone for transmitting data that does not require real-time performance. The information collection system described in Patent Document 4 can perform communication in a time zone where the communication load of the public line is low, such as at midnight.
 また、先読み情報の通信においては、端末が要求していないコンテンツを受信するという機能を不正利用されることのないように、セキュリティを考慮する必要がある。例えば、端末が、プリフェッチデータに対して混入された無関係なサーバのコンテンツを不正であると判別できる必要がある。または、そのような混入ができない仕組みが必要である。 Also, in the communication of prefetched information, it is necessary to consider security so that the function of receiving content not requested by the terminal is not illegally used. For example, the terminal needs to be able to determine that the contents of an irrelevant server mixed with the prefetch data are illegal. Or, a mechanism that does not allow such mixing is necessary.
 例えば、HTTP/2.0プロトコルのサーバプッシュ機能では、セキュリティの観点から、いくつかの通信規定が定められている。HTTP/2.0におけるサーバプッシュ機能とは、サーバが端末からHTTPリクエスト(情報取得要求)を受信した際に、サーバが新規に作成するストリームを通して、まだ要求されていないコンテンツ(先読み情報)を端末にあらかじめ送信する方法である。HTTP/2.0のサーバプッシュ機能では、先読みされるコンテンツは、先読みの元となるHTTPリクエストが送られた元ストリームがクローズされる前(元ストリームが維持されている間)に送られることが規定されている。また、先読みされるコンテンツのURLは、HTTPリクエストに応じてコンテンツを送ったサーバを送信元とするURLに限ることも規定されている。 For example, in the server push function of the HTTP / 2.0 protocol, some communication rules are defined from the viewpoint of security. The server push function in HTTP / 2.0 means that when a server receives an HTTP request (information acquisition request) from a terminal, content (prefetched information) that has not been requested yet is transmitted through a stream newly created by the server. It is a method of transmitting in advance. In the server push function of HTTP / 2.0, the prefetched content may be sent before the original stream to which the HTTP request that is the prefetch source is sent is closed (while the original stream is maintained). It is prescribed. In addition, it is also stipulated that the URL of the prefetched content is limited to a URL whose source is the server that sent the content in response to the HTTP request.
特開2014-021728号公報JP 2014-021728 A 特開2004-280405号公報JP 2004-280405 A 特開2002-373109号公報JP 2002-373109 A 特開平09-200414号公報Japanese Patent Application Laid-Open No. 09-200414 特開2009-199148号公報JP 2009-199148 A 特開2009-260653号公報JP 2009-260653 A
 しかしながら、特許文献1乃至3に記載された情報処理システム、情報提供システム、およびデータ先読みシステムにおいては、上述したような不正利用に対する考慮がなされていないという問題がある。 However, the information processing system, the information providing system, and the data prefetching system described in Patent Documents 1 to 3 have a problem that the above-described unauthorized use is not considered.
 また、特許文献4に記載された情報収集システムにおいては、時間帯による通信の制御であるので、一時的にリアルタイム性が高いデータの滞留がなくなったタイミングに合わせた制御ができないという問題がある。 In addition, since the information collection system described in Patent Document 4 controls communication according to time zones, there is a problem in that it cannot be controlled in accordance with the timing at which data with high real-time performance temporarily stops.
 本発明の1つの目的は、リアルタイム性が高いデータの通信に与える影響を低減しつつ、端末に対して安全に先読み情報を配信する情報処理装置などを提供することにある。 An object of the present invention is to provide an information processing apparatus and the like that safely distributes prefetch information to a terminal while reducing the influence on data communication with high real-time characteristics.
 上記の目的を達成すべく、本発明の一態様に係る情報処理装置は、以下の構成を備えることを特徴とする。 In order to achieve the above object, an information processing apparatus according to an aspect of the present invention includes the following configuration.
 すなわち、本発明の一態様に係る情報処理装置は、
 コンテンツを配信するサーバと、前記サーバに対してコンテンツを要求する端末との間の通信を制御する通信制御手段と、
 前記サーバと前記端末との間の通信における通信パケットを中継する通信転送手段と、 前記端末から受信した前記コンテンツを要求する情報取得要求に基づいて、後に先読みするコンテンツである先読み情報を前記端末に対して送信する際に使用するストリームを決定し、前記情報取得要求、および前記サーバから前記情報取得要求に対する応答として受信する要求された前記コンテンツを含む情報取得応答のいずれかに基づいて、前記情報取得要求の宛先、または前記情報取得応答の送信元と同じサーバのコンテンツを前記先読み情報として決定し、前記先読み情報を前記端末に対して送信する際の優先度である先読み優先度を、リアルタイム性の高い情報に対する所定の優先度よりも低い優先度として決定する先読み情報決定手段と、
 前記ストリームを表すストリーム識別子と、前記先読み情報を表す先読み情報識別子とを含む先読み通知を、前記端末に対して送信する先読み通知手段と、
 前記先読み情報を前記サーバから取得する先読み情報取得手段と、
 取得した前記先読み情報を、前記先読み通知において通知した前記ストリーム識別子に対応するストリームを介して、前記先読み優先度で前記端末に対して送信する先読み情報転送手段と
 を含む。
That is, an information processing device according to one embodiment of the present invention
Communication control means for controlling communication between a server that distributes content and a terminal that requests content from the server;
Communication transfer means for relaying communication packets in communication between the server and the terminal, and pre-read information that is pre-read content based on an information acquisition request for requesting the content received from the terminal. The information to be used is determined based on one of the information acquisition request that determines a stream to be used for transmission to the server, and receives the content as a response to the information acquisition request from the server. The destination of the acquisition request or the content of the same server as the transmission source of the information acquisition response is determined as the prefetch information, and the prefetch priority that is a priority when the prefetch information is transmitted to the terminal is determined in real time. Prefetch information determining means for determining as a lower priority than a predetermined priority for high information,
Prefetch notification means for transmitting to the terminal a prefetch notification including a stream identifier representing the stream and a prefetch information identifier representing the prefetch information;
Prefetch information acquisition means for acquiring the prefetch information from the server;
Prefetch information transfer means for transmitting the acquired prefetch information to the terminal with the prefetch priority via the stream corresponding to the stream identifier notified in the prefetch notification.
 また、上記の同目的を達成すべく、本発明の一態様に係る端末装置は、
 サーバに対して前記コンテンツを要求する情報取得要求を、上述した構成を備える情報処理装置に対して送信する情報要求手段と、
 前記情報処理装置から前記先読み通知を受信し、さらに、前記先読み通知に基づいて、前記先読み情報を受信し、少なくとも受信した前記先読み情報を含む先読み蓄積情報を保存する先読み情報蓄積手段を含み、
 前記情報要求手段は、新たなコンテンツが必要になった際、前記新たなコンテンツが前記先読み蓄積情報として蓄積されていた場合は、情報取得要求を送信せずに、前記先読み蓄積情報から前記新たなコンテンツを読み出して、前記新たなコンテンツを出力する。
In order to achieve the above object, a terminal device according to one aspect of the present invention provides:
An information requesting means for transmitting an information acquisition request for requesting the content to the server to an information processing apparatus having the above-described configuration;
Receiving the prefetch notification from the information processing apparatus, further receiving prefetch information based on the prefetch notification, and including prefetch information accumulation means for storing prefetch accumulation information including at least the received prefetch information,
When the new content is needed and the new content is stored as the prefetch storage information, the information requesting unit does not transmit an information acquisition request, and transmits the new content from the prefetch storage information. The content is read and the new content is output.
 また、上記の同目的を達成すべく、本発明の一態様に係る配信方法は、情報処理装置によって、
  端末から受信したコンテンツを要求する情報取得要求に基づいて、後に先読みするコンテンツである先読み情報を前記端末に対して送信する際に使用するストリームを決定し、
  前記情報取得要求、および、前記コンテンツを配信するサーバから前記情報取得要求に対する応答として受信する要求された前記コンテンツを含む情報取得応答のいずれかに基づいて、前記情報取得要求の宛先、または前記情報取得応答の送信元と同じサーバのコンテンツを前記先読み情報として決定する先読み情報決定処理を実行し、
  前記先読み情報を前記端末に対して送信する際の優先度である先読み優先度を、リアルタイム性の高い情報に対する所定の優先度よりも低い優先度として決定し、
  前記ストリームを表すストリーム識別子と、前記先読み情報を表す先読み情報識別子とを含む先読み通知を、前記端末に対して送信し、
  前記先読み情報を前記サーバから取得し、
  取得した前記先読み情報を、前記先読み通知において通知した前記ストリーム識別子に対応するストリームを介して、前記先読み優先度で前記端末に対して送信する。
In order to achieve the above object, a distribution method according to an aspect of the present invention is performed by an information processing device.
Based on the information acquisition request for requesting the content received from the terminal, determine the stream to be used when transmitting to the terminal prefetch information that is the content to be prefetched later,
Based on either the information acquisition request and the information acquisition response including the requested content received as a response to the information acquisition request from the server that distributes the content, or the information acquisition request destination or the information Perform prefetch information determination processing for determining the content of the same server as the transmission source of the acquisition response as the prefetch information,
A prefetch priority that is a priority when transmitting the prefetch information to the terminal is determined as a priority lower than a predetermined priority for information with high real-time characteristics,
A prefetch notification including a stream identifier representing the stream and a prefetch information identifier representing the prefetch information is transmitted to the terminal;
Obtaining the prefetch information from the server;
The acquired prefetch information is transmitted to the terminal with the prefetch priority via the stream corresponding to the stream identifier notified in the prefetch notification.
 また、同目的は、上記の各構成を有する情報処理装置、端末装置、並びに配信方法を、それぞれコンピュータによって実現するコンピュータ・プログラム、およびそのコンピュータ・プログラムが格納されている、コンピュータ読み取り可能な記憶媒体によっても達成される。 Further, the object is to provide an information processing device, a terminal device, and a distribution method having the above-described configurations by a computer, and a computer-readable storage medium storing the computer program. Is also achieved.
 本発明には、リアルタイム性が高いデータの通信に与える影響を低減しつつ、端末に対して安全に先読み情報を配信することができるという効果がある。 The present invention has an effect that the prefetch information can be safely delivered to the terminal while reducing the influence on data communication with high real-time property.
本発明の第1の実施形態に係る情報配信システムにおける通信環境の一例および構成を示すブロック図である。It is a block diagram which shows an example and structure of a communication environment in the information delivery system which concerns on the 1st Embodiment of this invention. 本発明の第2の実施形態に係る情報配信システムにおける通信環境の一例を示す構成図である。It is a block diagram which shows an example of the communication environment in the information delivery system which concerns on the 2nd Embodiment of this invention. 第2の実施形態においてコンテンツの要求から先読み情報600が蓄積されるまでの動作の一例を表すシーケンスチャートである。It is a sequence chart showing an example of operation | movement until the prefetch information 600 is accumulate | stored from the request | requirement of a content in 2nd Embodiment. 第2の実施形態においてコンテンツの要求から先読み情報600および601が蓄積されるまでの動作の一例を表すシーケンスチャートである。It is a sequence chart showing an example of operation | movement until the prefetch information 600 and 601 are accumulate | stored from the request | requirement of a content in 2nd Embodiment. 第2の実施形態においてモバイル端末200がコンテンツの要求を受けた際の動作を示すフローチャートである。10 is a flowchart illustrating an operation when the mobile terminal 200 receives a content request in the second embodiment. 第2の実施形態においてゲートウェイ装置100が行う通信パケットを受信した際の動作を示すフローチャートである。It is a flowchart which shows the operation | movement at the time of receiving the communication packet which the gateway apparatus 100 performs in 2nd Embodiment. 第2の実施形態においてモバイル端末200が通信パケットを受信した際の動作を示すフローチャートである。10 is a flowchart illustrating an operation when the mobile terminal 200 receives a communication packet in the second embodiment. 第2の実施形態における情報取得要求500の一例を示す図である。It is a figure which shows an example of the information acquisition request 500 in 2nd Embodiment. 第2の実施形態における先読み通知700の一例を示す図である。It is a figure which shows an example of the prefetch notification 700 in 2nd Embodiment. 本発明の各実施形態、および、その変形例に係る情報配信システムに適用可能なコンピュータ(情報処理装置)の構成を例示する図である。It is a figure which illustrates the structure of the computer (information processing apparatus) applicable to each embodiment of this invention and the information delivery system which concerns on the modification.
 次に、本発明の実施形態について図面を参照して詳細に説明する。 Next, embodiments of the present invention will be described in detail with reference to the drawings.
 <第1の実施形態>
 図1は、本発明の第1の実施形態に係る情報配信システムにおける通信環境の一例、および構成を示すブロック図である。図1を参照すると、本実施形態に係る情報配信システムは、情報処理装置1、端末装置10、およびサーバ装置20を含む。
<First Embodiment>
FIG. 1 is a block diagram illustrating an example of a communication environment and a configuration in an information distribution system according to the first embodiment of the present invention. Referring to FIG. 1, the information distribution system according to the present embodiment includes an information processing device 1, a terminal device 10, and a server device 20.
 情報処理装置1、端末装置10、およびサーバ装置20は、それぞれインターネットや構内LAN(ローカルエリアネットワーク)等の通信ネットワーク(以下、単にネットワークと称する。)1000を介して通信可能である。サーバ装置20は、要求に応じて情報(コンテンツ)を配信することができる一般的なコンテンツ配信サーバである。サーバ装置20は、複数であってもよい。なお、ネットワーク1000は、1つの通信網でなくてもよい。例えば、情報処理装置1は、端末10が接続するネットワーク1000と、サーバ装置20が接続する別のネットワーク1000とに対して、それぞれ接続している中継装置であってもよい。 The information processing apparatus 1, the terminal apparatus 10, and the server apparatus 20 can communicate with each other via a communication network (hereinafter simply referred to as a network) 1000 such as the Internet or a local area network (LAN). The server device 20 is a general content distribution server that can distribute information (content) in response to a request. There may be a plurality of server devices 20. Note that the network 1000 may not be a single communication network. For example, the information processing device 1 may be a relay device that is connected to the network 1000 to which the terminal 10 is connected and the other network 1000 to which the server device 20 is connected.
 情報処理装置1、端末装置10、およびサーバ装置20は、CPU(Central Processing Unit:図示せず)を用いて実行されるコンピュータ・プログラム(ソフトウェア・プログラム)の制御により動作する一般的な情報処理装置(コンピュータ)によって構成されても良い。または、情報処理装置1、端末装置10、およびサーバ装置20の各部が、専用のハードウェアデバイス、または論理回路によって構成されても良い。なお、この情報処理装置1、端末装置10、およびサーバ装置20をコンピュータによって実現したハードウェア構成例については、図10を参照して後述する。 Information processing apparatus 1, terminal apparatus 10, and server apparatus 20 are general information processing apparatuses that operate under the control of a computer program (software program) that is executed using a CPU (Central Processing Unit: not shown). (Computer) may be used. Alternatively, each unit of the information processing device 1, the terminal device 10, and the server device 20 may be configured by a dedicated hardware device or a logic circuit. A hardware configuration example in which the information processing device 1, the terminal device 10, and the server device 20 are realized by a computer will be described later with reference to FIG.
 情報処理装置1は、通信制御部2、通信転送部3、先読み情報決定部4、先読み通知部5、先読み情報取得部6、および先読み情報転送部7を含む。 The information processing apparatus 1 includes a communication control unit 2, a communication transfer unit 3, a prefetch information determination unit 4, a prefetch notification unit 5, a prefetch information acquisition unit 6, and a prefetch information transfer unit 7.
 通信制御部2は、ネットワーク1000を介して、端末装置10およびサーバ装置20に対する通信を行うことができる。すなわち、情報処理装置1の各部は、通信制御部2を介して、端末装置10およびサーバ装置20に対する通信を実行する。 The communication control unit 2 can communicate with the terminal device 10 and the server device 20 via the network 1000. That is, each unit of the information processing device 1 performs communication with the terminal device 10 and the server device 20 via the communication control unit 2.
 通信転送部3は、コンテンツを配信するサーバ装置20と、サーバ装置20に対してコンテンツを要求する端末装置10との間の通信における通信パケットを中継することができる。 The communication transfer unit 3 can relay a communication packet in communication between the server device 20 that distributes the content and the terminal device 10 that requests the server device 20 for the content.
 先読み情報決定部4は、端末装置10からコンテンツを要求する情報取得要求を受信する。そして、先読み情報決定部4は、受信した情報取得要求に基づいて、後に先読みするコンテンツである先読み情報を、端末装置10に対して送信する際に使用するストリームを決定する。また、先読み情報決定部4は、情報取得要求、および情報取得要求に対してサーバ装置20から受信する応答(以下、「情報取得応答」とも言う)のいずれかに基づいて、先読み情報を決定する。このとき、先読み情報決定部4は、情報取得要求の宛先、または情報取得要求に対する応答の送信元と同じサーバ装置20のコンテンツを先読み情報とする。 The prefetch information determination unit 4 receives an information acquisition request for requesting content from the terminal device 10. Based on the received information acquisition request, the prefetch information determination unit 4 determines a stream to be used when transmitting prefetch information, which is content to be prefetched later, to the terminal device 10. Further, the prefetch information determination unit 4 determines prefetch information based on either the information acquisition request or a response received from the server device 20 in response to the information acquisition request (hereinafter also referred to as “information acquisition response”). . At this time, the prefetch information determination unit 4 uses the content of the server device 20 that is the same as the destination of the information acquisition request or the transmission source of the response to the information acquisition request as the prefetch information.
 さらに、先読み情報決定部4は、決定した先読み情報を端末装置10に対して送信する際の優先度(先読み優先度)を、リアルタイム性の高い情報に対する所定の優先度よりも低い優先度として決定する。リアルタイム性の高い情報とは、例えば、端末装置10から明確な要求として発信された情報取得要求、および、その情報取得要求に対する応答など、即時的な必要性が明確な情報である。また、リアルタイム性の高い情報として、端末装置10におけるコンテンツ配信以外の通信、または他の端末装置による通信を含めてもよい。 Furthermore, the prefetch information determination unit 4 determines the priority (prefetch priority) when transmitting the determined prefetch information to the terminal device 10 as a priority lower than a predetermined priority for information with high real-time characteristics. To do. Information with a high real-time property is information with a clear immediate necessity, for example, an information acquisition request transmitted as a clear request from the terminal device 10 and a response to the information acquisition request. Moreover, you may include communication other than the content delivery in the terminal device 10, or communication by another terminal device as information with high real-time property.
 先読み通知部5は、先読み情報決定部4が決定したストリームを表すストリーム識別子と、先読み情報を表す先読み情報識別子とを含む先読み通知を、端末装置10に対して送信する。 The prefetch notification unit 5 transmits a prefetch notification including a stream identifier representing the stream determined by the prefetch information determination unit 4 and a prefetch information identifier representing the prefetch information to the terminal device 10.
 先読み情報取得部6は、各先読み情報をサーバ装置20から取得することができる。 The prefetch information acquisition unit 6 can acquire each prefetch information from the server device 20.
 先読み情報転送部7は、先読み通知において通知したストリーム識別子に対応するストリームを介して、先読み情報取得部6が取得した先読み情報を、先読み優先度で端末装置10に対して送信する。 The prefetch information transfer unit 7 transmits the prefetch information acquired by the prefetch information acquisition unit 6 to the terminal device 10 with the prefetch priority via the stream corresponding to the stream identifier notified in the prefetch notification.
 端末装置10は、通信制御部11、情報要求部12、先読み情報蓄積部13、および記憶装置14を含む。記憶装置14は、先読み蓄積情報15を記憶することができる。 The terminal device 10 includes a communication control unit 11, an information request unit 12, a prefetch information storage unit 13, and a storage device 14. The storage device 14 can store the prefetch accumulation information 15.
 先読み蓄積情報15は、少なくとも情報処理装置1から受信した先読み情報を含む情報である。先読み蓄積情報15は、先読み情報蓄積部13によって生成される。 The prefetch storage information 15 is information including at least prefetch information received from the information processing apparatus 1. The prefetch storage information 15 is generated by the prefetch information storage unit 13.
 通信制御部11は、ネットワーク1000を介して、情報処理装置1に対する通信を行うことができる。すなわち、端末装置10の各部は、通信制御部2を介して、情報処理装置1に対する通信を実行する。 The communication control unit 11 can communicate with the information processing apparatus 1 via the network 1000. That is, each unit of the terminal device 10 performs communication with the information processing device 1 via the communication control unit 2.
 情報要求部12は、サーバ装置20に対してコンテンツを要求する情報取得要求を、情報処理装置1に対して送信することができる。また、情報要求部12は、情報処理装置1から情報取得要求に対するコンテンツを含む応答を受信することができる。ただし、情報要求部12は、新たなコンテンツが必要になった際、そのコンテンツが先読み蓄積情報15として蓄積されていた場合は、情報取得要求を送信せずに、先読み蓄積情報15からそのコンテンツを読み出す。情報要求部12は、受信した応答、または先読み蓄積情報15から得たコンテンツを、コンテンツを要求した図示しないユーザなどに出力することができる。 The information request unit 12 can transmit an information acquisition request for requesting content from the server device 20 to the information processing device 1. In addition, the information request unit 12 can receive a response including content to the information acquisition request from the information processing apparatus 1. However, when new content is needed, if the content is stored as pre-read storage information 15, the information request unit 12 sends the content from the pre-read storage information 15 without transmitting an information acquisition request. read out. The information request unit 12 can output the received response or the content obtained from the prefetch storage information 15 to a user (not shown) who requested the content.
 先読み情報蓄積部13は、情報処理装置1から先読み通知を受信する。さらに、先読み情報蓄積部13は、受信した先読み通知に基づいて先読み情報を受信し、少なくとも受信した先読み情報を含む先読み蓄積情報15を保存する。 The prefetch information storage unit 13 receives a prefetch notification from the information processing apparatus 1. Furthermore, the prefetch information storage unit 13 receives prefetch information based on the received prefetch notification, and stores the prefetch storage information 15 including at least the received prefetch information.
 記憶装置14は、例えば、半導体メモリ装置やディスク装置により実現される。 The storage device 14 is realized by, for example, a semiconductor memory device or a disk device.
 上述した動作の結果、端末装置10は、情報取得要求の宛先であるサーバ装置20のコンテンツから選ばれた先読み情報を受け取る(プッシュされる)ことができる。その結果として、端末装置10は、端末装置10のユーザが明確に認識していないサーバのコンテンツをプッシュされる心配なく、コンテンツの先読みを利用することができる。また、端末装置10が複数のサーバ装置20に対して同時並行的に情報取得要求を送信した場合、各情報取得要求に対する各応答は、いずれのサーバ装置20から得た先読み情報よりも、高い優先度で端末装置10に対して転送される。したがって、端末装置10は、先読み情報の転送に影響されることなく、複数のサーバ装置20による情報配信を受けることができる。 As a result of the above-described operation, the terminal device 10 can receive (push) prefetched information selected from the content of the server device 20 that is the destination of the information acquisition request. As a result, the terminal device 10 can use prefetching of content without worrying that the content of the server that is not clearly recognized by the user of the terminal device 10 is pushed. In addition, when the terminal device 10 transmits information acquisition requests to a plurality of server devices 20 in parallel, each response to each information acquisition request has higher priority than prefetched information obtained from any server device 20 Is transferred to the terminal device 10 at a time. Therefore, the terminal device 10 can receive information distribution by the plurality of server devices 20 without being affected by the transfer of the prefetch information.
 このように、本実施形態によれば、先読み情報を、リアルタイム性の高い情報に対する所定の優先度より低い優先度で、端末装置10に対して送信することができる。すなわち、本実施形態は、所定の優先度をリアルタイム性が高いデータの通信に対する優先度とすれば、リアルタイム性が高いデータよりも低い優先度で先読み情報を配信できる。リアルタイム性が高いデータとは、例えば、情報取得要求に対して応答されるコンテンツのように、ユーザの操作に応じて要求された情報などが該当する。 Thus, according to the present embodiment, the prefetch information can be transmitted to the terminal device 10 with a priority lower than a predetermined priority for information with high real-time characteristics. That is, in the present embodiment, if the predetermined priority is a priority for data communication with high real-time property, the prefetch information can be distributed with a lower priority than data with high real-time property. The data having high real-time property corresponds to information requested in response to a user operation, such as content responding to an information acquisition request.
 以上説明したように、本実施形態には、リアルタイム性が高いデータの通信に与える影響を低減しつつ、先読み情報を配信する情報処理装置を提供することができるという効果がある。 As described above, this embodiment has an effect that it is possible to provide an information processing apparatus that distributes prefetched information while reducing the influence on data communication with high real-time characteristics.
 その理由は、情報処理装置1の先読み情報決定部4が、先読み情報の優先度を、所定の優先度より低い優先度にすることができるからである。そして、先読み情報転送部7が、その所定の優先度より低く設定された優先度で、先読み情報を端末装置10に対して送信するからである。 This is because the prefetch information determination unit 4 of the information processing apparatus 1 can set the priority of the prefetch information to a priority lower than a predetermined priority. This is because the prefetch information transfer unit 7 transmits the prefetch information to the terminal device 10 with a priority set lower than the predetermined priority.
 また、本実施形態には、端末装置10に対して安全に先読み情報を提供することができるという効果がある。すなわち、端末装置10は、先読み通知に基づいて、予告された先読み情報だけを受け取ることができる。例えば、端末装置10は、先読み通知で予告された先読み情報以外の情報、および予告されたストリーム以外を介した先読み情報を受信拒否することが可能である。端末装置10は、先読み情報が情報取得要求の宛先または応答の送信元として認識しているサーバ装置20の範囲で、コンテンツを先読みすることができる。 Also, this embodiment has an effect that the prefetch information can be safely provided to the terminal device 10. That is, the terminal device 10 can receive only the prefetched information that has been notified in advance based on the prefetch notification. For example, the terminal device 10 can refuse to receive information other than the pre-read information notified in advance by the pre-read notification and the pre-read information via other than the pre-announced stream. The terminal device 10 can prefetch content in the range of the server device 20 whose prefetch information is recognized as a destination of an information acquisition request or a transmission source of a response.
 その理由は、情報処理装置1の先読み情報決定部4が、情報取得要求の宛先または応答の送信元と同じサーバ装置20のコンテンツを、先読み情報として選択するからである。
そして、先読み通知部5が、先読み通知によって、後に先読み情報として送信する先読み情報と、先読み情報を送信するストリームとを、先読み通知によって予告するからである。
This is because the prefetch information determination unit 4 of the information processing apparatus 1 selects the same content of the server device 20 as the destination of the information acquisition request or the transmission source of the response as the prefetch information.
This is because the prefetch notification unit 5 uses the prefetch notification to foresee the prefetch information to be transmitted later as prefetch information and the stream to which the prefetch information is transmitted.
 また、本実施形態には、一般的なコンテンツ配信サーバであるサーバ装置20に対して、先読み技術を提供できるという効果もある。 In addition, this embodiment also has an effect that a prefetching technique can be provided to the server device 20 which is a general content distribution server.
 その理由は、情報処理装置1が、サーバ装置20には特別な機能を実装することなく、先読み情報の決定、先読み通知、先読み情報の取得および転送を行うからである。 The reason is that the information processing apparatus 1 determines prefetch information, notifies prefetch information, acquires and transfers prefetch information without implementing any special function in the server device 20.
 なお、本実施形態の変形例としては、以下のようなものが考えられる。 In addition, the following can be considered as a modification of this embodiment.
 例えば、先読み情報決定部4が決定する先読み情報は、複数であってもよい。この場合、先読み情報決定部4は、先読み情報を送信する際の優先度を、先読み情報ごとに決定してもよい。先読み通知部5は、先読み通知を、先読み情報識別子ごとに個別の通知として送ってもよい。または、先読み通知部5は、先読み通知を、各先読み情報識別子を含む1つの通知として送ってもよい。 For example, the prefetch information determined by the prefetch information determination unit 4 may be plural. In this case, the prefetch information determination unit 4 may determine the priority for transmitting the prefetch information for each prefetch information. The prefetch notification unit 5 may send the prefetch notification as an individual notification for each prefetch information identifier. Alternatively, the prefetch notification unit 5 may send the prefetch notification as one notification including each prefetch information identifier.
 <第2の実施形態>
 次に、上述した第1の実施形態を基本とする第2の実施形態について説明する。以下では、第2の実施形態に係る特徴的な部分を中心に説明し、第1の実施形態と同様な構成を有する第2の実施形態の構成要素には、第1の実施形態で付した参照符号と同一の参照符号を付し、その構成要素について重複する詳細な説明は省略する。
<Second Embodiment>
Next, a second embodiment based on the above-described first embodiment will be described. In the following, the characteristic part according to the second embodiment will be mainly described, and the components of the second embodiment having the same configuration as the first embodiment are attached in the first embodiment. The same reference numerals as those of the reference numerals are attached, and the detailed description of the constituent elements is omitted.
 まず、図2を参照して、以下に本実施形態の構成を説明する。図2は、本発明の第2の実施形態に係る情報配信システムにおける通信環境の一例を示す構成図である。図2を参照すると、本実施形態は、ゲートウェイ装置(情報処理装置)100、モバイル端末(端末装置)200、サーバ装置300、および基地局400を含む。 First, the configuration of the present embodiment will be described below with reference to FIG. FIG. 2 is a configuration diagram illustrating an example of a communication environment in the information distribution system according to the second embodiment of the present invention. Referring to FIG. 2, the present embodiment includes a gateway device (information processing device) 100, a mobile terminal (terminal device) 200, a server device 300, and a base station 400.
 本実施形態は、一実施態様として、モバイル通信ネットワークに本発明を適用した場合を説明する。本実施形態では、基地局400が、無線通信が可能なモバイル端末200とゲートウェイ装置100との間を接続する。本実施形態に係る情報配信システムは、それぞれ複数のモバイル端末200およびサーバ装置300を含むことができる。以下では、そのような情報配信システムにおいて動作する1対のモバイル端末200およびサーバ装置300を一例として、本実施形態の構成および動作を説明する。 In the present embodiment, as an embodiment, a case where the present invention is applied to a mobile communication network will be described. In this embodiment, the base station 400 connects between the mobile terminal 200 capable of wireless communication and the gateway device 100. The information distribution system according to the present embodiment can include a plurality of mobile terminals 200 and server devices 300, respectively. Hereinafter, the configuration and operation of the present embodiment will be described by taking a pair of mobile terminal 200 and server device 300 operating in such an information distribution system as an example.
 また、本実施形態では、コンテンツの要求および配信における通信プロトコルの一例として、HTTP/2.0を採用する。コンテンツの所在(宛先)は、コンテンツを持つサーバ装置300のホスト名およびコンテンツのパスに関する情報を含むURL(Uniform Resource Locator)によって表される。すなわち、本実施形態における先読み情報は、URLによって識別される。以下の説明においては、「先読み情報識別子」を「先読みURL」と言う。 In this embodiment, HTTP / 2.0 is adopted as an example of a communication protocol for requesting and distributing content. The location (destination) of the content is represented by a URL (Uniform Resource Locator) including information regarding the host name of the server device 300 having the content and the content path. That is, the prefetch information in this embodiment is identified by the URL. In the following description, “prefetch information identifier” is referred to as “prefetch URL”.
 ゲートウェイ装置100、サーバ装置300、および基地局400は、それぞれインターネットや構内LAN等のネットワーク1000を介して通信可能である。なお、サーバ装置300と基地局400とは、互いに通信可能ではなくても構わない。モバイル端末(端末装置)200および基地局400は、無線通信によって通信可能である。モバイル端末200は、基地局400、およびゲートウェイ100を介して、サーバ装置300と通信可能である。ゲートウェイ装置100と基地局400とが、同一の装置において実装されてもよい。 The gateway device 100, the server device 300, and the base station 400 can communicate with each other via a network 1000 such as the Internet or a local area LAN. Note that the server device 300 and the base station 400 may not be able to communicate with each other. The mobile terminal (terminal device) 200 and the base station 400 can communicate by wireless communication. The mobile terminal 200 can communicate with the server device 300 via the base station 400 and the gateway 100. Gateway device 100 and base station 400 may be implemented in the same device.
 基地局400は、電波の到達範囲に応じて、複数配置されてもよい。また、モバイル端末200が複数の基地局400から電波を受けることができる場合、モバイル端末200は、電波の品質(電波品質)が良い基地局400に自動的に接続される。ゲートウェイ装置100は、ネットワーク1000を介して、各基地局400とそれぞれ通信可能である。 A plurality of base stations 400 may be arranged according to the reach of radio waves. When mobile terminal 200 can receive radio waves from a plurality of base stations 400, mobile terminal 200 is automatically connected to base station 400 having good radio wave quality (radio wave quality). The gateway device 100 can communicate with each base station 400 via the network 1000.
 ゲートウェイ装置100、モバイル端末(端末装置)200、サーバ装置300、および基地局400は、CPU(図示せず)を用いて実行されるコンピュータ・プログラム(ソフトウェア・プログラム)の制御により動作する一般的な情報処理装置(コンピュータ)によって構成されても良い。または、ゲートウェイ装置100、モバイル端末(端末装置)200、サーバ装置300、および基地局400の各部が、専用のハードウェアデバイス、または論理回路によって構成されても良い。なお、このゲートウェイ装置100、モバイル端末(端末装置)200、サーバ装置300、および基地局400をコンピュータによって実現したハードウェア構成例については、図10を参照して後述する。 The gateway device 100, the mobile terminal (terminal device) 200, the server device 300, and the base station 400 are generally operated by control of a computer program (software program) executed using a CPU (not shown). An information processing apparatus (computer) may be used. Alternatively, each unit of the gateway device 100, the mobile terminal (terminal device) 200, the server device 300, and the base station 400 may be configured by a dedicated hardware device or a logic circuit. A hardware configuration example in which the gateway device 100, the mobile terminal (terminal device) 200, the server device 300, and the base station 400 are realized by a computer will be described later with reference to FIG.
 本実施形態におけるサーバ装置300は、第1の実施形態におけるサーバ装置20に対応する。サーバ装置300は、画像、テキスト、および動画などの図示しないコンテンツを含む。サーバ装置300は、モバイル端末200のアプリケーション201から要求されたコンテンツを、HTTPプロトコルに則した応答(「情報取得応答」とも言う)に含めて返信する。モバイル端末200のアプリケーション201の説明は後述する。 The server device 300 in the present embodiment corresponds to the server device 20 in the first embodiment. The server device 300 includes contents (not shown) such as images, texts, and moving images. The server device 300 returns the content requested by the application 201 of the mobile terminal 200 in a response (also referred to as “information acquisition response”) in accordance with the HTTP protocol. The description of the application 201 of the mobile terminal 200 will be described later.
 基地局400は、ゲートウェイ装置100から受け取った通信パケットを、指定された優先度に応じてモバイル端末200に対する無線通信として送信することができる。また、基地局400は、モバイル端末200から無線通信を介して受け取った情報を、通信パケットとしてゲートウェイ装置100に対して送信することができる。 The base station 400 can transmit the communication packet received from the gateway device 100 as wireless communication to the mobile terminal 200 according to the designated priority. Further, the base station 400 can transmit information received from the mobile terminal 200 via wireless communication to the gateway apparatus 100 as a communication packet.
 本実施形態におけるゲートウェイ装置100は、第1の実施形態における情報処理装置1を基本とする。ゲートウェイ装置100は、通信制御部2、通信転送部3、先読み情報決定部4、先読み通知部5、先読み情報取得部6、先読み情報転送部7、および記憶装置103を含む。記憶装置103は、設定情報104と履歴情報105とを含む。通信制御部2、通信転送部3、先読み情報決定部4、先読み通知部5、先読み情報取得部6、および先読み情報転送部7は、それぞれ第1の実施形態を基本とする。 The gateway apparatus 100 in the present embodiment is based on the information processing apparatus 1 in the first embodiment. The gateway device 100 includes a communication control unit 2, a communication transfer unit 3, a prefetch information determination unit 4, a prefetch notification unit 5, a prefetch information acquisition unit 6, a prefetch information transfer unit 7, and a storage device 103. The storage device 103 includes setting information 104 and history information 105. The communication control unit 2, the communication transfer unit 3, the prefetch information determination unit 4, the prefetch notification unit 5, the prefetch information acquisition unit 6, and the prefetch information transfer unit 7 are each based on the first embodiment.
 以下では、通信制御部2、通信転送部3、先読み情報決定部4、先読み通知部5、先読み情報取得部6、および先読み情報転送部7における、第1の実施形態と異なる点を中心に説明する。 Below, it demonstrates centering on a different point from 1st Embodiment in the communication control part 2, the communication transfer part 3, the prefetch information determination part 4, the prefetch notification part 5, the prefetch information acquisition part 6, and the prefetch information transfer part 7. To do.
 本実施形態における通信制御部2、通信転送部3、先読み情報転送部7は、通信プロトコルに基づく制御、およびモバイル通信に必要な制御を行うことができる。例えば、通信制御部2、通信転送部3、先読み情報転送部7は、HTTPを含む通信プロトコル制御によってURLを解析することにより、転送先のサーバ装置300およびモバイル端末200を決定することができる。また、通信制御部2は、モバイル端末200が接続されている基地局400の情報を管理する。そして通信制御部2は、その管理している情報に基づいて、モバイル端末200に対する通信の際、適切な基地局400に対して通信パケットの転送を行うことができる。基地局400を介したゲートウェイ装置100とモバイル端末200との間の通信における制御の方法は、一般的なモバイル通信の方法を採用することができるので、詳細な説明は省略する。 The communication control unit 2, the communication transfer unit 3, and the prefetch information transfer unit 7 in the present embodiment can perform control based on the communication protocol and control necessary for mobile communication. For example, the communication control unit 2, the communication transfer unit 3, and the prefetch information transfer unit 7 can determine the transfer destination server device 300 and the mobile terminal 200 by analyzing the URL by communication protocol control including HTTP. Further, the communication control unit 2 manages information on the base station 400 to which the mobile terminal 200 is connected. The communication control unit 2 can transfer a communication packet to an appropriate base station 400 when communicating with the mobile terminal 200 based on the managed information. Since a general mobile communication method can be adopted as a control method in communication between the gateway apparatus 100 and the mobile terminal 200 via the base station 400, detailed description is omitted.
 また、本実施形態における先読み情報決定部4は、先読み情報の決定方法の一例として、要求時先読み情報決定部101と応答時先読み情報決定部102とを含む点が、第1の実施形態と異なる。要求時先読み情報決定部101は、「情報取得要求を対象とする先読み情報決定部101」とも言える。また応答時先読み情報決定部102は、「取得した情報(コンテンツ)を対象とする先読み情報決定部102」とも言える。すなわち、本実施形態では、先読み情報決定部4は、異なる方法で先読み情報の決定を行う複数の先読み情報の決定方法を含む。そして、先読み情報決定部4は、各先読み情報を決定した方法に応じて、先読み優先度を決定することができる。なお、先読み情報決定部4は、複数の先読み情報の決定方法の一部として、要求時先読み情報決定部101、または応答時先読み情報決定部102のどちらか一方を含んでいてもよい。また、先読み情報決定部4は、要求時先読み情報決定部101、および応答時先読み情報決定部102以外の先読み情報の決定方法を含んでいてもよい。 The prefetch information determination unit 4 in this embodiment is different from the first embodiment in that it includes a request prefetch information determination unit 101 and a response prefetch information determination unit 102 as an example of a prefetch information determination method. . The on-request prefetch information determination unit 101 can also be said to be a “prefetch information determination unit 101 for an information acquisition request”. The response prefetch information determination unit 102 can also be said to be a “prefetch information determination unit 102 for the acquired information (content)”. In other words, in the present embodiment, the prefetch information determination unit 4 includes a plurality of prefetch information determination methods for determining prefetch information using different methods. And the prefetch information determination part 4 can determine prefetch priority according to the method which determined each prefetch information. Note that the prefetch information determination unit 4 may include either the request prefetch information determination unit 101 or the response prefetch information determination unit 102 as a part of a plurality of prefetch information determination methods. The prefetch information determination unit 4 may include a prefetch information determination method other than the request prefetch information determination unit 101 and the response prefetch information determination unit 102.
 要求時先読み情報決定部101は、モバイル端末200から受信する情報取得要求に対して第1の実施形態における先読み情報決定部4を基本とした各処理を実行する。本実施形態では、先読みURLを決定する際、要求時先読み情報決定部101は、情報取得要求に含まれるURLに対し、少なくとも、設定情報104または履歴情報105に基づいて先読み情報(先読みURL)を決定することができる。また、先読みURLに対する優先度(先読み優先度)を決定する際、要求時先読み情報決定部101は、先読みURLを決定した方法(設定情報104または履歴情報105のいずれに基づいて決定されたか)に応じて定められた優先度を決定する。 The request prefetch information determination unit 101 executes each process based on the prefetch information determination unit 4 in the first embodiment in response to an information acquisition request received from the mobile terminal 200. In this embodiment, when determining the prefetch URL, the prefetch information determination unit 101 at the time of request determines prefetch information (prefetch URL) based on at least the setting information 104 or the history information 105 with respect to the URL included in the information acquisition request. Can be determined. Further, when determining the priority (prefetch priority) for the prefetch URL, the request prefetch information determination unit 101 uses the method of determining the prefetch URL (whether the prefetch URL is determined based on the setting information 104 or the history information 105). The priority determined accordingly is determined.
 設定情報104は、特定のURLに対して、後に取得される可能性が高いURL(先読みURL)が記述された情報である。1つのURLに対して複数の設定情報104が記述されていてもよい。なお、設定情報104に記述される先読みURLは、対応するURLと同じサーバ装置300の他のコンテンツに対するURLであることを前提とする。本実施形態では、一例として、設定情報104は、あらかじめ記憶装置103に保存される。 The setting information 104 is information in which a URL (prefetch URL) that is likely to be acquired later is described for a specific URL. A plurality of setting information 104 may be described for one URL. It is assumed that the prefetch URL described in the setting information 104 is a URL for other contents of the same server device 300 as the corresponding URL. In the present embodiment, as an example, the setting information 104 is stored in the storage device 103 in advance.
 履歴情報105は、モバイル端末200が過去にサーバ装置300から取得したコンテンツのURLが記録された履歴を含む情報である。履歴情報105は、通信転送部3または図示しない機能部によって、モバイル端末200に関連する通信パケットを転送する都度、更新されてもよい。 The history information 105 is information including a history in which URLs of contents acquired by the mobile terminal 200 from the server device 300 in the past are recorded. The history information 105 may be updated each time a communication packet related to the mobile terminal 200 is transferred by the communication transfer unit 3 or a function unit (not shown).
 応答時先読み情報決定部102は、サーバ装置300から受信するコンテンツを含む応答(情報要求応答)に対して、第1の実施形態における先読み情報決定部4を基本とした各処理を実行する。本実施形態では、先読みURLを決定する際、応答時先読み情報決定部102は、応答に含まれるコンテンツに基づいて、応答の送信元と同じサーバ装置300のコンテンツを先読みURLとして決定する。また、先読みURLに対する優先度を決定する際、応答時先読み情報決定部102は、先読みURLを決定した方法(すなわち、応答に基づいて決定する方法)に応じて定められた優先度を決定する。 The response prefetch information determination unit 102 executes each process based on the prefetch information determination unit 4 in the first embodiment in response to a response (information request response) including content received from the server device 300. In this embodiment, when the prefetch URL is determined, the response prefetch information determination unit 102 determines the content of the same server device 300 as the response transmission source as the prefetch URL based on the content included in the response. Further, when determining the priority for the prefetch URL, the response prefetch information determination unit 102 determines the priority determined according to the method for determining the prefetch URL (that is, the method for determining based on the response).
 上述した点以外の要求時先読み情報決定部101、および応答時先読み情報決定部102の構造と機能は、第1の実施形態における先読み情報決定部4と同様であるので、重複する詳細な説明は省略する。 Since the structures and functions of the request prefetch information determination unit 101 and the response prefetch information determination unit 102 other than the points described above are the same as those of the prefetch information determination unit 4 in the first embodiment, a detailed description will be omitted. Omitted.
 また、本実施形態では、一例として、通信パケットの転送における優先度制御は、ゲートウェイ装置100からモバイル端末200に対して行われる通信に対して実施される。
本実施形態の通信制御部2は、基地局400と取り決めたプロトコルに従って優先度を付けた通信パケットを、基地局400に対して送信することができる。
In the present embodiment, as an example, priority control in the transfer of communication packets is performed for communication performed from the gateway device 100 to the mobile terminal 200.
The communication control unit 2 of the present embodiment can transmit a communication packet with a priority according to a protocol negotiated with the base station 400 to the base station 400.
 例えば、先読み情報転送部7は、先読み情報を送信する際に、通信制御部2に対して、先読み優先度を指定して基地局400に対する送信を依頼する。そして、通信制御部2が、基地局400と取り決めたプロトコルに従って、先読み優先度に対応する優先度を指定する情報を、送信する通信パケットに追加してもよい。このような通信パケットを受信した基地局400は、モバイル端末200に送信する際、指定された先読み優先度に基づいて、モバイル端末200に対する無線通信のスケジューリングを行う。 For example, the prefetch information transfer unit 7 requests the communication control unit 2 to transmit to the base station 400 by specifying the prefetch priority when transmitting the prefetch information. And the communication control part 2 may add the information which designates the priority corresponding to a prefetch priority according to the protocol negotiated with the base station 400 to the communication packet to transmit. The base station 400 that has received such a communication packet performs radio communication scheduling for the mobile terminal 200 based on the designated prefetch priority when transmitting to the mobile terminal 200.
 通信制御部2は、以下のように、優先度を指定した通信パケットを基地局400に対して送信する。例えば、モバイル端末200とゲートウェイ装置100との間に設定された優先度付きベアラが複数ある場合、通信制御部2は、通信パケットの優先順位と同様の順位となるようにベアラの優先度に応じて、通信パケットを送信するベアラを決定してもよい。または、基地局400とゲートウェイ装置100との間の通信において、優先度を設定できるプロトコルが利用されている場合、通信制御部2は、そのプロトコルに則った優先度を通信パケットに付けて、基地局400に対して送信してもよい。基地局400が、モバイル端末200に対して、優先度に基づいて通信パケットの送信を行う方法は、一般的な優先度制御の方法を採用することができるので、詳細な説明は省略する。 The communication control unit 2 transmits a communication packet designating a priority to the base station 400 as follows. For example, when there are a plurality of prioritized bearers set between the mobile terminal 200 and the gateway device 100, the communication control unit 2 responds to the priority of the bearer so that the priority is the same as the priority of the communication packet. The bearer that transmits the communication packet may be determined. Alternatively, in the communication between the base station 400 and the gateway device 100, when a protocol capable of setting the priority is used, the communication control unit 2 attaches a priority according to the protocol to the communication packet, and It may be transmitted to the station 400. Since the base station 400 can transmit a communication packet to the mobile terminal 200 based on the priority, a general priority control method can be adopted, and thus detailed description thereof is omitted.
 なお、通信パケットの転送における優先度制御は、本実施形態の方法に限定されない。
例えば、ゲートウェイ装置100から、サーバ装置300などの他の装置に対する通信においても、同様に実施することは可能である。
Note that priority control in the transfer of communication packets is not limited to the method of this embodiment.
For example, the communication can be similarly performed from the gateway device 100 to other devices such as the server device 300.
 上述した点以外、通信制御部2、通信転送部3、先読み情報決定部4、先読み通知部5、先読み情報取得部6、および先読み情報転送部7の構造および機能は、第1の実施形態と同様であるので、重複する詳細な説明は省略する。 Except for the points described above, the structures and functions of the communication control unit 2, the communication transfer unit 3, the prefetch information determination unit 4, the prefetch notification unit 5, the prefetch information acquisition unit 6, and the prefetch information transfer unit 7 are the same as those in the first embodiment. Since these are the same, the detailed description which overlaps is omitted.
 本実施形態におけるモバイル端末200は、第1の実施形態における端末装置10を基本とする。モバイル端末200は、アプリケーション201、通信制御部11、情報要求部12、先読み情報蓄積部13、および記憶装置14を含む。記憶装置14は、先読み蓄積情報15を記憶することができる。本実施形態における通信制御部11、情報要求部12、先読み情報蓄積部13、記憶装置14、および先読み蓄積情報15は、第1の実施形態を基本とする。本実施形態におけるモバイル端末200は、アプリケーション201を含む点が第1の実施形態と異なる。 The mobile terminal 200 in the present embodiment is based on the terminal device 10 in the first embodiment. The mobile terminal 200 includes an application 201, a communication control unit 11, an information request unit 12, a prefetch information storage unit 13, and a storage device 14. The storage device 14 can store the prefetch accumulation information 15. The communication control unit 11, the information request unit 12, the prefetch information storage unit 13, the storage device 14, and the prefetch storage information 15 in this embodiment are based on the first embodiment. The mobile terminal 200 according to the present embodiment is different from the first embodiment in that the mobile terminal 200 includes an application 201.
 アプリケーション201は、ユーザに対して任意のサービスを提供する端末アプリケーションである。アプリケーション201は、ユーザの求めに応じて、サーバ装置300にて動作する図示しないサーバアプリケーションに対してコンテンツを要求することができる。アプリケーション201は、サーバ装置300に対するコンテンツの要求を、情報要求部12に対して出力する。すなわち、本実施形態における情報要求部12は、アプリケーション201からコンテンツの要求を受けることにより動作を開始する。そして、情報要求部12は、取得したコンテンツをアプリケーション201に対して出力する。 Application 201 is a terminal application that provides an arbitrary service to a user. The application 201 can request content from a server application (not shown) operating on the server device 300 in response to a user request. The application 201 outputs a content request to the server device 300 to the information request unit 12. In other words, the information request unit 12 in this embodiment starts the operation upon receiving a content request from the application 201. Then, the information request unit 12 outputs the acquired content to the application 201.
 上述した点以外の通信制御部11、情報要求部12、先読み情報蓄積部13、記憶装置14、および先読み蓄積情報15の構造と機能は、第1の実施形態と同様であるので、重複する詳細な説明は省略する。 Since the structures and functions of the communication control unit 11, the information request unit 12, the prefetch information storage unit 13, the storage device 14, and the prefetch storage information 15 other than those described above are the same as those in the first embodiment, overlapping details The detailed explanation is omitted.
 次に、上述した構成を備える本実施形態の動作について詳細に説明する。 Next, the operation of the present embodiment having the above-described configuration will be described in detail.
 まず、以下では、モバイル端末200、ゲートウェイ装置100、およびサーバ装置300の間の通信は、HTTP/2.0プロトコルにおけるサーバプッシュ機能の利用を前提として説明する。HTTP/2.0におけるサーバプッシュ機能とは、サーバが端末からHTTPリクエスト(情報取得要求)を受信した際に、サーバが新規に作成するストリームを通して、まだ要求されていないコンテンツ(先読み情報)を端末にあらかじめ送信する方法である。なお、HTTP/2.0のサーバプッシュ機能には、先読みするコンテンツを選ぶ方法は含まれていない。HTTP/2.0に対応する端末は、サーバから先読みされたコンテンツをURLに対応付けて蓄積しておき、次に端末がそのURLに対するHTTPリクエストを発行する代わりに、その蓄積したコンテンツを読み込むことが定められている。 First, the communication between the mobile terminal 200, the gateway device 100, and the server device 300 will be described below on the assumption that the server push function is used in the HTTP / 2.0 protocol. The server push function in HTTP / 2.0 means that when a server receives an HTTP request (information acquisition request) from a terminal, content (prefetched information) that has not been requested yet is transmitted through a stream newly created by the server. It is a method of transmitting in advance. Note that the HTTP / 2.0 server push function does not include a method of selecting prefetched content. The terminal corresponding to HTTP / 2.0 stores the content pre-read from the server in association with the URL, and then reads the stored content instead of the terminal issuing an HTTP request for the URL. Is stipulated.
 また、HTTP/2.0のサーバプッシュ機能は、セキュリティの観点から、背景技術欄において上述したような通信規定が定められている。 Also, the HTTP / 2.0 server push function has the communication rules as described above in the background section from the viewpoint of security.
 以上が、本実施形態が前提とするHTTP/2.0のサーバプッシュ機能である。本実施形態におけるモバイル端末200、ゲートウェイ装置100、およびサーバ装置300は、このようなHTTP/2.0のサーバプッシュ機能の規定に則って、通信を行うことが可能である前提とする。 The above is the HTTP / 2.0 server push function assumed in the present embodiment. It is assumed that the mobile terminal 200, the gateway device 100, and the server device 300 according to the present embodiment can perform communication in accordance with the rules of the HTTP / 2.0 server push function.
 ただし、本実施形態は、サーバ装置300からデータのプリフェッチ(コンテンツの先読み)機能を実装したプロトコルであれば、HTTP/2.0プロトコルに限定されない。 However, the present embodiment is not limited to the HTTP / 2.0 protocol as long as it is a protocol that implements a data prefetch (content prefetching) function from the server device 300.
 また、上述した通り、通信パケットの転送における優先度は、先読みURLを決定した方法に応じて、各先読みURLに対して決定される。さらに、第1の実施形態と同様に、先読みするコンテンツの優先度は、リアルタイム性が高い情報(すなわち、応答)より低くなるように決定される。以下の説明では、一例として、情報取得要求に対する応答の優先度(第1の実施形態における「所定の優先度」)は、最も高いことを示す値である「0」とする。情報取得要求に含まれるURLに対し、設定情報104に基づいて決定された先読みURLの優先度は、次に高い「1」とする。応答に含まれるコンテンツに基づいて決定された先読みURLの優先度は、「2」とする。情報取得要求に含まれるURLに対し、履歴情報105に基づいて決定された先読みURLの優先度は、「3」とする。本実施形態では、一例として、優先度の値が小さい方が、優先的に送信されること(高い優先度)を表す。 Also, as described above, the priority in transferring the communication packet is determined for each prefetch URL according to the method for determining the prefetch URL. Further, as in the first embodiment, the priority of the prefetched content is determined so as to be lower than information with high real-time property (that is, response). In the following description, as an example, the priority of the response to the information acquisition request (“predetermined priority” in the first embodiment) is “0”, which is a value indicating the highest. For the URL included in the information acquisition request, the priority of the prefetch URL determined based on the setting information 104 is “1”, which is the next highest. The priority of the prefetch URL determined based on the content included in the response is “2”. The priority of the prefetch URL determined based on the history information 105 with respect to the URL included in the information acquisition request is “3”. In the present embodiment, as an example, a smaller priority value indicates that transmission is performed with higher priority (higher priority).
 また、以下の動作の開始時点で、基地局400は、既にモバイル端末200を管理している前提とする。すなわち、モバイル端末200、基地局400、およびゲートウェイ装置100の間には、ベアラと呼ばれる仮想的な通信コネクションが形成されていることを前提とする。また、モバイル端末200、基地局400、ゲートウェイ装置100、およびサーバ装置300が通信する際には、適切な接続が、TCP/IPの規定にしたがった仕組みによって確立されることを前提とする。また、以下の動作の開始時点では、モバイル端末200は、先読み蓄積情報15を何も記憶していないことを前提とする。 Further, it is assumed that the base station 400 has already managed the mobile terminal 200 at the start of the following operation. That is, it is assumed that a virtual communication connection called a bearer is formed between the mobile terminal 200, the base station 400, and the gateway device 100. In addition, when the mobile terminal 200, the base station 400, the gateway device 100, and the server device 300 communicate with each other, it is assumed that an appropriate connection is established by a mechanism according to the TCP / IP rules. Also, it is assumed that the mobile terminal 200 does not store any prefetch storage information 15 at the start of the following operation.
 図3は、第2の実施形態においてコンテンツの要求から先読み情報600が蓄積されるまでの動作の一例を表すシーケンスチャートである。図4は、第2の実施形態においてコンテンツの要求から先読み情報600および601が蓄積されるまでの動作の一例を表すシーケンスチャートである。図3を参照すると、まず、モバイル端末200のアプリケーション201が、例えば、ユーザの操作によって、情報要求部12に対して、サーバ装置300にあるコンテンツを要求する。情報要求部12は、アプリケーション201から、コンテンツの要求を受け付ける(ステップA10)。要求されるコンテンツは、URLによって表される。 FIG. 3 is a sequence chart showing an example of an operation from a request for content to accumulation of prefetch information 600 in the second embodiment. FIG. 4 is a sequence chart showing an example of an operation from content request to prefetch information 600 and 601 accumulation in the second embodiment. Referring to FIG. 3, first, the application 201 of the mobile terminal 200 requests content in the server device 300 from the information requesting unit 12, for example, by a user operation. The information request unit 12 receives a content request from the application 201 (step A10). The requested content is represented by a URL.
 モバイル端末200がコンテンツの要求を受け付けた際の詳細な動作は、図3に加えて、図5も参照して説明する。図5は、第2の実施形態においてモバイル端末200がコンテンツの要求を受けた際の動作を示すフローチャートである。図5を参照すると、情報要求部12が、コンテンツの要求を受け付ける(ステップA100、および図3のステップA10)と、要求されたコンテンツが蓄積されているかどうかを判断する(ステップA101)。すなわち、情報要求部12は、要求されたコンテンツのURLに対応するコンテンツが、記憶装置14に、先読み蓄積情報15として記憶されているかどうかを確認する。 The detailed operation when the mobile terminal 200 receives a request for content will be described with reference to FIG. 5 in addition to FIG. FIG. 5 is a flowchart illustrating an operation when the mobile terminal 200 receives a content request in the second embodiment. Referring to FIG. 5, when information request unit 12 receives a request for content (step A100 and step A10 in FIG. 3), it determines whether the requested content is stored (step A101). That is, the information requesting unit 12 confirms whether or not the content corresponding to the requested content URL is stored in the storage device 14 as the pre-read accumulated information 15.
 この時点では、先読み蓄積情報15には要求されたコンテンツがないので(ステップA101のNO)、情報要求部12は、ゲートウェイ装置100に対し、サーバ装置300のコンテンツのURLを含む情報取得要求500を送信する(ステップA102、および図3のステップA11)。 At this time, since the requested content does not exist in the prefetch storage information 15 (NO in step A101), the information request unit 12 sends an information acquisition request 500 including the URL of the content of the server device 300 to the gateway device 100. Transmit (Step A102 and Step A11 in FIG. 3).
 具体的には、情報要求部12は、HTTP/2.0プロトコルによって新たなストリームを生成する。そして、情報要求部12は、通信制御部11を介して、その新たなストリームを指定した情報取得要求500を基地局400に送信する。通信制御部11は、基地局400に対して、通信内容を電波に変換して送信する。電波の変換方式として、例えば、W-CDMA(Wideband-Code Division Muliple Access)、またはLTE(Long Term Evolution)などの、モバイル通信の規格を利用することができる。基地局400は、受信した電波を、通信パケットに変換して、ゲートウェイ装置100に対して送信する。このような基地局400を介した無線通信の詳細は、以下の説明では省略する。 Specifically, the information request unit 12 generates a new stream using the HTTP / 2.0 protocol. Then, the information request unit 12 transmits an information acquisition request 500 specifying the new stream to the base station 400 via the communication control unit 11. The communication control unit 11 converts communication contents into radio waves and transmits them to the base station 400. As a radio wave conversion method, for example, a mobile communication standard such as W-CDMA (Wideband-Code Division Multiple Access) or LTE (Long Term Evolution) can be used. The base station 400 converts the received radio wave into a communication packet and transmits it to the gateway device 100. Details of such wireless communication via the base station 400 will be omitted in the following description.
 図8は、第2の実施形態における情報取得要求500の一例を示す図である。図8を参照すると、「Stream ID:1」という行は、この情報取得要求500が送信されるストリームの識別子が「1」であることを表す。また、「:authority sv300」という行は、コンテンツの取得を要求する先であるサーバを表す。「:path」で始まる行は、要求先であるサーバにおける当該コンテンツのパスを表す。「:scheme」で始まる行は、コンテンツの取得に際して、利用するプロトコルを表す。すなわち、図8は取得するコンテンツのURLが「http://sv300/index.html」であることを表す。「sv300」は、サーバ装置300を表す仮のサーバ名である。実際には、「sv300」は、ドメイン名を含む、DNS(Domain Name Server)に対して名前解決の検索を行う際に使用するホスト名によって表してもよい。図8における「:authority」、「:path」、および「:scheme」の記述は、一例である。これらの記述は、同様の内容を表す別の文字列または数値であっても良い。また、これらの記述は、複数の要素を含む1つの文字列または数列として表されてもよい。 FIG. 8 is a diagram illustrating an example of the information acquisition request 500 according to the second embodiment. Referring to FIG. 8, the line “Stream ID: 1” indicates that the identifier of the stream to which the information acquisition request 500 is transmitted is “1”. Also, the line “: authority sv300” represents a server that is a request destination for content acquisition. The line beginning with “: path” represents the path of the content in the server that is the request destination. A line beginning with “: scheme” represents a protocol to be used when content is acquired. That is, FIG. 8 shows that the URL of the content to be acquired is “http: //sv300/index.html”. “Sv300” is a temporary server name representing the server apparatus 300. Actually, “sv300” may be represented by a host name used when performing a name resolution search for a DNS (Domain Name Server) including a domain name. The description of “: authority”, “: path”, and “: scheme” in FIG. 8 is an example. These descriptions may be other character strings or numerical values representing the same contents. Further, these descriptions may be expressed as one character string or a number sequence including a plurality of elements.
 そして、情報要求部12は、通信パケットの受信を待つ(ステップA103)。 Then, the information request unit 12 waits for reception of a communication packet (step A103).
 図3を参照すると、ここでゲートウェイ装置100が、情報取得要求500を受信し、受信した情報取得要求500をサーバ装置300に対して転送する(ステップB10)。
ゲートウェイ装置100が情報取得要求500を受信した際の詳細な動作は、図3に加えて、図6も参照して説明する。図6は、第2の実施形態においてゲートウェイ装置100が行う通信パケットを受信した際の動作を示すフローチャートである。図6を参照すると、ゲートウェイ装置100では、通信制御部2が通信パケットを受信する(ステップB201)。
Referring to FIG. 3, the gateway device 100 receives the information acquisition request 500 and transfers the received information acquisition request 500 to the server device 300 (step B10).
The detailed operation when the gateway apparatus 100 receives the information acquisition request 500 will be described with reference to FIG. 6 in addition to FIG. FIG. 6 is a flowchart showing an operation when the gateway apparatus 100 receives a communication packet in the second embodiment. Referring to FIG. 6, in gateway apparatus 100, communication control unit 2 receives a communication packet (step B201).
 通信制御部2は、受信した通信パケットが情報取得要求500である場合(ステップB202のYES)、通信転送部3に対して情報取得要求500を渡す。通信転送部3は、通信パケット(情報取得要求500)に含まれる要求対象(要求先)を表すURLに基づいて、転送先であるサーバ装置300を決定し、決定したサーバ装置300に対して、情報取得要求500を転送する(ステップB210および図3のステップB10)。以下、通信転送部3は、通信パケットの転送に際して、同様に転送先の決定を行ってから転送を行う。 When the received communication packet is the information acquisition request 500 (YES in Step B202), the communication control unit 2 passes the information acquisition request 500 to the communication transfer unit 3. The communication transfer unit 3 determines the server device 300 that is the transfer destination based on the URL that represents the request target (request destination) included in the communication packet (information acquisition request 500), and for the determined server device 300, The information acquisition request 500 is transferred (step B210 and step B10 in FIG. 3). Thereafter, the communication transfer unit 3 determines the transfer destination in the same manner when transferring the communication packet, and then performs transfer.
 さらに、通信転送部3は、先読み情報決定部4の要求時先読み情報決定部101に対して情報取得要求500を渡す。要求時先読み情報決定部101は、情報取得要求500から、要求先を表す要求先URL、およびストリームの識別子を抽出する(ステップB211)。以下では、新たなストリームの初めに送信された情報取得要求500から抽出された要求先URLおよびストリームの識別子を特に明示することを目的として、それらを「元URL」および「元ストリーム」とも言う。例えば、図8に示した情報取得要求500の一例において、元ストリームの識別子は、「1」である。同様に、図8に示す一例において、元URLは、「http://sv300/index.html」である。 Furthermore, the communication transfer unit 3 passes the information acquisition request 500 to the prefetch information determination unit 101 when requested by the prefetch information determination unit 4. The request prefetch information determination unit 101 extracts a request destination URL indicating a request destination and a stream identifier from the information acquisition request 500 (step B211). Hereinafter, for the purpose of specifying the request destination URL extracted from the information acquisition request 500 transmitted at the beginning of a new stream and the identifier of the stream, they are also referred to as “original URL” and “original stream”. For example, in the example of the information acquisition request 500 illustrated in FIG. 8, the original stream identifier is “1”. Similarly, in the example illustrated in FIG. 8, the original URL is “http: //sv300/index.html”.
 次に、要求時先読み情報決定部101は、設定情報104から、要求先URLと同じ(同等の)サーバ装置300に対するURLを抽出する(ステップB212)。すなわち、要求時先読み情報決定部101は、元URLと同じサーバ装置300における他のコンテンツを表すURLを抽出する。 Next, the request prefetch information determination unit 101 extracts, from the setting information 104, a URL for the server device 300 that is the same (equivalent) to the request destination URL (step B212). In other words, the request prefetch information determination unit 101 extracts a URL representing another content in the same server device 300 as the original URL.
 ステップS212において、設定情報104からURLを抽出できなかった場合(ステップB213のNO)、要求時先読み情報決定部101は、履歴情報105から、要求先URLと同じ(同等の)サーバ装置300に対するURLを抽出する(ステップB214)。例えば、要求時先読み情報決定部101は、過去に、元URLが表すコンテンツを取得した後に、さらに同じサーバ装置300から取得された他のコンテンツを表すURLを抽出してもよい。 If the URL cannot be extracted from the setting information 104 in step S212 (NO in step B213), the request prefetch information determination unit 101 determines from the history information 105 the URL for the server device 300 that is the same (equivalent) to the request destination URL. Is extracted (step B214). For example, the prefetch information determining unit 101 on request may extract URLs representing other content acquired from the same server device 300 after acquiring the content represented by the original URL in the past.
 ステップB212およびB214において、要求時先読み情報決定部101が抽出したURLが、先読みURLである。先読みURLは、複数であってもよい。なお、要求時先読み情報決定部101は、元URLのサーバ名とは異なる異名によって表されている場合も、同じサーバ装置300に対するURLであると認識してもよい。 In step B212 and B214, the URL extracted by the request prefetch information determination unit 101 is a prefetch URL. There may be a plurality of prefetch URLs. Note that the prefetch information determining unit 101 at the time of request may recognize that the URL is for the same server device 300 even when it is represented by a different name different from the server name of the original URL.
 ステップB214においてもURLを抽出できなかった場合(ステップB215のNO)、要求時先読み情報決定部101は、先読みできるURLがないとみなして、処理を終了する。すなわち、ゲートウェイ装置100は、情報取得要求500に対する処理を終了する。 If the URL could not be extracted even in step B214 (NO in step B215), the request prefetch information determination unit 101 regards that there is no prefetchable URL and ends the process. That is, the gateway device 100 ends the process for the information acquisition request 500.
 ステップB212またはB214において先読みURLが抽出できた場合(ステップB213またはB215のYES)、要求時先読み情報決定部101は、先読みURLごとの優先度を決定する(ステップB216)。要求時先読み情報決定部101は、情報取得要求700に対する応答800より低い優先度となるように、いずれの先読みURLに対しても優先度を決定する。本実施形態では、要求時先読み情報決定部101は、上述した先読みURLを決定した方法に応じて定められた優先度を決定する。具体的には、要求時先読み情報決定部101は、ステップB212において、設定情報104に基づいて決定された先読みURLに対して、優先度「1」を決定する。また、要求時先読み情報決定部101は、ステップB214において、履歴情報105に基づいて決定された先読みURLに対して、優先度「3」を決定する。 When the prefetch URL can be extracted in step B212 or B214 (YES in step B213 or B215), the request prefetch information determination unit 101 determines the priority for each prefetch URL (step B216). The request prefetch information determination unit 101 determines the priority for any prefetch URL so that the priority is lower than the response 800 to the information acquisition request 700. In the present embodiment, the request-time prefetch information determination unit 101 determines the priority determined according to the method for determining the prefetch URL described above. Specifically, the request prefetch information determination unit 101 determines the priority “1” for the prefetch URL determined based on the setting information 104 in step B212. Further, the prefetch information determination unit 101 on request determines the priority “3” for the prefetch URL determined based on the history information 105 in step B214.
 また、要求時先読み情報決定部101は、先読みURLに対して、後に先読みするコンテンツである先読み情報を、モバイル端末200に対して送信する際に使用するストリームを決定する。要求時先読み情報決定部101は、先読みURLごとに個別のストリームを決定してもよい。または、要求時先読み情報決定部101は、各先読みURLに対して、同じストリームを割り当ててもよい。 Also, the prefetch information determining unit 101 at the time of request determines a stream to be used when transmitting prefetch information, which is content prefetched later, to the mobile terminal 200 with respect to the prefetch URL. The request prefetch information determination unit 101 may determine a separate stream for each prefetch URL. Alternatively, the prefetch information determining unit 101 on request may assign the same stream to each prefetch URL.
 図6のステップB211からB216は、図3のステップB11に対応する。また、要求時先読み情報決定部101によって抽出された先読みURLが表すコンテンツが、図3の先読み情報600に対応する。 Steps B211 to B216 in FIG. 6 correspond to step B11 in FIG. Also, the content represented by the prefetch URL extracted by the prefetch information determining unit 101 at request corresponds to the prefetch information 600 in FIG.
 次に、先読み通知部5が、要求時先読み情報決定部101が決定したストリームを表すストリーム識別子と、先読みするコンテンツを表す先読みURLとを含む先読み通知700を、モバイル端末200に対して送信する(ステップB217および図3のステップB12)。本実施形態では、一例として、先読み通知部5は、元ストリームを使って、各先読みURLごとの先読み通知700を、基地局400を介して送信する。 Next, the prefetch notification unit 5 transmits to the mobile terminal 200 a prefetch notification 700 including a stream identifier representing the stream determined by the request prefetch information determination unit 101 and a prefetch URL representing the content to be prefetched ( Step B217 and Step B12 of FIG. 3). In this embodiment, as an example, the prefetch notification unit 5 transmits a prefetch notification 700 for each prefetch URL via the base station 400 using the original stream.
 このとき、先読み通知部5は、先読み通知700を所定の優先度として送信する。例えば、先読み通知部5は、先読み通知700の優先度を、リアルタイム性のある情報と同じく「0」としてもよい。または、先読み通知部5は、先読み通知700の優先度を、先読み情報として最高の「1」としてもよい。具体的には、先読み通知部5に送信を依頼された通信制御部2は、優先度「0」を指定する情報を、先読み通知700を含む通信パケットに追加する。そして、通信制御部2は、このようにして優先度が指定された通信パケットを、基地局400に対して送信する。以下の説明においては、ゲートウェイ装置100の各部が優先度を指定して基地局400に送信する際に、通信制御部2が行う動作の記述を省略する。 At this time, the prefetch notification unit 5 transmits the prefetch notification 700 as a predetermined priority. For example, the prefetch notification unit 5 may set the priority of the prefetch notification 700 to “0” in the same manner as information having real-time characteristics. Alternatively, the prefetch notification unit 5 may set the priority of the prefetch notification 700 to “1” which is the highest as prefetch information. Specifically, the communication control unit 2 requested to transmit to the prefetch notification unit 5 adds information specifying the priority “0” to the communication packet including the prefetch notification 700. Then, the communication control unit 2 transmits the communication packet with the priority specified in this way to the base station 400. In the following description, description of the operation performed by the communication control unit 2 when each unit of the gateway device 100 designates the priority and transmits it to the base station 400 is omitted.
 図9は、第2の実施形態における先読み通知700の一例を示す図である。図9を参照すると、「Promised Stream ID:2」という行は、この先読みURLで表されるコンテンツ(先読み情報)が送信されるストリームの識別子が「2」であることを表す。また、「:authority」、「path」および「:scheme」で始まる各行の意味は、図8における情報取得要求500と同様である。したがって、図9は先読みされるコンテンツのURLが「http://sv300/style.css」であることを表す。ここで指定される「:authority」の値は、先に受信した情報取得要求500の「:authority」で示される要求先の値が表すサーバと同じサーバである。図9における「:authority」、「:path」、および「:scheme」の記述は、一例である。これらの記述は、同様の内容を表す別の文字列または数値であっても良い。また、これらの記述は、複数の要素を含む1つの文字列または数列として表されてもよい。 FIG. 9 is a diagram illustrating an example of the prefetch notification 700 according to the second embodiment. Referring to FIG. 9, a line “Promised Stream ID: 2” represents that the identifier of the stream to which the content (prefetch information) represented by the prefetch URL is transmitted is “2”. Further, the meaning of each line starting with “: authority”, “path”, and “: scheme” is the same as that of the information acquisition request 500 in FIG. Therefore, FIG. 9 shows that the URL of the prefetched content is “http: //sv300/style.css”. The value of “: authority” specified here is the same server as the server indicated by the value of the request destination indicated by “: authority” of the information acquisition request 500 received earlier. The descriptions of “: authority”, “: path”, and “: scheme” in FIG. 9 are examples. These descriptions may be other character strings or numerical values representing the same contents. Further, these descriptions may be expressed as one character string or a number sequence including a plurality of elements.
 次に、先読み情報取得部6が、各先読みURLが表すコンテンツ(先読み情報600)の要求をサーバ装置300に送信する(ステップB218および図3のステップB13)。具体的には、先読み情報取得部6は、各先読みURLごとの情報取得要求をサーバ装置300に対して送信する。この「先読み情報600の要求」のデータ形式は、モバイル端末200がサーバ装置300に対して送った情報取得要求500と同様である。しかし、ここでは、モバイル端末200から送られる「情報取得要求500」との区別の目的で、先読みするコンテンツの取得における情報取得要求を「先読み情報600の要求」のように記述する。 Next, the prefetch information acquisition unit 6 transmits a request for the content (prefetch information 600) indicated by each prefetch URL to the server device 300 (step B218 and step B13 in FIG. 3). Specifically, the prefetch information acquisition unit 6 transmits an information acquisition request for each prefetch URL to the server device 300. The data format of the “request for prefetch information 600” is the same as the information acquisition request 500 sent from the mobile terminal 200 to the server device 300. However, here, for the purpose of distinction from the “information acquisition request 500” sent from the mobile terminal 200, the information acquisition request in acquiring the prefetched content is described as “request for prefetch information 600”.
 この時点では、まだ情報取得要求500に対する応答800を処理していないので(ステップB219のNO)、通信制御部2は、ステップB218の送信が終了した後も、元ストリームを維持する。 At this point, since the response 800 to the information acquisition request 500 has not yet been processed (NO in step B219), the communication control unit 2 maintains the original stream even after the transmission in step B218 is completed.
 以上が、ゲートウェイ装置100が情報取得要求500を受信した際の詳細な動作である。 The above is the detailed operation when the gateway apparatus 100 receives the information acquisition request 500.
 図3に戻って説明する。モバイル端末200は、ゲートウェイ装置100から先読み通知700を受信する(ステップA12)。モバイル端末200が先読み通知700を受信した際に行う詳細な動作は、図3に加えて、図7も参照して説明する。図7は、第2の実施形態においてモバイル端末200が通信パケットを受信した際の動作を示すフローチャートである。 Referring back to FIG. The mobile terminal 200 receives the prefetch notification 700 from the gateway device 100 (step A12). Detailed operations performed when the mobile terminal 200 receives the prefetch notification 700 will be described with reference to FIG. 7 in addition to FIG. FIG. 7 is a flowchart showing an operation when the mobile terminal 200 receives a communication packet in the second embodiment.
 図7を参照すると、通信制御部11が通信パケットを受信する(ステップA300)。
受信した通信パケットが先読み通知700である場合(ステップA301のNO、かつステップA302のYES)、通信制御部11は、受信した先読み通知700を先読み情報蓄積部13に渡す。先読み情報蓄積部13は、受信した先読み通知700の内容を、例えば記憶装置14などに記憶しておく。
Referring to FIG. 7, the communication control unit 11 receives a communication packet (step A300).
When the received communication packet is the prefetch notification 700 (NO in step A301 and YES in step A302), the communication control unit 11 passes the received prefetch notification 700 to the prefetch information storage unit 13. The prefetch information storage unit 13 stores the contents of the received prefetch notification 700 in, for example, the storage device 14.
 以上が、モバイル端末200が先読み通知700を受信した際における詳細な動作である。 The above is the detailed operation when the mobile terminal 200 receives the prefetch notification 700.
 また、サーバ装置300は、ステップB10においてゲートウェイ装置100から送信された情報取得要求500を受信する(ステップC10)。また、サーバ装置300は、同じくステップB13においてゲートウェイ装置100から送信された先読み情報600の要求を受信する(ステップC11)。これらを受信したサーバ装置300は、まず、情報取得要求500に対する応答800を、ゲートウェイ装置100に対して送信する(ステップC12)。なお、これ以降の説明も含めて、サーバ装置300の応答と、次の(新たな)情報取得要求の受信との順番は一例である。例えば、サーバ装置300は、応答800を送信した(ステップC12)後に、先読み情報600の要求を受信する(ステップC11)というように通信の順番が入れ替わる可能性がある。 In addition, the server device 300 receives the information acquisition request 500 transmitted from the gateway device 100 in step B10 (step C10). Similarly, the server device 300 receives the request for the prefetch information 600 transmitted from the gateway device 100 in step B13 (step C11). The server apparatus 300 that has received them first transmits a response 800 to the information acquisition request 500 to the gateway apparatus 100 (step C12). In addition, the order of the response of the server apparatus 300 and the reception of the next (new) information acquisition request is an example, including the subsequent description. For example, the server apparatus 300 may change the order of communication such as receiving a request for the prefetch information 600 (step C11) after transmitting the response 800 (step C12).
 ゲートウェイ装置100は、応答800を受信し、受信した応答800をモバイル端末200に対して転送する(ステップB14)。応答800を受信した際のゲートウェイ装置100の詳細な動作は、図6も参照して説明する。図6を参照すると、通信制御部2が、通信パケットを受信する(ステップB201)。そして、受信した通信パケットが情報取得要求500に対する応答800である場合(ステップB202およびB203のNO)、通信制御部2は、通信転送部3に対して受信した応答800を渡す。通信転送部3は、リアルタイム性のある情報として、受信した応答800を最高優先度で、モバイル端末200に対して転送する(ステップB205)。具体的には、通信転送部3は、優先度「0」を指定し、基地局400を介して応答800を送信する。転送を中継する基地局400が優先度制御を行う動作は、構成の説明において上述した通りである。 The gateway device 100 receives the response 800, and transfers the received response 800 to the mobile terminal 200 (step B14). The detailed operation of the gateway device 100 when receiving the response 800 will be described with reference to FIG. Referring to FIG. 6, the communication control unit 2 receives a communication packet (step B201). When the received communication packet is a response 800 to the information acquisition request 500 (NO in steps B202 and B203), the communication control unit 2 passes the received response 800 to the communication transfer unit 3. The communication transfer unit 3 transfers the received response 800 to the mobile terminal 200 with the highest priority as real-time information (step B205). Specifically, the communication transfer unit 3 designates the priority “0” and transmits the response 800 via the base station 400. The operation in which the base station 400 that relays the transfer performs the priority control is as described above in the description of the configuration.
 なお、図6は、通信制御部2が、情報取得要求500、先読み情報600および601、並びに応答800を受信した場合の動作を説明する図である。通信制御部2は、本実施形態の動作に関連しない、その他の通信パケットを受信した場合は、図6に記述しない所定の動作によって処理してもよい。 FIG. 6 is a diagram for explaining the operation when the communication control unit 2 receives the information acquisition request 500, the prefetch information 600 and 601, and the response 800. When the communication control unit 2 receives another communication packet that is not related to the operation of the present embodiment, the communication control unit 2 may process the predetermined operation not described in FIG.
 さらに、通信転送部3は、先読み情報決定部4の応答時先読み情報決定部102に対して、応答800を渡す。応答時先読み情報決定部102は、応答800に含まれるコンテンツから、応答の送信元と同じサーバ装置300のURLを抽出する(ステップB206)。ここで応答時先読み情報決定部102が抽出したURLが、応答800に基づいて決定された先読みURLである。先読みURLは、複数であってもよい。応答時先読み情報決定部102は、異名によって表されている場合も、同じサーバ装置300に対するURLであると認識してもよい。 Further, the communication transfer unit 3 passes the response 800 to the response prefetch information determination unit 102 of the prefetch information determination unit 4. The response prefetch information determination unit 102 extracts the URL of the server device 300 that is the same as the response transmission source from the content included in the response 800 (step B206). Here, the URL extracted by the response prefetch information determination unit 102 is the prefetch URL determined based on the response 800. There may be a plurality of prefetch URLs. The response prefetch information determination unit 102 may recognize that the URL is for the same server device 300 even when the prefetch information determination unit 102 is represented by a different name.
 ステップB206においてURLを抽出できなかった場合(ステップB215のNO)、応答時先読み情報決定部102は、先読みできるURLがないとみなして、処理を終了する。すなわち、ゲートウェイ装置100は、応答800に対する処理を終了する。 If the URL cannot be extracted in step B206 (NO in step B215), the response prefetch information determination unit 102 determines that there is no prefetchable URL, and ends the process. That is, the gateway device 100 ends the process for the response 800.
 ステップB206においてURLを抽出できた場合(ステップB215のYES)、応答時先読み情報決定部102は、先読みURLごとの優先度を決定する(ステップB216)。応答時先読み情報決定部102も、情報取得要求700に対する応答800より低い優先度となるように、いずれの先読みURLに対しても優先度を決定する。具体的には、応答時先読み情報決定部102は、応答に含まれるコンテンツに基づいて決定された先読みURL(先読み情報601)に対して、優先度「2」を決定する。 If the URL can be extracted in step B206 (YES in step B215), the response prefetch information determination unit 102 determines the priority for each prefetch URL (step B216). The response prefetch information determination unit 102 also determines the priority for any prefetch URL so that the priority is lower than the response 800 for the information acquisition request 700. Specifically, the response prefetch information determination unit 102 determines the priority “2” for the prefetch URL (prefetch information 601) determined based on the content included in the response.
 図6のステップB206からB216は、図4のステップB16に対応する。また、応答時先読み情報決定部102よって抽出された先読みURLが表すコンテンツが、図4の先読み情報601に対応する。 Steps B206 to B216 in FIG. 6 correspond to step B16 in FIG. Further, the content represented by the prefetch URL extracted by the response prefetch information determination unit 102 corresponds to the prefetch information 601 in FIG.
 次に、先読み通知部5が、応答800に基づいて決定した先読みURLに対応する先読み通知701を、モバイル端末200に対して送信する(ステップB217および図4のステップB17)。そして、先読み情報取得部6が、先読み情報601を要求する(ステップB218および図4のステップB18)。先読み通知部5および先読み情報取得部6の動作は、上述した動作と同様なので、重複する説明は省略する。 Next, the prefetch notification unit 5 transmits a prefetch notification 701 corresponding to the prefetch URL determined based on the response 800 to the mobile terminal 200 (step B217 and step B17 in FIG. 4). And the prefetch information acquisition part 6 requests | requires the prefetch information 601 (step B218 and step B18 of FIG. 4). Since the operations of the prefetch notification unit 5 and the prefetch information acquisition unit 6 are the same as those described above, a duplicate description is omitted.
 応答800は、複数の通信パケットに分かれて受信されることがある。応答800に含まれるすべての通信パケットに対する処理(ステップB201~B218)が行われている場合(ステップB219のYES)、通信制御部2は、元ストリームを終了する(ステップB230)。 The response 800 may be received by being divided into a plurality of communication packets. When processing (steps B201 to B218) for all communication packets included in the response 800 is performed (YES in step B219), the communication control unit 2 ends the original stream (step B230).
 以上が、ゲートウェイ装置100が応答800を受信した際の詳細な動作である。 The above is the detailed operation when the gateway apparatus 100 receives the response 800.
 図3に戻って説明する。モバイル端末200は、ゲートウェイ装置100から転送された応答800を受信する(ステップA13)。モバイル端末200が応答800を受信した際に行う詳細な動作は、図7も参照して説明する。図7を参照すると、通信制御部11が通信パケットを受信する(ステップA300)。そして、その通信パケットが応答800である場合(ステップA301のYES)、通信制御部11は、受信した応答800を情報要求部12に渡す。情報要求部12は、図3のステップA10にて受け付けたコンテンツの要求に対する応答として、応答800の内容をアプリケーション201に対して出力する(ステップA320および図3のステップA14)。アプリケーション201は、例えば、ユーザに対して、応答800によって得たコンテンツを提示してもよい。 Referring back to FIG. The mobile terminal 200 receives the response 800 transferred from the gateway device 100 (step A13). Detailed operations performed when the mobile terminal 200 receives the response 800 will be described with reference to FIG. Referring to FIG. 7, the communication control unit 11 receives a communication packet (step A300). If the communication packet is a response 800 (YES in step A301), the communication control unit 11 passes the received response 800 to the information request unit 12. The information request unit 12 outputs the content of the response 800 to the application 201 as a response to the content request received at step A10 in FIG. 3 (step A320 and step A14 in FIG. 3). For example, the application 201 may present the content obtained by the response 800 to the user.
 以上が、モバイル端末200が応答800を受信した際における詳細な動作である。 The above is the detailed operation when the mobile terminal 200 receives the response 800.
 図4を参照して説明する。また、モバイル端末200は、応答800に基づいて決められた先読み情報601に対する先読み通知701を受信する(ステップA15)。このときのモバイル端末200の動作は、上述した動作と同様である。 This will be described with reference to FIG. Further, the mobile terminal 200 receives the prefetch notification 701 for the prefetch information 601 determined based on the response 800 (step A15). The operation of the mobile terminal 200 at this time is the same as that described above.
 一方、サーバ装置300は、ゲートウェイ装置100から先読み情報601の要求を受信する(ステップC13)。サーバ装置300は、まだ返信していないステップC11で受信した先読み情報600の要求に対して、先読み情報600を送信する(ステップC14)。具体的には、サーバ装置300は、要求された先読みURLに対応するコンテンツ(先読み情報600)を含む応答をゲートウェイ装置100に対して送信する。この応答のデータ形式は、情報取得要求500に対する応答800と同様である。しかし、ここでは、リアルタイム性が高い情報である「応答800」との区別の目的で、先読み情報600を含む応答の送信を「先読み情報600の送信」のように記述する。 Meanwhile, the server device 300 receives a request for the prefetch information 601 from the gateway device 100 (step C13). The server device 300 transmits the prefetch information 600 in response to the request for the prefetch information 600 received in step C11 that has not yet been sent back (step C14). Specifically, the server device 300 transmits a response including the content (prefetch information 600) corresponding to the requested prefetch URL to the gateway device 100. The data format of this response is the same as the response 800 to the information acquisition request 500. However, here, the transmission of the response including the prefetch information 600 is described as “transmission of the prefetch information 600” for the purpose of distinguishing from the “response 800” which is information with high real-time characteristics.
 その後、サーバ装置300は、ステップC13で受信した先読み情報601の要求に対して、同様に、先読み情報601を送信する(ステップC15)。 Thereafter, the server device 300 similarly transmits the prefetch information 601 in response to the request for the prefetch information 601 received in step C13 (step C15).
 ゲートウェイ装置100は、応答として送られた先読み情報600を受信し、受信した先読み情報600をモバイル端末200に対して転送する(ステップB19)。先読み情報600を受信した際のゲートウェイ装置100の詳細な動作は、図6も参照して説明する。図6を参照すると、通信制御部2が、通信パケットを受信する(ステップB201)。そして、受信した通信パケットが先読み情報600の配信である場合(ステップB202のNO、かつステップB203のYES)、通信制御部2は、先読み情報転送部7に対して受信した先読み情報600を渡す。先読み情報転送部7は、先読み通知700で通知したストリームを介して、先読みURLごとの優先度によって、先読み情報600をモバイル端末200に対して転送する(ステップB220および図4のステップB19)。 The gateway device 100 receives the prefetch information 600 sent as a response, and transfers the received prefetch information 600 to the mobile terminal 200 (step B19). The detailed operation of the gateway device 100 when receiving the prefetch information 600 will be described with reference to FIG. Referring to FIG. 6, the communication control unit 2 receives a communication packet (step B201). When the received communication packet is distribution of the prefetch information 600 (NO in step B202 and YES in step B203), the communication control unit 2 passes the received prefetch information 600 to the prefetch information transfer unit 7. The prefetch information transfer unit 7 transfers the prefetch information 600 to the mobile terminal 200 according to the priority for each prefetch URL via the stream notified by the prefetch notification 700 (step B220 and step B19 in FIG. 4).
 具体的には、先読み情報転送部7に送信を依頼された通信制御部2は、優先度「1」または「3」を指定する情報を、先読み情報600を含む通信パケットに追加する。そして通信制御部2は、基地局400に対して送信する。以下の説明では、通信制御部2を介した動作の記述を省略する。 Specifically, the communication control unit 2 requested to transmit to the prefetch information transfer unit 7 adds information specifying the priority “1” or “3” to the communication packet including the prefetch information 600. Then, the communication control unit 2 transmits to the base station 400. In the following description, description of the operation via the communication control unit 2 is omitted.
 同様に、ゲートウェイ装置100は、先読み情報601を受信し、受信した先読み情報601をモバイル端末200に対して転送する(図4のステップB20)。 Similarly, the gateway device 100 receives the prefetch information 601 and transfers the received prefetch information 601 to the mobile terminal 200 (step B20 in FIG. 4).
 なお、上述した先読み情報600および先読み情報601の送信が終了した際も、通信制御部2は、元ストリームを維持する。 Note that the communication control unit 2 maintains the original stream even when the transmission of the prefetch information 600 and the prefetch information 601 described above is completed.
 図4に戻って説明する。モバイル端末200は、まず、先読み情報600を受信する(ステップA16)。モバイル端末200が先読み情報600を受信した際に行う詳細な動作は、図7も参照して説明する。図7を参照すると、通信制御部11が通信パケットを受信する(ステップA300)。そして、その通信パケットが先読み通知700または701で通知されたストリームで送られた先読み情報600である場合(ステップA301および302のNO、かつステップA303のYES)、通信制御部11は、受信した先読み情報600を先読み情報蓄積部13に渡す。先読み情報蓄積部13は、通知パケット(先読み情報600)の内容を先読みURLと関連付けて、先読み蓄積情報15として蓄積する(ステップA304および図4のステップA17)。 Referring back to FIG. First, the mobile terminal 200 receives the prefetch information 600 (step A16). A detailed operation performed when the mobile terminal 200 receives the prefetch information 600 will be described with reference to FIG. Referring to FIG. 7, the communication control unit 11 receives a communication packet (step A300). When the communication packet is the prefetch information 600 sent in the stream notified in the prefetch notification 700 or 701 (NO in steps A301 and 302 and YES in step A303), the communication control unit 11 receives the prefetch information received. The information 600 is passed to the prefetch information storage unit 13. The prefetch information accumulation unit 13 associates the content of the notification packet (prefetch information 600) with the prefetch URL and accumulates it as the prefetch accumulation information 15 (step A304 and step A17 in FIG. 4).
 同様に、モバイル端末200は、先読み情報601を受信し(ステップA18)、受信した先読み情報601を先読み蓄積情報15として蓄積する(ステップA19)。 Similarly, the mobile terminal 200 receives the prefetch information 601 (step A18), and accumulates the received prefetch information 601 as the prefetch storage information 15 (step A19).
 以上が、一度のコンテンツの要求に基づいて実行される動作の一例である。 The above is an example of an operation executed based on a single content request.
 次に、図3および図4に示す動作が終了した後、アプリケーション201が、先読み蓄積情報15に蓄積されたコンテンツ(先読み情報600または601)を要求した場合の動作を説明する。図5を参照すると、情報要求部12は、例えば、先読み情報600に対する要求を受け付けた場合(ステップA100)、要求されたコンテンツが蓄積されているかどうかを判断する(ステップA101)。先読み情報600が先読み蓄積情報15に含まれている(ステップA101のYES)ので、情報要求部12は、先読み蓄積情報15から読み出した先読み情報600を、アプリケーション201に対して出力する(ステップA110)。このようにして、情報要求部12は、通信を行わずに、速やかにコンテンツの要求に応じることができる。 Next, the operation when the application 201 requests the content (prefetch information 600 or 601) stored in the prefetch storage information 15 after the operations shown in FIGS. 3 and 4 are completed will be described. Referring to FIG. 5, for example, when receiving a request for prefetch information 600 (step A100), the information request unit 12 determines whether the requested content is accumulated (step A101). Since the prefetch information 600 is included in the prefetch storage information 15 (YES in step A101), the information request unit 12 outputs the prefetch information 600 read from the prefetch storage information 15 to the application 201 (step A110). . In this way, the information request unit 12 can quickly respond to a request for content without performing communication.
 本実施形態では、このようにして、ゲートウェイ装置100の通信制御部2は、情報取得要求500を受信したストリーム(元ストリーム)を、先読み通知700および701、並びに応答800を送信するまで維持する。そして、通信制御部2は、先読み通知700および701、並びに応答800に含まれるすべての通信パケットをモバイル端末200に対して送信した後に、元ストリームを終了する(ステップB230)。すなわち、本実施形態において、元ストリームの維持期間は、情報取得要求500が受信されてから、情報取得要求500に対する応答800および(最後発の)先読み通知701をモバイル端末200に送信し終えるまでの間である。モバイル端末200は、元ストリームが維持されていることによって、先読み通知700および701の正当性(不正でないこと)を確実にすることができるという効果がある。 In this embodiment, in this way, the communication control unit 2 of the gateway device 100 maintains the stream (original stream) that has received the information acquisition request 500 until the prefetch notifications 700 and 701 and the response 800 are transmitted. Then, after transmitting all the communication packets included in the prefetch notifications 700 and 701 and the response 800 to the mobile terminal 200, the communication control unit 2 ends the original stream (step B230). That is, in the present embodiment, the original stream maintenance period is from when the information acquisition request 500 is received until the response 800 to the information acquisition request 500 and the (last) prefetch notification 701 are completely transmitted to the mobile terminal 200. Between. There is an effect that the mobile terminal 200 can ensure the validity (not illegal) of the prefetch notifications 700 and 701 by maintaining the original stream.
 通信制御部2は、先読み通知701を送信した(ステップB17)後のいずれかのタイミングにおいて、元ストリームを終了することができる。本実施形態では、通信制御部2は、元ストリームの維持期間に関わらず、先読み情報600または601をモバイル端末200に対して転送してもよい。 The communication control unit 2 can end the original stream at any timing after transmitting the prefetch notification 701 (step B17). In the present embodiment, the communication control unit 2 may transfer the prefetch information 600 or 601 to the mobile terminal 200 regardless of the maintenance period of the original stream.
 なお、本実施形態では、モバイル端末200は、一例として、新たな情報取得要を送信する際は、新たなストリームを作成する。したがって、本実施形態では、ゲートウェイ装置100の通信制御部2が、元ストリームを介して、初めの情報取得要求500以外の情報取得要求を受信することはない。 In the present embodiment, as an example, the mobile terminal 200 creates a new stream when transmitting a new information acquisition request. Therefore, in the present embodiment, the communication control unit 2 of the gateway device 100 does not receive an information acquisition request other than the initial information acquisition request 500 via the original stream.
 また、元ストリームは、例えば、モバイル端末200(基地局400)から終了される場合など、ステップB230以外のタイミングにおいて終了されることがある。 Also, the original stream may be terminated at a timing other than Step B230, for example, when terminated from the mobile terminal 200 (base station 400).
 以上、説明したように、本実施形態には、上述した第1の実施形態と同様の効果に加えて、さらに、一般的なサーバ装置、およびHTTP/2.0に対応する一般的な端末装置を利用することができるという効果もある。 As described above, in addition to the same effects as those of the first embodiment described above, this embodiment further includes a general server device and a general terminal device corresponding to HTTP / 2.0. There is also an effect that can be used.
 その理由は、本実施形態におけるゲートウェイ装置100が行う先読み情報の取得および転送における通信方法は、HTTP/2.0の規定を満たすことができるからである。 The reason is that the communication method for acquiring and transferring the prefetch information performed by the gateway apparatus 100 in the present embodiment can satisfy the provisions of HTTP / 2.0.
 なお、本実施形態の変形例としては以下のようなものが考えられる。 In addition, the following can be considered as a modification of this embodiment.
 例えば、ゲートウェイ装置100は、サーバ装置300から取得した先読み情報600および601に対しても、さらに先読み情報の取得を行ってもよい。例えば、図6のステップB220にて先読み情報600が転送された後、応答時先読み情報決定部102、先読み通知部5、および先読み情報取得部6が、先読み情報600に対しても、さらに応答800に対する処理(ステップB206およびB215~B218)と同様の処理を行ってもよい。このようにすれば、先読みがさらに先行して実施されるので、先読み蓄積情報15が、コンテンツの要求に対応できる可能性が高まるという効果が期待できる。 For example, the gateway device 100 may further acquire prefetch information for the prefetch information 600 and 601 obtained from the server device 300. For example, after the prefetch information 600 is transferred in step B220 of FIG. 6, the response prefetch information determination unit 102, the prefetch notification unit 5, and the prefetch information acquisition unit 6 further respond to the prefetch information 600 in response 800. A process similar to the process (steps B206 and B215 to B218) may be performed. In this way, since prefetching is performed in advance, it can be expected that the prefetch storage information 15 is more likely to meet the content request.
 また、ゲートウェイ装置100の通信制御部2は、サーバ装置300との通信において、通信プロトコルの変換を行ってもよい。例えば、通信制御部2は、モバイル端末200からHTTP/2.0で受信した通信パケットを、サーバ装置300に対してHTTP/1.0に変換してから送信してもよい。なお、この変換処理は、通信転送部3および先読み情報取得部6など、通信制御部2以外の機能部が実施してもよい。このようにすれば、ゲートウェイ装置100は、サーバ装置300の利用可能な通信プロトコルと、モバイル端末200が利用可能な通信プロトコルとが異なる場合にも対応することができるという効果がある。この結果、本実施形態は、特別な機能追加することなく、HTTP/2.0に対応していない一般的なサーバ装置300にも適用することができる。 Further, the communication control unit 2 of the gateway device 100 may convert the communication protocol in communication with the server device 300. For example, the communication control unit 2 may transmit a communication packet received by the HTTP / 2.0 from the mobile terminal 200 to the server device 300 after converting it to HTTP / 1.0. This conversion process may be performed by a functional unit other than the communication control unit 2 such as the communication transfer unit 3 and the prefetch information acquisition unit 6. In this way, the gateway device 100 has an effect that it can cope with a case where a communication protocol that can be used by the server device 300 is different from a communication protocol that can be used by the mobile terminal 200. As a result, the present embodiment can be applied to a general server device 300 that does not support HTTP / 2.0 without adding a special function.
 また、ゲートウェイ装置100の要求時先読み情報決定部101は、設置情報104、および履歴情報105の両方に基づく方法によって、先読みURLの抽出を行ってもよい。すなわち、要求時先読み情報決定部101は、設定情報104に基づいてURLを抽出できた場合(ステップB213のYES)に、さらに履歴情報105に基づいて先読みURLを抽出してもよい(ステップB214)。
<ハードウェア構成例>
 なお、上述した各実施形態において図1および図2に示した各部は、それぞれ独立したハードウェア回路で構成されていてもよいし、ソフトウェアプログラムの機能(処理)単位(ソフトウェアモジュール)と捕らえることができる。ただし、これらの図面に示した各部の区分けは、説明の便宜上の構成であり、実装に際しては、様々な構成が想定され得る。このような場合のハードウェア環境の一例を、図10を参照して説明する。
Further, the prefetch information determination unit 101 on request of the gateway device 100 may extract the prefetch URL by a method based on both the installation information 104 and the history information 105. That is, when the request prefetch information determination unit 101 can extract the URL based on the setting information 104 (YES in step B213), the prefetch information determination unit 101 may further extract the prefetch URL based on the history information 105 (step B214). .
<Hardware configuration example>
1 and 2 in each embodiment described above may be configured by independent hardware circuits, or may be regarded as a function (processing) unit (software module) of a software program. it can. However, the division of each part shown in these drawings is a configuration for convenience of explanation, and various configurations can be assumed for mounting. An example of the hardware environment in such a case will be described with reference to FIG.
 図10は、本発明の各実施形態、および、その変形例に係る情報配信システムに適用可能なコンピュータ(情報処理装置)の構成を例示する図である。すなわち、図10は、上述した各実施形態における情報処理装置1、端末装置10、サーバ装置20および300、ゲートウェイ装置(情報処理装置)100、モバイル端末(端末装置)200、および基地局400の少なくとも何れかを実現可能なコンピュータの構成であって、上述した各実施形態における各機能を実現可能なハードウェア環境を示す。 FIG. 10 is a diagram illustrating a configuration of a computer (information processing apparatus) applicable to each embodiment of the present invention and the information distribution system according to the modification. That is, FIG. 10 illustrates at least the information processing device 1, the terminal device 10, the server devices 20 and 300, the gateway device (information processing device) 100, the mobile terminal (terminal device) 200, and the base station 400 in each of the above-described embodiments. A hardware configuration capable of realizing each function in the above-described embodiments, which is a configuration of a computer that can realize any one of them.
 図10に示したコンピュータ900は、CPU(Central Processing Unit)901、ROM(Read Only Memory)902、RAM(Random Access Memory)903、通信インタフェース(IF)904、ディスプレイ905、およびハードディスク装置(HDD)906を備え、これらがバス907を介して接続された構成を有する。なお、図10に示したコンピュータが情報処理装置1、端末装置10、サーバ装置20および300、ゲートウェイ装置(情報処理装置)100、モバイル端末(端末装置)200、または基地局400として機能する場合、ディスプレイ905は常時設けられる必要はない。 The computer 900 shown in FIG. 10 includes a CPU (Central Processing Unit) 901, a ROM (Read Only Memory) 902, a RAM (Random Access Memory) 903, a communication interface (IF) 904, a display 905, and a hard disk device (HDD) 906. These are connected via a bus 907. When the computer shown in FIG. 10 functions as the information processing device 1, the terminal device 10, the server devices 20 and 300, the gateway device (information processing device) 100, the mobile terminal (terminal device) 200, or the base station 400, The display 905 need not always be provided.
 また、通信インタフェース904は、上述した各実施形態において、当該各コンピュータ間における通信を実現する一般的な通信手段である。ハードディスク装置906には、プログラム群906Aと、各種の記憶情報906Bとが格納されている。プログラム群906Aは、例えば、上述した図1および図2に示した各ブロック(各部)に対応する機能を実現するためのコンピュータ・プログラムである。各種の記憶情報906Bは、例えば、図1および図2に示した先読み蓄積情報15、設定情報104、および履歴情報105などである。このようなハードウェア構成において、CPU901は、コンピュータ900の全体の動作を司る。 Further, the communication interface 904 is a general communication means for realizing communication between the computers in each of the above-described embodiments. The hard disk device 906 stores a program group 906A and various storage information 906B. The program group 906A is, for example, a computer program for realizing a function corresponding to each block (each unit) shown in FIGS. 1 and 2 described above. The various storage information 906B is, for example, the prefetch storage information 15, the setting information 104, the history information 105, and the like illustrated in FIGS. In such a hardware configuration, the CPU 901 governs the overall operation of the computer 900.
 そして、上述した各実施形態を例に説明した本発明は、各実施形態の説明において参照したブロック構成図(図1および図2)、シーケンスチャート(図4および図3)あるいはフローチャート(図5乃至図7)の機能を実現可能なコンピュータ・プログラムを供給した後、そのコンピュータ・プログラムを、当該ハードウェアのCPU901に読み出して実行することによって達成される。また、このコンピュータ内に供給されたコンピュータ・プログラムは、読み書き可能な一時記憶メモリであるRAM903またはハードディスク装置906などの不揮発性の記憶デバイス(記憶媒体)に格納すれば良い。 The present invention described with reference to each of the embodiments described above is a block diagram (FIGS. 1 and 2), a sequence chart (FIGS. 4 and 3), or a flowchart (FIGS. 5 to 5) referred to in the description of each embodiment. This is achieved by supplying a computer program capable of realizing the function of FIG. 7) and then reading and executing the computer program on the CPU 901 of the hardware. The computer program supplied to the computer may be stored in a nonvolatile storage device (storage medium) such as the RAM 903 or the hard disk device 906 which is a readable / writable temporary storage memory.
 また、前記の場合において、当該各装置内へのコンピュータ・プログラムの供給方法は、フロッピーディスク(登録商標)またはCD-ROM(Compact Disc-ROM)等の各種記録媒体を介して当該装置内にインストールする方法のように、現在では一般的な手順を採用することができる。当該各装置内へのコンピュータ・プログラムの供給方法としては、インターネット等の通信ネットワーク1000を介して外部よりダウンロードする方法も一般的である。そして、このような場合において、本発明は、係るコンピュータ・プログラムを構成するコード、或いは係るコードが記録されたところの、コンピュータ読み取り可能な記憶媒体によって構成されると捉えることができる。 In the above case, the computer program can be supplied to each apparatus by installing it in the apparatus via various recording media such as a floppy disk (registered trademark) or a CD-ROM (Compact Disc-ROM). Like the method to do now, a general procedure can be adopted. As a method of supplying a computer program into each device, a method of downloading from the outside via a communication network 1000 such as the Internet is also common. In such a case, the present invention can be understood to be configured by a computer-readable storage medium in which the code constituting the computer program or the code is recorded.
 なお、上述した実施形態の一部または全部は、以下の付記のようにも記載されうるが、以下の付記に限定されるものではない。 Note that a part or all of the above-described embodiment can be described as the following supplementary notes, but is not limited to the following supplementary notes.
 (付記1)
 コンテンツを配信するサーバと、前記サーバに対してコンテンツを要求する端末との間の通信を制御する通信制御手段と、
 前記サーバと前記端末との間の通信における通信パケットを中継する通信転送手段と、
 前記端末から受信した前記コンテンツを要求する情報取得要求に基づいて、後に先読みするコンテンツである先読み情報を前記端末に対して送信する際に使用するストリームを決定し、前記情報取得要求、および前記サーバから前記情報取得要求に対する応答として受信する要求された前記コンテンツを含む情報取得応答のいずれかに基づいて、前記情報取得要求の宛先、または前記情報取得応答の送信元と同じサーバのコンテンツを前記先読み情報として決定し、前記先読み情報を前記端末に対して送信する際の優先度である先読み優先度を、リアルタイム性の高い情報に対する所定の優先度よりも低い優先度として決定する先読み情報決定手段と、
 前記ストリームを表すストリーム識別子と、前記先読み情報を表す先読み情報識別子とを含む先読み通知を、前記端末に対して送信する先読み通知手段と、
 前記先読み情報を前記サーバから取得する先読み情報取得手段と、
 取得した前記先読み情報を、前記先読み通知において通知した前記ストリーム識別子に対応するストリームを介して、前記先読み優先度で前記端末に対して送信する先読み情報転送手段と
 を含む情報処理装置。
(Appendix 1)
Communication control means for controlling communication between a server that distributes content and a terminal that requests content from the server;
Communication transfer means for relaying communication packets in communication between the server and the terminal;
Based on an information acquisition request for requesting the content received from the terminal, a stream to be used when transmitting prefetch information, which is content to be prefetched later, to the terminal, the information acquisition request, and the server Based on any of the information acquisition responses including the requested content received as a response to the information acquisition request from, the prefetching of the content of the same server as the destination of the information acquisition request or the transmission source of the information acquisition response Prefetch information determining means for determining as information, and determining a prefetch priority which is a priority when transmitting the prefetch information to the terminal as a priority lower than a predetermined priority for information having high real-time characteristics; ,
Prefetch notification means for transmitting to the terminal a prefetch notification including a stream identifier representing the stream and a prefetch information identifier representing the prefetch information;
Prefetch information acquisition means for acquiring the prefetch information from the server;
An information processing apparatus comprising: prefetch information transfer means for transmitting the acquired prefetch information to the terminal with the prefetch priority via a stream corresponding to the stream identifier notified in the prefetch notification.
 (付記2)
 前記通信制御手段は、前記先読み通知、および前記情報取得応答に含まれるすべての通信パケットを前記端末に対して送信した後に、前記情報取得要求を受信したストリームである元ストリームを終了する
 付記1記載の情報処理装置。
(Appendix 2)
The communication control unit terminates an original stream that is a stream that has received the information acquisition request after transmitting all the communication packets included in the prefetch notification and the information acquisition response to the terminal. Information processing device.
 (付記3)
 前記端末が、無線通信が可能なモバイル端末である場合、
 前記通信制御手段は、前記端末が接続している基地局と取り決められたプロトコルに従って前記先読み優先度に対応する優先度を付けた通信パケットを、前記基地局に対して送信する
 付記1または2記載の情報処理装置。
(Appendix 3)
When the terminal is a mobile terminal capable of wireless communication,
The communication control means transmits, to the base station, a communication packet with a priority corresponding to the prefetch priority according to a protocol negotiated with the base station to which the terminal is connected. Information processing device.
 (付記4)
 前記リアルタイム性の高い情報として、少なくとも前記情報取得要求に対する前記応答が含まれる
 付記1乃至3記載の情報処理装置。
(Appendix 4)
The information processing apparatus according to any one of appendices 1 to 3, wherein the information having a high real-time property includes at least the response to the information acquisition request.
 (付記5)
 前記先読み情報決定手段は、異なる決定方法で前記先読み情報の決定を行う複数の先読み情報の決定手段を含み、各先読み情報の決定手段は前記先読み情報を決定した前記決定方法に応じて、前記先読み優先度を決定する
 付記1乃至4記載の情報処理装置。
(Appendix 5)
The prefetch information determination means includes a plurality of prefetch information determination means for determining the prefetch information by different determination methods, and each prefetch information determination means determines the prefetch information according to the determination method for determining the prefetch information. The information processing apparatus according to appendices 1 to 4, wherein priority is determined.
 (付記6)
 前記先読み情報決定手段は、前記決定手段として、少なくとも、情報取得要求を対象とする先読み情報決定手段と、取得したコンテンツを対象とする先読み情報決定手段とのどちらか一方を含み、
 前記情報取得要求を対象とする先読み情報決定手段は、
  前記先読み情報の決定の際に、前記情報取得要求に含まれる前記コンテンツの宛先を表す情報に対して、少なくとも、
   特定の宛先に対して、後に取得される可能性が高く、かつ、前記サーバの他のコンテンツに対する宛先が記述された情報である設定情報、または、
   前記端末が過去に前記サーバから取得したコンテンツの宛先が記録された履歴を含む情報である履歴情報
  に基づいて前記先読み情報を決定し、
  前記先読み優先度を決定する際に、前記設定情報または前記履歴情報のいずれに基づいて決定されたかに応じて定められた前記先読み優先度を決定し、
 前記取得したコンテンツを対象とする先読み情報決定手段は、
  前記先読み情報の決定の際に、前記応答に含まれる前記要求されたコンテンツに基づいて、前記応答の送信元と同じ前記サーバのコンテンツを前記先読み情報として決定し、  前記先読み優先度を決定する際に、前記応答に基づいて決定する方法に応じて定められた前記先読み優先度を決定する
付記5記載の情報処理装置。
(Appendix 6)
The prefetch information determining means includes at least one of a prefetch information determining means for an information acquisition request and a prefetch information determining means for an acquired content as the determining means,
The prefetch information determination means for the information acquisition request is
At the time of determining the prefetch information, at least for the information indicating the destination of the content included in the information acquisition request,
Setting information that is highly likely to be acquired later for a specific destination and that describes the destination for other contents of the server, or
Determining the prefetch information based on history information that is information including a history in which the destination of content acquired from the server in the past by the terminal is recorded;
When determining the prefetch priority, determine the prefetch priority determined according to which of the setting information or the history information is determined,
The prefetch information determination means for the acquired content is
When determining the prefetching information, based on the requested content included in the response, determining the content of the same server as the source of the response as the prefetching information, and determining the prefetching priority Furthermore, the information processing apparatus of Claim 5 which determines the said prefetch priority defined according to the method of determining based on the said response.
 (付記7)
 前記サーバに対して前記コンテンツを要求する情報取得要求を、付記1乃至6記載の情報処理装置に対して送信する情報要求手段と、
 前記情報処理装置から前記先読み通知を受信し、さらに、前記先読み通知に基づいて、前記先読み情報を受信し、少なくとも受信した前記先読み情報を含む先読み蓄積情報を保存する先読み情報蓄積手段を含み、
 前記情報要求手段は、新たなコンテンツが必要になった際、前記新たなコンテンツが前記先読み蓄積情報として蓄積されていた場合は、情報取得要求を送信せずに、前記先読み蓄積情報から前記新たなコンテンツを読み出して、前記新たなコンテンツを出力する端末装置。
(Appendix 7)
Information requesting means for transmitting an information acquisition request for requesting the content to the server to the information processing apparatus according to appendices 1 to 6;
Receiving the prefetch notification from the information processing apparatus, further receiving prefetch information based on the prefetch notification, and including prefetch information accumulation means for storing prefetch accumulation information including at least the received prefetch information,
When the new content is needed and the new content is stored as the prefetch storage information, the information requesting unit does not transmit an information acquisition request, and transmits the new content from the prefetch storage information. A terminal device that reads content and outputs the new content.
 (付記8)
 端末から受信したコンテンツを要求する情報取得要求に基づいて、後に先読みするコンテンツである先読み情報を前記端末に対して送信する際に使用するストリームを決定し、
 前記情報取得要求、および、前記コンテンツを配信するサーバから前記情報取得要求に対する応答として受信する要求された前記コンテンツを含む情報取得応答のいずれかに基づいて、前記情報取得要求の宛先、または前記情報取得応答の送信元と同じサーバのコンテンツを前記先読み情報として決定する先読み情報決定処理を実行し、
 前記先読み情報を前記端末に対して送信する際の優先度である先読み優先度を、リアルタイム性の高い情報に対する所定の優先度よりも低い優先度として決定し、
 前記ストリームを表すストリーム識別子と、前記先読み情報を表す先読み情報識別子とを含む先読み通知を、前記端末に対して送信し、
 前記先読み情報を前記サーバから取得し、
 取得した前記先読み情報を、前記先読み通知において通知した前記ストリーム識別子に対応するストリームを介して、前記先読み優先度で前記端末に対して送信する
 配信方法。
(Appendix 8)
Based on the information acquisition request for requesting the content received from the terminal, determine the stream to be used when transmitting to the terminal prefetch information that is the content to be prefetched later,
Based on either the information acquisition request and the information acquisition response including the requested content received as a response to the information acquisition request from the server that distributes the content, or the information acquisition request destination or the information Perform prefetch information determination processing for determining the content of the same server as the transmission source of the acquisition response as the prefetch information,
A prefetch priority that is a priority when transmitting the prefetch information to the terminal is determined as a priority lower than a predetermined priority for information with high real-time characteristics,
A prefetch notification including a stream identifier representing the stream and a prefetch information identifier representing the prefetch information is transmitted to the terminal;
Obtaining the prefetch information from the server;
The distribution method of transmitting the acquired prefetch information to the terminal with the prefetch priority via a stream corresponding to the stream identifier notified in the prefetch notification.
 (付記9)
 前記先読み通知、および前記情報取得応答に含まれるすべての通信パケットを前記端末に対して送信した後に、前記情報取得要求を受信したストリームである元ストリームを終了する
 付記8記載の配信方法。
(Appendix 9)
The distribution method according to claim 8, wherein after transmitting all the communication packets included in the prefetch notification and the information acquisition response to the terminal, the original stream that is the stream that has received the information acquisition request is terminated.
 (付記10)
 前記端末が、無線通信が可能なモバイル端末である場合、
 前記端末が接続している基地局と取り決めたプロトコルに従って前記先読み優先度に対応する優先度を付けた通信パケットを、前記基地局に対して送信する
 付記8または9記載の配信方法。
(Appendix 10)
When the terminal is a mobile terminal capable of wireless communication,
The distribution method according to claim 8 or 9, wherein a communication packet with a priority corresponding to the prefetch priority is transmitted to the base station according to a protocol agreed with the base station to which the terminal is connected.
 (付記11)
 前記リアルタイム性の高い情報として、少なくとも前記情報取得要求に対する前記応答が含まれる
 付記8乃至10記載の配信方法。
(Appendix 11)
The distribution method according to any one of appendices 8 to 10, wherein the information having a high real-time property includes at least the response to the information acquisition request.
 (付記12)
 前記先読み情報決定処理において、複数の異なる決定方法で前記先読み情報の決定を行い、
 前記先読み優先度を決定する際に、前記先読み情報を決定した前記決定方法に応じて、前記先読み優先度を決定する
 付記8乃至11記載の配信方法。
(Appendix 12)
In the prefetch information determination process, the prefetch information is determined by a plurality of different determination methods.
The distribution method according to any one of appendices 8 to 11, wherein when the prefetch priority is determined, the prefetch priority is determined according to the determination method for determining the prefetch information.
 (付記13)
 前記先読み情報決定処理において、前記決定方法として、少なくとも、情報取得要求を対象とする先読み情報決定方法と、取得したコンテンツを対象とする先読み情報決定方法とのどちらか一方を含み、
 前記情報取得要求を対象とする先読み情報決定方法において、
  前記先読み情報の決定の際に、前記情報取得要求に含まれる前記コンテンツの宛先を表す情報に対して、少なくとも、
   特定の宛先に対して、後に取得される可能性が高く、かつ、前記サーバの他のコンテンツに対する宛先が記述された情報である設定情報、または、
   前記端末が過去に前記サーバから取得したコンテンツの宛先が記録された履歴を含む情報である履歴情報
  に基づいて前記先読み情報を決定し、
 前記取得したコンテンツを対象とする先読み情報決定方法において、
   前記先読み情報の決定の際に、前記応答に含まれる前記要求されたコンテンツに基づいて、前記応答の送信元と同じ前記サーバのコンテンツを前記先読み情報として決定し、
 前記先読み優先度を決定する際に、前記先読み情報が、前記設定情報に基づいて決定されたか、前記履歴情報に基づいて決定されたか、または、前記応答に基づいて決定されたかに応じて定められた優先度を前記先読み優先度として決定する
 付記12記載の配信方法。
(Appendix 13)
In the prefetch information determination process, the determination method includes at least one of a prefetch information determination method for an information acquisition request and a prefetch information determination method for an acquired content,
In the prefetch information determination method for the information acquisition request,
At the time of determining the prefetch information, at least for the information indicating the destination of the content included in the information acquisition request,
Setting information that is highly likely to be acquired later for a specific destination and that describes the destination for other contents of the server, or
Determining the prefetch information based on history information that is information including a history in which the destination of content acquired from the server in the past by the terminal is recorded;
In the prefetch information determination method for the acquired content,
When determining the prefetch information, based on the requested content included in the response, determine the same server content as the response sender as the prefetch information,
When determining the prefetch priority, it is determined depending on whether the prefetch information is determined based on the setting information, the history information, or the response. The distribution method according to claim 12, wherein the priority is determined as the prefetch priority.
 (付記14)
 コンテンツを配信するサーバと、前記サーバに対してコンテンツを要求する端末との間の通信を制御する通信制御処理と、
 前記サーバと前記端末との間の通信における通信パケットを中継する通信転送処理と、
 前記端末から受信したコンテンツを要求する情報取得要求に基づいて、後に先読みするコンテンツである先読み情報を前記端末に対して送信する際に使用するストリームを決定するストリーム決定処理と、
 前記情報取得要求、および、前記サーバから前記情報取得要求に対する応答として受信する要求された前記コンテンツを含む情報取得応答のいずれかに基づいて、前記情報取得要求の宛先、または前記応答の送信元と同じサーバのコンテンツを前記先読み情報として決定する先読み情報決定処理と、
 前記先読み情報を前記端末に対して送信する際の優先度である先読み優先度を、リアルタイム性の高い情報に対する所定の優先度よりも低い優先度として決定する先読み優先度決定処理と、
 前記ストリームを表すストリーム識別子と、前記先読み情報を表す先読み情報識別子とを含む先読み通知を、前記端末に対して送信する先読み通知送信処理と、
 前記先読み情報を前記サーバから取得する先読み情報取得処理と、
 取得した前記先読み情報を、前記先読み通知において通知した前記ストリーム識別子に対応するストリームを介して、前記先読み優先度で前記端末に対して送信する先読み情報転送処理と
 をコンピュータに実行させる第1のコンピュータ・プログラム。
(Appendix 14)
A communication control process for controlling communication between a server that distributes content and a terminal that requests content from the server;
A communication transfer process for relaying a communication packet in communication between the server and the terminal;
Based on an information acquisition request for requesting content received from the terminal, a stream determination process for determining a stream to be used when transmitting prefetch information, which is content prefetched later, to the terminal;
Based on either the information acquisition request and the information acquisition response including the requested content received as a response to the information acquisition request from the server, the destination of the information acquisition request, or the source of the response Prefetch information determination processing for determining content of the same server as the prefetch information;
A prefetch priority determination process for determining a prefetch priority that is a priority at the time of transmitting the prefetch information to the terminal as a priority lower than a predetermined priority for information with high real-time characteristics;
A prefetch notification transmission process for transmitting a prefetch notification including a stream identifier representing the stream and a prefetch information identifier representing the prefetch information to the terminal;
Prefetch information acquisition processing for acquiring the prefetch information from the server;
A first computer that causes the computer to execute a prefetch information transfer process of transmitting the acquired prefetch information to the terminal with the prefetch priority via the stream corresponding to the stream identifier notified in the prefetch notification; ·program.
 (付記15)
 前記通信制御処理において、前記先読み通知、および前記情報取得応答に含まれるすべての通信パケットを前記端末に対して送信した後に、前記情報取得要求を受信したストリームである元ストリームを終了する
 付記14記載の第1のコンピュータ・プログラム。
(Appendix 15)
In the communication control process, after transmitting all the communication packets included in the prefetch notification and the information acquisition response to the terminal, the original stream that is the stream that has received the information acquisition request is terminated. The first computer program.
 (付記16)
 前記端末が、無線通信が可能なモバイル端末である場合、
 前記通信制御処理において、前記端末が接続している基地局と取り決めたプロトコルに従って前記先読み優先度に対応する優先度を付けた通信パケットを、前記基地局に対して送信する
 付記14または15記載の第1のコンピュータ・プログラム。
(Appendix 16)
When the terminal is a mobile terminal capable of wireless communication,
In the communication control process, a communication packet with a priority corresponding to the prefetch priority is transmitted to the base station according to a protocol agreed with the base station to which the terminal is connected. A first computer program.
 (付記17)
 前記リアルタイム性の高い情報として、少なくとも前記情報取得要求に対する前記応答が含まれる
 付記14乃至16記載の第1のコンピュータ・プログラム。
(Appendix 17)
The first computer program according to any one of appendices 14 to 16, wherein the highly real-time information includes at least the response to the information acquisition request.
 (付記18)
 前記先読み情報決定処理において、複数の異なる決定方法で前記先読み情報の決定を行い、
 前記先読み優先度決定処理において、前記先読み情報を決定した前記決定方法に応じて、前記先読み優先度を決定する
 付記14乃至17記載の第1のコンピュータ・プログラム。
(Appendix 18)
In the prefetch information determination process, the prefetch information is determined by a plurality of different determination methods.
18. The first computer program according to any one of appendices 14 to 17, wherein, in the prefetch priority determination process, the prefetch priority is determined according to the determination method for determining the prefetch information.
 (付記19)
 前記先読み情報決定処理において、前記決定方法として、少なくとも、情報取得要求を対象とする先読み情報決定方法と、取得したコンテンツを対象とする先読み情報決定方法とのどちらか一方を含み、
 前記情報取得要求を対象とする先読み情報決定方法において、
  前記先読み情報の決定の際に、前記情報取得要求に含まれる前記コンテンツの宛先を表す情報に対して、少なくとも、
   特定の宛先に対して、後に取得される可能性が高く、かつ、前記サーバの他のコンテンツに対する宛先が記述された情報である設定情報、または、
   前記端末が過去に前記サーバから取得したコンテンツの宛先が記録された履歴を含む情報である履歴情報
  に基づいて前記先読み情報を決定し、
 前記取得したコンテンツを対象とする先読み情報決定方法において、
   前記先読み情報の決定の際に、前記応答に含まれる前記要求されたコンテンツに基づいて、前記応答の送信元と同じ前記サーバのコンテンツを前記先読み情報として決定し、
 前記先読み優先度決定処理において、前記先読み情報が、前記設定情報に基づいて決定されたか、前記履歴情報に基づいて決定されたか、または、前記応答に基づいて決定されたかに応じて定められた優先度を前記先読み優先度として決定する
 付記18記載の第1のコンピュータ・プログラム。
(Appendix 19)
In the prefetch information determination process, the determination method includes at least one of a prefetch information determination method for an information acquisition request and a prefetch information determination method for an acquired content,
In the prefetch information determination method for the information acquisition request,
At the time of determining the prefetch information, at least for the information indicating the destination of the content included in the information acquisition request,
Setting information that is highly likely to be acquired later for a specific destination and that describes the destination for other contents of the server, or
Determining the prefetch information based on history information that is information including a history in which the destination of content acquired from the server in the past by the terminal is recorded;
In the prefetch information determination method for the acquired content,
When determining the prefetch information, based on the requested content included in the response, determine the same server content as the response sender as the prefetch information,
In the prefetch priority determination process, priority determined according to whether the prefetch information is determined based on the setting information, the historical information, or the response. The first computer program according to claim 18, wherein the degree is determined as the prefetch priority.
 (付記20)
 前記サーバに対して前記コンテンツを要求する情報取得要求を、付記14乃至19記載のいずれか1つに第1のコンピュータ・プログラムが動作する情報処理装置に対して送信する情報要求処理と、
 前記情報処理装置から前記先読み通知を受信し、さらに、前記先読み通知に基づいて、前記先読み情報を受信し、少なくとも受信した前記先読み情報を含む先読み蓄積情報を保存する先読み情報蓄積処理をコンピュータに実行させ、
 前記情報要求処理において、新たなコンテンツが必要になった際、前記新たなコンテンツが前記先読み蓄積情報として蓄積されていた場合は、情報取得要求を送信せずに、前記先読み蓄積情報から前記新たなコンテンツを読み出して、前記新たなコンテンツを出力する
 第2のコンピュータ・プログラム。
(Appendix 20)
Information request processing for transmitting an information acquisition request for requesting the content to the server to an information processing apparatus on which the first computer program operates according to any one of appendices 14 to 19,
Receiving the prefetch notification from the information processing apparatus, further receiving the prefetch information based on the prefetch notification, and executing prefetch information accumulation processing for storing prefetch accumulation information including at least the received prefetch information in a computer Let
In the information request process, when new content is needed, if the new content is stored as the prefetch storage information, the new request is not transmitted, and the new read content is not updated. A second computer program that reads content and outputs the new content.
 以上、上述した実施形態を模範的な例として本発明を説明した。しかしながら、本発明は、上述した実施形態には限定されない。即ち、本発明は、本発明のスコープ内において、当業者が理解し得る様々な態様を適用することができる。 The present invention has been described above using the above-described embodiment as an exemplary example. However, the present invention is not limited to the above-described embodiment. That is, the present invention can apply various modes that can be understood by those skilled in the art within the scope of the present invention.
 この出願は、2015年07月10日に出願された日本出願特願2015-138534を基礎とする優先権を主張し、その開示の全てをここに取り込む。 This application claims priority based on Japanese Patent Application No. 2015-138534 filed on Jul. 10, 2015, the entire disclosure of which is incorporated herein.
 1  情報処理装置
 2、11  通信制御部
 3  通信転送部
 4  先読み情報決定部
 5  先読み通知部
 6  先読み情報取得部
 7  先読み情報転送部
 10  端末装置
 12  情報要求部
 13  先読み情報蓄積部
 14、103  記憶装置
 15  先読み蓄積情報
 20、300  サーバ装置
 100  ゲートウェイ装置(情報処理装置)
 101  要求時先読み情報決定部
 102  応答時先読み情報決定部
 104  設定情報
 105  履歴情報
 200  モバイル端末(端末装置)
 201  アプリケーション
 400  基地局
 900  情報処理装置(コンピュータ)
 901  CPU
 902  ROM
 903  RAM
 904  通信インタフェース(IF)
 905  ディスプレイ
 906  ハードディスク装置(HDD)
 906A  プログラム群
 906B  各種の記憶情報
 907  バス
 1000  ネットワーク(通信ネットワーク)
DESCRIPTION OF SYMBOLS 1 Information processing apparatus 2, 11 Communication control part 3 Communication transfer part 4 Prefetch information determination part 5 Prefetch notification part 6 Prefetch information acquisition part 7 Prefetch information transfer part 10 Terminal device 12 Information request part 13 Prefetch information storage part 14, 103 Storage device 15 Pre-read accumulation information 20, 300 Server device 100 Gateway device (information processing device)
101 Prefetch information determining unit upon request 102 Prefetching information determining unit on response 104 Setting information 105 History information 200 Mobile terminal (terminal device)
201 Application 400 Base station 900 Information processing apparatus (computer)
901 CPU
902 ROM
903 RAM
904 Communication interface (IF)
905 Display 906 Hard disk device (HDD)
906A Program group 906B Various stored information 907 Bus 1000 Network (communication network)

Claims (20)

  1.  コンテンツを配信するサーバと、前記サーバに対してコンテンツを要求する端末との間の通信を制御する通信制御手段と、
     前記サーバと前記端末との間の通信における通信パケットを中継する通信転送手段と、
     前記端末から受信した前記コンテンツを要求する情報取得要求に基づいて、後に先読みするコンテンツである先読み情報を前記端末に対して送信する際に使用するストリームを決定し、前記情報取得要求、および前記サーバから前記情報取得要求に対する応答として受信する要求された前記コンテンツを含む情報取得応答のいずれかに基づいて、前記情報取得要求の宛先、または前記情報取得応答の送信元と同じサーバのコンテンツを前記先読み情報として決定し、前記先読み情報を前記端末に対して送信する際の優先度である先読み優先度を、リアルタイム性の高い情報に対する所定の優先度よりも低い優先度として決定する先読み情報決定手段と、
     前記ストリームを表すストリーム識別子と、前記先読み情報を表す先読み情報識別子とを含む先読み通知を、前記端末に対して送信する先読み通知手段と、
     前記先読み情報を前記サーバから取得する先読み情報取得手段と、
     取得した前記先読み情報を、前記先読み通知において通知した前記ストリーム識別子に対応するストリームを介して、前記先読み優先度で前記端末に対して送信する先読み情報転送手段と
     を含む情報処理装置。
    Communication control means for controlling communication between a server that distributes content and a terminal that requests content from the server;
    Communication transfer means for relaying communication packets in communication between the server and the terminal;
    Based on an information acquisition request for requesting the content received from the terminal, a stream to be used when transmitting prefetch information, which is content to be prefetched later, to the terminal, the information acquisition request, and the server Based on any of the information acquisition responses including the requested content received as a response to the information acquisition request from, the prefetching of the content of the same server as the destination of the information acquisition request or the transmission source of the information acquisition response Prefetch information determining means for determining as information, and determining a prefetch priority which is a priority when transmitting the prefetch information to the terminal as a priority lower than a predetermined priority for information having high real-time characteristics; ,
    Prefetch notification means for transmitting to the terminal a prefetch notification including a stream identifier representing the stream and a prefetch information identifier representing the prefetch information;
    Prefetch information acquisition means for acquiring the prefetch information from the server;
    An information processing apparatus comprising: prefetch information transfer means for transmitting the acquired prefetch information to the terminal with the prefetch priority via a stream corresponding to the stream identifier notified in the prefetch notification.
  2.  前記通信制御手段は、前記先読み通知、および前記情報取得応答に含まれるすべての通信パケットを前記端末に対して送信した後に、前記情報取得要求を受信したストリームである元ストリームを終了する
     請求項1記載の情報処理装置。
    The communication control means terminates the original stream, which is the stream that has received the information acquisition request, after transmitting all the communication packets included in the prefetch notification and the information acquisition response to the terminal. The information processing apparatus described.
  3.  前記端末が、無線通信が可能なモバイル端末である場合、
     前記通信制御手段は、前記端末が接続している基地局と取り決められたプロトコルに従って前記先読み優先度に対応する優先度を付けた通信パケットを、前記基地局に対して送信する
     請求項1または2記載の情報処理装置。
    When the terminal is a mobile terminal capable of wireless communication,
    The communication control means transmits to the base station a communication packet with a priority corresponding to the prefetch priority according to a protocol negotiated with the base station to which the terminal is connected. The information processing apparatus described.
  4.  前記リアルタイム性の高い情報として、少なくとも前記情報取得要求に対する前記応答が含まれる
     請求項1乃至3のいずれか1項に記載の情報処理装置。
    The information processing apparatus according to claim 1, wherein the information having a high real-time property includes at least the response to the information acquisition request.
  5.  前記先読み情報決定手段は、異なる決定方法で前記先読み情報の決定を行う複数の先読み情報の決定手段を含み、各先読み情報の決定手段は前記先読み情報を決定した前記決定方法に応じて、前記先読み優先度を決定する
     請求項1乃至4のいずれか1項に記載の情報処理装置。
    The prefetch information determination means includes a plurality of prefetch information determination means for determining the prefetch information by different determination methods, and each prefetch information determination means determines the prefetch information according to the determination method for determining the prefetch information. The information processing apparatus according to claim 1, wherein priority is determined.
  6.  前記先読み情報決定手段は、前記決定手段として、少なくとも、情報取得要求を対象とする先読み情報決定手段と、取得したコンテンツを対象とする先読み情報決定手段とのどちらか一方を含み、
     前記情報取得要求を対象とする先読み情報決定手段は、
      前記先読み情報の決定の際に、前記情報取得要求に含まれる前記コンテンツの宛先を表す情報に対して、少なくとも、
       特定の宛先に対して、後に取得される可能性が高く、かつ、前記サーバの他のコンテンツに対する宛先が記述された情報である設定情報、または、
       前記端末が過去に前記サーバから取得したコンテンツの宛先が記録された履歴を含む情報である履歴情報
      に基づいて前記先読み情報を決定し、
      前記先読み優先度を決定する際に、前記設定情報または前記履歴情報のいずれに基づいて決定されたかに応じて定められた前記先読み優先度を決定し、
     前記取得したコンテンツを対象とする先読み情報決定手段は、
      前記先読み情報の決定の際に、前記応答に含まれる前記要求されたコンテンツに基づいて、前記応答の送信元と同じ前記サーバのコンテンツを前記先読み情報として決定し、  前記先読み優先度を決定する際に、前記応答に基づいて決定する方法に応じて定められた前記先読み優先度を決定する
    請求項5記載の情報処理装置。
    The prefetch information determining means includes at least one of a prefetch information determining means for an information acquisition request and a prefetch information determining means for an acquired content as the determining means,
    The prefetch information determination means for the information acquisition request is
    At the time of determining the prefetch information, at least for the information indicating the destination of the content included in the information acquisition request,
    Setting information that is highly likely to be acquired later for a specific destination and that describes the destination for other contents of the server, or
    Determining the prefetch information based on history information that is information including a history in which the destination of content acquired from the server in the past by the terminal is recorded;
    When determining the prefetch priority, determine the prefetch priority determined according to which of the setting information or the history information is determined,
    The prefetch information determination means for the acquired content is
    When determining the prefetching information, based on the requested content included in the response, determining the content of the same server as the source of the response as the prefetching information, and determining the prefetching priority The information processing apparatus according to claim 5, wherein the prefetch priority determined according to a method of determining based on the response is determined.
  7.  サーバに対して前記コンテンツを要求する情報取得要求を、請求項1乃至6のいずれか1項に記載の情報処理装置に対して送信する情報要求手段と、
     前記情報処理装置から先読み通知を受信し、さらに、前記先読み通知に基づいて、先読み情報を受信し、少なくとも受信した前記先読み情報を含む先読み蓄積情報を保存する先読み情報蓄積手段を含み、
     前記情報要求手段は、新たなコンテンツが必要になった際、前記新たなコンテンツが前記先読み蓄積情報として蓄積されていた場合は、前記情報取得要求を送信せずに、前記先読み蓄積情報から前記新たなコンテンツを読み出して、読み出した前記新たなコンテンツを出力する端末装置。
    An information requesting means for transmitting an information acquisition request for requesting the content to the server to the information processing apparatus according to any one of claims 1 to 6,
    Receiving prefetch notification from the information processing apparatus, further receiving prefetch information based on the prefetch notification, and including prefetch information storage means for storing prefetch storage information including at least the received prefetch information,
    When the new content is needed and the new content is stored as the prefetch storage information, the information requesting unit does not transmit the information acquisition request, and the new request is transmitted from the prefetch storage information. A terminal device that reads out a new content and outputs the read out new content.
  8.  端末から受信したコンテンツを要求する情報取得要求に基づいて、後に先読みするコンテンツである先読み情報を前記端末に対して送信する際に使用するストリームを決定し、
     前記情報取得要求、および、前記コンテンツを配信するサーバから前記情報取得要求に対する応答として受信する要求された前記コンテンツを含む情報取得応答のいずれかに基づいて、前記情報取得要求の宛先、または前記情報取得応答の送信元と同じサーバのコンテンツを前記先読み情報として決定する先読み情報決定処理を実行し、
     前記先読み情報を前記端末に対して送信する際の優先度である先読み優先度を、リアルタイム性の高い情報に対する所定の優先度よりも低い優先度として決定し、
     前記ストリームを表すストリーム識別子と、前記先読み情報を表す先読み情報識別子とを含む先読み通知を、前記端末に対して送信し、
     前記先読み情報を前記サーバから取得し、
     取得した前記先読み情報を、前記先読み通知において通知した前記ストリーム識別子に対応するストリームを介して、前記先読み優先度で前記端末に対して送信する
     配信方法。
    Based on the information acquisition request for requesting the content received from the terminal, determine the stream to be used when transmitting to the terminal prefetch information that is the content to be prefetched later,
    Based on either the information acquisition request and the information acquisition response including the requested content received as a response to the information acquisition request from the server that distributes the content, or the information acquisition request destination or the information Perform prefetch information determination processing for determining the content of the same server as the transmission source of the acquisition response as the prefetch information,
    A prefetch priority that is a priority when transmitting the prefetch information to the terminal is determined as a priority lower than a predetermined priority for information with high real-time characteristics,
    A prefetch notification including a stream identifier representing the stream and a prefetch information identifier representing the prefetch information is transmitted to the terminal;
    Obtaining the prefetch information from the server;
    The distribution method of transmitting the acquired prefetch information to the terminal with the prefetch priority via a stream corresponding to the stream identifier notified in the prefetch notification.
  9.  前記先読み通知、および前記情報取得応答に含まれるすべての通信パケットを前記端末に対して送信した後に、前記情報取得要求を受信したストリームである元ストリームを終了する
     請求項8記載の配信方法。
    The delivery method according to claim 8, wherein after transmitting all the communication packets included in the prefetch notification and the information acquisition response to the terminal, the original stream that is the stream that has received the information acquisition request is terminated.
  10.  前記端末が、無線通信が可能なモバイル端末である場合、
     前記端末が接続している基地局と取り決めたプロトコルに従って前記先読み優先度に対応する優先度を付けた通信パケットを、前記基地局に対して送信する
     請求項8または9記載の配信方法。
    When the terminal is a mobile terminal capable of wireless communication,
    The distribution method according to claim 8 or 9, wherein a communication packet with a priority corresponding to the prefetch priority is transmitted to the base station according to a protocol negotiated with a base station to which the terminal is connected.
  11.  前記リアルタイム性の高い情報として、少なくとも前記情報取得要求に対する前記応答が含まれる
     請求項8乃至10のいずれか1項に記載の配信方法。
    The delivery method according to any one of claims 8 to 10, wherein at least the response to the information acquisition request is included as the highly real-time information.
  12.  前記先読み情報決定処理において、複数の異なる決定方法で前記先読み情報の決定を行い、
     前記先読み優先度を決定する際に、前記先読み情報を決定した前記決定方法に応じて、前記先読み優先度を決定する
     請求項8乃至11のいずれか1項に記載の配信方法。
    In the prefetch information determination process, the prefetch information is determined by a plurality of different determination methods.
    The distribution method according to any one of claims 8 to 11, wherein when the prefetch priority is determined, the prefetch priority is determined according to the determination method for determining the prefetch information.
  13.  前記先読み情報決定処理において、前記決定方法として、少なくとも、情報取得要求を対象とする先読み情報決定方法と、取得したコンテンツを対象とする先読み情報決定方法とのどちらか一方を含み、
     前記情報取得要求を対象とする先読み情報決定方法において、
      前記先読み情報の決定の際に、前記情報取得要求に含まれる前記コンテンツの宛先を表す情報に対して、少なくとも、
       特定の宛先に対して、後に取得される可能性が高く、かつ、前記サーバの他のコンテンツに対する宛先が記述された情報である設定情報、または、
       前記端末が過去に前記サーバから取得したコンテンツの宛先が記録された履歴を含む情報である履歴情報
      に基づいて前記先読み情報を決定し、
     前記取得したコンテンツを対象とする先読み情報決定方法において、
       前記先読み情報の決定の際に、前記応答に含まれる前記要求されたコンテンツに基づいて、前記応答の送信元と同じ前記サーバのコンテンツを前記先読み情報として決定し、
     前記先読み優先度を決定する際に、前記先読み情報が、前記設定情報に基づいて決定されたか、前記履歴情報に基づいて決定されたか、または、前記応答に基づいて決定されたかに応じて定められた優先度を前記先読み優先度として決定する
     請求項12記載の配信方法。
    In the prefetch information determination process, the determination method includes at least one of a prefetch information determination method for an information acquisition request and a prefetch information determination method for an acquired content,
    In the prefetch information determination method for the information acquisition request,
    At the time of determining the prefetch information, at least for the information indicating the destination of the content included in the information acquisition request,
    Setting information that is highly likely to be acquired later for a specific destination and that describes the destination for other contents of the server, or
    Determining the prefetch information based on history information that is information including a history in which the destination of content acquired from the server in the past by the terminal is recorded;
    In the prefetch information determination method for the acquired content,
    When determining the prefetch information, based on the requested content included in the response, determine the same server content as the response sender as the prefetch information,
    When determining the prefetch priority, it is determined depending on whether the prefetch information is determined based on the setting information, the history information, or the response. The distribution method according to claim 12, wherein the priority is determined as the prefetch priority.
  14.  コンテンツを配信するサーバと、前記サーバに対してコンテンツを要求する端末との間の通信を制御する通信制御処理と、
     前記サーバと前記端末との間の通信における通信パケットを中継する通信転送処理と、
     前記端末から受信したコンテンツを要求する情報取得要求に基づいて、後に先読みするコンテンツである先読み情報を前記端末に対して送信する際に使用するストリームを決定するストリーム決定処理と、
     前記情報取得要求、および、前記サーバから前記情報取得要求に対する応答として受信する要求された前記コンテンツを含む情報取得応答のいずれかに基づいて、前記情報取得要求の宛先、または前記応答の送信元と同じサーバのコンテンツを前記先読み情報として決定する先読み情報決定処理と、
     前記先読み情報を前記端末に対して送信する際の優先度である先読み優先度を、リアルタイム性の高い情報に対する所定の優先度よりも低い優先度として決定する先読み優先度決定処理と、
     前記ストリームを表すストリーム識別子と、前記先読み情報を表す先読み情報識別子とを含む先読み通知を、前記端末に対して送信する先読み通知送信処理と、
     前記先読み情報を前記サーバから取得する先読み情報取得処理と、
     取得した前記先読み情報を、前記先読み通知において通知した前記ストリーム識別子に対応するストリームを介して、前記先読み優先度で前記端末に対して送信する先読み情報転送処理と
     をコンピュータに実行させる第1のコンピュータ・プログラムを記録する記録媒体。
    A communication control process for controlling communication between a server that distributes content and a terminal that requests content from the server;
    A communication transfer process for relaying a communication packet in communication between the server and the terminal;
    Based on an information acquisition request for requesting content received from the terminal, a stream determination process for determining a stream to be used when transmitting prefetch information, which is content prefetched later, to the terminal;
    Based on either the information acquisition request and the information acquisition response including the requested content received as a response to the information acquisition request from the server, the destination of the information acquisition request, or the source of the response Prefetch information determination processing for determining content of the same server as the prefetch information;
    A prefetch priority determination process for determining a prefetch priority that is a priority at the time of transmitting the prefetch information to the terminal as a priority lower than a predetermined priority for information with high real-time characteristics;
    A prefetch notification transmission process for transmitting a prefetch notification including a stream identifier representing the stream and a prefetch information identifier representing the prefetch information to the terminal;
    Prefetch information acquisition processing for acquiring the prefetch information from the server;
    A first computer that causes the computer to execute a prefetch information transfer process of transmitting the acquired prefetch information to the terminal with the prefetch priority via the stream corresponding to the stream identifier notified in the prefetch notification; A recording medium for recording the program.
  15.  前記通信制御処理において、前記先読み通知、および前記情報取得応答に含まれるすべての通信パケットを前記端末に対して送信した後に、前記情報取得要求を受信したストリームである元ストリームを終了する
     請求項14記載の第1のコンピュータ・プログラムを記録する記録媒体。
    15. In the communication control process, after transmitting all the communication packets included in the prefetch notification and the information acquisition response to the terminal, the original stream that is the stream that has received the information acquisition request is terminated. The recording medium which records the 1st computer program of description.
  16.  前記端末が、無線通信が可能なモバイル端末である場合、
     前記通信制御処理において、前記端末が接続している基地局と取り決めたプロトコルに従って前記先読み優先度に対応する優先度を付けた通信パケットを、前記基地局に対して送信する
     請求項14または15記載の第1のコンピュータ・プログラムを記録する記録媒体。
    When the terminal is a mobile terminal capable of wireless communication,
    16. In the communication control process, a communication packet with a priority corresponding to the prefetch priority is transmitted to the base station according to a protocol negotiated with a base station to which the terminal is connected. A recording medium for recording the first computer program.
  17.  前記リアルタイム性の高い情報として、少なくとも前記情報取得要求に対する前記応答が含まれる
     請求項14乃至16のいずれか1項に記載の第1のコンピュータ・プログラムを記録する記録媒体。
    The recording medium for recording the first computer program according to any one of claims 14 to 16, wherein at least the response to the information acquisition request is included as the highly real-time information.
  18.  前記先読み情報決定処理において、複数の異なる決定方法で前記先読み情報の決定を行い、
     前記先読み優先度決定処理において、前記先読み情報を決定した前記決定方法に応じて、前記先読み優先度を決定する
     請求項14乃至17のいずれか1項に記載の第1のコンピュータ・プログラムを記録する記録媒体。
    In the prefetch information determination process, the prefetch information is determined by a plurality of different determination methods.
    The first computer program according to any one of claims 14 to 17, wherein, in the prefetch priority determination process, the prefetch priority is determined according to the determination method for determining the prefetch information. recoding media.
  19.  前記先読み情報決定処理において、前記決定方法として、少なくとも、情報取得要求を対象とする先読み情報決定方法と、取得したコンテンツを対象とする先読み情報決定方法とのどちらか一方を含み、
     前記情報取得要求を対象とする先読み情報決定方法において、
      前記先読み情報の決定の際に、前記情報取得要求に含まれる前記コンテンツの宛先を表す情報に対して、少なくとも、
       特定の宛先に対して、後に取得される可能性が高く、かつ、前記サーバの他のコンテンツに対する宛先が記述された情報である設定情報、または、
       前記端末が過去に前記サーバから取得したコンテンツの宛先が記録された履歴を含む情報である履歴情報
      に基づいて前記先読み情報を決定し、
     前記取得したコンテンツを対象とする先読み情報決定方法において、
       前記先読み情報の決定の際に、前記応答に含まれる前記要求されたコンテンツに基づいて、前記応答の送信元と同じ前記サーバのコンテンツを前記先読み情報として決定し、
     前記先読み優先度決定処理において、前記先読み情報が、前記設定情報に基づいて決定されたか、前記履歴情報に基づいて決定されたか、または、前記応答に基づいて決定されたかに応じて定められた優先度を前記先読み優先度として決定する
     請求項18記載の第1のコンピュータ・プログラムを記録する記録媒体。
    In the prefetch information determination process, the determination method includes at least one of a prefetch information determination method for an information acquisition request and a prefetch information determination method for an acquired content,
    In the prefetch information determination method for the information acquisition request,
    At the time of determining the prefetch information, at least for the information indicating the destination of the content included in the information acquisition request,
    Setting information that is highly likely to be acquired later for a specific destination and that describes the destination for other contents of the server, or
    Determining the prefetch information based on history information that is information including a history in which the destination of content acquired from the server in the past by the terminal is recorded;
    In the prefetch information determination method for the acquired content,
    When determining the prefetch information, based on the requested content included in the response, determine the same server content as the response sender as the prefetch information,
    In the prefetch priority determination process, priority determined according to whether the prefetch information is determined based on the setting information, the historical information, or the response. The recording medium for recording the first computer program according to claim 18, wherein a degree is determined as the prefetching priority.
  20.  前記サーバに対して前記コンテンツを要求する情報取得要求を、請求項14乃至19のいずれか1項に記載の記録媒体に記録される前記第1のコンピュータ・プログラムが動作する情報処理装置に対して送信する情報要求処理と、
     前記情報処理装置から前記先読み通知を受信し、さらに、前記先読み通知に基づいて、前記先読み情報を受信し、少なくとも受信した前記先読み情報を含む先読み蓄積情報を保存する先読み情報蓄積処理をコンピュータに実行させ、
     前記情報要求処理において、新たなコンテンツが必要になった際、前記新たなコンテンツが前記先読み蓄積情報として蓄積されていた場合は、情報取得要求を送信せずに、前記先読み蓄積情報から前記新たなコンテンツを読み出して、前記新たなコンテンツを出力する
     第2のコンピュータ・プログラムを記録する記録媒体。
    An information acquisition request for requesting the content from the server is sent to an information processing apparatus that operates the first computer program recorded in the recording medium according to any one of claims 14 to 19. Information request processing to be transmitted;
    Receiving the prefetch notification from the information processing apparatus, further receiving the prefetch information based on the prefetch notification, and executing prefetch information accumulation processing for storing prefetch accumulation information including at least the received prefetch information in a computer Let
    In the information request process, when new content is needed, if the new content is stored as the prefetch storage information, the new request is not transmitted, and the new read content is not updated. A recording medium for recording a second computer program for reading content and outputting the new content.
PCT/JP2016/003225 2015-07-10 2016-07-07 Information processing device, distribution method, and recording medium storing computer program WO2017010065A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2015-138534 2015-07-10
JP2015138534 2015-07-10

Publications (1)

Publication Number Publication Date
WO2017010065A1 true WO2017010065A1 (en) 2017-01-19

Family

ID=57756876

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2016/003225 WO2017010065A1 (en) 2015-07-10 2016-07-07 Information processing device, distribution method, and recording medium storing computer program

Country Status (1)

Country Link
WO (1) WO2017010065A1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120136926A1 (en) * 2010-11-29 2012-05-31 Hughes Network Systems, Llc Computer networking system and method with javascript execution for pre-fetching content from dynamically-generated url
JP2013250691A (en) * 2012-05-31 2013-12-12 Hitachi Ltd Communication device and method
JP2014021728A (en) * 2012-07-18 2014-02-03 Canon Inc Information processing system, control method, server, information processing device, and computer program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120136926A1 (en) * 2010-11-29 2012-05-31 Hughes Network Systems, Llc Computer networking system and method with javascript execution for pre-fetching content from dynamically-generated url
JP2013250691A (en) * 2012-05-31 2013-12-12 Hitachi Ltd Communication device and method
JP2014021728A (en) * 2012-07-18 2014-02-03 Canon Inc Information processing system, control method, server, information processing device, and computer program

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
FUMIAKI NAGASE: "A study on HTTP performance acceleration with WEB prefetching in large latency network system", IEICE TECHNICAL REPORT, vol. 111, no. 94, 15 June 2011 (2011-06-15), pages 73 - 78 *
SHIGEKI OTSU: "Recent Progress of HTTP/2 Standardization", THE JOURNAL OF THE INSTITUTE OF ELECTRONICS, INFORMATION AND COMMUNICATION ENGINEERS, vol. 97, no. 8, 1 August 2014 (2014-08-01), pages 727 - 733 *

Similar Documents

Publication Publication Date Title
CN110098947B (en) Application deployment method, device and system
JP4758362B2 (en) Relay device, program, and relay method
JP5590146B2 (en) Service quality management system and method
EP2783498B1 (en) Content distribution through blind-cache instantiation
JP2006302153A (en) Load balancing server
JP2006222631A (en) Convergence controller and convergence control method for network
US9323482B2 (en) Print control system, method of controlling printing, and recording medium
US10812484B2 (en) Leak-proof classification for an application session
KR101981285B1 (en) Contents delivery service system using contents identification, apparatus therefor and contents delivery service method thereof
US20180091631A1 (en) Systems and methods for writing prioritized http/2 data to a socket buffer
US20140280774A1 (en) Information system, file server, and file server control method
CN101567875B (en) Method, system and device for realizing cache policy control
KR101356961B1 (en) System for distributing a content, method and apparatus thereof
CN105009520A (en) Method for delivering content in communication network and apparatus therefor
WO2017010065A1 (en) Information processing device, distribution method, and recording medium storing computer program
JP2015517694A (en) Method and apparatus for controlling a network device
JP6886874B2 (en) Edge devices, data processing systems, data transmission methods, and programs
JP6743906B2 (en) Communication device, communication method, program
JP2006309777A (en) Load distribution system
KR101407934B1 (en) System for distributing a content, method and apparatus thereof
KR20150004459A (en) Method for preloading in content delivery system and apparatus thereof
JP5088291B2 (en) BAND CONTROL DEVICE, BAND CONTROL METHOD, ITS PROGRAM, BAND CONTROL SYSTEM
JP2006252385A (en) Hardware resource providing system
CN109510839B (en) Distributed Portal access method
US11936728B2 (en) Method for the file distribution between interconnected 3GPP MCData systems

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

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP