Introduction: This is a specialized protocol designed for CS5244. It provides a distributed means to access a BasicEnrollmentManager implementation through client-server communication. It serves no other useful purpose.
Connectivity: This protocol specifies connectivity must be a TCP connection, initiated by the client, and accepted by the server. The server must be listening for TCP connections on port 5244. The client end of the connection may originate from any available port. All communication for a session will occur over this connection, once established.