๐ŸŽ New User? Get 20% off your first purchase with code NEWUSER20 ยท โšก Instant download ยท ๐Ÿ”’ Secure checkout Register Now โ†’
Menu

Categories

Networking Beginner

What is OSI Model?

The seven-layer Open Systems Interconnection model that standardizes network communication functions from physical transmission to application protocols.

The OSI model divides networking into seven abstraction layers: Layer 1 Physical (cables, signals), Layer 2 Data Link (Ethernet frames, MAC addresses), Layer 3 Network (IP packets, routing), Layer 4 Transport (TCP/UDP segments, ports), Layer 5 Session (connection management), Layer 6 Presentation (encryption, compression), and Layer 7 Application (HTTP, DNS, SMTP). Each layer serves the layer above it and is served by the layer below. While the internet primarily follows the simpler TCP/IP model (4 layers), the OSI model remains the standard framework for discussing and troubleshooting network issues by layer.

Related Terms

CIDR Notation
A compact method for specifying IP addresses and their associated routing prefix using a slash followed by the prefix length.
Traceroute
A network diagnostic tool that shows the path packets take from source to destination, listing each hop along the way.
DNS over HTTPS (DoH)
A protocol that encrypts DNS queries by sending them over HTTPS, preventing eavesdropping and manipulation of DNS traffic.
DNS Propagation
The time it takes for DNS record changes to spread across all DNS servers worldwide, typically taking up to 48 hours.
Overlay Network
A virtual network built on top of an existing physical network, enabling features like container networking and VPNs.
Proxy Server
An intermediary server that forwards requests between clients and destination servers, providing caching, filtering, or anonymity.
View All Networking Terms โ†’