• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests

GATE | GATE-CS-2014-(Set-2) | Question 38

A graphical HTML browser resident at a network client machine Q accesses a static HTML webpage from a HTTP server S. The static HTML page has exactly one static embedded image which is also at S. Assuming no caching, which one of the following is correct about the HTML webpage loading (including the embedded image)?

(A)

Q needs to send at least 2 HTTP requests to S, each necessarily in a separate TCP connection to server S

(B)

Q needs to send at least 2 HTTP requests to S, but a single TCP connection to server S is sufficient

(C)

A single HTTP request from Q to S is sufficient, and a single TCP connection between Q and S is necessary for this

(D)

A single HTTP request from Q to S is sufficient, and this is possible without any TCP connection between Q and S

Answer

Please comment below if you find anything wrong in the above post
Feeling lost in the world of random DSA topics, wasting time without progress? It's time for a change! Join our DSA course, where we'll guide you on an exciting journey to master DSA efficiently and on schedule.
Ready to dive in? Explore our Free Demo Content and join our DSA course, trusted by over 100,000 geeks!

Last Updated :
Share your thoughts in the comments