# What is Networking?

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

| Room Attributes       | Value                                                                  |
| --------------------- | ---------------------------------------------------------------------- |
| Subscription Required | <mark style="color:green;background-color:green;">False</mark> \[Free] |
| Type                  | Walkthrough                                                            |
| Difficulty            | <mark style="color:blue;background-color:blue;">Info</mark>            |
| 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?

<details>

<summary>Reveal Flag <span data-gb-custom-inline data-tag="emoji" data-code="1f6a9">🚩</span></summary>

:triangular\_flag\_on\_post:`Network`

</details>

## Task 2 What is the Internet?

### Who invented the World Wide Web?

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

<details>

<summary>Reveal Flag <span data-gb-custom-inline data-tag="emoji" data-code="1f6a9">🚩</span></summary>

:triangular\_flag\_on\_post:`Tim Berners-Lee`

</details>

## Task 3 Identifying Devices on a Network

### What does the term "IP" stand for?

<details>

<summary>Reveal Flag <span data-gb-custom-inline data-tag="emoji" data-code="1f6a9">🚩</span></summary>

:triangular\_flag\_on\_post:`Internet Protocol`

</details>

### What is each section of an IP address called?

<details>

<summary>Reveal Flag <span data-gb-custom-inline data-tag="emoji" data-code="1f6a9">🚩</span></summary>

:triangular\_flag\_on\_post:`Octet`

</details>

### How many sections (in digits) does an IP address have?&#x20;

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

<details>

<summary>Reveal Flag <span data-gb-custom-inline data-tag="emoji" data-code="1f6a9">🚩</span></summary>

:triangular\_flag\_on\_post:`4`

</details>

### What does the term "MAC" stand for?

<details>

<summary>Reveal Flag <span data-gb-custom-inline data-tag="emoji" data-code="1f6a9">🚩</span></summary>

:triangular\_flag\_on\_post:`Media Access Control`

</details>

### Deploy the interactive lab using the "View Site" button and spoof your MAC address to access the site.  What is the flag?

<details>

<summary>Reveal Flag <span data-gb-custom-inline data-tag="emoji" data-code="1f6a9">🚩</span></summary>

:triangular\_flag\_on\_post:`THM{YOU_GOT_ON_TRYHACKME}`

</details>

## Task 4 Ping (ICMP)

What protocol does ping use?

<details>

<summary>Reveal Flag <span data-gb-custom-inline data-tag="emoji" data-code="1f6a9">🚩</span></summary>

:triangular\_flag\_on\_post:`ICMP`

</details>

What is the syntax to ping 10.10.10.10?

<details>

<summary>Reveal Flag <span data-gb-custom-inline data-tag="emoji" data-code="1f6a9">🚩</span></summary>

:triangular\_flag\_on\_post:`ping 10.10.10.10`

</details>

What flag do you get when you ping 8.8.8.8?

<details>

<summary>Reveal Flag <span data-gb-custom-inline data-tag="emoji" data-code="1f6a9">🚩</span></summary>

:triangular\_flag\_on\_post:`THM{I_PINGED_THE_SERVER}`

</details>

## 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](/thm-walkthroughs/difficulty-info/intro-to-lan.md)" room.

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://thmflags.gitbook.io/thm-walkthroughs/difficulty-info/what-is-networking.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
