WO2006119465A2 - Method and apparatus for increasing performance of http over long-latency links - Google Patents

Method and apparatus for increasing performance of http over long-latency links Download PDF

Info

Publication number
WO2006119465A2
WO2006119465A2 PCT/US2006/017278 US2006017278W WO2006119465A2 WO 2006119465 A2 WO2006119465 A2 WO 2006119465A2 US 2006017278 W US2006017278 W US 2006017278W WO 2006119465 A2 WO2006119465 A2 WO 2006119465A2
Authority
WO
WIPO (PCT)
Prior art keywords
objects
browser
web page
web
long
Prior art date
Application number
PCT/US2006/017278
Other languages
French (fr)
Other versions
WO2006119465A3 (en
Inventor
Koling Chang
Krishna Ramadas
Loc N. Ho
Original Assignee
Venturi Wireless, Incorporated
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 Venturi Wireless, Incorporated filed Critical Venturi Wireless, Incorporated
Priority to CA002607740A priority Critical patent/CA2607740A1/en
Priority to EP06759099A priority patent/EP1877907A2/en
Priority to AU2006243783A priority patent/AU2006243783A1/en
Priority to JP2008510233A priority patent/JP2008541239A/en
Priority to CN200680019323A priority patent/CN101796491A/en
Publication of WO2006119465A2 publication Critical patent/WO2006119465A2/en
Priority to IL187145A priority patent/IL187145A0/en
Publication of WO2006119465A3 publication Critical patent/WO2006119465A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions

Definitions

  • the invention relates to improvements in the performance of computer networks. More particularly, the invention relates to increasing performance of HTTP over long-latency links by pre-fetching objects concurrently via aggregated and flow-controlled channels.
  • Figure 3 is a flow diagram that shows connection flow via the local cache according to the invention.
  • a Web page may have several JavaScripts and Style Sheets and many GIFs. These are some of the components of a Web page, and they are used for rendering the Web page.
  • the Web page may also comprise additional HTML, JPEGs, and FLASH, etc.
  • GIFs GIFs
  • JPEGs JPEGs
  • FLASH FLASH
  • the typical browser fetches other types of objects in parallel, at least to a certain degree, and somehow only fetches certain types of objects one at a time.
  • the post HTML processing module is for parsing an HTML page to retrieve a list of URLs to pre-fetch, regardless of their file extension. This list of URLs is fed into the client pre-fetch control module.
  • the invention is preferably implemented with a provision for end users to enable or disable file fetch.
  • the GUI presents an option to either enable or disable this feature.
  • the local cached file, as well as internal pre-fetch record, is cleared.
  • An HTTP processing module 24 is the key to operation of the invention and, in addition to the application layer and compressor layer, interacts with a pre-fetch control module 27 and the client pre-fetch control module 26, which itself interacts with the file cache control 18.
  • Figure 3 is a flow diagram that shows connection flow via the local cache.
  • the OS socket layer/VLSP in turn communicates with the application layer 2*.
  • the post HTML processing module is accessed 3 * and returns an output to the application layer 4 * .
  • the application then accesses the transport module 5*, which fetches a Web page, and the file cache module 6*, which returns a Web page to the OS socket layer/VLSP 7*.
  • This protocol provides sequenced, reliable delivery of data as with TCP. It however employs a different rate control mechanism that better suite for environments with high bandwidth variation and packet loss rate. In addition this protocol also supports multiplexing several transport flows over a single flow controlled channel between two hosts. One of the main goals of this protocol is to perform better in those areas that TCP does not: high bandwidth, high delay, and/or high packet drops. Some of the drawbacks of TCP over wireless include its small initial send window, large maximum send window size, and very aggressive congestion control mechanisms.
  • VTP connections between two hosts are setup before to any application level flow is setup. Once the VTP connection is established, an individual application conversation between two VTP-connected hosts requires no three-way hand-shaking.
  • a VTP end-point redirecting mechanism allows TCP flows being redirected into this VTP tunnel without experience long setup delay.
  • the sender When the sender has sent a full send window's worth of bytes, it has to stop sending any new packets.
  • the transport layer should make sure that this never happens when it has more data to send in virtual connection queues.
  • the fact that the send window is closed and the sender is not sending any packets implies that the sender is not using the pipe to its fullest.
  • the SACKs, acknowledging the packets received enable the sender to release ACKed bytes from its send window, thereby providing room for new bytes to be sent.
  • the sender When WTO expires, the sender should send a new packet called SEND_SACK requesting the receiver to send its SACK.
  • SEND_SACK a new packet
  • the sender tries sending these SEND_SACK packets up to some configured number of times (M). If it does not get any feedback after the last SEND_SACK packet, the sender should close all the virtual connections on that real connection, discard any packets in real connection out bound queue, and release the real connection.
  • Bandwidth of a path is the time it takes to transmit some number of bytes from the sender to the receiver. This time includes transmission time of the device plus propagation time of the link(s) in between.
  • a link is the medium, wire or wireless, between two hosts.
  • VTP measures the bandwidth of the path by sending two packets, one after another, with no time difference at the sender. Depending on the bandwidth of the links they traverse, they both arrive with some time difference at the receiver. The arrival time is the time when the receiver gets the packet(s) out of UDP socket buffers via recvfrom() system call. Note that on high speed links, e.g. 4Mbps, two or more packets can arrive with zero time difference. The following shows how one can get the bandwidth by sending two packets of size 1 KB each on a 4KB/s link.
  • c11 is packet 1 from connection 1
  • c12 is packet 2 from connection 1
  • c21 is packet from connection 2.
  • a SACK should be sent only when necessary.
  • the sender can send a new packet if it fits in the current send window. Otherwise, the sender should leave the packet in the virtual connection's out bound queue and transmit them when send window is opened by the next SACK.
  • the sender transmits a new packet it should start a fresh timer that should expire at LTO time. LTO time includes the transmit time plus trip time. When this timer expires, the sender sends a REQUEST_SACK packet and restarts the timer. If the sender does not get any reply from the receiver after sending N (configurable) number of REQUEST_SACK packets, the sender must close the connection with the receiver. The sender should never retransmit until it thinks the packet it sent should be out of network based on current bandwidth and latency. If a retransmit request is received within this flight time, the sender ignores the retransmit request.
  • the sender should never send its full send window worth of bytes at once. This might lead to a burst of packets at the next or intermediate router and may cause packet drops if there are insufficient buffers. To avoid this, the sender must always control the flow of packets by time, spacing them according to the bandwidth and delay of the path.
  • the transport should guarantee that data are delivered to the other end without any errors.
  • a checksum is computed over the entire packet before delivering the datagram to the receiver.
  • the receiver should recompute the checksum for the packet arrived and compare it the checksum in the packet. If the checksum differs, consider that as a corrupted packet and discard it.
  • the checksum field in the header must be taken as zero before computing the checksum.
  • To compute the checksum divide all the data into 16-bit quantities and compute the one's complement of their one's complement sum. This is similar to checksum computation in the Internet.
  • Security is provided in the transport to avoid any malicious hacker sending a packet that looks like a packet that is sent by the system.
  • One way one could disrupt the real connection is by sending a bogus packet that is in sequence with an authentic packet sent by the client/server.
  • the goal of the security in VTP is not to leave any holes for such man in the middle attacks.
  • each end sends a pseudo-random sequence number (PRSN) that can be decoded only by the peer entities involved.
  • PRSN pseudo-random sequence number

Abstract

The invention increases performance of HTTP over long-latency links (19) by pre-fetching objects concurrently via aggregated and flow-controlled channels An agent (17) and gateway (14) together assist a Web browser in fetching HTTP contents faster from Internet Web sites over long-latency data links ( 19) The gateway (14) and the agent coordinate the fetching of selective embeded objects in such a way that an object is ready and available on a host platform before the resident browser requires it The seemingly instantaneous available of objects to a browser (11) enable it to complete processing the object to request the next object without much wait without this instantaneous available of an embeded object, a browser (11) waits for its request and the corresponding response to traverse a long delay link

Description

Method and Apparatus For Increasing Performance of HTTP Over Long-Latency Links
BACKGROUND OF THE INVENTION
TECHNICAL FIELD
The invention relates to improvements in the performance of computer networks. More particularly, the invention relates to increasing performance of HTTP over long-latency links by pre-fetching objects concurrently via aggregated and flow-controlled channels.
DESCRIPTION OF THE PRIOR ART
Internet Web pages embed many types of URLs and objects. Standard browsers that display Internet Web pages can fetch some of these objects in parallel from their Web server repository. Schemes that use a browser's capability to fetch objects in parallel reduce the time taken by a browser to display pages that have many embedded objects. However, the degree of parallelism is limited due to backward compatibility, effectiveness of TCP flow control, and simplicity of browser implementation when downloading certain types of objects, such as JavaScripts and Stylesheets. The currently well- known Web browsers always download JavaScripts in sequence and Stylesheets in a separate phase.
The sequential fetching of objects degrades the end user experience with such URLs in high latency and low bandwidth networks, such as radio access networks. In short, servers are waiting for new requests to arrive but clients do not issue them until previous corresponding responses are received. This causes the link to be under used. A general purpose cache on a browser is used to improve the time taken to revisit the same Web page. However, the general purpose cache does not help the first visit to a Web page over a wireless link. Also, a subsequent revisit may not be of benefit if the browser has cleared parts of its cache to accommodate objects from subsequent fetches from other Web sites. Thus, the use of a general purpose cache does not provide a consistent and predictable improvement in performance.
The HTTP 1.1 Request Pipelining standard (RFC 2616) allows the degree of concurrency to be increased if it is properly employed when both ends support it. However, modern browsers do not use it in an optimal fashion for many reasons, such as backward compatibility, simplicity of implementation, and effectiveness of flow control. Thus, the standard does not change the browser behavior, and therefore fails to optimize the link use at all times.
It would be advantageous to provide a method and apparatus that mitigates the negative impact of sequential access in low bandwidth and high delay networks without altering browser behaviors.
SUMMARY OF THE INVENTION
The invention mitigates the negative impact of sequential access in low bandwidth and high delay networks without altering browser behaviors. This is achieved by increasing the degree of parallelism over the long-latency link by imposing a different downloading strategy, Ae. pre-fetch, from an agent to a gateway server. The issue of low degrees of parallelism is localized between the browser and the agent where there is virtually no latency and bandwidth limitation for HTTP transactions. The issue, therefore, is alleviated.
In one embodiment, the invention comprises a piece of software (client) that communicates with corresponding server software which readies the necessary object to be available on the platform hosting the browser. Low utilization over long-latency links occurs when browsers try to download objects from source Web servers in sequence or in a degree of concurrency that is less-than-optimal. This contributes to a major latency experienced by the end user. This latency can be greatly reduced by using the pre-fetching mechanism of this invention. Thus, the invention increases performance of HTTP over long-latency links by pre-fetching objects concurrently via aggregated and flow-controlled channels. The agent and gateway together assist a Web browser in fetching HTTP contents faster from Internet Web sites over long-latency data links. The gateway and the agent coordinate the fetching of selective embedded objects in such a way that an object is ready and available on a host platform before the resident browser requires it. The seemingly instantaneous availability of objects to a browser enables it to complete processing the object to request the next object without much wait. Without this instantaneous availability of an embedded object, a browser waits for its request and the corresponding response to traverse a long delay link. The invention is not limited to cache history on a browser. It actively performs selective fetch from the gateway server in a highly concurrent fashion, prior to the browser requesting a particular object. It does not require any support from Web browsers and end source servers. It also does not introduce any flow control issue under the high degree of parallelism. Thus, the invention improves HTTP performance of client-server implementations, especially with Web sites that use many JavaScripts and Style Sheets.
BRIEF DESCRIPTION OF THE DRAWINGS
Figure 1 is a block schematic diagram of a system architecture implementing a method and apparatus for increasing performance of HTTP over long- latency links according to the invention;
Figure 2 is a block schematic diagram that shows an overview of the modules interaction according to the invention;
Figure 3 is a flow diagram that shows connection flow via the local cache according to the invention;
Figure 4 is a flow diagram that shows connection flow from the local cache according to the invention; and
Figure 5 is a block schematic diagram that shows a pre-fetch post HTML processing connection according to the invention.
DETAILED DESCRIPTION OF THE INVENTION
Definitions
HTTP: Hyper Text Transfer Protocol - a TCP/IP based protocol to transfer Web pages, documents, etc. over the Internet.
HTML: Hyper Text Markup Language.
API: Application Programming Interface.
VTP: A Transport Protocol.
XML: Extension Hyper Text Markup Language.
As of today, publicly available HTTP browsers open a limited number of concurrent TCP connections to Web servers due to the decreased flow control effect as the number of TCP connections increase. This limits the degree of concurrency for the downloading of page objects. The HTTP1.1 Pipelining standard supra, tries to solve this problem by allowing the sending out of multiple requests through the same TCP connection before their responses are received. However, due to backward compatibility and the limitations of browsers and servers, the degree of concurrency is often low.
In addition, several types of objects, such as JavaScripts and Cascading Style Sheets, are often downloaded sequentially by browsers due to implementation simplicity. This further decrease the degree of concurrency, and therefore, the use of the long-latency link, due to the time spent on waiting for responses.
The preferred embodiment of the invention comprises an agent and gateway system that, by using an independent flow control mechanism (VTP), is not concerned by the number of TCP connections virtually opened between the browser host platform and the source Web (or proxy) server, and that is therefore useful for downloading objects in parallel. By using a cache on the client side, Web objects can be downloaded in parallel as soon as the agent is aware of them, independent from the implementation of end browsers and source Web servers.
Figure 1 is a block schematic diagram of a system architecture implementing a method and apparatus for increasing performance of HTTP over long- latency links according to the invention . There are four major entities in the preferred system: a browser 11 , typically within a host platform 10; a client 12, comprising an agent with pre-fetch functionality 17 and a Web object cache 13; a server 14, in communication with said client via a long latency link having a flow controlled channel 19; and an original Web server 16 which is in communication with said server 14. In the prior art, a browser request is translated into signal messages and flow control under a transport protocol (VTP) and routed to the server. The server translates the request back to an original, regular HTTP request to the original Web server, and the response travels back to the server. Then it is processed, either compressed using lossy or non-lossy techniques as are known in the art, and transferred through the VTP again back to the client. The client provides a compressed message back to the browser. The preferred embodiment uses a UDP-based, VTP flow control and transport protocol, discussed below (see, also, USPN 6,529,516 and USPN 6,115,384, which are incorporated herein in their entirety by this reference thereto).
Where the degree of parallelism is low and the number of requests is low, the invention identifies the fact that many browsers branch JavaScripts and Style Sheets in a sequential manner, rather than in parallel. Thus, the invention explicitly pre-fetches this type of object, with dramatically improved overall performance.
For example, a Web page may have several JavaScripts and Style Sheets and many GIFs. These are some of the components of a Web page, and they are used for rendering the Web page. The Web page may also comprise additional HTML, JPEGs, and FLASH, etc.
The inventors have identified two objects, i.e. JavaScripts and Style Sheets, as major factors that slow the system down, although the invention is not limited to the pre-fetching of just these objects. A browser may already perform some parallel fetching, but JavaScripts and Style Sheets are not typically fetched, nor is any effort made to discriminate in the type of object that is being fetched. By selectively pre-fetching these certain objects, such as these types of objects, the system's performance is dramatically improved. Thus, the preferred embodiment implements client-side selective pre-fetching which, in the presently preferred embodiment, comprises JavaScript and Style Sheet pre-fetching.
The invention preferably comprises pre-fetcher 17 and a cache 18 components, the latter of which is introduced in the client part of the system. To pre-fetch, the system also comprises a parser, a pre-fetch handler, and a storage system to keep the pre-fetched objects (discussed below in greater detail).
In operation, the browser requests an object. The object is sent back through the server to the client. If the object is a description of a Webpage e.g. HTML the client parses it for the agent and determines that the Web page has certain components in it. In the preferred embodiment, the parser determines if there are any JavaScripts or Style Sheets, for example, in the Web page. If there are, rather than waiting for those objects to be requested by the user's browser, those objects are obtained from the Web server by the agent. Thus, when a Web page comes back to the user, the Web page goes back to the browser, and concurrently the page does not pause while the JavaScript is fetched.
The Web page is a description object. It specifies component objects. Main page is always the first object that comes back, and it describes what is needed to render a page. Most of the time, the browser fetches JavaScript and Style Sheet objects one at a time. Every time such an object is fetched, the user must wait for a time delay. The inventors have observed that the browser does not do the same thing for the other type of objects, such as
GIFs, JPEGs, or FLASH. The typical browser fetches other types of objects in parallel, at least to a certain degree, and somehow only fetches certain types of objects one at a time.
The browser parses the page description, and while the page description is operated upon by the browser, the parsing element is also parsing the page description to identify JavaScripts and Style Sheets. These particular objects are of a type that are normally sequentially fetched. The pre-fetch mechanism is used concurrently with the browser to go to the original Web server to fetch these objects while the browser is still loading the page. The system fetches these objects and brings them over to the cache, so that these objects are now resident at the cache. As a result, rather than have to go out across the system with its concomitant latency, to get these objects to complete the building of the Web page sequentially, it is only necessary access the client locally to complete loading the Web page. This speeds the system up considerably. Thus, the invention uses parallelism and selective pre-fetching to give the impression of reduced round trip.
Functional Specification
Problem Definition
In current client architectures, HTML pages are fetched when requested by the browser. In certain situations, the browser requests pages, such as JavaScripts, sequentially. Sequential requests do not maximize VTP as there is no parallelism. To maximize VTP, pre-fetch on the client is required. Assumptions
Implementation of the invention assumes that the browser performs HTML requests sequentially for certain files, such as JavaScripts.
Requirements
The invention implements a client pre-fetch feature with the following requirements:
• Properties configurable via XML:
• HTML page priority based on browser request
• Non-persistence over different running session
• Perform HTML file pre-fetch
Functionality
The following functional components are required: post HTML processing, client side pre-fetch control, and file cache.
The post HTML processing module is for parsing an HTML page to retrieve a list of URLs to pre-fetch, regardless of their file extension. This list of URLs is fed into the client pre-fetch control module.
The client side pre-fetch control module performs HTTP requests for identified objects.
The file cache handles caching pre-fetch file locally on persistence storage.
Usability The invention is preferably implemented with a provision for end users to enable or disable file fetch. For this feature, the GUI presents an option to either enable or disable this feature. On a disable, the local cached file, as well as internal pre-fetch record, is cleared.
Design Specification
This discussion provides details of the design for the post HTML processing, client pre-fetch control, and file cache modules.
Overview
Figure 2 is a block schematic diagram that shows an overview of the modules interaction. In figure 2, the browser 11 interacts through the OS socket layer
20 with file cache 25," The OS socket layer interacts with an application layer
21 that, in. turn, interacts with a compressor layer 23 and a transport mechanism 22. An HTTP processing module 24 is the key to operation of the invention and, in addition to the application layer and compressor layer, interacts with a pre-fetch control module 27 and the client pre-fetch control module 26, which itself interacts with the file cache control 18.
Module Design
The following discussion describes the module design for each subsystem, i.e. post HTML processing, client pre-fetch control, and file cache. In each of Figures 3-5, discussed below, operational flow is indicated by a numeral and an asterisk, e.g. "1*."
Figure 3 is a flow diagram that shows connection flow via the local cache. When the user accesses the browser to view a Web page 1*, the OS socket layer/VLSP in turn communicates with the application layer 2*. The post HTML processing module is accessed 3* and returns an output to the application layer 4*. The application then accesses the transport module 5*, which fetches a Web page, and the file cache module 6*, which returns a Web page to the OS socket layer/VLSP 7*.
Figure 4 is a flow diagram that shows connection flow from the local cache. When the protocol module is active it accesses the OS socket layer/VLSP 1* which, in turn accesses the application layer 2*. The application layer interacts with the post HTML processing module 3*, 4*, and the application layer then uses the transport module 5*, after which it provides cache contents to the OS socket layer/VLSP 6*.
Figure 5 is a block schematic diagram that shows a pre-fetch post HTML processing connection. Here, the server accesses the OS socket layer. VLSP 1*which, in turn, communicates with the application layer 2* and, thence, the HTTP processing module 3*. Flow proceeds to the post HTML processing module 4*, which interacts with the client pre-fetch control module 5*. The client pre-fetch control module interacts with the transport module 6* which, in turn, communicates with the protocol module 7*. The protocol module returns requested results to the OS socket layer/VLSP 8*.
Post HTML Processing Module Design
The post HTML processing module produces a list of URLs to pre-fetch. Each URL is fed into the client pre-fetch control module.
Client Prefetch Control Module Design
The client prefetch control module contains the decision logic to determine whether and when to fetch a page. Pre-Fetch URL is stored in a index linked list structure. Once it determines that an URL should be pre-fetched, it establishes a bypass connection to the local cache module. The cache address and port number is determined by querying the local cache module. When the connection is established and it receives data from the local cache, the connection is closed immediately. Therefore, the local cache must be configured to continue with the download even when the connection is closed. VTP (UDP) Transport Design
Overview of operation
The following discussion describes the design of a UDP based VTP protocol of the type that may be used in connection with the practice of a preferred embodiment of the invention.
This protocol provides sequenced, reliable delivery of data as with TCP. It however employs a different rate control mechanism that better suite for environments with high bandwidth variation and packet loss rate. In addition this protocol also supports multiplexing several transport flows over a single flow controlled channel between two hosts. One of the main goals of this protocol is to perform better in those areas that TCP does not: high bandwidth, high delay, and/or high packet drops. Some of the drawbacks of TCP over wireless include its small initial send window, large maximum send window size, and very aggressive congestion control mechanisms.
This protocol provides reliable delivery of data as provided by TCP. It however employs a different rate control mechanism that is better suited for environments with high bandwidth variation and packet loss rate. In addition, this protocol also supports multiplexing multiple application data flows over a single channel between two hosts. This allows a greatly increased number of application conversation between two hosts without the side effect of reduced flow-control effectiveness experienced when employing a high number of TCP connections between them.
Connection Establishment
UDP is connectionless, datagram oriented protocol. In VTP, a logical connection must be established between the client and server for one or more of the following reasons: • to exchange sequence numbers that guarantee sequenced delivery;
• to authenticate the client connecting at the server side;
• to get any start up parameters from each end.
VTP connections between two hosts are setup before to any application level flow is setup. Once the VTP connection is established, an individual application conversation between two VTP-connected hosts requires no three-way hand-shaking. A VTP end-point redirecting mechanism allows TCP flows being redirected into this VTP tunnel without experience long setup delay.
VTP connection setup includes authentication and sequence number exchange to guarantee delivery of control packets and data packets from individual application flows (TCP flows).
A new connection is opened if there was no prior connection with the server. A connection open request is initiated from the client by sending a REQ_CONN (request connection) packet to the server. A connection request identifier is sent in every REQ_CONN packet to match REQ_CONN and REQ_ACK packets. The client should start a timer after it sends this packet. If the REQ_CONN timer goes off, send another REQ_CONN packet with a different connection request identifier. If no response is received from other side after sending some n (configurable parameter) number of REQ-CONN packets, the client gives up and reports "cannot establish connection" to the caller. After the client sends the REQ-CONN packet, it changes the status of that connection from closed (VTP_CLOSED) to "connection in progress" (VTP_REQ_CONN) state.
The server opens a socket and binds to some well known port for listening to client connect requests. Whenever the server gets a REQ_CONN packet, it should allocate a new real connection node and reply to REQ_CONN packet by sending REQ_CONN+ACK packet. At this point, the server moves that connection into "connection established" (VTP_EST) state. Once the client gets the REQ_CONN+ACK packet, it can move its real' connection node into "connection established" state.
The client acknowledges the server's REQ_CONN+ACK packet with an ACK packet. Note that the client can deduce its round trip time to the server from REQ_CONN and REQ_CONN+ACK packets and the server can deduce round trip time between itself and this client from REQ_CONN+ACK and ACK packet from the client. Each end should get an RTT estimate as often as necessary to know the network.
If the real connection is opened successfully, data can be sent on a virtual connection by calling ta_send().
Data Flow and Explicit Rate Flow Control
One of the goals of any transport layer is to send data efficiently and to get the maximum throughput possible from the netwok. Once a connection is established, any of the intermediate routers between the sender and receiver might go down or some more new connections might be established that use one or more of links in the path.. The sender should never send any data that leads to congestion in the network. The amount of data that the sender can send without getting any feedback from the receiver is called the "send window" and it is calculated as:
Send_Window = (consti * bandwidth * delay) + (const2 * N)
where:
bandwidth is the bottleneck link bandwidth (explained below) delay is the round trip time between sender and receiver consti is an integer constant to correct bandwidth and delay estimations const2 is an integer constant to account for dropped ACK packets N is the maximum bytes received before sending ACK.
The throughput of a connection is limited by the amount of data the network can carry and the amount of buffer space the receiver has to store this data before it passes it up to the application layer. In the invention, receiver buffers are not regarded as a constraint. Because the network is the bottleneck now, the sender should never send any more data than the network can accept, taking into account buffers in intermediate routers and in the sending host. For example, a sender and receiver with 1Mbps link are interconnected by a 128kbps link. The throughput is now constrained by the 128kbps (16KBytes/s) link. If the sender has, e.g. 2MB of data to send, it should not burst out all of these data quickly because they can get dropped at the intermediate router. To be exact, the sender should not send any more than ~16KB in one second. This makes it clear that if the sender has knowledge of bandwidth of the bottleneck link in the path from itself to the receiver, it can regulate its sending rate so that no packets are dropped in between.
To continue the example in above paragraph, say the send window is 30KB. Because all the data are there to send, a complete send window worth of bytes can be sent at a time. This generates a burst of packets at the next router and, if there is no buffer space to hold these packets, they just end up getting dropped. To avoid this, because the sender knows the bandwidth it can send those bytes in a controlled way. This is the flow control aspect of transport. As long as the bandwidth available to this connection remains the same, the chances of dropping a packet are less. The send window is necessary to avoid network congestion and flow control is necessary to avoid bursts.
Once the sender sends its window's worth of bytes, it closes its window and it should wait for feedback from the receiver. Ideally, if the sender has data to send it should never stop sending it until all the data reaches other end i.e. the sender should never close its send window. The sender should open its send window again when it gets feedback from the receiver saying it got some or all of the data the sender has sent. Note that the sender should not free the data in its send window until it is positively acknowledged by the receiver. To keep the send window always open and have room for more data, the receiver should send its feedback as frequently as necessary.
It is clear that the knowledge of bandwidth and trip time for the transport to work efficiently. The following sections describe how VTP gets the bottleneck bandwidth and trip time.
Round Trip Time
Round trip time (RTT) is the time taken for a packet to reach the other end and to come back. This time includes queuing, transmission delays at the sender, queuing and processing delays at intermediate routers, and processing delay at the final host. Trip time (TT) is the time a packet takes from the sender to the receiver. VTP uses the following equation to deduce RTT:
RTT = (time from last packet sent to ACK received) - (delay at receiver) - (sizeof(pkt)/bandwidth)
RTT is measured only when the sender releases one or more packets in response to a SACK, i.e. positively ACKed. It is not measured when SACK says the receiver did not receive anything because the second term in the equation needs a data packet.
The following example shows RTT computation:
receiver sender send 1 2 < — time t1 send 3 4 < — time t2 send 5 6 < — time t3 t4— > 1 t5— > 3 t6— > 6 t7---> SACK says receiver got 1 ,3,6.
SACK arrives <-- time t8
RTT@sender = (t8 - 13) - (t7 - 16) - (sizeof(pkt 6)/bandwidth).
RTT is used in computing the send window and is also used in estimating the retransmission timeout (explained later). The client transport, which initiated the connection (real), can get RTT at connection setup with REQ_CONN and REQ_CONN+ACK packets. The server can deduce its RTT to the client if it gets the client's ACK packet. If the client's ACK packet is dropped, the server has to derive RTT using above equation from the first SACK from the receiver. This requires the sender to time stamp each packet sent. The SACK packet should carry time difference from its last data packet to this SACK.
Send Window Close Timeout (WTO)
As mentioned earlier, the sender should stop after sending the last data packet that it got from the application layer or after it sends a full window's worth of bytes. It is up to the sender to guarantee that each and every byte sent by the application layer is delivered to the receiver in sequence and without any error. The receiver sends feedback about the packets it received and packets that are not. If the feedback about received packets is dropped, the sender should have some way to know about the packets received at the receiver. To ensure that the receiver is getting the packets it is sending, after sending the last packet it should start a timer that expires in some time. This timeout is called last packet ACK timeout (LTO). If the sender does not get any feedback within LTO time, it sends a "requesting sack" packet to make the receiver send a feedback (when to send feedback is explained in SACK). The LTO timer should be set such that it does not expire too early or too late. It should not expire too early for two reasons: Feedback may already be on the way to the sender; Too early timeouts cause too many retransmits. It should not expire too late for the reason that the pipe is not carrying any packets from this connection anymore. The LTO equation is given below:
LTO = K5 * (RTT + bytes_sent/bandwidth)
where:
K5 - integer constant to adjust delay RTT - sender's RTT bytes_sent - total number of bytes sent bandwidth - transmit rate,
When the sender has sent a full send window's worth of bytes, it has to stop sending any new packets. The transport layer should make sure that this never happens when it has more data to send in virtual connection queues. The fact that the send window is closed and the sender is not sending any packets implies that the sender is not using the pipe to its fullest. The SACKs, acknowledging the packets received enable the sender to release ACKed bytes from its send window, thereby providing room for new bytes to be sent.
The sender starts "send window close timer" whenever it has to stop after sending full send window. The send window close timer (WTO) is given as:
WTO = 2ΛM * Const * RTT
where:
M - maximum number of retries
Const - an integer constant
RTT - sender RTT to client.
When WTO expires, the sender should send a new packet called SEND_SACK requesting the receiver to send its SACK. The sender tries sending these SEND_SACK packets up to some configured number of times (M). If it does not get any feedback after the last SEND_SACK packet, the sender should close all the virtual connections on that real connection, discard any packets in real connection out bound queue, and release the real connection.
If the network does not drop any packet, there might never be a timeout on the WTO timer.
Bandwidth
Bandwidth of a path is the time it takes to transmit some number of bytes from the sender to the receiver. This time includes transmission time of the device plus propagation time of the link(s) in between. A link is the medium, wire or wireless, between two hosts. VTP measures the bandwidth of the path by sending two packets, one after another, with no time difference at the sender. Depending on the bandwidth of the links they traverse, they both arrive with some time difference at the receiver. The arrival time is the time when the receiver gets the packet(s) out of UDP socket buffers via recvfrom() system call. Note that on high speed links, e.g. 4Mbps, two or more packets can arrive with zero time difference. The following shows how one can get the bandwidth by sending two packets of size 1 KB each on a 4KB/s link.
c11 is packet 1 from connection 1 , c12 is packet 2 from connection 1 and c21 is packet from connection 2.
bandwidth = (c12 arrivaltime - c11 arrival time) / c12 packet size
Ignoring propagation delays, it takes 0.25seconds for a 1 KB packet to traverse a 4KB/s link.
CASE1 :
sender | c12 | c11 | receiver bw = (0.5 - 0.25)/1 KB = 4 CAS E2:
sender | c21 | d 2 I d 1 | receiver bw = (0.5 - 0.25)/1 KB = 4
CASE3:
sender | d 2 | c21 | d 1 | receiver bw = (0.75 - 0.25)/1 KB = 2
CASE4:
sender | d 2 | c22 | c21 | c11 | receiver bw = (1 - 0.25)/1 KB = 1.33
In CASE1 , connectioni is the only connection using the link, so it gets complete bandwidth, and that is what the transport sees. In CASES 2, 3, and 4, a new connection c2 is also using the same link. At this time, ideally, receiving transport for connection 1 should detect a bandwidth of 2KB/s. But, as shown above, this can fluctuate anywhere from 1.33KB/s to 4KB/s depending upon how the packets of connection 1 gets spaced. VTP arrives closely at 2KB/s by averaging the bandwidth continuously. The receiving transport should intimate its current receive rate via SACK.
If the time difference between two packets in sequence is zero, VTP measures that as default maximum bandwidth.
Selective Acknowledgment (SACK)
SACK is the feedback from the receiver. A receiver should send feedback about the data it received as frequently as it can for several reasons:
• to keep the send window open at sender side • to let the sender know about the packets lost and received
• to let the sender know about receiver's current receive rate.
A SACK should be sent only when necessary.
Processing ACKnowledgement
The receiver sends an acknowledgement in the following cases:
1. When RTO expires
2. When it receives 16KB or 32 packets in sequence
3. Any pending ACK can be piggybacked with data packet
4. First out of sequence packet
5. Substantial change of bandwidth.
The first three ACKs contain information about lost/received data packets; the last two could be sent even if no new data packets are received by the receiver. Upon receiving an ACK that has lost/received information, the sender should immediately free up the VBufs that are ACKed. If the incoming ACK positively acknowledges everything in out_queue, i.e. sent-but-unacked, and if sender had something to send, it should clear the 'next transmit timer' and send the new data because the pipe is clearly empty.
(Re)transmission Policy
The sender can send a new packet if it fits in the current send window. Otherwise, the sender should leave the packet in the virtual connection's out bound queue and transmit them when send window is opened by the next SACK. Whenever the sender transmits a new packet, it should start a fresh timer that should expire at LTO time. LTO time includes the transmit time plus trip time. When this timer expires, the sender sends a REQUEST_SACK packet and restarts the timer. If the sender does not get any reply from the receiver after sending N (configurable) number of REQUEST_SACK packets, the sender must close the connection with the receiver. The sender should never retransmit until it thinks the packet it sent should be out of network based on current bandwidth and latency. If a retransmit request is received within this flight time, the sender ignores the retransmit request.
The sender should never send its full send window worth of bytes at once. This might lead to a burst of packets at the next or intermediate router and may cause packet drops if there are insufficient buffers. To avoid this, the sender must always control the flow of packets by time, spacing them according to the bandwidth and delay of the path.
Connection Termination
The application layer may terminate a virtual connection at any time. The transport layer should send a connection close packet with the type of close, i.e. abort or graceful close, transport layer should drop any packets going from this virtual connection towards other end and send a new packet Qust the header is sufficient) of type TP_ABORT if the application is aborting its connection. Otherwise, it should send all the packets and then close the VC. In the latter case, it sets the TP-CLOSE bit in the last outgoing packet of VC to convey that VC at this is closed. Once a virtual connection is closed, no data are sent or received on that connection. The receiving transport layer informs the application layer that the other side has requested connection closure. Note that the real connection is never closed. A real connection is closed only when one end of the connection dies.
Checksum Computation
The transport should guarantee that data are delivered to the other end without any errors. To detect bit errors in transmission, a checksum is computed over the entire packet before delivering the datagram to the receiver. The receiver should recompute the checksum for the packet arrived and compare it the checksum in the packet. If the checksum differs, consider that as a corrupted packet and discard it. The checksum field in the header must be taken as zero before computing the checksum. To compute the checksum, divide all the data into 16-bit quantities and compute the one's complement of their one's complement sum. This is similar to checksum computation in the Internet.
Authentication
Authenticity of the client and/or server can be verified by authentication module once the real connection is established at the transport layer, but before any data are transmitted between each end. Note that a real connection may not be established depending upon authentication parameters. For example, a real connection is denied at transport level if the server desires to authenticate a client but the client has authentication disabled or client cannot support authentication.
Security
Security is provided in the transport to avoid any malicious hacker sending a packet that looks like a packet that is sent by the system. One way one could disrupt the real connection is by sending a bogus packet that is in sequence with an authentic packet sent by the client/server. The goal of the security in VTP is not to leave any holes for such man in the middle attacks. To avoid this, each end sends a pseudo-random sequence number (PRSN) that can be decoded only by the peer entities involved.
A client can enable security at the transport level from Ul. If the transport is not configured to be secure, it uses serial sequence numbers for data transmission and the ACK process. Although the invention is described herein with reference to the preferred embodiment, one skilled in the art will readily appreciate that other applications may be substituted for those set forth herein without departing from the spirit and scope of the present invention. For example, the pre-fetch mechanism could perform a selective pre-fetch of any selected objects, not just those that are sequentially loaded. The pre-fetch mechanism could apply various heuristics, rules, or adaptive behavior to determine which objects are to be pre-fetched selectively. Further, Web pages could include metatags that are interpreted by the pre-fetch mechanism and that determine which objects are to be selectively pre-fetched.
Accordingly, the invention should only be limited by the Claims included below.

