...
Question 3697 – Data-Structures
November 28, 2023
Question 12590 – TIFR PHD CS & SS 2012
November 28, 2023
Question 3697 – Data-Structures
November 28, 2023
Question 12590 – TIFR PHD CS & SS 2012
November 28, 2023

Computer-Networks

Question 13

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 ______.

A
6
Question 13 Explanation: 
In non-persistent HTTP connection for every object, there is a TCP connection established. Therefore, 1 TCP connection for text and 5 TCP connections for images required.
Hence, 1 Text + 5 Image = 6 Objects
Correct Answer: A
Question 13 Explanation: 
In non-persistent HTTP connection for every object, there is a TCP connection established. Therefore, 1 TCP connection for text and 5 TCP connections for images required.
Hence, 1 Text + 5 Image = 6 Objects

Leave a Reply

Your email address will not be published. Required fields are marked *