How should I organize an OSI model mind map for exam study?
An OSI model mind map has the central node "OSI Model" with seven branches, one per layer (numbered 1-7). Each layer branch should contain: the layer name, PDU type (bit/frame/packet/segment/data), key protocols at that layer, the role or function of the layer, and common exam-relevant devices associated with it. Color-code layers by function group: physical/data link (blue), network (green), transport (orange), upper layers (purple).
The OSI model appears on CompTIA A+, Network+, Security+, and Cisco CCNA exams. Questions test knowledge of which protocols operate at which layers, which devices operate at which layers, and what each layer is responsible for. A well-constructed mind map of the OSI model provides a visual reference that makes these relationships intuitive rather than memorized in isolation.
The OSI Model Mind Map Structure
Core Layout
Central node: OSI Model (7 Layers)
Each layer gets its own branch with consistent sub-branches:
- Layer number and name
- PDU (Protocol Data Unit) type
- Key protocols
- Primary function
- Associated devices
Layer-by-Layer Mind Map Content
Layer 7: Application
PDU: Data Protocols: HTTP, HTTPS, FTP, SFTP, SSH, Telnet, DNS, DHCP, SMTP, POP3, IMAP, SNMP, NTP Function: Interface between network and user applications Key point: This is where user-facing network applications operate; there are no devices at this layer (end user software)
Layer 6: Presentation
PDU: Data Protocols: TLS, SSL, JPEG, MPEG, ASCII, encryption/compression standards Function: Data translation, encryption, compression Key point: Sometimes called the "translator" layer; handles character encoding and encryption/decryption
Layer 5: Session
PDU: Data Protocols: NetBIOS, RPC, PPTP (session management component), SQL sessions Function: Establishes, manages, and terminates sessions between applications Key point: Manages sessions (like maintaining login state); less commonly tested than other layers
Layer 4: Transport
PDU: Segment (TCP) / Datagram (UDP) Protocols: TCP (connection-oriented), UDP (connectionless), QUIC Function: End-to-end communication, error checking, flow control, port addressing Key point: Port numbers live here. TCP = reliable (3-way handshake). UDP = fast but unreliable.
TCP vs UDP comparison sub-branch:
- TCP: three-way handshake (SYN, SYN-ACK, ACK), reliable, ordered, slower
- UDP: no handshake, no acknowledgment, faster, used for streaming/gaming/DNS
Layer 3: Network
PDU: Packet Protocols: IP (v4 and v6), ICMP, OSPF, EIGRP, BGP, IGMP Function: Logical addressing and routing between networks Devices: Routers, Layer 3 switches, firewalls Key point: IP addresses operate here; routing decisions made here
Layer 2: Data Link
PDU: Frame Protocols: Ethernet (802.3), Wi-Fi (802.11), PPP, 802.1Q (VLAN tagging), ARP Function: Physical addressing (MAC), error detection, framing, access to physical medium Devices: Switches (Layer 2), bridges, wireless access points Key point: MAC addresses operate here; switches make forwarding decisions based on MAC tables
Layer 1: Physical
PDU: Bit Protocols/Standards: Ethernet physical standards (1000BASE-T, 10GBASE-LR), USB, Bluetooth physical layer, cable types (Cat5e, Cat6, fiber) Function: Raw bit transmission over physical medium Devices: Hubs, repeaters, cables, modems Key point: Bits are converted to electrical signals, light pulses, or radio waves here
OSI Layer Comparison Table (For Mind Map Reference Node)
| Layer | Name | PDU | Devices | Protocols |
|---|---|---|---|---|
| 7 | Application | Data | None | HTTP, DNS, SMTP |
| 6 | Presentation | Data | None | TLS, JPEG |
| 5 | Session | Data | None | NetBIOS |
| 4 | Transport | Segment/Datagram | None | TCP, UDP |
| 3 | Network | Packet | Router, L3 switch | IP, ICMP |
| 2 | Data Link | Frame | Switch, bridge | Ethernet, 802.11 |
| 1 | Physical | Bit | Hub, repeater | Physical media |
Exam-Relevant OSI Associations
Firewall placement on the OSI model:
- Packet filter firewalls → Layer 3 (filter by IP)
- Stateful firewalls → Layer 4 (track TCP/UDP connections)
- Next-Generation Firewalls (NGFW) → Layer 7 (application-aware inspection)
- WAF (Web Application Firewall) → Layer 7 (HTTP-specific)
Attack types by OSI layer:
- Layer 7: SQL injection, XSS, CSRF, DDoS (application layer)
- Layer 4: SYN flood attack (TCP), UDP flood
- Layer 3: IP spoofing, routing attacks
- Layer 2: ARP poisoning, MAC flooding, VLAN hopping
- Layer 1: Physical cable tapping, jamming
Memory Tricks for the OSI Model
The two most common mnemonics:
Bottom to top (L1 to L7): "Please Do Not Throw Sausage Pizza Away" Physical, Data Link, Network, Transport, Session, Presentation, Application
Top to bottom (L7 to L1): "All People Seem To Need Data Processing" Application, Presentation, Session, Transport, Network, Data Link, Physical
Create a mind map node with these mnemonics for quick reference during final review.
Frequently Asked Questions
Why is the OSI model tested so heavily on networking certifications? The OSI model provides a framework for troubleshooting and for understanding where different protocols and technologies operate. Exam scenarios often describe a network problem and ask at which OSI layer it occurs, or ask which device or protocol is responsible for a specific function. The OSI model is also a prerequisite concept for understanding routing, switching, and security topics.
How does the OSI model relate to the TCP/IP model? The TCP/IP model has four layers that map to the OSI model: Link (Layers 1-2), Internet (Layer 3), Transport (Layer 4), and Application (Layers 5-7). The TCP/IP model is more commonly used in practice; the OSI model is more commonly referenced for conceptual explanation. Both appear on certifications.
Should I memorize every protocol at every OSI layer? You do not need to memorize every protocol at every layer, but you should know the major protocols at each layer and which layer they belong to. HTTP, HTTPS, FTP, SSH, DNS, DHCP, and SMTP are Layer 7. IP is Layer 3. TCP and UDP are Layer 4. Ethernet and Wi-Fi are Layer 2.
References
- CompTIA. (2024). CompTIA Network+ N10-009 Exam Objectives. https://www.comptia.org/certifications/network
- Cisco Systems. (2024). CCNA 200-301 Exam Topics: Networking Fundamentals. https://learningnetwork.cisco.com/s/ccna-exam-topics
- Lammle, T. (2024). CompTIA Network+ Study Guide: Exam N10-009. Sybex/Wiley.
- Odom, W. (2020). CCNA 200-301 Official Cert Guide, Volume 1. Cisco Press. Chapter 1: Introduction to TCP/IP.
- ISO/IEC. (1994). ISO/IEC 7498-1: Information technology -- Open Systems Interconnection -- Basic Reference Model. International Organization for Standardization.
- XMind. (2024). OSI model mind map template. https://xmind.app/