Claims

1. An apparatus for displaying, with a browser, Web pages that are comprised of a plurality of Web page objects, where said Web page objects must be fetched individually over long-latency links, comprising: means for selectively pre-fetching objects concurrently via aggregated and flow-controlled channels; and means for caching said pre-fetched objects proximate to said browser; wherein sequential access to said Web page objects is provided in low bandwidth and high delay networks without altering browser behavior.
2. The apparatus of Claim 1 , wherein said means for selectively pre-fetching performs said pre-fetch from an agent to a gateway server; and wherein a low degree of parallelism is localized between said browser and said agent.
3. The apparatus of Claim 1 , said means for selectively pre-fetching comprising a module for communicating with a corresponding server module, and which readies necessary Web page objects to be available on a platform hosting said browser.
4. The apparatus of Claim 2, wherein said agent and said gateway together assist said Web browser in fetching Web page objects by coordinating fetching of selective embedded Web page objects; wherein selected embedded Web page objects are locally available to said browser; and wherein said browser does not need to wait for a request and a corresponding response to traverse a long delay link before an object is available.
5. An apparatus, comprising: an agent associated with a browser and host platform; a gateway in communication with a source Web server; a long latency link between said agent and said gateway; an independent flow control mechanism (VTP) for downloading Web page objects in parallel from said source Web server to said browser via said low latency link; and a cache associated with said host platform into which Web page objects are selectively downloaded in parallel as soon as said agent is aware of them, independently of an implementation of said browser and said source Web server; wherein selected embedded Web page objects are made locally available to said browser at said cache by said agent; and wherein said browser does not need to wait for a request and a corresponding response to traverse said long latency link before a Web object is available.
6. An apparatus for increasing performance of HTTP over long-latency links, comprising: a browser within a host platform; a client associated with said platform comprising an agent having prefetch functionality and a Web object cache, said agent explicitly pre-fetching selected, sequentially loaded Web page objects and storing said pre-fetched objects in said Web object cache; a server in communication with said client via a long latency link having a flow controlled channel; and an original Web server which is in communication with said server; wherein sequentially loaded Web page objects that are requested from said original Web server pursuant to a request therefor via said browser are loaded into said Web object cache via said agent, wherein said sequentially loaded Web page objects are available at, and are loaded from, said Web object cache upon said request; and wherein said request and a response thereto does not traverse said long-latency link.
7. The apparatus of Claim 6, wherein said sequentially loaded objects comprise any of JavaScripts and Style Sheets.
8. A method for increasing performance of Web page loading over a long- latency link, comprising the steps of: a browser, associated with a client, requesting a Web page from a first end of said long-latency link; a gateway receiving said request at a second end of said long-latency link, said gateway retrieving a Web page description from an original Web server and sending said Web page description to said client via said long- latency link; said browser receiving and parsing said Web page description; while said Web page description is operated upon by said browser to load said Web page, parsing said page description independently of, and concurrently with, said browser to identify objects of a selected Web page object type that are normally sequentially fetched; using a pre-fetch mechanism concurrently with said browser to access said original Web server to fetch said objects while said browser is still loading said Web page; after fetching said objects with said pre-fetch mechanism, storing said objects in a local cache; and said browser accessing said local cache for said objects to complete loading of said Web page; wherein said objects are loaded without said browser requesting said objects via said long-latency link.
9. The method of Claim 8, wherein said step of parsing determines if there are any JavaScripts or Style Sheets, in said Web page; and wherein said prefetch mechanism fetches said objects concurrently with said browser's loading of said Web page.
10. The method of Claim 8, further comprising the step of: said pre-fetch mechanism performing a selective pre-fetch of any specified objects' wherein said pre-fetch mechanism applies any of heuristics, rules, and adaptive behavior to determine which objects are to be pre-fetched selectively to reduce the impact that a prefetching operation has on delaying the fetching of objects already requested by the browser.
11. The method of Claim 8, wherein said Web pages comprise metatags which are supplied by said gateway through application of any heuristics at a centralized point, said method further comprising the step of: interpreting said metatags with said pre-fetch mechanism to determine which objects are to be selectively pre-fetched.
12. A method for displaying, with a browser, Web pages that are comprised of a plurality of Web page objects, where said Web page objects must be fetched individually over long-latency links, said method comprising the steps of: selectively pre-fetching objects concurrently via aggregated and flow- controlled channels; and caching said pre-fetched objects proximate to said browser; wherein sequential access to said Web page objects is provided in low bandwidth and high delay networks without altering browser behavior.
13. The method of Claim 12, wherein said step of selectively pre-fetching further comprises the step of performing said pre-fetch from an agent to a gateway server; and wherein a low degree of parallelism is localized between said browser and said agent.
14. The method of Claim 12, said step of selectively pre-fetching further comprises the step of communicating with a corresponding server module, and readying necessary Web page objects to be available on a platform hosting said browser.
15. The method of Claim 13, wherein said agent and said gateway together assist said Web browser in fetching Web page objects by coordinating fetching of selective embedded Web page objects; wherein selected embedded Web page objects are locally available to said browser; and wherein said browser does not need to wait for a request and a corresponding response to traverse a long delay link before an object is available.
16. A method for increasing performance of HTTP over long-latency links, comprising the steps of: using a browser within a host platform; providing a client associated with said platform comprising an agent having pre-fetch functionality and a Web object cache, said agent explicitly pre-fetching selected, sequentially loaded Web page objects and storing said pre-fetched objects in said Web object cache; providing a server in communication with said client via a long latency link having a flow controlled channel; and accessing an original Web server which is in communication with said server; wherein sequentially loaded Web page objects that are requested from said original Web server pursuant to a request therefor via said browser are loaded into said Web object cache via said agent, wherein said sequentially loaded Web page objects are available at, and are loaded from, said Web object cache upon said request; and wherein said request and a response thereto does not traverse said long-latency link.
17. The method of Claim 16, wherein said sequentially loaded objects comprise any of JavaScripts and Style Sheets.
18. An apparatus for increasing performance of Web page loading over a long-latency link, comprising: a browser, associated with a client, for requesting a Web page from a first end of said long-latency link, said browser receiving and parsing a Web page description; a gateway for receiving said request at a second end of said long- latency link, said gateway retrieving said Web page description from an original Web server and sending said Web page description to said client via said long-latency link; a parser for parsing said page description independently of, and concurrently with, said browser, while said Web page description is operated upon by said browser to load said Web page, to identify objects of a selected Web page object type that are normally sequentially fetched; a pre-fetch mechanism for use concurrently with said browser to access said original Web server to fetch said objects while said browser is still loading said Web page; and a local cache for storing said objects after fetching said objects with said pre-fetch mechanism; wherein said browser accesses said local cache for said objects to complete loading of said Web page; and wherein said objects are loaded without said browser requesting said objects via said long-latency link.
19. The apparatus of Claim 18, wherein said parser determines if there are any JavaScripts or Style Sheets, in said Web page; and wherein said pre- fetch mechanism fetches said objects concurrently with said browser's loading of said Web page.
20. The apparatus of Claim 18, further comprising: means associated with said pre-fetch mechanism for performing a selective pre-fetch of any specified objects' wherein said pre-fetch mechanism applies any of heuristics, rules, and adaptive behavior to determine which objects are to be pre-fetched selectively.
21. The apparatus of Claim 18, wherein said Web pages comprise metatags supplied to an agent by said gateway which applies centralized- intelligence about various flows, said apparatus further comprising: means associated with said pre-fetch mechanism for interpreting said metatags to determine which objects are to be selectively pre-fetched.
PCT/US2006/017278 2005-05-04 2006-05-04 Method and apparatus for increasing performance of http over long-latency links WO2006119465A2 (en)

