Lab 07..
Lab 07..
OBJECT
In this lab, you will examine an ARP Request, ARP Table and analyze
ARP Process in Remote Communications.
LAB TASK:
1. Examine an ARP Request:
Generate ARP requests by pinging 172.16.31.3 from 172.16.31.2.
Open a command prompt
a. Click 172.16.31.2 and open the Command Prompt.
b. Enter the arp -d command to clear the ARP table.
c. Enter Simulation mode and enter the command ping 172.16.31.3. Two PDUs will be
generated. The ping command cannot complete the ICMP packet without knowing the
MAC address of the destination. So the computer sends an ARP broadcast frame to find
the MAC address of the destination.
d. Click Capture/Forward once. The ARP PDU moves Switch1 while the ICMP PDU
disappears, waiting for the ARP reply. Open the PDU and record the destination MAC
address.
Question:
Is this address listed in the table above?
Ans.
a. Note that the ICMP packet reappears. Open the PDU and examine the MAC
addresses.
Question:
Do the MAC addresses of the source and destination align with their IP addresses?
Ans.
d. Enter arp -d to clear the ARP table and switch to Simulation mode.
e. Repeat the ping to 10.10.10.1.
Question:
How many PDUs appear?
Ans.
EXERCISES:
(1) What happens to the first ping in a situation where the router responds to
the ARP request?
__________________________________________________________________
__________________________________________________________________
(2) In general, when does an end device issue an ARP request?
__________________________________________________________________
__________________________________________________________________