OSI Model Flashcards
OSI Model: What are the 7 Layers of the OSI Model starting with the top layer?
- Application Layer
- Presentation Layer
- Session Layer
- Transport Layer
- Network Layer
- Data Link Layer
- Physical Layer
OSI Model: What is Layer 7?
Application Layer - Human-computer interaction layer, where applications can access the network services
OSI Model: What is Layer 6?
Presentation Layer - Ensures that data is in a usable format and is where data encryption occurs
OSI Model: What is Layer 5?
Session Layer - Maintains connections and is responsible for controlling ports and sessions
OSI Model: What is Layer 4?
Transport Layer - Transmits data using transmission protocols including TCP and UDP
OSI Model: What is Layer 3?
Network Layer - Decides which physical path the data will take
OSI Model: What is Layer 2?
Data Link Layer - Defines the format of data on the network
OSI Model: What is Layer 1?
Physical Layer - Transmits raw bit stream over the physical medium
OSI Model: What is the difference between Layer 3 and Layer 2?
Layer 3 is the Network Layer and it decides which physical path the data will take
Where as
Layer 2 is the Data Link Layer and it defines the format of data on the network
Human-computer interaction layer, where applications can access the network services. Protocols are the Hypertext Transfer Protocol (HTTP), File Transfer Protocol (FTP), Post Office Protocol (POP), Simple Mail Transfer Protocol (SMTP), and Domain Name System (DNS).
Application Layer 7
Ensures that data is in a usable format and is where data encryption occurs. It defines how two devices should encode, encrypt, and compress data so it is received correctly on the other end.
Presentation Layer 6
Maintains connections and is responsible for controlling ports and sessions. It is responsible for opening sessions, ensuring they remain open and functional while data is being transferred, and closing them when communication ends.
Session Layer 5
Transmits data using transmission protocols including TCP and UDP. It is responsible for reassembling the segments on the receiving end, turning it back into data that can be used by the session layer.
Transport Layer 4
Decides which physical path the data will take. Breaking up segments into network packets, and reassembling the packets on the receiving end. Routing packets by discovering the best path across a physical network. It typically uses IP address to route packets to a destination.
Network Layer 3
Defines the format of data on the network. Establishes and terminates a connection between two physically-connected nodes on a network. It breaks up packets into frames and sends them from source to destination. MAC is on this layer
Data Link Layer 2