Ask Question

If a voice call has missing data it makes it hard to understand the speaker. Therefore, we commonly allow time for a limited number of retransmissions before playing the sound to the listener. If the network path (in each direction) has total packetization delay of 15ms, total propagation delay of 25ms, and queuing delay varying between 0ms and 10ms, how large (in milliseconds) does the playback buffer need to be if we want to allow for one retransmission?

+3
Answers (1)
  1. 23 August, 15:51
    0
    There will be a playback buffer of 100ms due to re-transmission.

    Explanation:

    Video and audio packets needs to be reliable in a network, so a connection oriented protocol like TCP (transmission control protocol) is always configured for this case.

    Delays in the transmission of packets can be noticeable with regards to videos and audios and they can be calculated and configured when necessary.

    In this scenario, there is a re-transmission of a dropped packet, so it is not acknowledged by the receiver. An ICMP message is sent to the source with a delay of;

    total delay to source: packetization delay + propagation delay + queuing delay

    = 15ms + 25ms + 10ms = 50ms

    Re-transmitting to the receiver, in equal condition, takes the same amount of time

    Total delay after re-transmission = 2 * 50 = 100ms.

    So the maximum delay is 100ms
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “If a voice call has missing data it makes it hard to understand the speaker. Therefore, we commonly allow time for a limited number of ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers