Assignment #1

NOTE: This is not a real assignment. It would take much longer to complete this assignment than one day. But, I am including it on the WWW page in case you want to work on it at some point.

The goal of this assignment is to understand UDP and TCP sockets in both C and Java. Given that you are expected to program both a client and server, this means you should write 8 programs. Don't worry, this isn't as hard as it sounds! To start with, you are given the first two:

The rest of the assignment is to write the echo client and server for TCP in C, for TCP in Java, and for UDP in Java.