edited by
1,168 views
3 votes
3 votes

Ethernet frame may carry data upto 512 byte (i.e. mtu 512B ).If total number of fragments are denoted by x and payload bytes in last fragment is y then value of y*2x will be?

edited by

1 Answer

Best answer
2 votes
2 votes

Total length=Data+Header

1200=Data+20

Data=1180. 

MTU => 512 bytes => 492 excluding IP header which is mandatory. 

Since 492 is not a multiple of 8, maximum Payload that can be sent in one segment is 488.

So there will be 3 segments =>

488+20 

488+20

204+20

So answer is 204*(23) => 1632

selected by

Related questions

766
views
2 answers
2 votes
596
views
1 answers
1 votes
862
views
0 answers
1 votes
855
views
1 answers
1 votes