Encapsulation and Decapsulation Flashcards

(18 cards)

1
Q

Encapsulation

A

Process of adding headers (and sometimes footers) as data moves down the OSI layers.

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

Decapsulation

A

Process of removing headers and processing data as it moves up the OSI layers.

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

Application Layer (OSI)

A

Generates data (e.g., HTML, HTTP); this is the payload.

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

Presentation Layer (OSI)

A

Formats, compresses, or encrypts the data.

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

Session Layer (OSI)

A

Manages sessions and maintains connection parameters.

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

Transport Layer (OSI)

A

Adds transport header (e.g., TCP/UDP) - data becomes a segment.

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

Adds transport header (e.g., TCP/UDP) - data becomes a segment.

A

Adds IP header - data becomes a packet.

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

Data Link Layer (OSI)

A

Adds MAC addresses and frame header/trailer - data becomes a frame.

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

Q: Physical Layer (OSI)

A

A: Converts the frame into bits and sends it over the media.

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

Segment

A

A: The data unit at the Transport Layer.

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

Packet

A

A: The data unit at the Network Layer.

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

Frame

A

A: The data unit at the Data Link Layer.

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

Q: Bit

A

A: The data unit at the Physical Layer.

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

Q: PDU (Protocol Data Unit)

A

A: The formatted data unit at each OSI layer.

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

Q: SDU (Service Data Unit)

A

A: Data handed down from the layer above to the next layer.

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

BPDU

A

A: Bridge Protocol Data Unit, used in Spanning Tree Protocol at Layer 2.

17
Q

Q: Encapsulation Analogy

A

A: Like Russian nesting dolls or onion layers - each layer wraps the one above.

18
Q

Decapsulation Analogy

A

A: Unwrapping the nesting dolls - each layer removes and processes its header.