1,001 views
1 votes
1 votes
How Long it will take if a person clicks on a link to retrieve the HTML file referring to 12 objects. We are using the Non-persistent HTTP connection with 6 parallel TCP connections. Assume the transmission time for any file is 0 ms. The round trip time between the person and the sever is RTT ms.?

 

1 Answer

Best answer
3 votes
3 votes

Initial 2 RTTs are required for TCP connection and others for the HTML page.

If we have to send 12 objects for without parallel connection = 24 RTTs required  [ one for TCP and or for object]

But we have 6 parallel connection = 1 TCP + 6 objects in 6 parallel connection at a single time + 1 TCP + 6 parallel connections objects = 4  RTTs

A total of 6RTT will be required.

selected by

Related questions

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