Ad slot · leaderboard (728×90 / responsive)Manual unit, below nav — clear of every quiz tap target
Home/ CompTIA Network+/ Domain 4: Network Security
Free · N10-009 · Domain 4 of 5

CompTIA Network+ Domain 4: Network Security

14% of the N10-009 exam
Practice — Domain 4
4.2 Attack types

An attacker sends forged ARP replies on a LAN so that hosts map the default gateway's IP to the attacker's MAC address, allowing the attacker to intercept traffic. What is this attack?

Answer
Correct answerB · ARP spoofing / poisoning (on-path)

Forged ARP replies poison hosts' ARP caches so traffic flows through the attacker — a classic on-path setup.

Why the other options are wrong
  • ADNS poisoning corrupts name-to-IP resolution. This attack manipulates IP-to-MAC mappings instead.
  • CVLAN hopping uses tagging/double-tagging to reach another VLAN — it doesn't forge ARP gateway mappings.
  • DMAC flooding overflows the switch CAM table to force flooding. Related to switching, but not ARP forgery.
Forged ARP replies = ARP spoofing enabling on-path interception. N10-009 Obj 4.2.
4.3 Network access control

An organization wants devices to authenticate before being granted any access at the switch port they plug into. Which standard provides port-based network access control?

Answer
Correct answerA · 802.1X

IEEE 802.1X authenticates a device/user at the port (via a RADIUS server) before granting network access.

Why the other options are wrong
  • B802.11ac is a Wi-Fi throughput standard, not an authentication framework.
  • C802.3 is the Ethernet standard family; it doesn't define port authentication.
  • D802.1Q is VLAN tagging, unrelated to authenticating devices at the port.
IEEE 802.1X = port-based network access control. N10-009 Obj 4.3.
4.3 Firewall rules

A firewall ACL explicitly permits certain traffic, and anything not matched by a permit rule is dropped by default. What is this default behavior called?

Answer
Correct answerA · Implicit deny

Anything not explicitly allowed is denied by default — the implicit deny that closes an ACL.

Why the other options are wrong
  • BThat's the opposite — explicitly permitting traffic. The question asks about the default for everything else.
  • CStateful inspection tracks connection state; it isn't the catch-all deny rule.
  • DPort forwarding redirects inbound traffic to an internal host — unrelated to default deny.
Implicit deny blocks anything not explicitly permitted. N10-009 Obj 4.3.
4.2 Social engineering

An employee receives an email that appears to come from the IT department, urging them to 'verify' their password by clicking a link. What type of attack is this?

Answer
Correct answerA · Phishing (social engineering)

A deceptive message impersonating a trusted source to harvest credentials is textbook phishing.

Why the other options are wrong
  • BSQL injection targets a database through application input, not a user's inbox.
  • CDoS overwhelms a service to make it unavailable; it doesn't trick a user into giving up a password.
  • DARP spoofing manipulates Layer 2 address mappings — a technical on-path attack, not an email lure.
Phishing is social engineering via deceptive messages. N10-009 Obj 4.2.
4.2 Attack types

Users report that traffic destined for the default gateway is being silently intercepted. A technician runs a packet capture and notices that, across several hosts, the attacker's MAC address is now bound to the gateway's IP address, letting the attacker relay and read the victims' traffic. Which attack best explains this behavior?

Answer
Correct answerC · ARP poisoning to insert the attacker as an on-path device

Forged gratuitous ARP replies bind the attacker's MAC to the gateway IP in victim tables, placing the attacker on-path to intercept and relay traffic exactly as captured.

Why the other options are wrong
  • AMAC flooding forces a switch to fail open and broadcast frames out all ports, but it does not rewrite host gateway-to-MAC mappings the way this capture shows.
  • BDNS poisoning corrupts name-to-IP records inside a resolver's cache; the symptom here is a falsified IP-to-MAC binding for the gateway, which is an ARP-layer problem.
  • DA rogue DHCP server changes the gateway address clients are leased, but here the legitimate gateway IP is intact and only its MAC mapping was forged, indicating ARP abuse.
ARP poisoning forges IP-to-MAC bindings to enable on-path interception; N10-009 Obj 4.2
4.3 Network security features & hardening

After an employee plugs a personal wireless router into a wall jack, several clients on that access switch start receiving an incorrect default gateway and lose connectivity. The network team wants a switch feature that only allows DHCP server replies from the legitimate, known uplink port. Which feature should they enable?

Answer
Correct answerA · DHCP snooping with the uplink configured as a trusted port

DHCP snooping classifies ports as trusted or untrusted and drops server-sourced DHCP messages from untrusted ports, blocking the rogue router while permitting the legitimate uplink server replies.

