What is a proxy server in Security+?
D3 ยท Architecture ยท CompTIA Security+ SY0-701A proxy server acts as an intermediary between clients and the internet โ clients send requests to the proxy, which forwards them on behalf of the client, providing anonymity, content filtering, and security controls.
Types:
๐ต Forward proxy โ sits in front of clients (used by organizations to filter outbound web traffic)
๐ข Reverse proxy โ sits in front of servers (protects web servers, load balancing, WAF)
๐ Transparent proxy โ intercepts traffic without client configuration
๐ต๏ธ Anonymous proxy โ hides client's IP address
Types:
๐ต Forward proxy โ sits in front of clients (used by organizations to filter outbound web traffic)
๐ข Reverse proxy โ sits in front of servers (protects web servers, load balancing, WAF)
๐ Transparent proxy โ intercepts traffic without client configuration
๐ต๏ธ Anonymous proxy โ hides client's IP address
Forward proxy = protects/monitors clients (content filtering, URL blocking). Reverse proxy = protects servers (WAF, load balancer). SSL inspection proxies (SSL bump) decrypt and re-encrypt HTTPS traffic to inspect content โ requires deploying a trusted CA cert to clients.