10,085 views
1 votes
1 votes
Suppose a router receives an IP packet containing 600 data bytes and has to forward the packet to a network with maximum transmission unit of 200 bytes. Assume that IP header is 20 bytes long. What are fragment offset values for divided packets?

(A) 22, 44, 66, 88
(B) 0, 22, 44
(C) 0, 22, 44, 66
(D) 22, 44, 66

1 Answer

2 votes
2 votes

DATA=600B, MTU = 200B ,IP HEADER = 20B.

So in each frame 20B is reserved for IP HEADER ==> remaining is 180B

180 is not divisible by 8 , so we take 176 (nearest ones divisible by 8) as data along with 20B header.

we will get four segments  like 

we will get fragment offset by dividing the datasent with 8 like ,176 / 8 (22) , (176+176) / 8 (44) ,(176+176+176) / 8 (66).

edited by

Related questions

0 votes
0 votes
1 answer
1
1 votes
1 votes
1 answer
2
amiteshKeshari asked Oct 23, 2023
656 views
In a Class C network,if subnet mask is 255.255.255.244 then how many number of host in each subnet?
0 votes
0 votes
0 answers
3
54Y4N asked Oct 9, 2023
233 views
A 1 kilometer long CSMA/CD (not 802.3) has a propagation speed of 200m/ìsec. Repeaters are not allowed in this system Data frames are 256 bits long, including 32 bits of...