Post

OSI model

The OSI (Open Systems Interconnection) model was developed by the International Organization for Standardization (ISO) in the 1980s. It was created with the intent to help developers standardize software and hardware in networking, making protocol development more rational and interoperable.

OSI layerDescriptionExample protocol
7ApplicationApplication layerHTTP, FTP, SMTP
6PresentationData representationSSL/TLS, JPEG, ASCII
5SessionInterhost communicationNetBIOS, PPTP, RPC
4TransportEnd-to-end connectionsTCP, UDP
3NetworkPath determinationIP, ICMP, IPSec
2Data LinkPhysical addressingEthernet, Wi-Fi (802.11)
1PhysicalMedia, signal, and binary transmissionEthernet (physical layer), DSL, USB

On the physical layer, data is sent as bits; on the data link layer, it is sent as frames; and on the network layer, it is sent as datagrams. PDU (Protocol Data Unit) refers to packets, which are the basic units of communication used in networking to transfer data across different layers of the OSI model.

This post is licensed under CC BY 4.0 by the author.

Trending Tags