TOC 
Audio/Video Transport WorkingG. Hunt
GroupBT
Internet-DraftA. Clark
Intended status: Standards TrackTelchemy
Expires: April 30, 2009October 27, 2008


RTCP XR Report Block for Measurement Identity
draft-ietf-avt-rtcp-xr-meas-identity-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 April 30, 2009.

Abstract

This document defines an RTCP XR Report Block carrying parameters which identify a measurement, to which one or more other RTCP XR Report Blocks may refer.



Table of Contents

1.  Introduction
    1.1.  Measurement Identity Report Block
    1.2.  RTCP and RTCP XR Reports
    1.3.  Performance Metrics Framework
    1.4.  Applicability
2.  Measurement Identity Block
    2.1.  Report Block Structure
    2.2.  Definition of Fields in Measurement Identity Report Block
3.  SDP Signaling
4.  IANA Considerations
5.  Security Considerations
6.  References
    6.1.  Normative References
    6.2.  Informative References
§  Authors' Addresses
§  Intellectual Property and Copyright Statements




 TOC 

1.  Introduction



 TOC 

1.1.  Measurement Identity Report Block

This draft defines a new block type to augment those defined in [RFC3611] (Friedman, T., “RTP Control Protocol Extended Reports (RTCP XR),” November 2003.) for use in a range of RTP applications. This block type does not itself contain any measurement results (metrics). However, this new block type provides information relevant to a measurement reported in one or more other block types, including

The method for calculation of the extended RTP sequence number is provide in [RFC3550] (Schulzrinne, H., “RTP: A Transport Protocol for Real-Time Applications,” July 2003.).

This block is intended to provide a single copy of the information necessary to relate measurement data in other blocks to the stream, and measurement period, to which they refer. Commonly, multiple other small blocks contain measurement data for the same stream and period, and it would be a large overhead if all of these blocks carried duplicated data for measurement identification. Other blocks make a reference to this block (by tag).

A Measurement Identity block is associated with the set of RTCP XR metrics blocks which share its tag value. There MAY be several such sets in an RTCP packet, up to a limit of 8 arising from the use of 3-bit tags. There MAY also be RTCP XR blocks in the packet which are not associated with a Measurement Identity block, for example blocks which were defined before the Measurement Identity mechanism was introduced by this document.



 TOC 

1.2.  RTCP and RTCP XR Reports

The use of RTCP for reporting is defined in [RFC3550] (Schulzrinne, H., “RTP: A Transport Protocol for Real-Time Applications,” July 2003.). [RFC3611] (Friedman, T., “RTP Control Protocol Extended Reports (RTCP XR),” November 2003.) defined an extensible structure for reporting using an RTCP Extended Report (XR). This draft defines a new Extended Report block that MUST be used as defined in [RFC3550] (Schulzrinne, H., “RTP: A Transport Protocol for Real-Time Applications,” July 2003.) and [RFC3611] (Friedman, T., “RTP Control Protocol Extended Reports (RTCP XR),” November 2003.).



 TOC 

1.3.  Performance Metrics Framework

The Performance Metrics Framework [PMOLFRAME] (Clark, A., “Framework for Performance Metric Development,” July 2008.) provides guidance on the definition and specification of performance metrics. Metrics described in this draft either reference external definitions or define metrics generally in accordance with the guidelines in [PMOLFRAME] (Clark, A., “Framework for Performance Metric Development,” July 2008.).



 TOC 

1.4.  Applicability

This block provides identification information for members of a family of RTCP XR metrics blocks which are designed to use it. To use the mechanism defined here, a metrics block must be in the same RTCP packet as the Measurement Identity block and must refer to the Measurement Identity block via the 3-bit tag field defined below.



 TOC 

2.  Measurement Identity Block



 TOC 

2.1.  Report Block Structure



       0               1               2               3
       0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |     BT=NMI    |0| tag |  fwd  |      block length = 7         |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |                    SSRC of stream source                      |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |                        sub-identifier                         |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |           extended first sequence number (cumulative)         |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |           extended first sequence number of interval          |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |                 extended last sequence number                 |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |          Measurement Duration (Cumulative) (ms)               |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |           Measurement Duration (Interval) (ms)                |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 Figure 1: Report Block Structure 



 TOC 

2.2.  Definition of Fields in Measurement Identity Report Block

Bits shown as '0' in the figure SHOULD be set to zero.

block type (BT): 8 bits

A Measurement Identity Report Block is identified by the constant NMI.

[Note to RFC Editor: please replace NMI with the IANA provided RTCP XR block type for this block.]

tag: 3 bits

This field is a tag or key which identifies this Measurement Identity block within the scope of an RTCP packet. If an RTCP packet contains more than one Measurement Identity block, each Measurement Identity block MUST have a unique tag field to enable metrics blocks in the same RTCP packet to refer unambiguously to the correct Measurement Identity block. The 3-bit field allows up to 8 Measurement Identity blocks in each RTCP packet. If additional metrics must be sent at a given time, and they require more than 8 blocks of Measurement Identity information, then the metrics must be sent in multiple RTCP packets.

Forwarding count (fwd): 4 bits

These bits provide a count of the number of times the block, and those blocks which refer to it have been forwarded. They MUST be set to zero by the RTP system which creates the Measurement Identity block. The Forwarding count SHOULD be incremented by any RTP system which forwards the block, provided that the operation does not cause the Forwarding count to wrap from 0xF to 0x0. Then, values of the Forwarding count less than 0xF are unambiguous. An RTP system which receives a block with Forwarding count set to 0xF may deduce that the block has been forwarded 15 or more times.

