S5. What is packet fragmentation and how is it handled in IPv4 vs IPv6? Flashcards

1
Q

What is packet fragmentation?

A

Packet fragmentation is the process in which large packets of data are broken down into smaller pieces to fit within the MTU of a network path

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

Why is packet fragmentation necessary?

A

Different networks and links may support different MTU sizes, and a packet larger than the MTU needs to be fragmented to ensure that it can be transmitted without being dropped

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

What is MTU?

A

Maximum Transmission Unit, the maximum size of a data packet that can be sent over a network path

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

What happens when a packet exceeds the MTU?

A

It gets dropped

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

How does fragmentation work in IPv4?

A

In Ipv4, fragmentation can occur both at the source and along the routers between the source and the destination. When a router receives a package larger than the MTU, it fragments the package and forwards each fragment separately.

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

How are fragmented IPv4 packets reassembled?

A

IPv4 headers include information used to manage fragmentation and reassembly. Each fragment carries a copy of the original header with modifications indicating its position in the original packet. The destination host can then use these headers to reassemble the fragments back into the original packet.

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

How does fragmentation work in IPv6?

A

In IPv6 routers do not perform fragmentation, instead it is handled solely by the source node. The source node ensures that each fragment is small enough to traverse the entire path without requiring any further fragmentation. This approach reduces the processing burden on intermediate routers and improves overall network performance.

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

Is IPv4 or IPv6 more efficient in terms of fragmentation?

A

IPv6 puts the responsibility for fragmentation on the source node, resulting in more streamlined and efficient handling of packet fragmentation. IPv4 allows intermediate routers to fragment packets, which can lead to inefficiencies and additional processing.

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