Lab-7 1 6
Lab-7 1 6
Step 2:
Step 3:
This screenshot highlights the frame details for an ARP reply.
All hosts on the LAN will receive this broadcast frame. The host with the IP address of 192.168.99.1
(default gateway) will send a unicast reply to the source (PC host). This reply contains the MAC
address of the NIC of the default gateway.
Why does the PC send out a broadcast ARP prior to sending the first ping request?
The PC cannot send a ping request to a host until it determines the destination MAC address, so that
it can build the frame header for that ping request. The ARP broadcast is used to request the MAC
address of the host with the IP address contained in the ARP.
it is b0:95:75:06:0a:a0.
What is the Vendor ID (OUI) of the Source NIC in the ARP reply?
it is HP
PART 2
Step 1:
192.168.99.1
Step 6:
What is the MAC address of the PC NIC?
it is 00:68:eb:79:07:46.
it is b0:95:75:06:0a:a0.
HP_79:07:46
Tp-LinkT_06:0a:a0
Hi
b0:95:75:06:0a:a0.
Tp-LinkT_06:0a:a0
Step 7:
In the first echo (ping) request frame, what are the source and destination MAC addresses?
Source:
00:68:eb:79:07:46.
Destination:
b0:95:75:06:0a:a0.
What are the source and destination IP addresses contained in the data field of the frame?
Source:
192.168.99.115
Destination:
2001:ee0:3241:8088::b33:
Compare these addresses to the addresses you received in Step 6. The only address that changed is
the destination IP address. Why has the destination IP address changed, while the destination MAC
address remained the same?
Layer 2 frames never leave the LAN. When a ping is issued to a remote host, the source will use the
default gateway MAC address for the frame destination. The default gateway receives the packet,
strips the Layer 2 frame information from the packet and then creates a new frame header with the
MAC address of the next hop. This process continues from router to router until the packet reaches its
destination IP address.
Reflection question:
Wireshark does not display the preamble field of a frame header. What does the preamble contain?
The preamble field contains seven octets of alternating 1010 sequences, and one octet that
signals the beginning of the frame, 10101011.