1/33
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
OSI layers (top to bottom)
7 Application, 6 Presentation, 5 Session, 4 Transport, 3 Network, 2 Data Link, 1 Physical. Mnemonic: "Please Do Not Throw Sausage Pizza Away"
PDU names by layer
Protocol Data Unit. The name data goes by at each layer: Data (Application/Presentation/Session), Segment (TCP) or Datagram(UDP) (Transport), Packet (Network), Frame (Data Link), Bits (Physical). Mnemonic: "Don't Stop Pouring Free Beer."
Layer 7 – Application
The entry point where user applications access network services. Handles interfacing with user apps, network management, and remote access. Because it's the most exposed layer, it's a common target for attackers. (Web browsing, Remote Access, Email Communication, File Transfers)
Layer 5 – Session
Sets up, maintains, and tears down sessions (conversations) between applications. Manages dialog control: simplex, half duplex, and full duplex. (Online Banking, Remote Terminal Access (SSH))
TCP vs UDP
Transmission Control Protocol (TCP) is connection-oriented and reliable (uses flags, guarantees ordered delivery). User Datagram Protocol (UDP) is connectionless and best-effort (faster, no delivery guarantee). Both operate at Layer 4 (Transport).
POP3 port
110 — Post Office Protocol version 3, the device receives email, email goes to the email server, email server sends it to end device to download, and the server deletes its copy of the email.
Simplex
One-way only. Data flows in a single direction and never the other way. (Keyboard sending data to computer)
Half Duplex
This is a two way, but only one direction at a time. (Walkie-talkie)
Full duplex
Two-way simultaneously. Both sides can send and receive at the same time with no waiting. (Phone call, modern Ethernet)