Question
Suppose within your Web browser you click on a link to obtain a Web page. The IP address for the associated URL is not cached
Suppose within your Web browser you click on a link to obtain a Web page. The IP address for the associated URL is not cached in your local host, so a DNS lookup is necessary to obtain the IP address. Suppose time needed for the DNS query is RTTdns; Further suppose that the Web page associated with the link contains one base html file and 15 reference objects. Let RTT0 denote the round trip time between the local host and the web server containing the objects. Assuming zero transmission time needed for each object because they are small, how much time elapses from when the client clicks on the link until the client receives the object if
(a) Non-persistent HTTP with no parallel TCP connections?
(b) Non-persistent HTTP with the browser configured for 4 parallel connections?
(c) Persistent HTTP with pipeline (request for all reference objects can be response in one round trip time)?
(d) Persistent HTTP without pipeline (request for each reference object can be response in one round trip time)?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started