THM OSI Model - grunt92/IT-Sec-WriteUps GitHub Wiki
What is the OSI Model
What does the "OSI" in "OSI Model" stand for?
Open Systems Interconnection
How many layers (in digits) does the OSI model have?
7
What is the key term for when pieces of information get added to data?
encapsulation
Layer 7 - Application
What is the name of this Layer?
Application
What is the technical term that is given to the name of the software that users interact with?
Graphical User Interface
Layer 6 - Presentation
What is the name of this Layer?
Presentation
What is the main purpose that this Layer acts as?
Translator
Layer 5 - Session
What is the name of this Layer?
Session
What is the technical term for when a connection is successfully established?
Session
What is the technical term for "small chunks of data"?
Packets
Layer 4 - Transport
What is the name of this Layer?
Transport
What does TCP stand for?
Transmission Control Protocol
What does UDP stand for?
User Datagram Protocl
What protocol guarantees the accuracy of data?
TCP
What protocol doesn't care if data is received or not by the other device?
UDP
What protocol would an application such as an email client use?
TCP
What protocol would an application that downloads file use?
TCP
What protocol would an application that streams video use?
UDP
Layer 3 - Network
What is the name of this Layer?
Network
Will packets take the most optimal route across a network? (Y/N)
Y
What does the acronym "OSPF" stand for?
Open Shortest Path First
What does the acronym "RIP" stand for?
Routing Information Protocol
What type of addresses are dealt with at this layer?
IP Addresses
Layer 2 - Data Link
What is the name of this Layer?
Data Link
What is the name of piece of hardware that all networked devices come with?
Network Interface Card
Layer 1 - Physical
What is the name of this Layer?
Physical
What is the name of the numbering system that is both 0's and 1's?
Binary
What is the name of the cables that are used to connect devices?
Ethernet Cables
Practial - OSI Game
Escape the dungeon to retrieve the flag. What is the flag?
Deploy the game using the "View Site"-button. After the game is deployed use the arrow-keys and the spacebar to navigate the tower. Enter the doors according to the layers of the OSI-Modell in ascending order:
- Physical
- Data Link
- Network
- Transport
- Session
- Presentation
- Application
After entering the last door the requested flag will be shown: THM{OSI_DUNGEON_ESCAPED}
Continue Your Learning: Packets & Frames
Join the "Packets and Frames" room.
No answer needed