What is jitter?

a. Variability in data packet arrival
b. A poorly reconstructed signal at the receiver
c. RTP packets synchronize at the receiver
d. Both A and C


a. Variability in data packet arrival
Explanation: There is a delay problem with transported voice data over a packet network. Variability in data packet arrival introduces jitter in the signal, which produces a poorly reconstructed signal at the receiver. RTP packets don't synchronize anywhere on the network.

Computer Science & Information Technology

You might also like to view...

Show two equivalent ways to set the count member in the ListNode variable to which head points.

Given the structure definition: ``` const int STRING_SIZE = 20; struct ListNode { char item[STRING_SIZE]; int count; ListNode * link; }; ListNode *head = new ListNode; ```

Computer Science & Information Technology

Which of the following is NOT a Paste Special format option for PowerPoint slides?

A) Picture Enhanced Metafile B) Rich Text Format (RTF) C) This Microsoft Graphic Object D) GIF

Computer Science & Information Technology

Briefly define a hub, a switch, and a router

What will be an ideal response?

Computer Science & Information Technology

What term refers to a laptop that features a massive screen, a full size keyboard, an optical drive (or maybe two), and plenty of hard drive space?

A. Netbook B. Chromebook C. Notebook D. Desktop Replacement

Computer Science & Information Technology