nerdexam
F5

101 · Question #524

Which of the following would happen?

The correct answer is B. The PC sends an ARP looking for the MAC address of 172.17.10.4. When a PC communicates with a host on the same subnet, it sends an ARP request directly to resolve the destination IP to a MAC address before transmitting.

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

Question

Which of the following would happen?

Exhibit

101 question #524 exhibit

Options

  • AThe PC sends a DNS query for 172.17.10.1
  • BThe PC sends an ARP looking for the MAC address of 172.17.10.4
  • CThe PC sends an ARP looking for the MAC address of 172.17.10.1
  • DThe PC sends a DNS query for 172.17.10.4

How the community answered

(23 responses)
  • B
    87% (20)
  • C
    4% (1)
  • D
    9% (2)

Why each option

When a PC communicates with a host on the same subnet, it sends an ARP request directly to resolve the destination IP to a MAC address before transmitting.

AThe PC sends a DNS query for 172.17.10.1

DNS resolves hostnames to IP addresses, not IP addresses to MACs - since the PC already has a numeric IP destination, no DNS query is triggered.

BThe PC sends an ARP looking for the MAC address of 172.17.10.4Correct

Because 172.17.10.4 is determined to be on the same subnet as the PC, the PC does not need to forward traffic to a gateway - it sends an ARP broadcast requesting the MAC address of 172.17.10.4 directly. Once the MAC is resolved via ARP reply, the PC encapsulates its frame using that MAC and delivers it locally without any DNS involvement.

CThe PC sends an ARP looking for the MAC address of 172.17.10.1

ARP for 172.17.10.1 would occur only if 172.17.10.1 were the default gateway and the destination were on a remote subnet, not when the destination is reachable locally.

DThe PC sends a DNS query for 172.17.10.4

A DNS query for an IP address is not valid behavior - DNS is queried with domain names, and the PC already knows the destination IP so no lookup is needed.

Concept tested: ARP resolution for same-subnet host communication

Source: https://www.rfc-editor.org/rfc/rfc826

Topics

#ARP#MAC address#IP addressing#network communication

Community Discussion

No community discussion yet for this question.

Full 101 Practice