Implementing and Operating Cisco Security Core Technologies (SCOR) — Question 631
What are two things to consider when using PAC files with the Cisco WSA? (Choose two.)
Answer options
- A. If the WSA host port is changed, the default port redirects web traffic to the correct port automatically.
- B. PAC files use if-else statements to determine whether to use a proxy or a direct connection for traffic between the PC and the host.
- C. The WSA hosts PAC files on port 9001 by default.
- D. The WSA hosts PAC files on port 6001 by default.
- E. By default, they direct traffic through a proxy when the PC and the host are on the same subnet.
Correct answer: B, C
Explanation
Option B is correct because PAC files indeed use if-else statements to determine the connection type. Option C is also accurate as the WSA does host PAC files on port 9001 by default. The other options are incorrect either due to wrong port numbers or incorrect descriptions of traffic handling.