Question:
What is a Proxy Server?
adanders
2011-02-16 04:00:46 UTC
A co-worker said he uses a proxy server at work to bi-pass our works restricted internet. What exactly is a proxy server and how does it work?
Three answers:
Has
2011-02-16 22:40:43 UTC
Before using them you need to know how dangerous using proxies is. Please read the article and then decide if it's worth it. http://www.personalvpn.org/danger_proxy_servers.htm
2011-02-16 04:02:22 UTC
From Wikipedia, the free encyclopedia

Jump to: navigation, search

For Wikipedia's policy on editing from open proxies, please see Wikipedia:Open proxies.



Schematic representation of a proxy server, where the computer in the middle acts as the proxy server between the other two.In computer networks, a proxy server is a server (a computer system or an application program) that acts as an intermediary for requests from clients seeking resources from other servers. 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 according to its filtering rules. For example, it may filter traffic by IP address or protocol. If the request is validated by the filter, the proxy provides the resource by connecting to the relevant server and requesting the service on behalf of the client. A proxy server may optionally alter the client's request or the server's response, and sometimes it may serve the request without contacting the specified server. In this case, it 'caches' responses from the remote server, and returns subsequent requests for the same content directly.



Most proxies are a web proxy, allowing access to content on the World Wide Web.



A proxy server has a large variety of potential purposes, including:



To keep machines behind it anonymous (mainly for security).[1]

To speed up access to resources (using caching). Web proxies are commonly used to cache web pages from a web server.[2]

To apply access policy to network services or content, e.g. to block undesired sites.

To log / audit usage, i.e. to provide company employee Internet usage reporting.

To bypass security/ parental controls.

To scan transmitted content for malware before delivery.

To scan outbound content, e.g., for data leak protection.

To circumvent regional restrictions.

A proxy server that passes requests and replies unmodified is usually called a gateway or sometimes tunneling proxy.



A proxy server can be placed in the user's local computer or at various points between the user and the destination servers on the Internet.



A reverse proxy is (usually) an Internet-facing proxy used as a front-end to control and protect access to a server on a private network, commonly also performing tasks such as load-balancing, authentication, decryption or caching.
2011-02-16 05:22:59 UTC
The Wikipedia description is pretty good. What it doesn't say is that if you get caught you can get fired for cause. Using a proxy violates very clear company policy.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...