Priority Applications (6)

Application Number Priority Date Filing Date Title
CA002607740A CA2607740A1 (en) 2005-05-04 2006-05-04 Method and apparatus for increasing performance of http over long-latency links
EP06759099A EP1877907A2 (en) 2005-05-04 2006-05-04 Method and apparatus for increasing performance of http over long-latency links
AU2006243783A AU2006243783A1 (en) 2005-05-04 2006-05-04 Method and apparatus for increasing performance of HTTP over long-latency links
JP2008510233A JP2008541239A (en) 2005-05-04 2006-05-04 Method and apparatus for increasing HTTP performance of long latency links
CN200680019323A CN101796491A (en) 2005-05-04 2006-05-04 Improve the method and apparatus of HTTP performance on the long delay link
IL187145A IL187145A0 (en) 2005-05-04 2007-11-04 Method and apparatus for increasing performance of http over long-latency links

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US11/122,868 2005-05-04
US11/122,868 US7694008B2 (en) 2005-05-04 2005-05-04 Method and apparatus for increasing performance of HTTP over long-latency links

Publications (2)

Publication Number Publication Date
WO2006119465A2 true WO2006119465A2 (en) 2006-11-09
WO2006119465A3 WO2006119465A3 (en) 2007-11-08

Family

ID=37308721

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2006/017278 WO2006119465A2 (en) 2005-05-04 2006-05-04 Method and apparatus for increasing performance of http over long-latency links

