TTM4128: Network and Service Management
# Basics
With regards to the basic foundation of network mangement, there are three models: Organization Model, Information Model and Communciation model.
## Organization Model
- Organization model components:
- __Manager__ in __Management system__
- __Agent__ in __Managed system__
- __Manager__
- Sends requests to agents.
- Monitors alarms from agents.
- Houses applications.
- Provides user services.
- __Agent__
- Gathers information from managed object instances.
- Configures paramters of managed object instances.
- Responds to mangagers' requests.
- Generates alarms and sends them to manager.
## Information Model:
Structure of Management Information (SMI)
: Syntax and semantics for the defintion of the __managed object types__.
Management Information base (MIB)
: The library system of the __managed object types__.
Management Information tree (MIB tree)
: A hierarchical identification system for the __managed object types__.
FCAPS, coined by ISO, presents some of the major challenges faced by the network manager:
Fault management
##MIB Group
A collection of related MIBs that are implemented as a whole in a managed system.
##SNMP Versions
### Comparisons
#### Security
SNMP version 1 and 2 is prone to the following security threats:
- Modification of Information
- Masquerade
- Reordering of message fragments (to modify meaning)
- Disclosure
This is resolved in SNMPv3 by implementing the following security services:
- Data integrity
- Data origin authentication
- Encryption
- Prevention of redirection, delay and replay
#Semantic Web
## RDF - Resource Description Framework
RDF is a framework for describing resources on the web. It is designed to be read and understood by computers, and written in XML. RDF is a W3C recommendation.
Example RDF document:
<?xml version="1.0"?>
<RDF>
<Description about="http://www.w4schools.com/rdf">
<author>Kris. K. Larsen</author>
<homepage>http://www.w4schools.com</homepage>
</Description>
</RDF>
#CIM - Common Information Model
Consists of three main components:
- CIM Specification
- CIM Schema
- CIM Extension Schema
## CIM Specification
Defines details for integration with other models, as well as syntax and rules and the CIM metaschema.
## CIM Schema
Defines the actual model descriptions for systems, applications, local area networks (LANs) and devices. It consists of the Core Model and the Common Models.
## Extension Schema