A network administrator receives reports that a workstation at IP address 192.168.10.45 periodically loses connectivity to the default gateway. The administrator runs the `arp -a` command on the workstation and views the following output:
Interface: 192.168.10.45 --- 0x2
Internet Address Physical Address Type
192.168.10.1 00-11-22-33-44-55 dynamic
192.168.10.12 00-11-22-33-44-55 dynamic
Which of the following conditions is most directly indicated by this terminal output?
- A duplicate MAC address collision exists where another local IP address shares the gateway's physical address.Cevap
- BThe local DNS server failed to answer host resolution requests for the default gateway.
- CThe workstation host is attempting to connect to the gateway across an mismatched TCP port number.
- DThe workstation requires an AAAA resource record to populate dynamic entries in the IP cache.
Cevap
A duplicate MAC address collision exists where another local IP address shares the gateway's physical address.
The `arp -a` utility displays the host's Address Resolution Protocol cache. Seeing two separate IP addresses (the gateway at 192.168.10.1 and a host at 192.168.10.12) bound to the identical physical MAC address (00-11-22-33-44-55) indicates a MAC collision, incorrect static assignment, or ARP spoofing, which leads to intermittent reachability issues to the default gateway.
Adım Adım Çözüm
Anahtar Kavram
Inspecting ARP Cache Entries to Identify Layer 2 / Layer 3 Addressing Conflicts
Tahmini Süre:1m 15s