560 views
2 votes
2 votes
An upper layer packet is split into 8 frames each of which has 40% chance of arriving damaged.also assume that no error control at Data Link Layer.How many times the message is sent on an average to get the entire message through

a)  24.65   b)13.33 c)59.54   d)20

1 Answer

Best answer
2 votes
2 votes

probability of loss=40%

No transmission = 8 + 0.4 *8 + 0.4 * 0.4 *8 + 0.4* 0.4 * 0.4 *8 +...+infinity

                            =8(1+0.4 + 0.42 + 0.43 + ....)

                            =8 (1/(1-0.4))

                            =13.33 should be the ans.

selected by

Related questions

0 votes
0 votes
1 answer
2
0 votes
0 votes
1 answer
4
Bad_Doctor asked Jun 12, 2017
508 views
I know I shouldn't be asking this but still:Window size is 16 bits in TCP so maximum possible value is 2^16=65535 bytes.Why bytes not bits?