Network-Security-Lab

Lab 1: compile the files and run Homework with arguments monitor monitor-port ident

**To Run 1.Save ActiveClient.java, MessageParser.java, Server.java and Homework.java in a Folder(lets say Desktop/Netsec) 2.Save the Monitor folder(Desktop/monitor) 3.Navigate to Desktop/monitor/Project/ using Terminal in Linux 4.start the monitor on your localhost using "./practice8150.withlogs.run" 5.now open another terminal and navigate to Desktop 6.Use "javac Netsec/.java" to compile all the files 7.Use "java Netsec.Homework.class localhost 8150 ident" to execute the project