TCP Servers are servers used for serving network clients over TCP/IP Networks.
The TCP Server accepts incoming messages from a TCP client and responds with the current date and time.
A TCP Server that accepts incoming messages from several TCP clients and responds with the number of clients currently connected to it.