Network Management Module 1 (WWW - Vtuloop.com)
Network Management Module 1 (WWW - Vtuloop.com)
PART – A
UNIT 1 7 Hours
Introduction: Analogy of Telephone Network Management, Data and Telecommunication Network Distributed
computing Environments, TCP/IP-Based Networks: The Internet and Intranets, Communications Protocols and
Standards- Communication Architectures, Protocol Layers and Services; Case Histories of Networking and
Management – The Importance of topology , Filtering Does Not Reduce Load on Node, Some Common Network
Problems; Challenges of Information Technology Managers, Network Management: Goals, Organization, and
Functions- Goal of Network Management, Network Provisioning, Network Operations and the NOC, Network
Installation and Maintenance; Network and System Management, Network Management System platform, Current
Status and Future of Network Management.
UNIT 2 6 Hours
Basic Foundations: Standards, Models, and Language: Network Management Standards, Network Management
Model, Organization Model, Information Model – Management Information Trees, Managed Object Perspectives,
Communication Model; ASN.1- Terminology, Symbols, and Conventions, Objects and Data Types, Object Names,
An Example of ASN.1 from ISO 8824; Encoding Structure; Macros, Functional Model.
M
UNIT 3
CO 6 Hours
SNMPv1 Network Management - 1 : Managed Network: The History of SNMP Management, Internet
P.
Organizations and standards, Internet Documents, The SNMP Model, The Organization Model, System Overview.
O
LO
UNIT 4 7 Hours
SNMPv1 Network Management – 2: The Information Model – Introduction, The Structure of Management
Information, Managed Objects, Management Information Base.The SNMP Communication Model – The SNMP
TU
Architecture, Administrative Model, SNMP Specifications, SNMP Operations, SNMP MIB Group, Functional
.V
Model
W
W
PART - B
W
UNIT 5 6 Hours
SNMP Management – RMON: Remote Monitoring, RMON SMI and MIB, RMONI1- RMON1 Textual
Conventions, RMON1 Groups and Functions, Relationship Between Control and Data Tables, RMON1 Common
and Ethernet Groups, RMON Token Ring Extension Groups, RMON2 – The RMON2 Management Information
Base, RMON2 Conformance Specifications; ATM Remote Monitoring, A Case Study of Internet Traffic Using
RMON.
UNIT 6 6 Hours
Broadband Network Management: ATM Networks: Broadband Networks and Services, ATM Technology –
Virtual Path-Virtual Circuit, TM Packet Size, Integrated Service, SONET, ATM LAN Emulation, Virtual LAN;
ATM Network Management – The ATM Network Reference Model, The Integrated Local Management Interface,
The ATM Management Information Base, The Role of SNMP and ILMI in ATM Management, M1 Interface:
Management of ATM Network Element, M2 Interface: Management of Private Networks, M3 Interface: Customer
Network Management of Public Networks, M4 Interface: Public Network Management, Management of LAN
Emulation, ATM Digital Exchange Interface Management.
UNIT 8 8 Hours
Network Management Applications: Configuration Management- Network Provisioning, Inventory Management,
Network Topology, Fault Management- Fault Detection, Fault Location and Isolation Techniques, Performance
Management – Performance Metrics, Data Monitoring, Problem Isolation, Performance Statistics; Event
Correlation Techniques – Rule-Based Reasoning, Model-Based Reasoning, Case-Based Reasoning, Codebook
correlation Model, State Transition Graph Model, Finite State Machine Model, Security Management – Policies
and Procedures, Security Breaches and the Resources Needed to Prevent Them, Firewalls, Cryptography,
Authentication and Authorization, Client/Server Authentication Systems, Messages Transfer Security, Protection of
Networks from Virus Attacks, Accounting Management, Report Management, Policy-Based Management, Service
Level Management.
Text Books:
M
1. Mani Subramanian: Network Management- Principles and Practice, Pearson Education, 2003.
CO
P.
O
LO
TU
.V
W
W
W
M
CO
P.
O
LO
TU
.V
W
W
W
M
facilities over the primary route are filled to capacity, an alternative route is automatically assigned.
CO
• Operations support systems ensure the quality of service in the telephone network.
• For a given region, there is a NOC (Network Operations Center) where the global status of the network is
P.
monitored. The NOC is the nerve center of telephone network operations.
O
LO
TU
.V
W
W
W
1
For Solved Question Papers of UGC-NET/GATE/SET/PGCET in Computer Science, visit http://victory4sure.weebly.com/
NETWORK MANAGEMENT SYSTEMS
DATA (COMPUTER) & TELECOMMUNICATION NETWORKS
THREE MODES OF DATA TRANSMISSION
• The data can be transmitted in one of 3 modes:
1) Circuit switched
2) Message switched or
3) Packet switched.
• In the circuit switched mode, a physical circuit is established between the originating & terminating ends before
the data is transmitted. The circuit is disconnected after completion of transmission.
• In message-switched & packet-switched modes, the data is broken into packets & each packet is enveloped with
the destination & originating addresses.
• Message-switched mode is used to send long messages such as email. Whereas ,Packet switched mode is used to
transmit small packets used in applications such as interactive communication.
• In message switched mode, the data is stored by the system & then retrieved by the user at a later time. In packet
switched mode, the packets are fragmented & reassembled in almost real time.
• The bridges & routers open each packet to find the destination address & switch the data to the appropriate output
links.
M
• Modems transfer the information from digital to analog at source & back to digital at destination.
CO
P.
O
LO
TU
.V
W
W
W
2
For Solved Question Papers of UGC-NET/GATE/SET/PGCET in Computer Science, visit http://victory4sure.weebly.com/
NETWORK MANAGEMENT SYSTEMS
INTERIM CORPORATE DATA & TELECOMMUNICATION NETWORK
• A number of telephones & computers terminals at various corporate sites are connected by the telecommunication
network (Figure: 1.4).
• The telephone are connected locally by a local switch, PBX, which interfaces to the telephone network.
• The computer terminals are connected to onsite communication controllers, which manages the local terminals &
provides a single interface to the telephone network.
• In the above corporate environment, the computer terminals communicate directly with the host.
• This communication system architecture is expensive & inefficient because the user has to pay for the data traffic
over the public or leased telecommunications line.
• To reduce the cost & improve the performance, the computer terminals can communicate with a local
communications processor, which can then communicate with remote hosts.
• Processor-to-processor communications over the telecommunications lines takes less time & therefore are less
expensive.
M
CO
P.
O
LO
TU
.V
• In SNA, the host is connected to the terminals via the communications controllers & cluster controllers.
• Cluster controllers manage the DTEs at the peripheral nodes & the communication controllers manage the traffic
W
3
For Solved Question Papers of UGC-NET/GATE/SET/PGCET in Computer Science, visit http://victory4sure.weebly.com/
NETWORK MANAGEMENT SYSTEMS
DCE (DISTRIBUTED COMPUTING ENVIRONMENT)
SIMPLE CLIENT/SERVER MODEL
• The client initiates a request to the server & waits (Figure: 1.7).
• The server executes the process to provide the requested service & sends the results to the client.
• The client cannot initiate a process in the server. Thus, the process should have already been started in the server
& be waiting for requests to be processed.
M
to know the network address of sally.jones, which is dept.com.. Therefore, it makes a request to the DNS on the
CO
network for the routing information for the address of dept.com
• When it receives that information, it sends out joe.stone's message via the bridge to the network.
P.
• In this example, the mail server behaves both as a server & as a client.
• The 3 processes in this scenario, namely the client, the mail server and the DNS are considered cooperative
O
computing processes & may be running in 3 separate platforms on remote LANs connected by a WAN. The
LO
4
For Solved Question Papers of UGC-NET/GATE/SET/PGCET in Computer Science, visit http://victory4sure.weebly.com/
NETWORK MANAGEMENT SYSTEMS
TCP/IP-BASED NETWORKS: THE INTERNET AND INTRANET
• TCP/IP is a suite of protocols that enable networks to be interconnected.
• TCP/IP forms the basic foundation of the Internet( Figure:1.9).
• The nodes in the network use network protocol named IP to route packets.
• IP is a connectionless protocol. That means there is no guarantee that the packets will be delivered to the
destination node. However, end-to-end communication can be guaranteed by using the transport protocol, TCP.
• TCP is connection-oriented protocol. Whereas , UDP is a connectionless protocol.
• Much of Internet traffic really uses UDP/IP, because of the reliability of data transmission.
• The Internet is a network of networks. Whereas, An intranet is a private network & access to it is controlled by
the enterprise that owns it, whereas the Internet is public.
• Gateways between LANs serve as the interfaces between dissimilar & independent, autonomous networks &
perform many functions including protocol conversions.
M
CO
P.
O
LO
TU
.V
W
W
W
5
For Solved Question Papers of UGC-NET/GATE/SET/PGCET in Computer Science, visit http://victory4sure.weebly.com/
NETWORK MANAGEMENT SYSTEMS
INTERNET FABRIC MODEL
• The workstations belong to the user plane, the LANs to the LAN plane, & WANs to the WAN plane.
• The interfaces are defined as the fabrics (Figure: 1.10).
• MAC fabric interfaces the user plane & the LAN plane. The user's workstation interfaces to a LAN via a MAC
• LANs interface to a WAN by a switching fabrics of bridges, routers & switches.
• Each WAN can be considered an autonomous network, & hence needs a gateway to communicate with another
WAN. Gateway fabric interconnects different WANs.
M
CO
P.
O
LO
TU
.V
W
W
W
6
For Solved Question Papers of UGC-NET/GATE/SET/PGCET in Computer Science, visit http://victory4sure.weebly.com/
NETWORK MANAGEMENT SYSTEMS
COMMUNICATION PROTOCOLS AND STANDARDS
COMMUNICATION ARCHITECTURE
• Communication between users occurs at various levels.
• Each system can be divided into 2 broad sets of communication layers. The top set of layers consists of the
application layers & the bottom set of the transport layers.
• The users interface with the application level layer & the communication equipment interfaces with the physical
medium.
• In Figure:1.11a, direct communication occurs between the corresponding cooperating layers of each system.
• In Figure:1.11b, the end systems communicating via an intermediate system N, which enables the use of different
physical media for the 2 end systems.
• System N converts the transport layer information into the appropriate protocols.
M
CO
P.
O
LO
TU
.V
W
W
W
7
For Solved Question Papers of UGC-NET/GATE/SET/PGCET in Computer Science, visit http://victory4sure.weebly.com/
NETWORK MANAGEMENT SYSTEMS
PDU COMMUNICATION MODEL BETWEEN END SYSTEMS
• The message in each layer is contained in message units called protocol data units (PDUs), which consists of two
parts-- PCI(protocol control information) & UD(user data) (Figure:1.14).
• PCI contains header information about the layer.
• UD contains the data that the layer, acting as a service provider, receives from or transmits to the upper
layer/service user layer.
• The size of the PDU increases as it goes toward lower layers.
• If the size of the PDU exceeds the maximum size of layers specifications, it is fragmented into multiple packets.
Thus, a single application-layer PDU could multiply into several physical PDUs.
M
CO
P.
Physical layer
LO
• Transfers to & gathers from the physical medium raw bit data (Figure: 1.13).
• Handles physical & electrical interfaces to the transmission medium.
TU
• LLC formats the data to go on the medium, performs error control & flow control.
• MAC controls data transfer to & from LAN, resolves conflicts with other data on LAN.
W
Network layer
W
8
For Solved Question Papers of UGC-NET/GATE/SET/PGCET in Computer Science, visit http://victory4sure.weebly.com/
NETWORK MANAGEMENT SYSTEMS
M
CO
P.
O
LO
TU
PHYSICAL LAYER
• This is responsible for physically placing the electrical signal on the physical medium & picking up the signal
.V
from it.
W
• This controls & manages the physical & electrical interfaces to the physical medium, including the connector or
transceiver.
W
9
For Solved Question Papers of UGC-NET/GATE/SET/PGCET in Computer Science, visit http://victory4sure.weebly.com/
NETWORK MANAGEMENT SYSTEMS
NETWORK LAYER
• This controls & manages the switching fabric of the network (Figure: 1.16).
• This provides both CLNS (connectionless network services) & CONS (Connection oriented network service).
CLNS is used when the lower layers are highly reliable such as LANs & bridges as well as when the messages are
short. CONS is the method for transmitting long messages such as file transfer. This is also used when the
transmission medium is not reliable.
• The OSI architecture model handles this by dividing the network layer into 3 sublayers:
1) SNICP (Subnetwork Independent Convergence Protocol)
2) SNDCP (Subnetwork Dependent Convergence Protocol)
3) SNDAP (Subnetwork Dependent Access Protocol) (Figure: 1.17)
• The Internet communicates between nodes using a Internet address and the SNICP. The nodes in turn
communicate with subnetworks using the SNDCP, which depends on the subnetwork protocol & could be any
proprietary protocol. In such a situation, the SNDCP communicates with its data link layer via the SNDAP.
M
CO
P.
O
LO
TU
.V
W
W
W
PRESENTATION LAYER
• This is the medium of presentation of the message's context to the user or application program.
• This is context sensitive layer.
• This can be interpreted as the common languages & image that the users at both end systems use & understand.
10
For Solved Question Papers of UGC-NET/GATE/SET/PGCET in Computer Science, visit http://victory4sure.weebly.com/
NETWORK MANAGEMENT SYSTEMS
COMPARISON OF SNA, OSI AND INTERNET PROTOCOL LAYER MODELS
• The transport & network layers form the suite of TCP/IP protocols. The application layers are combined into
application-specific protocols (Figure: 1.18).
• In the 7-layered SNA model, the physical, data link & application layers have one-to-one correspondence with the
OSI layers.
• Much of the SNA transport & session layer functions equivalent to those of the OSI model are done in the data
flow control & transmission control layers. The combination of these 2 services is also called the SNA transmission
subsystem.
• The presentation services, which are known as SNA high level services, combine the presentation services &
functions with some of the session control functions.
M
CO
P.
• All application specific protocol services in OSI are sandwiched between the user & presentation layers. In the
LO
Internet model, they are sandwiched between the user and the transport layers (Figure: 1.19).
• A user interfaces with a host at a remote terminal using virtual terminal in the OSI model & TELNET in the
TU
Internet model.
• File transfers are accomplished using FTAM (File Transfer Access & Management) in the OSI model and FTP
.V
• Network management is accomplished using CMIP (Common Management Information protocol) in the OSI
model and SNMP in the Internet.
W
11
For Solved Question Papers of UGC-NET/GATE/SET/PGCET in Computer Science, visit http://victory4sure.weebly.com/
NETWORK MANAGEMENT SYSTEMS
CHALLENGES OF INFORMATION TECHNOLOGY MANAGERS
• IT manager needs to maintain both computer & telecommunication networks because both types are slowly
merging in function.
• They are responsible for management of information because of the explosion of information storage & transfer
in the modern information era.
• They have to keep up with the new technologies because the technology is moving fast & the corporate growth is
enormous.
• They need to make provisions for contingencies to change direction when the IT industry does
• They face network & administrative & management problems day in & day out because most of the corporate
networks run 24/7.
M
• Staying abreast of the rapid advance of technology
• Determining responsibility for outages to the WAN CO
P.
O
LO
TU
.V
W
W
W
12
For Solved Question Papers of UGC-NET/GATE/SET/PGCET in Computer Science, visit http://victory4sure.weebly.com/
NETWORK MANAGEMENT SYSTEMS
NETWORK MANAGEMENT: GOALS, ORGANIZATIONS & FUNCTIONS
• This can be defined as OAM&P of network & services.
• The goal of network management is to ensure that the users of a network receives the information technology
services with the quality of service that they expect.
Network Management Functions
Network Provisioning
• The engineering group keep track of new technologies & introduces them as needed. (Figure: 1.21).
• Determination of what is needed & when is made through analysis of the traffic and performance data provided
by the network operations.
• Network management tools are helpful to the engineering group in gathering statistics and studying the trends of
traffic patterns for planning purposes.
Network Operations & the NOC
• They are concerned with daily operations of the network & providing network services.
Fault Management/Service Restoration
(Check detailed FM in next page).
Trouble Ticket Administration
• This is the administrative part of fault management & is used to track problems in the network. All
problems, including nonproblems, are to be tracked until resolved.
Configuration Management
• There are 3 configurations of the network:
1) One is the static configuration & is the permanent configuration of the network. The static
configuration is on that would come up if the network is started from idle status.
2) The second configuration of a network is the current running configuration.
M
3) The third configuration is the planned configuration of the future when the configuration data
CO
will change as the network is changed. This information is useful for planning & inventory
management.
Security management
P.
Performance Management
LO
• The NOC administers costs & allocates the use of the network.
• Metrics are established to measure the usage of resources & services.
.V
• This group is the service arm of the engineering group for installation & fixing troubles for network operations.
W
13
For Solved Question Papers of UGC-NET/GATE/SET/PGCET in Computer Science, visit http://victory4sure.weebly.com/
NETWORK MANAGEMENT SYSTEMS
M
• An NMS can also detect failures of components & indicate them with appropriate alarms.
CO
• The responsibility to fix the problem usually rests with the I&M group.
• A trouble ticket is generated manually by a source engineer at NOC using a trouble-ticket system or automatically
P.
generated by an NMS.
• The information on the trouble ticket includes
O
maintenance group.
SECURITY MANAGEMENT
W
• This involves physically securing network, access to network resources & secured communication over network.
W
• Access privilege to application software is not the responsibility of the NOC unless the application is either
W
14
For Solved Question Papers of UGC-NET/GATE/SET/PGCET in Computer Science, visit http://victory4sure.weebly.com/
NETWORK MANAGEMENT SYSTEMS
NETWORK & SYSTEM MANAGEMENT
• The problem in the application program is a system problem & falls under the category of system management.
On the other hand, the transport problem from the client's workstation to the server platform is a system problem &
falls under network management.
• System management is concerned with management of systems & system resources in the network. Whereas,
Network management is concerned with network resources such as hubs, switches, bridges, routers & gateways,
and the connectivity among them via a network.
• Network management also addresses end-to-end connectivity between any two processors in the network. System
management also addresses logging & archiving events.
Network Management Dumbbell Architecture
• In fig:1.23 , the messages consist of management information data & management controls.
• Application services are the management-related applications such as fault & configuration management.
• The management protocols are CMIP for the OSI model & SNMP for the Internet model.
• Transport protocols are first 4 layers of OSI model & TCP/IP over any of first 2 layers of the 7-layer OSI model.
M
CO
P.
O
LO
TU
.V
W
W
W
15
For Solved Question Papers of UGC-NET/GATE/SET/PGCET in Computer Science, visit http://victory4sure.weebly.com/