Proxy Server

From Computing and Software Wiki

Revision as of 15:11, 11 March 2009 by Eversom (Talk)
Jump to: navigation, search
A proxy server acts as a go-between from clients to other servers.

A proxy server is a server that acts as a liaison between a client seeking resources and a server that can provide that resource. The client makes a request to the proxy, which then evaulates the request according to its pre-set filtering rules. If the request is validated, the proxy makes the request of the target server on behalf of the client and provides the resource to the client. Sometimes the proxy server may modify the client's request or the server's response based on the filtering rules, and may even contact a server different than the specified one in order to provide the requested resource.

Contents

Types of Proxy Servers

There are many types of proxy servers that can act in different ways and provide similar but different functionality.

Caching

Web

Content-Filtering

References

See Also

External Links

Personal tools