Encapsulation and the OSI Model Flashcards

1
Q

Do the contents of the website need to be split up into chunks to send it seamlessly to the client?

A

Yes

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

Where are the chunks of data stored at the transport layer?

A

Header

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

What is the data known as in a header?

A

Payload

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

Name the order of the contents inside a TCP header.

A

Source Port, Destination Port, Flags, Sequence Number, Acknowledgement Number, Payload.

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

What could this encapsulation process work like in a real-life example?

A

Sending a birthday card to a distant relative.

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

What are the flags in a header?

A

General information about the transaction and what’s happening in it.

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

What is a header known as at the transport layer?

A

A Segment

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

What particular type of header is at layer 4?

A

TCP Header

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

Where does the segment go to in a network layer header?

A

It becomes the payload.

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

Name the order of contents of information in a packet?

A

Source IP, Destination IP, TTL (Time to Live), Other Information, Payload

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

What is a network layer header known as?

A

A packet

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

What particular type of header is at layer 3?

A

IP Header

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

Where does the packet go in a data link layer header?

A

It becomes the payload.

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

What is a header known as at the data link layer?

A

A Frame

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

Name the order of contents in an Ethernet frame?

A

Source MAC Address, Destination MAC Address, Layer 3 Protocol, Payload

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

Name the most common type of header at the data link layer

A

An Ethernet header

17
Q

Are there different types of headers at layer 2?

A

Yes, for example there could be DOCSIS-3 header going from the cable modem out on the internet.

18
Q

What would happen to the packet when switching frames?

A

If would simply come out of the Ethernet frame and into the DOCSIS-3 frame.

19
Q

With an ethernet payload, is there a maximum amount of data that it can carry? If so, what is it known as?

A

Yes, there is, it’s known as an Ethernet MTU (Maximum Transmission Unit)

20
Q

What is the typical amount of MTU for an Ethernet frame?

A

1500 Bytes

21
Q

What happens when the frame is sent down to the physical layer?

A

It gets converted into binary, then into a signal based on the type of wire or even if it’s wireless.