Spring 2002
CS 164 Section 022 Tuesday BRNHL B265
| Lab# | Date | Details |
| 1 | April 2 , 2002 | Introduction
Introduction to sockets Basics of POP3 |
| 2 | April 9, 2002 | Step by step discussion of a client and a server program
POP3 revisit |
| 3 | April 16, 2002 | Discussion about assignment 1,
question answer session. |
| 4 | April 23, 2002 | SMTP commands, end-to-end scenarios
Server specific functions: bind(), listen(), accept() Iterative server |
| 5 | April 30, 2002 | Byte ordering
Concurrent servers, using fork() |
| 6 | May 07, 2002 | Signal handling,
preventing zombie processes, disassociating a process from a terminal |
| 7 | May 14, 2002 | Discussion about the system call "select()". Run this
program.
Assignment 2 questions discussion |
| 8 | May 21, 2002 | Introduction to Go Back N protocol |
| 9 | May 28, 2002 | select() revisited, GBN |
| 10 | June 4, 2002 | Question - Answer / Discussion on Assignment 3 (GBN) |