D3 · Architecture

What is a forward proxy?

A forward proxy intercepts client requests to the internet — filtering content, logging activity, blocking malicious sites, and optionally performing SSL inspection.
Forward proxy = protects users. Reverse proxy = protects servers. Transparent proxy = clients don't know it exists. SSL inspection (SSL bump) requires deploying a CA cert to client browsers.
← Back to Glossary Practice Questions →