1
GATE CSE 2026 Set 1
MCQ (More than One Correct Answer)
+1
-0

Which of the following statements is/are true with respect to the interaction of a web browser with a web server using HTTP 1.1?

A

HTTP 1.1 facilitates downloading multiple objects of the same webpage over the same TCP connection, if the objects are stored in the same server.

B

HTTP 1.1 facilitates downloading multiple objects of the same webpage over the same TCP connection, even if they are stored in different servers.

C

HTTP 1.1 facilitates sending a request for downloading one object without waiting for a previously requested object to be downloaded completely.

D

HTTP 1.1 facilitates downloading multiple webpages on the same server to be downloaded over a single TCP connection.

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 2026 Set 1
MCQ (Single Correct Answer)
+2
-0

Consider the implementation of sliding window protocol over a lossless link, with a window size of $W$ frames, where each frame is of size 1000 bits (including header). The bandwidth of the link is $100 \mathrm{kbps}\left(1 \mathrm{k}=10^3\right)$ and the one-way propagation delay is 100 milliseconds. Assume that processing times at the sender and receiver are zero and the transmission time of acknowledgements is also zero. Which one of the following options gives the minimum size of $W$ (in number of frames) required to achieve $100 \%$ link utilization?

A

10

B

21

C

20

D

11

4
GATE CSE 2026 Set 1
MCQ (More than One Correct Answer)
+2
-0

An ISP having an address block 202.16.0.0/15 assigns a block of 6000 IP addresses to a client, using the classless internet domain routing (CIDR) super-netting approach. Which of the following address blocks can be assigned by the ISP?

A

$202.16 .0 .0 / 19$

B

$202.17 .64 .0 / 19$

C

202.16.32.0/19

D

202.17.24.0/19