1. Field of the Invention
The invention relates generally to network monitoring and, more particularly, to a device and method for monitoring a network at selected media segments.
2. Description of the Related Art
Real-time Transport Protocol (RTP), defined in Request for Comments (RFC) 3550, is widely used for the transmission of real-time or near-real-time data over packet networks. A Voice over Internet Protocol (VoIP) network may consist of one or more Internet Telephony Administrative Domains (ITADs), which include network components served by the same set of call route servers. An ITAD may be further broken down into geographic Points of Presence (POP), with each POP containing some number of gateways. Thus, an RTP media stream of a VoIP call may traverse multiple gateways to bridge up its calling and called parties.
RTP Control Protocol (RTCP) is a sister protocol of the RTP and provides out-of-band control information for an RTP media stream. A primary function of RTCP is to provide feedback on the quality of service (QoS) being provided by RTP. RTCP is used to monitor the media connection, collect statistics and information such as bytes sent, packets sent, lost packets, jitter, feedback and round trip delay, and periodically transmit control packets to participants in a streaming multimedia session (i.e., in the forward transmission direction) or as a feedback from a receiver back to a sender.
To ensure that IP networks meet customer expectations, service providers define Service Level Agreements and manage their networks to meet SLA requirements. Typically, performance measurements are taken from end-to-end (from the customer premise location). RTCP has been the prevailing approach to monitor its associated RTP stream for various voice metrics such as packet loss, inter-arrival jitter, round trip delay, etc. These voice metrics can be used at the endpoints (e.g., IP phones and originating/terminating voice gateways) of an RTP stream to judge the QoS or conformance check against an SLA from the perspective of these endpoints.
In general, a VoIP network may be composed of VoIP nodes bearing different ownership. Well-known VoIP nodes types include voice gateways, IP-to-IP gateways, and session border controllers (SBC). In a typical scenario, a backhaul VoIP service provider (VSP) sits between customer VoIP customer premise equipment (CPE) to bridge VoIP calls from one customer VoIP network to another. Thus, in many cases, a VSP does not control an entire call connection or session. Further, the backhaul VSP may either not have visibility to or may not be interested in looking into any VoIP node belonging to a customer's VoIP network.
Since there is no understanding of how each segment of a media path connecting the endpoints is performing with respect to voice quality, the existing end-to-end per call voice metric does not necessarily favor a VSP for justifying how well an SLA is being followed or locating a particular portion of media path that may be suffering a QoS issue.
Thus, there is a need to providing a fuller or more detailed picture of the media path QoS at a granular level while continuing to provide an end-to-end view of network performance.
One aspect of the invention is a method for monitoring a media segment of a network. The method includes transmitting a Real-time Transport Protocol (RTP) media stream from a source endpoint to a destination endpoint in the packet network; monitoring a selected segment of the RTP media stream between the source endpoint and the destination endpoint, wherein monitoring the selected segment does not interfere with monitoring the RTP media stream from the source endpoint to the destination endpoint; and transmitting and receiving control messages associated with the selected RTP media stream segment, the control messages including a set of call quality metrics.
Another aspect of the invention is a device that includes a media segment monitor to generate segment control messages associated with a selected segment of a Real-time Transport Protocol (RTP) media stream transmitted between a source endpoint and a destination endpoint in a packet network. The device further includes an interface to transmit and receive the segment control messages; and a processor to process the segment control messages, the segment control messages including call quality metrics related to the selected segment of the RTP media stream.
The above and other features and advantages of embodiments of the invention will become readily apparent by reference to the following detailed description when considered in conjunction with the accompanying drawings.
As will be apparent to those skilled in the art from the following disclosure, the invention as described herein may be embodied in many different forms and should not be construed as limited to the specific embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will fully convey the principles of the invention to those skilled in the art.
In RTCP, a packet format packet type (PT) field includes a number which identifies the type of packet. RTCP packet types include, for example, Sender Report (SR), Receiver Report (RR), and Source Description (SDES). Values of 200-208 are already allocated and registered with Internet Assigned Numbers Authority (IANA), the organization that oversees IP address allocation and other Internet protocol assignments. A new RTCP message type, for example, 209, may be defined to identify a sub-RTCP session. The suggested type of packet does not fall under any of the types already defined in RFC 3550 and may be registered with IANA to avoid potential conflict in the future.
The Sub-RTCP message may be formatted as shown in
Referring now to
Refer now to
When an RTCP message arrives at an interface at a VoIP node 31, for example at LEGe(i) on VNi, in block 250, the interface preferably looks into the RTCP message type to decide if the message needs to be forwarded out to its next-hop VoIP node or just digested locally on VNi. In block 260, if the RTCP message is identified as a sub-RTCP packet, for example, message type 209 for a sub-RTCP session, the sub-RTCP message will be intercepted and processed accordingly to generate the media statistics for its corresponding media segment, for example, between VNi and VNi+1. If the interface does not recognize the message type, i.e., the VoIP node is not RTCP capable, then RTCP message is discarded. Otherwise, in block 270, all other RTCP messages may be forwarded out to the destination endpoint.
Through a sub-RTCP session, all of the defined media statistics specified in RFC 3550 such as packet loss, fraction loss, inter-arrival jitter, round trip time, and other statistics defined in RFC 3611, RTP Control Protocol Extended Reports (RTCP XR), as well as RTCP XR-HR (defined in IETF draft) may be generated. Alternatively, other media statistics may be monitored and need not be limited to those typically collected using RTCP.
The sub-RTCP session does not depend on an endpoint's RTCP capability or whether an RTCP session is established. However, if the endpoints are capable of establishing RTCP sessions, a sub-RTCP session may be tunneled through an existing end-to-end RTCP session. Thus, no extra RTP/RTCP ports are required.
RTP and RTCP share a relationship. RTP may be assigned to a port x, and RTCP may be assigned to a port x+1 at the VoIP interface. To calculate delay accurately, for example, it is important that RTCP packets follow the associated RTP packets on the same path. In one embodiment, a sub-RTCP session may also be assigned to the same port x+1 as the RTCP session. Thus, when an end-to-end RTCP session is established and a sub-RTCP session is also established to monitor a media segment between Vn and Vn+1, the end-to-end RTCP packets and the sub-RTCP packets share the channel at the media segment between Vn and Vn+1. However, at any given time, only one of the end-to-end RTCP packets and the sub-RTCP packets can use port x+1. A switch preferably provides for a means for selecting which of the end-to-end RTCP or sub-RTCP has priority to use port x+1. In one embodiment, the end-to-end RTCP packets may be given priority. In another embodiment, the sub-RTCP packets may have priority instead.
Alternatively, a segment RTCP session between two peer VoIP nodes can be established for collecting the inter-VoIP node segment statistics. In this embodiment, the end-to-end RTCP messages may be relayed through the segment RTCP session to its next hop until its endpoint destination is reached. Similarly, a message type value may be used to indicate a segment RTCP message to relay the end-to-end RTCP messages. A packet type value for relaying RTCP messages may be registered with IANA.
Having described exemplary embodiments of the invention, it should be apparent that modifications and variations can be made by persons skilled in the art in light of the above teachings. Therefore, it is to be understood that changes may be made to embodiments of the invention disclosed that are nevertheless still within the scope and the spirit of the claims.
Number | Name | Date | Kind |
---|---|---|---|
7023839 | Shaffer et al. | Apr 2006 | B1 |
7299277 | Moran et al. | Nov 2007 | B1 |
7467198 | Goodman et al. | Dec 2008 | B2 |
20030007458 | Procopio | Jan 2003 | A1 |
20030165119 | Hsu et al. | Sep 2003 | A1 |
20040066742 | Varsa et al. | Apr 2004 | A1 |
20040066753 | Grovenburg | Apr 2004 | A1 |
20040071129 | Doerr et al. | Apr 2004 | A1 |
20040165527 | Gu et al. | Aug 2004 | A1 |
20040199659 | Ishikawa et al. | Oct 2004 | A1 |
20050002400 | Karol et al. | Jan 2005 | A1 |
20050033839 | Nisani et al. | Feb 2005 | A1 |
20050033840 | Nisani et al. | Feb 2005 | A1 |
20050198252 | Nisani et al. | Sep 2005 | A1 |
20060059253 | Goodman et al. | Mar 2006 | A1 |
20070025248 | Freytsis et al. | Feb 2007 | A1 |
20070242670 | Simonson et al. | Oct 2007 | A1 |
20070268836 | Byun et al. | Nov 2007 | A1 |
20080049634 | Goyal et al. | Feb 2008 | A1 |
20080049641 | Edwards et al. | Feb 2008 | A1 |
20080052394 | Bugenhagen et al. | Feb 2008 | A1 |
20090034426 | Luft et al. | Feb 2009 | A1 |
20090238085 | Khanduri | Sep 2009 | A1 |
Number | Date | Country | |
---|---|---|---|
20070280127 A1 | Dec 2007 | US |