Country Status (9)

Country Link
US (8) US7694008B2 (en)
EP (1) EP1877907A2 (en)
JP (1) JP2008541239A (en)
KR (1) KR20080015422A (en)
CN (1) CN101796491A (en)
AU (1) AU2006243783A1 (en)
CA (1) CA2607740A1 (en)
IL (1) IL187145A0 (en)
WO (1) WO2006119465A2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8116225B2 (en) 2008-10-31 2012-02-14 Venturi Wireless Method and apparatus for estimating channel bandwidth
WO2014028116A1 (en) * 2012-08-16 2014-02-20 Qualcomm Incorporated Predicting the usage of document resources
US8924395B2 (en) 2010-10-06 2014-12-30 Planet Data Solutions System and method for indexing electronic discovery data
CN105577557A (en) * 2015-12-18 2016-05-11 中南大学 Concurrence TCP connection multiplexing method in satellite network
CN105787362A (en) * 2014-12-25 2016-07-20 航天信息股份有限公司 Method and device for protecting online invoice inquiring and checking system
US9898445B2 (en) 2012-08-16 2018-02-20 Qualcomm Incorporated Resource prefetching via sandboxed execution

Families Citing this family (196)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU2003209194A1 (en) 2002-01-08 2003-07-24 Seven Networks, Inc. Secure transport for mobile communication network
US7917468B2 (en) 2005-08-01 2011-03-29 Seven Networks, Inc. Linking of personal information management data
US8468126B2 (en) * 2005-08-01 2013-06-18 Seven Networks, Inc. Publishing data in an information community
US7853563B2 (en) 2005-08-01 2010-12-14 Seven Networks, Inc. Universal data aggregation
WO2004114529A2 (en) * 2003-06-16 2004-12-29 Mentat Inc. Pre-fetch communication systems and methods
WO2006045102A2 (en) 2004-10-20 2006-04-27 Seven Networks, Inc. Method and apparatus for intercepting events in a communication system
US8010082B2 (en) * 2004-10-20 2011-08-30 Seven Networks, Inc. Flexible billing architecture
US7706781B2 (en) 2004-11-22 2010-04-27 Seven Networks International Oy Data security in a mobile e-mail service
FI117152B (en) 2004-12-03 2006-06-30 Seven Networks Internat Oy E-mail service provisioning method for mobile terminal, involves using domain part and further parameters to generate new parameter set in list of setting parameter sets, if provisioning of e-mail service is successful
US7752633B1 (en) 2005-03-14 2010-07-06 Seven Networks, Inc. Cross-platform event engine
US8438633B1 (en) 2005-04-21 2013-05-07 Seven Networks, Inc. Flexible real-time inbox access
US7694008B2 (en) 2005-05-04 2010-04-06 Venturi Wireless Method and apparatus for increasing performance of HTTP over long-latency links
WO2006136660A1 (en) 2005-06-21 2006-12-28 Seven Networks International Oy Maintaining an ip connection in a mobile network
US7659905B2 (en) 2006-02-22 2010-02-09 Ebay Inc. Method and system to pre-fetch data in a network
US7769395B2 (en) 2006-06-20 2010-08-03 Seven Networks, Inc. Location-based operations and messaging
US8788612B1 (en) * 2006-08-07 2014-07-22 Unwired Planet, Llc Cache based enhancement to optimization protocol
US9912766B2 (en) * 2007-03-23 2018-03-06 Yahoo Holdings, Inc. System and method for identifying a link and generating a link identifier for the link on a webpage
US8693494B2 (en) 2007-06-01 2014-04-08 Seven Networks, Inc. Polling
US8805425B2 (en) 2007-06-01 2014-08-12 Seven Networks, Inc. Integrated messaging
US8028090B2 (en) 2008-11-17 2011-09-27 Amazon Technologies, Inc. Request routing utilizing client location information
US7991910B2 (en) 2008-11-17 2011-08-02 Amazon Technologies, Inc. Updating routing information based on client location
US8612643B2 (en) * 2007-06-30 2013-12-17 Microsoft Corporation Interfaces for digital media processing
US8429544B2 (en) * 2007-08-08 2013-04-23 Google Inc. Content server latency demonstration
AU2012261599B2 (en) * 2007-08-08 2014-02-27 Google Inc. Content server latency determination
US8949405B2 (en) * 2007-08-08 2015-02-03 Google Inc. Content server latency determination
US8364181B2 (en) 2007-12-10 2013-01-29 Seven Networks, Inc. Electronic-mail filtering for mobile devices
US8793305B2 (en) 2007-12-13 2014-07-29 Seven Networks, Inc. Content delivery to a mobile device from a content service
US9002828B2 (en) 2007-12-13 2015-04-07 Seven Networks, Inc. Predictive content delivery
US20090172576A1 (en) * 2007-12-28 2009-07-02 Nixon Cheaz Method and System for Enabling and Disabling Features of a Computer Application Using a Preview Mode Within a Graphical User Interface
US8107921B2 (en) 2008-01-11 2012-01-31 Seven Networks, Inc. Mobile virtual network operator
US8862657B2 (en) 2008-01-25 2014-10-14 Seven Networks, Inc. Policy based content service
US20090193338A1 (en) 2008-01-28 2009-07-30 Trevor Fiatal Reducing network and battery consumption during content delivery and playback
US7970820B1 (en) 2008-03-31 2011-06-28 Amazon Technologies, Inc. Locality based content distribution
US8447831B1 (en) 2008-03-31 2013-05-21 Amazon Technologies, Inc. Incentive driven content delivery
US8606996B2 (en) 2008-03-31 2013-12-10 Amazon Technologies, Inc. Cache optimization
US8533293B1 (en) 2008-03-31 2013-09-10 Amazon Technologies, Inc. Client side cache management
US8601090B1 (en) 2008-03-31 2013-12-03 Amazon Technologies, Inc. Network resource identification
US8321568B2 (en) * 2008-03-31 2012-11-27 Amazon Technologies, Inc. Content management
US7962597B2 (en) 2008-03-31 2011-06-14 Amazon Technologies, Inc. Request routing based on class
US8156243B2 (en) 2008-03-31 2012-04-10 Amazon Technologies, Inc. Request routing
US8015281B2 (en) * 2008-04-21 2011-09-06 Microsoft Corporation Dynamic server flow control in a hybrid peer-to-peer network
US8787947B2 (en) 2008-06-18 2014-07-22 Seven Networks, Inc. Application discovery on mobile devices
US8078158B2 (en) 2008-06-26 2011-12-13 Seven Networks, Inc. Provisioning applications for a mobile device
US9912740B2 (en) 2008-06-30 2018-03-06 Amazon Technologies, Inc. Latency measurement in resource requests
US9407681B1 (en) 2010-09-28 2016-08-02 Amazon Technologies, Inc. Latency measurement in resource requests
US7925782B2 (en) 2008-06-30 2011-04-12 Amazon Technologies, Inc. Request routing using network computing components
US8175101B2 (en) * 2008-08-15 2012-05-08 Raytheon Company Multicasting in a network using neighbor information
US8909759B2 (en) 2008-10-10 2014-12-09 Seven Networks, Inc. Bandwidth measurement
US8073940B1 (en) 2008-11-17 2011-12-06 Amazon Technologies, Inc. Managing content delivery network service providers
US8122098B1 (en) 2008-11-17 2012-02-21 Amazon Technologies, Inc. Managing content delivery network service providers by a content broker
US8732309B1 (en) 2008-11-17 2014-05-20 Amazon Technologies, Inc. Request routing utilizing cost information
US8521880B1 (en) 2008-11-17 2013-08-27 Amazon Technologies, Inc. Managing content delivery network service providers
US8060616B1 (en) 2008-11-17 2011-11-15 Amazon Technologies, Inc. Managing CDN registration by a storage provider
US8065417B1 (en) 2008-11-17 2011-11-22 Amazon Technologies, Inc. Service provider registration by a content broker
US9524167B1 (en) 2008-12-10 2016-12-20 Amazon Technologies, Inc. Providing location-specific network access to remote services
US8756341B1 (en) 2009-03-27 2014-06-17 Amazon Technologies, Inc. Request routing utilizing popularity information
US8521851B1 (en) 2009-03-27 2013-08-27 Amazon Technologies, Inc. DNS query processing using resource identifiers specifying an application broker
US8688837B1 (en) 2009-03-27 2014-04-01 Amazon Technologies, Inc. Dynamically translating resource identifiers for request routing using popularity information
US8412823B1 (en) 2009-03-27 2013-04-02 Amazon Technologies, Inc. Managing tracking information entries in resource cache components
US20100303053A1 (en) * 2009-05-27 2010-12-02 Mobidia, Inc. Aggregated session management method and system
US8782236B1 (en) 2009-06-16 2014-07-15 Amazon Technologies, Inc. Managing resources using resource expiration data
EP2271058A1 (en) * 2009-07-03 2011-01-05 Siemens Aktiengesellschaft Device and method of distributing and forwarding requirements to a number of web servers in an industrial automation system
US8249099B2 (en) * 2009-08-27 2012-08-21 Texas Instruments Incorporated External memory data management with data regrouping and channel look ahead
US8397073B1 (en) 2009-09-04 2013-03-12 Amazon Technologies, Inc. Managing secure content in a content delivery network
US20110078255A1 (en) * 2009-09-30 2011-03-31 Andrei Radulescu Method and system for managing a connection in a connection oriented in-order delivery environment
US20110078313A1 (en) * 2009-09-30 2011-03-31 St-Ericsson Sa Method and system for managing a connection in a connection oriented in-order delivery environment
US8433771B1 (en) 2009-10-02 2013-04-30 Amazon Technologies, Inc. Distribution network with forward resource propagation
US9495338B1 (en) 2010-01-28 2016-11-15 Amazon Technologies, Inc. Content distribution network
US8838783B2 (en) 2010-07-26 2014-09-16 Seven Networks, Inc. Distributed caching for resource and mobile network traffic management
GB2495877B (en) 2010-07-26 2013-10-02 Seven Networks Inc Distributed implementation of dynamic wireless traffic policy
EP2599280A2 (en) 2010-07-26 2013-06-05 Seven Networks, Inc. Mobile application traffic optimization
EP3651028A1 (en) 2010-07-26 2020-05-13 Seven Networks, LLC Mobile network traffic coordination across multiple applications
US9021047B2 (en) 2010-07-31 2015-04-28 Unwired Planet, Llc Method and system for delivering embedded objects in a webpage to a user agent using a network device
US8756272B1 (en) 2010-08-26 2014-06-17 Amazon Technologies, Inc. Processing encoded content
US8924528B1 (en) 2010-09-28 2014-12-30 Amazon Technologies, Inc. Latency measurement in resource requests
US9003035B1 (en) 2010-09-28 2015-04-07 Amazon Technologies, Inc. Point of presence management in request routing
US8938526B1 (en) 2010-09-28 2015-01-20 Amazon Technologies, Inc. Request routing management based on network components
US10097398B1 (en) 2010-09-28 2018-10-09 Amazon Technologies, Inc. Point of presence management in request routing
US8468247B1 (en) 2010-09-28 2013-06-18 Amazon Technologies, Inc. Point of presence management in request routing
US10958501B1 (en) 2010-09-28 2021-03-23 Amazon Technologies, Inc. Request routing information based on client IP groupings
US8819283B2 (en) 2010-09-28 2014-08-26 Amazon Technologies, Inc. Request routing in a networked environment
US8577992B1 (en) 2010-09-28 2013-11-05 Amazon Technologies, Inc. Request routing management based on network components
US8930513B1 (en) * 2010-09-28 2015-01-06 Amazon Technologies, Inc. Latency measurement in resource requests
US9712484B1 (en) 2010-09-28 2017-07-18 Amazon Technologies, Inc. Managing request routing information utilizing client identifiers
US8843153B2 (en) 2010-11-01 2014-09-23 Seven Networks, Inc. Mobile traffic categorization and policy for network use optimization while preserving user experience
US9330196B2 (en) 2010-11-01 2016-05-03 Seven Networks, Llc Wireless traffic management system cache optimization using http headers
US9060032B2 (en) 2010-11-01 2015-06-16 Seven Networks, Inc. Selective data compression by a distributed traffic management system to reduce mobile data traffic and signaling traffic
WO2012060995A2 (en) 2010-11-01 2012-05-10 Michael Luna Distributed caching in a wireless network of content delivered for a mobile application over a long-held request
US8190701B2 (en) 2010-11-01 2012-05-29 Seven Networks, Inc. Cache defeat detection and caching of content addressed by identifiers intended to defeat cache
US8166164B1 (en) 2010-11-01 2012-04-24 Seven Networks, Inc. Application and network-based long poll request detection and cacheability assessment therefor
US8326985B2 (en) 2010-11-01 2012-12-04 Seven Networks, Inc. Distributed management of keep-alive message signaling for mobile network resource conservation and optimization
CN103620576B (en) 2010-11-01 2016-11-09 七网络公司 It is applicable to the caching of mobile applications behavior and network condition
US8903954B2 (en) 2010-11-22 2014-12-02 Seven Networks, Inc. Optimization of resource polling intervals to satisfy mobile device requests
US8484314B2 (en) 2010-11-01 2013-07-09 Seven Networks, Inc. Distributed caching in a wireless network of content delivered for a mobile application over a long-held request
US8452874B2 (en) 2010-11-22 2013-05-28 Amazon Technologies, Inc. Request routing processing
CA2798523C (en) 2010-11-22 2015-02-24 Seven Networks, Inc. Aligning data transfer to optimize connections established for transmission over a wireless network
US8626950B1 (en) 2010-12-03 2014-01-07 Amazon Technologies, Inc. Request routing processing
US9391949B1 (en) 2010-12-03 2016-07-12 Amazon Technologies, Inc. Request routing processing
US9420022B2 (en) 2010-12-17 2016-08-16 Microsoft Technology Licensing, Llc Media requests to counter latency and minimize network bursts
US20120166592A1 (en) * 2010-12-22 2012-06-28 Jeremiah Elliot Content Delivery and Caching System
GB2501416B (en) 2011-01-07 2018-03-21 Seven Networks Llc System and method for reduction of mobile network traffic used for domain name system (DNS) queries
US8316098B2 (en) 2011-04-19 2012-11-20 Seven Networks Inc. Social caching for device resource sharing and management
US10467042B1 (en) 2011-04-27 2019-11-05 Amazon Technologies, Inc. Optimized deployment based upon customer locality
EP2702500B1 (en) 2011-04-27 2017-07-19 Seven Networks, LLC Detecting and preserving state for satisfying application requests in a distributed proxy and cache system
EP2621144B1 (en) 2011-04-27 2014-06-25 Seven Networks, Inc. System and method for making requests on behalf of a mobile device based on atomic processes for mobile network traffic relief
US8413047B2 (en) 2011-05-12 2013-04-02 Qualcomm Incorporated Concurrent parsing and processing of HTML and JAVASCRIPT®
US9600350B2 (en) * 2011-06-16 2017-03-21 Vmware, Inc. Delivery of a user interface using hypertext transfer protocol
WO2013015995A1 (en) 2011-07-27 2013-01-31 Seven Networks, Inc. Automatic generation and distribution of policy information regarding malicious mobile traffic in a wireless network
US9514242B2 (en) 2011-08-29 2016-12-06 Vmware, Inc. Presenting dynamically changing images in a limited rendering environment
US9549045B2 (en) 2011-08-29 2017-01-17 Vmware, Inc. Sharing remote sessions of a user interface and/or graphics of a computer
US8934414B2 (en) 2011-12-06 2015-01-13 Seven Networks, Inc. Cellular or WiFi mobile traffic optimization based on public or private network destination
US8868753B2 (en) 2011-12-06 2014-10-21 Seven Networks, Inc. System of redundantly clustered machines to provide failover mechanisms for mobile traffic management and network resource conservation
WO2013086455A1 (en) 2011-12-07 2013-06-13 Seven Networks, Inc. Flexible and dynamic integration schemas of a traffic management system with various network operators for network traffic alleviation
US9277443B2 (en) 2011-12-07 2016-03-01 Seven Networks, Llc Radio-awareness of mobile device for sending server-side control signals using a wireless network optimized transport protocol
US9832095B2 (en) 2011-12-14 2017-11-28 Seven Networks, Llc Operation modes for mobile traffic optimization and concurrent management of optimized and non-optimized traffic
WO2013090821A1 (en) 2011-12-14 2013-06-20 Seven Networks, Inc. Hierarchies and categories for management and deployment of policies for distributed wireless traffic optimization
EP2792188B1 (en) 2011-12-14 2019-03-20 Seven Networks, LLC Mobile network reporting and usage analytics system and method using aggregation of data in a distributed traffic optimization system
WO2013103988A1 (en) 2012-01-05 2013-07-11 Seven Networks, Inc. Detection and management of user interactions with foreground applications on a mobile device in distributed caching
US8793235B2 (en) * 2012-01-19 2014-07-29 Google Inc. System and method for improving access to search results
WO2013116856A1 (en) 2012-02-02 2013-08-08 Seven Networks, Inc. Dynamic categorization of applications for network access in a mobile network
WO2013116852A1 (en) 2012-02-03 2013-08-08 Seven Networks, Inc. User as an end point for profiling and optimizing the delivery of content and data in a wireless network
US8904009B1 (en) 2012-02-10 2014-12-02 Amazon Technologies, Inc. Dynamic content delivery
US10021179B1 (en) 2012-02-21 2018-07-10 Amazon Technologies, Inc. Local resource delivery network
US9325806B2 (en) * 2012-02-24 2016-04-26 Qualcomm Incorporated Cooperative loading of webpages based on shared meta information
US9049246B2 (en) * 2012-02-28 2015-06-02 Red Hat, Inc. Reducing web page loading time
US9172674B1 (en) 2012-03-21 2015-10-27 Amazon Technologies, Inc. Managing request routing information utilizing performance information
US9785619B1 (en) * 2012-03-23 2017-10-10 Amazon Technologies, Inc. Interaction based display of visual effects
US10331769B1 (en) 2012-03-23 2019-06-25 Amazon Technologies, Inc. Interaction based prioritized retrieval of embedded resources
US10623408B1 (en) 2012-04-02 2020-04-14 Amazon Technologies, Inc. Context sensitive object management
US8812695B2 (en) 2012-04-09 2014-08-19 Seven Networks, Inc. Method and system for management of a virtual network connection without heartbeat messages
WO2013155208A1 (en) 2012-04-10 2013-10-17 Seven Networks, Inc. Intelligent customer service/call center services enhanced using real-time and historical mobile application and traffic-related statistics collected by a distributed caching system in a mobile network
US9066321B1 (en) 2012-04-17 2015-06-23 Exelis Inc. Proxy-based establishment of a communication session
JP2013250691A (en) * 2012-05-31 2013-12-12 Hitachi Ltd Communication device and method
US9154551B1 (en) 2012-06-11 2015-10-06 Amazon Technologies, Inc. Processing DNS queries to identify pre-processing information
WO2014011216A1 (en) 2012-07-13 2014-01-16 Seven Networks, Inc. Dynamic bandwidth adjustment for browsing or streaming activity in a wireless network based on prediction of user behavior when interacting with mobile applications
US9525659B1 (en) 2012-09-04 2016-12-20 Amazon Technologies, Inc. Request routing utilizing point of presence load information
US9135048B2 (en) 2012-09-20 2015-09-15 Amazon Technologies, Inc. Automated profiling of resource usage
US9323577B2 (en) 2012-09-20 2016-04-26 Amazon Technologies, Inc. Automated profiling of resource usage
US9161258B2 (en) 2012-10-24 2015-10-13 Seven Networks, Llc Optimized and selective management of policy deployment to mobile clients in a congested network to prevent further aggravation of network congestion
US10205698B1 (en) 2012-12-19 2019-02-12 Amazon Technologies, Inc. Source-dependent address resolution
US9307493B2 (en) 2012-12-20 2016-04-05 Seven Networks, Llc Systems and methods for application management of mobile device radio state promotion and demotion
EP2747316A3 (en) * 2012-12-24 2018-01-03 Akademia Gorniczo-Hutnicza im. Stanislawa Staszica w Krakowie A system and a method for synchronization and transmission of information in a distributed measurement and control system
CN103118081B (en) * 2013-01-18 2016-01-13 北京奇虎科技有限公司 Server, client, the system and method for browsing pages in prestrain browser
US9241314B2 (en) 2013-01-23 2016-01-19 Seven Networks, Llc Mobile device with application or context aware fast dormancy
US8874761B2 (en) 2013-01-25 2014-10-28 Seven Networks, Inc. Signaling optimization in a wireless network for traffic utilizing proprietary and non-proprietary protocols
US9326185B2 (en) 2013-03-11 2016-04-26 Seven Networks, Llc Mobile network congestion recognition for optimization of mobile traffic
US9112827B2 (en) * 2013-03-15 2015-08-18 Amazon Technologies, Inc. Determining appropriate browsing applications for selected network resources
US9860332B2 (en) 2013-05-08 2018-01-02 Samsung Electronics Co., Ltd. Caching architecture for packet-form in-memory object caching
US9294391B1 (en) 2013-06-04 2016-03-22 Amazon Technologies, Inc. Managing network computing components utilizing request routing
US9065765B2 (en) 2013-07-22 2015-06-23 Seven Networks, Inc. Proxy server associated with a mobile carrier for enhancing mobile traffic management in a mobile network
US20150142874A1 (en) * 2013-11-18 2015-05-21 Qualcomm Incorporated Prioritized one-shot browsing to reduce http page download delay
CN104731817B (en) * 2013-12-23 2019-11-22 腾讯科技(深圳)有限公司 A kind of webpage exhibiting method and device
US9990440B2 (en) * 2013-12-30 2018-06-05 Oath Inc. Smart content pre-loading on client devices
US9565590B2 (en) 2014-01-10 2017-02-07 Qualcomm Incorporated Systems and methods for modem control based on feedback
US20170011133A1 (en) * 2014-03-31 2017-01-12 Open Garden Inc. System and method for improving webpage loading speeds
CN104468594B (en) * 2014-12-15 2018-04-27 北京奇安信科技有限公司 The method, apparatus and system of a kind of request of data
US10097448B1 (en) 2014-12-18 2018-10-09 Amazon Technologies, Inc. Routing mode and point-of-presence selection service
US10091096B1 (en) 2014-12-18 2018-10-02 Amazon Technologies, Inc. Routing mode and point-of-presence selection service
US10033627B1 (en) 2014-12-18 2018-07-24 Amazon Technologies, Inc. Routing mode and point-of-presence selection service
US10225326B1 (en) 2015-03-23 2019-03-05 Amazon Technologies, Inc. Point of presence based data uploading
US9819567B1 (en) 2015-03-30 2017-11-14 Amazon Technologies, Inc. Traffic surge management for points of presence
US9887931B1 (en) 2015-03-30 2018-02-06 Amazon Technologies, Inc. Traffic surge management for points of presence
US9887932B1 (en) 2015-03-30 2018-02-06 Amazon Technologies, Inc. Traffic surge management for points of presence
US10706119B1 (en) * 2015-04-30 2020-07-07 Tensera Networks Ltd. Content prefetching to user devices based on rendering characteristics
US9832141B1 (en) 2015-05-13 2017-11-28 Amazon Technologies, Inc. Routing based request correlation
US10616179B1 (en) 2015-06-25 2020-04-07 Amazon Technologies, Inc. Selective routing of domain name system (DNS) requests
US10097566B1 (en) 2015-07-31 2018-10-09 Amazon Technologies, Inc. Identifying targets of network attacks
US9794281B1 (en) 2015-09-24 2017-10-17 Amazon Technologies, Inc. Identifying sources of network attacks
US9774619B1 (en) 2015-09-24 2017-09-26 Amazon Technologies, Inc. Mitigating network attacks
US9742795B1 (en) 2015-09-24 2017-08-22 Amazon Technologies, Inc. Mitigating network attacks
US9935991B2 (en) * 2015-10-13 2018-04-03 Cisco Technology, Inc. Pipelining get requests in adaptive streaming
US10270878B1 (en) 2015-11-10 2019-04-23 Amazon Technologies, Inc. Routing for origin-facing points of presence
GB2546239A (en) * 2015-11-23 2017-07-19 Acadiant Ltd A Method and system for providing and executing web applications
US10049051B1 (en) 2015-12-11 2018-08-14 Amazon Technologies, Inc. Reserved cache space in content delivery networks
US10257307B1 (en) 2015-12-11 2019-04-09 Amazon Technologies, Inc. Reserved cache space in content delivery networks
US10348639B2 (en) 2015-12-18 2019-07-09 Amazon Technologies, Inc. Use of virtual endpoints to improve data transmission rates
US10506262B2 (en) * 2015-12-29 2019-12-10 Telefonaktiebolaget Lm Ericsson (Publ) Method and system for optimized media delivery
US10075551B1 (en) 2016-06-06 2018-09-11 Amazon Technologies, Inc. Request management for hierarchical cache
US10110694B1 (en) 2016-06-29 2018-10-23 Amazon Technologies, Inc. Adaptive transfer rate for retrieving content from a server
US9992086B1 (en) 2016-08-23 2018-06-05 Amazon Technologies, Inc. External health checking of virtual private cloud network environments
US10033691B1 (en) 2016-08-24 2018-07-24 Amazon Technologies, Inc. Adaptive resolution of domain name requests in virtual private cloud network environments
US10469513B2 (en) 2016-10-05 2019-11-05 Amazon Technologies, Inc. Encrypted network addresses
US10372499B1 (en) 2016-12-27 2019-08-06 Amazon Technologies, Inc. Efficient region selection system for executing request-driven code
US10831549B1 (en) 2016-12-27 2020-11-10 Amazon Technologies, Inc. Multi-region request-driven code execution system
US10938884B1 (en) 2017-01-30 2021-03-02 Amazon Technologies, Inc. Origin server cloaking using virtual private cloud network environments
US10503613B1 (en) 2017-04-21 2019-12-10 Amazon Technologies, Inc. Efficient serving of resources during server unavailability
US11075987B1 (en) 2017-06-12 2021-07-27 Amazon Technologies, Inc. Load estimating content delivery network
US10447648B2 (en) 2017-06-19 2019-10-15 Amazon Technologies, Inc. Assignment of a POP to a DNS resolver based on volume of communications over a link between client devices and the POP
US11151155B2 (en) * 2017-07-18 2021-10-19 Vmware, Inc. Memory use in a distributed index and query system
US10742593B1 (en) 2017-09-25 2020-08-11 Amazon Technologies, Inc. Hybrid content request routing system
CN107995301B (en) * 2017-12-11 2020-12-29 苏州沃耀数据科技有限公司 Rapid data receiving and transmitting method based on Internet
US10592578B1 (en) 2018-03-07 2020-03-17 Amazon Technologies, Inc. Predictive content push-enabled content delivery network
US10862852B1 (en) 2018-11-16 2020-12-08 Amazon Technologies, Inc. Resolution of domain name requests in heterogeneous network environments
US11025747B1 (en) 2018-12-12 2021-06-01 Amazon Technologies, Inc. Content request pattern-based routing system
CN111800316B (en) * 2020-07-16 2021-08-13 浙江百应科技有限公司 Method for solving server link closing of pipeline type http request
US11734381B2 (en) * 2021-12-07 2023-08-22 Servicenow, Inc. Efficient downloading of related documents

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6813767B1 (en) * 2000-06-30 2004-11-02 Intel Corporation Prioritizing transaction requests with a delayed transaction reservation buffer
US6990678B2 (en) * 1998-06-17 2006-01-24 Microsoft Corporation Combining real-time and batch mode logical address links

