Network Programming in C * Bare Minimum Clients/Servers o udpServer0.c and udpClient0.c (uses def) o tcpServer0.c and tcpClient0.c * Comprehensive Clients/Servers o UDPServer1.c and UDPClient1.c o TCPServer1.c and TCPClient1.c * Multiplexing using Select o select0.c : waits until two clients arrive, then serve both o select1.c : serve one client and accept the second when it arrives. * Multicasting o multicastChat : group chat program o multicatUtilities : utilities for multicast sockets. o multicast.h : common definitions