Ask Question
7 June, 07:20

When requesting a web page with 10 referenced objects how many RTTs are needed with persistent connections? (ignore object download time)

10

20

11

12

None of the above

+1
Answers (1)
  1. 7 June, 09:49
    0
    Answer: 12

    Explanation:

    During requesting the web page with the 10 reference objects, total 12 RTTs are need for the persistent connection.

    As, For handshake it require total 1 RTT and for the web page also 1 RTT required. Then, for each 10 referenced object it require total 10 RTTs.

    Therefore, after adding all the RTTs = 12 RTTs required.

    The persistent connection are used for reduced the network congestion and transfer the data to the end user. By using this connection we can easily find put the total reference object without any error occur during the connection.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “When requesting a web page with 10 referenced objects how many RTTs are needed with persistent connections? (ignore object download time) ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers