I don't understand where some numbers come from when calculating the stop-and-wait frame that reaches 50% efficiency.

70 Views Asked by At

I am working on homework assignment and I found a similar question and the answer that I can refer to.

On this website I am being presented the question and the solution. Question 1A:

http://www.ee.uwa.edu.au/~roberto/teach/ind426/handouts/tutorials/solutions/tute3.pdf

A channel has a data rate of 4kbps and a propagation delay of 20ms. Find the frame size in Stop-and-Wait to reach at least 50% of efficiency.

enter image description here

Where does the 80 come from? What is the value of L from here?

Please help!

1

There are 1 best solutions below

1
On BEST ANSWER

$$a = \frac{T_\text{prop}}{T_\text{frame}}=\dfrac{20 \times 10^{-3}}{\tfrac{L}{4 \times 10^3}} = \dfrac{20 \times 10^{-3} \; \times \; 4 \times 10^3}{L} = \dfrac{80}{L}$$

so $$U \ge 0.5 \iff a = \frac{1}{2U} - \frac{1}{2} \le 0.5 \iff L=\frac{80}{a} \ge 160.$$