Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1) Assuming zero transmission time for the HTML object, how much time elapses from when the client clicks on the link until the client receives

 

1) Assuming zero transmission time for the HTML object, how much time elapses from when the client clicks on the link until the client receives the object?

2) Now suppose the HTML object references 5 very small objects on the same web server. Neglecting transmission times, how much time elapses from when the client clicks on the link until the base object and all 5 additional objects are received from web server at the client, assuming non-persistent HTTP and no parallel TCP connections?

3) Repeat part 2. above but assume that the client is configured to support a maximum of 5 parallel TCP connections, with non-persistent HTTP.

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 that four DNS servers are visited before your host receives the IP address from DNS. The first DNS server visited is the local DNS cache, with an RTT delay of RTT0 = 3 msecs. The second, third and fourth DNS servers contacted have RTTS of 20, 48, and 15 msecs, respectively. Initially, let's suppose that the Web page associated with the link contains exactly one object, consisting of a small amount of HTML text. Suppose the RTT between the local host and the Web server containing the object is RTTHTTP = 94 msecs. RTT RTT3 RTT RTT HTTP EX RTT local DNS cache client

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Computer Networking A Top-Down Approach

Authors: James F. Kurose, Keith W. Ross

5th edition

136079679, 978-0136079675

More Books

Students also viewed these Programming questions