Library
Back to reading

What Is Voice over IP?

What Is VoIP?

Preview: Learn more about Voice over Internet Protocol (VoIP) and how voice calls are transmitted over packet-switched networks.

Voice over Internet Protocol (VoIP) is a technology that allows telephone conversations to be transmitted over packet-switched Internet Protocol (IP) networks rather than traditional circuit-switched telephone networks. Instead of establishing a dedicated communication path for the duration of a call, VoIP converts speech into digital data, divides it into packets, and transmits those packets across computer networks using the same infrastructure that carries email, web traffic, and other Internet services. Today, VoIP has become the dominant technology for voice communications throughout the world.

For much of the twentieth century, telephone calls were carried over the Public Switched Telephone Network (PSTN) using circuit switching. When a call was established, the network reserved a dedicated end-to-end communication path between the two telephones. This guaranteed constant bandwidth and predictable quality but was relatively inefficient because the circuit remained reserved even during pauses in conversation when no information was being transmitted.

The rapid growth of computer networking during the 1980s and 1990s suggested an alternative approach. Since data networks already transported digital information efficiently using packet switching, engineers recognised that human speech could also be represented digitally and transmitted as packets. Rather than reserving an entire communication circuit, voice packets could share the network dynamically with other forms of traffic, making much more efficient use of available bandwidth.

A VoIP call begins by converting the speaker's voice into digital form using an analogue-to-digital converter. The resulting digital samples are compressed using a speech codec, reducing the amount of information that must be transmitted while maintaining acceptable speech quality. Common codecs include G.711, G.729, Opus, and AMR, each providing different trade-offs between audio quality, bandwidth, processing complexity, and latency.

The compressed speech is then divided into small packets, each containing a short segment of audio together with addressing and control information. These packets are transmitted independently across the IP network and may follow different routes before arriving at their destination. At the receiving end, the packets are reassembled, decompressed, converted back into analogue form, and reproduced through the speaker.

Unlike traditional telephone circuits, packet-switched networks do not guarantee that every packet will arrive at exactly the same time. Packets may experience different transmission delays, arrive out of sequence, or occasionally be lost altogether. VoIP systems therefore employ jitter buffers to smooth variations in packet arrival time and use packet-loss concealment techniques to minimise the audible effects of missing packets. Maintaining acceptable voice quality consequently depends upon careful management of network delay, delay variation, and packet loss.

Because voice communication occurs in real time, VoIP places more stringent requirements on the network than many other Internet applications. Delays of more than about 150 milliseconds become increasingly noticeable during conversation, while excessive jitter or packet loss can significantly degrade speech quality. Modern networks therefore often employ Quality of Service (QoS) mechanisms that prioritise voice packets over less time-sensitive traffic such as email or file downloads.

VoIP relies on several communication protocols. Session Initiation Protocol (SIP) is widely used to establish, manage, and terminate calls, while the Real-time Transport Protocol (RTP) carries the digitised speech packets. Additional protocols provide security, authentication, and network management, allowing VoIP systems to integrate seamlessly with existing enterprise and public communication networks.

One of the principal advantages of VoIP is that it combines voice, video, messaging, and data services within a single communication infrastructure. Organizations no longer require separate telephone and computer networks, reducing equipment costs and simplifying administration. VoIP also enables features such as video conferencing, voicemail-to-email, presence information, call forwarding, unified messaging, and integration with cloud-based collaboration platforms.

VoIP has transformed both consumer and business communications. Internet-based calling services, enterprise IP telephone systems, video-conferencing platforms, and mobile communication applications all rely on VoIP technology. Even many calls placed using conventional mobile telephones are now transported across the operator's core network using IP rather than traditional circuit-switching techniques through technologies such as Voice over LTE (VoLTE) and Voice over New Radio (VoNR).

It is important to distinguish VoIP from Internet telephony. VoIP refers to the underlying technology of transmitting voice using Internet Protocol, regardless of whether the network is public or private. Internet telephony generally refers to voice services operating across the public Internet. Many enterprise VoIP systems operate entirely within private networks without using the public Internet at all.

Today, Voice over IP has largely replaced traditional circuit-switched telephony. Enterprises, governments, service providers, and consumers increasingly rely on IP-based voice communication because it offers lower cost, greater flexibility, and seamless integration with other digital services. As broadband connectivity and cloud computing continue to evolve, VoIP remains one of the most successful examples of the convergence of communications and computer networking.

Voice over Internet Protocol therefore represents far more than a new method of making telephone calls. It illustrates the broader transformation of communication networks from dedicated circuit-switched infrastructures to flexible packet-switched systems capable of supporting voice, video, data, and countless other services over a common digital network.

Back to reading