OSI Model Flashcards
1
Q
- this layer is composed of the signal being transmitted, cabling, connectors, and hubs.
- the physical links that enable bit transmission between devices
A
Layer 1 - physical layer
PDU = bit
2
Q
- simple switches operate at this layer
- data is formatted and prepared for transmission
- typically includes error detection and correction to ensure reliable delivery of data
A
Layer 2 - data link layer
PDU = frame (if using Ethernet)
3
Q
- Layer responsible for logical addressing
- provides connectivity and path selection between two host systems
- fragments packets to be sent across network
A
Layer 3 - network layer
PDU = packet
4
Q
- segmentation, transfer, and reassembling of data between end devices happens here
- common to use TCP and/or UDP
A
Layer 4 - transport layer
PDU = segment of TCP and data gram of UDP
5
Q
- establishes, manages, and terminates sessions between two communicating hosts
- synchronizes dialog between presentation layer of two hosts and manages data exchange
A
Layer 5 - session layer
6
Q
- translates lower level data into a format the application layer can use
- character encoding happens at this layer
A
Layer 6 - presentation layer
7
Q
- does not provide services for any other OSI model layer
* provides network services to the applications of the user
A
Layer 7 - application layer