米葫芦网

RFC3001 - A URN Namespace of Object Identifiers

热度:8℃ 发布时间:2025-03-18 09:41:12

Network Working Group M. Mealling
Request for Comments: 3001 Network Solutions, Inc.
Category: Informational November 2000
A URN Namespace of Object Identifiers
Status of this Memo
This memo provides information for the Internet community. It does
not specify an Internet standard of any kind. Distribution of this
memo is unlimited.
Copyright Notice
Copyright (C) The Internet Society (2000). All Rights Reserved.
Abstract
This document describes a Uniform Resource Names (URN) namespace that
contains Object Identifiers (OIDs).
1. IntrodUCtion
An Object Identifier is a series of digits delimited in some way.
The rules roughly state that once an entity is assigned an Object
Identifier (OID) it has sole discretion to further subdelegate off of
that OID. Some examples of OIDs include:
o 1.3.6.1 - the Internet OID
o 1.3.6.1.4.1 - IANA-assigned company OIDs, used for private MIBs
and such things
o 1.3.6.1.2.1.27 - The Applications MIB
o 0.9.2342.19200300.100.4 - Object ID"s used in the Directory pilot
project to identify X.500 Object Classes. Mostly defined in RFC-
1274.
This document specifies the "oid" URN namespace [1]. This namespace
is for encoding an Object Identifier as specified in ASN.1 [2] as a
URI.
The namespace specification is for a formal namespace.
2. Specification Template
Namespace ID:
"oid" requested.
Registration Information:
Registration Version Number: 1
Registration Date: 2000-04-30
Declared registrant of the namespace:
I need help here. I"m not comfortable being the "registrant". So
who do I actually put here?
The ISO/IEC Joint Technical Committee 1 - SubCommittee 6 The
actual real authority is the ASN.1 specification itself but at
present SC6 is the committee that has the authority to interpret
what that means.
Declaration of structure:
The NSS portion of the identifier follows the string encoding
rules found in RFC1778 Section 2.15 [3] which specifies a series
of digits separated by a period with the most significant digit
being at the left and the least significant being at the right.
No changes are anticipated since Object Identifiers are fairly
simple and have been standardized with no changes for many years.
Relevant ancillary documentation:
Relevant documentation can be found in X.660/Amd 2 ISO/IEC
9834-1/Amd 2 [2].
Identifier uniqueness considerations:
The rules for assignment of OIDs requires that each OID be unique
to the OID space and that it cannot be reassigned or reused. By
reference this URN namespace inherents those rules.
Identifier persistence considerations:
The rules concerning the use of OIDs requires that they not be
reused once assigned. By reference this URN namespace inherents
those rules.
Process of identifier assignment:
Once an OID is assigned to some entity, that entity can then
create and assign new OIDs below that particular OID. There are
multiple entities that assign new OIDs to the general public. The
top three levels are pre-assigned as follows:
0 - ITU-T assigned
1 - ISO assigned
2 - Joint ISO/ITU-T assignment
several assigned OIDs that are of importance to the Internet are:
1.3.6.1 - the Internet OID
1.3.6.1.4.1 - IANA-assigned company OIDs, used for private
MIBs and such things
Process of identifier resolution:
At this time no resolution mechanism is defined.
Rules for Lexical Equivalence:
OIDs are composed of multiple occurrences of digits and the "."
character. Lexical equivalence is achieved by exact string match.
Conformance with URN Syntax:
There are no additional characters reserved.
Validation mechanism:
None.
Scope:
Global
3. Examples
The following examples are taken from the example OIDs from the
Introduction:
urn:oid:1.3.6.1
urn:oid:1.3.6.1.4.1
urn:oid:1.3.6.1.2.1.27
URN:OID:0.9.2342.19200300.100.4
4. Security Considerations
None not already inherent to using unverifiable OIDs
5. Acknowledgements
The author would like to thank Harald Alvestrand for the use of his
OID database as a source for examples and references.
References
[1] Moats, R., "URN Syntax", RFC2141, May 1997.
[2] CCITT, "Specification of Basic Encoding Rules for Abstract
Syntax Notation One (ASN.1)", CCITT Recommendation X.209,
January 1988.
[3] Howes, T., Kille, S., Yeong, W. and C. Robbins, "The String
Representation of Standard Attribute Syntaxes", RFC1778, March
1995.
Author"s Address
Michael Mealling
Network Solutions, Inc.
505 Huntmar Park Drive
Herndon, VA 22070
US
Phone: +1 770 935 5492
EMail: michaelm@netsol.com
URI: http://www.netsol.com
Full Copyright Statement
Copyright (C) The Internet Society (2000). All Rights Reserved.
This document and translations of it may be copied and furnished to
others, and derivative works that comment on or otherwise eXPlain it
or assist in its implementation may be prepared, copied, published
and distributed, in whole or in part, without restriction of any
kind, provided that the above copyright notice and this paragraph are
included on all such copies and derivative works. However, this
document itself may not be modified in any way, such as by removing
the copyright notice or references to the Internet Society or other
Internet organizations, except as needed for the purpose of
developing Internet standards in which case the procedures for
copyrights defined in the Internet Standards process must be
followed, or as required to translate it into languages other than
English.
The limited permissions granted above are perpetual and will not be
revoked by the Internet Society or its successors or assigns.
This document and the information contained herein is provided on an
"AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
Acknowledgement
Funding for the RFCEditor function is currently provided by the
Internet Society.

网友评论
评论
发 布

更多软件教程
  • 软件教程推荐
更多+
Greenfoot设置中文的方法

Greenfoot设置中文的方法

Greenfoot是一款简单易用的Java开发环境,该软件界面清爽简约,既可以作为一个开发框使用,也能够作为集成开发环境使用,操作起来十分简单。这款软件支持多种语言,但是默认的语言是英文,因此将该软件下载到电脑上的时候,会发现软件的界面语言是英文版本的,这对于英语基础较差的朋友来说,使用这款软件就会...

07-05

Egret UI Editor修改快捷键的方法

Egret UI Editor修改快捷键的方法

Egret UI Editor是一款开源的2D游戏开发代码编辑软件,其主要功能是针对Egret项目中的Exml皮肤文件进行可视化编辑,功能十分强大。我们在使用这款软件的过程中,可以将一些常用操作设置快捷键,这样就可以简化编程,从而提高代码编辑的工作效率。但是这款软件在日常生活中使用得不多,并且专业性...

07-05

KittenCode新建项目的方法

KittenCode新建项目的方法

KittenCode是一款十分专业的编程软件,该软件给用户提供了可视化的操作界面,支持Python语言的编程开发以及第三方库管理,并且提供了很多实用的工具,功能十分强大。我们在使用这款软件进行编程开发的过程中,最基本、最常做的操作就是新建项目,因此我们很有必要掌握新建项目的方法。但是这款软件的专业性...

07-05

Thonny设置中文的方法

Thonny设置中文的方法

Thonny是一款十分专业的Python编辑软件,该软件界面清爽简单,给用户提供了丰富的编程工具,具备代码补全、语法错误显示等功能,非常的适合新手使用。该软件还支持多种语言,所以在下载这款软件的时候,有时候下载到电脑中的软件是英文版本的,这对于英语基础较差的小伙伴来说,使用这款软件就会变得十分困难,...

07-05

最新软件下载