Ask Question
30 November, 18:35

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. 30 November, 19:59
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers