Assignment 4 Practice Problems on Net-centric Computing | CECS 327, Assignments of Computer Science

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

Pre 2010

Uploaded on 08/18/2009

koofers-user-q57
koofers-user-q57 🇺🇸

9 documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
CECS 327 Name_________________________
Assignment 4 (5 points) – Due Wednesday, 10/1/08
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.

Partial preview of the text

Download Assignment 4 Practice Problems on Net-centric Computing | CECS 327 and more Assignments Computer Science in PDF only on Docsity!

CECS 327 Name_________________________

Assignment 4 (5 points) – Due Wednesday, 10/1/

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.