352-001 · Question #638
How can jitter be compensated on an IP network that carries real-time VoIP traffic with acceptable voice transmission quality?
The correct answer is D. Set up a playout buffer to play back the voice stream. Jitter in VoIP networks is compensated by a playout buffer, which absorbs variable packet arrival times and replays audio at a consistent rate.
Question
How can jitter be compensated on an IP network that carries real-time VoIP traffic with acceptable voice transmission quality?
Options
- ASet up VAD to replace gaps on speech with comfort noise
- BChange CODEC from G.729 to G.711
- CDeploy RSVP for dynamic VoIP packet classification
- DSet up a playout buffer to play back the voice stream
How the community answered
(27 responses)- A4% (1)
- C7% (2)
- D89% (24)
Why each option
Jitter in VoIP networks is compensated by a playout buffer, which absorbs variable packet arrival times and replays audio at a consistent rate.
VAD replaces silent periods with comfort noise to reduce bandwidth consumption, but does not address variable packet arrival delays caused by jitter.
Switching from G.729 to G.711 increases bandwidth usage and changes audio fidelity, but does not compensate for or mitigate network jitter at the receiver.
RSVP reserves network bandwidth for flows but does not buffer or smooth out packet timing variations that cause jitter at the receiver endpoint.
A playout buffer (jitter buffer) queues incoming voice packets and plays them back at a steady, controlled pace, smoothing out the variable inter-arrival delays caused by jitter. This directly addresses the root cause of jitter-induced voice quality degradation without requiring codec changes or signaling protocol modifications. It is the standard mechanism used in VoIP endpoints and gateways to maintain acceptable voice quality on best-effort IP networks.
Concept tested: VoIP jitter compensation using playout buffer
Source: https://www.cisco.com/c/en/us/support/docs/voice/voice-quality/14123-jitter-buffer.html
Topics
Community Discussion
No community discussion yet for this question.