1,913 views
1 votes
1 votes

Assume a datagram of length 5*103 bytes needs to pass through five networks to reach its destination. The MTU’s of each network is 1000, 820, 850, 950 and 900 respectively. Then at destination how many datagrams has to reached and what is the offset value of 3rd fragment after fragmentation?

  1.   7, 200
  2.   6, 400
  3.  6,  300

1 Answer

Best answer
1 votes
1 votes
even if we fragment a/c to 1000 bytes, again we have to do fragmenation for 820 byte

so its better we pick minimum MTU which is 820 bytes

size of data = 800

size of datagram = 5000 bytes (data=4080byte and header =20 byte)

now 4080 is fragmented into 6 fragments which are 800,800,800,800,800 and last is 80 byte

so 6 fragment will reach to destination and

offset of 3rd fragment = total data ahead of it/8

                                =(800 + 800) /8

                                = 200
selected by

Related questions

0 votes
0 votes
0 answers
1
mridul_negi asked Feb 25
131 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
541 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,481 views
Which of the following statements are True ?