Proxy server

From Wiki @ Karl Jones dot com
Revision as of 04:50, 23 September 2015 by Karl Jones (Talk | contribs) (Created page with "In computer networks, a '''proxy server''' is a server that acts as an intermediary for requests from Client (computing)|clients...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In computer networks, a proxy server is a server that acts as an intermediary for requests from clients seeking resources from other servers.

(TO DO: expand, organize, cross-reference, illustrate.)

Description

A client connects to the proxy server, requesting some service, such as a file, connection, web page, or other resource available from a different server

The proxy server evaluates the request as a way to simplify and control its complexity.

Proxies were invented to add structure and encapsulation to distributed systems.

Today, most proxies are web proxies, facilitating access to content on the World Wide Web and providing anonymity.

See also

External links