Home     Blog

RTP (Real-time Transport Protocol)

RTP (Real-time Transport Protocol) is used to encapsulate VoIP data packets inside UDP packets.

RTP is defined in RFC 3550 – RTP: A Transport Protocol for Real-Time Applications.

RTP provides end-to-end network transport functions suitable for applications transmitting real-time data, such as audio, video or simulation data, over multicast or unicast network services. RTP does not address resource reservation and does not guarantee quality-of-service for real-time services. The data transport is augmented by a control protocol (RTCP) to allow monitoring of the data delivery in a manner scalable to large multicast networks, and to provide minimal control and identification functionality. RTP and RTCP are designed to be independent of the underlying transport and network layers. The protocol supports the use of RTP-level translators and mixers.

RTP RTP (Real time Transport Protocol)

Other RFCs which document RTP include:

VN:F [1.9.17_1161]
Rating: 0.0/10 (0 votes cast)
Follow Will.Spencer on

Comments (1)

 

  1. mrdon says:

    hmm good info,u introduced me rtp

    VA:F [1.9.17_1161]
    Rating: 0.0/5 (0 votes cast)

Leave a Reply

Related Posts

  • Transport Layer

    The transport layer is the fourth layer of the OSI Model and exists between the Session Layer and Network Layer. The transport layer is used to actually transfer data from one application to another and can be used to stream data from one device to another. The most popular transport layer, the Transmission Control Protocol, [...]...


  • RSVP (Resource Reservation Protocol)

    RSVP (Resource Reservation Protocol) is a protocol used in VoIP to manage QoS (Quality of Service). RSVP works by requesting that required bandwidth and latency be “reserved” for the VoIP telephone call by every network device between the two endpoints. RSVP is defined in RFC 2205: Resource ReSerVation Protocol (RSVP). RSVP is a unicast and [...]...


  • SIP (Session Initiation Protocol)

    SIP (Session Initiation Protocol) is an IETF standard multimedia conferencing protocol, which includes voice, video, and data conferencing, for use over packet-switched networks. SIP is an open standard replacement for the ITU's H.323. SIP is described in RFC 3621 – SIP: Session Initiation Protocol. SIP is an application-layer control (signaling) protocol for creating, modifying, and [...]...


  • MGCP (Media Gateway Control Protocol)

    MGCP (Media Gateway Control Protocol) is a protocol used within a Voice over IP (VoIP) system. This internal protocol was primarily developed to address the demands of carrier-based IP telephone networks. MGCP is a complementary protocol for both H.323 and SIP, which was designed as an internal protocol between the Media Gateway Controller and the [...]...


  • VRRP (Virtual Router Redundancy Protocol)

    VRRP stands for Virtual Router Redundancy Protocol. The VRRP is a commonly used method to avoid network outages during important data transfers. Data transfer can be highly susceptible to failure when sent by a single router network. To combat this problem, VRRP creates a virtual connection between routers within the same network and ties them [...]...