文章分类 | 推荐文章 | 最新文章 | 热点文章 | 最新软件 | 精品软件 | 下载排行 | 推荐下载 | 免费看大片 | WPS | 杀毒软件
清风网络
首 页 软件下载 网络学院 数码学院
QQ 电脑入门 游戏 操作系统 图形处理 办公软件 媒体动画 精文荟萃 工具软件 网络编程 程序开发 网络技术 认证考试 网站建设 文章专栏
当前位置:清风网络学院网络技术网络协议RFC3061 - A URN Namespace of Object Identifiers
精品推荐
特别推荐
·ISIS路由协议
·Telnet入侵最完全手册
·网络协议基础知识 SMTP协议和UDP协议
·新的宽带认证方式——IEEE 802.1x协议
·ARP协议揭密
·网络沟通的桥梁-协议X档案
·TCP/IP协议简介
·NGN网络协议解析
·HTTP协议基础
·电子商务安全协议
·SSL协议介绍
·SIP、SAP及SDP协议组合应用的研究
·在Windows 2000 Server中配置TCP/IP协议
·Catalyst8500配置实例之HSRP协议培植
·计算机网络体系层次结构的划分
·OSPF计算路由
热点TOP10
·Ad Hoc网络协议栈通用要求研究
·关于Sniffer Pro
·RFC791 - Internet Protocol
·在Windows 2000 Server中配置TCP/IP协议
·透析ICMP协议(四): 应用篇ping(RAW Socket)
·传输控制协议(Transmission Control Protocol, TCP)
·对BitTorrent通信协议的分析与检测
·完全用Linux工作 摈弃Windows
·ISIS路由协议
·TCP/IP协议原理
·Telnet入侵最完全手册
·RFC4098 - Terminology for Benchmarking BGP Device Convergence in the Control Plane
·RFC3447 - Public-Key Cryptography Standards (PKCS) #1: RSA Cryptography Specifications Version 2.1
·闭路电视监控系统CCTV资料
·IRIS Traffic Analyzer简易教程
·新的宽带认证方式——IEEE 802.1x协议
·HTTP协议基础
·新一代的AAA协议——Diameter
·IP PBX方案篇
·ARP协议揭密

RFC3061 - A URN Namespace of Object Identifiers

日期:2007年5月5日 作者: 查看:[大字体 中字体 小字体]



  Network Working Group M. Mealling
Request for Comments: 3061 Verisign
Category: Informational February 2001
Obsoletes: 3001

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 (2001). All Rights Reserved.

Abstract

This document describes a Uniform Resource Name (URN) namespace that
contains Object Identifiers (OIDs). It obsoletes RFC3001.

1. Introduction

An Object Identifier is a tree of nodes where each node is simply a
sequence of digits. The rules roughly state that once an entity is
assigned a node in the Object Identifier (OID) tree, it has sole
discretion to further subdelegate sub-trees off of that node. 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 [2]. This namespace
is for encoding an Object Identifier as specified in ASN.1 [3] as a
URI. RFC3001 [1] is obsoleted by this specification.

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:

The ISO/IEC Joint Technical Committee 1 - SubCommittee 6

The real authority is the ASN.1 specification itself but SC6 is
the committee that has the authority to interpret what that
means, thus that committee is listed as the registrant.

Declaration of structure:

The NSS portion of the identifier is based on the string encoding
rules found in RFC1778 Section 2.15 [4] 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.
At no time shall the NSS portion of the URN contain the human
readable description of a particular node in the OID tree. The
NSS portion of the name is strictly limited to the digits 0-9 and
the '.' character with no leading zeros. No other characters are
permitted. This is all expressed in the following ABNF:

oid = number *( DOT number )
number = DIGIT / ( LEADDIGIT 1*DIGIT )
LEADDIGIT = %x31-39 ; 1-9
DIGIT = %x30 / LEADDIGIT ; 0-9
DOT = %x2E ; period

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[3].

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] Mealling, M., "A URN Namespace of Object Identifiers", RFC3001,
November 2000.

[2] Moats, R., "URN Syntax", RFC2141, May 1997.

[3] CCITT, "Specification of Basic Encoding Rules for Abstract
Syntax Notation One (ASN.1)", CCITT Recommendation X.209,
January 1988.

[4] Howes, T., Kille, S., Yeong, W. and C. Robbins, "The String
Representation of Standard Attribute Syntaxes", RFC1778, March
1995.

Author's Address

Michael Mealling
Verisign
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 (2001). 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.
[1] [2] 下一页 




上一篇:RFC3062 - LDAP Password Modify Extended Operation

下一篇:RFC3060 - Policy Core Information Model -- Version 1 Specification

RFC3061 - A URN Namespace of Object Identifiers 相关文章:
·ShareObject 实现flash数据存储
·GObject对象系统
·Generic Data Access Objects 设计模式
·Server.CreateObject 的调用失败
·使用 SQLObject 连接数据库与 Python(1)
·Asp.net2.0:如何使用ObjectDataSource(配合ORM)
·ObjectARX简介
·FlashObject详解:Flash的检测和嵌入Javascript脚本
·RFC3404 - Dynamic Delegation Discovery System (DDDS) Part Four: The Uniform Resource Identifiers (URI)
·ASP网站Server object error的解决办法
RFC3061 - A URN Namespace of Object Identifiers 相关软件:
·ObjectDock Freeware V1.9 汉化版
·NetObjects FusionV5.01 汉化版
·Prentice Core Java Data Objects
·Microsoft ActiveX Data Objects
·ObjectDockV1.2
·3D Object ConverterV3.40
·Digital ObjectRescue Professional v1.4.59破解补丁
·Sax Comm ObjectsV8.0
·E-VODPlayer ATL ObjectV1.02
·Data Access Objects(DAO)V2.0

特别声明:本站除部分特别声明禁止转载的专稿外的其他文章可以自由转载,但请务必注明出处和原始作者。文章版权归文章原始作者所有。对于被本站转载文章的个人和网站,我们表示深深的谢意。如果本站转载的文章有版权问题请联系编辑人员,我们尽快予以更正。
[打印本页] [关闭窗口] 转载请注明来源:http://www.viphot.com
| 帮助(?) | 版权声明 | 友情连接 | 关于我们 | 信息发布
Copyright 2007 www.viphot.com All Rights Reserved. 鄂ICP备05000083号Powered by:viphot