Why the other options are wrong
  • BDynamic ARP inspection validates ARP packets against the snooping binding table to stop ARP spoofing, but it does not by itself filter unauthorized DHCP server offers.
  • CPort security caps how many MAC addresses a port may learn to stop MAC flooding, yet it cannot distinguish a rogue DHCP server's offers from normal client traffic.
  • D802.1X authenticates a device before granting network access, but an already-authenticated or unmanaged port could still host a rogue DHCP server, so it does not directly filter offers.
DHCP snooping drops server replies on untrusted ports to stop rogue DHCP; N10-009 Obj 4.3
4.1 Security concepts

A security architect is redesigning access so that no device or user is implicitly trusted based on being inside the corporate LAN. Every request must be continuously authenticated and authorized regardless of network location, and access is granted per-session to specific resources. Which security model is being adopted?

Answer
Correct answerD · Zero trust with continuous verification and per-session access

Zero trust assumes no implicit trust by location and continuously verifies every user and device, granting least-privilege access per session to defined resources exactly as described.

Why the other options are wrong
  • AA perimeter model assumes anything inside the firewall is trustworthy, which is precisely the implicit-trust assumption the architect is deliberately eliminating in this redesign.
  • BDefense in depth layers many controls for redundancy, but it does not by definition remove implicit internal trust or mandate continuous per-request verification of identity.
  • CLeast privilege limits the rights each identity holds, yet on its own it still permits location-based implicit trust and is only one component of the model described.
Zero trust removes implicit trust and verifies every request continuously; N10-009 Obj 4.1
4.3 Network security features & hardening

A company exposes Ethernet jacks in a public lobby and wants each connecting device to prove its identity to a RADIUS server before the switch port is opened to the rest of the network. Unauthenticated devices should be placed in a restricted state. Which technology meets this requirement?

Answer
Correct answerB · 802.1X port-based network access control with a RADIUS server

802.1X has the supplicant authenticate through the switch authenticator to a RADIUS server, keeping the port unauthorized until credentials are verified, which matches the lobby requirement precisely.

Why the other options are wrong
  • AAn ACL filters traffic by IP, port, or protocol after a device is already on the network, but it cannot authenticate a device's identity before opening the port.
  • CSticky MAC port security binds a port to learned hardware addresses, which are easily spoofed and provide no real credential check, so it does not authenticate device identity.
  • DA screened subnet isolates exposed services behind firewalls but performs no per-device identity authentication at the access port, so it cannot gate connections by credential.
802.1X authenticates devices to a RADIUS server before opening the port; N10-009 Obj 4.3
4.2 Given a scenario, identify common attack types

Employees at a branch report joining a wireless network that advertises the company's exact SSID, and afterward their login credentials are stolen. A site survey finds an access point in the parking lot broadcasting that same SSID with a stronger signal, causing nearby clients to associate to it instead of the real one. Which attack is occurring?

Answer
Correct answerA · Evil twin access point impersonating the legitimate SSID

An evil twin clones a trusted SSID and presents a stronger signal so clients associate to the attacker, who then captures the credentials they submit, matching every detail described.

Why the other options are wrong
  • BA deauth attack forcibly disconnects clients by spoofing management frames, but it does not by itself broadcast a duplicate SSID or harvest the credentials users type in.
  • CBrute-forcing a PSK works offline against a captured four-way handshake to recover the passphrase, which is unrelated to a parking-lot AP impersonating the SSID to steal logins.
  • DBluejacking pushes unsolicited messages over Bluetooth to devices in range and has nothing to do with a duplicate Wi-Fi SSID luring clients to harvest their credentials.
evil twin AP clones a trusted SSID with a stronger signal to harvest credentials + N10-009 Obj 4.2
4.1 Explain the importance of basic network security concepts

An organization is tightening its change process so that the engineer who writes and submits a firewall rule change can never be the same person who reviews, approves, and pushes it into production. The goal is to make sure no single individual can introduce a malicious or careless change unchecked. Which security principle does this enforce?

Answer
Correct answerB · Separation of duties splitting a task across distinct people

Separation of duties divides a sensitive workflow so that submission and approval require different individuals, ensuring no single person can act alone, exactly as the change process requires.

Why the other options are wrong
  • ALeast privilege limits how much access any single identity holds, but it would not stop one fully authorized engineer from both submitting and approving the very same change.
  • CDefense in depth stacks redundant technical and physical safeguards for resilience, but it does not specifically mandate that approval be performed by someone other than the submitter.
  • DImplicit deny is a default-block stance applied to traffic or permissions rules, and it says nothing about dividing a change task between two separate human roles.
