In: Computer Science
NETWORKING
Suppose within your web browser you click on a link to obtain a web page. The IP address for the associated URL is cached in your local host, so a DNS lookup is not necessary to obtain the IP address. Further suppose that the web page associated with the link, references ten very small objects on the same server. Let RTT0 denote the RTTs between the local host and one of the objects. Assuming zero transmission time of the object, how much time elapses from when the client clicks on the link until the client receives the full web page with:
a.) Non-persistent HTTP?