spartacus Posted April 27, 2011 Report Posted April 27, 2011 A client and server application (C or C++), where the client will send probe packets to the server in order to measure the network latencies (round-trip times) and bandwidth. You may find the function gettimeofday() to be useful in measuring time. Run your client and server applications on two different machines and describe your results in a brief report (see below). Each client application should provide an input parameter of the IP address of the server machine. The report should provide information such as machine names and IP addresses, the day and time the experiments were performed. Provide two different implementations, one based on TCP, the other one on UDP. Compare the results of your measurements for TCP and UDP in your report.Required Technical Topics • TCP Socket creation• Socket binding• Socket listening• Socket accept Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.