674 views
2 votes
2 votes

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 PERSISTENT mode. The web page contains text and 26 very small images. The minimum number of TCP connections required to display the web page completely in your browser is ___.

3 Answers

Best answer
3 votes
3 votes

In Persistent connection, only one connection establishment and connection termination is used, but the request for the image is sent separately.

Image Source – Data Communication and Networking 5E (Forouzan)

 

selected by
3 votes
3 votes
Only 1 TCP connection is needed in PERSISTENT Mode as the server leaves the connection open after sending the response.

Related questions

1 votes
1 votes
1 answer
3
jugnu1337 asked Jan 16, 2022
530 views
persistent connection require all info at one timewhile non persistent require every time a new connection can any one solve this question..