US20080183845A1 - Data transfer scheme for reducing network load using general purpose browser on client side - Google Patents

Data transfer scheme for reducing network load using general purpose browser on client side Download PDF

Info

Publication number
US20080183845A1
US20080183845A1 US11/873,050 US87305007A US2008183845A1 US 20080183845 A1 US20080183845 A1 US 20080183845A1 US 87305007 A US87305007 A US 87305007A US 2008183845 A1 US2008183845 A1 US 2008183845A1
Authority
US
United States
Prior art keywords
feature quantity
data
received
memory unit
contents data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/873,050
Inventor
Yuichi Koba
Yasuhiro Kimura
Kenichiro Yoshii
Atsushi Shono
Hideaki Sato
Toshibumi Seki
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba Corp
Original Assignee
Toshiba Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp filed Critical Toshiba Corp
Priority to US11/873,050 priority Critical patent/US20080183845A1/en
Publication of US20080183845A1 publication Critical patent/US20080183845A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/2895Intermediate processing functionally located close to the data provider application, e.g. reverse proxies
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching
    • H04L67/5682Policies or rules for updating, deleting or replacing the stored data
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/04Protocols for data compression, e.g. ROHC
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/565Conversion or adaptation of application format or content
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/30Definitions, standards or architectural aspects of layered protocol stacks
    • H04L69/32Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
    • H04L69/322Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions
    • H04L69/329Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions in the application layer [OSI layer 7]

