Proxy Web Server
Proxy Web Server
Proxy Web Server
ABSTRACT
INTRODUCTION
A proxy act as an intermediate agent between the client and server which they want
to access,performing function directed towards a variety of purposes like
security,caching etc..
As the name proxy it means server which fills up or acts and provides
functionalities of some other server.
A server that sits between a client application,such as a web browser and a real
server.It intercepts all requests to the real server to see if it can fulfill the requests
itself.If not,it forwards the request to the real server.
In this case,it caches responses from the remote server and returns requests for the
same content directly.Proxy server solves the problems of network congestion and
slow response time and provides control over network resources without burdening
end users or network administrators.
❖ IMPROVE PERFORMANCE:
❖ FILTER REQUEST:
EXISTING SYSTEM: