Internet telephony
What Is Internet Telephony?
Internet telephony is the transmission of voice and multimedia communications over Internet Protocol (IP) networks rather than through traditional circuit-switched telephone infrastructure. It encompasses the protocols, codecs, and network management techniques that digitize, compress, and packetize audio so that it can be routed as data over the same IP infrastructure used for web browsing and file transfer. The term is used interchangeably with IP telephony and encompasses Voice over Internet Protocol (VoIP) as its primary technical realization. The field draws on signal processing, network engineering, and telecommunications standards developed jointly by the IETF and ITU-T.
The economic driver behind internet telephony is the ability to carry voice traffic over data networks that organizations already operate, eliminating the per-minute billing of the public switched telephone network (PSTN) for long-distance and international calls. Commercial VoIP services became viable for consumers in the early 2000s as broadband adoption increased and packet-switched networks reached the latency and reliability levels required for acceptable voice quality.
Voice over IP and Audio Coding
Voice over IP converts analog audio into a digital bitstream using an audio codec, then segments that stream into small IP packets for transmission. Common codecs include G.711, which provides toll-quality audio at 64 kbit/s without compression and is used in many enterprise IP-PBX deployments, and G.729, which achieves near-toll quality at 8 kbit/s through algebraic code excited linear prediction (ACELP). The Opus codec, standardized by the IETF in RFC 6716, adds adaptive bitrate capability that allows internet telephony applications to maintain call quality across varying network conditions. Audio packets are typically carried by the Real-time Transport Protocol (RTP), which adds sequence numbers and timestamps so the receiver can detect packet loss and reorder out-of-sequence packets before playback.
Signaling Protocols
Before voice data flows, session setup and teardown require a signaling protocol to identify participants, negotiate codecs, and exchange addressing information. The Session Initiation Protocol (SIP), defined in IETF RFC 3261, is the dominant signaling standard for internet telephony. SIP is a text-based protocol modeled on HTTP that handles call initiation, modification, and termination; it works in conjunction with the Session Description Protocol (SDP) to communicate codec preferences and network addresses. H.323, an older ITU-T standard, provided the equivalent signaling layer in early enterprise and videoconferencing systems and remains in use in some legacy deployments. Interoperability between the PSTN and VoIP networks is handled by media gateways and gateway controllers that translate between circuit-switched signaling (SS7) and SIP.
Call Admission Control and Quality of Service
Internet telephony is sensitive to network impairments in ways that data transfer is not. Latency above 150 milliseconds one-way degrades conversational naturalness; jitter above 30 milliseconds causes audible gaps and clicks if not corrected by a jitter buffer; and packet loss above two to three percent produces perceptible audio artifacts. Call admission control (CAC) prevents new sessions from being established when the available network capacity cannot support the additional traffic without degrading in-progress calls. Networks serving VoIP traffic use DiffServ traffic marking to prioritize voice packets over background data, ensuring that interactive audio receives preferential queuing treatment. The IEEE paper on VoIP signaling and call processing in the Wiley Telecom series on IEEE Xplore provides a detailed treatment of these quality management mechanisms.
Applications
Internet telephony has applications across a wide range of communication contexts, including:
- Enterprise unified communications platforms replacing legacy PBX systems
- Consumer voice and video calling applications over mobile and broadband networks
- Point-to-multipoint conferencing and webinar services
- Contact center and customer service infrastructure
- International wholesale voice transit over IP backbones
- Emergency services NG911 systems that transport 9-1-1 calls over IP infrastructure