edited by
484 views
0 votes
0 votes

 

Assume that we are retrieving a HTML file with 10 embedded objects. To retrieve the base file and the objects under non-persistent HTTP with no parallel connections, ‘X’ number of round trip time is required. ‘Y’ number of round trip time is required to retrieve the base file and the objects under non-persistent HTTP with 6 parallel connections. Compute X and Y, ignoring the processing delays, closing TCP connections and any other delays. ‘Z’ denotes number of messages needed for the given scenario.

  1. X=12, Y=4, Z = 32  ( X+Y = 16)
  2. X=11, Y=3, Z= 14   ( X+Y = 14)
  3. X=22, Y=6, Z= 56   ( X+Y = 28)
  4. X=21, Y=5, Z= 26   ( X+Y = 26)
edited by

1 Answer

Best answer
0 votes
0 votes

Answer: C (1 RTT consists of two messages, one request, another data/ack)

selected by

Related questions