exam questions

Exam N10-008 All Questions

View all questions & answers for the N10-008 exam

Exam N10-008 topic 1 question 166 discussion

Actual exam question from CompTIA's N10-008
Question #: 166
Topic #: 1
[All N10-008 Questions]

A malicious user is using special software to perform an on-path attack. Which of the following best practices should be configured to mitigate this threat?

  • A. Dynamic ARP inspection
  • B. Role-based access
  • C. Control plane policing
  • D. MAC filtering
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
LeonardSnart
Highly Voted 2 years ago
Mike Meyers "A classic on-path attack would be a person using special software on a wireless network to make all the clients think his laptop is an access point. He could then listen in on that wireless network, gathering up all the conversations and gaining access to passwords, shared keys, or other sensitive information. On-path attacks are commonly perpetrated using ARP spoofing." "The way to mitigate ARP spoofing, described in Objective 4.2, is through dynamic ARP inspection. ARP replies are checked against a database, and if they contain invalid or conflicting values, they are dropped. Therefore, they won’t be sent by switches to hosts, those ARP caches would subsequently be poisoned."
upvoted 18 times
...
StellarSteve
Highly Voted 1 year, 7 months ago
Selected Answer: A
The best practice to mitigate an on-path attack is dynamic ARP inspection. It helps prevent ARP spoofing attacks, which are a type of on-path attack. Dynamic ARP inspection uses information in the DHCP snooping table to validate ARP packets and ensure that the source IP address and MAC address in each packet match the sender's DHCP bindings. If the information does not match, the packet is dropped. Therefore, dynamic ARP inspection helps to prevent malicious users from intercepting network traffic by poisoning ARP caches on other devices.
upvoted 7 times
...
drosas84
Most Recent 8 months, 3 weeks ago
Selected Answer: A
Based on CompTIA... "A control plane policing policy is designed to mitigate the risk from route processor vulnerabilities. Such a policy can use ACLs to allow or deny control traffic from certain sources and apply rate-limiting if a source threatens to overwhelm the route processor." "A malicious host may use a spoofed MAC address to try to perform ARP cache poisoning against other hosts on the network and perpetrate an on-path attack. A switch port security feature such as dynamic ARP inspection (DAI) prevents a host attached to an untrusted port from flooding the segment with gratuitous ARP replies. ARP inspection maintains a trusted database of IP:ARP mappings. It also ensures that ARP packets are validly constructed and use valid IP addresses."
upvoted 1 times
...
Mehsotopes
1 year ago
Selected Answer: A
Dynamic ARP Inspection (DAI) is a security feature that validates Address Resolution Protocol (ARP) packets in a network. DAI allows a network administrator to intercept, log, and discard ARP packets with invalid MAC address to IP address bindings. A virtual LAN (VLAN) is any broadcast domain that is partitioned and isolated in a computer network at the data link layer (OSI layer 2).
upvoted 1 times
...
MitchF
1 year, 2 months ago
GPT picks (A): To mitigate the threat of a malicious user using special software to perform an on-path attack, the best practice to configure is (A) Dynamic ARP Inspection. Dynamic ARP Inspection (DAI) is a security feature that helps prevent ARP spoofing and other on-path attacks by validating ARP requests and responses. It ensures that the MAC-to-IP address mappings are legitimate and prevents attackers from redirecting network traffic to their devices. By inspecting and filtering ARP messages, DAI adds an extra layer of protection to the network infrastructure. Control Plane Policing (B) is a different security feature that helps protect the control plane of network devices from excessive traffic, but it may not directly address on-path attacks like ARP spoofing."
upvoted 2 times
MitchF
1 year, 2 months ago
GPT explains that it is not (C) because "Control plane policing" is a series of steps, not just a single solution. Also, "policing" might already be set up, but the hackers are getting around it, so the best solution is still (A) Dynamic ARP inspection to stop the attack: "Control plane policing involves setting up rules and limits to control the amount of traffic that can access the control plane. This prevents excessive or malicious traffic from overwhelming the device's ability to manage network operations effectively. By implementing control plane policing, network administrators can ensure the stability and security of their network devices, allowing them to function properly even under heavy traffic loads or potential attacks."
upvoted 1 times
...
...
Sanat123
1 year, 4 months ago
Correct answer is A. DAI protects from on-path attacks, while CoPP from DOS (CoPP enables to limit the RATE of traffic to network devices).
upvoted 1 times
...
famco
1 year, 7 months ago
Another bad question because the question creator creates question by just reading one part of a book he has access to. I guess here he read the question on the Mac Spoofing as an option. But if he read another chapter and used his imagination to know that a man-in-the-middle attack can be achieved with multiple vulnerabilities, he would not ask this question
upvoted 2 times
...
Jay_Brzy
1 year, 7 months ago
C. Control plane policing (CoPP) is a security feature that can be used to protect network devices from various types of attacks, including on-path attacks. CoPP enables administrators to define policies that limit the rate of traffic sent to a network device's control plane, which is the part of the device that processes and manages network protocols, such as ARP (Address Resolution Protocol) and routing protocols.
upvoted 1 times
...
El_Cabron
1 year, 8 months ago
Selected Answer: C
C. Control plane policing Control plane policing is a best practice that can help mitigate on-path attacks by limiting the rate at which packets can be sent to the control plane of a network device. On-path attacks typically involve intercepting and modifying network traffic as it passes through a network device, which can potentially overwhelm the device's control plane and cause it to crash or become unresponsive. Control plane policing can help prevent this by limiting the rate at which packets are sent to the control plane, thus reducing the risk of overload or exhaustion. While dynamic ARP inspection, role-based access, and MAC filtering are all important security measures, they are not specifically designed to address the threat of on-path attacks.
upvoted 4 times
Thunder_Cat
1 year, 2 months ago
additional info for what is a on-path attack. https://www.professormesser.com/security-plus/sy0-601/sy0-601-video/on-path-attacks/#:~:text=In%20fact%2C%20you%20might%20hear,passed%20on%20to%20the%20destination.
upvoted 1 times
...
Thunder_Cat
1 year, 2 months ago
Control plane policing forces ping rates to be lower, and it mitigates DoS attacks. Dynamic APR inspection is the correct answer. please google Control plane policing, Cisco has good information on it and what it is used for.
upvoted 1 times
...
...
JakeCharles
1 year, 9 months ago
Selected Answer: A
A. Dynamic ARP inspection Dynamic ARP inspection (DAI) is a security feature that helps to protect networks against ARP spoofing attacks. It works by comparing ARP requests and responses to a pre-configured IP-to-MAC address binding table, and discards ARP packets that do not match the expected binding. This can help to prevent an attacker from performing an on-path attack by intercepting and modifying ARP traffic.
upvoted 4 times
...
CapJackSparrow
2 years, 1 month ago
Dynamic ARP Inspection (DAI) is a security feature that validates Address Resolution Protocol (ARP) packets in a network. DAI allows a network administrator to intercept, log, and discard ARP packets with invalid MAC address to IP address bindings. This capability protects the network from certain “man-in-the-middle” attacks.
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago