VOIP call bandwidth

The calculator works out bandwidth required to handle given number of VOIP calls with given audio codec.

Earlier in the Telecommunications traffic, Erlang article, I described trunk number calculation for given call load. Nowadays, it's more common to have office PBX connected to an external network via VOIP trunks instead of E1/T1 ones. Unlike E1/T1, VOIP trunks have no fixed range of channels; instead, your telecommunications provider must dedicate some network bandwidth to transmit VOIP load.
The following calculator estimates the bandwidth required to handle a given number of calls with a given audio codec. You may find calculation details just below the calculator.

PLANETCALC, VOIP bandwidth calculator

VOIP bandwidth calculator

Audio codec for RTP traffic encoding
Digits after the decimal point: 2
Bandwidth
 
Packets per second
 
The file is very large. Browser slowdown may occur during loading and creation.

VOIP traffic bandwidth includes useful audio data payload and protocol stack overhead (RTP, UDP, IP, and network L2, L1 overhead). Our calculator gives bandwidth value in kilobits per second (Kbps).
The algorithm is quite simple:
Bandwidth = (L_{voip}+O_{packet})*C_{second}*8/1000
where  L_{voip} - audio data encoded by a codec,  O_{packet} - protocol stack overhead (see below),  C_{second} - number of packets per seconds

VOIP packet size

Depending on the codec, there are 20 or 30 milliseconds of audio data in the VOIP packet, and it's from 1 to 6 codec samples (see handbook Audio codecs). Therefore, the less packet duration, the more packets are required to send every second. Every packet contains stack protocol overhead, the more packets, and the more relative protocol stack overhead.

The following picture demonstrates the VOIP packet structure with each layer overhead for the IPv4 Ethernet network.

VOIP packet structure
VOIP packet structure

Example calculation for ilbc (15.2Kbps) audio codec (up to network L2 layer):

  • VOIP data size: 38(codec sample size)*1(samples per packet) = 38 bytes
  • Protocol stack overhead RTP-L2:12(RTP)+8(UDP)+20(IP)+18(L2)=58 bytes
  • Packets per second: 1000(milliseconds in a second)/20(packet duration in ms) = 50 packets
    Bandwidth:(38+58)*50*8/1000=38.4 Kilobits per second

I used the following handbooks to create this calculator:
Network types

Audio codecs

You may insert your codecs and network specifications, and the data will be automatically reflected in the calculator over time.

URL copied to clipboard
PLANETCALC, VOIP call bandwidth

Comments