Family Cites Families (40)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5956039A (en) 1997-07-25 1999-09-21 Platinum Technology Ip, Inc. System and method for increasing performance by efficient use of limited resources via incremental fetching, loading and unloading of data assets of three-dimensional worlds based on transient asset priorities
WO1999008429A1 (en) 1997-08-06 1999-02-18 Tachyon, Inc. A distributed system and method for prefetching objects
US6085193A (en) 1997-09-29 2000-07-04 International Business Machines Corporation Method and system for dynamically prefetching information via a server hierarchy
US6393526B1 (en) 1997-10-28 2002-05-21 Cache Plan, Inc. Shared cache parsing and pre-fetch
US6067565A (en) * 1998-01-15 2000-05-23 Microsoft Corporation Technique for prefetching a web page of potential future interest in lieu of continuing a current information download
US6085226A (en) * 1998-01-15 2000-07-04 Microsoft Corporation Method and apparatus for utility-directed prefetching of web pages into local cache using continual computation and user models
JP3561139B2 (en) 1998-01-27 2004-09-02 シャープ株式会社 File object relay method, computer-readable recording medium storing program of file object relay method, and gateway computer
US6182133B1 (en) * 1998-02-06 2001-01-30 Microsoft Corporation Method and apparatus for display of information prefetching and cache status having variable visual indication based on a period of time since prefetching
US6715126B1 (en) 1998-09-16 2004-03-30 International Business Machines Corporation Efficient streaming of synchronized web content from multiple sources
US6470330B1 (en) * 1998-11-05 2002-10-22 Sybase, Inc. Database system with methods for estimation and usage of index page cluster ratio (IPCR) and data page cluster ratio (DPCR)
JP4299911B2 (en) 1999-03-24 2009-07-22 株式会社東芝 Information transfer system
US6553393B1 (en) 1999-04-26 2003-04-22 International Business Machines Coporation Method for prefetching external resources to embedded objects in a markup language data stream
US6665838B1 (en) 1999-07-30 2003-12-16 International Business Machines Corporation Web page thumbnails and user configured complementary information provided from a server
US7089367B1 (en) 1999-08-11 2006-08-08 Intel Corporation Reducing memory access latencies from a bus using pre-fetching and caching
US7296089B2 (en) 1999-08-27 2007-11-13 At&T Corp. Method for improving web performance by adapting servers based on client cluster characterization
KR100373486B1 (en) * 2000-01-27 2003-02-25 링크플러스(주) Method for processing web documents
KR20020062987A (en) 2000-10-24 2002-07-31 코닌클리케 필립스 일렉트로닉스 엔.브이. Method and device for prefetching a referenced resource
US8831995B2 (en) 2000-11-06 2014-09-09 Numecent Holdings, Inc. Optimized server for streamed applications
US6959320B2 (en) 2000-11-06 2005-10-25 Endeavors Technology, Inc. Client-side performance optimization system for streamed applications
US7043524B2 (en) 2000-11-06 2006-05-09 Omnishift Technologies, Inc. Network caching system for streamed applications
US7113935B2 (en) * 2000-12-06 2006-09-26 Epicrealm Operating Inc. Method and system for adaptive prefetching
JP2002373109A (en) 2001-06-13 2002-12-26 Nec Corp Data look-ahead system and its method
US7133361B2 (en) * 2001-09-26 2006-11-07 Hughes Network Systems, Inc. Method and system for improvement of network performance over asymmetic links
WO2003032201A1 (en) 2001-10-09 2003-04-17 Wildblue Communications, Inc. Performance enhancing proxy for high latency data
US20030069926A1 (en) 2001-10-09 2003-04-10 Weaver Jeffrey Charles System and method for managing an exchange between a gateway server and a client-side module
US20030069925A1 (en) 2001-10-09 2003-04-10 Weaver Jeffrey Charles Performance enhancing proxy for high latency data links
US20030115421A1 (en) 2001-12-13 2003-06-19 Mchenry Stephen T. Centralized bounded domain caching control system for network edge servers
US20030115281A1 (en) 2001-12-13 2003-06-19 Mchenry Stephen T. Content distribution network server management system architecture
US20030115346A1 (en) 2001-12-13 2003-06-19 Mchenry Stephen T. Multi-proxy network edge cache system and methods
JP2003330789A (en) * 2002-05-17 2003-11-21 Hitachi Software Eng Co Ltd Web PAGE REDISPLAY SYSTEM AND PROGRAM
US20040001476A1 (en) 2002-06-24 2004-01-01 Nayeem Islam Mobile application environment
US7418494B2 (en) 2002-07-25 2008-08-26 Intellectual Ventures Holding 40 Llc Method and system for background replication of data objects
US7953820B2 (en) 2002-09-11 2011-05-31 Hughes Network Systems, Llc Method and system for providing enhanced performance of web browsing
US6981099B2 (en) 2002-12-16 2005-12-27 Sun Microsystems, Inc. Smart-prefetch
US7054818B2 (en) 2003-01-14 2006-05-30 V-Enablo, Inc. Multi-modal information retrieval system
JP2004280405A (en) * 2003-03-14 2004-10-07 Sony Corp System and method for providing information, and computer program
US7694008B2 (en) 2005-05-04 2010-04-06 Venturi Wireless Method and apparatus for increasing performance of HTTP over long-latency links
US20080282059A1 (en) * 2007-05-09 2008-11-13 Kattamuri Ekanadham Method and apparatus for determining membership in a set of items in a computer system
US7702857B2 (en) * 2007-08-22 2010-04-20 International Business Machines Corporation Adjusting parameters used to prefetch data from storage into cache
US8271736B2 (en) * 2008-02-07 2012-09-18 International Business Machines Corporation Data block frequency map dependent caching

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6990678B2 (en) * 1998-06-17 2006-01-24 Microsoft Corporation Combining real-time and batch mode logical address links
US6813767B1 (en) * 2000-06-30 2004-11-02 Intel Corporation Prioritizing transaction requests with a delayed transaction reservation buffer

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8116225B2 (en) 2008-10-31 2012-02-14 Venturi Wireless Method and apparatus for estimating channel bandwidth
US8937877B2 (en) 2008-10-31 2015-01-20 Venturi Ip Llc Channel bandwidth estimation on hybrid technology wireless links
US9674729B2 (en) 2008-10-31 2017-06-06 Venturi Wireless, Inc. Channel bandwidth estimation on hybrid technology wireless links
US8924395B2 (en) 2010-10-06 2014-12-30 Planet Data Solutions System and method for indexing electronic discovery data
WO2014028116A1 (en) * 2012-08-16 2014-02-20 Qualcomm Incorporated Predicting the usage of document resources
US9898446B2 (en) 2012-08-16 2018-02-20 Qualcomm Incorporated Processing a webpage by predicting the usage of document resources
US9898445B2 (en) 2012-08-16 2018-02-20 Qualcomm Incorporated Resource prefetching via sandboxed execution
CN105787362A (en) * 2014-12-25 2016-07-20 航天信息股份有限公司 Method and device for protecting online invoice inquiring and checking system
CN105577557A (en) * 2015-12-18 2016-05-11 中南大学 Concurrence TCP connection multiplexing method in satellite network
CN105577557B (en) * 2015-12-18 2018-10-09 中南大学 Concurrent TCP connection multiplexing method in a kind of satellite network