block length: 16 bits

The length of this report block in 32-bit words minus one. For the Measurement Identity block, the block length is equal to 5.

SSRC of source: 32 bits

The SSRC [RFC3550] (Schulzrinne, H., “RTP: A Transport Protocol for Real-Time Applications,” July 2003.) of the source of the stream being reported. Note that the SSRC of the reporting RTP system (the originator of the report block) is present in the RTCP XR header defined in Section 2 of [RFC3611] (Friedman, T., “RTP Control Protocol Extended Reports (RTCP XR),” November 2003.).

sub-identifier: 32 bits

An additional identifier which is useful in the context of a specific application, e.g. an MPEG-2 transport identifier [MPEG2] (ISO/IEC, “Standard 13818-1,” December 2000.). Where the identifier is less than 32 bits, the identifier SHOULD be mapped into the most significant bits of the field. If no additional identifier is provided, all bits of the field MUST be set to zero. This field MUST be ignored by applications which are not configured to make use of it.

extended first sequence number (cumulative): 32 bits

The extended RTP sequence number of the first received RTP packet relevant to cumulative measurements. Usually this will be the extended sequence number of the first packet of the RTP session.

extended first sequence number of interval: 32 bits

The extended RTP sequence number of the first received RTP packet of the current measurement interval.

extended last sequence number: 32 bits

The extended RTP sequence number of the last received RTP packet which contributed to this measurement.

Measurement Duration (Cumulative) (ms): 32 bits

The duration in ms of the reporting interval applicable to Cumulative reports which use this Measurement Identity block.

Measurement Duration (Interval) (ms): 32 bits

The duration in ms of the reporting interval applicable to Interval reports which use this Measurement Identity block.



 TOC 

3.  SDP Signaling

[RFC3611] (Friedman, T., “RTP Control Protocol Extended Reports (RTCP XR),” November 2003.) defines the use of SDP (Session Description Protocol) [RFC4566] (Handley, M., “SDP: Session Description Protocol,” July 2006.) for signaling the use of XR blocks. XR blocks MAY be used without prior signaling.

This section augments the SDP [RFC4566] (Handley, M., “SDP: Session Description Protocol,” July 2006.) attribute "rtcp-xr" defined in [RFC3611] (Friedman, T., “RTP Control Protocol Extended Reports (RTCP XR),” November 2003.) by providing a "xr-format" to signal the use of the report block defined in this document.

The need for this block could be inferred from a request in SDP signalling for a block type (such as [BASICLOSS] (Hunt, G., “RTCP XR Block for Measurement Identity,” October 2008.)) which depends on it. However to remove ambiguity, if SDP is used to signal a desire to receive a block type which depends on the Measurement Identity block, then the Measurement Identity block itself MUST be signalled explicitly in SDP as described here.

rtcp-xr-attrib = "a=" "rtcp-xr" ":" [xr-format *(SP xr-format)] CRLF

(defined in RFC3611)

xr-format = xr-format / xr-mi-block

xr-mi-block = "xr-mi"



 TOC 

4.  IANA Considerations

This document creates a new block type within the IANA "RTCP XR Block Type Registry" called the Measurement Identity Block, and a new parameter xr-mi within the "RTCP XR SDP Parameters Registry".



 TOC 

5.  Security Considerations

RTCP reports can contain sensitive information since they can provide information about the nature and duration of a session established between two or more endpoints.



 TOC 

6.  References



 TOC 

6.1. Normative References

[RFC2119] Bradner, S., “Key words for use in RFCs to Indicate Requirement Levels,” RFC 2119, BCP 14, March 1997.
[RFC3550] Schulzrinne, H., “RTP: A Transport Protocol for Real-Time Applications,” RFC 3550, July 2003.
[RFC3611] Friedman, T., “RTP Control Protocol Extended Reports (RTCP XR),” RFC 3611, November 2003.
[RFC4566] Handley, M., “SDP: Session Description Protocol,” RFC 4566, July 2006.


 TOC 

6.2. Informative References

[BASICLOSS] Hunt, G., “RTCP XR Block for Measurement Identity,” ID draft-ietf-avt-rtcp-xr-meas-identity-00, October 2008.
[MONARCH] Hunt, G., “Monitoring Architectures for RTP,” ID draft-hunt-avt-monarch-01, August 2008.
[MPEG2] ISO/IEC, “Standard 13818-1,” ID draft-ietf-avt-rtcp-xr-meas-identity-00, December 2000.
[PMOLFRAME] Clark, A., “Framework for Performance Metric Development,” ID draft-ietf-pmol-metrics-framework-00, July 2008.


 TOC 

Authors' Addresses

  Geoff Hunt
  BT
  Orion 1 PP9
  Adastral Park
  Martlesham Heath
  Ipswich, Suffolk IP4 2TH
  United Kingdom
Phone:  +44 1473 608325
Email:  geoff.hunt@bt.com
  
  Alan Clark
  Telchemy Incorporated
  2905 Premiere Parkway, Suite 280
  Duluth, GA 30097
  USA
Email:  alan.d.clark@telchemy.com


 TOC 

Full Copyright Statement

Intellectual Property