OSI Model

Status: draft · Confidence: low (0.43) · Basis: verified_sources

Quality notes: generic_source_homepage, no_verified_sources, partial_source_verification




## TL;DR

The OSI (Open Systems Interconnection) model describes 7 layers of network communication. While not literally implemented, it's the standard mental model for understanding networking. Layers: Physical, Data Link, Network, Transport, Session, Presentation, Application.

## Core Explanation

Layer 1: cables, radio, bits on wire. Layer 2: MAC addresses, switches. Layer 3: IP addresses, routers. Layer 4: TCP/UDP, ports. Layers 5-7: often merged in TCP/IP model. TCP/IP model (4 layers): Link, Internet, Transport, Application — simpler, maps directly to real implementations.

## Further Reading

-

## Related Articles

- [GPT (Generative Pre-trained Transformer) Model Family](../../ai/gpt-models.md)
- [Large Language Model Training: Scaling Laws, Data Curation, and Compute](../../ai/large-language-model-training-scaling-laws-data-curation-and-compute.md)
- [Model Context Protocol (MCP)](../../ai/mcp.md)