GEOPRIV M. Thomson
Internet-Draft J. Winterbottom
Intended status: Standards Track Andrew
Expires: August 26, 2007 February 22, 2007
A BEEP Binding for the HELD Protocol
draft-thomson-geopriv-held-beep-00.txt
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 August 26, 2007.
Copyright Notice
Copyright (C) The IETF Trust (2007).
Thomson & Winterbottom Expires August 26, 2007 [Page 1]
Internet-Draft HELD over BEEP February 2007
Abstract
A BEEP binding is described for HELD. This binding is more suitable
than the basic HTTP binding in scenarios where multiple messages are
sent between the same two parties. Discovery methods relating to
this binding are described.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.1. Terminology . . . . . . . . . . . . . . . . . . . . . . . 3
2. The HELD BEEP Profile . . . . . . . . . . . . . . . . . . . . 4
2.1. Channel Initialization . . . . . . . . . . . . . . . . . . 4
2.2. Message Exchange Pattern . . . . . . . . . . . . . . . . . 4
2.3. Error Handling . . . . . . . . . . . . . . . . . . . . . . 5
3. LIS Discovery and Authentication for BEEP . . . . . . . . . . 6
3.1. Authentication . . . . . . . . . . . . . . . . . . . . . . 6
3.2. S-NAPTR Discovery . . . . . . . . . . . . . . . . . . . . 6
4. Security Considerations . . . . . . . . . . . . . . . . . . . 8
5. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 9
5.1. BEEP Profile Registration . . . . . . . . . . . . . . . . 9
5.2. URN sun-namespace registration for
'urn:ietf:params:xml:ns:geopriv:held:beep' . . . . . . . . 9
5.3. Registration of a LIS Application Protocol Tag for
HELD over BEEP . . . . . . . . . . . . . . . . . . . . . . 10
6. Alternative Solutions . . . . . . . . . . . . . . . . . . . . 11
7. References . . . . . . . . . . . . . . . . . . . . . . . . . . 12
7.1. Normative References . . . . . . . . . . . . . . . . . . . 12
7.2. Informative References . . . . . . . . . . . . . . . . . . 12
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . . 14
Intellectual Property and Copyright Statements . . . . . . . . . . 15
Thomson & Winterbottom Expires August 26, 2007 [Page 2]
Internet-Draft HELD over BEEP February 2007
1. Introduction
The HTTP binding for HELD [I-D.winterbottom-http-location-delivery]
provides a basis for the protocol, which does not encumber
implementations with a complex protocol stack. However, some
applications require that a requester make multiple requests in
parallel to a Location Information Server (LIS). This is especially
important when HELD identity extensions
[I-D.winterbottom-geopriv-held-identity-extensions] are applied. Use
cases for identity extensions can be found in [NENA.08-505].
The HTTP binding is not suitable in volume scenarios because HTTP
suffers from head-of-queue blocking. This prevents multiple requests
from being processed in parallel. In order to achieve higher
throughput, the requester must establish multiple TCP connections in
parallel. Now, while this could be considered a feature of HTTP,
this causes HTTP to be unsuitable for applications where multiple
parallel requests are expected.
BEEP [RFC3080] provides a framing scheme that allows for parallel
requests. BEEP uses MIME [RFC2045] for its messages, which means
that no significant modifications are required to carry HELD
messages. This document describes a BEEP profile for HELD.
1.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 [RFC2119].
Thomson & Winterbottom Expires August 26, 2007 [Page 3]
Internet-Draft HELD over BEEP February 2007
2. The HELD BEEP Profile
The BEEP profile for HELD is identified as:
urn:ietf:params:xml:ns:geopriv:held:beep
in the BEEP "profile" element during channel creation.
The HELD channel is a simple continuous channel that does not require
any state information. Requests and their respective responses are
always in the request-response form ("MSG"/"RPY").
2.1. Channel Initialization
The HELD profile is started with a single "profile" request. No
additional parameters are required. When initiating a channel the
"profile" element MUST be empty, as shown in the example below.
See RFCXXXX.
END 5.3. Registration of a LIS Application Protocol Tag for HELD over BEEP This section registers a new S-NAPTR Application Protocol tag for the BEEP binding of the HELD [I-D.winterbottom-http-location-delivery] protocol, as mandated by [RFC3958]. Application Service Tag: HELD+BEEP Intended Usage: Identifies the HELD protocol over BEEP Applicable Service Tag(s): LIS Terminal NAPTR Record Type(s): S Defining Publication: RFCXXXX Related Publications: HELD [I-D.winterbottom-http-location-delivery] Contact Information: The authors of this document Author/Change Controller: The IESG Thomson & Winterbottom Expires August 26, 2007 [Page 10] Internet-Draft HELD over BEEP February 2007 6. Alternative Solutions The BEEP binding for SOAP [RFC4227] was used as a reference in the construction of this document and was considered as a possible alternative to the solution described. However, the state associated with each channel (namely the path to the selected service or the boot state) is unnecessary, since the LIS is a single service. The state also hinders any possible use of this protocol in relation with location URIs. The SOAP envelope is also unnecessary for this protocol. Note that this does not preclude the use of a separate SOAP+BEEP binding for HELD. Thomson & Winterbottom Expires August 26, 2007 [Page 11] Internet-Draft HELD over BEEP February 2007 7. References 7.1. Normative References [RFC2045] Freed, N. and N. Borenstein, "Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies", RFC 2045, November 1996. [RFC2782] Gulbrandsen, A., Vixie, P., and L. Esibov, "A DNS RR for specifying the location of services (DNS SRV)", RFC 2782, February 2000. [RFC3080] Rose, M., "The Blocks Extensible Exchange Protocol Core", RFC 3080, March 2001. [RFC3863] Sugano, H., Fujimoto, S., Klyne, G., Bateman, A., Carr, W., and J. Peterson, "Presence Information Data Format (PIDF)", RFC 3863, August 2004. [RFC3958] Daigle, L. and A. Newton, "Domain-Based Application Service Location Using SRV RRs and the Dynamic Delegation Discovery Service (DDDS)", RFC 3958, January 2005. [RFC4119] Peterson, J., "A Presence-based GEOPRIV Location Object Format", RFC 4119, December 2005. [RFC4346] Dierks, T. and E. Rescorla, "The Transport Layer Security (TLS) Protocol Version 1.1", RFC 4346, April 2006. [I-D.winterbottom-http-location-delivery] Winterbottom, J., "HTTP Enabled Location Delivery (HELD)", draft-winterbottom-http-location-delivery-04 (work in progress), October 2006. [I-D.thomson-geopriv-lis-discovery] Thomson, M. and J. Winterbottom, "LIS Discovery", draft-thomson-geopriv-lis-discovery-00 (work in progress), February 2007. [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, March 1997. 7.2. Informative References [RFC2616] Fielding, R., Gettys, J., Mogul, J., Frystyk, H., Masinter, L., Leach, P., and T. Berners-Lee, "Hypertext Transfer Protocol -- HTTP/1.1", RFC 2616, June 1999. Thomson & Winterbottom Expires August 26, 2007 [Page 12] Internet-Draft HELD over BEEP February 2007 [RFC3688] Mealling, M., "The IETF XML Registry", BCP 81, RFC 3688, January 2004. [RFC4227] O'Tuathail, E. and M. Rose, "Using the Simple Object Access Protocol (SOAP) in Blocks Extensible Exchange Protocol (BEEP)", RFC 4227, January 2006. [I-D.winterbottom-geopriv-held-identity-extensions] Winterbottom, J. and M. Thomson, "HELD End-Point identity Extensions", draft-winterbottom-geopriv-held-identity-extensions-00 (work in progress), October 2006. [NENA.08-505] NENA, "NENA Recommended Method(s) for Location Determination to Support IP-Based Emergency Services", Technical Information Document 08-505, Issue 1, December 2006,