Wednesday, August 17, 2011

Connection-Oriented Protocols for Servers

The last post (connection-oriented-protocols for client)showed you how to write a connection-oriented client program. The server program that the client connects to must use a different procedure, however. This chapter will teach you about the role of the server, including the following topics:

With these topics mastered, you will be equipped to program your own custom server programs.

No comments:

Post a Comment