1-5 ENCAPSULATION AND DECAPSULATION Flashcards

1
Q

What is encapsulation in the context of the OSI model?

A

Involves wrapping data with protocol information as it descends OSI layers.

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

What occurs during the decapsulation process?

A

Data ascends OSI layers in the receiving device and each layer removes its corresponding header or footer.

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

What does each OSI layer add during encapsulation?

A

A header or footer with specific control information.

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

What is the purpose of encapsulation?

A

Ensures correct data interpretation and handling across network systems.

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

What is the role of the Application Layer in encapsulation?

A

Encapsulates data with application-specific protocols like HTTP, SMTP, or FTP.

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

What information does the Presentation Layer add during encapsulation?

A

Format and encryption information, ensuring data can be correctly interpreted.

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

What is included in the Session Layer during encapsulation?

A

Control tokens and synchronization data, managing dialogue between systems.

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

What does the Transport Layer introduce in the encapsulation process?

A

Segments or datagrams, adding source and destination port numbers for communication endpoints.

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

What happens at the Network Layer during encapsulation?

A

Encapsulates into packets, adding logical addressing information with IP headers for routing.

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

What is the function of the Data Link Layer in encapsulation?

A

Frames the packet, adding MAC addresses and error-checking information like CRC.

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

What does the Physical Layer do in the encapsulation process?

A

Converts frames into electrical, radio, or optical signals for transmission over physical media.

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

What are Service Data Units (SDUs)?

A

Data passed from a higher layer to a lower layer, considered the payload for transmission.

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

Give an example of an SDU in the Application Layer.

A

A user’s text message in an instant messaging application.

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

What is a Protocol Data Unit (PDU)?

A

Formed when each layer encapsulates the SDU by adding its specific header or footer.

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

Provide an example of a PDU in the Application Layer.

A

The text message with HTTP headers if being sent via a web service.

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

What does the encapsulation process convert SDUs into?

A

PDUs, adding layer-specific control information as the data descends through OSI layers.

17
Q

What happens during the decapsulation process?

A

Strips off headers or footers from PDUs, converting them back into SDUs as data ascends through OSI layers.