Escaping the OSI Dungeon (Task 9) Walkthrough

Durre ShaffaDurre Shaffa
2 min read

What Is the OSI Model?

The OSI (Open Systems Interconnection) Model is a conceptual framework that standardizes how data is transmitted across a network. It breaks down communication into seven layers, each handling a specific role, from raw physical transfer to application-level interactions.

Layers (bottom to top):

  1. Physical

  2. Data Link

  3. Network

  4. Transport

  5. Session

  6. Presentation

  7. Application

Understanding the order and responsibilities of these layers is crucial for anyone entering the networking or cybersecurity field.


The OSI Dungeon Lab Explained

In this gamified TryHackMe lab, each OSI layer is represented as a level in a dungeon. The challenge?
Escape the dungeon by climbing each layer in the correct bottom-up order — starting from Layer 1 (Physical) to Layer 7 (Application).

Choose incorrectly, and you're sent back to the beginning.


Interactive Lab Walkthrough

The lab begins with your character at the lowest point of the dungeon. At each level, you're presented with multiple layer names — only one is correct. To escape, you must ascend the OSI model accurately.


Layer-by-Layer Escape Strategy

Here's the correct path through the dungeon:

  1. Physical
    Wires, cables, and raw bits in motion.
    The foundation. Data transmission begins here.

  2. Data Link
    MAC addresses and frame structuring.
    Where data frames are created and addressed.

  3. Network
    IP addresses and routing.
    Data is sent between networks.

  4. Transport
    Reliable data delivery (TCP/UDP).
    Breaks data into segments and ensures it arrives.

  5. Session
    Establishing and managing sessions.
    Handles start, maintenance, and termination of connections.

  6. Presentation
    Data translation, encryption, and compression.
    Ensures data is readable and properly formatted.

  7. Application
    Interfaces for user-level apps (HTTP, FTP, etc).
    The layer closest to the end user.


Flag Captured

After successfully escaping all seven layers in the correct order, you’re rewarded with the flag:

CopyEditTHM{OSI_DUNGEON_ESCAPED}

Final Thoughts

The OSI Dungeon lab is a clever and engaging way to reinforce OSI layer sequencing. It pushes learners to apply rather than just memorize, and the time-based challenge adds a fun gamification twist.


Skills Practiced

  • OSI Model layer identification

  • Layer-by-layer data flow understanding

  • Interactive learning through gamification

  • Quick recall under pressure

  • Foundational networking concepts for certifications like Network+ or CCNA

0
Subscribe to my newsletter

Read articles from Durre Shaffa directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Durre Shaffa
Durre Shaffa