1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445
|
<pre>Network Working Group G. Camarillo
Request for Comments: 4457 G. Blanco
Category: Informational Ericsson
April 2006
<span class="h1">The Session Initiation Protocol (SIP)</span>
<span class="h1">P-User-Database Private-Header (P-Header)</span>
Status of This Memo
This memo provides information for the Internet community. It does
not specify an Internet standard of any kind. Distribution of this
memo is unlimited.
Copyright Notice
Copyright (C) The Internet Society (2006).
Abstract
This document specifies the Session Initiation Protocol (SIP)
P-User-Database Private-Header (P-header). This header field is used
in the 3rd-Generation Partnership Project (3GPP) IMS (IP Multimedia
Subsystem) to provide SIP registrars and SIP proxy servers with the
address of the database that contains the user profile of the user
that generated a particular request.
Table of Contents
<a href="#section-1">1</a>. Introduction ....................................................<a href="#page-2">2</a>
<a href="#section-2">2</a>. Scenarios .......................................................<a href="#page-2">2</a>
<a href="#section-2.1">2.1</a>. User Registering to the IMS ................................<a href="#page-2">2</a>
<a href="#section-2.2">2.2</a>. Incoming Request for an Unregistered User ..................<a href="#page-3">3</a>
<a href="#section-3">3</a>. Requirements ....................................................<a href="#page-4">4</a>
<a href="#section-4">4</a>. P-User-Database Header Field Definition .........................<a href="#page-4">4</a>
<a href="#section-5">5</a>. Applicability ...................................................<a href="#page-5">5</a>
<a href="#section-6">6</a>. IANA Considerations .............................................<a href="#page-5">5</a>
<a href="#section-7">7</a>. Security Considerations .........................................<a href="#page-5">5</a>
<a href="#section-8">8</a>. Acknowledgements ................................................<a href="#page-6">6</a>
<a href="#section-9">9</a>. References ......................................................<a href="#page-6">6</a>
<a href="#section-9.1">9.1</a>. Normative References .......................................<a href="#page-6">6</a>
<a href="#section-9.2">9.2</a>. Informative References .....................................<a href="#page-6">6</a>
<span class="grey">Camarillo & Blanco Informational [Page 1]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-2" ></span>
<span class="grey"><a href="./rfc4457">RFC 4457</a> The P-User-Database P-Header April 2006</span>
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>. Introduction</span>
The 3rd-Generation Partnership Project (3GPP) IMS (IP Multimedia
Subsystem) uses the Session Initiation Protocol (SIP) [<a href="#ref-2" title=""SIP: Session Initiation Protocol"">2</a>] as its main
signalling protocol. (For more information on the IMS, a detailed
description can be found in 3GPP TS 23.228 [<a href="#ref-5" title=""IP Multimedia Subsystem (IMS); Stage 2"">5</a>] and 3GPP TS 24.229
[<a href="#ref-6" title=""Internet Protocol (IP) multimedia call control protocol based on Session Initiation Protocol (SIP) and Session Description Protocol (SDP); Stage 3"">6</a>].) 3GPP has identified a set of requirements that can be met,
according to the procedures in <a href="./rfc3427">RFC 3427</a> [<a href="#ref-3" title=""Change Process for the Session Initiation Protocol (SIP)"">3</a>], by defining a new SIP
Private-Header (P-header).
The remainder of this document is organized as follows. <a href="#section-2">Section 2</a>
describes the scenarios considered by 3GPP and <a href="#section-3">Section 3</a> discusses
the requirements derived from these scenarios. <a href="#section-4">Section 4</a> defines the
P-User-Database header field, which meets those requirements, and
<a href="#section-5">Section 5</a> discusses the applicability and scope of this new header
field. <a href="#section-6">Section 6</a> registers the P-User-Database header field with the
IANA and <a href="#section-7">Section 7</a> discusses the security properties of the
environment where this header field is intended to be used.
<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>. Scenarios</span>
In the 3GPP IMS, there are two scenarios where a set of proxies
handling a request need to consult the same user database. These
scenarios consist of a user registering to the IMS network and an
unregistered user receiving an incoming request that triggers a
service (e.g., a voice mail service).
<span class="h3"><a class="selflink" id="section-2.1" href="#section-2.1">2.1</a>. User Registering to the IMS</span>
In the 3GPP IMS, SIP REGISTER requests generated by a User Agent (UA)
traverse a set of SIP proxy servers before reaching the SIP
registrar. A REGISTER request sent by a UA is routed to the outbound
proxy of the UA, which is referred to as the P-CSCF (Proxy-
Call/Session Control Function).
The P-CSCF routes the REGISTER request to another proxy, which is
referred to as the I-CSCF (Interrogating-CSCF) and is always located
in the home domain of the user. The I-CSCF consults the user
database of the domain, which is referred to as the Home Subscriber
Server (HSS), in order to choose the registrar that will process the
REGISTER request.
With the information received from the HSS, the I-CSCF routes the
REGISTER request to the appropriate registrar, which is referred to
as the S-CSCF (Serving-CSCF). At this point, the S-CSCF needs to
contact the same HSS that was previously contacted by the I-CSCF in
order to fetch the user profile of the user that generated the
REGISTER request.
<span class="grey">Camarillo & Blanco Informational [Page 2]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-3" ></span>
<span class="grey"><a href="./rfc4457">RFC 4457</a> The P-User-Database P-Header April 2006</span>
The interface between the I-CSCF and the HSS and between the S-CSCF
and the HSS is called Cx interface and is based on Diameter [<a href="#ref-4" title=""Diameter Base Protocol"">4</a>].
When there is a single HSS (i.e., user database) handling all the
users in the domain, both the I-CSCF and the S-CSCF can be configured
with its address so that they contact it when necessary. However,
some domains have several HSSs, each of which handles a particular
set of users. When dealing with a REGISTER request, the I-CSCF and
the S-CSCF need to discover which is the HSS that contains the
profile of the user that generated the REGISTER request.
In networks with more than one HSS, a Diameter redirect agent
referred to as the Subscription Locator Function (SLF) is
implemented. The interface between the I-CSCF and the SLF and
between the S-CSCF and the SLF is called Dx interface and, like the
CX interface, is based on Diameter. The SLF provides the I-CSCF and
the S-CSCF with the address of the HSS that handles the user they are
dealing with.
Therefore, in a network with more than one HSS, the SLF is consulted
twice per REGISTER request, first by the I-CSCF, and later by the
S-CSCF. If the I-CSCF could provide the S-CSCF with the address of
the HSS handling the user that generated the REGISTER request, the
S-CSCF could contact directly that HSS. That is, the S-CSCF would
not need to contact the SLF in order to obtain the address of the
HSS.
<span class="h3"><a class="selflink" id="section-2.2" href="#section-2.2">2.2</a>. Incoming Request for an Unregistered User</span>
In the 3GPP IMS, incoming requests for a user traverse an I-CSCF in
the home domain of the user. This I-CSCF consults the HSS, using the
Diameter-based Cx interface, in order to decide which S-CSCF should
handle the request. After consulting the HSS, the I-CSCF forwards
the request to a S-CSCF, which is also located in the home domain of
the user.
If the user the request is addressed to is registered to the IMS
network, the S-CSCF receiving the request knows which HSS handles the
user. The S-CSCF stored this information when the user registered.
However, if the user is not registered, the S-CSCF needs to consult
the SLF (assuming more than one HSS in the network) in order to
discover the HSS handling the user.
<span class="grey">Camarillo & Blanco Informational [Page 3]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-4" ></span>
<span class="grey"><a href="./rfc4457">RFC 4457</a> The P-User-Database P-Header April 2006</span>
Therefore, like in the previous scenario, in a network with more than
one HSS, the SLF is consulted twice per incoming request addresses to
an unregistered user. First by the I-CSCF, and later by the S-CSCF.
If the I-CSCF could provide the S-CSCF with the address of the HSS
handling the user that generated the request, the S-CSCF could
contact directly that HSS. That is, the S-CSCF would not need to
contact the SLF in order to obtain the address of the HSS.
<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>. Requirements</span>
This section lists the requirements derived from the previous
scenarios:
1. It is necessary to optimize the registration process in the 3GPP
IMS by reducing the time it takes for a UA to register to the IMS
network.
2. It is necessary to optimize the handling of incoming requests to
unregistered users in the 3GPP IMS by reducing the time it takes
for a domain to handle these requests.
3. It is necessary to improve the scalability of SLFs in the 3GPP
IMS by reducing the amount of traffic the SLF of a network needs
to handle.
<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>. P-User-Database Header Field Definition</span>
This document defines the SIP P-User-Database P-header. This header
field can be added to requests routed from an I-CSCF to an S-CSCF.
The P-User-Database P-header contains the address of the HSS handling
the user that generated the request.
The augmented Backus-Naur Form (BNF) [<a href="#ref-1" title=""Augmented BNF for Syntax Specifications: ABNF"">1</a>] syntax of the P-User-
Database header field is the following:
P-User-Database = "P-User-Database" HCOLON database
*( SEMI generic-param )
database = LAQUOT DiameterURI RAQUOT
DiameterURI is defined in <a href="./rfc3588">RFC 3588</a> [<a href="#ref-4" title=""Diameter Base Protocol"">4</a>]. HCOLON, LAQUOT, RAQUOT, and
generic-param are defined in <a href="./rfc3261">RFC 3261</a> [<a href="#ref-2" title=""SIP: Session Initiation Protocol"">2</a>].
The following is an example of a P-User-Database header field:
P-User-Database: <aaa://host.example.com;transport=tcp>
<span class="grey">Camarillo & Blanco Informational [Page 4]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-5" ></span>
<span class="grey"><a href="./rfc4457">RFC 4457</a> The P-User-Database P-Header April 2006</span>
<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>. Applicability</span>
According to <a href="./rfc3427">RFC 3427</a> [<a href="#ref-3" title=""Change Process for the Session Initiation Protocol (SIP)"">3</a>], P-headers have a limited applicability.
Specifications of P-headers such as this RFC need to clearly document
the useful scope of the proposal, and explain its limitations and why
it is not suitable for the general use of SIP on the Internet.
The P-User-Database header field is intended to be used in 3GPP IMS
networks. This header field carries the address of a user database,
which is referred to as HSS, between two proxies, which are referred
to as I-CSCF and S-CSCF. The I-CSCF and the S-CSCF belong to the
same administrative domain and share a common frame of reference to
the user database. The I-CSCF inserts the P-User-Database header
field into a SIP request and the S-CSCF removes it before routing the
request further.
When SIP is used on the Internet, there are typically no proxies
querying a user database between the UA sending a REGISTER request
and the registrar. Consequently, the P-User-Database header field
does not seem useful in a general Internet environment.
<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>. IANA Considerations</span>
This document defines a new SIP header field: P-User-Database. This
header field has been registered by the IANA in the SIP Parameters
registry under the Header Fields subregistry.
<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>. Security Considerations</span>
The P-User-Database defined in this document is to be used in an
environment where elements are trusted and where attackers are not
supposed to have access to the protocol messages between those
elements. Traffic protection between network elements is sometimes
achieved by using IP Security (IPsec) and sometimes by physically
protecting the network. In any case, the environment where the
P-User-Database header field will be used ensures the integrity and
the confidentiality of the contents of this header field.
There is a slight security risk if a P-User-Database header field is
allowed to propagate out of the administrative domain where it was
generated. No user-sensitive information would be revealed by such a
breach, but this could result in disclosure of information about the
topology of the operator network that goes beyond the level of
disclosure explicit in SIP messages without this extension.
Consequently, operators need to ensure that the P-User-Database
header field is removed from requests before these are sent to
another administrative domain.
<span class="grey">Camarillo & Blanco Informational [Page 5]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-6" ></span>
<span class="grey"><a href="./rfc4457">RFC 4457</a> The P-User-Database P-Header April 2006</span>
<span class="h2"><a class="selflink" id="section-8" href="#section-8">8</a>. Acknowledgements</span>
Nuria Esteban, Stephen Terrill, and Jeroen van Bemmel provided
comments on this document. Dean Willis performed a thorough review
of this document.
<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-1">1</a>] Crocker, D. and P. Overell, "Augmented BNF for Syntax
Specifications: ABNF", <a href="./rfc4234">RFC 4234</a>, October 2005.
[<a id="ref-2">2</a>] Rosenberg, J., Schulzrinne, H., Camarillo, G., Johnston, A.,
Peterson, J., Sparks, R., Handley, M., and E. Schooler, "SIP:
Session Initiation Protocol", <a href="./rfc3261">RFC 3261</a>, June 2002.
[<a id="ref-3">3</a>] Mankin, A., Bradner, S., Mahy, R., Willis, D., Ott, J., and B.
Rosen, "Change Process for the Session Initiation Protocol
(SIP)", <a href="https://www.rfc-editor.org/bcp/bcp67">BCP 67</a>, <a href="./rfc3427">RFC 3427</a>, December 2002.
[<a id="ref-4">4</a>] Calhoun, P., Loughney, J., Guttman, E., Zorn, G., and J. Arkko,
"Diameter Base Protocol", <a href="./rfc3588">RFC 3588</a>, September 2003.
<span class="h3"><a class="selflink" id="section-9.2" href="#section-9.2">9.2</a>. Informative References</span>
[<a id="ref-5">5</a>] 3GPP, "IP Multimedia Subsystem (IMS); Stage 2", 3GPP TS 23.228
5.14.0, October 2005.
[<a id="ref-6">6</a>] 3GPP, "Internet Protocol (IP) multimedia call control protocol
based on Session Initiation Protocol (SIP) and Session
Description Protocol (SDP); Stage 3", 3GPP TS 24.229 5.14.0,
October 2005.
<span class="grey">Camarillo & Blanco Informational [Page 6]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-7" ></span>
<span class="grey"><a href="./rfc4457">RFC 4457</a> The P-User-Database P-Header April 2006</span>
Authors' Addresses
Gonzalo Camarillo
Ericsson
Hirsalantie 11
Jorvas 02420
Finland
EMail: Gonzalo.Camarillo@ericsson.com
German Blanco
Ericsson
Via de los Poblados 13
Madrid 28035
Spain
EMail: german.blanco@ericsson.com
<span class="grey">Camarillo & Blanco Informational [Page 7]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-8" ></span>
<span class="grey"><a href="./rfc4457">RFC 4457</a> The P-User-Database P-Header April 2006</span>
Full Copyright Statement
Copyright (C) The Internet Society (2006).
This document is subject to the rights, licenses and restrictions
contained in <a href="https://www.rfc-editor.org/bcp/bcp78">BCP 78</a>, 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 <a href="https://www.rfc-editor.org/bcp/bcp78">BCP 78</a> and <a href="https://www.rfc-editor.org/bcp/bcp79">BCP 79</a>.
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
<a href="http://www.ietf.org/ipr">http://www.ietf.org/ipr</a>.
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.
Acknowledgement
Funding for the RFC Editor function is provided by the IETF
Administrative Support Activity (IASA).
Camarillo & Blanco Informational [Page 8]
</pre>
|