Due Date: Monday Nov. 17

1. Implement an rps client/server program using stream sockets. The client should be run using the command 'rps [options] ', and display the processes running on the specified host. The options argument may be any options that can be passed to ps.

2. Implement the above programs using datagram sockets. Do this in a way that minimizes the effect of lost and out of order packets.