Lab 3‐2 NET 150 - connor0329/repository-1 GitHub Wiki
In lab 3-2 I pinged google's public DNS server and analyze the ICMP response packets to find the source and destination MAC address. I also pinged my partners IP and analyzed the ping reply packets to find the source and destination MAC addresses. Lastly both me and my partner pinged eachother IP's and compared the traffic on Wireshark.
Notes:
- turn off firewall in VM to receive ping requests
Make sure you understand ARP
ARP is known as Address Resolution Protocol and is used to turn IP addresses into MAC addresses. You can filer ARP in Wireshark to find only ARP packets that happened during the capture
Make sure you know how to capture a packet and how to look through network traffic.
To capture a specific packet you have to create network traffic and to look through network traffic you can filter by protocols or just click on a specific packet to analyze it