CS-164, Fall 2003 Course Website: http://www.cs.ucr.edu/cs164 |
Lab Policies & Procedures |
Material |
| Oct 03 | Basic Socket Programming | Notes, Slides, primeserver.cpp, isprime.cpp, talker, listener |
| Oct 10 | More API functions - Practice | talker, forwarder, listener |
| Oct 17 | Communication over TCP - Practice | echoclient, echoserver, fork |
| Oct 24 | SMTP - Practice | SMTP-client state diagram, RFC 2821, SMTP skeleton, Sample |
| Oct 31 | Project #1 Discussion | project#1 description, clarifications |
| Nov 7 | Project #1 Discussion - contd | |
| Nov 14 | Project #1 Students' Demonstrations | |
| Nov 21 | Project #1 Students' Demonstrations | project#2 description |
| Nov 28 | Holiday | |
| Dec 05 | Project #2 Students' Demonstrations |
References |
1. Beej's guide to Network Programming : An introductory paper on socket programming
3. Introduction to socket programming