1 / 6

Network Monitor

Network Monitor. Project in systems programming Winter 2008 Students : Vitaly Zakharenko & Alex Tikh Supervisor : Isask'har (Zigi) Walter. Software Systems Lab Department of Electrical Engineering Technion - Israel Institute of Technology. Introduction.

wirt
Télécharger la présentation

Network Monitor

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Network Monitor Project in systems programming Winter 2008 Students : Vitaly Zakharenko & Alex Tikh Supervisor : Isask'har (Zigi) Walter Software Systems Lab Department of Electrical Engineering Technion - Israel Institute of Technology

  2. Introduction • Modern corporate networks often contain large number of local networks, which need to be monitored from a single location. The latter is often difficult due to security and accessibility restrictions between distinct LANs. • We propose monitoring without passwords and special permissions.

  3. Project Description • The system consists of multiple lightweight agents and a single server application.

  4. Server functionality • collects and stores measurement results sent by agents and provides statistics. • maintains database records of agents, monitored hosts and host state measurements performed by agents. • remotely configures the functionality of agents. • monitors state of the agents.

  5. Agent functionality • performs network measurements and communicates results to the server. • allows the server to get & set settings defining the measurement functionality and the scheduling scheme of the measurements.

  6. Topics Covered • C# and .NET Framework • .NET Remoting and Sockets • MS SQL Server • ADO.NET and strongly-typed DataSet • SNMP, ICMP, HTTP protocols • Serialization, formatters, streams etc. • Using registry, WMI, DNS etc.

More Related