Uniform Resource Names for Device Identifiers
draft-ietf-core-dev-urn-11
Document | Type | Active Internet-Draft (core WG) | ||
---|---|---|---|---|
Authors | Jari Arkko , Cullen Jennings , Zach Shelby | |||
Last updated | 2021-03-01 (latest revision 2021-02-22) | |||
Replaces | draft-arkko-core-dev-urn | |||
Stream | IETF | |||
Intended RFC status | Proposed Standard | |||
Formats | plain text pdf htmlized (tools) htmlized bibtex | |||
Reviews | ||||
Stream | WG state | Submitted to IESG for Publication | ||
Document shepherd | Marco Tiloca | |||
Shepherd write-up | Show (last changed 2021-01-13) | |||
IESG | IESG state | RFC Ed Queue | ||
Action Holders |
(None)
|
|||
Consensus Boilerplate | Yes | |||
Telechat date | ||||
Responsible AD | Barry Leiba | |||
Send notices to | Marco Tiloca <marco.tiloca@ri.se> | |||
IANA | IANA review state | IANA OK - Actions Needed | ||
IANA action state | On Hold | |||
IANA expert review state | Expert Reviews OK | |||
IANA expert review comments | Experts pointed out minor issues. | |||
RFC Editor | RFC Editor state | EDIT | ||
Details |
Network Working Group J. Arkko Internet-Draft Ericsson Intended status: Standards Track C. Jennings Expires: August 27, 2021 Cisco Z. Shelby ARM February 23, 2021 Uniform Resource Names for Device Identifiers draft-ietf-core-dev-urn-11 Abstract This document describes a new Uniform Resource Name (URN) namespace for hardware device identifiers. A general representation of device identity can be useful in many applications, such as in sensor data streams and storage, or equipment inventories. A URN-based representation can be passed along in applications that need the information. Status of This Memo This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79. Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet- Drafts is at http://datatracker.ietf.org/drafts/current/. Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." This Internet-Draft will expire on August 27, 2021. Copyright Notice Copyright (c) 2021 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect Arkko, et al. Expires August 27, 2021 [Page 1] Internet-Draft DEV URN February 2021 to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License. Table of Contents 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2 2. Requirements language . . . . . . . . . . . . . . . . . . . . 4 3. DEV URN Definition . . . . . . . . . . . . . . . . . . . . . 4 3.1. Purpose . . . . . . . . . . . . . . . . . . . . . . . . . 4 3.2. Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 5 3.2.1. Character Case and URN-Equivalence . . . . . . . . . 6 3.3. Assignment . . . . . . . . . . . . . . . . . . . . . . . 7 3.4. Security and Privacy . . . . . . . . . . . . . . . . . . 7 3.5. Interoperability . . . . . . . . . . . . . . . . . . . . 7 3.6. Resolution . . . . . . . . . . . . . . . . . . . . . . . 7 3.7. Documentation . . . . . . . . . . . . . . . . . . . . . . 7 3.8. Additional Information . . . . . . . . . . . . . . . . . 8 3.9. Revision Information . . . . . . . . . . . . . . . . . . 8 4. DEV URN Subtypes . . . . . . . . . . . . . . . . . . . . . . 8 4.1. MAC Addresses . . . . . . . . . . . . . . . . . . . . . . 8 4.2. 1-Wire Device Identifiers . . . . . . . . . . . . . . . . 8 4.3. Organization-Defined Identifiers . . . . . . . . . . . . 9 4.4. Organization Serial Numbers . . . . . . . . . . . . . . . 9 4.5. Organization Product and Serial Numbers . . . . . . . . . 10 4.6. Future Subtypes . . . . . . . . . . . . . . . . . . . . . 10 5. Examples . . . . . . . . . . . . . . . . . . . . . . . . . . 10 6. Security Considerations . . . . . . . . . . . . . . . . . . . 12 6.1. Privacy . . . . . . . . . . . . . . . . . . . . . . . . . 12 6.2. Validity . . . . . . . . . . . . . . . . . . . . . . . . 12 7. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 13 8. References . . . . . . . . . . . . . . . . . . . . . . . . . 13 8.1. Normative References . . . . . . . . . . . . . . . . . . 13 8.2. Informative References . . . . . . . . . . . . . . . . . 14 Appendix A. Changes from Previous Versions . . . . . . . . . . . 16 Appendix B. Acknowledgments . . . . . . . . . . . . . . . . . . 21 Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 21 1. Introduction This document describes a new Uniform Resource Name (URN) [RFC8141] namespace for hardware device identifiers. A general representationShow full document text