Proxy Server

From Computing and Software Wiki

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
-
[[Image:Proxyserver.jpg|thumb|350px|right|A '''proxy server''' acts as a go-between from clients to other servers.]]
+
[[Image:Proxyserver.jpg|thumb|350px|right|A '''proxy server''' acts as an intermediary between clients and 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.
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.

Revision as of 15:14, 11 March 2009

A proxy server acts as an intermediary between clients and 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