LEC-2 NM
LEC-2 NM
Network Management
and Security
Lecture- 2
Introduction to
Network
Management
Unit 1: Introduction to
Network Management
Types of monitors all network devices. The NMS acts as the central point of control,
collecting data from devices and sending commands to them.
Key Features:
Management Advantages:
• Easy to implement and manage.
• Centralized logging and reporting.
Management • Advantages:
• High scalability: Can handle large and complex networks.
•
Model Fault tolerance: Failure of one NMS does not affect the
entire network.
• Localized management: Each NMS can be optimized for its
specific segment.
• Disadvantages:
• Increased complexity in configuration and coordination.
• Potential for inconsistent policies across segments.
• Higher cost due to multiple NMS instances.
Practical Example:
Management structures.
• Advantages:
• Combines the simplicity of centralized
Model management with the scalability of distributed
management.
• Allows for localized autonomy while maintaining
overall control.
• Disadvantages:
• Requires careful planning and coordination.
• Can be complex to implement and manage.
Practical Example:
• A university uses a hybrid model where
a central NMS monitors the entire
campus network, while departmental
NMS instances manage specific
buildings or faculties.
• [Central NMS]
[Regional NMS 1] --> [Device 1] --> [Device 2]
[Regional NMS 2] --> [Device 3] --> [Device 4]
Comparison of Network Management Models
Use Case Small to medium networks Large networks Large hierarchical networks
• Application 1: Centralized Model in a Small Business
A small business with a single office uses a
centralized NMS to monitor its network devices. The
NMS provides a unified view of the network, making
it easy to detect and resolve issues.
[Management Information
Base (MIB)]
2. Internet Control Message Protocol (ICMP)
Common Uses:
• Overview
• Wireshark is a network protocol analyzer that captures and inspects network traffic in real-time. It is an open-source tool widely used for network troubleshooting, analysis, and
education.
• Key Features
• Packet Capture: Captures live network traffic.
• Protocol Analysis: Decodes and analyzes hundreds of protocols.
• Filtering: Allows users to filter traffic based on specific criteria (e.g., IP address, protocol).
• Visualization: Provides detailed graphical representations of network traffic.
• Cross-Platform: Available for Windows, macOS, and Linux.
• Practical Example
• Scenario: A network administrator notices slow network performance and suspects a bandwidth-hogging application.
• Steps:
• Open Wireshark and start capturing traffic on the affected network interface.
• Apply a filter to focus on specific protocols (e.g., HTTP, FTP).
• Analyze the captured packets to identify the source of excessive traffic.
• Use the statistics tools in Wireshark to visualize traffic patterns.
Nagios
• Overview
• Nagios is a network monitoring tool that provides real-time monitoring of network devices, services, and applications. It is highly customizable and supports plugins for extended functionality.
• Key Features
• Practical Example
• Scenario: A company wants to monitor the uptime and performance of its web servers.
• Steps:
• Install Nagios on a central server.
• Configure Nagios to monitor the web servers using the HTTP plugin.
• Set up alerts to notify administrators if a server goes down or response times exceed a threshold.
• Use Nagios' performance graphs to analyze server performance trends.
PRTG Network Monitor
• Overview
• PRTG is a comprehensive network monitoring tool that provides real-time monitoring of bandwidth, devices, and applications. It is known for its user-friendly interface and extensive sensor-based monitoring.
• Key Features
• Practical Example
• Scenario: A university wants to monitor the bandwidth usage of its campus network.
• Steps:
• Install PRTG on a central server.
• Add sensors to monitor bandwidth usage on key network links.
• Set up alerts to notify administrators if bandwidth usage exceeds predefined limits.
• Use PRTG's dashboards to visualize traffic patterns and identify bottlenecks.
Comparison of Network
Management Tools
Tools
(Wireshark, PRTG provides comprehensive monitoring
with a focus on bandwidth and user-friendly
Nagios, dashboards.
Pandora FMS Open Source/Commercial Network monitoring, application monitoring, alerts Monitoring networks and applications in large and small organizations
Checkmk Open Source/Commercial Device monitoring, application monitoring, alerts Monitoring networks and applications in large and small organizations
Nagios Core Open Source Device monitoring, alerts, graphs Monitoring networks in small and medium-sized organizations
PRTG Network Monitor Commercial Device monitoring, bandwidth monitoring, alerts Monitoring networks in small and medium-sized businesses
Wireshark Open Source Packet analysis, filtering, alerts Analyzing network traffic
Ntopng Open Source Traffic analysis, graphs, alerts Analyzing traffic and identifying bottlenecks
RANCID Open Source Configuration management, configuration comparison, alerts Managing Cisco device configurations
Cacti Open Source Graphs, alerts, customization Creating graphs for network performance
Practical Examples