OSI Top Layers Flashcards

1
Q

What are the top three layers of the OSI model?

A

Application, Presentation, Session

These layers are responsible for network services, data formatting, and managing data exchange.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the primary function of the Application Layer?

A

Network services to user application (e.g., HTTP)

The Application Layer interfaces directly with the end-user applications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does the Presentation Layer do?

A

Formats data and performs encryption/decryption

It ensures that data is in a usable format for the receiving device.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the role of the Session Layer?

A

Manages data exchange and end-to-end connections

It keeps communication sessions organized and ensures synchronization.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does HTTP stand for?

A

Hypertext Transfer Protocol

HTTP defines how web browsers request and receive web pages from servers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the components of an HTTP request?

A

Start line, message headers, blank line, message body

This structure facilitates the communication between client and server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

True or False: HTTP is a stateful protocol.

A

False

HTTP transactions are stateless, meaning each request is independent.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the 4 types of HTTP requests?

A
  • GET
  • PUT
  • DELETE
  • POST

Each type of request serves a different function in data handling.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the function of the Domain Name System (DNS)?

A

Translates URLs into IP addresses

DNS allows users to access websites using human-readable addresses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What protocols are commonly used for web browsing?

A
  • HTTP
  • HTTPS

HTTPS is the secure version of HTTP, using SSL/TLS for encryption.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the difference between lossless and lossy compression?

A
  • Lossless: No data lost (e.g., PNG)
  • Lossy: Some data lost (e.g., JPEG)

The choice of compression affects data quality and size.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the role of the Session Layer in video conferencing?

A

Keeps audio and video in sync

This ensures a smooth communication experience without delays.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does authentication in the Session Layer involve?

A

Verifying user identity with usernames and passwords

This ensures that only authorized users can access the system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the purpose of the Session Layer in file sharing?

A

Handles communication between devices

It enables organized data exchanges and manages sessions effectively.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does the term ‘authorisation’ refer to in the Session Layer?

A

Controls what resources a user can access based on permissions

This is critical for maintaining security and privacy in systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the main purpose of the transport layer in the OSI model?

A

Segmentation, transfer and reassemble, uses ports and sockets

This layer ensures reliable data transfer between devices.

17
Q

How does the Network Layer function in terms of addressing?

A

Uses logical addressing for path determination

This is essential for routing data packets across networks.

18
Q

What kind of addressing does the Data Link Layer use?

A

Physical addressing

This layer prepares data for transmission over physical media.

19
Q

What is the main function of the Physical Layer?

A

Media, signal and binary transmission

It deals with the actual physical connection and data transmission.