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.
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)- A73% (40)
- B16% (9)
- C4% (2)
- D7% (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.
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.
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.
DNS resolves human-readable hostnames to IP addresses and operates entirely at the application layer with no involvement in MAC-to-IP mapping.
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
Community Discussion
No community discussion yet for this question.