OSI Top Layers Flashcards
What are the top three layers of the OSI model?
Application, Presentation, Session
These layers are responsible for network services, data formatting, and managing data exchange.
What is the primary function of the Application Layer?
Network services to user application (e.g., HTTP)
The Application Layer interfaces directly with the end-user applications.
What does the Presentation Layer do?
Formats data and performs encryption/decryption
It ensures that data is in a usable format for the receiving device.
What is the role of the Session Layer?
Manages data exchange and end-to-end connections
It keeps communication sessions organized and ensures synchronization.
What does HTTP stand for?
Hypertext Transfer Protocol
HTTP defines how web browsers request and receive web pages from servers.
What are the components of an HTTP request?
Start line, message headers, blank line, message body
This structure facilitates the communication between client and server.
True or False: HTTP is a stateful protocol.
False
HTTP transactions are stateless, meaning each request is independent.
What are the 4 types of HTTP requests?
- GET
- PUT
- DELETE
- POST
Each type of request serves a different function in data handling.
What is the function of the Domain Name System (DNS)?
Translates URLs into IP addresses
DNS allows users to access websites using human-readable addresses.
What protocols are commonly used for web browsing?
- HTTP
- HTTPS
HTTPS is the secure version of HTTP, using SSL/TLS for encryption.
What is the difference between lossless and lossy compression?
- Lossless: No data lost (e.g., PNG)
- Lossy: Some data lost (e.g., JPEG)
The choice of compression affects data quality and size.
What is the role of the Session Layer in video conferencing?
Keeps audio and video in sync
This ensures a smooth communication experience without delays.
What does authentication in the Session Layer involve?
Verifying user identity with usernames and passwords
This ensures that only authorized users can access the system.
What is the purpose of the Session Layer in file sharing?
Handles communication between devices
It enables organized data exchanges and manages sessions effectively.
What does the term ‘authorisation’ refer to in the Session Layer?
Controls what resources a user can access based on permissions
This is critical for maintaining security and privacy in systems.
What is the main purpose of the transport layer in the OSI model?
Segmentation, transfer and reassemble, uses ports and sockets
This layer ensures reliable data transfer between devices.
How does the Network Layer function in terms of addressing?
Uses logical addressing for path determination
This is essential for routing data packets across networks.
What kind of addressing does the Data Link Layer use?
Physical addressing
This layer prepares data for transmission over physical media.
What is the main function of the Physical Layer?
Media, signal and binary transmission
It deals with the actual physical connection and data transmission.