Performance of Go Back N - ARQ

Duration: 4 min

This video lesson is available to enrolled students.

Enroll to watch — Computer Networks

AI summary & chapters

AI Summary

An AI-generated summary of this video lecture.

This lecture segment focuses on optimizing transmission efficiency within the Go Back N Automatic Repeat reQuest (ARQ) protocol. The instructor establishes that to maximize efficiency, the sender must keep multiple packets in transition while waiting for acknowledgments. This concept is visually supported by a whiteboard titled "Sequence and Acknowledgement Numbers" featuring handwritten derivations. The core mathematical relationship defines the optimal window size ($W_s$) as $1 + 2a$, where 'a' represents the ratio of propagation delay to transmission time. The lecture further details how to determine the necessary sequence number bits using a logarithmic ceiling function, specifically $\lceil \log_2(1 + 2a) \rceil$. Visual evidence includes calculations showing $75 + 1 = 76$ and comparisons of powers of two ($2^6=64, 2^7=128$) to justify bit allocation.

Chapters

  1. 0:00 2:00 00:00-02:00

    The instructor introduces the fundamental requirement for maximizing efficiency in Go Back N ARQ: filling the transmission pipe with multiple packets in transition. On-screen text explicitly states, "To improve the efficiency of transmission (to fill the pipe), multiple packets must be in transition while the sender..." The derivation of the window size formula $W_s = 1 + 2a$ is presented alongside efficiency calculations ($\eta = U.T / T.T$). The instructor uses handwritten notes to demonstrate that efficiency equals 1 when the window size is optimal. A diagram of packets in transition with 'X' marks indicates the flow, and the instructor points to formulas relating window size to transmission and propagation delays.

  2. 2:00 4:25 02:00-04:25

    The lecture transitions to calculating the specific number of bits required for sequence numbers based on the derived window size. The whiteboard displays the formula $\text{Number of bits required for sequence numbers} = \lceil \log_2(1 + 2a) \rceil$. Concrete calculations are visible, including $75 + 1 = 76$ circled in red and powers of two ($2^6=64, 2^7=128$) to illustrate bit capacity. Red boxes and arrows highlight the window size equation $W_s = (1 + 2a)$, connecting it to the diagram of packets. The instructor stands before the board titled "Sequence and Acknowledgement Numbers," emphasizing that sequence numbers must cover the entire window size to prevent ambiguity.

The video provides a concise derivation of Go Back N ARQ efficiency parameters. The central thesis is that transmission efficiency depends on the sender's ability to transmit continuously without waiting for individual acknowledgments. This is achieved by setting the window size $W_s$ to $1 + 2a$. The lecture logically progresses from defining this window size to calculating the sequence number bits needed to support it. Key evidence includes the handwritten efficiency formula $\eta = U.T / T.T$ and the logarithmic bit calculation. The visual aids, such as red circles around $75 + 1 = 76$ and the comparison of $2^6$ versus $2^7$, serve to concretize abstract delay ratios into practical bit allocations. The progression ensures students understand both the theoretical limit of efficiency and the implementation details required for sequence numbering.

Loading lesson…