nerdexam
EC-Council

312-50V9 · Question #560

A network admin contacts you. He is concerned that ARP spoofing or poisoning might occur on his network. What are some things he can do to prevent it? Select the best answers.

The correct answer is A. Use port security on his switches. B. Use a tool like ARPwatch to monitor for strange ARP activity. D. If you have a small network, use static ARP entries. ARP spoofing is best mitigated at Layer 2 using switch port security, ARP monitoring tools, and static ARP entries - not firewalls or static IP assignment.

Sniffing

Question

A network admin contacts you. He is concerned that ARP spoofing or poisoning might occur on his network. What are some things he can do to prevent it? Select the best answers.

Options

  • AUse port security on his switches.
  • BUse a tool like ARPwatch to monitor for strange ARP activity.
  • CUse a firewall between all LAN segments.
  • DIf you have a small network, use static ARP entries.
  • EUse only static IP addresses on all PC's.

How the community answered

(54 responses)
  • A
    81% (44)
  • C
    13% (7)
  • E
    6% (3)

Why each option

ARP spoofing is best mitigated at Layer 2 using switch port security, ARP monitoring tools, and static ARP entries - not firewalls or static IP assignment.

AUse port security on his switches.Correct

Port security on managed switches restricts which MAC addresses are permitted per port, blocking an attacker from injecting forged ARP replies by preventing unauthorized MAC addresses from communicating on the segment.

BUse a tool like ARPwatch to monitor for strange ARP activity.Correct

ARPwatch continuously audits IP-to-MAC bindings and alerts administrators when unexpected changes are detected, enabling rapid identification and response to active ARP poisoning attempts.

CUse a firewall between all LAN segments.

Firewalls operate at Layer 3 and above and do not process ARP frames, which are Layer 2 broadcast messages confined to a local network segment and therefore invisible to firewall inspection.

DIf you have a small network, use static ARP entries.Correct

Static ARP entries permanently bind specific IP addresses to known MAC addresses in the ARP cache, so malicious dynamic ARP replies cannot overwrite legitimate mappings, which is practical to maintain on small networks.

EUse only static IP addresses on all PC's.

Assigning static IP addresses prevents IP conflicts but has no effect on ARP behavior, since an attacker can still broadcast fraudulent ARP replies mapping any IP to an attacker-controlled MAC address.

Concept tested: ARP spoofing prevention using Layer 2 security controls

Source: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst6500/ios/12-2SX/configuration/guide/book/dynarp.html

Topics

#ARP spoofing#ARP poisoning#ARPwatch#port security

Community Discussion

No community discussion yet for this question.

Full 312-50V9 Practice