separation of duties requires different people to submit and approve sensitive changes + N10-009 Obj 4.1
4.3 Given a scenario, apply network security features, defense techniques, and solutions

After resolving a rogue-DHCP problem, a security team now wants their access switches to inspect every ARP packet and discard any in which the sender's IP-to-MAC pairing does not match the DHCP snooping binding table, defeating on-path ARP spoofing. Which switch feature should they enable?

Answer
Correct answerC · Dynamic ARP Inspection validating against the snooping table

Dynamic ARP Inspection intercepts ARP packets on untrusted ports and drops any whose IP-to-MAC binding conflicts with the DHCP snooping table, stopping ARP spoofing precisely as described.

Why the other options are wrong
  • AMAC filtering permits or blocks ports based on a static list of hardware addresses, but it cannot validate the IP-to-MAC pairings inside ARP packets against any binding table.
  • BPrivate VLANs restrict which ports can talk to each other within a subnet, yet they do not examine ARP packet contents or compare them to DHCP snooping bindings.
  • DPort mirroring copies frames to a monitoring sensor for passive analysis, but it only observes and never discards forged ARP replies, so it cannot actively block the attack.
Dynamic ARP Inspection drops ARP packets that violate the DHCP snooping binding table + N10-009 Obj 4.3
4.2 Given a scenario, identify common attack types

A web provider's link is saturated by a flood of large DNS responses it never requested. Analysis shows an attacker forged the victim's source IP and sent small queries to thousands of open DNS resolvers, each of which returned a far larger answer aimed at the victim. Which attack technique best describes this?

Answer
Correct answerD · Reflective, amplified DDoS abusing open DNS resolvers

Spoofing the victim's IP and sending small queries to open resolvers that return much larger replies reflects and amplifies traffic onto the victim, exactly matching the saturation observed.

Why the other options are wrong
  • ACache poisoning injects forged name-to-IP records so users are misdirected, but it does not flood a target's bandwidth with unsolicited large responses from many third-party resolvers.
  • BA SYN flood ties up TCP state with half-open handshakes, whereas the described traffic is spoofed-source DNS queries reflected off resolvers, which is a different volumetric mechanism.
  • CAn on-path attacker would sit between client and resolver to read or modify answers, but here the resolvers are unwitting third parties reflecting traffic, not an interception point.
reflective amplified DDoS spoofs the victim source IP to open resolvers for oversized replies + N10-009 Obj 4.2
4.1 Explain the importance of basic network security concepts

A security team stands up an intentionally vulnerable-looking server seeded with fake credentials and bogus files. It serves no production role; its only purpose is to attract intruders so the team can watch their techniques and gather threat intelligence in isolation. Which concept does this describe?

Answer
Correct answerA · Honeypot deployed as a decoy to lure and study attackers

A honeypot is a deliberately exposed decoy holding no real value, designed to attract intruders so defenders can observe their behavior and collect intelligence, matching the described setup exactly.

Why the other options are wrong
  • BA screened subnet, or DMZ, segments internet-facing servers from the internal network behind firewalls, but it hosts genuine production services rather than acting as bait for attackers.
  • CA jump box is a hardened intermediary administrators connect through to reach sensitive systems, serving a legitimate management role and not functioning as a decoy meant to attract intruders.
  • DAn air gap removes any network connection between systems to prevent compromise, which is the opposite of intentionally exposing a baited host that invites attackers to interact with it.
a honeypot is a decoy system that lures attackers so defenders can study their methods + N10-009 Obj 4.1
4.2 Given a scenario, identify common attack types

A switch port allows only an authorized workstation's hardware address to use the link. After hours, an attacker reads that address off an asset label, reconfigures their own laptop's NIC to present the identical hardware address, and gains access as if it were the trusted device. Which attack is this?

Answer
Correct answerB · MAC spoofing that clones an authorized device's hardware address

MAC spoofing changes a NIC's hardware address to match an approved one, defeating address-based port filtering and impersonating the trusted device, which is precisely the technique described here.

Why the other options are wrong
  • AARP poisoning sends forged ARP replies binding the attacker's hardware address to another host's IP for on-path interception, which differs from cloning an approved device's address to pass filtering.
  • CMAC flooding sends countless bogus source addresses to exhaust the switch CAM table and force fail-open flooding, a denial tactic unrelated to copying one specific authorized hardware address.
  • DIP spoofing falsifies the layer-three source address in packets, but the attack described manipulates the layer-two hardware address to defeat MAC filtering, so the wrong layer is involved.
