TOC 
ENUM -- Telephone Number MappingA. Mayrhofer
Working Groupenum.at
Internet-DraftJune 19, 2008
Expires: December 21, 2008 


IANA Registration for Location ('loc') Enumservice
draft-mayrhofer-enum-loc-enumservice-00

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 December 21, 2008.

Abstract

This document requests IANA registration of an Enumservice for reflecting location information. The Enumservice uses the 'loc' Type name, and makes use of the proposed 'held' and 'geo' URI schemes.



Table of Contents

1.  Introduction

2.  Change Log

3.  Terminology

4.  Enumservice Registration - 'loc'
    4.1.  Registration for 'loc:helds'
    4.2.  Registration for 'loc:geo'

5.  Examples

6.  Security & Privacy Considerations

7.  IANA Considerations

8.  DNS Considerations

9.  Acknowledgements

10.  References
    10.1.  Normative References
    10.2.  Informative References

§  Author's Address
§  Intellectual Property and Copyright Statements




 TOC 

1.  Introduction

E.164 Number Mapping (ENUM) (Faltstrom, P. and M. Mealling, “The E.164 to Uniform Resource Identifiers (URI) Dynamic Delegation Discovery System (DDDS) Application (ENUM),” April 2004.) [RFC3761] uses the Domain Name System (DNS) (Mockapetris, P., “Domain names - implementation and specification,” November 1987.) [RFC1035] to refer from E.164 numbers (ITU-T, “The international public telecommunication numbering plan,” Feb 2005.) [refs.E164] to Uniform Resource Identifiers (URIs) (Berners-Lee, T., Fielding, R., and L. Masinter, “Uniform Resource Identifier (URI): Generic Syntax,” January 2005.) [RFC3986]. Specific services to be used with ENUM must be registered with IANA.

HTTP Enabled Location Delivery (HELD) (Barnes, M., Winterbottom, J., Thomson, M., and B. Stark, “HTTP Enabled Location Delivery (HELD),” August 2009.) [I‑D.ietf‑geopriv‑http‑location‑delivery] specifies a Layer 7 location configuration protocol for retrieving location information from a server. The URI scheme 'helds' is specified to identify resources on such a location server.

[I‑D.mayrhofer‑geopriv‑geo‑uri] (Mayrhofer, A. and C. Spanring, “A Uniform Resource Identifier for Geographic Locations ('geo' URI),” February 2009.) specifies the 'geo' URI scheme to identify a physical location by its latitude, longitude and optionally altitude in a compact, simple, human-readable, and protocol independent way.

The 'loc' Enumservice proposed in this document refers from a E.164 number to an URI identifying the physical location of the respective number, identified by 'helds' or 'geo' URIs resulting from the processing of the respective ENUM record.



 TOC 

2.  Change Log

[Note to editors: This section is to be removed before publication - XML source available on request]

draft-mayrhofer-enum-loc-enumservice-00

initial draft



 TOC 

3.  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 (Bradner, S., “Key words for use in RFCs to Indicate Requirement Levels,” March 1997.) [RFC2119].



 TOC 

4.  Enumservice Registration - 'loc'

The following template contains information required for the IANA registrations of the 'loc' Enumservice, according to [I‑D.ietf‑enum‑enumservices‑guide] (Hoeneisen, B., Mayrhofer, A., and J. Livingood, “IANA Registration of Enumservices: Guide, Template and IANA Considerations,” April 2010.).



 TOC 

4.1.  Registration for 'loc:helds'

Enumservice Class: Application-type, Common

Enumservice Type: "loc"

Enumservice Subtype: "helds"

URI Scheme(s): "helds"

Functional Specification:

This Enumservice indicates that the resource identified is a HELD resource, which can be dereferenced to retrieve the location of the respective E.164 number. Clients should expect access to the HELD resource to be restricted, and should also be prepared for the server to return different granularity of information, based on for example the identity of the client.

Security Considerations: see Section 6 (Security & Privacy Considerations)

Intended Usage: COMMON

Registration Document(s): [RFC XXXX] (replace with RFC number of this document once assigned)

Author(s): Alexander Mayrhofer

Further Information: N/A



 TOC 

4.2.  Registration for 'loc:geo'

Enumservice Class: Application-type, Common

Enumservice Type: "loc"

Enumservice Subtype: "geo"

URI Scheme(s): "geo"

Functional Specification:

This Enumservice indicates that the resource identified is an 'geo' URI, which in turn identifies the physical location of the respective E.164 number.

Security Considerations: see Section 6 (Security & Privacy Considerations)

Intended Usage: COMMON

Registration Document(s): [RFC XXXX] (replace with RFC number of this document once assigned)

Author(s): Alexander Mayrhofer

Further Information: N/A



 TOC 

5.  Examples

