Ask Question
23 September, 10:51

Consider sending a 10000-byte datagram into a link that has an MTU of 4468 bytes. Suppose the original datagram is stamped with the identification number 218. How many fragments are generated? What are the values in the various fields in the IP datagram (s) generated related to fragmentation?

+4
Answers (1)
  1. 23 September, 11:09
    0
    Number of fragments is 3

    Explanation:

    The maximum size of data field in each fragment = 4468 - 20 (IP Header)

    = 4448 bytes

    Hence, the number of required fragment = (10000 - 20) / 4448

    = 3

    Fragment 1

    Id = 218

    offset = 0

    total length = 4468 bytes

    flag = 1

    Fragment 2

    Id = 218

    offset = 556

    total length = 4468 bytes

    flag = 1

    Fragment 3

    Id = 218

    offset = 1112

    total length = 1144 bytes

    flag = 0
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Consider sending a 10000-byte datagram into a link that has an MTU of 4468 bytes. Suppose the original datagram is stamped with the ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers