A client sends a 200-byte request message to a service, which produces a response containing 3000 bytes. Estimate the total time to complete the request in each of the following cases, with the performance assumptions listed below: [Latency per packet (local or remote, incurred on both send and receive):5 milliseconds Connection setup time (TCP only):5 milliseconds Data transfer rate:10 megabits per second MTU:1000 bytes Server request processing time:2 milliseconds Estimate inter-process data transfer rate at 40 megabits/second. Assume that the network is lightly loaded.]
A client sends a 200-byte request message to a service, which produces a response containing 3000 bytes. Estimate the total time to complete the request in each of the following cases, with the performance assumptions listed below:
[Latency per packet (local or remote,
incurred on both send and receive):5 milliseconds
Connection setup time (TCP only):5 milliseconds
Data transfer rate:10 megabits per second
MTU:1000 bytes
Server request processing time:2 milliseconds
Estimate inter-process data transfer rate at 40 megabits/second.
Assume that the network is lightly loaded.]
i. Using connectionless (datagram) communication (for example, UDP);
ii. Using connection-oriented communication (for example, TCP);
iii. The server process is in the same machine as the client
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 1 images