- A
Web application firewall (WAF)
Why wrong: WAF is typically on-premises and focuses on application-layer attacks against web servers.
- B
Secure web gateway (SWG)
An SWG is a cloud-based or on-premises proxy that filters web traffic, blocks malware, and enforces policies.
- C
Intrusion detection system (IDS)
Why wrong: IDS monitors network traffic for malicious patterns but is not specifically a cloud-based web traffic inspector.
- D
VPN concentrator
Why wrong: VPN concentrator handles encrypted tunnels for remote access, not web content filtering.
N10-009 Network Security Practice Question
This N10-009 practice question tests your understanding of network security. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. 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.
An organization wants to implement a security solution that uses a cloud-based service to inspect all incoming web traffic for malware and policy violations before it reaches the internal network. This type of solution is known as a:
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
Secure web gateway (SWG)
A Secure Web Gateway (SWG) is a cloud-based security solution that inspects all outbound and inbound web traffic for malware, policy violations, and data loss. It operates at the application layer, typically using proxy-based or API-based inspection to enforce security policies before traffic reaches the internal network. This matches the requirement for a cloud service that inspects incoming web traffic for malware and policy violations.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Web application firewall (WAF)
Why it's wrong here
WAF is typically on-premises and focuses on application-layer attacks against web servers.
When this WOULD be correct
A question asking for a solution that protects a specific web application from application-layer attacks (e.g., SQL injection, XSS) by inspecting HTTP/HTTPS requests and responses, typically deployed in front of web servers.
- ✓
Secure web gateway (SWG)
Why this is correct
An SWG is a cloud-based or on-premises proxy that filters web traffic, blocks malware, and enforces policies.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Intrusion detection system (IDS)
Why it's wrong here
IDS monitors network traffic for malicious patterns but is not specifically a cloud-based web traffic inspector.
When this WOULD be correct
A question asking for a solution that monitors network traffic for signs of malicious activity and generates alerts without actively blocking traffic, such as 'An organization wants to detect potential intrusions on its internal network without affecting performance.'
- ✗
VPN concentrator
Why it's wrong here
VPN concentrator handles encrypted tunnels for remote access, not web content filtering.
When this WOULD be correct
An organization needs to provide secure remote access for employees connecting from external networks, requiring encrypted tunnels and authentication. The correct answer would be a VPN concentrator.
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The N10-009 exam frequently reuses these exact scenarios with slightly different constraints.
✓Secure web gateway (SWG)Correct answer▾
Why this is correct
An SWG is a cloud-based or on-premises proxy that filters web traffic, blocks malware, and enforces policies.
✗Web application firewall (WAF)Wrong answer — click to see why▾
Why this is wrong here
A WAF inspects and filters HTTP/HTTPS traffic to protect web applications from attacks like SQL injection, but it does not inspect all web traffic for malware and policy violations before reaching the internal network; that is the role of a secure web gateway (SWG).
★ When this WOULD be the correct answer
A question asking for a solution that protects a specific web application from application-layer attacks (e.g., SQL injection, XSS) by inspecting HTTP/HTTPS requests and responses, typically deployed in front of web servers.
Why candidates choose this
Candidates may confuse WAF with SWG because both deal with web traffic filtering, but WAF focuses on application-layer attacks while SWG enforces broader security policies and malware inspection for all web traffic.
✗Intrusion detection system (IDS)Wrong answer — click to see why▾
Why this is wrong here
An IDS is a passive monitoring system that detects suspicious activity but does not inspect or block web traffic inline; it cannot enforce policies on incoming web traffic before it reaches the internal network.
★ When this WOULD be the correct answer
A question asking for a solution that monitors network traffic for signs of malicious activity and generates alerts without actively blocking traffic, such as 'An organization wants to detect potential intrusions on its internal network without affecting performance.'
Why candidates choose this
Candidates may confuse IDS with SWG because both involve security inspection, but IDS lacks the inline, cloud-based web traffic filtering and policy enforcement capabilities described in the question.
✗VPN concentratorWrong answer — click to see why▾
Why this is wrong here
A VPN concentrator is used to create secure tunnels for remote access or site-to-site connectivity, not to inspect web traffic for malware or policy violations. It does not perform content filtering or threat detection on incoming web traffic.
★ When this WOULD be the correct answer
An organization needs to provide secure remote access for employees connecting from external networks, requiring encrypted tunnels and authentication. The correct answer would be a VPN concentrator.
Why candidates choose this
Candidates may confuse VPN concentrators with security gateways because both are network security appliances, but VPN concentrators focus on encryption and access, not traffic inspection.
Analysis generated from the official N10-009blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is confusing a Secure Web Gateway (SWG) with a Web Application Firewall (WAF), as both deal with web traffic, but SWG focuses on user-to-web traffic inspection and policy enforcement, while WAF protects a specific web server from application-layer attacks.
Detailed technical explanation
How to think about this question
SWGs often use forward proxy architectures where client traffic is redirected through the cloud service, enabling TLS interception (SSL/TLS inspection) to decrypt and inspect HTTPS traffic for hidden malware. They integrate with threat intelligence feeds and URL filtering databases to block access to malicious domains in real time. In a real-world scenario, an SWG can enforce acceptable use policies by blocking categories like gambling or social media while also scanning file downloads for zero-day malware using sandboxing.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A practitioner preparing for the N10-009 exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.
Quick reference
OSI Model Reference
| Layer | Name | PDU | Key Protocols / Devices |
|---|---|---|---|
| 7 | Application | Data | HTTP, HTTPS, DNS, SMTP, FTP, SSH |
| 6 | Presentation | Data | TLS / SSL, JPEG, ASCII encoding |
| 5 | Session | Data | NetBIOS, RPC, SIP |
| 4 | Transport | Segment / Datagram | TCP, UDP |
| 3 | Network | Packet | IP, ICMP, OSPF — Routers |
| 2 | Data Link | Frame | Ethernet, Wi-Fi, PPP — Switches, Bridges |
| 1 | Physical | Bits | Cables, NICs, Hubs, Repeaters |
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Network Security — study guide chapter
Learn the concepts, then practise the questions
- →
Network Security practice questions
Targeted practice on this topic area only
- →
All N10-009 questions
520 questions across all exam domains
- →
CompTIA Network+ N10-009 study guide
Full concept coverage aligned to exam objectives
- →
N10-009 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related N10-009 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Networking Concepts practice questions
Practise N10-009 questions linked to Networking Concepts.
Network Implementation practice questions
Practise N10-009 questions linked to Network Implementation.
Network Operations practice questions
Practise N10-009 questions linked to Network Operations.
Network Security practice questions
Practise N10-009 questions linked to Network Security.
Network Troubleshooting practice questions
Practise N10-009 questions linked to Network Troubleshooting.
Network+ network fundamentals practice questions
Practise N10-009 questions linked to Network+ network fundamentals.
Practice this exam
Start a free N10-009 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 N10-009 question test?
Network Security — This question tests Network Security — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Secure web gateway (SWG) — A Secure Web Gateway (SWG) is a cloud-based security solution that inspects all outbound and inbound web traffic for malware, policy violations, and data loss. It operates at the application layer, typically using proxy-based or API-based inspection to enforce security policies before traffic reaches the internal network. This matches the requirement for a cloud service that inspects incoming web traffic for malware and policy violations.
What should I do if I get this N10-009 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
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 →
Keep practising
More N10-009 practice questions
- Which of the following network devices operates primarily at Layer 2 of the OSI model and uses MAC addresses to forward…
- Which of the following is a characteristic of UDP when compared to TCP?
- Which of the following IPv6 addresses is a valid link-local address?
- Which of the following security mechanisms requires a user to authenticate before gaining access to the wired network at…
- Which of the following network protocols operates at the Transport layer of the OSI model and provides connection-orient…
- Which of the following is a characteristic of a connectionless protocol at the transport layer?
Last reviewed: Jun 11, 2026
This N10-009 practice question is part of Courseiva's free CompTIA 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 N10-009 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.