nerdexam
CompTIA

CAS-002 · Question #674

Which of the following attacks does Unicast Reverse Path Forwarding prevent?

The correct answer is D. IP Spoofing. Unicast Reverse Path Forwarding (uRPF) validates that a packet's source IP address is reachable via the interface it arrived on, discarding packets with forged source addresses.

Technical Integration of Enterprise Components

Question

Which of the following attacks does Unicast Reverse Path Forwarding prevent?

Options

  • AMan in the Middle
  • BARP poisoning
  • CBroadcast storm
  • DIP Spoofing

How the community answered

(29 responses)
  • A
    7% (2)
  • B
    3% (1)
  • D
    90% (26)

Why each option

Unicast Reverse Path Forwarding (uRPF) validates that a packet's source IP address is reachable via the interface it arrived on, discarding packets with forged source addresses.

AMan in the Middle

Man-in-the-middle attacks involve traffic interception between two parties, which uRPF does not address because it only validates source IP addresses on ingress interfaces.

BARP poisoning

ARP poisoning is a Layer 2 attack targeting MAC-to-IP mappings; uRPF operates at Layer 3 and has no visibility into ARP table manipulation.

CBroadcast storm

Broadcast storms result from switching loops and are mitigated by Spanning Tree Protocol, not by uRPF which operates on unicast IP routing.

DIP SpoofingCorrect

uRPF checks the routing table to verify that the source IP of an incoming packet would be routed back out the same interface it arrived on. If the source address does not match, the packet is dropped, directly preventing IP spoofing attacks where an attacker forges the source IP to bypass filters or impersonate trusted hosts.

Concept tested: Unicast Reverse Path Forwarding for IP spoofing prevention

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/sec_data_urpf/configuration/xe-3s/sec-data-urpf-xe-3s-book/sec-data-urpf.html

Topics

#uRPF#IP spoofing#routing security#network countermeasures

Community Discussion

No community discussion yet for this question.

Full CAS-002 Practice