1.1 Encapsulation & Decapsulation Flashcards

1
Q

What is a PDU

A

PDU is Protocol Data Unit.
describes the form that any packet is in as it moves through the TCP/IP models layers.

EX: PDU for the physical layer is bits. PDU for the data link layer is a frame. PDU for the network layer is packets

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

Describe Encapsulation

A

Encapsulation is known as Data being sent from the user starting with
Application Data at layer 5,6,7
TCP Headers on Layer 4
IP Header on the Left side on Layer 3
Frame Header on both sides in Layer 2

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

Describe Decapsulation

A

Decapsulation describes Data that is being recived by the user starting with
Layer 2 removing the frame header on both sides
Layer 3 removing the ip Header on the left side
Layer 4 Removing the TCP Header on the left side
Layer 5,6,7 Receiving the Application Data

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

What is TCP Flags

A

TCP Flags are within TCP Header within transfer process
containing information to indicate a particular connection state or provide additional information.

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

What is MTU

A

MTU is Maximum transmission Unit
which defines the max size that a data can be before its Fragmented
The default standard value is 1500 bytes. However, you can increase the payload size of the packet, which allows you to send more data and increase the data transfer rates.

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