Question: this is computer network Suppose you are developing a new application and select UDP as your tranport protocol. We don't want the delays added by

this is computer network
Suppose you are developing a new application and select UDP as your tranport protocol. We don't want the delays added by TCP, but we are getting reliable data transfer. Select the correct statement below for this scenairo. This is not possible to have UDP and reliable data transfer at the same time. When we develop the application, we can build the reliable data transfer services into the application itself and have the advantage of faster delivery of UDP. We can use UDP, but mark our packets as priority when traveling through the core of the network. We can make sure that the application limits transfer of data to only when the network is not congested and this way we are guaranteed to not have errors or loss. Question 5 (2 points) Saved Consider that we are running a Web server and listening for incoming packets on port 80 . Alice has a web browser open and wants to request a page that has 4 objects embedded from our Web server. Alice is using non-persistent connections. With this scenario, select the correct option below. Alice would use 10 different sockets, 5 for each connection request and 5 for the base file and objects transfer. The Web server would use 5 different sockets (including port 80 ) to complete this transaction, if sockets, except for port 80 , are not repeated. The Web server would use 6 different sockets (including port 80 ) to complete this transaction, if sockets, except for port 80 , are not repeated. The Web server would complete this transaction (all parts) using port 80
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
