- A
To reduce network latency for monitored traffic
Why wrong: Proxies often add latency due to processing and decryption.
- B
To provide a complete log of all network traffic for forensics
Why wrong: Proxies log web traffic only, not all network traffic (e.g., non-HTTP protocols).
- C
To inspect encrypted traffic by acting as a man-in-the-middle with SSL decryption
SSL decryption allows the proxy to see inside HTTPS traffic for malicious content.
- D
To enforce outbound access policies and block connections to known malicious destinations
Proxies can filter outbound requests based on URL reputation and category.
- E
To replace the need for endpoint anti-malware software
Why wrong: Proxies complement but do not replace endpoint protection.
Quick Answer
The answer is to enforce outbound access policies and block connections to known malicious destinations. A proxy server acts as an intermediary, allowing security teams to inspect and control all outbound traffic, which is critical for enforcing policies that prevent users from reaching malicious sites or command-and-control servers. By terminating and re-encrypting connections, a proxy can also decrypt SSL traffic for deep packet inspection, revealing hidden threats. On the Cisco CyberOps Associate 200-201 exam, this concept tests your understanding of how proxies fit into a defense-in-depth strategy, often appearing in questions that contrast proxy functions with firewalls or intrusion detection systems. A common trap is assuming proxies are primarily for caching or anonymity, but the exam emphasizes their role in policy enforcement and threat blocking. Remember the mnemonic “PAB” — Proxy enforces Access and Blocks — to recall that the core security monitoring benefits are policy enforcement and malicious destination blocking.
200-201 Security Monitoring Practice Question
This 200-201 practice question tests your understanding of security monitoring. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
Which TWO of the following are valid reasons to use a proxy server for security monitoring? (Choose two.)
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
To inspect encrypted traffic by acting as a man-in-the-middle with SSL decryption
Options A and C are correct. A proxy can decrypt SSL traffic for inspection (with proper consent) and filter outbound traffic to block malware C2. Option B is incorrect because proxies generally increase latency. Option D is incorrect because anti-malware scanning is typically done on endpoints or at the gateway, not solely as a proxy function. Option E is incorrect because while proxies can log, they are not the only tool; specialized monitoring tools may be more effective.
Key principle: NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
To reduce network latency for monitored traffic
Why it's wrong here
Proxies often add latency due to processing and decryption.
- ✗
To provide a complete log of all network traffic for forensics
Why it's wrong here
Proxies log web traffic only, not all network traffic (e.g., non-HTTP protocols).
- ✓
To inspect encrypted traffic by acting as a man-in-the-middle with SSL decryption
- ✓
To enforce outbound access policies and block connections to known malicious destinations
Why this is correct
Proxies can filter outbound requests based on URL reputation and category.
Related concept
Static NAT maps one inside address to one outside address.
- ✗
To replace the need for endpoint anti-malware software
Why it's wrong here
Proxies complement but do not replace endpoint protection.
Common exam traps
Common exam trap: NAT rules depend on direction and matching traffic
NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.
Detailed technical explanation
How to think about this question
NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.
KKey Concepts to Remember
- Static NAT maps one inside address to one outside address.
- PAT allows many inside hosts to share one public address using ports.
- Inside local and inside global describe the private and translated addresses.
- NAT ACLs identify traffic for translation, not always security filtering.
TExam Day Tips
- Identify inside and outside interfaces first.
- Check whether the scenario needs static NAT, dynamic NAT or PAT.
- Do not confuse NAT matching ACLs with normal packet-filtering intent.
Key takeaway
NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.
Real-world example
How this comes up in practice
A small business has 20 workstations on the 192.168.1.0/24 network and one public IP from its ISP. The router uses PAT (NAT overload) so all 20 devices share one public address using different source ports. NAT questions test whether you understand the four address terms and which direction each translation applies.
What to study next
Got this wrong? Here's your next step.
Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related 200-201 NAT questions on configuration and troubleshooting.
- →
Security Monitoring — study guide chapter
Learn the concepts, then practise the questions
- →
Security Monitoring practice questions
Targeted practice on this topic area only
- →
All 200-201 questions
507 questions across all exam domains
- →
Cisco CyberOps Associate 200-201 study guide
Full concept coverage aligned to exam objectives
- →
200-201 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related 200-201 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Security Policies and Procedures practice questions
Practise 200-201 questions linked to Security Policies and Procedures.
Security Concepts practice questions
Practise 200-201 questions linked to Security Concepts.
Security Monitoring practice questions
Practise 200-201 questions linked to Security Monitoring.
Host-Based Analysis practice questions
Practise 200-201 questions linked to Host-Based Analysis.
Network Intrusion Analysis practice questions
Practise 200-201 questions linked to Network Intrusion Analysis.
200-201 fundamentals practice questions
Practise 200-201 questions linked to 200-201 fundamentals.
200-201 scenario practice questions
Practise 200-201 questions linked to 200-201 scenario.
200-201 troubleshooting practice questions
Practise 200-201 questions linked to 200-201 troubleshooting.
Practice this exam
Start a free 200-201 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this 200-201 question test?
Security Monitoring — This question tests Security Monitoring — Static NAT maps one inside address to one outside address..
What is the correct answer to this question?
The correct answer is: To inspect encrypted traffic by acting as a man-in-the-middle with SSL decryption — Options A and C are correct. A proxy can decrypt SSL traffic for inspection (with proper consent) and filter outbound traffic to block malware C2. Option B is incorrect because proxies generally increase latency. Option D is incorrect because anti-malware scanning is typically done on endpoints or at the gateway, not solely as a proxy function. Option E is incorrect because while proxies can log, they are not the only tool; specialized monitoring tools may be more effective.
What should I do if I get this 200-201 question wrong?
Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related 200-201 NAT questions on configuration and troubleshooting.
What is the key concept behind this question?
Static NAT maps one inside address to one outside address.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 24, 2026
This 200-201 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 200-201 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.