ENUM -- Telephone Number Mapping J. Livingood Working Group Comcast Internet-Draft B. Hoeneisen Intended status: Informational Switch Expires: April 25, 2007 A. Mayrhofer enum.at Oct 22, 2006 Guide and Template for IANA Registrations of Enumervices draft-ietf-enum-enumservices-guide-02 Status of this Memo By submitting this Internet-Draft, each author represents that any applicable patent or other IPR claims of which he or she is aware have been or will be disclosed, and any of which he or she becomes aware will be disclosed, in accordance with Section 6 of BCP 79. Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note that other groups may also distribute working documents as Internet- Drafts. 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." The list of current Internet-Drafts can be accessed at http://www.ietf.org/ietf/1id-abstracts.txt. The list of Internet-Draft Shadow Directories can be accessed at http://www.ietf.org/shadow.html. This Internet-Draft will expire on April 25, 2007. Copyright Notice Copyright (C) The Internet Society (2006). Abstract This document provides a guide to and template for the creation of new IANA registration of ENUM services. It is also to be used for updates of existing IANA registrations. Livingood, et al. Expires April 25, 2007 [Page 1] Internet-Draft BCP Enumservice Registrations Oct 2006 Table of Contents 1. Terminology . . . . . . . . . . . . . . . . . . . . . . . . . 3 2. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3 3. Enumservice Creation Cookbook . . . . . . . . . . . . . . . . 3 3.1. Preparation . . . . . . . . . . . . . . . . . . . . . . . 3 3.2. About Type Names . . . . . . . . . . . . . . . . . . . . . 4 3.3. About Subtypes . . . . . . . . . . . . . . . . . . . . . . 4 4. Required Sections and Information . . . . . . . . . . . . . . 4 4.1. Introduction (MANDATORY) . . . . . . . . . . . . . . . . . 4 4.2. ENUM Service Registration . . . . . . . . . . . . . . . . 5 4.3. Examples (MANDATORY) . . . . . . . . . . . . . . . . . . . 6 4.4. Implementation Recommendations / Notes (OPTIONAL) . . . . 6 4.5. Security Considerations (MANDATORY) . . . . . . . . . . . 7 4.6. IANA Considerations (MANDATORY) . . . . . . . . . . . . . 7 4.7. Other Sections (OPTIONAL) . . . . . . . . . . . . . . . . 7 5. Revision of Pre-Existing Enumservice RFCs . . . . . . . . . . 7 6. Security Considerations . . . . . . . . . . . . . . . . . . . 7 6.1. Considerations regarding this Document . . . . . . . . . . 7 6.2. Enumservice Security Considerations Guideline . . . . . . 8 7. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 8 8. Normative References . . . . . . . . . . . . . . . . . . . . . 8 Appendix A. XML2RFC Template for Enumservice Registration . . . . 9 Appendix B. Changes . . . . . . . . . . . . . . . . . . . . . . . 13 Appendix C. Open Issues . . . . . . . . . . . . . . . . . . . . . 13 Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . . 14 Intellectual Property and Copyright Statements . . . . . . . . . . 16 Livingood, et al. Expires April 25, 2007 [Page 2] Internet-Draft BCP Enumservice Registrations Oct 2006 1. Terminology The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119 [1]. 2. Introduction [ Note: This is work in progress - the ENUM crowd is invited to contribute, since issues clarified in this document will save the group time spent on each individual Enumservice registration. Please mail your opinions/ideas to the WG list!! ] This document provides a guide to and template for the creation of new IANA registrations of Enumservices. This document aims to enhance section 3 of RFC 3761 [2], where the registration procedure for Enumservices was initially documented at a high level. However, the IETF's ENUM Working Group has encountered an unnecessary amount of variation in the format of Enumservice drafts presented to the group. The ENUM Working Group's view of what particular fields and information are required and/or recommended has also evolved, and capturing these best current practices is helpful in both the creation of new registrations, as well as the revision or refinement of existing registrations. For the purpose of this document, 'registration document' and 'registration' refers to an Internet Draft proposing the IANA registration of an Enumservice following the procedures outlined above. 3. Enumservice Creation Cookbook 3.1. Preparation Before commencing work on a new Enumservice registration, following questions should be considered: o Is there an existing Enumservice which could fulfill the desired functionality without overloading it? Check the IANA Enumservice registrations on . o Is there work in progress on a similar Enumservice? Check the mailing list archives on , and the Internet Drafts Archive on . Livingood, et al. Expires April 25, 2007 [Page 3] Internet-Draft BCP Enumservice Registrations Oct 2006 3.2. About Type Names TODO 3.3. About Subtypes An Enumservice may optionally use a "subtype" do further specify the service to which a ENUM record refers to. The following recommendations apply to such Enumservices: o Subtypes SHOULD NOT be used to curtail the negotiation capabilities of the protocol used to contact the referred URI, unless this limitation is specifically desired. If that is the case, authors MUST describe the motivation for this, and describe potential problems arising from this. o If subtypes are defined, the minimum number SHOULD be two. The choice of just one possible subtype for a given type does not add any information when selecting a ENUM record, and hence can be left out completely. However, potential future expansion of a type towards several subtypes MAY justify the use of subtypes, even in the case just one is currently defined. 4. Required Sections and Information In addition to the typical sections required for an RFC as outlined in RFC 2223bis [3] (Instructions to RFC Authors), there are several sections which MUST appear in an IANA Registration for an Enumservice. These sections are, as follows, and SHOULD be in the same order. Appendix A contains a template which can be used to create Internet Drafts and RFC by means described on . This template contains a prototype for most of these sections. 4.1. Introduction (MANDATORY) An introductory section MUST be included. This section will explain, in plain English, the purpose of and intended usage of the proposed Enumservice registration. The Introduction SHOULD start with a short sentence about ENUM, introduce the protocol used in the Enumservice, and discuss the Enumservice as it refers from the E.164 number to the protocol or service. Livingood, et al. Expires April 25, 2007 [Page 4] Internet-Draft BCP Enumservice Registrations Oct 2006 4.2. ENUM Service Registration This section MUST be included in an Enumservice registration. In addition, where a given registration type has multiple subtypes, there MUST be a separate registration section for each subtype. The following lists the sections and order of an Enumservice Registration section. All types and subtypes SHOULD be listed in lower-case. Enumservice Name: A short word or stub sentence describing this Enumservice. Often this is equivalent to the Enumservice Type (see below). e.g. "Foo" Enumservice Type: The type of the Enumservice. Often this is equivalent to the Enumservice Name (see above) e.g. "foo" For choosing a suitable type, see also Section 3.2. Enumservice Subtype: The Subtype of the Enumservice. e.g. "bar" Many Enumservices do not require a subtype; use "N/A" in this case. For choosing a suitable subtype, see also Section 3.3. URI Schemes: The URI Schemes, which are used with the Enumservice. e.g. "bar:", "sbar:" It usually matches the subtype (see above). Functional Specification: This Enumservice indicates that the remote resource identified can be addressed by the associated URI scheme in order to foo the bar. Security Considerations: Livingood, et al. Expires April 25, 2007 [Page 5] Internet-Draft BCP Enumservice Registrations Oct 2006 A reference internal to a given registration document. e.g. "see Section 10" Intended Usage: One of "COMMON", "LIMITED USE" or "OBSOLETE", as defined in RFC 3761 [2] e.g. "COMMON" Author(s): The author(s) of the Enumservice registration. e.g. John Doe Any other information the author(s) deem(s) interesting: e.g. None 4.3. Examples (MANDATORY) This section MUST show one or more example(s) of the Enumservice registration, for illustrative purposes. The example(s) shall in no way limit the various forms that a given Enumservice may take and this should be noted at the beginning of this section of the document. The example(s) MUST show the specific formatting of the intended NAPTRs RFC 3403 [4], including one or more NAPTR example(s), AND a brief textual description, consisting of one or more sentences written in plain English, explaining the various parts or attributes of the record(s). The example(s) SHOULD contain a brief description how a client supporting this Enumservice could behave, if that description was not already given in e.g. the Introduction. e.g. $ORIGIN 9.7.8.0.9.7.8.9.0.9.4.4.e164.arpa. @ IN NAPTR 100 10 "u" "E2U+foo:bar" "!^.*$!bar://example.com/!" . 4.4. Implementation Recommendations / Notes (OPTIONAL) If at all possible, recommendations that pertain to implementation and/or operations SHOULD be included. Such a section is helpful to someone reading a registration and trying to understand how best to use it to support their network or service. Livingood, et al. Expires April 25, 2007 [Page 6] Internet-Draft BCP Enumservice Registrations Oct 2006 4.5. Security Considerations (MANDATORY) A section explaining any potential security threats that are unique to the given registration MUST be included. This MUST also include any information about access to Personally Identifiable Information (PII). However, this section should not intended as a general security Best Current Practices (BCP) document or include general and obvious security recommendations, such as securing servers with strong password authentication. 4.6. IANA Considerations (MANDATORY) Describe the task IANA needs to fulfill processing the Enumservice registration document. e.g. This memo requests registration of the "foo" Enumservice with the subtype "bar" according to the definitions in this document and RFC3761 [2]. 4.7. Other Sections (OPTIONAL) Other sections, beyond those required by the IETF and/or IANA, which are cited or otherwise referenced here, MAY be included in an Enumservice registration. These sections may relate to the specifics of the intended usage of the Enumservice registration and associated technical, operational, or administrative concerns. 5. Revision of Pre-Existing Enumservice RFCs Several Enumservice registrations, published via IETF RFCs, already exist at the time of the development of this document. The authors recommend that these existing registration documents SHOULD be reviewed and, where necessary and appropriate, MAY be revised in accordance with the recommendations contained herein. All future Enumservice registrations SHOULD follow the recommendations contained herein, where practical and applicable. 6. Security Considerations 6.1. Considerations regarding this Document Since this document does not introduce any technology or protocol, there are no security issues to be considered for this memo itself. However, this document provides general security considerations for Enumservice registrations, which are to be referenced from document defining or updating Enumservice registrations. Livingood, et al. Expires April 25, 2007 [Page 7] Internet-Draft BCP Enumservice Registrations Oct 2006 6.2. Enumservice Security Considerations Guideline Section 6 of RFC 3761 already outlines security considerations affecting ENUM as a whole. Enumservice registration documents do not need and SHOULD NOT repeat considerations already listed there, but they SHOULD include a reference to that section. ENUM refers to resources using preexisting URI schemes and protocols. Enumservice registration documents do not need and SHOULD NOT repeat security considerations affecting those protocols and URI schemes itself. However, in case that the inclusion of those protocols and URI schemes into ENUM specifically introduces new security issues, those issues MUST be lined out in the 'Security Considerations' section of the registration document. 7. IANA Considerations This document itself does not define a new protocol, and therefore has no considerations for IANA. However, it contains a proposal for the 'IANA Considerations' section of actual Enumservice registration documents in Appendix A. Note: Section 4.2 is just an example of an Enumservice registration. The Enumservice "foo" outlined there MUST NOT be registered by IANA unless this memo is to be published on April 1st. 8. Normative References [1] Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, March 1997. [2] Faltstrom, P. and M. Mealling, "The E.164 to Uniform Resource Identifiers (URI) Dynamic Delegation Discovery System (DDDS) Application (ENUM)", RFC 3761, April 2004. [3] Reynolds, J. and R. Braden, "Instructions to Request for Comments (RFC) Authors", draft-rfc-editor-rfc2223bis-08 (work in progress), July 2004. [4] Mealling, M., "Dynamic Delegation Discovery System (DDDS) Part Three: The Domain Name System (DNS) Database", RFC 3403, October 2002. Livingood, et al. Expires April 25, 2007 [Page 8] Internet-Draft BCP Enumservice Registrations Oct 2006 Appendix A. XML2RFC Template for Enumservice Registration IANA Registration for Enumservice Foo MyOrganization
MyAddress MyCity MyZIP MyCountry Myphonenumber MyEmailAddress MyWebpage
RAI ENUM -- Telephone Number Mapping Working Group ENUM foo bar This memo registers the Enumservice "foo" with subtype "bar" using the URI scheme "bar" according to the IANA Enumservice registration process described in RFC3671 and RFCXXXX. This Enumservice is to be used to refer from an ENUM domain name Livingood, et al. Expires April 25, 2007 [Page 9] Internet-Draft BCP Enumservice Registrations Oct 2006 to the foobar of the entity using the corresponding E.164 number. Clients may use information gathered from those ...
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.
E.164 Number Mapping (ENUM) uses the Domain Name System (DNS) to refer from E.164 numbers to Uniform Resource Identifiers (URIs). To distinguish between different services for a single E.164 number, section 2.4.2 of RFC 3761 specifies 'Enumservices', which are to be registered with IANA according to section 3 of RFC 3761 and RFC XXXX. The 'foo' protocol is specified in ... and provides ... The Enumservice specified in this document refers from an E.164 number to a foobar ... Clients use those foobars to foo the bar.
Livingood, et al. Expires April 25, 2007 [Page 10] Internet-Draft BCP Enumservice Registrations Oct 2006 Enumservice Name: "foo" Enumservice Type: "foo" Enumservice Subtypes: "bar" URI Schemes: "bar" Functional Specification: This Enumservice indicates that the resource identified is a foobar ... Security Considerations: see Intended Usage: COMMON Author(s): MyName MySurname, <myEmail> Any other information the author(s) deem(s) interesting: None
An example ENUM record referencing to "foo" could look like: $ORIGIN 9.7.8.0.9.7.8.9.0.9.4.4.e164.arpa. @ IN NAPTR 50 10 "u" "E2U+foo:bar" "!^.*$!bar://example.com/!" . ...
Livingood, et al. Expires April 25, 2007 [Page 11] Internet-Draft BCP Enumservice Registrations Oct 2006
...
Since ENUM uses DNS - a publicly available database - any information contained in records provisioned in ENUM domains must be considered public as well. Even after revoking the DNS entry and removing the referred resource, copies of the information could still be available. Information published in ENUM records could reveal associations between E.164 numbers and their owners - especially if records contain personal identifiers or domain names for which ownership information can easily be obtained. ...
This memo requests registration of the "foo" Enumservice with the subtype "bar" according to the definitions in this document and RFC3761. ...
Livingood, et al. Expires April 25, 2007 [Page 12] Internet-Draft BCP Enumservice Registrations Oct 2006 The international public telecommunication numbering plan ITU-T
Figure 1 Appendix B. Changes [RFC Editor: This section is to be removed before publication] draft-ietf-enum-enumservices-guide-02: o bernie: replaced numbers in examples by "Drama Numbers" o bernie: moved Change and Open Issues to Appendix. o bernie: major rewrite of section "6. Required Sections and Information" incl. separating explanations and examples. o bernie: removed section 7 (was just a repetition of referencing to template) o bernie: extended Appendix with Open Issues. draft-ietf-enum-enumservices-guide-01: o alex: added Security Considerations section for the doc itself o alex: added IANA Considerations section for the doc itself o alex: added cookbook idea Appendix C. Open Issues [RFC Editor: This section should be empty before publication] Livingood, et al. Expires April 25, 2007 [Page 13] Internet-Draft BCP Enumservice Registrations Oct 2006 o Clarify Status of document. Is BCP adequate? o Clarify dependencies and collisions with RFC 3761. Should this document update RFC 3761? o Clarify dependencies of general security and privacy considerations (which apply to all Enumservices) and write them down. o Write something in the introduction about what the document does not intend (no guarantee for surviving in the ENUM WG, no change of the process itself). o Complete the Cookbook. o Write more about how to choose type/subtype/etc. o More about Subtype applicability. o Extension of an existing Enumservice. o Clarify Relation between Subtypes and URI schemes o Clarify mixing subtyped / non subtyped for a type o Explain Enumservice Name better o Clarify IANA impact of this document. o Clarify whether experimental Enumservices should be described herein. o URL for template, so that it can be fetched without header-/ footer-lines of RFC. Authors' Addresses Jason Livingood Comcast Cable Communications 1500 Market Street Philadelphia, PA 19102 USA Phone: +1-215-981-7813 Email: jason_livingood@cable.comcast.com URI: http://www.comcast.com/ Bernie Hoeneisen Switch Neumuehlequai 6 CH-8001 Zuerich Switzerland Phone: +41 44 268 1515 Email: hoeneisen@switch.ch, b.hoeneisen@ieee.org URI: http://www.switch.ch/ Livingood, et al. Expires April 25, 2007 [Page 14] Internet-Draft BCP Enumservice Registrations Oct 2006 Alexander Mayrhofer enum.at GmbH Karlsplatz 1/9 Wien A-1010 Austria Phone: +43 1 5056416 34 Email: alexander.mayrhofer@enum.at URI: http://www.enum.at/ Livingood, et al. Expires April 25, 2007 [Page 15] Internet-Draft BCP Enumservice Registrations Oct 2006 Full Copyright Statement Copyright (C) The Internet Society (2006). This document is subject to the rights, licenses and restrictions contained in BCP 78, and except as set forth therein, the authors retain all their rights. This document and the information contained herein are provided on an "AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY AND THE INTERNET ENGINEERING TASK FORCE DISCLAIM 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. Intellectual Property The IETF takes no position regarding the validity or scope of any Intellectual Property Rights or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; nor does it represent that it has made any independent effort to identify any such rights. Information on the procedures with respect to rights in RFC documents can be found in BCP 78 and BCP 79. Copies of IPR disclosures made to the IETF Secretariat and any assurances of licenses to be made available, or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementers or users of this specification can be obtained from the IETF on-line IPR repository at http://www.ietf.org/ipr. The IETF invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary rights that may cover technology that may be required to implement this standard. Please address the information to the IETF at ietf-ipr@ietf.org. Acknowledgment Funding for the RFC Editor function is provided by the IETF Administrative Support Activity (IASA). Livingood, et al. Expires April 25, 2007 [Page 16]