| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
HTTP Operational Model and Client/Server Communication (Page 3 of 3) The Impact of Caching on HTTP Communication The normal HTTP communication model is changed through the application of caching to client requests. Caching is employed by various devices on the Web to store recently-retrieved resources so they can be quickly supplied in reply to a request. The client itself will cache recently-accessed Web documents so that if the user asks for them again they can be displayed without even making a request to a server. If a request is in fact required, any intermediary device can satisfy a request for a file if the file is in its cache. When a cache is used, the device that has the cached resource requested returns it directly, short-circuiting the normal HTTP communication process. In the example above, if intermediary 1 has the file the client needs, it will supply it back to the client directly, and intermediary 2 and the real Web server that the client was trying to reach originally will not even be aware that a request was ever made; the topic on HTTP caching discusses the subject in much more detail.
Home - Table Of Contents - Contact Us The TCP/IP Guide (http://www.TCPIPGuide.com) Version 3.0 - Version Date: September 20, 2005 © Copyright 2001-2005 Charles M. Kozierok. All Rights Reserved. Not responsible for any loss resulting from the use of this site. |