This page was created to support
students taking the Network programming course. This page contains:
This is a list of the programming assignments given in the class and the dates that they are due.
Lecture Notes
The following are the notes I use for my lectures. They are in chronological order.. They might be of some use to you when you review your notes and prepare for tests. Note: The lecture notes are a work in progress. Your interest and changes in technology will change these noteteach. You may assume that the notes for a lecture have stabilized the day after the class has ended.
Sick day on 4/7
C# Examples
This is an example of a daytime client. CSDayTimeClient.cs
An example of an echo server. CSEchoServer.cs
UNIX Example
This is an echo server that uses fork to service multiple clients. server.cpp Makefile