Skip to content

Latest commit

 

History

History
159 lines (87 loc) · 3.86 KB

what-is-networking.md

File metadata and controls

159 lines (87 loc) · 3.86 KB
description
Begin learning the fundamentals of computer networking in this bite-sized and interactive module.

🔌 What is Networking?

{% embed url="https://tryhackme.com/room/whatisnetworking" %} https://tryhackme.com/room/whatisnetworking {% endembed %}

Room Attributes Value
Subscription Required False [Free]
Type Walkthrough
Difficulty Info
Tags Networking, Networking Fundamentals, Networking Labs, Beginner

Video Walkthrough

{% embed url="https://youtu.be/42u_2e6eNF4" %} What is Networking? {% endembed %}

Task 1 - What is Networking?

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

Reveal Flag 🚩

🚩Network

Task 2 What is the Internet?

Who invented the World Wide Web?

{% hint style="warning" %} HINT: It was created in the Year 1989 {% endhint %}

Reveal Flag 🚩

🚩Tim Berners-Lee

Task 3 Identifying Devices on a Network

What does the term "IP" stand for?

Reveal Flag 🚩

🚩Internet Protocol

What is each section of an IP address called?

Reveal Flag 🚩

🚩Octet

How many sections (in digits) does an IP address have?

{% hint style="warning" %} HINT: This section is also known as an octet. {% endhint %}

Reveal Flag 🚩

🚩4

What does the term "MAC" stand for?

Reveal Flag 🚩

🚩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?

Reveal Flag 🚩

🚩THM{YOU_GOT_ON_TRYHACKME}

Task 4 Ping (ICMP)

What protocol does ping use?

Reveal Flag 🚩

🚩ICMP

What is the syntax to ping 10.10.10.10?

Reveal Flag 🚩

🚩ping 10.10.10.10

What flag do you get when you ping 8.8.8.8?

Reveal Flag 🚩

🚩THM{I_PINGED_THE_SERVER}

Task 5 Continue Your Learning: Intro to LAN

{% embed url="https://tryhackme.com/room/introtolan" %} https://tryhackme.com/room/introtolan {% endembed %}

Join the "Intro to LAN" room.

{% hint style="success" %} No answer needed {% endhint %}