Free Academic Seminars And Projects Reports
Network Traffic Monitoring - Printable Version

+- Free Academic Seminars And Projects Reports (https://easyreport.in)
+-- Forum: Project Ideas And Disscussion (https://easyreport.in/forumdisplay.php?fid=32)
+--- Forum: Engineering Project Ideas (https://easyreport.in/forumdisplay.php?fid=33)
+---- Forum: Computer Science Project Ideas (https://easyreport.in/forumdisplay.php?fid=36)
+---- Thread: Network Traffic Monitoring (/showthread.php?tid=24431)



Network Traffic Monitoring - sandeep mohanty - 08-16-2017

Abstract
This application is to check out the load at the server in a network. The application gives us information on all the clients trying to access the server. We get information s like the IP address, the port number and the time of access of the client trying to access. The application also gives us the total number of access by a client, also the number of access in each hourly interval. The application has also been designed to give the total data size (in bits) of the data sent to the server by the client. The mysql server has been made use of for maintaining a database of the above details.The complete coding of the application has been done in C language.A Graphical User Interface has been developed to display the output which is designed in Tcl/Tk script.
[attachment=298]