300-725 · Question #48
Which configuration option is suitable for explicit mode deployment?
The correct answer is A. PAC. Explicit proxy mode requires that clients be explicitly configured to forward web requests to the proxy server. A PAC (Proxy Auto-Configuration) file is the standard mechanism for explicit deployments - the PAC file contains a JavaScript function that tells the browser which…
Question
Which configuration option is suitable for explicit mode deployment?
Options
- APAC
- BWCCP
- CITD
- DPBR
How the community answered
(45 responses)- A91% (41)
- B2% (1)
- C4% (2)
- D2% (1)
Explanation
Explicit proxy mode requires that clients be explicitly configured to forward web requests to the proxy server. A PAC (Proxy Auto-Configuration) file is the standard mechanism for explicit deployments - the PAC file contains a JavaScript function that tells the browser which proxy server to use for which URLs. WCCP (Web Cache Communication Protocol), PBR (Policy-Based Routing), and ITD (Intelligent Traffic Director) are all transparent proxy deployment methods, where traffic is redirected to the proxy without any client-side configuration.
Topics
Community Discussion
No community discussion yet for this question.