421 views

1 Answer

0 votes
0 votes
See total size of message is  4500 now it will pass through first network which has MTU of 2500 so first fragment will be  2480  bytes of data and rest 20 bytes will be header and next fragment will be 2020 bytes of data and 20 bytes of header . now At network layer 2 whose MTU is 1500 bytes so first fragment which is of 2480 bytes data is fragmented into 1480 bytes data and 20 bytes header. second fragment it will be 1000 bytes of data and 20 bytes header so total of 2480 of first fragment of network 1 is complete. now coming to second fragment of 2020 bytes it will be split into 1480 bytes data and 20 bytes header so this is our third fragment and fourth fragment will be 540 bytes of data and 20 bytes header. now for 3 rd fragement data which is ahead of third fragment is 1480+1000 =2480 bytes so fragment offset of third one is 2480/8=310. So Our final answer is 310.

Related questions

0 votes
0 votes
0 answers
1
mridul_negi asked Feb 25
130 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
2
rayhanrjt asked Dec 13, 2022
539 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...
0 votes
0 votes
1 answer
3
0 votes
0 votes
3 answers
4
Mayankprakash asked Dec 26, 2018
1,373 views
How segmentation and fragmentation are different in computer networksPlease help!