An example ENUM entry identifying the location of a number using a HELD resource could look like this:

   $ORIGIN 6.9.4.0.6.9.4.5.1.1.4.4.e164.arpa.
   @  IN NAPTR  (
         100 10 "u"
         "E2U+loc:helds"
         "!^.*$!helds://nottinghamshire.example.com/sherwood/robin72!" .
      )

A client who retrieves that ENUM record would then try to dereference the resulting HELD resource, with the location server returning the desired location information if the client is authorized to do so. The location server could, for example, return only rough location for anonymous clients, while trusted clients receive full location data.

An example ENUM entry referring to a location of a number using a 'geo' URI could look like this:

   $ORIGIN 6.9.4.0.6.9.4.5.1.1.4.4.e164.arpa.
   @  IN NAPTR  (
         100 10 "u"
         "E2U+loc:geo"
         "!^.*$!geo:53.204628,-1.072359!" .
      )

The client could use the geographical coordinates contained in the URI to display a map of the current user's location. Note that the location information is contained in the URI (and therefore in the ENUM record) itself, which makes it unnecessary to contact a location server. However, it is therefore not be possible to return different location information to different clients.



 TOC 

6.  Security & Privacy Considerations

General security considerations of the protocols on which this Enumservice registration is based are addressed in Sections 3.1.3 and 6 of RFC 3761 (ENUM).

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 refered 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 IRIs/URIs contain personal identifiers or domain names for which ownership information can be obtained easily.

However, it is important to note that the ENUM record itself does not need to contain any personal information. It just points to a location where access to personal information could be granted.

ENUM records pointing to third party resources can easily be provisioned on purpose by the ENUM domain owner - so any assumption about the association between a number and an entity could therefore be completely bogus unless some kind of identity verification is in place. This verification is out of scope for this memo.



 TOC 

7.  IANA Considerations

This memo requests IANA to add a new "loc" Enumservice to the 'Enumservice Registrations' registry, according to the definitions in this document and RFC 3761 (Faltstrom, P. and M. Mealling, “The E.164 to Uniform Resource Identifiers (URI) Dynamic Delegation Discovery System (DDDS) Application (ENUM),” April 2004.) [RFC3761].

The required templates are contained in Section 4 (Enumservice Registration - 'loc').



 TOC 

8.  DNS Considerations

The proposed Enumservice does not require any special DNS considerations. While 'geo' URIs can be dereferenced even without subsequent DNS lookups, a 'helds' URI may require additional DNS queries to resolve the server location. However, such queries can never end up in another ENUM query, hence the probability of endless loops is zero.



 TOC 

9.  Acknowledgements

Some text from HELD was used in the introduction



 TOC 

10.  References



 TOC 

10.1. Normative References

[RFC3761] Faltstrom, P. and M. Mealling, “The E.164 to Uniform Resource Identifiers (URI) Dynamic Delegation Discovery System (DDDS) Application (ENUM),” RFC 3761, April 2004 (TXT).
[RFC2119] Bradner, S., “Key words for use in RFCs to Indicate Requirement Levels,” BCP 14, RFC 2119, March 1997 (TXT, HTML, XML).
[I-D.ietf-geopriv-http-location-delivery] Barnes, M., Winterbottom, J., Thomson, M., and B. Stark, “HTTP Enabled Location Delivery (HELD),” draft-ietf-geopriv-http-location-delivery-16 (work in progress), August 2009 (TXT).
[I-D.mayrhofer-geopriv-geo-uri] Mayrhofer, A. and C. Spanring, “A Uniform Resource Identifier for Geographic Locations ('geo' URI),” draft-mayrhofer-geopriv-geo-uri-01 (work in progress), February 2009 (TXT).
[I-D.ietf-enum-enumservices-guide] Hoeneisen, B., Mayrhofer, A., and J. Livingood, “IANA Registration of Enumservices: Guide, Template and IANA Considerations,” draft-ietf-enum-enumservices-guide-20 (work in progress), April 2010 (TXT).


 TOC 

10.2. Informative References

[RFC1035] Mockapetris, P., “Domain names - implementation and specification,” STD 13, RFC 1035, November 1987 (TXT).
[RFC3986] Berners-Lee, T., Fielding, R., and L. Masinter, “Uniform Resource Identifier (URI): Generic Syntax,” STD 66, RFC 3986, January 2005 (TXT, HTML, XML).
[refs.E164] ITU-T, “The international public telecommunication numbering plan,” Recommendation E.164 (02/05), Feb 2005.
[W3C.REC-xml-20040204] Sperberg-McQueen, C., Maler, E., Yergeau, F., Paoli, J., and T. Bray, “Extensible Markup Language (XML) 1.0 (Third Edition),” World Wide Web Consortium FirstEdition REC-xml-20040204, February 2004 (HTML).


 TOC 

Author's Address

  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/


 TOC 

Full Copyright Statement

Intellectual Property