Penguin

Differences between version 8 and revision by previous author of WebProxy.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 8 Last edited on Sunday, July 11, 2004 3:53:24 am by AristotlePagaltzis Revert
Older page: version 7 Last edited on Monday, July 5, 2004 8:35:34 pm by CraigBox Revert
@@ -1,13 +1,12 @@
-A program which forwards [HTTP], [HTTPS] and [FTP] requests, often but not necessarily caching them. ( A caching proxy server serves requests from the [Cache] where possible, to reduce latency and bandwidth.)  
+A program which forwards [HTTP], [HTTPS] and [FTP] requests, often but not necessarily caching them. A caching proxy server serves requests from the [Cache] where possible, to reduce latency and bandwidth. 
  
-[Squid ] is a widely used [Free ] caching proxy server
+Proxies are also frequently used in corporate networks, where [FireWall ]s often block access to [the outside world | InterNet], and only proxies are allowed to communicate with it. With a TransparentProxy, this can happen without client configuration -- a sometimes problematic scheme also employed by [ISP ]s to reduce the amount of traffic crossing their external links
  
-Many [ISP ]s and organisations have a "transparent" caching proxy sitting between users and the rest of the InterNet. [Transparent proxies|TransparentProxy] take all web traffic and redirect it through a proxy without any knowledge (or choice) of the users . This is not usually a problem , unless the users are trying to measure performance of the network or the proxy is not WellBehaved. In NewZealand , all international traffic incures data charges, so if the ISP can serve you a cached copy, they can save a couple of cents per megabyte
+Like [WebServer ]s, proxies often keep access logs . These logs are useful for debugging , optimisation and maintenance tasks but can also be used to show who is doing what , when and how much it's costing
  
-Proxies are also frequently used in corporate networks, where [FireWall ]s often block access to [the outside world|InterNet ], and only proxies are allowed to communicate with it.  
+See also:  
+* [Squid ], a widely used [Free ] caching WebProxy server  
+* ProxyServerNotes  
  
-Proxies, like [WebServer]s often keep access logs. These logs are useful for debugging, optimisation and maintanance tasks but can also be used to show who is doing what, when and how much it's costing.  
-  
-See also: ProxyServerNotes  
 ---- 
 CategoryNetworking