Network Management System: Unit-1
Network Management System: Unit-1
Network Management System: Unit-1
SYSTEM
Unit-1
INTRODUCTION
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
Asst.Professor
Dept of CSE , RYMEC
Outline
Analogy of telephone network
Data and telecommunication network
Distributed computing environment
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
Internet
Protocols and standards
IT management
Network and system management
Current status and future of network management
2
NETWORK MANAGEMENT SYSTEM
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
network.
3
1.1 ANALOGY OF TELEPHONE NETWORK MANAGEMENT:
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
The characteristics of a telephone network:
Reliable- because does what is expected of it.
Good Quality- we can have a conversation across the world with the
same clarity that we have when we call our neighbors.
The reason being for reliable and good quality telephone network is
good planning, design, implementation and management of
network.
4
ANALOGY OF TELEPHONE NETWORK MANAGEMENT (cont..)
To other
Regional centers
Sectional centers
Regional Center Regional Center Primary centers
Class 1 switch Class 1 switch Toll centers
End offices
To other
Sectional Center Sectional Center Primary centers
Class 2 switch Class 2 switch Toll centers
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
End offices
From the above figure 1.1 , it is clear that there are 5 levels
of switches and 3 types of trunks connecting these
switches.
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
one or more physical link.
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
system.
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
8
DATA(COMPUTER) AND TELECOMMUNICATION NETWORK(CONT..)
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
If the node behaves as an end node, information either
originates or terminates there.
9
DATA AND TELECOMMUNICATION NETWORK(CONT..)
Data can be transmitted in an analog or digital format.
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
Message switched
Packet switched
Circuit switching:
o There is a dedicated communication path between two stations
(end-to-end)
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
o The message is then transmitted through the network, in its
entirely, from node to node.
Packet switching:
o In packet switching methods, a message is broken into small
parts, called packets.
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
In the packet switching mode, packets are fragmented and
reassembled in almost real time.
12
DATA AND TELECOMMUNICATION NETWORK(CONT..)
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
Terminal Terminal
Host
Voice
Voice
Telecommunication network 13
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
(telecommunication network).
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
15
DATA AND TELECOMMUNICATION NETWORK(CONT..)
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
customer premises, which interfaces digitally to the telephone
network.
16
DATA AND TELECOMMUNICATION NETWORK(CONT..)
IBM System Network Architecture (SNA)
Following figure shows the IBM SNA structure.
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
Cluster Cluster
controller controller
Communications
Communications
controller
controller
Mainf rame
17
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
SNA is based on multitude of (dumb) terminals accessing a
mainframe host at a remote location.
18
1.3 DISTRIBUTED COMPUTING ENVIRONMENT(DCE)
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
Workstation Host Workstation
Ethernet
Workstation
Host
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
Any workstation can communicate with any host on the LAN.
20
DCE (CONT..)
LAN A LAN B
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
Bridge / Bridge /
Router Router
Bridge /
Router
LAN C
WAN
communication link
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
networks
No centralized IT controller
Control
transf er
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
Client Server
Control
transf er
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
The application process that is invoked by a client process is called
the server. The server returns the results to the client.
The client initiates a request to the server and waits. The server
executes the process to provide the requested service and sends the
results to the client.
24
DCE (CONT..)
A real-world analogy to the client-server operation is a post office.
The clerk (acts as a server) behind the counter is ready and waiting
for a client.
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
When a customer (acts as a client) walks in and initiates a
transaction the clerk responds.
Once the clerk responds and processes the customer request, the
customer leaves and the clerk, as a server goes into waiting mode
until next client initiates the transaction.
25
DCE (CONT..)
Client A Client Z
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
Server
(a) Server with M ultiple Clients
Client
(joe.stone)
to sally.jones@dest.com
Bridge
Domain
Mail server Name
Server
(b) Dual Role of Client-Server
26
The server may be providing the service to many clients that are
connected to it on a LAN, as shown in fig. (a)
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
Each clients request is processed by a server according to the FIFO
rule.
Since the client and the server are processes running in a DCE,
each of them can be designed to execute a specific function
efficiently.
27
DCE (CONT..)
As an example which is shown in figure 1.8(b),
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
The message first goes to the mail server on the network.
Before it can process the request, the mail server needs to know the
network address of sally.jones, which is dest.com. Thus, it makes a
request to domain name server (DNS).
28
DCE (CONT..)
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
Later a message is sent to joe.stone on the client stating that the
message has been sent (or not sent, in failure conditions).
The three processes in this scenario, namely the client, the mail
server and the DNS, are cooperatively computing processes.
Communication between these processes is called peer-to-peer
communication.
29
1.4 TCP/IP-BASED NETWORKS:
1.4.1 Internet and Intranet:
W orkstation
Mail Server
(Joe)
W orkstation
LAN A LAN B
Bridge / Bridge /
Router Router
Domain
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
Name Bridge /
Server Router
LAN C
Gateway
WAN
Gateway
LAN X
Bridge /
Router
Bridge /
Bridge / Router
Router
LAN Y LAN Z
W orkstation 30
PC (Sally) Mail Server
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
31
TCP/IP-BASED NETWORKS (CONT..)
The servers need not be on the same LAN as the senders LAN, as
shown above.
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
The servers transmit email message to LAN C on computer
network made up of bridges and routers.
32
TCP/IP-BASED NETWORKS (CONT..)
Gateways between them serve as the interfaces between dissimilar
and independent autonomous networks and perform many
functions including protocol conversions.
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
is stored there until Sally retrieves it via her internet link with an
internet service provider’s server.
Thus, via the internet, any user can communicate with any other
user in any part of the world as long as both are connected to an
Internet.
33
TCP/IP-BASED NETWORKS (CONT..)
1.4.2 Internet Fabric Model/Layered Architecture of Internet
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
34
TCP/IP-BASED NETWORKS (CONT..)
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
Medium Access Control (MAC), switches and gateways.
WANs in the WAN plane interface with each other via gateway
fabric.
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
Each WAN may be considered as an autonomous network and
hence needs a gateway to communicate with another WAN.
36
1.5 COMMUNICATIONS PROTOCOLS AND STANDARDS
Suppose that a fax machine and a modem brought from a local store
successfully sending to a modem and fax machine anywhere in the
world, even though each fax machine and attached modem were
manufactured by local vendors.
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
The key to the practical success of these and other such
technologies is the interoperability of two end devices.
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
highest level of communication architecture.
Physical Medium
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
(a) Direct Communication between End Systems
System A Intermediate system System Z
User A User Z
Peer-Protocol Interface
Transport Layer
Transport Layers Transport Layers
Conversion
In figure 1.11(a) , the two end systems associated with the two end
nodes communicate directly with each other.
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
Thus, transport layers can exchange information with each other,
and so can the application layers and the users.
40
COMMUNICATIONS PROTOCOLS AND STANDARDS(CONT..)
1.5.2 ISO/OSI communication architecture
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
ISO has developed highly modular or layered architecture for
communication protocols that is called the Open System
Interconnections (OSI) reference model.
41
COMMUNICATIONS PROTOCOLS AND STANDARDS(CONT..)
User / Application program
Layer 7 Application
Layer 6 Presentation
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
Layer 5 Session
Layer 4 Transport
Layer 3 Network
Layer 1 Physical
Physical medium
42
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
-LLC: Formats the data to go on the medium; performs
error control and flow control
-MAC: Controls data transfer to and from LAN; resolves
conflicts with other data on LAN
3 Network Forms the switching / routing layer of the network
4 Transport -Multiplexing and de-multiplexing of messages from
applications
-Acts as a transparent layer to applications and thus
isolates them from the transport system layers
-Makes and breaks connections for connection-oriented
communications
-Flow control of data in both directions
5 Session -Establishes and clears sessions for applications, and
thus minimizes loss of data during large data exchange
6 Presentation -Provides a set of standard protocols so that the display
would be transparent to syntax of the application 43
-Data encryption and decryption
7 Application -Provides application specific protocols for each specific
application and each specific transport protocol system
COMMUNICATIONS PROTOCOLS AND STANDARDS(CONT..)
1.5.3 Protocol Layers and Services
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
Figure 1.13(a) is a direct end to end communication model.
44
Layers 4-7 are not involved in the intermediate systems.
COMMUNICATIONS PROTOCOLS AND STANDARDS(CONT..)
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
45
COMMUNICATIONS PROTOCOLS AND STANDARDS(CONT..)
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
46
COMMUNICATIONS PROTOCOLS AND STANDARDS(CONT..)
Sub layer structure of Data Link Layer
In an OSI-layered model the data link layer is divided into two sub
layers-
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
Logical Link Control (LLC) Network
Media Access Control (MAC)
Logical Link Control (LLC)
Physical
47
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
distributed probabilistic algorithm, Carrier Sensing Multiple
Access with Collision Detection (CSMA/CD).
Ring Type LAN : used in Token Ring (TR) and Fiber Distributed
Data Interface (FDDI).
Wireless LAN or WLAN : The probabilistic algorithm, Carrier
Sensing Medium Access with Collision Avoidance (CSMA/CA) is
used to access the medium.
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
CLNS is used when lower layers are highly reliable, such as LANs
and bridges, as well as when the message are short.
CONS are the method for transmitting long messages, such as file
transfer. It is also used when transmission medium is not reliable.
Transport
SNICP
Network SNDCP
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
SNDAP
Data Link
50
COMMUNICATIONS PROTOCOLS AND STANDARDS(CONT..)
The top sublayer is subnetwork-Independent Convergence Protocol
(SNICP) layer that interfaces to the transport layer.
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
The nodes in turn communicate with subnetworks using the
subnetwork-Dependent Convergence Protocol (SNDCP), which
depends on the subnetwork protocols and could be any proprietary
protocol.
The SNDCP communicates with its Data link layer via the third
network sublayers, Subnetwork-Dependent Access Protocol
(SNDAP).
51
COMMUNICATIONS PROTOCOLS AND STANDARDS(CONT..)
Comparison of OSI and Internet model
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
52
COMMUNICATIONS PROTOCOLS AND STANDARDS(CONT..)
Comparison of four application-specific protocols
in OSI and Internet models
OSI User Internet User
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
Terminal
VT TELNET
Application
Mail / Message
MOTIS SMTP
Transfer
Management
CMIP SNMP
Application
53
COMMUNICATIONS PROTOCOLS AND STANDARDS(CONT..)
OSI Model Internet Model
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
using Virtual Terminal (VT)
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
The IP address is uniquely associated with a physical MAC address
of the network component. However, mistakes are made in
assigning duplicate IP addresses.
Network failure:
Network failure is caused more often by a node failure than
failure of passive links.
Network configuration issues:
The network has a permanent configuration (default) and a dynamic
configuration (runt-time), and thus a power hit could change the
configuration.
55
1.8 CHALLENGES OF IT MANAGERS:
Maintain reliability in a data network as in a telephone network.
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
Networking with emerging technology necessitates the need
for continuing education.
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
It comprises three major groups:
Network and service Provisioning
Network I&M.
57
NETWORK MANAGEMENT: GOALS, ORGANIZATION AND
FUNCTIONS (CONT..)
Network
Management
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
Network Network Network
Provisioning Operations Maintenance
Network Provisioning
Network provisioning consists of network planning and
design and is the responsibility of the Engineering group.
The Engineering group keeps track of new technologies and
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
introduces them as needed.
New or modifications to network provisioning may also be
initiated by management decision.
Network Operations
Fault Management/Service Restoration
Configuration Management
Security Management
Accounting Management
59
Reports Management
NETWORK MANAGEMENT: GOALS, ORGANIZATION AND
FUNCTIONS (CONT..)
Network Installation and Maintenance
The network I&M group takes care of all activities of installation
and maintenance of equipment and transmission facilities.
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
Trouble Ticket Administration:
Trouble ticket administration is the administrative part of fault
management and is used to track problems in the network.
60
NETWORK MANAGEMENT: GOALS, ORGANIZATION AND
FUNCTIONS (CONT..)
1.9.1 Network Operations
Network
Users
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
Management Configuration Data
Decision
TT Restoration
New Performance & Traffic Data
Technology
Fault TT
Installation 61
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
62
NETWORK MANAGEMENT ARCHITECTURE AND ORGANIZATION
(CONT..)
Network management dumbbell architecture for interoperability is
as shown in figure1.23(a)
The vendor systems A and B exchange common management
messages.
The messages consist of management information data (type,
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
id, and status of managed objects etc) and management controls
(setting and changing configuration of an object).
The protocols and services associated with the dumbbell
architecture are presented in figure 1.23(b).
Application services are the management-related applications such
as fault and configuration management.
Management protocols are CMIP for the OSI model and SNMP
for the Internet Model.
Transport protocols are the first four OSI layers for the OSI
model and TCP/IP over any of the first two layers for the 63
Internet model.
1.10 NETWORK MANAGEMENT ARCHITECTURE AND
ORGANIZATION (CONT..)
NMS
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
Network Network
Agent Agent
Network Network
Objects Objects
64
Figure 1.24 Network Management Components
1.10 NETWORK MANAGEMENT ARCHITECTURE AND
ORGANIZATION (CONT..)
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
Network Network Network Network
Agent Agent Agent Agent
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
Peer networks can communicate network management messages
and controls between them as shown in figure 1.25
66
1.11 CURRENT STATUS AND FUTURE OF NETWORK
MANAGEMENT:
The current status of Network Management are as follows;
Current NMSs are based on SNMP protocol.
Limited CMIP management.
Limitation of large memory in computer system.
ಪಂಪಾಪತಿ .ಬಿ.ಎಂ
Poll based system, in other words NMS polls each agent as to its
status or for any other data that it needs for network management.