| A Proxy Server sits in between a Client
and the "real" Server that a Client is trying to use.
Client's are sometimes configured to use a Proxy Server, usually
an HTTP server. The clients makes all of it's requests from the
Proxy Server, which then makes requests from the "real"
server and passes the result back to the Client. Sometimes the
Proxy server will store the results and give a stored result instead
of making a new one (to reduce use of a Network). Proxy servers
are commonly established on Local Area Networks
|