1
GATE CSE 2026 Set 1
MCQ (Single Correct Answer)
+1
-0

With respect to a TCP connection between a client and a server, which one of the following statements is true?

A

The client and server use a two-way handshake mechanism before the start of data transmission.

B

The server cannot initiate closing of the connection before the client initiates closing of the connection.

C

The TCP connection is half-duplex.

D

The client and server can initiate closing of the connection at the same time.

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

Consider the 3-way handshaking protocol for TCP connection establishment. Let the three packets exchanged during the connection establishment be denoted as P1, P2 and P3, in order. Which of the following option(s) is/are TRUE with respect to TCP header flags that are set in the packets?

A
$\mathrm{P3}: \mathrm{SYN}=1, \mathrm{ACK}=1$
B
$\mathrm{P2}: \mathrm{S Y N=1, A C K=1}$
C
$\mathrm{P2}: \mathrm{SYN}=0, \mathrm{ACK}=1$
D
$\mathrm{P1}: \mathrm{SYN = 1}$
3
GATE CSE 2024 Set 1
MCQ (More than One Correct Answer)
+1
-0

TCP client P successfully establishes a connection to TCP server Q. Let $N_P$ denote the sequence number in the SYN sent from P to Q. Let $N_Q$ denote the acknowledgement number in the SYN ACK from Q to P. Which of the following statements is/are CORRECT?

A

The sequence number $N_P$ is chosen randomly by P

B

The sequence number $N_P$ is always 0 for a new connection

C

The acknowledgement number $N_Q$ is equal to $N_P$

D

The acknowledgement number $N_Q$ is equal to $N_P + 1$

4
GATE CSE 2023
MCQ (Single Correct Answer)
+1
-0.33

Suppose two hosts are connected by a point-to-point link and they are configured to use Stop-end-Wait protocol for reliable data transfer. Identify in which one of the following scenarios, the utilization of the link is the lowest.

A
Longer link length and lower transmission rate
B
Longer link length and higher transmission rate
C
Shorter link length and lower transmission rate
D
Shorter link length and higher transmission rate

GATE CSE Subjects

Browse all chapters by subject

Software Engineering
Web Technologies