NM Mod 2
NM Mod 2
of CSE,GMIT
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).
3
Page
Prof. Nandish Kumar D, Dept. of CSE,GMIT
4
Page
Prof. Nandish Kumar D, Dept. of CSE,GMIT
5
Page
Prof. Nandish Kumar D, Dept. of CSE,GMIT
6
Page
Prof. Nandish Kumar D, Dept. of CSE,GMIT
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"
}
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
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.
(same as in chapter 1).
10
Page
Prof. Nandish Kumar D, Dept. of CSE,GMIT
11
Page