A proxy server acts as a mediator for network connections. As a host from the internal network sends a request to an external server; the proxy intercepts the connection and forwards it to the external server. The external server responds to the proxy, and the proxy passes the request to the host. This process can hide internal network information by only exposing the proxy server and not the network itself. |