nerdexam
Cisco

210-250 · Question #56

Which protocol maps IP network addresses to MAC hardware addresses so that IP packets can be sent across networks?

The correct answer is B. Address Resolution Protocol. ARP (Address Resolution Protocol) resolves a known IPv4 address to the corresponding MAC address so that frames can be delivered on a local network segment.

Cybersecurity Fundamentals

Question

Which protocol maps IP network addresses to MAC hardware addresses so that IP packets can be sent across networks?

Options

  • AInternet Control Message Protocol
  • BAddress Resolution Protocol
  • CSession Initiation Protocol
  • DTransmission Control Protocol/Internet Protocol

How the community answered

(41 responses)
  • A
    2% (1)
  • B
    88% (36)
  • C
    2% (1)
  • D
    7% (3)

Why each option

ARP (Address Resolution Protocol) resolves a known IPv4 address to the corresponding MAC address so that frames can be delivered on a local network segment.

AInternet Control Message Protocol

ICMP is used for diagnostic messaging and error reporting (e.g., ping, traceroute), not address resolution.

BAddress Resolution ProtocolCorrect

ARP operates at the boundary of Layer 2 and Layer 3, broadcasting a request asking 'who has IP X?' and receiving a unicast reply containing the matching MAC address. The resolved mapping is cached in each device's ARP table. Without ARP, IP packets cannot be encapsulated into Ethernet frames for local delivery.

CSession Initiation Protocol

SIP is a signaling protocol used to initiate and manage VoIP and multimedia sessions, unrelated to address mapping.

DTransmission Control Protocol/Internet Protocol

TCP/IP is the combined suite of transport and network protocols for end-to-end communication, not specifically for IP-to-MAC resolution.

Concept tested: ARP IP-to-MAC address resolution

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

Topics

#ARP#network protocols#MAC address#IP addressing

Community Discussion

No community discussion yet for this question.

Full 210-250 Practice