Proxy

In computer networkingarrow-up-right, a proxy server is a server applicationarrow-up-right that acts as an intermediaryarrow-up-right between a clientarrow-up-right requesting a resourcearrow-up-right and the server providing that resource.

Instead of connecting directly to a server that can fulfill a request for a resource, such as a file or web pagearrow-up-right, the client directs the request to the proxy server, which evaluates the request and performs the required network transactions. This serves as a method to simplify or control the complexity of the request, or provide additional benefits such as load balancingarrow-up-right, privacy, or security. Proxies were devised to add structure and encapsulationarrow-up-right to distributed systemsarrow-up-right. A proxy server thus functions on behalf of the client when requesting service, potentially masking the true origin of the request to the resource server.

Source: https://en.wikipedia.org/wiki/Proxy_serverarrow-up-right

Last updated