nerdexam
F5

101 · Question #654

The BIG IP device is connected to the same network as a server. Which communication protocol will the BIG IP device use to discover the link layer address of the server?

The correct answer is D. ARP. ARP (Address Resolution Protocol) is the standard protocol used to map an IP address to its corresponding MAC (link layer) address on the same network segment.

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

Question

The BIG IP device is connected to the same network as a server. Which communication protocol will the BIG IP device use to discover the link layer address of the server?

Options

  • APing
  • BICMP
  • CRARP
  • DARP

How the community answered

(45 responses)
  • A
    2% (1)
  • B
    7% (3)
  • C
    2% (1)
  • D
    89% (40)

Why each option

ARP (Address Resolution Protocol) is the standard protocol used to map an IP address to its corresponding MAC (link layer) address on the same network segment.

APing

Ping tests end-to-end IP reachability using ICMP echo messages and cannot resolve or discover link layer addresses.

BICMP

ICMP is a network-layer protocol used for error reporting and diagnostics - it has no mechanism for resolving IP addresses to MAC addresses.

CRARP

RARP (Reverse ARP) performs the opposite function - it discovers an IP address from a known MAC address - and is now a deprecated protocol.

DARPCorrect

ARP operates at the Layer 2/3 boundary by broadcasting a request asking which MAC address corresponds to a target IP on the local network. The target server replies with its MAC address, enabling the BIG-IP to forward frames directly to that server at the link layer - this is exactly the link layer address discovery described in the question.

Concept tested: ARP for link layer address resolution on LAN

Source: https://www.cisco.com/c/en/us/support/docs/ip/dynamic-address-resolution-protocol-arp-proxy-arp/13718-7.html

Topics

#ARP#link layer#MAC address#Layer 2

Community Discussion

No community discussion yet for this question.

Full 101 Practice