MAC spoofing alters a NIC hardware address to impersonate an authorized device and bypass filtering + N10-009 Obj 4.2
4.3 Given a scenario, apply network security features, defense techniques, and solutions

An enterprise is rolling out 802.1X on its switches and wireless. Security policy requires mutual authentication in which both the RADIUS server and every client prove their identity using digital certificates, with no passwords transmitted. Which EAP method satisfies this requirement?

Answer
Correct answerC · EAP-TLS requiring certificates on both the server and every client

EAP-TLS performs mutual authentication where the server and each supplicant present digital certificates and no password crosses the link, exactly meeting the policy's requirement for two-way certificate validation.

Why the other options are wrong
  • APEAP builds a TLS tunnel using only a server certificate and then authenticates the user with an inner password method, so clients are not required to present their own certificates.
  • BEAP-MD5 simply hashes a password against a challenge, provides no certificates and no server authentication, leaving it unsuitable for the mutual certificate-based scheme the policy demands.
  • DMAC Authentication Bypass admits endpoints that cannot do 802.1X by checking their hardware address, offering no certificates or mutual proof and therefore failing the certificate-based requirement entirely.
EAP-TLS uses client and server certificates for mutual 802.1X authentication + N10-009 Obj 4.3
4.3 Given a scenario, apply network security features, defense techniques, and solutions

A core router's CPU repeatedly spikes when bursts of routing-protocol and management packets are punted to its processor, threatening to starve legitimate control traffic. Engineers want to rate-limit and prioritize the traffic destined to the device's own control plane to protect the CPU. Which feature should they deploy?

Answer
Correct answerD · Control plane policing applying rate limits to traffic bound for the CPU

Control plane policing applies QoS policers to packets destined for the device's own control plane, capping their rate so floods cannot exhaust the CPU, exactly addressing the spikes described.

Why the other options are wrong
  • AStorm control limits broadcast, multicast, and unknown-unicast volume on a switch port to contain layer-two storms, but it does not police the traffic punted to a router's CPU.
  • BPort security restricts how many hardware addresses may appear on an access port, an access-control measure that does nothing to throttle control-plane traffic reaching the router processor.
  • CA transit ACL permits or denies packets passing through the router between networks, yet it is not designed to rate-limit the traffic specifically destined to the control plane.
control plane policing rate-limits traffic destined to the device CPU to protect the control plane + N10-009 Obj 4.3

Want all five domains under exam conditions? Take a full 90-question mock →

Ad slot · in-content rectangle (336×280 / responsive)Below the quiz card, inside the article body — well clear of answer buttons

About this domain

Domain 4, Network Security, makes up 14% of the CompTIA Network+ N10-009 exam, and the questions here lean heavily on scenarios rather than rote definitions. You are expected to read a short situation and name the attack, pick the defense, or explain a security feature. Expect Layer 2 threats like ARP poisoning, where an attacker floods forged ARP replies so hosts map the gateway's IP to the attacker's MAC and traffic gets intercepted on-path. You will also see rogue DHCP servers handing out bad gateways, and the switch features that stop them, such as DHCP snooping with trusted ports.

The access-control objectives reward knowing how devices prove who they are before getting on the network. A common stem describes a host that must authenticate at the exact switch port it plugs into; that is 802.1X port-based network access control, often paired with a broader NAC posture check. Firewall questions test rule logic directly, including the implicit deny that drops anything an ACL does not explicitly permit, and the order in which rules are evaluated. Social engineering and phishing round out the attack side, since the human is frequently the easiest target.

Use these practice questions to get comfortable matching a described symptom to the right concept, then to the right fix, the way the real exam frames hardening and defense.

What Domain 4 covers

Domain 4 quick glossary

The terms that show up most on Domain 4 questions — one line each.

ARP poisoningSending forged ARP replies so hosts associate the gateway IP with the attacker's MAC, enabling interception.
On-path attackAn attacker positions between two parties to read or alter traffic flowing between them.
802.1XPort-based network access control standard that authenticates a device before granting any switch-port access.
NACNetwork access control; enforces authentication and posture checks before admitting a device to the network.
Implicit denyThe default firewall behavior of dropping any traffic not matched by an explicit permit rule.
DHCP snoopingA switch feature that blocks rogue DHCP servers by trusting DHCP offers only from designated ports.
Rogue DHCP serverAn unauthorized server that hands out IP configuration, often a bad default gateway, to redirect traffic.
PhishingA social engineering attack that tricks users into revealing credentials or running malware via deceptive messages.

Keep going

Practice the other domains, or go deeper with the full study materials.