NetworkingNetwork+

OSI Model for CompTIA Network+ N10-009

The OSI (Open Systems Interconnection) model is one of the highest-yield topics on the CompTIA Network+ N10-009 exam, appearing in questions across all five domains. Understanding each of the seven layers — what they do, which protocols operate there, and which devices work at each layer — is essential for troubleshooting questions that ask you to identify where a problem occurs. Unlike CCNA, Network+ tests conceptual recognition: you need to identify layers from symptoms, not configure devices.

10 min
3 sections · 7 exam key points
3 practice questions

The Seven OSI Layers

The OSI model divides network communication into seven distinct layers, each responsible for a specific function. From bottom to top: Physical (Layer 1), Data Link (Layer 2), Network (Layer 3), Transport (Layer 4), Session (Layer 5), Presentation (Layer 6), and Application (Layer 7). The mnemonic 'Please Do Not Throw Sausage Pizza Away' reads bottom-to-top; reversed: 'All People Seem To Need Data Processing.'

Layer 1 (Physical) deals with raw bits — electrical signals, light pulses, or radio waves. It defines cables, connectors, voltage levels, and signal timing. Hubs operate at Layer 1 by blindly repeating signals. Layer 2 (Data Link) handles frames and physical addressing (MAC addresses). Switches and bridges work at Layer 2, making forwarding decisions based on MAC tables. The LLC and MAC sub-layers exist here.

Layer 3 (Network) is responsible for logical addressing (IP addresses) and routing between networks. Routers operate at Layer 3. Layer 4 (Transport) manages end-to-end communication, segmentation, flow control, and error recovery. TCP (reliable) and UDP (connectionless) are the key Layer 4 protocols.

Layers 5–7 are often collapsed in practice. Layer 5 (Session) establishes, maintains, and terminates sessions between applications. Layer 6 (Presentation) handles data translation, encryption/decryption, and compression — SSL/TLS operates conceptually here. Layer 7 (Application) provides network services directly to applications — HTTP, DNS, SMTP, FTP are all Layer 7 protocols.

Protocol Data Units (PDUs)

Each OSI layer uses a specific term for its data unit. Knowing PDU names helps answer troubleshooting questions. Layer 1: Bits. Layer 2: Frames. Layer 3: Packets. Layer 4: Segments (TCP) or Datagrams (UDP). Layers 5–7: Data. When a host sends data, it encapsulates at each layer going down; the receiving host decapsulates going up.

Network+ exam questions often ask: 'A technician captures traffic and sees malformed frames — at which OSI layer is the problem?' Answer: Layer 2. If IP addresses are incorrect: Layer 3. If a port is unreachable: Layer 4. If a web page won't load but ping works: Layer 7.

Devices and Their OSI Layers

Matching devices to layers is a frequent exam question. Hub: Layer 1 (repeats electrical signals). Switch: Layer 2 (forwards by MAC address). Router: Layer 3 (routes by IP address). Multilayer switch: Layers 2 and 3. Firewall: typically Layer 3–4 (packet filtering) or Layer 7 (application-aware). Wireless access point: Layer 2. Proxy server: Layer 7. Network adapter (NIC): Layers 1–2.

A question stating 'which device operates at the same layer as a switch?' — the answer is a bridge (both Layer 2). A hub and a repeater both operate at Layer 1.

OSI Layer Quick Reference

LayerNamePDUKey Protocols/Devices
7ApplicationDataHTTP, FTP, DNS, SMTP
6PresentationDataSSL/TLS, JPEG, MPEG
5SessionDataNetBIOS, RPC, PPTP
4TransportSegment/DatagramTCP, UDP
3NetworkPacketIP, ICMP, Routers
2Data LinkFrameEthernet, MAC, Switches
1PhysicalBitsCables, Hubs, NICs

Key exam facts — Network+

  • OSI layer mnemonics: bottom-up = 'Please Do Not Throw Sausage Pizza Away'; top-down = 'All People Seem To Need Data Processing'
  • Switches operate at Layer 2; routers at Layer 3; hubs at Layer 1
  • TCP and UDP are Layer 4 Transport layer protocols
  • SSL/TLS encryption is conceptually at Layer 6 (Presentation)
  • HTTP, DNS, FTP, SMTP are all Layer 7 Application layer protocols
  • Frames (L2) contain packets (L3) which contain segments (L4) — encapsulation goes downward
  • Network+ troubleshooting questions often ask you to identify the OSI layer of a symptom

Common exam traps

Routers operate at Layer 2

Routers operate at Layer 3 (Network layer) using IP addresses; Layer 2 is Data Link (switches/bridges)

SSL/TLS is a Layer 4 protocol

SSL/TLS operates conceptually at Layer 6 (Presentation), though in practice it spans multiple layers in TCP/IP

The OSI model is used for actual packet transmission

TCP/IP is used in practice; the OSI model is a reference framework for conceptualizing and troubleshooting

Practice questions — OSI Model

These questions are representative of what you will see on Network+ exams. The correct answer and explanation are shown immediately below each question.

Q1.A user reports that they can ping a server by IP address but cannot browse to its website. At which OSI layer is the most likely problem?

A.Layer 1 – Physical
B.Layer 3 – Network
C.Layer 4 – Transport
D.Layer 7 – Application

Explanation: Ping (ICMP) working confirms Layers 1–3 are functional (physical connectivity, data link, and IP routing). Since browsing (HTTP) fails while IP connectivity works, the issue is at Layer 7 (Application) — the web service is down, a wrong URL, or a firewall blocking port 80/443.

Q2.Which OSI layer is responsible for logical addressing and routing packets between different networks?

A.Layer 2 – Data Link
B.Layer 3 – Network
C.Layer 4 – Transport
D.Layer 5 – Session

Explanation: Layer 3 (Network) handles logical addressing (IP addresses) and routing. Routers operate at this layer, making forwarding decisions based on destination IP addresses. Layer 2 uses MAC addresses for local delivery; Layer 4 manages end-to-end communication between applications.

Q3.What is the correct PDU name for data at OSI Layer 2?

A.Bit
B.Packet
C.Frame
D.Segment

Explanation: Layer 2 (Data Link) PDU is a Frame, which encapsulates the Layer 3 packet and adds source/destination MAC addresses plus a Frame Check Sequence. Bits are Layer 1, Packets are Layer 3, and Segments are Layer 4 (TCP).

Frequently asked questions — OSI Model

Do I need to memorize the OSI layers for Network+?

Yes — the OSI model is foundational and appears directly or indirectly across all five exam domains. Memorize layer numbers, names, PDU names, protocols, and devices for each layer. The mnemonic 'Please Do Not Throw Sausage Pizza Away' (bottom-up) is the most commonly used.

What is the difference between the OSI model and TCP/IP model?

The OSI model has 7 layers (theoretical reference model). The TCP/IP model has 4 layers: Network Access (combines OSI L1+L2), Internet (OSI L3), Transport (OSI L4), and Application (combines OSI L5+L6+L7). Network+ tests both models — know how they map to each other.

Practice this topic

Test yourself on OSI Model

JT Exams routes you to questions in your exact weak areas — automatically, after every session.

No credit card · Cancel anytime

Related certification topics