Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider a web page whose base file is of size S1 = 10 KB. Assume that the web page consists of N = 20 inline

Consider a web page whose base file is of size S1 = 10 KB. Assume that the web page consists of N = 20 inline objects each of size S2 = 100 KB. Assume that the round-trip time to the web server is T = 100 ms and the bottleneck capacity is C = 10 Mbps. Ignore any packetization delays and header overhead.

a. Assuming non-persistent HTTP is used with a single TCP connection, how long does it take to download the web page?

b. Assuming non-persistent HTTP is used with 4 parallel TCP connections, how long does it take to download the web page?

c. Assuming pipelined, persistent HTTP is used, how long does it take to download the web page? Pipelined means requests for multiple objects can be sent back-to-back on the same connection.

d. Assuming non-pipelined, persistent HTTP with 2 parallel TCP connections is used, how long does it take to download the web page? Assume that the 2 parallel connections equally share the total available bandwidth C.

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

SQL Server T-SQL Recipes

Authors: David Dye, Jason Brimhall

4th Edition

1484200616, 9781484200612

More Books

Students also viewed these Databases questions

Question

How are members held accountable for serving in the assigned roles?

Answered: 1 week ago