776 views

3 Answers

1 votes
1 votes
the protocol in play here has a minimum header length of 20 Bytes how can you ask someone to go below this value?
0 votes
0 votes
P to R1 link's MTU is 1024B hence a TCP packet of length 820B will be sent easily .So now the packet is in R1 router . Now R1 will have to fragment the packet because the MTU of R1 to R2 is 256 B . Therefore the possible fragmentation is 8+248 , 8+248 , 8+248 ,8+76 to Router R2 . Now the MTU of R2 to Q is 512B and a packet of size 256B will be sent easily . Hence the no of bytes transferred is  (256 + 256 +256 + 84 )B = 852 B .

Therefore the answer is 852 Bytes .
0 votes
0 votes
from p-r1 link pkt is 820+12 from r1-r2 link pkts are 248+8,248+8,248+8,88+8 from r2-q link pkts are 256+12, 256+12, 256+12, 96+12 so ans is (256+12+ 256+12+256+12,+96+12)=912 bytes

Related questions