Suppose in a TCP connection at any given time the receiver advertised window…

2021

Suppose in a TCP connection at any given time the receiver advertised window size is 20 kB and congestion window size is 10 kB. What should be the size of sender window to achieve flow control?

Answer: C. 10 KBTCP sender window = min(Advertised Window, Congestion Window) min⁡(20,10)=10 kB ✔ Final Answer: 10 kB

  1. A.

    30 KB

  2. B.

    20 KB

  3. C.

    10 KB

  4. D.

    Could be 10 kB or 20 kB or both

Attempted by 568 students.

Show answer & explanation

Correct answer: C

TCP sender window = min(Advertised Window, Congestion Window) min⁡(20,10)=10 kB ✔ Final Answer: 10 kB

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Uppsc Polytechnic Lecturer 2025 Cs

Loading lesson…