Difference between revisions of "Proxy server"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
Line 1: Line 1:
 
In [[Computer network|computer networks]], a '''proxy server''' is a [[Server (computing)|server]]  that acts as an intermediary for requests from [[Client (computing)|clients]] seeking [[Resource (computing)|resources]] from other servers.
 
In [[Computer network|computer networks]], a '''proxy server''' is a [[Server (computing)|server]]  that acts as an intermediary for requests from [[Client (computing)|clients]] seeking [[Resource (computing)|resources]] from other servers.
 
(TO DO: expand, organize, cross-reference, illustrate.)
 
  
 
== Description ==
 
== Description ==
Line 19: Line 17:
 
== See also ==
 
== See also ==
  
 +
* [[Resource (computing)]]
 
* [[Server (computing)]]
 
* [[Server (computing)]]
 
* [[Web server]]
 
* [[Web server]]

Revision as of 13:47, 4 February 2016

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

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.

Diagram

https://en.wikipedia.org/wiki/File:Proxy_concept_en.svg

See also

External links