WO2017010065A1 - Dispositif de traitement d'informations, procédé de distribution et support d'enregistrement stockant un programme informatique - Google Patents

Dispositif de traitement d'informations, procédé de distribution et support d'enregistrement stockant un programme informatique 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
English (en)
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/fr

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

L'invention concerne un dispositif de traitement d'informations qui distribue de manière sécurisée des informations de prélecture à un terminal tout en réduisant l'influence sur la communication de données qui requiert des propriétés temps réel élevées. Le dispositif de traitement d'informations comprend : une unité de détermination d'informations de prélecture qui détermine un flux utilisé pour transmettre ultérieurement des informations de prélecture à un terminal d'après une demande d'acquisition d'informations reçue du terminal, détermine, en tant qu'informations de prélecture, le contenu d'un serveur qui est identique à une cible de la demande d'acquisition d'informations ou à une source d'une réponse d'après la demande d'acquisition d'informations ou la réponse du serveur, et définit une priorité de prélecture, qui est une priorité de transmission des informations de prélecture au terminal, comme inférieure à une priorité prédéterminée des informations qui requièrent des propriétés temps réel élevées ; une unité de notification de prélecture qui transmet au terminal une notification de prélecture comprenant un identifiant de flux représentant le flux et un identifiant d'informations de prélecture représentant les informations de prélecture ; une unité d'acquisition d'informations de prélecture qui acquiert des informations de prélecture à partir du serveur ; et une unité de transfert d'informations de prélecture qui transmet les informations de prélecture acquises au terminal selon la priorité de prélecture par le biais du flux notifié par la notification de prélecture.
PCT/JP2016/003225 2015-07-10 2016-07-07 Dispositif de traitement d'informations, procédé de distribution et support d'enregistrement stockant un programme informatique WO2017010065A1 (fr)

Applications Claiming Priority (2)

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

Publications (1)

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

Family

ID=57756876

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2016/003225 WO2017010065A1 (fr) 2015-07-10 2016-07-07 Dispositif de traitement d'informations, procédé de distribution et support d'enregistrement stockant un programme informatique

Country Status (1)

Country Link
WO (1) WO2017010065A1 (fr)

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 (ja) * 2012-05-31 2013-12-12 Hitachi Ltd 通信装置および方法
JP2014021728A (ja) * 2012-07-18 2014-02-03 Canon Inc 情報処理システム、制御方法、サーバ、情報処理装置およびコンピュータプログラム

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 (ja) * 2012-05-31 2013-12-12 Hitachi Ltd 通信装置および方法
JP2014021728A (ja) * 2012-07-18 2014-02-03 Canon Inc 情報処理システム、制御方法、サーバ、情報処理装置およびコンピュータプログラム

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 (zh) 一种应用的部署方法、设备及系统
JP4758362B2 (ja) 中継装置、プログラム及び中継方法
JP5590146B2 (ja) サービス品質管理システム及び方法
JP2006302153A (ja) 負荷分散装置
JP2006222631A (ja) 輻輳制御装置、および、ネットワークの輻輳制御方法
US9323482B2 (en) Print control system, method of controlling printing, and recording medium
US10812484B2 (en) Leak-proof classification for an application session
KR101981285B1 (ko) 컨텐츠 식별 정보를 이용한 컨텐츠 전송 서비스 시스템, 이를 위한 장치 및 그의 컨텐츠 전송 서비스 방법
JP2022126821A5 (fr)
KR101356961B1 (ko) 컨텐츠 전송 시스템, 이를 위한 방법 및 장치
CN101567875B (zh) 一种实现缓存策略控制的方法、系统及装置
JP6886874B2 (ja) エッジ装置、データ処理システム、データ送信方法、及びプログラム
CN105009520A (zh) 用于在通信网络中传送内容的方法及其装置
CN106411978B (zh) 一种资源缓存方法及装置
EP3125495A1 (fr) Négociation de contenu dans un réseau axé sur le contenu
WO2017010065A1 (fr) Dispositif de traitement d'informations, procédé de distribution et support d'enregistrement stockant un programme informatique
JP2015517694A (ja) ネットワークデバイスを制御するための方法と装置
CN109510839B (zh) 一种分布式Portal接入方法
JP6743906B2 (ja) 通信装置、通信方法、プログラム
KR101407934B1 (ko) 컨텐츠 전송 시스템, 이를 위한 방법 및 장치
KR20180052195A (ko) 캐시 장치, 상기 캐시 장치에서의 mmt 컨텐츠 전송 방법
KR20150004459A (ko) 컨텐츠 전송 시스템에서 프리로딩을 위한 방법 및 장치
CN105323848B (zh) 数据通道控制方法、装置及服务器
WO2023162130A1 (fr) Système, procédé et programme de collecte de données
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