Skip to the content.

🔗 Link to the Room

🏷️ Table of Contents

  1. What is Networking?
  2. What is the Internet?
    2.1 History of the Internet
    2.2 Structure of the Internet
  3. Identifying Devices on a Network
    3.1 Device Identification Analogy
    3.2 IP Addresses
    3.3 Public IP Address
    3.4 IPv4 vs IPv6
    3.5 MAC Addresses
    3.6 MAC Address Spoofing
    3.7 MAC Filtering in Public Wi‑Fi
  4. Ping (ICMP)

📚 Study Notes

What is Networking?

 


❓What is the key term for devices that are connected together?Network

 

What is the Internet?

 

History of the Internet

 

Structure of the Internet

[!NOTE] In short, a network can be private or public, with the Internet being the largest example of a public network.

 


❓Who invented the World Wide Web?Tim Berners-Lee

 

Identifying Devices on a Network

 

Device Identification Analogy

 

IP Addresses

 

Public IP Address

[!IMPORTANT] Devices inside the same private network talk using private IPs Traffic going out to the Internet appears to come from the same public IP

 

IPv4 vs IPv6

 

IPv4

 

IPv6

 

MAC Addresses

 

MAC Address Spoofing

 

[!CAUTION] If a firewall allows traffic from a specific MAC address (e.g., admin device), an attacker who spoofs that MAC address may be incorrectly trusted.

 

MAC Filtering in Public Wi‑Fi

 


❓What does the term "IP" stand for?Internet Protocol

❓What is each section of an IP address called?Octet

❓How many sections (in digits) does an IPv4 address have?4

❓What does the term "MAC" stand for?Media Access Control

❓Deploy the interactive lab using the "View Site" button and spoof your MAC address to access the site. What is the flag?THM{***_**_*********}

 

Ping (ICMP)

 


❓What protcol does ping use?ICMP

❓What is the syntax to ping 10.10.10.10?ping 10.10.10.10

❓What flag do you get when you ping 8.8.8.8?THM{*_******_***_******}