Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Help Briefly differentiate between HTTP persistent and non-persistent connections. B. Suppose within your Web browser you click on a link to obtain a Web page.

Help
image text in transcribed
Briefly differentiate between HTTP persistent and non-persistent connections. B. 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 two 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 RTT_0 = 5 msecs. The second DNS server contacted has an RTT of 8 msecs. 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 RTT_HTTP = 63 msecs. 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. Suppose the HTML object references 4 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 4 additional objects are received from web server at the client, assuming non-persistent HTTP and no parallel TCP connections? 3. Suppose the HTML object references 4 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 4 additional objects are received from web server at the client, assuming that the client is configured to support a maximum of 5 parallel TCP connections, with non-persistent HTTP. 4. Suppose the HTML object references 4 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 4 additional objects are received from web server at the client, assume that the client is configured to support a maximum of 5 parallel TCP connections, with non-persistent HTTP. Show all your work and calculations

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

Step: 3

blur-text-image

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

Securing SQL Server Protecting Your Database From Attackers

Authors: Denny Cherry

2nd Edition

1597499471, 978-1597499477

More Books

Students also viewed these Databases questions