Server has txt files. Client queries the server and server sends upto 1KB of data in the queried file to the client. Client saves the file in its local directory.
Server accepts upto 4 clients. Client send a line to the server, Server prints the line in reverse order. Server replies with a line. Client prints it in reverse order.