A Proxy Server


Proxy servers can dramatically improve performance for groups of users. They can also be used to filter requests.

A proxy server, in a general sense of the term proxy, is a stand-in server. In a network, a proxy server is the entity that sits between corporate client machines and the Internet. For example, it may sit between a client application, such as a Web browser and the corporate server. Proxies are used to intercept incoming and outgoing requests to see if it can fulfill the requests itself. If not, it then forwards the request to the real server.
Forward and Reverse Proxies
The most common types of proxy servers are called forward and reverse proxies. A forward proxy is used to forward outgoing requests from a private network or intranet to the Internet, usually through a firewall. The main goal of the forward proxy is to provide a level of security and also to reduce network traffic. For example, if a Web browser is configured to do so, all requests will be made through the proxy, which in turn will apply filtering rules. The proxy will then request the site the user was trying to reach on his or her behalf, or more accurately: “by proxy.”

In contrast, a reverse proxy handles requests coming from the Internet to the private network or intranet. This provides a level of security that prevents the Internet clients from having direct access to data on the corporate servers. The reverse proxy sits between your Web server and the world. When an HTTP connection comes in, the reverse proxy will decide what to do, and then make a request to the appropriate backend Web server. Reverse proxies are very important, and they are commonly used to secure and load balance Web servers and also act as a content filter.

Proxy servers can also be chained. This is not a type of proxy server, but rather a method for using reverse and forward proxy servers across your network or across multiple networks in cases where the number of requests to the proxy may exceed its limits causing it to slow down. A proxy server chain lets you assign a specific number of clients to each proxy within the chain.

RECOMMENDED READING:
“Secure by Proxy” on EnterpriseNetworkinPlanet.com
This article discusses the concept of a proxy server and reverse proxies, and how they can be used to provide better Web (HTTP) services.
The Purpose of a Proxy Server

Proxy servers have two main purposes:
Improve Performance:

Proxy servers can dramatically improve performance for groups of users. This is because it saves the results of all requests for a certain amount of time. Consider the case where both user X and user Y access the World Wide Web through a proxy server. First user X requests a certain Web page, which we’ll call Page 1. Sometime later, user Y requests the same page. Instead of forwarding the request to the Web server where Page 1 resides, which can be a time-consuming operation, the proxy server simply returns the Page 1 that it already fetched for user X. Since the proxy server is often on the same network as the user, this is a much faster operation. Proxy servers can support hundreds or thousands of users.
Filter Requests:

Proxy servers can also be used to filter requests. For example, a company might use a proxy server to prevent its employees from accessing a specific set of Web sites.

RECOMMENDED READING:
“What is a Server” on

Read Also:

  • an OEM Company

    OEM is somewhat of a misleading term for a company that has a special relationship with computer and IT producers. This article explains the role of an OEM company and the OEM business model. OEM (pronounced as separate letters) is short for original equipment manufacturer. OEM is somewhat of a misleading term for a company […]

  • a MAC Address

    Tips on how to find a MAC address, Identifying Unknown Devices, DHCP and more. When you think about networking, IP addresses are probably the first things that come to mind. But there’s another type of network address called a MAC address that actually forms the foundation upon which IP address communication is built, at least […]

  • Communications Satellite

    Often abbreviated as comsat, a communications satellite is a satellite that has been stationed in space for the purpose of providing telecommunications. Communications satellites are commonly used for mobile phone signals, weather tracking, or broadcasting television programs. Communications satellites are artificial satellites that relay receive signals from an earth station and then retransmits the signal […]

  • OpenStack Liberty

    The successor to the Kilo release of the OpenStack open source cloud computing platform, OpenStack Liberty made its debut on October 15, 2015 as the twelfth major release of OpenStack. Liberty arrived as the second major update in 2015 for OpenStack, following Kilo’s release on April 30. As with previous OpenStack releases, Liberty takes its […]

  • 3D XPoint Memory

    3D XPoint is the technology behind a new type of nonvolatile memory developed jointly by Intel and Micron Technology. As described by Micron Technology, 3D XPoint uses a transistor-less cross point architecture to create a three-dimensional checkerboard where memory cells sit at the intersection of words lines and bit lines, allowing the cells to be […]


Disclaimer: A Proxy Server definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.