6915
PROPOSED STANDARD
Flow Identity Extension for HTTP-Enabled Location Delivery (HELD)
Authors: R. Bellis
Date: April 2013
Area: rai
Working Group: geopriv
Stream: IETF
Updates:
RFC 6155
Abstract
RFC 6155 specifies an extension for the HTTP-Enabled Location Delivery (HELD) protocol, allowing the use of an IP address and port number to request a Device location based on an individual packet flow.
However, certain kinds of NAT require that identifiers for both ends of the packet flow must be specified in order to unambiguously satisfy the location request.
This document specifies an XML Schema and a URN Sub-Namespace for a Flow Identity Extension for HELD to support this requirement.
This document updates RFC 6155 by deprecating the port number elements specified therein.
RFC 6915
PROPOSED STANDARD
Internet Engineering Task Force (IETF) R. Bellis
Request for Comments: 6915 Nominet UK
Updates: <a href="./rfc6155">6155</a> April 2013
Category: Standards Track
ISSN: 2070-1721
<span class="h1">Flow Identity Extension for HTTP-Enabled Location Delivery (HELD)</span>
Abstract
<a href="./rfc6155">RFC 6155</a> specifies an extension for the HTTP-Enabled Location
Delivery (HELD) protocol, allowing the use of an IP address and port
number to request a Device location based on an individual packet
flow.
However, certain kinds of NAT require that identifiers for both ends
of the packet flow must be specified in order to unambiguously
satisfy the location request.
This document specifies an XML Schema and a URN Sub-Namespace for a
Flow Identity Extension for HELD to support this requirement.
This document updates <a href="./rfc6155">RFC 6155</a> by deprecating the port number
elements specified therein.
Status of This Memo
This is an Internet Standards Track document.
This document is a product of the Internet Engineering Task Force
(IETF). It represents the consensus of the IETF community. It has
received public review and has been approved for publication by the
Internet Engineering Steering Group (IESG). Further information on
Internet Standards is available in <a href="./rfc5741#section-2">Section 2 of RFC 5741</a>.
Information about the current status of this document, any errata,
and how to provide feedback on it may be obtained at
<a href="https://www.rfc-editor.org/info/rfc6915">http://www.rfc-editor.org/info/rfc6915</a>.
<span class="grey">Bellis Standards Track [Page 1]</span>
<span id="page-2" ></span>
<span class="grey"><a href="./rfc6915">RFC 6915</a> Flow Identity for HELD April 2013</span>
Copyright Notice
Copyright (c) 2013 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to <a href="https://www.rfc-editor.org/bcp/bcp78">BCP 78</a> and the IETF Trust's Legal
Provisions Relating to IETF Documents
(<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
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
<a href="#section-1">1</a>. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-2">2</a>. Conventions Used in This Document . . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-3">3</a>. Usage . . . . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-4">4</a>
<a href="#section-4">4</a>. XML Schema . . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-5">5</a>
<a href="#section-5">5</a>. IANA Considerations . . . . . . . . . . . . . . . . . . . . . <a href="#page-6">6</a>
5.1. URN Sub-Namespace Registration for
urn:ietf:params:xml:ns:geopriv:held:flow . . . . . . . . . <a href="#page-6">6</a>
<a href="#section-5.2">5.2</a>. XML Schema Registration . . . . . . . . . . . . . . . . . <a href="#page-7">7</a>
<a href="#section-6">6</a>. Privacy Considerations . . . . . . . . . . . . . . . . . . . . <a href="#page-7">7</a>
<a href="#section-7">7</a>. Security Considerations . . . . . . . . . . . . . . . . . . . <a href="#page-8">8</a>
<a href="#section-8">8</a>. Acknowledgements . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-8">8</a>
<a href="#section-9">9</a>. References . . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-8">8</a>
<a href="#section-9.1">9.1</a>. Normative References . . . . . . . . . . . . . . . . . . . <a href="#page-8">8</a>
<a href="#section-9.2">9.2</a>. Informative References . . . . . . . . . . . . . . . . . . <a href="#page-8">8</a>
<span class="grey">Bellis Standards Track [Page 2]</span>
<span id="page-3" ></span>
<span class="grey"><a href="./rfc6915">RFC 6915</a> Flow Identity for HELD April 2013</span>
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>. Introduction</span>
Work at the Emergency Location Task Group of NICC Standards Limited
(the UK's telecoms industry standards body) prompted the addition of
port number identifiers in HELD Identity [<a href="./rfc6155" title=""Use of Device Identity in HTTP-Enabled Location Delivery (HELD)"">RFC6155</a>] to allow HELD
[<a href="./rfc5985" title=""HTTP-Enabled Location Delivery (HELD)"">RFC5985</a>] requests for Devices that are behind NAT devices.
Subsequent analysis has determined that in the presence of particular
types of NAT devices, and in particular Carrier Grade NATs, it is
necessary to know the complete tuple of (Layer 3 protocol, Layer 4
protocol, source address, source port, destination address,
destination port) in order to unambiguously identify a flow, and
subsequently the true Device.
This document specifies an XML Schema and a URN Sub-Namespace for a
Flow Identity Extension to support this requirement and provides a
more generally applicable means of identifying a Device based on the
parameters of a network flow of which it is an endpoint.
Since the Location Recipient may not know in advance whether the
Device is behind a NAT device, the port number elements from <a href="./rfc6155#section-3.3">Section</a>
<a href="./rfc6155#section-3.3">3.3 of [RFC6155]</a> are deprecated and MUST NOT be used in new client
implementations. Note that server implementations of this
specification may still encounter requests formed by clients that
have implemented only [<a href="./rfc6155" title=""Use of Device Identity in HTTP-Enabled Location Delivery (HELD)"">RFC6155</a>], and those requests might contain the
deprecated port element.
For implementation details not specified in this document, please
refer to [<a href="./rfc6155" title=""Use of Device Identity in HTTP-Enabled Location Delivery (HELD)"">RFC6155</a>] and [<a href="./rfc5985" title=""HTTP-Enabled Location Delivery (HELD)"">RFC5985</a>].
<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>. Conventions Used in This Document</span>
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 [<a href="./rfc2119" title=""Key words for use in RFCs to Indicate Requirement Levels"">RFC2119</a>].
The terms "Device" and "Target" are used as defined in [<a href="./rfc6280" title=""An Architecture for Location and Location Privacy in Internet Applications"">RFC6280</a>].
<span class="grey">Bellis Standards Track [Page 3]</span>
<span id="page-4" ></span>
<span class="grey"><a href="./rfc6915">RFC 6915</a> Flow Identity for HELD April 2013</span>
<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>. Usage</span>
An example HELD request is shown below:
<locationRequest xmlns="urn:ietf:params:xml:ns:geopriv:held"
responseTime="8">
<locationType exact="true">geodetic</locationType>
<flow xmlns="urn:ietf:params:xml:ns:geopriv:held:flow"
layer4="tcp" layer3="ipv4">
<src>
<address>192.0.2.25</address>
<port>1024</port>
</src>
<dst>
<address>198.51.100.238</address>
<port>80</port>
</dst>
</flow>
</locationRequest>
The <flow> element MUST contain:
o a "layer3" attribute with a value of "ipv4" or "ipv6".
o a "layer4" attribute with a value of "udp" [<a href="./rfc0768" title=""User Datagram Protocol"">RFC0768</a>], "tcp"
[<a href="./rfc0793" title=""Transmission Control Protocol"">RFC0793</a>], "sctp" [<a href="./rfc4960" title=""Stream Control Transmission Protocol"">RFC4960</a>], "dccp" [<a href="./rfc4340" title=""Datagram Congestion Control Protocol (DCCP)"">RFC4340</a>], or a decimal
integer representing any applicable protocol from the IANA
Assigned Internet Protocol Numbers Registry.
o an <src> element and a <dst> element whose child elements contain
the Layer 3 address (which MUST conform to the relevant
"IPv4address" or "IPv6address" grammar as defined in [<a href="./rfc3986" title=""Uniform Resource Identifier (URI): Generic Syntax"">RFC3986</a>])
and the Layer 4 port number of each end of the flow.
and MAY optionally contain:
o a "target" attribute with a value of "src" (default) or "dst" to
indicate which end of the flow corresponds to the Target of the
<locationRequest> with respect to the HELD protocol.
<span class="grey">Bellis Standards Track [Page 4]</span>
<span id="page-5" ></span>
<span class="grey"><a href="./rfc6915">RFC 6915</a> Flow Identity for HELD April 2013</span>
<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>. XML Schema</span>
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="urn:ietf:params:xml:ns:geopriv:held:flow"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:flow="urn:ietf:params:xml:ns:geopriv:held:flow"
elementFormDefault="qualified">
<xs:annotation>
<xs:appinfo
source="urn:ietf:params:xml:schema:geopriv:held:flow">
HELD Flow Identity</xs:appinfo>
<xs:documentation
source="http://www.rfc-editor.org/rfc/rfc6915.txt">
This document defines Flow Identity elements for HELD.
</xs:documentation>
</xs:annotation>
<xs:element name="flow" type="flow:flowIdentity"/>
<xs:complexType name="flowIdentity">
<xs:sequence>
<xs:element name="src" type="flow:flowEndpoint"/>
<xs:element name="dst" type="flow:flowEndpoint"/>
</xs:sequence>
<xs:attribute name="target" default="src">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="(src|dst)"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="layer3" use="required">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="(ipv4|ipv6)"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="layer4" use="required">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="(udp|tcp|sctp|dccp|\d+)"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<span class="grey">Bellis Standards Track [Page 5]</span>
<span id="page-6" ></span>
<span class="grey"><a href="./rfc6915">RFC 6915</a> Flow Identity for HELD April 2013</span>
<xs:complexType name="flowEndpoint">
<xs:all>
<xs:element name="address">
<xs:simpleType>
<xs:restriction base="xs:token"/>
</xs:simpleType>
</xs:element>
<xs:element name="port">
<xs:simpleType>
<xs:restriction base="xs:unsignedShort">
<xs:minInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:all>
</xs:complexType>
</xs:schema>
<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>. IANA Considerations</span>
<span class="h3"><a class="selflink" id="section-5.1" href="#section-5.1">5.1</a>. URN Sub-Namespace Registration for</span>
<span class="h3"> urn:ietf:params:xml:ns:geopriv:held:flow</span>
This section registers a new XML namespace,
"urn:ietf:params:xml:ns:geopriv:held:flow", as per the guidelines in
[<a href="./rfc3688" title=""The IETF XML Registry"">RFC3688</a>].
URI: urn:ietf:params:xml:ns:geopriv:held:flow
Registrant Contact: IETF GEOPRIV Working Group ([email protected]),
Ray Bellis ([email protected])
<span class="grey">Bellis Standards Track [Page 6]</span>
<span id="page-7" ></span>
<span class="grey"><a href="./rfc6915">RFC 6915</a> Flow Identity for HELD April 2013</span>
XML:
BEGIN
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</a>">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>HELD Flow Identity Parameters</title>
</head>
<body>
<h1>Namespace for HELD Flow Identity Parameters</h1>
<h2>urn:ietf:params:xml:ns:geopriv:held:flow</h2>
<p>See <a href="http://www.rfc-editor.org/rfc/rfc6915.txt">
<a href="./rfc6915">RFC 6915</a></a>.</p>
</body>
</html>
END
<span class="h3"><a class="selflink" id="section-5.2" href="#section-5.2">5.2</a>. XML Schema Registration</span>
This section registers an XML Schema as per the guidelines in
[<a href="./rfc3688" title=""The IETF XML Registry"">RFC3688</a>].
URI: urn:ietf:params:xml:ns:geopriv:held:flow
Registrant Contact: IETF GEOPRIV Working Group ([email protected]),
Ray Bellis ([email protected])
Schema: The XML for this schema can be found as the entirety of
<a href="#section-4">Section 4</a> of this document.
<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>. Privacy Considerations</span>
All of the considerations in [<a href="./rfc6155" title=""Use of Device Identity in HTTP-Enabled Location Delivery (HELD)"">RFC6155</a>] apply to the use of the
mechanism defined in this document. Like [<a href="./rfc6155" title=""Use of Device Identity in HTTP-Enabled Location Delivery (HELD)"">RFC6155</a>], this
specification assumes that the Location Server being queried already
has access to the internal state of the network near one end of the
flow being queried (for instance, access to the bindings in a NAT in
the path of the flow). Clients making queries using this
specification in environments where that assumption may not be true
should be aware that the request provides information about that
client's communications that the Location Server would not otherwise
be able to discern and may represent additional privacy exposure for
that client.
<span class="grey">Bellis Standards Track [Page 7]</span>
<span id="page-8" ></span>
<span class="grey"><a href="./rfc6915">RFC 6915</a> Flow Identity for HELD April 2013</span>
<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>. Security Considerations</span>
This document introduces no new security considerations beyond those
in [<a href="./rfc6155" title=""Use of Device Identity in HTTP-Enabled Location Delivery (HELD)"">RFC6155</a>].
<span class="h2"><a class="selflink" id="section-8" href="#section-8">8</a>. Acknowledgements</span>
The author wishes to thank the members of the NICC Emergency Location
Task Group, the IETF GeoPriv Working Group, and the authors of
[<a href="./rfc6155" title=""Use of Device Identity in HTTP-Enabled Location Delivery (HELD)"">RFC6155</a>], from which the text for the URN and XML Schema
Registrations were derived.
<span class="h2"><a class="selflink" id="section-9" href="#section-9">9</a>. References</span>
<span class="h3"><a class="selflink" id="section-9.1" href="#section-9.1">9.1</a>. Normative References</span>
[<a id="ref-RFC2119">RFC2119</a>] Bradner, S., "Key words for use in RFCs to Indicate
Requirement Levels", <a href="https://www.rfc-editor.org/bcp/bcp14">BCP 14</a>, <a href="./rfc2119">RFC 2119</a>, March 1997.
[<a id="ref-RFC3688">RFC3688</a>] Mealling, M., "The IETF XML Registry", <a href="https://www.rfc-editor.org/bcp/bcp81">BCP 81</a>, <a href="./rfc3688">RFC 3688</a>,
January 2004.
[<a id="ref-RFC3986">RFC3986</a>] Berners-Lee, T., Fielding, R., and L. Masinter, "Uniform
Resource Identifier (URI): Generic Syntax", STD 66, <a href="./rfc3986">RFC</a>
<a href="./rfc3986">3986</a>, January 2005.
[<a id="ref-RFC5985">RFC5985</a>] Barnes, M., "HTTP-Enabled Location Delivery (HELD)", <a href="./rfc5985">RFC</a>
<a href="./rfc5985">5985</a>, September 2010.
[<a id="ref-RFC6155">RFC6155</a>] Winterbottom, J., Thomson, M., Tschofenig, H., and R.
Barnes, "Use of Device Identity in HTTP-Enabled Location
Delivery (HELD)", <a href="./rfc6155">RFC 6155</a>, March 2011.
<span class="h3"><a class="selflink" id="section-9.2" href="#section-9.2">9.2</a>. Informative References</span>
[<a id="ref-RFC0768">RFC0768</a>] Postel, J., "User Datagram Protocol", STD 6, <a href="./rfc768">RFC 768</a>,
August 1980.
[<a id="ref-RFC0793">RFC0793</a>] Postel, J., "Transmission Control Protocol", STD 7, <a href="./rfc793">RFC</a>
<a href="./rfc793">793</a>, September 1981.
[<a id="ref-RFC4340">RFC4340</a>] Kohler, E., Handley, M., and S. Floyd, "Datagram
Congestion Control Protocol (DCCP)", <a href="./rfc4340">RFC 4340</a>, March 2006.
[<a id="ref-RFC4960">RFC4960</a>] Stewart, R., "Stream Control Transmission Protocol", <a href="./rfc4960">RFC</a>
<a href="./rfc4960">4960</a>, September 2007.
<span class="grey">Bellis Standards Track [Page 8]</span>
<span id="page-9" ></span>
<span class="grey"><a href="./rfc6915">RFC 6915</a> Flow Identity for HELD April 2013</span>
[<a id="ref-RFC6280">RFC6280</a>] Barnes, R., Lepinski, M., Cooper, A., Morris, J.,
Tschofenig, H., and H. Schulzrinne, "An Architecture for
Location and Location Privacy in Internet Applications",
<a href="https://www.rfc-editor.org/bcp/bcp160">BCP 160</a>, <a href="./rfc6280">RFC 6280</a>, July 2011.
Author's Address
Ray Bellis
Nominet UK
Edmund Halley Road
Oxford OX4 4DQ
United Kingdom
Phone: +44 1865 332211
EMail: [email protected]
URI: <a href="http://www.nominet.org.uk/">http://www.nominet.org.uk/</a>
Bellis Standards Track [Page 9]
Annotations
Select text to annotate