571 views
1 votes
1 votes
When calculating fragmentation offset, we try to make the size of frame multiple of 8.

Can someone tell me when to remove bits and make it multiple of 8 and when to pad bits and make it multiple of 8?

By default, do we try to remove bits first or pad bits first ?

1 Answer

1 votes
1 votes
It is depend on the situation
1. If it is first fragement  if it is not multiple of 8 in such case remove bit from fragement

2. If it is last pad bit because we have data less than MTU so why we increase unnecessary fragement best option to pad bit.

Related questions

1 votes
1 votes
2 answers
2
0 votes
0 votes
0 answers
3
mridul_negi asked Feb 25
124 views
A packet has arrived in which the offset value is 100. Then what's the number of 1st Byte?
1 votes
1 votes
1 answer
4
rayhanrjt asked Dec 13, 2022
536 views
Suppose a 22-byte packet is to be transmitted through a network of MTU = 3byte. The elementary fragment size is 1 byte. Show the segment numbering of the above packet. Pa...