edited by
544 views
0 votes
0 votes

WHAT IS STATIC HTML WEB PAGE .....??? WE NEED TO SOLVE WITH REFERENCE TO PERSISTENT CONNECTION OR NON PERSISTENT CONNECTION???

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

  1. QQ needs to send at least 2 HTTP requests to SS, each necessarily in a separate TCP connection to server SS
  2. QQ needs to send at least 2 HTTP requests to SS, but a single TCP connection to server SS is sufficient 
  3. A single HTTP request from QQ to SS is sufficient, and a single TCP connection between QQ and SS is necessary for this
  4. A single HTTP request from QQ to SS is sufficient, and this is possible without any TCP connection between QQ and S     
edited by

1 Answer

Related questions

0 votes
0 votes
1 answer
1
Beyonder asked Mar 6, 2017
992 views
The main reason for preferring servlet for web application developmentis :(A) Increased performance of web application(B) Easy to develop an application(C) Platform indep...
2 votes
2 votes
1 answer
2
Beyonder asked Mar 6, 2017
1,927 views
Which of the following statements is false ?(A) A servlet can be invoked through a JavaScript(B) A servlet can be invoked through an applet(C) A servlet is executed on th...