Question

If you send a 2500 byte datagram into a link with an MTU of 700 bytes...

If you send a 2500 byte datagram into a link with an MTU of 700 bytes stamped with an identification number of 422, how many fragments are generated, what values do the identification, offset and fragment flag take on and what is the size of each fragment. in simple language please.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

SOLUTION:-

Assume that IP Header = 20 bytes

Original Datagram = 2500 bytes, Now we will subtract 20 bytes for header that will leave 2500 - 20 = 2480 bytes

MTU = 700 bytes, 700 - 20 = 680 bytes of data can be transmitted in each packet.

Therefore, ceiling(2480 / 680) = 4 packets are required to transmit the data.

Offset is measured in 8 byte blocks. Each fragment will have Identification number 422. Each fragment except the last one will be of size 700 bytes (including IP header). The last datagram will be of size 460 bytes (including IP header). [ ((700-20)*3) + (460-20) = 2480 bytes].

The offsets of the 4 fragments will be 0, 85, 170, 255. Each of the first 3 fragments will have flag=1, the last fragment will have flag=0 .

1st fragment = 0

2nd fragment = 680 / 8 = 85

3rd fragment = 85 + 85 = 170

4th fragment = 170 + 85 = 255

========================================================================

Add a comment
Know the answer?
Add Answer to:
If you send a 2500 byte datagram into a link with an MTU of 700 bytes...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Problem 14: Consider sending a 2400-byte datagram into a link that has an MTU of 800 bytes. Suppose that the original d...

    Problem 14: Consider sending a 2400-byte datagram into a link that has an MTU of 800 bytes. Suppose that the original datagram is stamped with the identification number 228. How many segments are generated? What are the values in the length, ID, fragment flag, and fragment offset in each fragment? (Assume 20 bytes of IP header)

  • Consider sending a datagram of size 2400 bytes into a link whose MTU is 700. How...

    Consider sending a datagram of size 2400 bytes into a link whose MTU is 700. How many fragmentations are generated? Show the length, fragflag and offset fields of each IP datagram after fragmentation.

  • 4. (20%) PC1 sends a 1,500 octet datagram (20-byte header and 1,480 bytes of data, IP...

    4. (20%) PC1 sends a 1,500 octet datagram (20-byte header and 1,480 bytes of data, IP ID = 677 to PC2 through the routers R1 and R2. The corresponding MTUs are given in the following diagram. Please show the information about IP packet identification, total packet length, IP flag bit Mand fragment offset in the IP header of each fragmented IP packet. R1 R2 MTU=1500 bytes MTU=1500 bytes PC1 MTU=500 bytes PC2 Fragment #1 Fragment #2 Fragment #2 Fragment ID...

  • (5 marks) A 2900-byte datagram arrives at a router link that has a maximum transmission unit...

    (5 marks) A 2900-byte datagram arrives at a router link that has a maximum transmission unit of 600 bytes. The original datagram has an identification number of 1337. How many fragments will be generated and what are the relevant fields in the IP datagram(s) that will be related to fragmentation. This question is probably best addressed with a diagram of the datagrams showing the relevant fields. 3. 4. (2 marks) Does a router inside an AS (non-edge router) need to...

  • Suppose a 2800-byte datagram must be transmitted through an intermediate network along its way to its...

    Suppose a 2800-byte datagram must be transmitted through an intermediate network along its way to its destination. This intermediate network has a maximum transfer unit (MTU) of 1020 bytes. Assume that all of the IP headers are option-less and contain only the minimum 20 bytes. Provide the values of the total length, more flag, and fragmentation offset fields in each of the IP headers for the resulting fragments. Hint: It is and easier calculation if you use the maximum MTU...

  • Question 6: An IP packet of size 4576 bytes needs to be sent through a network. If the Maximum Tr...

    I need the help step by step. Thank you for your help. Question 6: An IP packet of size 4576 bytes needs to be sent through a network. If the Maximum Transport Unit (MTU) size allowed by the network is 1536 bytes, the packet will need to be fragmented. Considering that a minimum number of fragments should be used, for each fragment, find the values for: DF and MF flags Fragment offset field Length of each fragment Then answer the...

  • A simple paging system has a memory size of 256 bytes and a page size of...

    A simple paging system has a memory size of 256 bytes and a page size of 16 bytes. i. What is the size of the page table? ii. How many bits exist for an address, assuming 1-byte incremental addressing? iii. State p and d values (i.e. the page number and the offset). iv. Perform address translation of 64 bytes to physical address space using the page table below. 0 8 1 6 2 3 3 11 4 7

  • A simple paging system has a memory size of 256 bytes and a page size of...

    A simple paging system has a memory size of 256 bytes and a page size of 16 bytes. i. What is the size of the page table? ii. How many bits exist for an address, assuming 1-byte incremental addressing? iii. State p and d values (i.e. the page number and the offset). iv. Perform address translation of 64 bytes to physical address space using the page table below. 0 8 1 6 2 3 3 11 4 7

  • 1. To which of the following subnets does IP address 225.3.2.22 belong? 225.3.2.0/24 225.3.2.22/24 225.2.3.0/24 225.0.0.0/24...

    1. To which of the following subnets does IP address 225.3.2.22 belong? 225.3.2.0/24 225.3.2.22/24 225.2.3.0/24 225.0.0.0/24 none of the above Question 2 On which of the following devices does the transport layer NOT run? laptop router cellphone A, B and C none of the above Question 3 What is the source address contained in the discover message sent by a host that is wanting to obtain an IP address? 255.255.255.255 0.0.0.0 the IP address of the server the last IP...

  • 1 Overview The goal of this assignment is to help you understand caches better. You are...

    1 Overview The goal of this assignment is to help you understand caches better. You are required to write a cache simulator using the C programming language. The programs have to run on iLab machines. We are providing real program memory traces as input to your cache simulator. The format and structure of the memory traces are described below. We will not give you improperly formatted files. You can assume all your input files will be in proper format as...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT