This is an attempt to summarize early handouts that a student will need in the first few class sessions in the 1st week: Note all files here (well most ...) are ASCII. "winsock.version" is ASCII but contains an embedded uuencoded zip archive. 1. syllabus (see class page) 2. selected bibliography (see class page) 3. rfclist.txt (see class page) 4. socket code examples, go down further on class page, and click into "Misc. Socket Programming Examples". Then get the file: socket-carepack.shar OR go into the src directory and get *.c/Makefile/and if you are interested in doing the assignments on Microsoft (as opposed to UNIX) look for: winsock.version (uuencoded zip file) for Windows programming. For UNIX types, there are 5 files here (tcpclient.c, tcpserver.c, udpclient.c, udpserver.c, Makefile (important for solaris in particular). 5. assignment 1 will be coming up, find it under assignments or under the 1st week handouts.