nerdexam
F5

101 · Question #650

An administrator is having a connectivity issue with a server in the same network. Upon checking with the command arp -a on a Windows machine, the two outputs are taken on a 1 minute interval. What is

The correct answer is D. IP address conflict. When the ARP table shows a different MAC address for the same IP across two captures taken one minute apart, the defining cause is an IP address conflict where two devices share the same IP.

Section 1: OSI Model, Network, and Application Delivery Basics

Question

An administrator is having a connectivity issue with a server in the same network. Upon checking with the command arp -a on a Windows machine, the two outputs are taken on a 1 minute interval. What is likely causing this issue?

Exhibit

101 question #650 exhibit

Options

  • AInterface down
  • BMAC address conflict
  • CNo route available
  • DIP address conflict

How the community answered

(22 responses)
  • A
    5% (1)
  • B
    5% (1)
  • C
    9% (2)
  • D
    82% (18)

Why each option

When the ARP table shows a different MAC address for the same IP across two captures taken one minute apart, the defining cause is an IP address conflict where two devices share the same IP.

AInterface down

A down interface would remove the ARP entry entirely rather than produce a changing entry, because no ARP replies would be received.

BMAC address conflict

A MAC address conflict involves two interfaces sharing the same MAC, which would not cause the ARP table to show two different MACs resolving to the same IP.

CNo route available

A missing route is a Layer 3 issue and does not affect ARP, which operates at Layer 2 and resolves IPs to MACs within the local segment.

DIP address conflictCorrect

An IP address conflict causes two separate devices to respond to ARP requests for the same IP, each advertising their own MAC address. Running arp -a at one-minute intervals will show the MAC address for that IP alternating between the two conflicting devices, which is the textbook symptom of a duplicate IP assignment and explains the connectivity instability.

Concept tested: IP address conflict detection via ARP table comparison

Source: https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/duplicate-ip-address-conflicts-on-network

Topics

#ARP#IP address conflict#network troubleshooting#duplicate IP

Community Discussion

No community discussion yet for this question.

Full 101 Practice