A client sends a 400 byte request message to a service, whic…
A client sends a 400 byte request message to a service, which produces a response containing 4000 bytes. Estimate the total time to complete the request in each of the following cases, with the performance assumptions listed below: 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.