This document discusses protocols for real-time multimedia applications such as voice over IP. It introduces the Real-Time Protocol (RTP) which specifies packet structures for carrying audio and video data. RTP runs on top of UDP, providing functions like payload type identification, sequence numbering, and time stamping. It allows for interoperability between multimedia applications that both implement RTP. The document also discusses the Session Initiation Protocol (SIP) which is used to initialize multimedia sessions and exchange session description and control messages.