MIB Data Categories Explained | Generated by AI
Question: In a network management system (NMS), the Management Information Base (MIB) is a logical structure. What are the three categories its data is divided into?
- A. Structural data, link data, fault data
- B. Management data, billing data, control data
- C. Structural data, dynamic data, control data ✅
- D. Management data, dynamic data, static data
Answer:
Correct Answer: C — Structural Data, Dynamic Data, and Control Data
Explanation
The Management Information Base (MIB) is a core component of network management systems (NMS), particularly in SNMP-based (Simple Network Management Protocol) frameworks. MIB defines the data items that managed devices must maintain, the operations allowed on each data item, and their meanings — essentially, all control and status information variables accessible to the management system are stored in the MIB.
As a logical structure, the MIB organizes its data into three categories:
1. Structural Data (结构数据)
This refers to the static, descriptive information about the network and its devices — things like device types, network topology, interface configurations, and hardware attributes. This data defines what the network looks like and does not change frequently.
2. Dynamic Data (动态数据)
This refers to real-time, changing operational information collected during network operation. MIB data can be static (such as manufacturer information) or dynamic (such as current interface traffic). Network management systems access this dynamic data periodically through polling or event-driven mechanisms to perform management operations. Examples include current traffic load, error counters, CPU utilization, and interface states.
3. Control Data (控制数据)
This refers to operational commands and configuration parameters used to actively manage and configure devices. Managed objects must maintain certain control and status information that can be read or written by the management program — these objects form a virtual information store known as the MIB. Control data enables the NMS to issue Set operations to change device behavior or configuration.
Why the Other Options Are Wrong
| Option | Why It’s Wrong |
|---|---|
| A (structural, link, fault data) | “Link data” and “fault data” are not standard MIB data categories |
| B (management, billing, control data) | “Billing data” is associated with OSS/BSS systems, not the MIB classification |
| D (management, dynamic, static data) | “Management data” is too broad and not part of the standard three-category MIB classification |
Key Takeaway
The standard academic classification of MIB data in Chinese networking exams (especially for qualification exams like the Network Engineer 网络工程师 exam) defines the three data types as:
结构数据 (Structural) + 动态数据 (Dynamic) + 控制数据 (Control) = Answer C
This classification reflects the three roles MIB plays: describing the network structure, monitoring live operational status, and enabling active management control.
References: