| 
               
                Create a graphical user interface for the MicroServer. 
                  Let the user interface allow, for example, the user to set the 
                  port for the clients to use. It could also show a list of the 
                  client file requests and the client IP addresses. 
 
 
                Perform some calculation in your server when 
                  it recieves a request from the client. Include data with the 
                  client request, such as a number appended to the file name, 
                  and send the results back to the client in a formatted manner 
                  such as in a table. 
 
 
                In a server with a graphical interface, use 
                  histogram(s) to display data sent from clients. 
 |