Jump to content

Need help On Unix


spartacus

Recommended Posts

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...