$25
The first project is implementing a port scanner for a specific server/hostname. Essentially you should be checking if a port is open on a specific server and if the port is a default port for a default service/application, specify the application. It should take arguments in the form of:
"./program hostname [-p 15:25]"
So the first argument is the hostname, and you guys can handle the option of inputting a port range. If there isn't a range defined, scan ports from 1-1024.