Lab 2‐2 ‐ Observing LAN Activity - rune-seregina/net-150-sp24 GitHub Wiki
The objective of this lab was to explore the difference and relationship between MAC addresses and IP addresses as well as learn observe the terminology and the function of the OSI model as it is implemented using a packet capturing tool (Wireshark). By pinging a device in the LAN and a device outside of the LAN I observed and drew conclusions about the function of MAC addresses.
- NIC- Network Interface Card
- See Lecture Notes 1/29/2024 for more info
One question that arose during my lab was the MAC address of the device within the LAN and the device outside of the LAN having the same MAC address. While this will be discussed next lecture, I assume this is an observation meant to lead to the conclusion that MAC addresses are only used within the LAN so the default gateway is the MAC address used to reach the final destination of the IP address.
Type "ipconfig /all" (Windows) or "ip route show" (Linux) and record the IP address of the default gateway
![]()
Question: What is the MAC address of your workstation's NIC? What is the MAC address of the Default Gateway Router interface (NIC)?
- The MAC address of my workstation's NIC is 00:0c:29:92:68:59
- The MAC address of my Default Gateway Router interface is d0:81:c5:23:bd:80
Repeat the Wireshark capture of a ping - but this time use www.timeslive.co.za.
The IP address for this site is 142.250.65.179
