4WWW95: making WWW caching servers cooperate


authors:


limitations on caching today:


the solution:

make multiple caching proxy servers work together:

how this basically works:

  1. a browser sends a HTTP request to one of the proxy servers
  2. if the proxy server has the document, it sends it back to the client and we are done
  3. if the proxy server doesn't have the document in its cache, it sends a request for that document to the other proxy servers using IP multicast.
  4. if any of the other proxy servers has the document, it sends it to the requesting proxy server which forwards the document to the client
  5. if none of the proxy servers has the document, the request is passed to the server specified in the URL and the request is handled as usual

a possible extension would be a so called "proxy redirect": instead of transferring the document from one proxy server to another, the first proxy server could send a proxy redirect message back to the client, so the client could request the document directly from the proxy server which has the document in its cache. to implement such a mechanism, an extension to the HTTP standard would be necessary. such an extension is proposed and might become part of the HTTP V1.x standard.


back to 4WWW95 main document.


4WWW95 caching_1 / 28-jan-1999 (ra) / reto ambühler
!!! Dieses Dokument stammt aus dem ETH Web-Archiv und wird nicht mehr gepflegt !!!
!!! This document is stored in the ETH Web archive and is no longer maintained !!!