Tuesday, December 4, 2012

Seventh lab: Multiprotocol servers

A multiprotocol server is a server that can handle more than one protocol, for example an echo server that can handle both TCP and UDP clients, or a server who can handle FTP and HTTP.

This lab will introduce you on how to implement them.

No comments:

Post a Comment