218k views
3 votes
A user requests a webpage that consists of some text and 3 images. For this page:

The client sends 1 HTTP request and receives 1 HTTP response

The client sends 3 HTTP request and receives 3 HTTP response

The client sends 1 HTTP request and receives 3 HTTP response

The client sends 3 HTTP request and receives 3 HTTP response

None of the above

1 Answer

5 votes

Answer: none of the above

Step-by-step explanation:

As there are 4 connections one each for text and other 3 for the images so we will have to send 4 HTTP request in order to receive 4 HTTP response. HTTP works on TCP connection and here the here the each of the connections will transport one request and response message.

Therefore, as the web page has some text and 3 images it will need to send 4 HTTP request messages. These messages upon received by the server will generate the contents of the web page.

So as none of the options given match the desired answer. therefore the option will be none of the above.

User Bohr
by
5.6k points