OSI Model Flashcards
OSI Model Layer 1
Physical Layer
PDU = symbol
function: transmission and reception of raw bit streams over a physical medium
example: full-duplex, RJ45
OSI Model Layer 2
Data Link Layer
PDU = frame
function: reliable transmission of data frames between 2 nodes connected by a physical layer
example: ARP, token ring, bit stuffing, CRC, ethernet
OSI Model Layer 3
Network Layer
PDU = Packet
function: structuring and managing a multi-node network, including addressing, routing, and traffic control
protocols: IP, ICMP, RIP
OSI Model Layer 4
Transport Layer
PDU = segment, datagram
function: reliable transmission of data segments between points on a network, including segmentation, acknowledgement, and multiplexing
example: NetBios Frames
protocols: TCP, UDP
OSI Model Layer 5
Session Layer
PDU = data
function: managing communication sessions (i.e. continuous exchange of info in the form of multiple back and forth transmissions between 2 nodes)
protocols: sockets
OSI Model Layer 6
Presentation Layer
PDU = data
function: translation of data between a networking service and an application; including character encoding, data compression, and encryption/decryption
protocols: SSL, TLS
OSI Model Layer 7
Application Layer
PDU = data
function: high-level APIs, including resource sharing, remote file access
example: HTTP, websocket
OSI Model Host Layers
Layers 7 - 4
7 application
6 presentation
5 session
4 transport
OSI Model Media Layers
Layers 3 - 1
3 network
2 data link
1 physical