CS 453 - Assignment Set 2 (Spring 2003)


Given: March 13, 2003
Due: May 2 (Friday), 2003
Language Options: C, C++, or Java
OS Options: Must run on CSEE shell servers

Notes: Your submissions must at least compile before any credit will be given. Submissions that do not compile will not be graded. Submissions submitted after the due date will not be graded. All work must be your own original work. To get partial credit for parts of the assignment, you must demonstrate that those pieces work by themselves. If you share code with others, you will be given a 0 for the assignment. This assignment set is worth 25% of your total grade.

Extra Credit

Value: up to +13% onto total grade

For extra credit, construct a DNS client application that can send queries for a given hostname or IP address. The application can also be given a list of domains to try in addition to the specified hostname alone. The application must send the query to a given DNS server, wait for the response (resending if necessary), and display all the Resource Records returned.


Todd L. Montgomery (revised 03.12.2003)