Answered step by step
Verified Expert Solution
Question
1 Approved Answer
P 1 ( 1 5 points ) . Suppose you wanted to do a transaction from a remote client to a server as fast as
P points Suppose you wanted to do a transaction from a remote client to a server as fast as possible. Would you use UDP or TCP Why?
P points Will Web caching reduce the delay for all objects requested by a user or for only some of the objects? Why?
P points 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 DNS servers are visited before your host receives the IP address from DNS; the successive visits incur an RTT of RTT dots, Further suppose that the Web page associated with the link contains exactly one object, consisting ofa small amount of HTML text. Let RTT denote the RTT between the local host and the server containing the object. Assuming zero transmission time of the object, how much time elapses from when the client clicks on the link until the client receives the object?
P points Referring to Problem P suppose the HTML file references eight very small objects on the same server. Neglecting transmission times, how much time elapses with
a Nonpersistent HTTP with no parallel TCP connections?
b Nonpersistent HTTP with the browser configured for parallel connections?
c Persistent HTTP
P points Consider a DASH system for which there are video versions at different rates and qualities and audio versions at different rates and qualities Suppose we want to allow the player to choose at any time any of the video versions and any of the audio versions.
a If we create files so that the audio is mixed in with the video, so server sends only one media stream at given time, how many files will the server need to store each a different URL
b If the server instead sends the audio and video streams separately and has the client synchronize the streams, how many files will the server need to store?
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