edited by
2,343 views
2 votes
2 votes
Hi Guys,

Do you know formula for efficiency of  Stop-and-Wait, Selective Reject and Go-Back-N ARQ when error probability is p ?

PS: Although i am mentioning the link for answer but if you want to add some additional info.(or some more elegant proof for the formula)  then it will be really helpful for all readers. :)
edited by

1 Answer

0 votes
0 votes
Let 'P' be the ERROR Probability

So (1-P) means no error

Efficiency in STOP n WAIT without error = 1 / (1+2a)

Efficiency in STOP n WAIT with error = (1-P) / (1+2a)

Efficiency in SR without error = W / (1+2a)

Efficiency in SR with error = W (1-P) / (1+2a)

Efficiency in GB-N without error = W / (1+2a)

Efficiency in GB-N with error = W (1-P) / (1+2a)                          if W>=(1+2a)

Efficiency in GB-N with error = W (1-P) / (1+2a) (1 - P + W*P)   if W<(1+2a)

Related questions

0 votes
0 votes
1 answer
2
iarnav asked Nov 8, 2018
1,944 views
Sender Window Size is 7 and every 3rd packet is lost/corrupted. So, how to find channel utilization!?
2 votes
2 votes
1 answer
3
1 votes
1 votes
4 answers
4
Mk Utkarsh asked Sep 7, 2018
3,234 views
A 20 Kbps Satellite link has a propagation delay of 400 ms. The transmitter employs the "go back n ARQ" scheme with n set to 10. Assuming that each frame is 100 bytes lon...