What is a proxy server in Security+?

D3 ยท Architecture  ยท  CompTIA Security+ SY0-701
A 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
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.
โ† Back to Glossary Practice Questions โ†’