Hi. I have a doubt in question. According to me correct ans will be 10KB. Please tell is it correct.

Chetan Singh

Hi. I have a doubt in question. According to me correct ans will be 10KB. Please tell is it correct.

Comments

  • Arpan Banerjee

    @kg_037887 The correct answer is 10KB In TCP, the sender window size is determined by: Sender Window = min (Receiver Advertised Window, Congestion Window) Given: Receiver window (rwnd) = 20 KB Congestion window (cwnd) = 10 KB So, Sender Window = min⁡(20,10) = 10 KB The thing you have to remember that: Flow control → controlled by receiver window (rwnd) Congestion control → controlled by congestion window (cwnd) Sender must respect both, so it takes the minimum.

  • KG AI MentorKG AI Mentor

    Quick AnswerAnd the sender window size is determined by the minimum of the receiver's advertised window and the congestion window. Key StepsAnd the sender window size is determined by the minimum of the receiver's advertised window and the congestion window. — KG AI Mentor 🤖