Module 2: Basic Foundation Standards, Models & Language: Network Management Systems
Module 2: Basic Foundation Standards, Models & Language: Network Management Systems
of CSE,GMIT
VTUPulse.com
IEEE
• IEEE standards adopted internationally
• Addresses management of LANs & MANs
• Adopts OSI standards significantly
• Deals with first 2 layers of the OSI reference model
Web Based Management
• This is based on using Web technology, a web server for the management system and web browsers
for network management stations
• Web Based Enterprise Management (WBEM)
• Java Management Extensions (JMX)
• DMTF (Desktop Management Task Force) is developing specifications for WBEM.
• JMX is based on a special subset of Java applets developed by Sun microsystems that runs in the
network components
1
Page
Prof. Nandish Kumar D, Dept. of CSE,GMIT
VTUPulse.com
2
Page
Prof. Nandish Kumar D, Dept. of CSE,GMIT
• In 3 tier model, the intermediate layer acts as both agent & manager (Figure: 3.3),
• As manager, it collects data from the network elements, processes it & stores the results in its database.
• As agent, it transmits information to the top-level manager.
Network Management Model with MoM
• Network domains can be managed locally and a global view of the networks can be monitored by a MoM
(Manager of managers).
• This configuration uses an enterprise network management system & is applicable to organizations with sites
distributed across cities (Figure: 3.4).
VTUPulse.com
3
Page
Prof. Nandish Kumar D, Dept. of CSE,GMIT
VTUPulse.com
4
Page
Prof. Nandish Kumar D, Dept. of CSE,GMIT
VTUPulse.com
5
Page
Prof. Nandish Kumar D, Dept. of CSE,GMIT
VTUPulse.com
6
Page
Prof. Nandish Kumar D, Dept. of CSE,GMIT
VTUPulse.com
7
Page
Prof. Nandish Kumar D, Dept. of CSE,GMIT
ASN.1 CONVENTIONS
• ASN.1 is based on the Backus system & uses the formal syntax language & grammar of the BNF (Backus-Nauer
Form) ,which looks like
<name>::=<definition>
where the notation <entity> denotes an "entity" and the symbol ::= represents "defined
as" e.g.: <BooleanType>::= BOOLEAN
<BooleanType>:= TRUE | FALSE
The definitions on the right side are called primitives
The format of each line is defined as a production or assignment
Entities that are all in capital letter such as TRUE and FALSE are called keywords
• A group of assignments makes up an module.
eg: person-name Person-Name ::=
{
first "john"
middle "T"
last "smith"
VTUPulse.com
}
Here "person-name" is the name of the module which is a data type. "Person-Name" is a module
• Following are 3 constructive mechanisms:
→ alternatives: CHOICE
→ list: SET and SEQUENCE
→ repetition: SET OF and SEQUENCE OF
• ASN.1 definition allows both backward & forward references as well as inline definition.
8
Page
Prof. Nandish Kumar D, Dept. of CSE,GMIT
VTUPulse.com
9
Page
Prof. Nandish Kumar D, Dept. of CSE,GMIT
FUNCTIONAL MODEL
• The functional model component addresses the user-oriented applications, which are formally specified in the
OSI model (Figure: 3.22).
• The functional model consists of 5 submodels: configuration management, fault management, performance
management, security management and accounting management.
VTUPulse.com
(same as in chapter 1).
10
Page
Prof. Nandish Kumar D, Dept. of CSE,GMIT
VTUPulse.com
11
Page