Congestion Detection Phase Phase-1

Duration: 4 min

This video lesson is available to enrolled students.

Enroll to watch — ISRO Scientist/Engineer 'SC'

AI Summary

An AI-generated summary of this video lecture.

The video lecture covers the TCP Congestion Detection Phase, specifically focusing on how a sender reacts to segment loss. The initial segment explains the "Detection On Time Out" mechanism, where the expiration of the timer suggests strong network congestion. The slide details the sender's reaction: setting the slow start threshold to half the current congestion window size, decreasing the congestion window to 1 MSS, and resuming the slow start phase. The latter part of the video transitions to a graphical representation of the congestion window over time, illustrating the dynamics of Slow Start and Congestion Avoidance, and showing a sharp drop in the window size, which contrasts with the timeout reaction.

Chapters

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

    The instructor discusses the "Congestion Detection Phase" using a text slide. He explains that when the "Time Out Timer expires before receiving the acknowledgement for a segment," it suggests a strong possibility of congestion. The slide notes, "There are chances that a segment has been dropped in the network." Under the heading "Reaction: In this case, sender reacts by", the slide lists three specific actions: "Setting the slow start threshold to half of the current congestion window size," "Decreasing the congestion window size to 1 MSS," and "Resuming the slow start phase." This indicates a severe reduction in transmission rate to alleviate congestion, effectively restarting the connection from a very low window size.

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

    The screen displays a graph of "cwnd" (congestion window) in Kbytes versus "Time" (0 to 24). The graph shows an initial "Slow start" phase where the window grows exponentially, followed by a "Congestion Avoidance" phase with linear growth. A "Threshold" line is visible at 32. At time 14, the cwnd drops sharply from a peak of 40 to 20, labeled as the "Congestion point of network". The window then resumes linear growth from the new threshold. This graph likely illustrates the reaction to triple duplicate ACKs (halving the window), contrasting with the timeout reaction described previously where cwnd would drop to 1. The graph also shows a "Threshold (estthresh)" label indicating the new threshold value after the drop.

The lecture effectively contrasts two methods of congestion detection. The text slide details the aggressive response to a timeout (resetting cwnd to 1), while the graph illustrates a more moderate response (halving cwnd), likely corresponding to triple duplicate acknowledgments. This visual and textual combination helps students understand the different recovery mechanisms in TCP congestion control, highlighting how the network reacts to different types of packet loss signals.