Lab 3.2 Exploring Broadcast Domains - squatchulator/Tech-Journal GitHub Wiki

In this lab, we tested the functionality of Wireshark via analyzing packet requests and replies, and compared destination and source MAC addresses across workstations.

NOTE: Clearing ARP cache on Linux:

  • sudo ip -s -s neigh flush all Clearing ARP cache on Windows:
  • arp -d Clearing ARP cache on MacOS:
  • Same as Linux