Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 80Step 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