0% found this document useful (0 votes)
112 views

Web-Technology 26 PDF

Proxy servers store copies of frequently requested web pages, allowing them to satisfy some user requests without contacting the original server, reducing latency. A proxy server receives HTTP requests from clients, checks its cache for requested objects, and either returns the object if found or requests it from the origin server and returns the response to the client. This improves performance by fulfilling common requests from cache rather than requiring transmission from the distant origin server.

Uploaded by

iwc2008007
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
112 views

Web-Technology 26 PDF

Proxy servers store copies of frequently requested web pages, allowing them to satisfy some user requests without contacting the original server, reducing latency. A proxy server receives HTTP requests from clients, checks its cache for requested objects, and either returns the object if found or requests it from the origin server and returns the response to the client. This improves performance by fulfilling common requests from cache rather than requiring transmission from the distant origin server.

Uploaded by

iwc2008007
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Web technology

26

Web caches - Proxy

HTTP supports Proxy servers


Proxy server
1. a computer that keeps copies of responses to recent requests
Goal: satisfy client request without involving original server

Origin
server

client sends all http requests to the


proxy server
if object at web cache sends the object
in http response
else request object from the origin
server, then returns http response to
client

http
Proxy
response server

client

http
request

http
request

client

| U. K. Roy |

http
response

Origin
server
[ 10/22/08 ]

You might also like