CSci 553 Spring 2006 LAB #5 Due Wed, April 12, 2006 (1) Build the TCP server from Figures 5.2 and 5.3 and the TCP client from Figures 5.4 and 5.5 (in the tcpcliserv directory of the books source code). Start the server and then start the cleitn. Type in a few lines to verify that the client and server work. Terminate the client by typing your EOF character and note the time. Use netstat on the client host to verify that the client's end of the connection goes through the TIME_WAIT state. Execute netstat every five seconds or so to see when the TIME_WAIT state ends. What is the MSL for this implementation?