GATE CS 2026 Set 1 — Question 19
Go beyond PYQs with Success TrackerAI-powered personalised practice and doubt support. Unlimited practice on eligible plans; AI usage limits apply.Computer Networks → Application Layer → HTTP & HTTPS
Last updated
Question
Correct answer
(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; (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
Solution
- Option (A) is True: Persistent connections allow multiple requests and responses (objects) to be sent over the same TCP connection, provided they reside on the same server.
- Option (B) is False: A TCP connection is established between a client and a specific server (IP address and port). Objects stored on different servers require different TCP connections.
- Option (C) is True: This describes HTTP Pipelining, where multiple requests can be sent without waiting for the corresponding responses.
- Option (D) is True: Persistent connections are not limited to a single webpage's resources. If a user navigates to another webpage hosted on the same server, the existing TCP connection can be reused.
Continue learning with Success Tracker
A step still unclear? Work through it with support
Use Success Tracker to ask about the reasoning, then try another GATE CS question to check your understanding.
- PYQs with solutions
- Attempt available previous-year questions, then compare your reasoning with the worked solution. Coverage varies by stream.
- Practice that adapts
- Choose a topic, work on weaker areas and bookmark questions to revisit. Your attempts feed your progress tracking.
- AI doubt support
- Ask follow-up questions about a step or concept while practising, instead of stopping at the final answer.
Unlimited practice is available on eligible plans. Free practice and AI usage have limits; check the current plan allowances before choosing.
This page stays readable without an account. AI responses can be wrong; check them against the solution and source material.