closed by
1,775 views
1 votes
1 votes
closed as a duplicate of: GATE CSE 2023 | Question: 42

3 DNS iterative queries each has RTT time. One HTTP server sending 10 small objects, HTTP server to clieent also takes RTT time.
 

 

  1. 9 in nonpersistent with 5 parallel connection
  2. 7 in non persistent with 5 parallel connection
  3. 5 in persistent pipelined
  4. 6 in persistent pipelined
closed by

1 Answer

4 votes
4 votes

I think we should need connection for base file in HTTP non-persistent with a parallel connection. so a total of 9 RTT. Please correct me if I’m wrong.

References:

Homework2Solutions.pdf (nyu.edu)(ans 1 & 2)

How does non persistent parallel HTTP connections work? (cisco.com),

HTTP Non-Persistent & Persistent Connection | Set 1 - GeeksforGeeks.

edited by
Answer:

Related questions

0 votes
0 votes
2 answers
4
GO Classes asked Feb 5, 2023
3,989 views
Let $f(x)=x^3+15 x^2-33 x-36$ be a real valued function. Which statement is/are TRUE?$f(x)$ has a local maximum.$f(x)$ does NOT have a local maximum.$f(x)$ has a local mi...