1
GATE CSE 2026 Set 2
Numerical
+2
-0

Consider a new TCP connection between a sender and a receiver. The receiver advertised window is constant at 48 KB , the maximum segment size (MSS) is 2 KB , and the slow start threshold for TCP congestion control is 16 KB . Assume that there are no timeouts or duplicate acknowledgements. The number of rounds of transmission required for the congestion control algorithm of the TCP connection to reach the congestion avoidance phase is $\_\_\_\_$ . (answer in integer)

Note: $1 \mathrm{~K}=2^{10}$

Your input ____
2
GATE CSE 2026 Set 1
MCQ (Single Correct Answer)
+2
-0

A TCP sender successfully establishes a connection with a TCP receiver and starts the transmission of segments. The TCP congestion control mechanism's slow-start threshold is set to 10000 segments. Assume that the round-trip time is fixed at 1 millisecond. Assume that the sender always has data to send, the segments are numbered from 1, and no segment is lost. Let $t$ denote the time (in milliseconds) at which the transmission of segment number 2000 starts.

Which one of the following options is correct?

A

$9 \leq t<10$

B

$10 \leq t<11$

C

$11 \leq t<12$

D

$12 \leq t<13$

3
GATE CSE 2024 Set 2
Numerical
+2
-0

Consider a TCP connection operating at a point of time with the congestion window of size 12 MSS (Maximum Segment Size), when a timeout occurs due to packet loss. Assuming that all the segments transmitted in the next two RTTs (Round Trip Time) are acknowledged correctly, the congestion window size (in MSS) during the third RTT will be _________

Your input ____
4
GATE CSE 2023
MCQ (More than One Correct Answer)
+2
-0

Suppose you are asked to design a new reliable byte-stream transport protocol like TCP. This protocol, named myTCP, runs over a 100 Mbps network with Round Trip Time of 150 milliseconds and the maximum segment lifetime of 2 minutes.

Which of the following is/are valid lengths of the Sequence Number field in the myTCP header?

A
30 bits
B
32 bits
C
34 bits
D
36 bits

GATE CSE Subjects

Browse all chapters by subject

Software Engineering
Web Technologies