nerdexam
GIAC

GSEC · Question #394

Which of the following tools is similar to the ping tool but operates at OSI data link layer using the address resolution protocol?

The correct answer is A. ARP. ARP (Address Resolution Protocol) operates at Layer 2 of the OSI model and resolves IP addresses to MAC addresses, functioning analogously to ping but at the data link layer.

Networking and Core Concepts

Question

Which of the following tools is similar to the ping tool but operates at OSI data link layer using the address resolution protocol?

Options

  • AARP
  • BNSLOOKUP
  • CNETSTAT
  • DTRACERT

How the community answered

(46 responses)
  • A
    74% (34)
  • B
    15% (7)
  • C
    4% (2)
  • D
    7% (3)

Why each option

ARP (Address Resolution Protocol) operates at Layer 2 of the OSI model and resolves IP addresses to MAC addresses, functioning analogously to ping but at the data link layer.

AARPCorrect

ARP operates at the OSI data link layer (Layer 2) and uses hardware MAC addresses rather than IP addresses, making it analogous to ping (which uses ICMP at Layer 3) but at a lower layer. Tools like arping leverage ARP requests to test Layer 2 connectivity between hosts on the same network segment.

BNSLOOKUP

NSLOOKUP is a DNS query tool that operates at the application layer (Layer 7) and resolves hostnames to IP addresses, not MAC addresses.

CNETSTAT

NETSTAT displays active network connections, routing tables, and interface statistics at the transport and network layers, and does not use ARP or operate at the data link layer.

DTRACERT

TRACERT traces the route packets take across multiple hops using ICMP or UDP at the network layer (Layer 3), not the data link layer.

Concept tested: ARP operation at OSI data link layer

Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/arp

Topics

#ARP#OSI data link layer#network diagnostics#ping utility

Community Discussion

No community discussion yet for this question.

Full GSEC Practice