OSI Model (for final exam) Flashcards
1
Q
Layer 1
A
- Physical - Transmission and reception of raw bit streams over a physical medium - sends bits
EX: DSL, USB
2
Q
Layer 2
A
- Data link - Reliable transmission of data frames between two nodes connected by a physical layer - sends bits or frames
EX: PPP, IEEE 802.2, L2TP
3
Q
Layer 3
A
- Network - Structuring and managing a multi-node network, including addressing, routing and traffic control - sends packets or datagrams
EX: IPv4, IPv6, IPsec, AppleTalk
4
Q
Layer 4
A
- Transport - Reliable transmission of data segments between points on a network, including segmentation, acknowledgement and multiplexing - sends segments
EX: TCP, UDP
5
Q
Layer 5
A
- Session - Managing communication sessions, i.e. continuous exchange of information in the form of multiple back-and-forth transmissions between two nodes - sends data
EX: RPC, PAP
6
Q
Layer 6
A
- Presentation - Translation of data between a networking service and an application; including character encoding, data compression and encryption/decryption - sends data
EX: ASCII, EBCDIC, JPEG
7
Q
Layer 7
A
- Application - High-level APIs, including resource sharing, remote file access, directory services and virtual terminals - sends data
EX: HTTP, FTP, SMTP