1,387 views
0 votes
0 votes

Which of the following statements are True ?

2 Answers

2 votes
2 votes

Answer. S2 and S3.

From transport layer data is 1100Bytes. Transport layer will add header(size given 10Bytes) and will send to network layer.

Therefore total data send to network layer will be 1110 Bytes,

Now MTU = 206 including ip header therefore max. data that can be send is 206-20 = 186 Byte

since 186B is not divisible by 8, so fragment size will be 184B.

S1)#Fragements = Ceil(1110/184) = 7

So, Fragment 1 to fragment 6 size will 184B

and fragment 7 size will be 8B(although remaining is 6B, but to make it divisible by 8 we add padding to make it 8B)

S2) $184/8 = 23$

offset of 4$^{th}$ fragment is $3*23 = 69$

 

S3) 6$^{th}$ fragment is not the last fragment , therefore MF bit will 1. for 7$^{th}$ fragment mf bit will be 0.

edited by

Related questions

5 votes
5 votes
1 answer
1
0 votes
0 votes
1 answer
3
viral8702 asked Dec 2, 2023
203 views
In fragmentation, if any fragment gets lostthen in which case whole packet will be sent again?and in which case only that fragment will be sent again?
4 votes
4 votes
1 answer
4
makhdoom ghaya asked Jul 12, 2016
3,261 views
Which of the following is used in the options field of $IPv4$? Strict source routingLoose source routingTime stampAll of the above