Also Published As

Publication number Publication date
IL187145A0 (en) 2008-02-09
JP2008541239A (en) 2008-11-20
US20120089662A1 (en) 2012-04-12
CN101796491A (en) 2010-08-04
US20120324037A1 (en) 2012-12-20
US8010693B2 (en) 2011-08-30
EP1877907A2 (en) 2008-01-16
US20110047243A1 (en) 2011-02-24
US7860997B2 (en) 2010-12-28
US20060253546A1 (en) 2006-11-09
US20100115122A1 (en) 2010-05-06
AU2006243783A1 (en) 2006-11-09
CA2607740A1 (en) 2006-11-09
US8108457B2 (en) 2012-01-31
US7694008B2 (en) 2010-04-06
US8296353B2 (en) 2012-10-23
WO2006119465A3 (en) 2007-11-08
US20100185779A1 (en) 2010-07-22
US20100100687A1 (en) 2010-04-22
US20110302233A1 (en) 2011-12-08
US9043389B2 (en) 2015-05-26
KR20080015422A (en) 2008-02-19
US7860998B2 (en) 2010-12-28
US7945692B2 (en) 2011-05-17

Similar Documents

Publication Publication Date Title
US7945692B2 (en) Method and apparatus for increasing performance of HTTP over long-latency links
US8990357B2 (en) Method and apparatus for reducing loading time of web pages
US7627674B2 (en) Speculative prefetch of protocol control information from an external memory unit
Dunkels Design and Implementation of the lwIP TCP/IP Stack
US8694609B2 (en) Method and apparatus for improving wireless data networks performance
US8681610B1 (en) TCP throughput control by imposing temporal delay
KR101378435B1 (en) Handoff and optimization module of a network protocol stack
US11496403B2 (en) Modifying the congestion control algorithm applied to a connection based on request characteristics
WO2019243890A2 (en) Multi-port data transmission via udp
Song et al. Architecture of a web accelerator for wireless networks
Ueda et al. ICN Performance Enhancing Proxies Intended to Mitigate Performance Degradation in Global Content Delivery
EP3525419A1 (en) Connectionless protocol with bandwidth and congestion control
Chang et al. The Fundamentals of HTTP
Pittevils Quicker: On the design and implementation of the QUIC protocol

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200680019323.9

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application
ENP Entry into the national phase

Ref document number: 2607740

Country of ref document: CA

Ref document number: 2008510233

Country of ref document: JP

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 2006243783

Country of ref document: AU

Ref document number: 2006759099

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 187145

Country of ref document: IL

WWE Wipo information: entry into national phase

Ref document number: 4254/KOLNP/2007

Country of ref document: IN

NENP Non-entry into the national phase

Ref country code: DE

ENP Entry into the national phase

Ref document number: 2006243783

Country of ref document: AU

Date of ref document: 20060504

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 1020077028212

Country of ref document: KR

NENP Non-entry into the national phase

Ref country code: RU