CS435 Midterm Review

10 pages of notes is allowed, 8.5 by 11 both sides but the test is closed book and closed computer.

Be prepared for detailed questions on the following:

Question Types

Notes about Specific Questions

Client/Server Programming: There is a question that presents you with a simple protocol for client/server communication, and requires you to implement the client and server. It's worth quite a few points, and the client and server are in separate questions. You can use any programming language you like. The protocol is designed to not require a lot of code to parse, but you'll have to be ready for some network programming. The protocol might be either text or binary.