Definitions

  • the present invention relates to data transfer device and method.
  • the client-server type information system having a server for providing various services on a network and a client for requesting services to the server is widely used.
  • the World Wide Wed system (referred hereafter as Web) for carrying out communications by utilizing the HTTP (HyperText Transfer Protocol) on the Internet is the very widely used client-server type information system.
  • HTTP HyperText Transfer Protocol
  • a server program is operated on the server and a prescribed program such as a Web browser is operated on the client.
  • the services are provided by the communications between the client and the server. Consequently, the communication bandwidth between the client and the server tends to become a bottleneck of the entire system For this reason, the cache technique is usually used for the purpose of reducing the network load.
  • the Web browser or the like that is operated on the client often utilizes the cache function, to cache recently accessed data.
  • the access is made by specifying the information or the service by a URL (Uniform Resource Locator), so that the cache on the client stores those which are cachable among data returned as results of requesting the information or the service to the Web server in the past, in the cache in correspondence to their URLs.
  • URL Uniform Resource Locator
  • the cache function is often provided at a proxy server that is provided between the LAN and the Internet.
  • the cache of the client described above is a cache dedicated to the user of that client, but the cache of the proxy server on the LAN is operated as a cache snared by a plurality of users, so that the cache works even in the case of accessing the URL that was accessed by the other client in the past.
  • the caching targets of these caches are static contents.
  • many of the information and the services disclosed on the Web are largely static contents for which the information updating frequency is not very high and which are disclosed to the unspecified many, so that the checking of the presence/absence of the cache on the basis of URL was sufficiently effective.
  • the FP compression processing is carried out between a proxy server on the client side (CSP: Client Side Proxy) and a proxy server on the Web server side (SSP: Server Side Proxy), so that two proxy servers are necessary and there has been a problem that the network configuration becomes complicated.
  • CSP Client Side Proxy
  • SSP Server Side Proxy
  • the communication path from the portable terminal to the Web server and the communication path from the Web server to the portable terminal are different so that it is difficult to use the CSP.
  • a data transfer device for transferring a request received from a client to a server which is a destination of the request, and transferring contents data according to the request received from the server to the client that is a source of the request, comprising: a reception unit configured to receive the request from the client and the contents data from the server; a transmission unit configured to transmit the request to the server and the contents dam to the client; a feature quantity calculation unit configured to calculate a feature quantity indicating a feature of the contents data, upon receiving the contents data in response to the request; a memory unit configured to store the feature quantity and the contents data in correspondence; a search unit configured to search through the memory unit to check whether the feature quantity identical to a new feature quantity calculated by the feature quantity calculation unit is stored in the memory unit or not, and output a search result; and a control unit configured to control the search unit to carry out a search, determine information to be transmitted from the transmission unit according to the search result, and control the transmission unit to transmit to the client a reply message formed by
  • a data receiving and displaying device comprising: a transmission unit configured to transmit a request to a data transfer device; a reception unit configured to receive a reply message formed by a header portion and a body portion, according to the request from the data transfer device; an analysis unit configured to analyze the reply message and carry out processing according to a message format; a display unit configured to display processed data; a memory unit configured to store a contents data and a feature quantity in correspondence, when the reply message contains the contents data and the feature quantity in the body portion as a result of analysis by the analysis unit; a search unit configured to search through the memory unit to check whether the feature quantity identical to the feature quantity contained in the reply message is stored in the memory unit or nor and output a search result, when the reply message contains the feature quantity but no contents data in the body portion as a result of analysis by the analysis unit, and acquire the contents data corresponding to the feature quantity from the memory unit and output the contents data to the analysis unit, when the feature quantity identical to the feature quantity contained in the
  • a computer program product to be installed at a data receiving and displaying device using a computer and having a transmission unit configured to transmit a request to a data transfer device, a reception unit configured to receive a reply message formed by a header portion and a body portion, according to the request from the data transfer device, an analysis unit configured to analyze the reply message and carry out processing according to a message format, and a display unit configured to display processed data
  • the computer program product comprising: a first computer program code for causing the computer to store a contents data and a feature quantity in correspondence into a memory, when the reply message contains the contents data and the feature quantity in the body portion as a result of analysis by the analysis unit; a second computer program code for causing the computer to search through the memory to check whether the feature quantity identical to the feature quantity contained in the reply message is stored in the memory or not and output a search result, when the reply message contains the feature quantity but no contents data in the body portion as a result of analysis by the analysis unit and acquire the contents data
  • a data transfer method for transferring a request received from a client to a server which is a destination of the request, and transferring contents date according to the request received from the server to the client that is a source of the request, comprising: calculating a feature quantity indicating a feature of the contents data, upon receiving the contents data in response to the request; storing the feature quantity and the contents data in correspondence into a memory; searching through the memory to check whether the feature quantity identical to a new feature quantity calculated by the calculating step is stored in the memory or not; transmitting to the client a reply message formed by a header portion and a body portion, which contains the feature quantity in the body portion, when the feature quantity identical to the new feature quantity is stored in the memory; and transmitting to the client the reply message which contains the contents data and the new feature quantity in the body portion, while storing the new feature quantity and a corresponding contents data in the memory, when the feature quantity identical to the new feature quantity is not stored in the memory.
  • FIG. 1 is a block diagram showing a configuration of a system using a data transfer device according to one embodiment of the present invention.
  • FIG. 2 is a schematic diagram showing one exemplary flow of commands and data in the system according to one embodiment of the present invention.
  • FIG. 3 is a schematic diagram showing another exemplary flow of commands and data in the system according to one embodiment or the present invention.
  • FIG. 4 is a schematic diagram showing another exemplary flow of commands and data in the system according to one embodiment of the present invention.
  • FIG. 5 is a schematic diagram showing another exemplary flow of commands and data in the system according to one embodiment of the present invention.
  • FIG. 6 is a schematic diagram showing another exemplary flow of commands and data in the system according to one embodiment or the present invention.
  • FIG. 7 is a schematic diagram showing another exemplary flow of commands and data in the system according to one embodiment of the present invention.
  • FIG. 8 is a block diagram snowing a configuration of a Web browser in the system according to one embodiment of the present invention.
  • FIG. 9 is a block diagram showing a configuration of an FP cache processing engine on the Web browser in the system according to one embodiment of the present invention.
  • FIG. 10 is a block diagram showing a configuration of a proxy server in the system according to one embodiment of the present invention.
  • FIG. 11 is a diagram showing an exemplary data registered in an FP cache region at the proxy server in the system according to one embodiment of the present invention.
  • FIGS. 12A and 128 are diagrams showing exemplary configurations of a reply message from the proxy server to the Web browser in the system according to one embodiment of the present invention.
  • FIG. 13 is a diagram showing an exemplary header portion of the reply message from the proxy server to the Web browser in the system according to one embodiment of the present invention.
  • FIG. 14 is a diagram showing an exemplary body portion of the reply message from the proxy server to the Web browser in the system according to one embodiment of the present invention.
  • FIG. 15 is a diagram showing an exemplary fingerprint portion in the body portion of the reply message in the case where the proxy server carries out a differential transfer in the system according to one embodiment of the present invention.
  • FIG. 16 is a diagram showing an exemplary difference base FP value in the fingerprint portion in the case where the proxy server carries out a differential transfer in the system according to one embodiment of the present invention.
  • FIG. 17 is a flow chart showing a procedure or the operation of the Web browser after receiving the reply message from the proxy server in the system according to one embodiment of the present invention.
  • FIG. 18 is a flow chart showing a procedure of the processing by an FP cache processing engine on the Web browser in the system according to one embodiment of the present invention.
  • FIG. 19 is a flow chart showing a procedure of the operation of the proxy server after receiving a request from the Web browser in the system according to one embodiment of the present invention.
  • FIG. 20 is a flow chart showing a procedure of the operation of the proxy server after receiving a reply from a Web server in the system according to one embodiment of the present invention.
  • FIG. 21 is a diagram showing another exemplary configuration of a reply message from the proxy server to the Web browser in the system according to one embodiment of the present invention.
  • FIG. 22 is a diagram showing another exemplary body portion of the reply message from the proxy server to the Web browser in the system according to one embodiment of the present invention.
  • FIG. 1 to FIG. 22 one embodiment of the data transfer scheme according to the present invention will be described in detail.
  • FIG. 1 shows an exemplary configuration of the Web system according to this embodiment, which has a Web browser 1 - 1 which is a client, a Web server 1 - 3 which provides various information and services to the client, and a proxy server 1 - 2 for reducing the network load by carrying out a temporary storing of data from the Web server 1 - 3 , which are inter-connected through networks.
  • the Web browser 1 - 1 is a program operated on a computer of the client 100 .
  • the Web browser 1 - 1 requests the contents data such as that of information or service by accessing the proxy server 1 - 2 and transmitting a request message based on the HTTP, and receives a reply message obtained as a result.
  • the Web browser 1 - 1 extracts the contents data from the received reply message, and displays it on a display screen (not shown) and register it in a cache (not shown), so as to shorten the time required until the display by reading it from the cache in the case of acquiring the same contents data again.
  • the proxy server 1 - 2 is a program operated on the server 111 which is a computer belonging to the Web server side network 110 , in response to the request message from the Web browser 1 - 1 , the proxy server 1 - 2 either transmits a reply message by utilizing the contents data existing in the cache (not shown), or in the case where the contents data does not exist in the cache, transfers the request message to the Web server 1 - 3 to acquire the contents data and transmits a reply message to the Web browser 1 - 1 . Also, by calculating the FP value for the contents data acquired from the Web server 1 - 3 and registering it in correspondence to the URL and the data, it becomes possible to make a hit for the data In the cache (not shown), even for the substantially identical data with a different URL.
  • the FP value is data which becomes a feature value of the contents data, which is calculated by using a hash function as will be described below.
  • the Web server 1 - 3 is a program operated on the server 112 which is a computer belonging to the Web server side network 110 .
  • the Web server 1 - 3 receives a command based on the HTTP from the proxy server 1 - 2 , and transmits the contents data such as that of information or service.
  • the cache 1 - 11 shown in FIG. 2 to FIG. 7 is the latter cache.
  • the flow of data and commands in this case is as shown in FIG. 2 .
  • the Web browser 1 - 1 accesses the proxy server 1 - 2 and transmits the request message for requesting the contents data.
  • the proxy server 1 - 2 transfers the request message to the Web server 1 - 3 .
  • the Web server 1 - 3 outputs the contents data according to the request message.
  • the proxy server 1 - 2 calculates the FPM value of the contents data, and registers the contents data and the FP value and the URL in correspondence, into the cache 1 - 21 .
  • the proxy server 1 - 2 transmits the contents data and the FP value to the Web browser 1 - 1 .
  • the Web browser 1 - 1 registers the contents data and the FP value in correspondence, into the cache 1 - 11 .
  • the flow of data and commands in this case is as shown in FIG. 3 .
  • the Web browser 1 - 1 accesses the proxy server 1 - 2 and transmits the request message for requesting the contents data.
  • the proxy server 1 - 2 extracts the contents data and the FP value corresponding to the URL specified by the request message, from the cache 1 - 21 .
  • the proxy server 1 - 2 transmits the FP value and the contents data to the Web browser 1 - 1 .
  • the Web browser 1 - 1 registers the FP value and the contents data in correspondence, into the cache 3 - 11 .
  • the flow of data and commands in this case is as shown in FIG. 4 .
  • the Web browser 1 - 11 accesses the proxy server 1 - 2 and transmits the request message for requesting the contents data.
  • the proxy server 1 - 2 transfers the request message to the Web server 1 - 3 .
  • the Web server 1 - 3 outputs the contents data according to the request message.
  • the proxy server 1 - 2 calculates the FP value of the contents data, and searches the contents data In the cache 1 - 21 by using the FP value.
  • the proxy server 1 - 2 transmits the FP value to the Web browser 1 - 1 .
  • the Web browser 1 - 1 reads out the contents data corresponding to the FP value from the cache 1 - 11 .
  • the flow of data and commands in this case is as shown in FIG. 5 .
  • (1) to (5) are the same as (C-1).
  • the Web browser 1 - 1 transmits a re-request message for requesting the transmission of the contents data to the proxy server 1 - 2 .
  • the proxy server 1 - 2 extracts the contents data from the cache 1 - 21 according to the re-request message.
  • the proxy server 1 - 2 transmits the FP value and the contents data to the Web browser 1 - 1 .
  • the Web browser 1 - 1 registers the contents data and the FP value in correspondence, into the cache 1 - 11 .
  • the flow of data and commands in this case us as shown in FIG. 6 .
  • the Web browser 1 - 1 accesses the proxy server 1 - 2 and transmits the request message for requesting the contents data.
  • the proxy server 1 - 2 transfers the request message to the Web server 1 - 3 .
  • the Web server 1 - 3 outputs the contents data according to the request message.
  • the proxy server 1 - 2 calculates the FP value of the contents data, and registers the FP value, the URL and the contents data in correspondence.
  • the proxy server 1 - 2 reads out the difference base data and the difference base FP value to be used in the differential transfer from the cache 1 - 21 .
  • the proxy server 1 - 2 transmits the difference data which is a difference between the contents data and the difference base data, the difference base FP value and the FP value to the Web browser 1 - 1 .
  • the Web browser 1 - 1 reads out the difference base data corresponding to the difference base FP value from the cache 1 - 11 .
  • the Web browser 1 - 1 composes the contents data from the difference base data and the difference data, and registers the FP value and the contents data in correspondence, into the cache 1 - 11 .
  • the flow of data and commands in this case is as shown in FIG. 7 .
  • (1) to (6) are the same as (D-1).
  • the Web browser 1 - 1 transmits the re-request message for requesting data that do not exist in the cache 1 - 11 among the difference base data, to the proxy server 1 - 2 .
  • the Web browser 1 - 1 registers the difference base data and the difference base FP value obtained in response to the re-request message in correspondence, into the cache 1 - 11 .
  • the Web browser 1 - 1 composes the contents data from the difference base data and the difference data, and registers the FP value and the contents data in correspondence, into the cache 1 - 11 .
  • FIG. 8 shows a configuration of the Web browser 1 - 1 of this embodiment.
  • the Web browser 1 - 1 has: a browser core engine unit 2 - 1 for carrying out interpretation of HTML (HyperText Markup Language) or the like, drawing and display of a display screen, communications with the Web server 1 - 3 and the proxy server 1 - 2 , and receiving of a request from the user; a plug-in unit 200 for expanding the browser function; an FP cache processing engine 2 - 2 installed at the plug-in unit 200 , for carrying out the FP cache processing; a cache 201 for storing the URL and the contents data in correspondence; and a memory 202 for temporarily storing the received contents data.
  • HTML HyperText Markup Language
  • the browser core engine unit 201 provides functions Implemented in the general browser. More specifically, the browser core engine unit 201 carries out the search through the cache 201 by utilizing the URL in response to a request from the user, the access to the proxy server 1 - 2 , the analysis and display of the contents data read out from the cache 201 , the extraction of the reply data from the reply message received from the proxy server 1 - 2 and storing it into the memory 202 and analyzing and displaying it.
  • the cache 201 is one that is implemented in the general browser, which stores the URL and the contents data in correspondence.
  • the FP cache processing engine 2 - 2 carries out the cache processing utilizing the FP value.
  • the FP cache processing engine 2 - 2 has a detailed configuration as shown in FIG. 9 .
  • the FP cache processing engine 2 - 2 has an input unit 3 - 1 for reading out the reply data from the memory 202 by using a memory address received from the browser core engine unit 2 - 1 of the Web browser 1 - 1 , an analysis unit 3 - 2 for analyzing the reply data and judging presence/absence of a need to compose the contents data from the FP value, an FP cache region 3 - 3 for storing the contents data and the FP value extracted from the reply data in correspondence, and a registration unit 3 - 4 for registering the contents data and the FP value into the FP cache region 3 - 3 .
  • the FP cache region 3 - 3 corresponds to the cache 1 - 11 described above. Also, in this embodiment, the FP cache region 3 - 3 is a separately provided from the cache 201 described above.
  • the FP cache processing engine 2 - 2 has a composition unit 3 - 5 for carrying out the composition of the contents data from the FP value when it is judged that there is a need for the composition at the analysis unit 3 - 2 , a re-request generation unit 3 - 6 for acquiring the contents data or the difference base data from the proxy server 1 - 2 according to a request from the composition unit 3 - 5 , and an output unit 3 - 7 for finally outputting the contents data to the memory 202 .
  • the input unit 3 - 1 reads out the reply data from the memory 202 according to an address received from the browser core engine unit 2 - 1 and outputs it to the analysis unit 3 - 2 .
  • the analysis unit 3 - 2 determines a processing policy according to a mode information contained in the reply data.
  • a mode information contained in the reply data One of a normal transfer (Mode: None), a compressed transfer (Mode: Compress) and a differential transfer (Mode: Differential) is set in the mode information, and the reply data is outputted to the registration unit 3 - 4 when the mode is the normal transfer or the reply data is outputted to the composition unit 3 - 5 when the mode is the compressed transfer or the differential transfer.
  • the registration unit 3 - 4 extracts the contents data from the reply data and registers it in correspondence to the FP value into the FP cache region 3 - 3 .
  • the composition unit 3 - 5 carries out the composition of the contents data by utilizing the FP value.
  • the contents data corresponding to the FP value is searched in the FP cache region 3 - 3 .
  • the FP value is outputted to the re-request generation unit 3 - 6 , to acquire the contents data from the proxy server 1 - 2 .
  • the contents data obtained from the FP cache region 3 - 3 or the proxy server 1 - 2 is written into the reply data and outputted to the registration unit 3 - 4 .
  • the different base data corresponding to the difference base FP value is searched in the FP cache region 3 - 3 .
  • the difference base FP value is outputted to the re-request generation unit 3 - 6 , to acquire the difference base data from the proxy server 1 - 2 .
  • the contents data is composed from the difference base data obtained from the FP cache region 3 - 3 or the proxy server 1 - 2 and the difference data contained in the reply data, and the composed contents data is written into the reply data and outputted to the registration unit 3 - 4 .
  • the re-request generation unit 3 - 6 accesses the proxy server 1 - 2 , and acquires the contents data or the difference base data corresponding to the FP value or the difference base FP value received from the composition unit 3 - 5 .
  • the re-request generation unit 3 - 6 carries out the communications directly in the HTTP by accessing the proxy server 1 - 2 without using the browser core engine unit 2 - 1 .
  • the FP value and a parameter indicating that it is a re-request are transmitted along with a command of the HTTP, to notify that it is different from a normal request, to the proxy server 1 - 2 . More specifically, the FP value and a header indicating that it is a re-request are attached to a request of the HTTP.
  • the plug-in unit 200 is provided in order to expand the function of the browser core engine unit 2 - 1 .
  • Examples of the Web browsers implemented with the plug-in unit include Netscape (R) Navigator, Netscape (R) Communicator, and Microsoft Internet Explorer (R). These Web browsers become capable of carrying out the processing that is not originally provided, by installing a plug-in provided as software. For example, it becomes possible to activate and control a specific application such as that for a video playback software in the Web browser.
  • the FP cache processing engine 2 - 2 is provided in a form of software, and operated by being installed at the plug-in unit 200 .
  • the browser core engine unit 2 - 1 acquires the contents data in response to a request or the like from the user. First, the search of the cache 201 by utilizing the URL is carried out. When the target contents data exists in the cache 201 , that data is used. When it does not exist, the reply data containing the target contents data is acquired by accessing the proxy server 1 - 2 , and stored into the memory 202 .
  • the browser core engine unit 2 - 1 analyzes the acquired contents data or reply data, and interrupts the analysis and activates the plug-in when the plug-in becomes necessary. At a time of activating the plug-in, an address of the contents data or the reply data stored in the memory 202 is outputted. Then, when the plug-in processing is finished, the analysis of the contents data is resumed and the display or the like is carried out.
  • the FP cache processing engine 2 - 2 is activated from the browser core engine unit 2 - 1 similarly as the other plug-in. At a time of the activation, an address of the reply data stored in the memory 202 is received from the browser core engine unit 2 - 1 , the cache processing using the FP value is carried out with respect to the reply data, and the result is outputted to the browser core engine unit 2 - 1 .
  • FIG. 10 shows a configuration of the proxy server of this embodiment.
  • the proxy server 1 - 2 has a request receiving unit 4 - 1 for receiving the request message from the Web browser 1 - 1 , an analysis unit 4 - 2 for analyzing the request message from the Web browser 1 - 1 and makes a matching with the cache, a request transmitting unit 4 - 4 for transferring the request message to the web server 1 - 3 , and a cache region 4 - 3 for storing the FP value, the URL and the contents data in correspondence.
  • This cache region 4 - 3 corresponds to the cache 1 - 21 described above.
  • the proxy server 1 - 2 also has a reply receiving unit 4 - 5 for receiving a reply and the contents data from the Web server 1 - 3 , an FP judgement unit 4 - 6 for Judging whether the received contents data should be subjected to the FP cache processing or not, an FP calculation unit 4 - 8 for calculating the FP value of the received contents data, an FP management unit 4 - 7 for searching through the cache region 4 - 3 according to the FP value, a reply generation unit 4 - 9 for generating the reply data by attaching a prescribed information to the contents data, and a reply transmitting unit 4 - 10 for transmitting the reply message containing the reply data to the Web browser 1 - 1 .
  • a reply receiving unit 4 - 5 for receiving a reply and the contents data from the Web server 1 - 3
  • an FP judgement unit 4 - 6 for Judging whether the received contents data should be subjected to the FP cache processing or not
  • an FP calculation unit 4 - 8 for calculating the FP value of
  • the request receiving unit 4 - 1 receives the request message based on the HTTP from the Web browser 1 - 1 .
  • the analysis unit 4 - 2 analyzes the received request message. Then, as in the case (B) described above, when the contents data corresponding to the URL contained in the request message from the Web browser 1 - 1 exists in the cache region 4 - 3 , the contents data and the corresponding FP value are read out from the cache region 4 - 3 and outputted to the reply generation unit 4 - 9 . Note that, when the contents data corresponding to the URL does not exist, the request message is outputted to the request transmitting unit 4 - 4 .
  • the re-request message is transmitted from the Web browser 1 - 1 as in the case (C-2) or (D-2) described above, the corresponding contents data is read out from the cache region 4 - 3 , and outputted to the reply generation unit 4 - 9 along with a notice indicating that it is an operation in response to the re-request message.
  • the cache region 4 - 3 stores the contents data acquired from the Web server 1 - 3 by the proxy server 1 - 2 , the FP value calculated for this contents data, and the URL of this contents data, in correspondence. From the property or the FP value, there is basically one FP value corresponding to one contents data. There may be a plurality of URLs with respect to one data.
  • FIG. 11 shows an exemplary data stored by the cache region 4 - 3 , where a set of the URL, the overall FP value of the contents data, and the line by line FP values of each line of the contents data are stored.
  • the request transmitting unit 4 - 4 transfers the request message from the Web browser 1 - 1 to the Web server 1 - 3 . Then, the reply receiving unit 4 - 5 receives the contents data from the Web browser 1 - 1 .
  • the FP judgement unit 4 - 6 judges whether a format of the contents data received from the Web browser 1 - 1 is compatible with the FP or not.
  • the data format that is not compatible with the FP includes the image data and the stream data.
  • the FP judgement unit 4 - 6 outputs the contents data as it is to the reply transmitting unit 4 - 10 .
  • the FP management unit 4 - 7 controls the FP calculation unit 4 - 8 to calculate the FP value of the received contents data. Then, the contents data having the same FP value is searched in the cache region 4 - 3 by using the obtained FP value. When the contents data having the same FP value cannot be found, the FP value and the contents data are registered in correspondence into the cache region 4 - 3 , whether the differential transfer is possible or not is checked, and it the differential transfer is possible, the difference data is calculated.
  • the judgement of similarity is made by comparing the received contents data and the contents data stored in the cache region 4 - 3 in units of line. As described above, each line of the contents data stored in the cache region 4 - 3 is stored along with the FP value, so that it is compared with the FP value or each line of the received contents data, and when the FP values coincide for more than a prescribed number or lines, it is judged that the similarity is high and the differential transfer is carried out.
  • the FP calculation unit 4 - 8 calculates the FP value of the contents data given from the FP management unit 4 - 7 .
  • the calculation of the FP value is made by using a hash function such as MD-5 or SHA-1 used for the electronic signature. These has functions have properties that arbitrary data is converted into a hash value in 128 bits when the MD-5 is used or into a trash value of 160 bits when the SHA-1 is used.
  • these hash functions are such that, when two data X and Y are given, the hash value H(X) for X and the hash value H(Y) for Y become equal if X and Y are identical data, but H(X) and H(Y) have different values at a very high probability if X and Y are different data.
  • the hash value can become identical for different data, but the probability for that to happen is extremely low. Consequently, the possibility for two significant data to have the identical hash value can be ignored in practice.
  • the calculation of the FP value is not necessarily limited to the use of the hash function, and it is also possible to use a compression algorithm or the like, for example.
  • the reply generation unit 4 - 9 generates the reply message to be transmitted to the Web browser 1 - 1 by the reply transmitting unit 4 - 10 .
  • the FP value is calculated by the FP calculation unit 4 - 8 only when the contents data is judged as having a format compatible with the FP by the FP judgement unit 4 - 6 , but it is also possible to make the judgement after calculating the FP value.
  • FIG. 12A shows an exemplary configuration of the reply message generated by the reply generation unit 4 - 9 .
  • the reply generation unit 4 - 9 generates the reply message having a header portion 5 - 1 and a body portion 5 - 2 , according to the HTTP.
  • the body portion 5 - 2 is the reply data generated by the proxy server 1 - 2 , which contains an FP cache processing engine downloading command 5 - 21 , an FP cache processing engine call up command 5 - 22 , a fingerprint portion 5 - 23 , and a contents data portion 5 - 24 .
  • the header portion 5 - 1 contains information such as a status, a data format, etc., with respect to the request, as shown it FIG. 13 . This format is a standard one for the HTTP.
  • the FP cache processing engine downloading command 5 - 21 contains a command for downloading the FP cache processing engine 2 - 2 to the Web browser 1 - 1 and installing it at the plug-in unit 200 when the Web browser 1 - 1 does not have the FP cache processing engine 2 - 2 . Consequently, when the Web browser 1 - 1 already has the FP cache processing engine 2 - 2 , the FP cache processing engine downloading command 5 - 21 does not do anything.
  • the FP cache processing engine call up command 5 - 22 contains a command for operating the cache function using the FP value by calling up the FP cache processing engine 2 - 2 installed at the plug-in unit 200 of the Web browser 1 - 1 .
  • the FP cache processing engine downloading command 5 - 21 and the FP cache processing engine call up command 5 - 22 are executed when the browser core engine unit 2 - 1 analyzes the reply data.
  • the fingerprint portion 5 - 23 contains the FP value calculated by the FP calculation unit 4 - 8 and an identifier indicating a current transfer mode (the differential transfer, the compressed transfer utilizing the FP cache, or the normal transfer not utilizing the cache). In the case of carrying out the differential transfer, the difference data is also contained here.
  • the contents data portion 5 - 24 is the contents data obtained from the Web server 1 - 3 or read out from the cache region 4 - 3 .
  • the body portion 5 - 2 has a configuration as shown in FIG. 14 .
  • the contents data portion 5 - 24 is in the HTML format
  • the FP cache processing engine downloading command 5 - 21 , the FP cache processing engine call up command 5 - 22 and the fingerprint portion 5 - 23 are embedded in the contents data portion 5 - 24 .
  • the commands effective in the case of using the Microsoft Internet Explorer (R) as the Web browser 1 - 1 are used.
  • the FP cache processing engine downloading command 5 - 21 is described by using ⁇ OBJECT> tag of the HTML. This tag for use in inserting various objects such as image, audio, video, application, etc., from another file.
  • the browser core engine unit 2 - 1 of the Web browser 1 - 1 analyzes the HTML file and finds this tag, the browser core engine unit 2 - 1 downloads the specified file and execute it automatically.
  • the file of the ActiveX (R) control of the FP cache processing engine 2 - 2 is specified by a parameter 10 - 2 in the ⁇ OBJECT> tag 10 - 1 .
  • the Web browser 1 - 1 downloads it from “http://www.toshiba.co.jp/ClientProxy.cab” and installs it.
  • This file may exist on the same server as the proxy server 1 - 2 , or on a place other than the proxy server 1 - 2 .
  • the FP cache processing engine call up command 5 - 22 is described in the script language described in a region specified by ⁇ SCRIPT> tag 10 - 3 of the HTML.
  • the Web browser 1 - 1 interpret a content described between ⁇ SCRIPT> and ⁇ /SCRIPT> in the HTML file as a command in the script language.
  • the FP cache processing engine call up command 5 - 22 is described by using the JScript of the Microsoft (R) corporation, and a command 10 - 4 corresponds to this.
  • the command 10 - 4 is executed, the FP cache processing engine 2 - 2 starts the operation, and a memory address stored in the body portion 5 - 2 is also notified at the same time.
  • the fingerprint portion 5 - 23 is embedded immediately after the FP cache processing engine call up command 5 - 22 as an FP value 10 - 5 .
  • the transfer mode information is also embedded, such that the FP cache processing engine Identifies which one of the differential transfer (Mode: Differential), the compressed transfer using the FP value (Mode: Compress), and the normal transfer not using the cache (Mode: None) is carried out, in the case of carrying out the differential transfer, the difference data is also embedded along with the FP value.
  • FIG. 15 shows an example of the fingerprint portion 5 - 23 in the case of carrying out the differential transfer.
  • the fingerprint portion 5 - 23 has an FP value 1011 and a difference data 1012 , where the difference data 1012 contains ordinary data “Tomorrow's schedule ⁇ br>”. “8:10 Arrival ⁇ br>”, etc., along with the difference base FP values 1013 , 1014 and 1015 .
  • FIG. 16 shows a configuration of the difference base FP value.
  • the difference base FP value contains an identifier 1021 indicating that it is a line inserted by the difference base FP value, a referred line indicator 1022 indicating lines to be referred by the difference base data, and an FP value 1023 of the difference base data.
  • the first line to the fifth line (L 1 -L 5 ) of the data having the FP value “01defghijmno23kl4567890abcpqrstu” are to be referred.
  • these lines are interpreted and appropriate data are inserted.
  • the above description is directed to the reply message for the request from the browser core engine unit 2 - 1 of the Web browser 1 - 1 .
  • the reply generation unit 4 - 9 receives a notice indicating that it is the operation in response to the re-request message from the analysis unit 4 - 2 , it is the reply message for the re-request from the re-request generation unit 3 - 6 of the FP cache processing engine 2 - 2 , so that the FP cache processing engine downloading command 5 - 21 and the FP cache processing engine call up command 5 - 22 described above are unnecessary. Consequently, as shown in FIG. 12B , the reply message in which a difference base FP value 5 - 31 and a difference base data 5 - 32 are set in the body portion 5 - 2 is generated.
  • the browser core engine unit 2 - 1 of the Web browser 1 - 1 transmits the request message to the proxy server 1 - 2 in response to the request of the user, and in response the proxy server 1 - 2 generates the reply data by embedding the FP value and the commands related to the FP cache processing engine 2 - 2 into the contents data as described above, and returns the reply message.
  • FIG. 17 shows a procedure for the operation of the browser core engine unit 2 - 1 after the reply message is received from the proxy server 1 - 2 .
  • the browser core engine unit 2 - 1 receives the reply message from the proxy server 1 - 2 , and stores the body portion 5 - 2 of the reply message into the memory 202 .
  • the body portion 5 - 2 contains the FP cache processing engine downloading command 5 - 21 , the FP cache processing engine call up command 5 - 22 , the fingerprint portion 5 - 23 , and the contents data portion 5 - 24 .
  • the browser core engine unit 2 - 1 starts the analysis of the body portion 5 - 2 (step 8 - 1 ).
  • step 8 - 2 whether there is a need to execute the FP cache processing engine downloading command 5 - 21 or not, that is whether the FP cache processing engine 2 - 2 is installed at the plug-in unit 200 of the Web browser 1 - 1 or not, is checked (step 8 - 2 ). If it is not installed, it is downloaded and installed (step 8 - 4 ), the analysis of the reply data is resumed when the install is completed, and the analysis result is displayed on a display screen (not shown) (step 8 - 5 ).
  • the FP cache processing engine call up command 5 - 22 is executed, and the processing by the FP cache processing engine 2 - 2 that is the plug-in is carried out (step 8 - 3 ). Then, when the processing of the FP cache processing engine 2 - 2 is completed, the reply data analysis is resumed, and the analysis result is displayed on the display screen (not shown) (step 8 - 5 ).
  • the FP cache processing engine 2 - 2 starts the processing by receiving the address of the memory 202 that stores the body portion (reply data) 5 - 2 .
  • the FP cache processing engine 2 - 2 reads out the body portion 5 - 2 from the memory 202 , and checks the mode information in the fingerprint portion 5 - 23 (step 9 - 1 ).
  • the transfer mode is the normal transfer (Mode: None)
  • the content of the contents data portion 5 - 24 and the FP value in the fingerprint portion 5 - 23 are registered into the FP cache region 3 - 3 (step 9 - 2 ).
  • the processing of the FP cache processing engine 2 - 2 is finished.
  • the transfer mode is the compressed transfer using the FP value (Mode: Compress)
  • the contents data having the same FP value is searched in the FP cache region 3 - 3 by using the FP value in the fingerprint portion 5 - 23 (step 9 - 3 ).
  • the contents data having the same FP value exists in the FP cache region 3 - 3
  • the contents data found in the FP cache region 3 - 3 is outputted to the memory 202 (step 9 - 4 ).
  • the FP cache processing engine 2 - 2 transmits the re-request message to the proxy server 1 - 2 and acquires the contents data (step 9 - 5 ). Then, the acquired contents data is registered into the FP cache region 3 - 3 along with the FP value (step 9 - 6 ), and the contents data is stored into the memory 202 by executing the step 9 - 4 . Then, the processing of the FP cache processing engine 2 - 2 is finished.
  • the transfer mode is the differential transfer (Mode: Differential)
  • the differential transfer is carried out so that the difference base data which is the contents data corresponding to the difference base FP value is searched in the FP cache region 3 - 3
  • there can be a plurality of difference base FP values so that the search is carried out for all the difference base FP values (step 9 - 7 ).
  • the FP cache processing engine 2 - 2 transmits the re-request message to the proxy server 1 - 2 , and acquires the necessary difference base data (step 9 - 8 ). Then, when all the difference base data are obtained, the contents data is composed by using the difference base data and the difference data (step 9 - 9 ).
  • the composed contents data and the FP value are registered in correspondence into the FP cache region 3 - 3 by executing the step 9 - 6 , and the composed contents data outputted to the memory 202 and stored as the contents data portion 5 - 24 of the body portion 5 - 2 by executing the step 9 - 4 . Then, the processing of the FP cache processing engine 2 - 2 is finished.
  • FIG. 19 shows a procedure for the operation of the proxy server 1 - 2 in the case of receiving the request message from the Web browser 1 - 1 .
  • the proxy server 1 - 2 analyzes the request message received from the Web browser 1 - 1 and extracts information such as the URL (step 6 - 1 ). Then, whether the contents data corresponding to that URL exists in the cache region 4 - 3 or not is checked according to the URL (step 6 - 2 ).
  • the contents data exists in the cache region 4 - 3
  • the corresponding contents data and the FP value are read out from the cache region 4 - 3
  • the reply data is generated and transmitted to the Web browser 1 - 1 (step 6 - 3 ).
  • the request message is transferred to the Web server 1 - 3 and the corresponding contents data is acquired (step 6 - 4 ). Then, the caching processing is carried out for the contents data contained in the reply from the Web server 1 - 3 (step 6 - 5 ).
  • FIG. 20 shows a procedure for the operation of the proxy server 1 - 2 in the case of receiving the reply from the Web server 1 - 3 and carrying out the caching processing and the processing for generating the body portion (reply data) of the reply message to be sent to the Web browser 1 - 1 .
  • the reply from the Web server 1 - 3 is received and the contents data is extracted (step 7 - 1 ), and whether the extracted contents data is an FP cache target data or not checked (step 7 - 2 ).
  • the contents data that is not the FP cache target such as images or stream data it is transmitted as it is as the reply data, without carrying out the FP cache processing (step 7 - 11 ).
  • the FP value of the contents data is calculated (step 7 - 3 ). Then, the cache region 4 - 3 is searched through according to the FP value, to find the contents data having the same FP value (step 7 - 4 ).
  • the contents data having the same FP cache does not exist, the contents data, the FP value and the URL are registered in correspondence into the cache region 4 - 3 (step 7 - 6 ).
  • the FP value comparison with the data in the FP cache region is carried out in units of line, in order to check whether the differential compression is possible or not (step 7 - 7 ).
  • the differential compression is possible that is when the difference base data having the similarity greater than or equal to a prescribed threshold exists, the difference data between the contents data and the difference base data is generated, and the difference data, the FP value of the difference base data are set in the fingerprint portion 5 - 23 of the body portion 5 - 2 .
  • the contents darn is set in the contents data portion 5 - 24 of the body portion 5 - 2 .
  • the FP value of the contents data and the transfer mode information (Mode: Differential in the case or carrying out the differential compression, Mode: None in the case of not carrying out the differential compression) are set in the fingerprint portion 5 - 23 of the body portion 5 - 2 (step 7 - 5 ), and the FP cache processing engine downloading command 5 - 21 and the FP cache processing engine call up command 5 - 22 of the body portion 5 - 2 are set (step 7 - 10 ).
  • FIG. 21 shows another exemplary configuration or the reply message to be generated by the reply generation unit 4 - 9 .
  • the reply generation unit 4 - 9 generates the reply message having a header portion 21 - 1 and a body portion 21 - 2 , according to the HTTP.
  • the body portion 21 - 2 is the reply data generated by the proxy server 1 - 2 , which contains an FP cache processing engine downloading command 21 - 21 , an FP cache processing engine call up command 21 - 22 , and a contents data 21 - 23 .
  • the header portion 21 - 1 and the FP cache processing engine downloading command 21 - 21 are the same as the header portion 5 - 1 and the FP cache processing engine downloading command 5 - 21 described above, so that their description will be omitted here.
  • the FP cache processing engine call up command 21 - 22 contains a command for operating the cache function using the FP value by calling up the FP cache processing engine 2 - 2 installed at the plug-in unit 200 or the Web browser 1 - 1 , an FP value 21 - 60 , and a mode information 21 - 61 .
  • the FP value 21 - 60 and the mode information 21 - 61 are embedded as a part of the Fp cache processing engine call up command 21 - 22 .
  • the contents data 21 - 23 contains the contents data in the case where the transfer mode is the normal transfer or contains the difference data in the case where the transfer mode is the differential transfer, or empty in the case where the transfer mode is the compressed transfer.
  • the FP cache processing engine downloading command 21 - 21 and the FP cache processing engine call up command 21 - 22 are executed when the browser core engine unit 2 - 1 analyzes the reply data.
  • the FP value 21 - 60 contains the FP value calculated by the FP calculation unit 4 - 8 .
  • the mode information 21 - 61 contains information indicating a current transfer mode (the differential transfer, the compressed transfer, or the normal transfer).
  • the body portion 21 - 2 has a configuration as shown in FIG. 22 .
  • the body portion 5 - 2 is in the HTML format, into which the FP cache processing engine downloading command 21 - 21 , the FP cache processing engine call up command 21 - 22 and the contents data 21 - 23 are embedded.
  • the FP cache processing engine call up command 21 - 22 a portion between ⁇ SCRIPT> tag and ⁇ /SCRIPT> tag, similarly as the FP cache processing engine call up command 5 - 22 described above.
  • mcsp.regFP is a command for executing 4 method called “regFP” on an object called “mcsp”.
  • the FP cache processing engine 2 - 2 has three methods in correspondence to the three transfer modes, and can carry out the processing corresponding to each transfer mode by executing “uncompress” in the case of the compressed transfer, or executing “makeData” in the case of the differential transfer, or executing “regFP” in the case of the normal transfer.
  • the object “mcsp” generated by the command 22 - 1 also have these three methods.
  • the “uncompress” method to be used in the case of the compressed transfer takes the FP value as its argument, extracts the contents data corresponding to the FP value from the FP cache region 3 - 3 and returns it as a return value.
  • the “makeData” method to be used in the case of the differential transfer takes the FP value and the difference data (that contains the different base FP value, as shown in FIG. 15 ) as its arguments, composes the contents data by using the difference base FP value and the difference data, registers the FP value and the contents data into the FP cache region 3 - 3 , and returns the contents data as a return value.
  • the “regFP” method to be used in the case of the normal transfer takes the FP value and the contents data as its arguments, registers the FP value and the contents data into the FP cache region 3 - 3 , and returns the contents data as a return value.
  • the command 22 - 4 sets the contents data obtained as a processing result of the FP cache processing engine 2 - 2 to be a variable “output”, and the value of this variable is outputted to the browser core engine unit 2 - 1 by a command 22 - 5 .
  • the type of the method to be called up by the command 22 - 4 is selectively generated by the reply generation unit 4 - 9 according to the transfer mode determined by the analysis unit 4 - 2 or the FP management unit 4 - 7 of the proxy server 1 - 2 . Consequently, the type of the method to be executed by the command 22 - 4 indicates the mode information 21 - 61 . In this configuration, there is no need for the Web browser 1 - 1 side to distinguish the transfer mode.
  • the present invention it possible to reduce the network load by using the fingerprint compression and the differential compression, by providing the proxy server at the server side and using the general purpose browser at the client side, without requiring a separate proxy server at the client side.
  • the FP cache processing engine of the above described embodiments can be conveniently implemented in a form of a software package.
  • Such a software package can be a computer program product which employs a storage medium including stored computer code which is used to program a computer to perform the disclosed function and process of the present invention.
  • the storage medium may include, but is not limited to, any type of conventional floppy disks, optical disks, CD-ROMs, magneto-optical disks, ROMs, RAMs, EPROMs, EEPROMs, magnetic or optical cards, or any other suitable media for storing electronic instructions.

