| PCP | R. Penno |
| Internet-Draft | T. Reddy |
| Intended status: Standards Track | D. Wing |
| Expires: January 30, 2014 | B. VerSteeg |
| Cisco | |
| M. Boucadair | |
| France Telecom | |
| July 29, 2013 |
PCP Usage for Quality of Service (QoS) in Mobile Networks
draft-penno-pcp-mobile-qos-00
There are challenges to request quality of service for an application or network flow that is not part of a mobile network's Evolved Packet Core (EPC). This document addresses this issue by defining a mechanism to signal the desired characteristics of a flow to the Mobile Network from a User Equipment (UE) using Port Control Protocol (PCP). The signaled characteristics allow the Mobile Network to enforce appropriate policies such as prioritize that flow accordingly and trigger dedicated bearer activation or bearer modification procedure.
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at http://datatracker.ietf.org/drafts/current/.
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."
This Internet-Draft will expire on January 30, 2014.
Copyright (c) 2013 IETF Trust and the persons identified as the document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info) 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.
The use of Mobile Network for accessing the Internet and other data services via smartphones, tablets, and notebook/netbook computers has increased rapidly as a result of high-speed packet data networks such as HSPA and HSPA+; and now Long-Term Evolution (LTE) is being deployed. Mobile devices are becoming similar in capability to their desktop counterparts. From that perspective, it is feasible to run WebRTC, HTTP Adaptive Streaming (HAS), P2P applications on mobile devices. Mobile network needs to have a mechanism to prioritize such packet flows in both directions.
The Web Real-Time communication (WebRTC) framework [I-D.ietf-rtcweb-overview] provides the protocol building blocks to support direct, interactive, real-time communication using audio, video, collaboration, games, etc., between peer web-browsers. WebRTC application use Interactive Connectivity Establishment (ICE) protocol [RFC5245] for gathering candidates, prioritizing them, choosing default ones, exchanging them with the remote party, pairing them and ordering them into check lists. Once all of the above steps have been completed the participating ICE agents can begin a phase of connectivity checks and eventually select a pair of candidates that will be used for real-time communication. The P2P streams (audio, video, data-channel) are dynamic, time-bound, encrypted and have different priorities. When WebRTC server is deployed in a 3rd party network trusted by the Mobile Network and the media session need to be prioritized, a mechanism is required to signal the flow characteristics (i.e., traffic performance requirements) of the media streams to the Mobile Network. However, the Mobile Network may not trust the host (UE) to signal the correct flow characteristics permitted by the WebRTC server.
PCP [RFC6887] provides a mechanism to describe a given flow to the network prior to actual session establishment. The primary driver for PCP has been creating port mappings on NAT and firewall devices. When doing this, PCP pushes flow information from the host into the network (specifically to the network's NAT or firewall device), and receives information back from the network (from the NAT or firewall device). This document uses PCP FLOWDATA option defined in [I-D.wing-pcp-flowdata] to convey the flow characteristics from the host to the Mobile Network, and allow the Mobile Network to prioritize that flow accordingly and trigger dedicated bearer activation or bearer modification procedure. This document also explains how the PCP Server in the Evolved Packet Core (EPC) maps the fields in PCP FLOWDATA option to 3GPP QCI, GBR values.
The mechanism described in this document has several useful properties :
Note :
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].
This note uses terminology defined in [RFC5245], [RFC6459].
WebRTC Server : Web Server that supports WebRTC.
High-Speed Packet Access : The High-Speed Packet Access (HSPA) and HSPA+ are enhanced versions of the Wideband Code Division Multiple Access (WCDMA) and UTRAN, thus providing more data throughput and lower latencies.
3GPP has standardized QoS for EPC (Enhanced Packet Core) from Release 8 [TS23.107]. 3GPP QoS policy configuration defines access agnostic QoS parameters that can be used to provide service differentiation in multi vendor and operator deployments. The concept of a bearer is used as the basic construct for which QoS treatment is applied for uplink and downlink packet flows between the Mobile Node (MN) and gateway [TS23.401]. A bearer may have more than one packet filter associated and this is called a Traffic Flow Template (TFT). IP source address, source port, IP destination, destination port, L4 protocol, Type of service/Traffic class type, Security parameter index etc identify a packet filter. Each UE can have one or multiple bearers associated with its registration, each supporting different QoS characteristics. An UpLink Traffic Flow Template (UL TFT) is the set of uplink packet filters in a TFT. A DownLink Traffic Flow Template (DL TFT) is the set of downlink packet filters in a TFT.
The access agnostic QoS parameters associated with each bearer are QCI (QoS Class Identifier), ARP (Allocation and Retention Priority), MBR (Maximum Bit Rate) and optionally GBR (Guaranteed Bit Rate) explained in [TS23.203]. QCI is a scalar that defines packet forwarding criteria in the network. Mapping of QCI values to DSCP is well understood and GSMA has defined standard means of mapping between these scalars [GSMA-IR34]. Primarily LTE offers two types of bearer: Guaranteed Bit rate bearer for real time communication, e.g., Voice calls etc and Non-Guaranteed bit rate bearer, e.g., best effort traffic for web access etc. Packets mapped to the same EPS bearer receive the same bearer level packet forwarding treatment. For example QCI value 1 is typically used for Conversational Voice and the standardized flow characteristics for QCI value 1 are Packet delay of 100 ms and Packet error loss Rate of 10 to the power -2.
3G and LTE networks also provide extensive support for accounting and charging already, for example using the Policy Charging Control (PCC) architecture. In the EPS, per-user information is normally part of the user profile (stored in the Home Subscriber Server) that would be accessed by PCC entities such as the PCRF for dynamic updates, enforcement etc.
+--------+
| HSS |
+--------+
| +-------+
| | PCRF |
| +-------+
+-------+ |
/ | MME |\ |
/ +-------+ \ |
/ \ |
/ \ |
+----+ +-------+ +-------+ +-------+
|UE | | eNB | | SGW | |PDN-GW |
| |========| |============| |======| |
+----+ +-------+ +-------+ +-------+
^ . ^
| . PCP request/response .
| ....................................................
|
| WebRTC Signalling
+-------------------------------------------------------+
Mobile Network |
|
==================================================================
3rd Party Network |
|
V
=========================
| WebRTC Server |
=========================
PCP interdomain - WebRTC
In the below topology, The main involved functional elements are:
This section describes the existing steps applicable to any other network that requires authorization from third party application to permit differentiated QOS service request from UE which has been discussed in [I-D.wing-pcp-third-party-authz].
This section describes steps involved with processing PCP FLOWDATA option to initiate bearer activation for each media stream.
(Fields in PCP FLOWDATA option - uDT, uLT, dDT, dLT)
+---------------------------------------------------------------+
| QCI | Delay | Loss | Example Services |
|---------------------------------------------------------------|
| 1 | Low | Medium | Conversational Voice |
+---------------------------------------------------------------+
| 2 | Medium | Low | Conversational Video |
+---------------------------------------------------------------+
| 3 | Very Low | Low | Real Time Gaming |
+---------------------------------------------------------------+
| 4 | Medium | Very Low | Non-conversational Video, |
| | | | buffered streaming |
+---------------------------------------------------------------+
| 5 | Low | Very Low | IMS Signalling |
+---------------------------------------------------------------+
| 6 | Medium | Very Low | Video (Buffered Streaming) |
+---------------------------------------------------------------+
| 7 | Low | Low | Voice, Video (Live streaming) |
+---------------------------------------------------------------+
| 8 | Medium | Low | web access |
+---------------------------------------------------------------+
| 9 | High | Low | e-mail |
+---------------------------------------------------------------+
PCP FLOWDATA to QCI Mapping
Security considerations discussed in [RFC6887] and PCP authentication [I-D.ietf-pcp-authentication] are to be taken into account.
None.
Authors would like to thank Harold Lassers, Basavraj Patil, Thomas Anderson for their comments and review.