Network Monitoring Charles Warren.

Slides:



Advertisements
Similar presentations
--- IT Acumens. COMIT Acumens. COM SNMP Project. AIM The aim of our project is to monitor and manage the performance of a network. The aim of our project.
Advertisements

CIS : Network Management. Introduction Network, associated resources and distributed applications indispensable Complex systems —More things can.
TCP/IP Protocol Suite 1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 24 Network Management: SNMP.
1 Version 3.0 Module 8 Virtual LANs. 2 Version 3.0.
Network Management Management Tools –Desirable features Management Architectures Simple Network Management Protocol.
Hardware & Software Needed For LAN and WAN
 All of you should be able to describe how a network works.  Most of you will be able to identify the main devices necessary for a network.  Some of.
ICONICS Worldwide Customer Summit – September 2006 Jim Desrosiers SNMP Data Mining for IT Connectivity.
ENS 1 SNMP M Clements. ENS 2 Simple Network Management Protocol Manages elements in networks – E.g. routers, switches, IP phones, printers etc. Uses manager.
1.  TCP/IP network management model: 1. Management station 2. Management agent 3. „Management information base 4. Network management protocol 2.
NETWORKING COMPONENTS Zach Avis. Hub A hub is a low cost way to connect two computers. A hub can also act as a repeater. When a signal comes from one.
SNMP (Simple Network Management Protocol)
Basic Networking Components
Introduction to Computers Personal Computing 10. What is a computer? Electronic device Performs instructions in a program Performs four functions –Accepts.
Common Devices Used In Computer Networks
Basic tasks that fall under this category are: What is Network Management? Fault Management Dealing with problems and emergencies in the network (router.
SNMP (Simple Network Management Protocol)
Network Management Presentation HP Openview Christopher Scott December 10, 2004.
1 Version 3.0 Module 11 TCP Application and Transport.
CS 453 Computer Networks Lecture 22 Network Management.
Lec 3: Infrastructure of Network Management Part2 Organized by: Nada Alhirabi NET 311.
Company LOGO Networking Components Hysen Tmava LTEC 4550.
Mr C Johnston ICT Teacher BTEC IT Unit 05 - Lesson 05 Network Protocols.
SNMP Simple Network Management Protocol SNMP Simple Network Management Protocol Haris Ribic.
Networking Components Daniel Rosser LTEC Network Hub It is very difficult to find Hubs anymore Hubs sends data from one computer to all other computers.
Application Layer Khondaker Abdullah-Al-Mamun Lecturer, CSE Instructor, CNAP AUST.
CCNA4 v3 Module 6 v3 CCNA 4 Module 6 JEOPARDY K. Martin.
Network Management CCNA 4 Chapter 7. Monitoring the Network Connection monitoring takes place every day when users log on Ping only shows that the connection.
NETWORKING COMPONENTS lLTEC 4550 JGuadalupe. HUB -THIS IS A HARDWARE DEVICE THAT IS USED TO NETWORK MULTIPLE COMPUTERS TOGETHER. IT IS A CENTRAL CONNECTION.
.  Hubs send data from one computer to all other computers on the network. They are low-cost and low-function and typically operate at Layer 1 of the.
Price range varies from $17.99 to $34.99 or more. Device 1 Device 2 Network Connection.
Network Traffic Monitoring and Analysis - Shisheer Teli CCCF.
Topic 11 Network Management. SNMPv1 This information is specific to SNMPv1. When using SNMPv1, the snmpd agent uses a simple authentication scheme to.
Lec 3: Infrastructure of Network Management Part2 Organized by: Nada Alhirabi NET 311.
IST 201 Chapter 11 Lecture 2. Ports Used by TCP & UDP Keep track of different types of transmissions crossing the network simultaneously. Combination.
Course Description/001 Objectives in This Course 1. Understanding components in computer networks - What are the major network hardware components? - What.
Network Management Presentation HP Openview. OpenView Network Node Manager (NNM) Overview How it works Capabilities Technical and business benefits Summary.
Component 9 – Networking and Health Information Exchange Unit 2-3 Network Media and Hardware Communication Devices This material was developed by Duke.
Simple Network Management Protocol
Overview – SOE Net-SNMP v5.7.2
Lecture 2: Infrastructure of Network Management Part1
Overview – SOE Net-SNMP v
Overview – SOE Net-SNMP v5.7.3
Lec 5: SNMP Network Management
SNMP M Clements ENS.
Chapter 10 Telecommunications Management Network *
Local Area Networks Yiannos Mylonas.
Instructor Materials Chapter 1 Ever Wonder How It Works?
Hands-On Microsoft Windows Server 2008
SNMP M Clements ENS.
Introduction to Internet Network Management
Network Management Checking Performance + Traffic & Configuration
Top-Down Network Design Chapter Nine Developing Network Management Strategies Copyright 2010 Cisco Press & Priscilla Oppenheimer.
Networking devices.
Chapter 1 Data Communications and NM Overview 1-1 Chapter 1
What is a network? A network consists of two or more entities, or objects, sharing resources and information. In a basic sense, sharing (giving or getting)
SNMP M Clements ENS.
ECEN “Internet Protocols and Modeling”
Network Models, Hardware, Protocols and number systems
Fundamentals of Network Management
Lec 5: SNMP Network Management
Network Hardware and Protocols
A Network Operating System Edited By Maysoon AlDuwais
SNMP (Simple Network Management Protocol) based Network Management
Chapter 15: Network Monitoring and Tuning
CCNA 4 v3.1 Module 6 Introduction to Network Administration
Wi-Fi/wireless router
Top-Down Network Design Chapter Nine Developing Network Management Strategies Copyright 2010 Cisco Press & Priscilla Oppenheimer.
Standards, Models and Language
Presentation transcript:

Network Monitoring Charles Warren

What Comprises a Network? What are some different devices or components that comprise a network?

The Scope of a Network A network is made of: Computers: Servers, kiosks, workstations, laptops. Network resources: Printers, projectors, consolidated communication devices. Networking devices: Firewalls, routers, switches, IDS/IPS. What do all of these devices need to have in common?

The Goal of Network Monitoring Features of a network monitoring platform: Route analytics: monitors the posture of networks. Network tomography: monitors the health of connections. Server monitoring: checks system metrics. To monitor a computer network for slow or failing components and notify the network administrator in case of outages or other trouble.

Methods of Communication and Discovery Many different concepts are utilized in network monitoring, here are the most common: SNMP ICMP Service Accounts Why is network monitoring an important feature of any system? What services should be monitored in an enterprise system?

Simple Network Management Protocol Components of SNMP: Managed Devices Agent Network Management Station Protocol Details: Traps: PDUs that are sent from the agent to the manager without being explicitly requested. Community Strings: SNMPv1 and SNMPv2 use communities to establish trust between managers and agents. A managed device is a network node that implements an SNMP interface that allows unidirectional (read-only) or bidirectional (read and write) access to node-specific information. Managed devices exchange node-specific information with the NMSs. Sometimes called network elements, the managed devices can be any type of device, including, but not limited to, routers, access servers, switches, cable modems, bridges, hubs, IP telephones, IP video cameras, computer hosts, and printers. An agent is a network-management software module that resides on a managed device. An agent has local knowledge of management information and translates that information to or from an SNMP-specific form. A network management station executes applications that monitor and control managed devices. NMSs provide the bulk of the processing and memory resources required for network management. One or more NMSs may exist on any managed network.