Comparing Local Networking Hardware
Key Concepts
- Understand the purpose of networking devices (switch, router, hub, modem, firewall, access point)
- Differentiate between wireless standards (802.11 a/b/g/n/ac/ax)
- Identify Ethernet cable types and connectors (Cat5e, Cat6, RJ-45)
- Understand the function of patch panels, punch-down tools, and wiring standards (T568A/B)
- Describe functions of network interface cards (NICs)
- Explain basic network topologies (star, mesh, bus)
Homelab
- Create two or more VMs (Windows/Linux)
- Set network adapters to “Internal Network” mode to allow VMs to communicate privately
- Use ping command to check connectivity
- Use ipconfig or ifconfig to see network configurations
- Use a VM running pfSense (Free Open Source Firewall / Router Software) or a Linux VM configured with routing rules
- Connect other VMs to the router and test routing/firewall functions
Alternative Lab
Analyze Network Traffic with Wireshark
- Start Wireshark on one VM or host machine
- Fiter traffic for protocols like ARP, DHCP, DNS
- identify source/destination IPs and protocols
- Observe DHCP discover/offer process, ARP requests, DNS queries