Abstract

In a client server system, the network load is reduced by using the fingerprint compression and the differential compression, by providing the proxy server at the server side and using the general purpose browser at the client side, without requiring a separate proxy server at the client side. The client downloads and installs a fingerprint cache processing engine as a plug-in.

Description

    BACKGROUND OF THE INVENTION
  • 1. Field of the Invention
  • The present invention relates to data transfer device and method.
  • 2. Description of the Related Art
  • The client-server type information system having a server for providing various services on a network and a client for requesting services to the server is widely used. The World Wide Wed system (referred hereafter as Web) for carrying out communications by utilizing the HTTP (HyperText Transfer Protocol) on the Internet is the very widely used client-server type information system. Normally, in the Web, a server program is operated on the server and a prescribed program such as a Web browser is operated on the client.
  • In the client-server type information system such as Web, the services are provided by the communications between the client and the server. Consequently, the communication bandwidth between the client and the server tends to become a bottleneck of the entire system For this reason, the cache technique is usually used for the purpose of reducing the network load.
  • In the case or the Web, the Web browser or the like that is operated on the client often utilizes the cache function, to cache recently accessed data. In the Web system, the access is made by specifying the information or the service by a URL (Uniform Resource Locator), so that the cache on the client stores those which are cachable among data returned as results of requesting the information or the service to the Web server in the past, in the cache in correspondence to their URLs. Then, when there is a request for the information or the service of the same URL as that presents in the cache, that data is returned such that the communication with the server can be eliminated, as long as it is possible to judge that the data in the cache is not obsolete yet.
  • Also, in the case of using LAN (Local Area Network), the cache function is often provided at a proxy server that is provided between the LAN and the Internet. The cache of the client described above is a cache dedicated to the user of that client, but the cache of the proxy server on the LAN is operated as a cache snared by a plurality of users, so that the cache works even in the case of accessing the URL that was accessed by the other client in the past.
  • The caching targets of these caches are static contents. In the past, many of the information and the services disclosed on the Web are largely static contents for which the information updating frequency is not very high and which are disclosed to the unspecified many, so that the checking of the presence/absence of the cache on the basis of URL was sufficiently effective.
  • However, as the system in which the user uses the Web browser to access the information and the service on the server via the network such as the Web based ASP (Application Service Provider) becomes widespread, the data that cannot be handled by the above described cache technique are increasing.
  • In order to deal with such problems, the cache technique using a fingerprint (FP) compression has been proposed in the commonly assigned, co-pending U.S. patent application Ser. No. 10/092,540.
  • In the U.S. patent application Ser. No. 10/092,540, the FP compression processing is carried out between a proxy server on the client side (CSP: Client Side Proxy) and a proxy server on the Web server side (SSP: Server Side Proxy), so that two proxy servers are necessary and there has been a problem that the network configuration becomes complicated.
  • For example, in the case of the portable terminal utilizing the Mobile IP technique, the communication path from the portable terminal to the Web server and the communication path from the Web server to the portable terminal are different so that it is difficult to use the CSP.
  • BRIEF SUMMARY OF THE INVENTION
  • It is therefore an object of the present invention to provide a data transfer scheme capable of reducing the network load, by using a general purpose browser on the client side, without requiring a separate CSP between the SSP and the client.
  • According to one aspect of the present invention there is provided a data transfer device for transferring a request received from a client to a server which is a destination of the request, and transferring contents data according to the request received from the server to the client that is a source of the request, comprising: a reception unit configured to receive the request from the client and the contents data from the server; a transmission unit configured to transmit the request to the server and the contents dam to the client; a feature quantity calculation unit configured to calculate a feature quantity indicating a feature of the contents data, upon receiving the contents data in response to the request; a memory unit configured to store the feature quantity and the contents data in correspondence; a search unit configured to search through the memory unit to check whether the feature quantity identical to a new feature quantity calculated by the feature quantity calculation unit is stored in the memory unit or not, and output a search result; and a control unit configured to control the search unit to carry out a search, determine information to be transmitted from the transmission unit according to the search result, and control the transmission unit to transmit to the client a reply message formed by a header portion and a body portion, which contains the feature quantity in the body portion, when the feature quantity identical to the new feature quantity is stored in the memory unit, or control the transmission unit to transmit to the client the reply message which contains the contents data and the new feature quantity in the body portion, while storing the new feature quantity and a corresponding contents data in the memory unit when the feature quantity identical to the new feature quantity is not stored in the memory unit.
  • According to another aspect of the present invention there is provided a data receiving and displaying device, comprising: a transmission unit configured to transmit a request to a data transfer device; a reception unit configured to receive a reply message formed by a header portion and a body portion, according to the request from the data transfer device; an analysis unit configured to analyze the reply message and carry out processing according to a message format; a display unit configured to display processed data; a memory unit configured to store a contents data and a feature quantity in correspondence, when the reply message contains the contents data and the feature quantity in the body portion as a result of analysis by the analysis unit; a search unit configured to search through the memory unit to check whether the feature quantity identical to the feature quantity contained in the reply message is stored in the memory unit or nor and output a search result, when the reply message contains the feature quantity but no contents data in the body portion as a result of analysis by the analysis unit, and acquire the contents data corresponding to the feature quantity from the memory unit and output the contents data to the analysis unit, when the feature quantity identical to the feature quantity contained in the reply message is stored in the memory unit as a result of search by the search unit; and a contents data composition unit configured to acquire the contents data having the feature quantity identical to the feature quantity contained in the reply message by transmitting the request from the transmission unit to the data transfer device, and output the contents data to the analysis unit, when the feature quantity identical to the feature quantity contained in the reply message is not stored in the memory unit as a result of search by the search unit.
  • According to another aspect of the present invention there is provided a computer program product to be installed at a data receiving and displaying device using a computer and having a transmission unit configured to transmit a request to a data transfer device, a reception unit configured to receive a reply message formed by a header portion and a body portion, according to the request from the data transfer device, an analysis unit configured to analyze the reply message and carry out processing according to a message format, and a display unit configured to display processed data, the computer program product comprising: a first computer program code for causing the computer to store a contents data and a feature quantity in correspondence into a memory, when the reply message contains the contents data and the feature quantity in the body portion as a result of analysis by the analysis unit; a second computer program code for causing the computer to search through the memory to check whether the feature quantity identical to the feature quantity contained in the reply message is stored in the memory or not and output a search result, when the reply message contains the feature quantity but no contents data in the body portion as a result of analysis by the analysis unit and acquire the contents data corresponding to the feature quantity from the memory and output the contents data to the analysis unit, when the feature quantity identical to the feature quantity contained in the reply message is stored in the memory as a result of search; and a third computer program code for causing the computer to acquire the contents data having the feature quantity identical to the feature quantity contained in the reply message by transmitting the request from the transmission unit to the data transfer device, and output the contents data to the analysis unit, when the feature quantity identical to the feature quantity contained in the reply message is not stored in the memory as a result of search.
  • According to another aspect of the present invention there is provided a data transfer method for transferring a request received from a client to a server which is a destination of the request, and transferring contents date according to the request received from the server to the client that is a source of the request, comprising: calculating a feature quantity indicating a feature of the contents data, upon receiving the contents data in response to the request; storing the feature quantity and the contents data in correspondence into a memory; searching through the memory to check whether the feature quantity identical to a new feature quantity calculated by the calculating step is stored in the memory or not; transmitting to the client a reply message formed by a header portion and a body portion, which contains the feature quantity in the body portion, when the feature quantity identical to the new feature quantity is stored in the memory; and transmitting to the client the reply message which contains the contents data and the new feature quantity in the body portion, while storing the new feature quantity and a corresponding contents data in the memory, when the feature quantity identical to the new feature quantity is not stored in the memory.
  • Other features and advantages of the present invention will become apparent from the following description taken in conjunction with the accompanying drawings.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block diagram showing a configuration of a system using a data transfer device according to one embodiment of the present invention.
  • FIG. 2 is a schematic diagram showing one exemplary flow of commands and data in the system according to one embodiment of the present invention.
  • FIG. 3 is a schematic diagram showing another exemplary flow of commands and data in the system according to one embodiment or the present invention.
  • FIG. 4 is a schematic diagram showing another exemplary flow of commands and data in the system according to one embodiment of the present invention.
  • FIG. 5 is a schematic diagram showing another exemplary flow of commands and data in the system according to one embodiment of the present invention.
  • FIG. 6 is a schematic diagram showing another exemplary flow of commands and data in the system according to one embodiment or the present invention.
  • FIG. 7 is a schematic diagram showing another exemplary flow of commands and data in the system according to one embodiment of the present invention.
  • FIG. 8 is a block diagram snowing a configuration of a Web browser in the system according to one embodiment of the present invention.
  • FIG. 9 is a block diagram showing a configuration of an FP cache processing engine on the Web browser in the system according to one embodiment of the present invention.
  • FIG. 10 is a block diagram showing a configuration of a proxy server in the system according to one embodiment of the present invention.
  • FIG. 11 is a diagram showing an exemplary data registered in an FP cache region at the proxy server in the system according to one embodiment of the present invention.
  • FIGS. 12A and 128 are diagrams showing exemplary configurations of a reply message from the proxy server to the Web browser in the system according to one embodiment of the present invention.
  • FIG. 13 is a diagram showing an exemplary header portion of the reply message from the proxy server to the Web browser in the system according to one embodiment of the present invention.
  • FIG. 14 is a diagram showing an exemplary body portion of the reply message from the proxy server to the Web browser in the system according to one embodiment of the present invention.
  • FIG. 15 is a diagram showing an exemplary fingerprint portion in the body portion of the reply message in the case where the proxy server carries out a differential transfer in the system according to one embodiment of the present invention.
  • FIG. 16 is a diagram showing an exemplary difference base FP value in the fingerprint portion in the case where the proxy server carries out a differential transfer in the system according to one embodiment of the present invention.
  • FIG. 17 is a flow chart showing a procedure or the operation of the Web browser after receiving the reply message from the proxy server in the system according to one embodiment of the present invention.
  • FIG. 18 is a flow chart showing a procedure of the processing by an FP cache processing engine on the Web browser in the system according to one embodiment of the present invention.
  • FIG. 19 is a flow chart showing a procedure of the operation of the proxy server after receiving a request from the Web browser in the system according to one embodiment of the present invention.
  • FIG. 20 is a flow chart showing a procedure of the operation of the proxy server after receiving a reply from a Web server in the system according to one embodiment of the present invention.
  • FIG. 21 is a diagram showing another exemplary configuration of a reply message from the proxy server to the Web browser in the system according to one embodiment of the present invention.
  • FIG. 22 is a diagram showing another exemplary body portion of the reply message from the proxy server to the Web browser in the system according to one embodiment of the present invention.
  • DETAILED DESCRIPTION OF THE INVENTION
  • Referring now to FIG. 1 to FIG. 22, one embodiment of the data transfer scheme according to the present invention will be described in detail.
  • (System Configuration)
  • FIG. 1 shows an exemplary configuration of the Web system according to this embodiment, which has a Web browser 1-1 which is a client, a Web server 1-3 which provides various information and services to the client, and a proxy server 1-2 for reducing the network load by carrying out a temporary storing of data from the Web server 1-3, which are inter-connected through networks.
  • The Web browser 1-1 is a program operated on a computer of the client 100. The Web browser 1-1 requests the contents data such as that of information or service by accessing the proxy server 1-2 and transmitting a request message based on the HTTP, and receives a reply message obtained as a result. The Web browser 1-1 extracts the contents data from the received reply message, and displays it on a display screen (not shown) and register it in a cache (not shown), so as to shorten the time required until the display by reading it from the cache in the case of acquiring the same contents data again.
  • The proxy server 1-2 is a program operated on the server 111 which is a computer belonging to the Web server side network 110, in response to the request message from the Web browser 1-1, the proxy server 1-2 either transmits a reply message by utilizing the contents data existing in the cache (not shown), or in the case where the contents data does not exist in the cache, transfers the request message to the Web server 1-3 to acquire the contents data and transmits a reply message to the Web browser 1-1. Also, by calculating the FP value for the contents data acquired from the Web server 1-3 and registering it in correspondence to the URL and the data, it becomes possible to make a hit for the data In the cache (not shown), even for the substantially identical data with a different URL. The FP value is data which becomes a feature value of the contents data, which is calculated by using a hash function as will be described below.
  • The Web server 1-3 is a program operated on the server 112 which is a computer belonging to the Web server side network 110. The Web server 1-3 receives a command based on the HTTP from the proxy server 1-2, and transmits the contents data such as that of information or service.
  • (Data and Command Flow)
  • The outline of the flow of data and commands among the Web browser 1-1, the proxy server 1-2 and the Web server 1-3 in major six patterns will be described with references to FIG. 2 to FIG. 7.
  • On the Web browser 1-1 of the present invention, two types of caches are existing, one is a cache for storing the URL and the contents data in correspondence, which is originally provided In the Web browser 101, and another is a cache for storing the FP value of the present invention and the contents data in correspondence. The cache 1-11 shown in FIG. 2 to FIG. 7 is the latter cache.
  • (A) The case where the contents data requested by the Web browser 1-1 does not exist in the cache 1-21 of the proxy server 1-2 (that is, the case of an initial access to that contents data):
  • The flow of data and commands in this case is as shown in FIG. 2. (1) The Web browser 1-1 accesses the proxy server 1-2 and transmits the request message for requesting the contents data. (2) The proxy server 1-2 transfers the request message to the Web server 1-3. (3) The Web server 1-3 outputs the contents data according to the request message. (4) The proxy server 1-2 calculates the FPM value of the contents data, and registers the contents data and the FP value and the URL in correspondence, into the cache 1-21. (5) Then, the proxy server 1-2 transmits the contents data and the FP value to the Web browser 1-1. (6) The Web browser 1-1 registers the contents data and the FP value in correspondence, into the cache 1-11.
  • (B) The case where the contents data requested by the Web browser 1-1 exists in the cache 1-21 of the proxy server 1-2, and there is a hit by the search according to the URL:
  • The flow of data and commands in this case is as shown in FIG. 3. (1) The Web browser 1-1 accesses the proxy server 1-2 and transmits the request message for requesting the contents data. (2) The proxy server 1-2 extracts the contents data and the FP value corresponding to the URL specified by the request message, from the cache 1-21. (3) The proxy server 1-2 transmits the FP value and the contents data to the Web browser 1-1. (4) The Web browser 1-1 registers the FP value and the contents data in correspondence, into the cache 3-11.
  • (C-1) The case where the contents data requested by the Web browser 1-1 exists in the cache 1-21 of the proxy server 1-2 and there is a hit by the search according to the FP value, and the contents data having that FP value also exists in the cache 1-11 of the Web browser 1-1 (the case of compressed transfer):
  • The flow of data and commands in this case is as shown in FIG. 4. (1) The Web browser 1-11 accesses the proxy server 1-2 and transmits the request message for requesting the contents data. (2) The proxy server 1-2 transfers the request message to the Web server 1-3. (3) The Web server 1-3 outputs the contents data according to the request message. (4) The proxy server 1-2 calculates the FP value of the contents data, and searches the contents data In the cache 1-21 by using the FP value. (5) The proxy server 1-2 transmits the FP value to the Web browser 1-1. (6) The Web browser 1-1 reads out the contents data corresponding to the FP value from the cache 1-11.
  • (C-2) The case where the contents data requested by the Web browser 1-1 exists in title cache 1-21 of the proxy server 1-2 and there is a hit by the search according to the FP value, and the contents data having that FP value does not exist in the cache 1-11 of the Web browser 1-1 (the case of compressed transfer with a re-request):
  • The flow of data and commands in this case is as shown in FIG. 5. (1) to (5) are the same as (C-1). (6) As the contents data corresponding to the FP value does not exist in the cache 1-11, the Web browser 1-1 transmits a re-request message for requesting the transmission of the contents data to the proxy server 1-2. (7) The proxy server 1-2 extracts the contents data from the cache 1-21 according to the re-request message. (8) The proxy server 1-2 transmits the FP value and the contents data to the Web browser 1-1. (9) The Web browser 1-1 registers the contents data and the FP value in correspondence, into the cache 1-11.
  • (D-1) The case where the contents data requested by the Web browser 1-1 does not exist in the cache 1-21 of the proxy server 1-2 and the proxy server 1-2 carries out a differential transfer, and the difference base data necessary for the composition of the contents data from the difference exists in the cache 1-11 of the Web browser 1-1 (the case of differential transfer):
  • The flow of data and commands in this case us as shown in FIG. 6. (1) The Web browser 1-1 accesses the proxy server 1-2 and transmits the request message for requesting the contents data. (2) The proxy server 1-2 transfers the request message to the Web server 1-3. (3) The Web server 1-3 outputs the contents data according to the request message. (4) The proxy server 1-2 calculates the FP value of the contents data, and registers the FP value, the URL and the contents data in correspondence. (5) The proxy server 1-2 reads out the difference base data and the difference base FP value to be used in the differential transfer from the cache 1-21. (6) The proxy server 1-2 transmits the difference data which is a difference between the contents data and the difference base data, the difference base FP value and the FP value to the Web browser 1-1. (7) The Web browser 1-1 reads out the difference base data corresponding to the difference base FP value from the cache 1-11. (8) The Web browser 1-1 composes the contents data from the difference base data and the difference data, and registers the FP value and the contents data in correspondence, into the cache 1-11.
  • (D-2) The case where the contents data requested by the Web browser 1-1 does not exist in the cache 1-21 of the proxy server 1-2 and the proxy server 1-2 carries out a differential transfer, and the difference base data necessary for the composition of the contents data from the difference does not exist in the cache 1-11 of the Web browser 1-1 (the case of differential transfer with a re-request):
  • The flow of data and commands in this case is as shown in FIG. 7. (1) to (6) are the same as (D-1). (7) The Web browser 1-1 transmits the re-request message for requesting data that do not exist in the cache 1-11 among the difference base data, to the proxy server 1-2. (8) The Web browser 1-1 registers the difference base data and the difference base FP value obtained in response to the re-request message in correspondence, into the cache 1-11. (9) The Web browser 1-1 composes the contents data from the difference base data and the difference data, and registers the FP value and the contents data in correspondence, into the cache 1-11.
  • (Web Browser Configuration)
  • FIG. 8 shows a configuration of the Web browser 1-1 of this embodiment. The Web browser 1-1 has: a browser core engine unit 2-1 for carrying out interpretation of HTML (HyperText Markup Language) or the like, drawing and display of a display screen, communications with the Web server 1-3 and the proxy server 1-2, and receiving of a request from the user; a plug-in unit 200 for expanding the browser function; an FP cache processing engine 2-2 installed at the plug-in unit 200, for carrying out the FP cache processing; a cache 201 for storing the URL and the contents data in correspondence; and a memory 202 for temporarily storing the received contents data.
  • The browser core engine unit 201 provides functions Implemented in the general browser. More specifically, the browser core engine unit 201 carries out the search through the cache 201 by utilizing the URL in response to a request from the user, the access to the proxy server 1-2, the analysis and display of the contents data read out from the cache 201, the extraction of the reply data from the reply message received from the proxy server 1-2 and storing it into the memory 202 and analyzing and displaying it. The cache 201 is one that is implemented in the general browser, which stores the URL and the contents data in correspondence.
  • The FP cache processing engine 2-2 carries out the cache processing utilizing the FP value. The FP cache processing engine 2-2 has a detailed configuration as shown in FIG. 9. The FP cache processing engine 2-2 has an input unit 3-1 for reading out the reply data from the memory 202 by using a memory address received from the browser core engine unit 2-1 of the Web browser 1-1, an analysis unit 3-2 for analyzing the reply data and judging presence/absence of a need to compose the contents data from the FP value, an FP cache region 3-3 for storing the contents data and the FP value extracted from the reply data in correspondence, and a registration unit 3-4 for registering the contents data and the FP value into the FP cache region 3-3. The FP cache region 3-3 corresponds to the cache 1-11 described above. Also, in this embodiment, the FP cache region 3-3 is a separately provided from the cache 201 described above.
  • In addition, the FP cache processing engine 2-2 has a composition unit 3-5 for carrying out the composition of the contents data from the FP value when it is judged that there is a need for the composition at the analysis unit 3-2, a re-request generation unit 3-6 for acquiring the contents data or the difference base data from the proxy server 1-2 according to a request from the composition unit 3-5, and an output unit 3-7 for finally outputting the contents data to the memory 202.
  • The input unit 3-1 reads out the reply data from the memory 202 according to an address received from the browser core engine unit 2-1 and outputs it to the analysis unit 3-2.
  • The analysis unit 3-2 determines a processing policy according to a mode information contained in the reply data. One of a normal transfer (Mode: None), a compressed transfer (Mode: Compress) and a differential transfer (Mode: Differential) is set in the mode information, and the reply data is outputted to the registration unit 3-4 when the mode is the normal transfer or the reply data is outputted to the composition unit 3-5 when the mode is the compressed transfer or the differential transfer.
  • The registration unit 3-4 extracts the contents data from the reply data and registers it in correspondence to the FP value into the FP cache region 3-3.
  • The composition unit 3-5 carries out the composition of the contents data by utilizing the FP value. In the case of the compressed transfer, the contents data corresponding to the FP value is searched in the FP cache region 3-3. When it does not exists in the FP cache region 3-3, the FP value is outputted to the re-request generation unit 3-6, to acquire the contents data from the proxy server 1-2. The contents data obtained from the FP cache region 3-3 or the proxy server 1-2 is written into the reply data and outputted to the registration unit 3-4.
  • In the case of the differential transfer, the different base data corresponding to the difference base FP value is searched in the FP cache region 3-3. When it does not exist in the FP cache region 3-3, the difference base FP value is outputted to the re-request generation unit 3-6, to acquire the difference base data from the proxy server 1-2. Then, the contents data is composed from the difference base data obtained from the FP cache region 3-3 or the proxy server 1-2 and the difference data contained in the reply data, and the composed contents data is written into the reply data and outputted to the registration unit 3-4.
  • The re-request generation unit 3-6 accesses the proxy server 1-2, and acquires the contents data or the difference base data corresponding to the FP value or the difference base FP value received from the composition unit 3-5. The re-request generation unit 3-6 carries out the communications directly in the HTTP by accessing the proxy server 1-2 without using the browser core engine unit 2-1. At this point, the FP value and a parameter indicating that it is a re-request are transmitted along with a command of the HTTP, to notify that it is different from a normal request, to the proxy server 1-2. More specifically, the FP value and a header indicating that it is a re-request are attached to a request of the HTTP.
  • The plug-in unit 200 is provided in order to expand the function of the browser core engine unit 2-1. Examples of the Web browsers implemented with the plug-in unit include Netscape (R) Navigator, Netscape (R) Communicator, and Microsoft Internet Explorer (R). These Web browsers become capable of carrying out the processing that is not originally provided, by installing a plug-in provided as software. For example, it becomes possible to activate and control a specific application such as that for a video playback software in the Web browser. In this embodiment, the FP cache processing engine 2-2 is provided in a form of software, and operated by being installed at the plug-in unit 200.
  • The browser core engine unit 2-1 acquires the contents data in response to a request or the like from the user. First, the search of the cache 201 by utilizing the URL is carried out. When the target contents data exists in the cache 201, that data is used. When it does not exist, the reply data containing the target contents data is acquired by accessing the proxy server 1-2, and stored into the memory 202.
  • The browser core engine unit 2-1 analyzes the acquired contents data or reply data, and interrupts the analysis and activates the plug-in when the plug-in becomes necessary. At a time of activating the plug-in, an address of the contents data or the reply data stored in the memory 202 is outputted. Then, when the plug-in processing is finished, the analysis of the contents data is resumed and the display or the like is carried out.
  • The FP cache processing engine 2-2 is activated from the browser core engine unit 2-1 similarly as the other plug-in. At a time of the activation, an address of the reply data stored in the memory 202 is received from the browser core engine unit 2-1, the cache processing using the FP value is carried out with respect to the reply data, and the result is outputted to the browser core engine unit 2-1.
  • (Proxy Server Configuration)
  • FIG. 10 shows a configuration of the proxy server of this embodiment. The proxy server 1-2 has a request receiving unit 4-1 for receiving the request message from the Web browser 1-1, an analysis unit 4-2 for analyzing the request message from the Web browser 1-1 and makes a matching with the cache, a request transmitting unit 4-4 for transferring the request message to the web server 1-3, and a cache region 4-3 for storing the FP value, the URL and the contents data in correspondence. This cache region 4-3 corresponds to the cache 1-21 described above.
  • In addition, the proxy server 1-2 also has a reply receiving unit 4-5 for receiving a reply and the contents data from the Web server 1-3, an FP judgement unit 4-6 for Judging whether the received contents data should be subjected to the FP cache processing or not, an FP calculation unit 4-8 for calculating the FP value of the received contents data, an FP management unit 4-7 for searching through the cache region 4-3 according to the FP value, a reply generation unit 4-9 for generating the reply data by attaching a prescribed information to the contents data, and a reply transmitting unit 4-10 for transmitting the reply message containing the reply data to the Web browser 1-1.
  • The request receiving unit 4-1 receives the request message based on the HTTP from the Web browser 1-1.
  • The analysis unit 4-2 analyzes the received request message. Then, as in the case (B) described above, when the contents data corresponding to the URL contained in the request message from the Web browser 1-1 exists in the cache region 4-3, the contents data and the corresponding FP value are read out from the cache region 4-3 and outputted to the reply generation unit 4-9. Note that, when the contents data corresponding to the URL does not exist, the request message is outputted to the request transmitting unit 4-4.
  • Also, when the re-request message is transmitted from the Web browser 1-1 as in the case (C-2) or (D-2) described above, the corresponding contents data is read out from the cache region 4-3, and outputted to the reply generation unit 4-9 along with a notice indicating that it is an operation in response to the re-request message.
  • The cache region 4-3 stores the contents data acquired from the Web server 1-3 by the proxy server 1-2, the FP value calculated for this contents data, and the URL of this contents data, in correspondence. From the property or the FP value, there is basically one FP value corresponding to one contents data. There may be a plurality of URLs with respect to one data. FIG. 11 shows an exemplary data stored by the cache region 4-3, where a set of the URL, the overall FP value of the contents data, and the line by line FP values of each line of the contents data are stored.
  • The request transmitting unit 4-4 transfers the request message from the Web browser 1-1 to the Web server 1-3. Then, the reply receiving unit 4-5 receives the contents data from the Web browser 1-1.
  • The FP judgement unit 4-6 judges whether a format of the contents data received from the Web browser 1-1 is compatible with the FP or not. In this embodiment, the data format that is not compatible with the FP includes the image data and the stream data. When the contents data is in a format that is not compatible with the FP, the FP judgement unit 4-6 outputs the contents data as it is to the reply transmitting unit 4-10.
  • The FP management unit 4-7 controls the FP calculation unit 4-8 to calculate the FP value of the received contents data. Then, the contents data having the same FP value is searched in the cache region 4-3 by using the obtained FP value. When the contents data having the same FP value cannot be found, the FP value and the contents data are registered in correspondence into the cache region 4-3, whether the differential transfer is possible or not is checked, and it the differential transfer is possible, the difference data is calculated.
  • Whether or not to carry out the differential transfer judged according to whether the contents data similar to the received contents data exists in the cache region 4-3 or not. The judgement of similarity is made by comparing the received contents data and the contents data stored in the cache region 4-3 in units of line. As described above, each line of the contents data stored in the cache region 4-3 is stored along with the FP value, so that it is compared with the FP value or each line of the received contents data, and when the FP values coincide for more than a prescribed number or lines, it is judged that the similarity is high and the differential transfer is carried out.
  • The FP calculation unit 4-8 calculates the FP value of the contents data given from the FP management unit 4-7. The calculation of the FP value is made by using a hash function such as MD-5 or SHA-1 used for the electronic signature. These has functions have properties that arbitrary data is converted into a hash value in 128 bits when the MD-5 is used or into a trash value of 160 bits when the SHA-1 is used. Also, these hash functions are such that, when two data X and Y are given, the hash value H(X) for X and the hash value H(Y) for Y become equal if X and Y are identical data, but H(X) and H(Y) have different values at a very high probability if X and Y are different data. In principle, the hash value can become identical for different data, but the probability for that to happen is extremely low. Consequently, the possibility for two significant data to have the identical hash value can be ignored in practice. Note that the calculation of the FP value is not necessarily limited to the use of the hash function, and it is also possible to use a compression algorithm or the like, for example.
  • The reply generation unit 4-9 generates the reply message to be transmitted to the Web browser 1-1 by the reply transmitting unit 4-10.
  • Note that, in this embodiment, the FP value is calculated by the FP calculation unit 4-8 only when the contents data is judged as having a format compatible with the FP by the FP judgement unit 4-6, but it is also possible to make the judgement after calculating the FP value.
  • (Configuration of the Reply Message to be Transmitted from the Proxy Server to the Web Browser)
  • FIG. 12A shows an exemplary configuration of the reply message generated by the reply generation unit 4-9. The reply generation unit 4-9 generates the reply message having a header portion 5-1 and a body portion 5-2, according to the HTTP. The body portion 5-2 is the reply data generated by the proxy server 1-2, which contains an FP cache processing engine downloading command 5-21, an FP cache processing engine call up command 5-22, a fingerprint portion 5-23, and a contents data portion 5-24. The header portion 5-1 contains information such as a status, a data format, etc., with respect to the request, as shown it FIG. 13. This format is a standard one for the HTTP.
  • The FP cache processing engine downloading command 5-21 contains a command for downloading the FP cache processing engine 2-2 to the Web browser 1-1 and installing it at the plug-in unit 200 when the Web browser 1-1 does not have the FP cache processing engine 2-2. Consequently, when the Web browser 1-1 already has the FP cache processing engine 2-2, the FP cache processing engine downloading command 5-21 does not do anything.
  • The FP cache processing engine call up command 5-22 contains a command for operating the cache function using the FP value by calling up the FP cache processing engine 2-2 installed at the plug-in unit 200 of the Web browser 1-1.
  • The FP cache processing engine downloading command 5-21 and the FP cache processing engine call up command 5-22 are executed when the browser core engine unit 2-1 analyzes the reply data.
  • The fingerprint portion 5-23 contains the FP value calculated by the FP calculation unit 4-8 and an identifier indicating a current transfer mode (the differential transfer, the compressed transfer utilizing the FP cache, or the normal transfer not utilizing the cache). In the case of carrying out the differential transfer, the difference data is also contained here.
  • The contents data portion 5-24 is the contents data obtained from the Web server 1-3 or read out from the cache region 4-3.
  • More specifically, the body portion 5-2 has a configuration as shown in FIG. 14. In this configuration, the contents data portion 5-24 is in the HTML format, and the FP cache processing engine downloading command 5-21, the FP cache processing engine call up command 5-22 and the fingerprint portion 5-23 are embedded in the contents data portion 5-24. Also, the commands effective in the case of using the Microsoft Internet Explorer (R) as the Web browser 1-1 are used.
  • The FP cache processing engine downloading command 5-21 is described by using <OBJECT> tag of the HTML. This tag for use in inserting various objects such as image, audio, video, application, etc., from another file. When the browser core engine unit 2-1 of the Web browser 1-1 analyzes the HTML file and finds this tag, the browser core engine unit 2-1 downloads the specified file and execute it automatically.
  • In this embodiment, the file of the ActiveX (R) control of the FP cache processing engine 2-2 is specified by a parameter 10-2 in the <OBJECT> tag 10-1. In the case where the specified file is not installed yet, the Web browser 1-1 downloads it from “http://www.toshiba.co.jp/ClientProxy.cab” and installs it. This file may exist on the same server as the proxy server 1-2, or on a place other than the proxy server 1-2.
  • The FP cache processing engine call up command 5-22 is described in the script language described in a region specified by <SCRIPT> tag 10-3 of the HTML. The Web browser 1-1 interpret a content described between <SCRIPT> and </SCRIPT> in the HTML file as a command in the script language.
  • In this embodiment, the FP cache processing engine call up command 5-22 is described by using the JScript of the Microsoft (R) corporation, and a command 10-4 corresponds to this. When the command 10-4 is executed, the FP cache processing engine 2-2 starts the operation, and a memory address stored in the body portion 5-2 is also notified at the same time.
  • The fingerprint portion 5-23 is embedded immediately after the FP cache processing engine call up command 5-22 as an FP value 10-5. In addition, the transfer mode information is also embedded, such that the FP cache processing engine Identifies which one of the differential transfer (Mode: Differential), the compressed transfer using the FP value (Mode: Compress), and the normal transfer not using the cache (Mode: None) is carried out, in the case of carrying out the differential transfer, the difference data is also embedded along with the FP value. FIG. 15 shows an example of the fingerprint portion 5-23 in the case of carrying out the differential transfer. The fingerprint portion 5-23 has an FP value 1011 and a difference data 1012, where the difference data 1012 contains ordinary data “Tomorrow's schedule <br>”. “8:10 Arrival <br>”, etc., along with the difference base FP values 1013, 1014 and 1015.
  • FIG. 16 shows a configuration of the difference base FP value. The difference base FP value contains an identifier 1021 indicating that it is a line inserted by the difference base FP value, a referred line indicator 1022 indicating lines to be referred by the difference base data, and an FP value 1023 of the difference base data. In the example of FIG. 16, it is indicated that the first line to the fifth line (L1-L5) of the data having the FP value “01defghijmno23kl4567890abcpqrstu” are to be referred. In the FP cache processing engine 2-2, these lines are interpreted and appropriate data are inserted.
  • Note that this is an example effective in the Microsoft Internet Explorer (R), but it is also possible to realize a similar implementation by using the other script language such as JavaScript (R) that can be used in the HTML file.
  • The above description is directed to the reply message for the request from the browser core engine unit 2-1 of the Web browser 1-1. When the reply generation unit 4-9 receives a notice indicating that it is the operation in response to the re-request message from the analysis unit 4-2, it is the reply message for the re-request from the re-request generation unit 3-6 of the FP cache processing engine 2-2, so that the FP cache processing engine downloading command 5-21 and the FP cache processing engine call up command 5-22 described above are unnecessary. Consequently, as shown in FIG. 12B, the reply message in which a difference base FP value 5-31 and a difference base data 5-32 are set in the body portion 5-2 is generated.
  • (Web Browser Operation)
  • The browser core engine unit 2-1 of the Web browser 1-1 transmits the request message to the proxy server 1-2 in response to the request of the user, and in response the proxy server 1-2 generates the reply data by embedding the FP value and the commands related to the FP cache processing engine 2-2 into the contents data as described above, and returns the reply message.
  • FIG. 17 shows a procedure for the operation of the browser core engine unit 2-1 after the reply message is received from the proxy server 1-2.
  • The browser core engine unit 2-1 receives the reply message from the proxy server 1-2, and stores the body portion 5-2 of the reply message into the memory 202. As shown in FIG. 14, the body portion 5-2 contains the FP cache processing engine downloading command 5-21, the FP cache processing engine call up command 5-22, the fingerprint portion 5-23, and the contents data portion 5-24. Then, the browser core engine unit 2-1 starts the analysis of the body portion 5-2 (step 8-1).
  • First, whether there is a need to execute the FP cache processing engine downloading command 5-21 or not, that is whether the FP cache processing engine 2-2 is installed at the plug-in unit 200 of the Web browser 1-1 or not, is checked (step 8-2). If it is not installed, it is downloaded and installed (step 8-4), the analysis of the reply data is resumed when the install is completed, and the analysis result is displayed on a display screen (not shown) (step 8-5).
  • If it is already installed, the FP cache processing engine call up command 5-22 is executed, and the processing by the FP cache processing engine 2-2 that is the plug-in is carried out (step 8-3). Then, when the processing of the FP cache processing engine 2-2 is completed, the reply data analysis is resumed, and the analysis result is displayed on the display screen (not shown) (step 8-5).
  • Next, the operation of the FP cache processing engine 2-2 will be described with reference to FIG. 18.
  • As the browser core engine unit 2-1 executes the FP cache processing engine call up command 5-22, the FP cache processing engine 2-2 starts the processing by receiving the address of the memory 202 that stores the body portion (reply data) 5-2. The FP cache processing engine 2-2 reads out the body portion 5-2 from the memory 202, and checks the mode information in the fingerprint portion 5-23 (step 9-1).
  • When the transfer mode is the normal transfer (Mode: None), the content of the contents data portion 5-24 and the FP value in the fingerprint portion 5-23 are registered into the FP cache region 3-3 (step 9-2). Then, the processing of the FP cache processing engine 2-2 is finished.
  • When the transfer mode is the compressed transfer using the FP value (Mode: Compress), the contents data having the same FP value is searched in the FP cache region 3-3 by using the FP value in the fingerprint portion 5-23 (step 9-3). When the contents data having the same FP value exists in the FP cache region 3-3, the contents data found in the FP cache region 3-3 is outputted to the memory 202 (step 9-4).
  • When the contents data having the same FP value does not exist in the FP cache region 3-3, the FP cache processing engine 2-2 transmits the re-request message to the proxy server 1-2 and acquires the contents data (step 9-5). Then, the acquired contents data is registered into the FP cache region 3-3 along with the FP value (step 9-6), and the contents data is stored into the memory 202 by executing the step 9-4. Then, the processing of the FP cache processing engine 2-2 is finished.
  • On the other hand, when the transfer mode is the differential transfer (Mode: Differential), the differential transfer is carried out so that the difference base data which is the contents data corresponding to the difference base FP value is searched in the FP cache region 3-3, in the case of the differential transfer, there can be a plurality of difference base FP values, so that the search is carried out for all the difference base FP values (step 9-7).
  • When even one difference base data corresponding to the difference base FP value does not exist, the FP cache processing engine 2-2 transmits the re-request message to the proxy server 1-2, and acquires the necessary difference base data (step 9-8). Then, when all the difference base data are obtained, the contents data is composed by using the difference base data and the difference data (step 9-9).
  • The composed contents data and the FP value are registered in correspondence into the FP cache region 3-3 by executing the step 9-6, and the composed contents data outputted to the memory 202 and stored as the contents data portion 5-24 of the body portion 5-2 by executing the step 9-4. Then, the processing of the FP cache processing engine 2-2 is finished.
  • (Proxy Server Operation)
  • FIG. 19 shows a procedure for the operation of the proxy server 1-2 in the case of receiving the request message from the Web browser 1-1.
  • The proxy server 1-2 analyzes the request message received from the Web browser 1-1 and extracts information such as the URL (step 6-1). Then, whether the contents data corresponding to that URL exists in the cache region 4-3 or not is checked according to the URL (step 6-2).
  • When the contents data exists in the cache region 4-3, the corresponding contents data and the FP value are read out from the cache region 4-3, and the reply data is generated and transmitted to the Web browser 1-1 (step 6-3).
  • When the contents data does not exist in the cache region 4-3, the request message is transferred to the Web server 1-3 and the corresponding contents data is acquired (step 6-4). Then, the caching processing is carried out for the contents data contained in the reply from the Web server 1-3 (step 6-5).
  • FIG. 20 shows a procedure for the operation of the proxy server 1-2 in the case of receiving the reply from the Web server 1-3 and carrying out the caching processing and the processing for generating the body portion (reply data) of the reply message to be sent to the Web browser 1-1.
  • The reply from the Web server 1-3 is received and the contents data is extracted (step 7-1), and whether the extracted contents data is an FP cache target data or not checked (step 7-2).
  • In the case of the contents data that is not the FP cache target such as images or stream data, it is transmitted as it is as the reply data, without carrying out the FP cache processing (step 7-11).
  • In the case of the FP cache target data, the FP value of the contents data is calculated (step 7-3). Then, the cache region 4-3 is searched through according to the FP value, to find the contents data having the same FP value (step 7-4).
  • When the contents data having the same FP value exists, only the FP value will be transmitted to the Web browser 1-1 instead of the contents data, so that the FP value of the contents data and the transfer mode information indicating the compressed transfer (Mode: Compress) are set in the fingerprint portion 5-23 of the body portion 5-2 (step 7-5). Then, the FP cache processing engine downloading command 5-21 and the FP cache processing engine call up command 5-22 are set (step 7-10).
  • When the contents data having the same FP cache does not exist, the contents data, the FP value and the URL are registered in correspondence into the cache region 4-3 (step 7-6). In addition, the FP value comparison with the data in the FP cache region is carried out in units of line, in order to check whether the differential compression is possible or not (step 7-7).
  • When the differential compression is possible that is when the difference base data having the similarity greater than or equal to a prescribed threshold exists, the difference data between the contents data and the difference base data is generated, and the difference data, the FP value of the difference base data are set in the fingerprint portion 5-23 of the body portion 5-2.
  • When the differential compression is not possible, the contents darn is set in the contents data portion 5-24 of the body portion 5-2.
  • Then, the FP value of the contents data and the transfer mode information (Mode: Differential in the case or carrying out the differential compression, Mode: None in the case of not carrying out the differential compression) are set in the fingerprint portion 5-23 of the body portion 5-2 (step 7-5), and the FP cache processing engine downloading command 5-21 and the FP cache processing engine call up command 5-22 of the body portion 5-2 are set (step 7-10).
  • (Another Exemplary Configuration of the Reply Message to be Transmitted from the Proxy Server to the Web Browser)
  • FIG. 21 shows another exemplary configuration or the reply message to be generated by the reply generation unit 4-9. The reply generation unit 4-9 generates the reply message having a header portion 21-1 and a body portion 21-2, according to the HTTP.
  • The body portion 21-2 is the reply data generated by the proxy server 1-2, which contains an FP cache processing engine downloading command 21-21, an FP cache processing engine call up command 21-22, and a contents data 21-23.
  • The header portion 21-1 and the FP cache processing engine downloading command 21-21 are the same as the header portion 5-1 and the FP cache processing engine downloading command 5-21 described above, so that their description will be omitted here.
  • The FP cache processing engine call up command 21-22 contains a command for operating the cache function using the FP value by calling up the FP cache processing engine 2-2 installed at the plug-in unit 200 or the Web browser 1-1, an FP value 21-60, and a mode information 21-61. The FP value 21-60 and the mode information 21-61 are embedded as a part of the Fp cache processing engine call up command 21-22.
  • The contents data 21-23 contains the contents data in the case where the transfer mode is the normal transfer or contains the difference data in the case where the transfer mode is the differential transfer, or empty in the case where the transfer mode is the compressed transfer.
  • The FP cache processing engine downloading command 21-21 and the FP cache processing engine call up command 21-22 are executed when the browser core engine unit 2-1 analyzes the reply data.
  • The FP value 21-60 contains the FP value calculated by the FP calculation unit 4-8. The mode information 21-61 contains information indicating a current transfer mode (the differential transfer, the compressed transfer, or the normal transfer).
  • More specifically, the body portion 21-2 has a configuration as shown in FIG. 22. In this configuration, the body portion 5-2 is in the HTML format, into which the FP cache processing engine downloading command 21-21, the FP cache processing engine call up command 21-22 and the contents data 21-23 are embedded.
  • The FP cache processing engine call up command 21-22 a portion between <SCRIPT> tag and </SCRIPT> tag, similarly as the FP cache processing engine call up command 5-22 described above.
  • The contents data 21-23 is embedded between <COMMENT ID=“MDATA”> tag and </COMMENT> tag. This ID=“MDATA” is an identifier for referring to the contents data from the FP cache processing engine call up command 21-22.
  • The flow of the processing in the case where the FP cache processing engine call up command 21-22 is executed at the browser core engine unit 2-1 is as follows. First, the FP cache processing engine 2-2 is called up by a command 22-1, and the object name “mcsp” is allocated. Next, a command 22-2 is a command for setting the FP value to be a variable “fp”. A command 22-3 is a command for setting the content or the contents data embedded between <COMMENT ID=“MDATA”> tag and </COMMENT> tag described above to be a variable “contents”.
  • In a command 22-4, “mcsp.regFP” is a command for executing 4 method called “regFP” on an object called “mcsp”. The FP cache processing engine 2-2 has three methods in correspondence to the three transfer modes, and can carry out the processing corresponding to each transfer mode by executing “uncompress” in the case of the compressed transfer, or executing “makeData” in the case of the differential transfer, or executing “regFP” in the case of the normal transfer. The object “mcsp” generated by the command 22-1 also have these three methods.
  • The three methods will now be described. First, the “uncompress” method to be used in the case of the compressed transfer takes the FP value as its argument, extracts the contents data corresponding to the FP value from the FP cache region 3-3 and returns it as a return value.
  • The “makeData” method to be used in the case of the differential transfer takes the FP value and the difference data (that contains the different base FP value, as shown in FIG. 15) as its arguments, composes the contents data by using the difference base FP value and the difference data, registers the FP value and the contents data into the FP cache region 3-3, and returns the contents data as a return value.
  • The “regFP” method to be used in the case of the normal transfer takes the FP value and the contents data as its arguments, registers the FP value and the contents data into the FP cache region 3-3, and returns the contents data as a return value.
  • The command 22-4 sets the contents data obtained as a processing result of the FP cache processing engine 2-2 to be a variable “output”, and the value of this variable is outputted to the browser core engine unit 2-1 by a command 22-5.
  • The type of the method to be called up by the command 22-4 is selectively generated by the reply generation unit 4-9 according to the transfer mode determined by the analysis unit 4-2 or the FP management unit 4-7 of the proxy server 1-2. Consequently, the type of the method to be executed by the command 22-4 indicates the mode information 21-61. In this configuration, there is no need for the Web browser 1-1 side to distinguish the transfer mode.
  • By embedding the FP value 21-60 and the transfer mode information 21-61 into the FP cache processing engine call up command 21-22 in this way, and using a configuration in which the contents data 21-23 and the difference data contained therein can be directly referred from the FP cache processing engine call up command 21-22 in this way, there is an advantage that the processing for separating the FP value, the contents data and the difference data from the reply message at the Web browser 1-1 side becomes unnecessary.
  • As described, according to the present invention, it possible to reduce the network load by using the fingerprint compression and the differential compression, by providing the proxy server at the server side and using the general purpose browser at the client side, without requiring a separate proxy server at the client side.
  • It is to be noted that the above described embodiments according to the present invention may be conveniently implemented using a conventional general purpose digital computer programmed according to the teachings of the present specification, as will be apparent to those skilled in the computer art. Appropriate software coding can readily be prepared by skilled programmers based on the teachings of the present disclosure, as will be apparent to those skilled in the software art.
  • In particular, the FP cache processing engine of the above described embodiments can be conveniently implemented in a form of a software package.
  • Such a software package can be a computer program product which employs a storage medium including stored computer code which is used to program a computer to perform the disclosed function and process of the present invention. The storage medium may include, but is not limited to, any type of conventional floppy disks, optical disks, CD-ROMs, magneto-optical disks, ROMs, RAMs, EPROMs, EEPROMs, magnetic or optical cards, or any other suitable media for storing electronic instructions.
  • It is also to be noted that, besides those already mentioned above, many modifications and variations of the above embodiments may be made without departing from the novel and advantageous features of the present invention. Accordingly, all such modifications and variations are intended to be included within the scope of the appended claims.

