A description language used to describe SNMP data types in a machine architecture-independent format.
The Basic Encoding Rules describe how SNMP data should be encoded "on the wire," in such a way that machines with potentially very different architectures can understand it.
Connectionless protocols allow packets between network correspondents to be routed individually rather than through a pre-established "connection," for example, IP.
Connection-oriented protocols transmit packets between network correspondents along predetermined routes established at connection setup.
A networked database primarily used to identify mail handlers and resolve IP addresses from symbolic names.
The Internet Engineering Task Force. A standards body responsible for standards development in the Internet community.
Instrumentation refers to the system-dependent program code written by an agent developer to gather the information that can be accessed using SNMP. For example, the number of packets in and out of an interface must be counted so this information can be retrieved. The instrumentation does the counting.
A standards body responsible for many different kinds of standards. The "networking branch" of standards is usually referred to as the OSI.
Each SNMP agent implements a set of "managed objects." These objects are described in MIB documents written in the ASN.1 data description language.
Routines which make up the interface between the Management Information Base (MIB) and the system routines that alter the variables which the MIB represents.
For the purpose of writing method routines, SNMP variables are separated into families. A family consists of all the leaf MIB variables with the same immediate parent node or root (the Object Identifier without the instance information). For example, in MIB-II, the following variables form a single family since they are all children of ifEntry (1.3.6.1.2.1.2.2.1):
ifIndex 1.3.6.1.2.1.2.2.1.1
Note that ifNumber (1.3.6.1.2.1.2.1) is also a member of the interfaces group; but it is not a member of the same family because it is not a child of ifEntry.
A MIB view is a collection of MIB subtrees that are either included or excluded from that particular view. That is, it defines a subset of all the managed objects at an SNMP entity.
Each object in an SNMP MIB has an associated Object Identifier that uniquely identifies the object in a global tree of objects.
Documents maintained by the IETF standards body contain standards in various stages of completion. RFC documents are available over the Internet for no fee, and in printed form for a nominal printing charge.
The Transmission Control Protocol is a connection-oriented transport-layer protocol. It attempts to achieve reliability through retransmission.