1,330 views
2 votes
2 votes

1 Answer

Best answer
4 votes
4 votes
820 bytes is the data which comes to network layer of P. at network layer 20 more bytes of IP header is added.
at P-R1 max MTU is 1024-DLL header = 1012 bytes. this includes IP header also. we need to fit 820 bytes in 1012-20 bytes
but, as 992>820 no need to do fragmetation
 R1-R2 contains 256-8 is max MTU= 248 B. this includes IP header also. max data it can support is 228 bytes
but 228 is not divisiible by 8
so divide 820 4 parts.. 224,224,224,148.. each of these packet gets 20 bytes IP header+ 8 bytes DLL header.
R2-Q max MTU is 500 bytes. no need to do fragmentation
1)224+20+8
2)224+20+8
3)224+20+8
4)148+20+8
total 932 bytes
selected by

Related questions

0 votes
0 votes
0 answers
1
mridul_negi asked Feb 25
102 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
516 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
2 answers
3
Na462 asked Dec 2, 2018
1,393 views
Which of the following statements are True ?