Claims (5)

1-15. (canceled)
16: A data communication method for use in a network system including a data receiving and displaying device, a server and a data transfer device disposed corresponding to the server and connected with the data receiving and displaying device via a network, each of the data receiving and displaying device and the data transfer device having a memory unit, the method comprising:
transmitting a request from the data receiving and displaying device to the server via the data transfer device;
transmitting contents data according to the request from the server to the transfer device;
calculating a feature quantity indicating a feature of the contents data at the data transfer device that received the contents data;
searching through the memory unit to check whether the feature quantity identical to a new feature quantity calculated by the calculating is stored in the memory unit or not at the data transfer device;
storing the new feature quantity and the contents data in correspondence into the memory unit and transmitting to the data receiving and displaying device a reply message formed by a header portion and a body portion, which contains the contents data and the feature quantity in the body portion, at the data transfer device when the feature quantity identical to the new feature quantity is not stored in the memory unit;
transmitting to the data receiving and displaying device the reply message which contains the feature quantity in the body portion when the feature quantity identical to the new feature quantity is stored in the memory unit;
receiving the reply message and checking whether the received reply message contains the contents data and the feature quantity in the body portion at the data receiving and displaying device;
displaying the received contents data and storing the received contents data and the feature quantity in correspondence into the memory unit at the data receiving and displaying device when the received reply message contains the contents data and the feature quantity;
searching through the memory unit to check whether the feature quantity identical to the received feature quantity included in the received reply message is stored in the memory unit or not at the data receiving and displaying device when the received reply message contains the feature quantity but no contents data;
displaying the contents data corresponding to the feature quantity stored in the memory unit and identical to the received feature quantity included in the received reply message, at the data receiving and displaying device when the feature quantity identical to the received feature quantity included in the received reply message is stored in the memory unit; and
transmitting a re-request message for requesting the contents data from the data receiving and displaying device to the data transfer device when the feature quantity identical to the received feature quantity included in the received reply message is not stored in the memory unit,
wherein the calculating calculates the feature quantity indicating the feature of the contents data at the data transfer device that received the contents data in a prescribed format.
17: A data communication method for use in a network system including a data receiving and displaying device, a server and a data transfer device disposed corresponding to the server and connected with the data receiving and displaying device via a network, each of the data receiving and displaying device and the data transfer device having a memory unit, the method comprising:
transmitting a request from the data receiving and displaying device to the server via the data transfer device;
transmitting contents data according to the request from the server to the transfer device;
calculating a feature quantity indicating a feature of the contents data at the data transfer device that received the contents data;
searching through the memory unit to check whether the feature quantity identical to a new feature quantity calculated by the calculating is stored in the memory unit or not at the data transfer device;
storing the new feature quantity and the contents data in correspondence into the memory unit and transmitting to the data receiving and displaying device a reply message formed by a header portion and a body portion, which contains the contents data and the feature quantity in the body portion, at the data transfer device when the feature quantity identical to the new feature quantity is not stored in the memory unit;
transmitting to the data receiving and displaying device the reply message which contains the feature quantity in the body portion when the feature quantity identical to the new feature quantity is stored in the memory unit;
receiving the reply message and checking whether the received reply message contains the contents data and the feature quantity in the body portion at the data receiving and displaying device;
displaying the received contents data and storing the received contents data and the feature quantity in correspondence into the memory unit at the data receiving and displaying device when the received reply message contains the contents data and the feature quantity;
searching through the memory unit to check whether the feature quantity identical to the received feature quantity included in the received reply message is stored in the memory unit or not at the data receiving and displaying device when the received reply message contains the feature quantity but no contents data;
displaying the contents data corresponding to the feature quantity stored in the memory unit and identical to the received feature quantity included in the received reply message, at the data receiving and displaying device when the feature quantity identical to the received feature quantity included in the received reply message is stored in the memory unit; and
transmitting a re-request message for requesting the contents data from the data receiving and displaying device to the data transfer device when the feature quantity identical to the received feature quantity included in the received reply message is not stored in the memory unit.
wherein the calculating calculates the feature quantity by using a prescribed hash function.
18: A data communication method for use in a network system including a data receiving and displaying device, a server and a data transfer device disposed corresponding to the server and connected with the data receiving and displaying device via a network, each of the data receiving and displaying device and the data transfer device having a memory unit, the method comprising:
transmitting a request from the data receiving and displaying device to the server via the data transfer device;
transmitting contents data according to the request from the server to the transfer device;
calculating a feature quantity indicating a feature of the contents data at the data transfer device that received the contents data;
searching through the memory unit to check whether the feature quantity identical to a new feature quantity calculated by the calculating is stored in the memory unit or not at the data transfer device;
storing the new feature quantity and the contents data in correspondence into the memory unit and transmitting to the data receiving and displaying device a reply message formed by a header portion and a body portion, which contains the contents data and the feature quantity in the body portion, at the data transfer device when the feature quantity identical to the new feature quantity is not stored in the memory unit;
transmitting to the data receiving and displaying device the reply message which contains the feature quantity in the body portion when the feature quantity identical to the new feature quantity is stored in the memory unit;
receiving the reply message and checking whether the received reply message contains the contents data and the feature quantity in the body portion at the data receiving and displaying device;
displaying the received contents data and storing the received contents data and the feature quantity in correspondence into the memory unit at the data receiving and displaying device when the received reply message contains the contents data and the feature quantity;
searching through the memory unit to check whether the feature quantity identical to the received feature quantity included in the received reply message is stored in the memory unit or not at the data receiving and displaying device when the received reply message contains the feature quantity but no contents data;
displaying the contents data corresponding to the feature quantity stored in the memory unit and identical to the received feature quantity included in the received reply message, at the data receiving and displaying device when the feature quantity identical to the received feature quantity included in the received reply message is stored in the memory unit;
transmitting a re-request message for requesting the contents data from the data receiving and displaying device to the data transfer device when the feature quantity identical to the received feature quantity included in the received reply message is not stored in the memory unit; and
transmitting from the data transfer unit to the data receiving and displaying device, a command for installing a cache processing program for carrying out a caching processing by utilizing the feature quantity at the data receiving and displaying device and a command for activating the cache processing program.
19: A data communication method for use in a network system including a data receiving and displaying device, a server and a data transfer device disposed corresponding to the server and connected with the data receiving and displaying device via a network, each of the data receiving and displaying device and the data transfer device having a memory unit, the method comprising:
transmitting a request from the data receiving and displaying device to the server via the data transfer device;
transmitting contents data according to the request from the server to the transfer device;
calculating a feature quantity indicating a feature of the contents data at the data transfer device that received the contents data;
searching through the memory unit to check whether the feature quantity identical to a new feature quantity calculated by the calculating is stored in the memory unit or not at the data transfer device;
storing the new feature quantity and the contents data in correspondence into the memory unit and transmitting to the data receiving and displaying device a reply message formed by a header portion and a body portion, which contains the contents data and the feature quantity in the body portion, at the data transfer device when the feature quantity identical to the new feature quantity is not stored in the memory unit;
transmitting to the data receiving and displaying device the reply message which contains the feature quantity in the body portion when the feature quantity identical to the new feature quantity is stored in the memory unit;
receiving the reply message and checking whether the received reply message contains the contents data and the feature quantity in the body portion at the data receiving and displaying device;
displaying the received contents data and storing the received contents data and the feature quantity in correspondence into the memory unit at the data receiving and displaying device when the received reply message contains the contents data and the feature quantity;
searching through the memory unit to check whether the feature quantity identical to the received feature quantity included in the received reply message is stored in the memory unit or not at the data receiving and displaying device when the received reply message contains the feature quantity but no contents data;
displaying the contents data corresponding to the feature quantity stored in the memory unit and identical to the received feature quantity included in the received reply message, at the data receiving and displaying device when the feature quantity identical to the received feature quantity included in the received reply message is stored in the memory unit;
transmitting a re-request message for requesting the contents data from the data receiving and displaying device to the data transfer device when the feature quantity identical to the received feature quantity included in the received reply message is not stored in the memory unit; and
transmitting from the data transfer device to the data receiving and displaying device, a notice indicating a location of a cache processing program for carrying out a caching processing by utilizing the feature quantity, which is to be installed at the data receiving and displaying device, and a command for activating the cache processing program.
US11/873,050 2002-03-26 2007-10-16 Data transfer scheme for reducing network load using general purpose browser on client side Abandoned US20080183845A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/873,050 US20080183845A1 (en) 2002-03-26 2007-10-16 Data transfer scheme for reducing network load using general purpose browser on client side

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
JP2002-084926 2002-03-26
JP2002084926A JP4020676B2 (en) 2002-03-26 2002-03-26 Web system and Web system control method
US10/396,521 US7334023B2 (en) 2002-03-26 2003-03-26 Data transfer scheme for reducing network load using general purpose browser on client side
US11/873,050 US20080183845A1 (en) 2002-03-26 2007-10-16 Data transfer scheme for reducing network load using general purpose browser on client side

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/396,521 Continuation US7334023B2 (en) 2002-03-26 2003-03-26 Data transfer scheme for reducing network load using general purpose browser on client side

