
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Assignment; Professor: Lam; Class: Net-centric Computing; Subject: Computer Engr & Computer Sci; University: California State University - Long Beach; Term: Fall 2008;
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

3.1 [Reference: pages 66, 105 in text] A client sends a 200 byte request message to a service, which produces a response containing 5000 bytes. Estimate the total time to complete the request in each of the cases below, with the performance assumptions listed as follows: Latency per packet (local or remote, incurred on both send and receive): 5 ms Connection setup time (TCP only): 5 ms Data transfer rate: 10 Mbps MTU: 1000 bytes Server request processing time: 2 ms 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.