Networks Foundation
Build a first mental model of communication layers and packet encapsulation.
Create the foundational layer model used in all deeper networking and security analysis.
Click the numbered markers on each diagram to explore the concept step by step.
Layer models are the fastest way to debug and communicate networking issues.
Common confusion: OSI is implementation
Fix: OSI is conceptual model; TCP/IP is practical stack used on internet.
Common confusion: Encapsulation direction
Fix: Sender goes down layers; receiver goes up layers.
OSI 7-Layer Model
← Encapsulation (down) · Decapsulation (up) →
OSI vs TCP/IP
TCP/IP
OSI (equiv.)
| OSI | TCP/IP | Primary Function |
| Application + Presentation + Session | Application | App protocol and data formatting |
| Transport | Transport | End-to-end transport via TCP/UDP |
| Network | Internet | Logical addressing and routing |
| Data Link + Physical | Network Access | Frame delivery and signaling |