Publications (1)

Publication Number Publication Date
US20080183845A1 true US20080183845A1 (en) 2008-07-31

Family

ID=28449230

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/396,521 Expired - Fee Related US7334023B2 (en) 2002-03-26 2003-03-26 Data transfer scheme for reducing network load using general purpose browser on client side
US11/873,050 Abandoned US20080183845A1 (en) 2002-03-26 2007-10-16 Data transfer scheme for reducing network load using general purpose browser on client side

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/396,521 Expired - Fee Related US7334023B2 (en) 2002-03-26 2003-03-26 Data transfer scheme for reducing network load using general purpose browser on client side

Country Status (2)

Country Link
US (2) US7334023B2 (en)
JP (1) JP4020676B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070244987A1 (en) * 2006-04-12 2007-10-18 Pedersen Bradley J Systems and Methods for Accelerating Delivery of a Computing Environment to a Remote User
US20100211983A1 (en) * 2009-02-19 2010-08-19 Pixel8 Networks, Inc. Virtual private content delivery network and method thereof
US20120198234A1 (en) * 2011-01-31 2012-08-02 Intuit Inc. Method and apparatus for ensuring the integrity of a downloaded data set

Families Citing this family (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7072908B2 (en) * 2001-03-26 2006-07-04 Microsoft Corporation Methods and systems for synchronizing visualizations with audio streams
JP4020676B2 (en) * 2002-03-26 2007-12-12 株式会社東芝 Web system and Web system control method
US8010670B2 (en) * 2003-12-23 2011-08-30 Slipstream Data Inc. Meta-data based method for local cache utilization
US20060047855A1 (en) 2004-05-13 2006-03-02 Microsoft Corporation Efficient chunking algorithm
US7555531B2 (en) * 2004-04-15 2009-06-30 Microsoft Corporation Efficient algorithm and protocol for remote differential compression
US7613787B2 (en) * 2004-09-24 2009-11-03 Microsoft Corporation Efficient algorithm for finding candidate objects for remote differential compression
JP4549174B2 (en) * 2004-12-14 2010-09-22 シャープ株式会社 Data transmitting apparatus, data receiving apparatus, program, and recording medium
US20070094348A1 (en) * 2005-01-07 2007-04-26 Microsoft Corporation BITS/RDC integration and BITS enhancements
US8073926B2 (en) * 2005-01-07 2011-12-06 Microsoft Corporation Virtual machine image server
US7849462B2 (en) * 2005-01-07 2010-12-07 Microsoft Corporation Image server
JP4745839B2 (en) 2005-01-28 2011-08-10 富士通株式会社 Data transfer system, transmission program, reception program, and data transmission method
US7620711B2 (en) * 2005-03-18 2009-11-17 Siemens Aktiengesellschaft Method of using configuration files for configuring technical devices
CA3163292A1 (en) * 2006-09-14 2008-03-20 Veveo, Inc. Methods and systems for dynamically rearranging search results into hierarchically organized concept clusters
US8533847B2 (en) * 2007-05-24 2013-09-10 Sandisk Il Ltd. Apparatus and method for screening new data without impacting download speed
JP4607937B2 (en) * 2007-10-31 2011-01-05 株式会社東芝 Cache method and cache device
JP4607936B2 (en) * 2007-10-31 2011-01-05 株式会社東芝 Data transfer method and data transfer system
US8375192B2 (en) 2008-12-16 2013-02-12 Sandisk Il Ltd. Discardable files
US9015209B2 (en) * 2008-12-16 2015-04-21 Sandisk Il Ltd. Download management of discardable files
US8205060B2 (en) 2008-12-16 2012-06-19 Sandisk Il Ltd. Discardable files
US8849856B2 (en) 2008-12-16 2014-09-30 Sandisk Il Ltd. Discardable files
US9020993B2 (en) 2008-12-16 2015-04-28 Sandisk Il Ltd. Download management of discardable files
US9104686B2 (en) 2008-12-16 2015-08-11 Sandisk Technologies Inc. System and method for host management of discardable objects
US20100235473A1 (en) * 2009-03-10 2010-09-16 Sandisk Il Ltd. System and method of embedding second content in first content
US20100333155A1 (en) * 2009-06-30 2010-12-30 Philip David Royall Selectively using local non-volatile storage in conjunction with transmission of content
JP2011171983A (en) * 2010-02-18 2011-09-01 Sony Corp Apparatus and, processing information method, and computer-readable recording medium
US8463802B2 (en) 2010-08-19 2013-06-11 Sandisk Il Ltd. Card-based management of discardable files
US8549229B2 (en) 2010-08-19 2013-10-01 Sandisk Il Ltd. Systems and methods for managing an upload of files in a shared cache storage system
US8788849B2 (en) 2011-02-28 2014-07-22 Sandisk Technologies Inc. Method and apparatus for protecting cached streams
WO2012149434A2 (en) * 2011-04-27 2012-11-01 Seven Networks, Inc. Detecting and preserving state for satisfying application requests in a distributed proxy and cache system
US9354764B2 (en) 2012-06-29 2016-05-31 Dell Products L.P. Playback of flash content at a client by redirecting execution of a script by a flash redirection plugin at a server to a flash redirection browser at the client
US9626450B2 (en) * 2012-06-29 2017-04-18 Dell Products L.P. Flash redirection with browser calls caching
CN105593853B (en) 2013-10-08 2020-01-21 索尼公司 Server device, client device, information processing method, and recording medium
FR3029666A1 (en) * 2014-12-04 2016-06-10 Orange METHOD FOR MANAGING THE RIGHT OF ACCESS TO DIGITAL CONTENT
US10684950B2 (en) 2018-03-15 2020-06-16 Bank Of America Corporation System for triggering cross channel data caching
US11265396B1 (en) * 2020-10-01 2022-03-01 Bank Of America Corporation System for cross channel data caching for performing electronic activities
US11778067B2 (en) 2021-06-16 2023-10-03 Bank Of America Corporation System for triggering cross channel data caching on network nodes
US11880307B2 (en) 2022-06-25 2024-01-23 Bank Of America Corporation Systems and methods for dynamic management of stored cache data based on predictive usage information

Citations (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5804683A (en) * 1992-05-14 1998-09-08 Ribozyme Pharmaceuticals, Inc. Deprotection of RNA with alkylamine
US5838790A (en) * 1996-04-19 1998-11-17 Juno Online Services, L.P. Advertisement authentication system in which advertisements are downloaded for off-line display
US5864852A (en) * 1996-04-26 1999-01-26 Netscape Communications Corporation Proxy server caching mechanism that provides a file directory structure and a mapping mechanism within the file directory structure
US6061697A (en) * 1996-09-11 2000-05-09 Fujitsu Limited SGML type document managing apparatus and managing method
US6119153A (en) * 1998-04-27 2000-09-12 Microsoft Corporation Accessing content via installable data sources
US6138162A (en) * 1997-02-11 2000-10-24 Pointcast, Inc. Method and apparatus for configuring a client to redirect requests to a caching proxy server based on a category ID with the request
US6467026B2 (en) * 1999-07-23 2002-10-15 Hitachi, Ltd. Web cache memory device and browser apparatus utilizing the same
US20030028796A1 (en) * 2001-07-31 2003-02-06 Gracenote, Inc. Multiple step identification of recordings
US6564257B1 (en) * 1999-12-09 2003-05-13 International Business Machines Corporation Repository protection by URL expiration
US6654741B1 (en) * 1999-05-03 2003-11-25 Microsoft Corporation URL mapping methods and systems
US6757726B2 (en) * 2001-02-23 2004-06-29 Fujitsu Limited Cache server having a cache-data-list table storing information concerning data retained by other cache servers
US6766422B2 (en) * 2001-09-27 2004-07-20 Siemens Information And Communication Networks, Inc. Method and system for web caching based on predictive usage
US6813690B1 (en) * 2001-06-12 2004-11-02 Network Appliance, Inc. Caching media data using content-sensitive identifiers
US6826626B1 (en) * 2000-07-21 2004-11-30 Clear Blue Technologies Management, Inc. Method of and apparatus for rapid retrieval of data in a content distribution network
US6910073B2 (en) * 1996-10-11 2005-06-21 At&T Corp. Method for transferring and displaying data pages on a data network
US6934761B1 (en) * 2000-02-25 2005-08-23 Sun Microsystems, Inc. User level web server cache control of in-kernel http cache
US6952730B1 (en) * 2000-06-30 2005-10-04 Hewlett-Packard Development Company, L.P. System and method for efficient filtering of data set addresses in a web crawler
US6968396B1 (en) * 2001-07-26 2005-11-22 Openwave Systems Inc. Reloading of hypermedia pages by sending only changes
US6985936B2 (en) * 2001-09-27 2006-01-10 International Business Machines Corporation Addressing the name space mismatch between content servers and content caching systems
US7035911B2 (en) * 2001-01-12 2006-04-25 Epicrealm, Licensing Llc Method and system for community data caching
US7054912B2 (en) * 2001-03-12 2006-05-30 Kabushiki Kaisha Toshiba Data transfer scheme using caching technique for reducing network load
US7058700B1 (en) * 2000-07-13 2006-06-06 Oracle International Corporation Delta caching
US7080207B2 (en) * 2002-04-30 2006-07-18 Lsi Logic Corporation Data storage apparatus, system and method including a cache descriptor having a field defining data in a cache block
US7082454B1 (en) * 1999-11-15 2006-07-25 Trilogy Development Group, Inc. Dynamic content caching framework
US7139747B1 (en) * 2000-11-03 2006-11-21 Hewlett-Packard Development Company, L.P. System and method for distributed web crawling
US7171469B2 (en) * 2002-09-16 2007-01-30 Network Appliance, Inc. Apparatus and method for storing data in a proxy cache in a network
US7203906B2 (en) * 1998-12-18 2007-04-10 Tangis Corporation Supplying notifications related to supply and consumption of user context data
US7334023B2 (en) * 2002-03-26 2008-02-19 Kabushiki Kaisha Toshiba Data transfer scheme for reducing network load using general purpose browser on client side

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3167484B2 (en) 1993-03-01 2001-05-21 富士通株式会社 Sender system, receiver system and data transfer processing system
JP3102369B2 (en) 1997-01-31 2000-10-23 富士通株式会社 Data processing device
US5909569A (en) 1997-05-07 1999-06-01 International Business Machines Terminal emulator data stream differencing system
JP3565490B2 (en) 1999-11-09 2004-09-15 インターナショナル・ビジネス・マシーンズ・コーポレーション Client server system, server, client, proxy server control method, proxy server function providing method, and storage medium
US6804683B1 (en) * 1999-11-25 2004-10-12 Olympus Corporation Similar image retrieving apparatus, three-dimensional image database apparatus and method for constructing three-dimensional image database
JP2001184344A (en) 1999-12-21 2001-07-06 Internatl Business Mach Corp <Ibm> Information processing system, proxy server, web page display control method, storage medium and program transmitter

Patent Citations (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5804683A (en) * 1992-05-14 1998-09-08 Ribozyme Pharmaceuticals, Inc. Deprotection of RNA with alkylamine
US5838790A (en) * 1996-04-19 1998-11-17 Juno Online Services, L.P. Advertisement authentication system in which advertisements are downloaded for off-line display
US5864852A (en) * 1996-04-26 1999-01-26 Netscape Communications Corporation Proxy server caching mechanism that provides a file directory structure and a mapping mechanism within the file directory structure
US6061697A (en) * 1996-09-11 2000-05-09 Fujitsu Limited SGML type document managing apparatus and managing method
US6910073B2 (en) * 1996-10-11 2005-06-21 At&T Corp. Method for transferring and displaying data pages on a data network
US6138162A (en) * 1997-02-11 2000-10-24 Pointcast, Inc. Method and apparatus for configuring a client to redirect requests to a caching proxy server based on a category ID with the request
US6119153A (en) * 1998-04-27 2000-09-12 Microsoft Corporation Accessing content via installable data sources
US7203906B2 (en) * 1998-12-18 2007-04-10 Tangis Corporation Supplying notifications related to supply and consumption of user context data
US6654741B1 (en) * 1999-05-03 2003-11-25 Microsoft Corporation URL mapping methods and systems
US6467026B2 (en) * 1999-07-23 2002-10-15 Hitachi, Ltd. Web cache memory device and browser apparatus utilizing the same
US7082454B1 (en) * 1999-11-15 2006-07-25 Trilogy Development Group, Inc. Dynamic content caching framework
US6564257B1 (en) * 1999-12-09 2003-05-13 International Business Machines Corporation Repository protection by URL expiration
US6934761B1 (en) * 2000-02-25 2005-08-23 Sun Microsystems, Inc. User level web server cache control of in-kernel http cache
US6952730B1 (en) * 2000-06-30 2005-10-04 Hewlett-Packard Development Company, L.P. System and method for efficient filtering of data set addresses in a web crawler
US7058700B1 (en) * 2000-07-13 2006-06-06 Oracle International Corporation Delta caching
US6826626B1 (en) * 2000-07-21 2004-11-30 Clear Blue Technologies Management, Inc. Method of and apparatus for rapid retrieval of data in a content distribution network
US7139747B1 (en) * 2000-11-03 2006-11-21 Hewlett-Packard Development Company, L.P. System and method for distributed web crawling
US7035911B2 (en) * 2001-01-12 2006-04-25 Epicrealm, Licensing Llc Method and system for community data caching
US6757726B2 (en) * 2001-02-23 2004-06-29 Fujitsu Limited Cache server having a cache-data-list table storing information concerning data retained by other cache servers
US7054912B2 (en) * 2001-03-12 2006-05-30 Kabushiki Kaisha Toshiba Data transfer scheme using caching technique for reducing network load
US6813690B1 (en) * 2001-06-12 2004-11-02 Network Appliance, Inc. Caching media data using content-sensitive identifiers
US6968396B1 (en) * 2001-07-26 2005-11-22 Openwave Systems Inc. Reloading of hypermedia pages by sending only changes
US20030028796A1 (en) * 2001-07-31 2003-02-06 Gracenote, Inc. Multiple step identification of recordings
US6985936B2 (en) * 2001-09-27 2006-01-10 International Business Machines Corporation Addressing the name space mismatch between content servers and content caching systems
US6766422B2 (en) * 2001-09-27 2004-07-20 Siemens Information And Communication Networks, Inc. Method and system for web caching based on predictive usage
US7334023B2 (en) * 2002-03-26 2008-02-19 Kabushiki Kaisha Toshiba Data transfer scheme for reducing network load using general purpose browser on client side
US7080207B2 (en) * 2002-04-30 2006-07-18 Lsi Logic Corporation Data storage apparatus, system and method including a cache descriptor having a field defining data in a cache block
US7171469B2 (en) * 2002-09-16 2007-01-30 Network Appliance, Inc. Apparatus and method for storing data in a proxy cache in a network

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070244987A1 (en) * 2006-04-12 2007-10-18 Pedersen Bradley J Systems and Methods for Accelerating Delivery of a Computing Environment to a Remote User
US8886822B2 (en) 2006-04-12 2014-11-11 Citrix Systems, Inc. Systems and methods for accelerating delivery of a computing environment to a remote user
US20100211983A1 (en) * 2009-02-19 2010-08-19 Pixel8 Networks, Inc. Virtual private content delivery network and method thereof
US20120198234A1 (en) * 2011-01-31 2012-08-02 Intuit Inc. Method and apparatus for ensuring the integrity of a downloaded data set

Also Published As

Publication number Publication date
US20030187960A1 (en) 2003-10-02
JP2003281023A (en) 2003-10-03
US7334023B2 (en) 2008-02-19
JP4020676B2 (en) 2007-12-12

Similar Documents

Publication Publication Date Title
US7334023B2 (en) Data transfer scheme for reducing network load using general purpose browser on client side
US7536445B2 (en) Enabling a web-crawling robot to collect information from web sites that tailor information content to the capabilities of accessing devices
US6785707B2 (en) Enhanced multimedia mobile content delivery and message system using cache management
US6507867B1 (en) Constructing, downloading, and accessing page bundles on a portable client having intermittent network connectivity
US6632248B1 (en) Customization of network documents by accessing customization information on a server computer using uniquie user identifiers
US7636765B2 (en) Data transfer scheme using caching technique for reducing network load
US6757708B1 (en) Caching dynamic content
US6560618B1 (en) On-demand generation, packaging, and delivery of archive files
US6542908B1 (en) Technique for automatically and transparently transforming software components into software components capable of execution in a client/server computing environment
US20020120721A1 (en) Client capability detection in a client and server system
US7359956B2 (en) Data transfer scheme using caching and differential compression techniques for reducing network load
US6338096B1 (en) System uses kernals of micro web server for supporting HTML web browser in providing HTML data format and HTTP protocol from variety of data sources
US6553393B1 (en) Method for prefetching external resources to embedded objects in a markup language data stream
KR100353585B1 (en) Method for generating display control information and computer
US8156429B2 (en) Method and system for accelerating downloading of web pages
US20070174420A1 (en) Caching of web service requests
US20040205620A1 (en) Information distributing program, computer-readable recording medium recorded with information distributing program, information distributing apparatus and information distributing method
US20100218077A1 (en) Modifying a markup language document which includes a clickable image
US6694484B1 (en) Relating a HTML document with a non-browser application
US20010002900A1 (en) System for transparent recovery from disruption of a data transfer
US20020116534A1 (en) Personalized mobile device viewing system for enhanced delivery of multimedia
US20050096019A1 (en) System for converting wireless communications for a mobile device
US20020174174A1 (en) System and method for monitoring execution time of a transaction
JP2000500259A (en) Method and apparatus for server-independent caching of dynamically generated customized pages
US7000023B2 (en) Information transfer apparatus and method transferring to another terminal information transmitted from server to client, and machine-readable recording medium recorded with program realizing information transfer method

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION