Escaping the OSI Dungeon (Task 9) Walkthrough


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):
Physical
Data Link
Network
Transport
Session
Presentation
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:
Physical
Wires, cables, and raw bits in motion.
The foundation. Data transmission begins here.Data Link
MAC addresses and frame structuring.
Where data frames are created and addressed.Network
IP addresses and routing.
Data is sent between networks.Transport
Reliable data delivery (TCP/UDP).
Breaks data into segments and ensures it arrives.Session
Establishing and managing sessions.
Handles start, maintenance, and termination of connections.Presentation
Data translation, encryption, and compression.
Ensures data is readable and properly formatted.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
Subscribe to my newsletter
Read articles from Durre Shaffa directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
