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 2024 Set 1
MCQ (Single Correct Answer)
+1
-0.33

A user starts browsing a webpage hosted at a remote server. The browser opens a single TCP connection to fetch the entire webpage from the server. The webpage consists of a top-level index page with multiple embedded image objects. Assume that all caches (e.g., DNS cache, browser cache) are all initially empty. The following packets leave the user's computer in some order.

(i) HTTP GET request for the index page

(ii) DNS request to resolve the web server's name to its IP address

(iii) HTTP GET request for an image object

(iv) TCP SYN to open a connection to the web server

Which one of the following is the CORRECT chronological order (earliest in time to latest) of the packets leaving the computer?

A

(iv), (ii), (iii), (i)

B

(ii), (iv), (iii), (i)

C

(ii), (iv), (i), (iii)

D

(iv), (ii), (i), (iii)

3
GATE CSE 2020
Numerical
+1
-0
Assume that you have made a request for a web page through your web browser to a web server. Initially the browser cache is empty. Further, the browser is configured to send HTTP requests in non-persistent mode. The web page contains text and five very small images. The minimum number of TCP connections required to display the web page completely in your browser is ______.
Your input ____
4
GATE CSE 2016 Set 1
MCQ (Single Correct Answer)
+1
-0.3
Which of the following is/are example(s) of stateful application layer protocols?

(i) HTTP
(ii) FTP
(iii) TCP
(iv) POP3

A
(i) and (ii) only
B
(ii) and (iii) only
C
(ii) and (iv) only
D
(iv) only

GATE CSE Subjects

Browse all chapters by subject

Software Engineering
Web Technologies