Object identifier
From Wikipedia, the free encyclopedia
In computing, an object identifier or OID is an identifier used to name an object (compare URN). Structurally, an OID consists of a node in a hierarchically-assigned namespace, formally defined using the ITU-T's ASN.1 standard. Successive numbers of the nodes, starting at the root of the tree, identify each node in the tree. Designers set up new nodes by registering them under the node's registration authority. The root of the tree contains the following three "arcs":
Contents |
[edit] Usage
- In computer security, OIDs serve to name almost every object type in X.509 certificates, such as components of Distinguished names, CPSs, etc.
- Within X.500 directory schemas and protocols, to uniquely name each attribute type and object class, and other elements of schema.
- Within LDAP schemas, each object class and each attribute type has a unique OID
- In computer networking, an OID, in the context of the Simple Network Management Protocol (SNMP), consists of the object identifier for an object in a Management Information Base (MIB).
- HL7, DICOM and other health care related information interchange standards use OIDs for globally unique identifiers for both individual information objects as well as references to code systems and data element dictionaries.
[edit] Examples
The most common OIDs seen "in the wild" usually belong to the private enterprise numbers allocated by IANA under the 1.3.6.1.4.1 (iso.org.dod.internet.private.enterprise) arc.
Another increasingly used form of OID is in the area of health care and public health informatics. Health Level Seven (HL7), a standards-developing organization in the area of electronic health care data exchange, is an assigning authority at the 2.16.840.1.113883 (joint-iso-itu-t.country.us.organization.hl7) node. HL7 maintains its own OID registry, and as of January 1, 2008 it contained almost 3,000 nodes, most of them under the HL7 root. The Centers for Disease Control and Prevention has also adopted OIDs to manage the many complex values sets or "vocabularies" used in public health. The various OIDs are available in the Public Health Information Network (PHIN) Vocabulary Access and Distribution System (VADS).
[edit] See also
- Digital object identifier
- Surrogate key
- Extended Validation Certificate
- Universally Unique Identifier
- Globally Unique Identifier
- Uniform Resource Name
- In computer programming, an object identifier generally takes the form of an implementation-specific integer or pointer that uniquely identifies an object. However, OIDs are a specific approach to creating globally unique object identifiers in a distributed system.
[edit] External links
- Object Identifier Repository
- Harald Tveit Alvestrand's Object Identifier Registry
- IANA Private Enterprise Numbers
This article was originally based on material from the Free On-line Dictionary of Computing, which is licensed under the GFDL.