Network Programming (CIS-3152) Home Page
This is the home page for Peter Chapin's Network Programming course for the Fall 2025 semester.
Here you will find electronic versions of class handouts, homework assignments, lecture slides,
and links to references. If you are a student taking Network Programming, consider bookmarking
this page.
- The course syllabus gives an overview of the course and
its content, lists course resources, and describes the grading policy and related issues.
- The homework submission area and grade book are on Canvas but all other course resources
are here.
- Here are instructions on how to set up the development
environment we will be using for this course.
- For running servers on Lemuria, please use the ports
allocated to you.
- I have prepared a short document on using Git to help you get
familiar with the system. Some of the samples I will use in this course are on GitHub.
- I've prepared some general information on submitting
assignments.
- My home page contains other resources of potential interest.
Lecture Topics
- 2025-08-26.
Course introduction and overview. Started describing the daytime client.
- 2025-08-28.
Finished describing the daytime client program.
- 2025-09-02.
Described the daytime server program.
- 2025-09-04.
Described concurrent servers using forked processes.
- 2025-09-09.
Demonstrated "vibe coding" by adding additional error handling to the echo client program.
Finished discussing the concurrent echo server with demonstration.
- 2025-09-11.
Demonstrated the threaded version of the echo server. Discussed the potential for deadlock in
the echo client/server.
Slides
Weeks 1-5 |
Weeks 6-9 |
Weeks 10-14 |
|
|
|
Homework
- Homework #1 (20 pts) Daytime Client/Server. Due:
2025-09-10.
Samples
Resources/Articles
Labs
In the past this was a lab course. For practical reasons related to the structuring of our
overall CIS offerings, the lab was removed from this course. However, the labs are still
interesting and can serve as a source of extended examples and as the basis for some
assignments.
The lab set is summarized in the lab summary document, along with links
to specific lab handouts and supporting code samples.
Last Revised: 2025-09-11
© Copyright 2025 by Peter Chapin <peter.chapin@vermontstate.edu>