edited by
730 views
1 votes
1 votes
An upper layer packet is split into 10 frames each of which has an 80% chance of arriving undamaged.if no error control is done by the data link protocol ,how many times must the message be sent on average to get the entire thing through?
edited by

1 Answer

Best answer
2 votes
2 votes

Probability (successful transmission of the message) = Probability (all the  frames arrive intact) = 0.810=p

So, Probability (unsuccessful transmission) = 1−p=q

successful transmission may occur in 1st try, or 2nd try, or 3rd try,.........kth try etc.

Mean value of no of try = Expected value of k = ∑[k][P(k)]∑[k][P(k)] with k = 1 to inf

1p+2qp+3q2p+4q3p+5q4p+..........   

= p[1+2q+3q2+4q3+..........]   

= p*1/(1-Q)2

= 1p+2qp+3q2p+4q3p+5q4p+.......... 

  = p[1+2q+3q2+4q3+..........]  

 = p*1/(1-Q)  = 1/p

 =9.31=9.31

So, Mean no of try will be 10

selected by

Related questions