osi model Flashcards
what layer do frames get fragmented
layer 3 network layer
what does layer 3 work with
ip address, routers, packets
What is OSI Model short for?
Open Systems Interconnect Model
What are the 7 OSI model layers?
Application
Presentation
Session
Transport
Network
Data Link
Physical
What are the upper layers?
Application
Presentation
Session
What are the lower layers?
Transport
Network
Data Link
Physical
What does the OSI Application layer do?
Provides network services to the end host’s applications
makers sure applications can communicate with other applications on different networks
eg - Email, FTP, Telnet
What does the OSI Presentation layer do?
Ensures that data can be understood between two end hosts
reformatting, compressing, encrypting
eg - ASCII character encoding
What does the OSI Session layer do?
Manages sessions between end hosts
control and tunneling protocols happen here
eg - Web server tracking its open connects to web browser clients
What does the OSI Transport layer do?
1) Breaks up data between sender and receiver into smaller parts
2) Establishes end to end connectivity
3) Can ensure reliable delivery (ie - error detection and retransmission)
What is segmentation?
The process used by Layer 4 (Transport layer) to break data between sender and receiver into smaller parts
Name two layer 4 protocols
TCP (Transmission Control Protocol)
UDP (User Datagram Protocol)
What OSI layer do TCP and UDP work at?
Layer 4 (Transport)
What does the OSI Network layer do?
- Provides connectivity and path selection (eg - routing)
- Defines logical addressing (eg - IPv4 and IPv6 addresses)
What layer do IPv4 and IPv6 work at?
Layer 3 - Network layer