nerdexam
GIAC

GSEC · Question #360

Which of the following protocols is used by a host that knows its own MAC (Media Access Control) address to query a server for its own IP address?

The correct answer is A. RARP. RARP (Reverse Address Resolution Protocol) enables a host that knows only its MAC address to obtain its IP address by broadcasting a request to a RARP server.

Networking and Core Concepts

Question

Which of the following protocols is used by a host that knows its own MAC (Media Access Control) address to query a server for its own IP address?

Options

  • ARARP
  • BARP
  • CDNS
  • DRDNS

How the community answered

(55 responses)
  • A
    73% (40)
  • B
    16% (9)
  • C
    4% (2)
  • D
    7% (4)

Why each option

RARP (Reverse Address Resolution Protocol) enables a host that knows only its MAC address to obtain its IP address by broadcasting a request to a RARP server.

ARARPCorrect

RARP is the inverse of ARP - while ARP resolves a known IP address to a MAC address, RARP resolves a known MAC address to an IP address. A host (typically a diskless workstation) broadcasts its MAC address in a RARP request, and a RARP server responds with the corresponding IP assignment. This behavior is defined in RFC 903 and was an early mechanism for dynamic IP configuration before BOOTP and DHCP replaced it.

BARP

ARP (Address Resolution Protocol) resolves a known IP address to a MAC address, which is the opposite direction of the mapping described in the question.

CDNS

DNS resolves human-readable hostnames to IP addresses and operates entirely at the application layer with no involvement in MAC-to-IP mapping.

DRDNS

Reverse DNS (RDNS) performs PTR record lookups to map IP addresses back to hostnames and has no mechanism involving MAC addresses.

Concept tested: RARP protocol MAC-to-IP address resolution

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

Topics

#RARP#MAC address#IP addressing#address resolution

Community Discussion

No community discussion yet for this question.

Full GSEC Practice