Explain a Management Information Base (MIB).


A Management Information Base is part of every SNMP-managed device. Each SNMP agent has the MIB database that contains information about the device’s status, its performance, connections, and configuration. The MIB is queried by SNMP.



Explore posts in the same categories: Computer Networks Interview Questions, Networking Interview Questions


BOOKMARK THIS : del.icio.us | Digg it | Furl | reddit |


Related Questions :

  • Explain the EXPLAIN statement ?
  • The explain statement provides information about the optimizer's choice of access path of the SQL....
  • What is slicing?
  • Slicing means that the data added by a subclass are discarded when an object of the subclass is passed or...
  • Can you explain what inheritance is and an example of when you might use it?
  • When you want to inherit (use the functionality of) another class. Example: With a base class named Employee, a Manager...
  • What is a node class?
  • A node class is a class that, relies on the base class for services and implementation, provides a wider interface...
  • Explain the concept of “Business Content” in SAP Business Information Warehouse?
  • Business Content is a pre-configured set of role and task-relevant information models based on consistent Metadata in the SAP Business...
  • What is ERP?
  • ERP is a package with the techniques and concepts for the integrated management of business as a whole, for effective...
  • Name the sub-systName the sub-systems of a RDBMS
  • I/O, Security, Language Processing, Process Control, Storage Management, Logging and Recovery, Distribution Control, Transaction Control, Memory Management, Lock Management...
  • List some optimization techniques in EIM.
  • 1) Limit base tables and columns to be processed by using : only base Tables,ignore base Tables,only base Columns,ignore base...
  • What are the differences between a C++ struct and C++ class?
  • The default member and base-class access specifiers are different. This is one of the commonly misunderstood aspects of C++. Believe it...
  • What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state ?
  • Web pages are recreated each time the page is posted to the server. In traditional Web programming, this would ordinarily...

    Comment:

    You must be logged in to post a comment.