1.1.1 - Data Communication Flashcards

1
Q

Describe the process of encapsulation/decapsulation.

A

With encapsulation - as data is being pushed to other computers across the network, the “app data” gets encapsulated, layers 2-4 adds their own header and payload. Thus, the “app data” is encapsulated and sent across the network to its target destination.

With decapsulation - once the encapsulated data reaches its intended target/destination, it “decaps” all the other headers, pulling back until it gets to the “app data.” Only leaving the

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

What us a TCP Flag? Describe its function.

A

A TCP flag is a header that describes/identifies the payload and how the data should be processed via the network. The TCP head containers certain information to be processed within the payload.

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

What is a payload?

A

A payload is whatever that data is within the header. Example: HTTPS (email) data within layers 5-7.

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

What is the term MTU? Describe it.

A

Maximum Transmission Unit (MTU). It is used to describe the maximum amount of IP packets to transmit through a threshold.

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

What slows down transmission of data? What happens when you lose a fragment?

A

Fragmentation. If you were to lose a fragment, the whole packet is lost and requires overhead along the path.

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