Proxy server

From Simple English Wikipedia, the free encyclopedia
A proxy server connects two computers indirectly to each other.

In computer networks, a proxy server is a server (computer) which clients (people or computers) use to access other computers.[1] [2]A proxy server that passes information to its clients without changing it is usually called a gateway or sometimes called tunneling proxy.[3][4]

Proxy servers get their name because they act like a proxy (a stand-in) and act on behalf of a client's computer.

A client that connects to the proxy server will ask for some service, such as a file, connection, web page, or other resource, that is available on a different server. The proxy server then goes to the other server and asks for what the client wants for them.

A proxy server can change the information that it gives to the client, and if the same information is accessed many times or by many different clients it can use what is called a cache to make things faster. A cache is the term for information that has been accessed and saved for future use; if a proxy server has what the client is accessing in its cache, it will make it faster because it does not need to go and access the other server to provide what the client wants.

A proxy server can be placed anywhere in the connection between the client and the server, which could include software on the client computer itself or on any computer between.

Some proxy servers use Secure Sockets Layer to secure the connection between the client and the remote server.[5] This security layer helps to make sure that no other computers can read or understand what the client is asking from the server.

Benefits of proxy servers[change | change source]

There are many benefits of using a proxy server. First, the client machine can exchange data with the remote server without making a direct connection. This way, the client's real internet address will not be known to the remote server. This is sometimes called anonymizing because it makes the client anonymous. A second advantage is that when the proxy server itself is able to serve the request made by the client, it will not contact the remote server any more. So the load on the remote server will be reduced by using a proxy server.[6] This type of proxy servers is called caching servers.

Big organizations (or even countries) sometimes use proxy servers to control access to the Internet. A large bank may use a proxy server that only allows connections to other websites relevant to banking. The proxy server might block access to Websites offering free email or serving pornographic material. It might also block access to file sharing applications. Limiting access to specific content on the internet is also called internet filtering.[7]

Types and functions[change | change source]

A proxy server may have one or more of the functions described below:

Caching proxy server[change | change source]

A caching proxy server can service requests from clients, without contacting the remote server; instead, it sends the data which it has stored from a previous request. This is called caching. Caching proxy servers reduce the work load of the remote server. However, they have their own problems, especially if they are not configured well. Some problems are described in RFC 3143.

Web proxy[change | change source]

A web proxy is a proxy server that focuses on the traffic over the World Wide Web. It may be used to block offensive web content, or to control access of clients to online content. They may be used by corporations or countries. Web proxies can also be used to track how different individuals have used internet access.

Anonymizing proxy server[change | change source]

An anonymizing proxy server removes identifying information from the clients' requests, for the purpose of anonymity. They may also be used to break through filtered contents on the internet.

Open proxy[change | change source]

A proxy server is called an open proxy if everyone can connect to it and use it. Usually, open proxies are proxy servers which are badly configured.[8] Open proxies may be abused easily; for example, a bad user may send a corrupting request to a remote server, but hide himself behind an open proxy, so the administrators of the remote server cannot stop him. Open proxies can also be used for spamming.[9] For this reason, some websites do not allow connections to their web servers or to edit content on them through known open proxies, including on Wikipedia.

Forced proxy[change | change source]

A forced proxy server is a proxy server which handles all of the traffic from the client to the internet.[10] The client will not know that the proxy exists, but all of the information passes through the proxy server. They are sometimes called "transparent" proxy servers, because the user does not know a proxy server is between the client and remote server.

SMTP Proxy[change | change source]

A Transparent SMTP Proxy is a SMTP proxy server that is in between a sending mail server and a receiving mail server. The main purpose of the SMTP proxy is to filter outbound spam. The client and server believe that they are talking to each other even though there is a proxy in between.

Software[change | change source]

There is a lot of software which can be used for running a proxy server. Some software can only work as a proxy server, while other software can also work as a firewall or caching server.[11] Squid, Varnish and Microsoft Internet Security and Acceleration Server (ISA Server) are among the best known pieces of proxy server software.[12] Some proxy software uses the SOCKS protocol. An example is the Java SOCKS Proxy Server.[13]

References[change | change source]

  1. "Definition of proxy server". WatchGuard network security glossary. Retrieved 2008-02-19.
  2. Josh., Stahi, Lesley. Yager (2006), Netflix, CBS Broadcasting Inc, OCLC 162502374, retrieved 2019-02-13{{citation}}: CS1 maint: multiple names: authors list (link)
  3. "Definition of proxy server". SearchSMB.com. Archived from the original on 2007-08-05. Retrieved 2007-07-29.
  4. "Why use a Proxy Server". sslprivateproxy. Retrieved 2018-07-05.
  5. "HTTPS proxy servers". WiseGeek. Retrieved 2008-02-19.
  6. "What is proxy server?". Webopedia. 11 November 1996. Retrieved 2007-07-29.
  7. "Proxy Servers Tutorial - About Proxy Servers". About.com. Archived from the original on 2006-12-08. Retrieved 2007-07-29.
  8. "Open Proxy Servers". PostCastServer. Retrieved 2007-07-29.
  9. "Open Proxy Servers: A Growing Source of Spam". University of Oregon computing center. Archived from the original on 2007-08-18. Retrieved 2007-07-29.
  10. Ur Rahmaan, Rafeeq. "Force proxy". SysAdmin. Archived from the original on 2006-10-21. Retrieved 2008-02-19.
  11. "What is a proxy server?". Whatis.com. Retrieved 2008-02-19.
  12. Grennan, Mark. "Software requirements for firewall and proxy servers". Retrieved 2008-02-19.
  13. "Java SOCKS proxy server". Retrieved 2008-02-19.

Other websites[change | change source]