Three MIB Data Categories | Generated by AI
Question: The Management Information Base (MIB) of a network management system is a logical structure. Its data can be divided into which three categories?
Answer: The correct option is C: Structural data, Dynamic data, Control data (结构数据、动态数据、控制数据).
Explanation
In network management systems, the Management Information Base (MIB) organizes managed objects logically into three primary categories of data:
- Structural Data (结构数据): Refers to static data that defines the structure and topology of the managed network, such as device configurations, hardware modules, and system component relationships.
- Dynamic Data (动态数据): Refers to real-time status and operational metrics that change frequently during network operation, such as port traffic counters, CPU/memory utilization, and active connections.
- Control Data (控制数据): Refers to administrative settings and commands used by network administrators to control device behavior, such as configuration parameters, enable/disable switches, and threshold values.
