S7. What is an MTU, what are typical values, and how is it different from MSS? Flashcards

1
Q

What is MTU?

A

MTU stands for Maximum Transmission Unit and is the maximum size of a data packet or frame that can be sent in a single network transmission without requiring fragmentation

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

What happens if a packet exceeds the MTU?

A

It gets fragmented

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

How is MTU measured?

A

In bytes

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

Why is MTU important?

A

MTU is critical in networking as it directly affects the efficiency and speed of data transmission.

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

What is the MTU value based on?

A

The network type

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

What is the standard MTU value?

A

It depends on the network type. The standard MTU for Ethernet networks is 1500 bytes. This means that the largest IP packet that can be sent over an Ethernet link without fragmentation is 1500 bytes. Other network types may have different MTU values. WLAN’s for example typically have an MTU of 2304 bytes.

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

What is the standard MTU for Ethernet networks?

A

1500 bytes

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

What is the standard MTU for WLANs?

A

2304 bytes

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

What is MSS?

A

MSS stands for Maximum Segment Size. It refers to the largest amount of data that can be received in a single TCP segment, excluding TCP and IP headers.

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

How is MSS calculated?

A

By subtracting the combined size of the IP and TCP headers from the MTU.

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

What is a typical value for an MSS?

A

With an MTU of 1500 bytes on an Ethernet network, and assuming the TCP and IP headers are 20 bytes each, the MSS would be 1460 bytes.

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

What is the difference between MTU and MSS?

A

The difference between MTU and MSS lies in their scope and application. MTU is a general network parameter applicable to any type of data packet, determining the maximum packet size that can be transmitted in one piece. MSS is specific to the TCP protocol and specifies the maximum amount of payload data that TCP can handle without requiring fragmentation at the network layer.

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

What happens if a segment exceeds the MSS?

A

It gets dropped

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

Why is proper configuration of MTU and MSS values important?

A

For optimizing network performance and avoiding issues with packet fragmentation and retransmission.

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