196k views
0 votes
Host A sends real time voice to Host B over a packet switched network. Host A first converts the analogue voice signal to a digital signal at a rate of 64 kbps. Host A then creates packets of data where each packet contains 56 bytes. Once a packet is created by Host A, it is sent to Host B over a link that operates at a 2 Mbps transmission rate. The propagation delay is 10 milliseconds. (Remember to convert bytes to bits). How many seconds does it take to create a packet of data?

User Xobotun
by
7.7k points

1 Answer

3 votes

Answer:

Time required is 0.007 s

Step-by-step explanation:

As per the question:

Analog signal to digital bit stream conversion by Host A =64 kbps

Byte packets obtained by Host A = 56 bytes

Rate of transmission = 2 Mbps

Propagation delay = 10 ms = 0.01 s

Now,

Considering the packets' first bit, as its transmission is only after the generation of all the bits in the packet.

Time taken to generate and convert all the bits into digital signal is given by;

t =
(Total\ No.\ of\ packets)/(A/D\ bit\ stream\ conversion)

t =
(56* 8)/(64* 10^(3)) (Since, 1 byte = 8 bits)

t = 7 ms = 0.007 s

Time Required for transmission of the packet, t':


t' = (Total\ No.\ of\ packets)/(Transmission\ rate)


t' = (56* 8)/(2* 10^(6)) = 2.24* 10^(- 4) s

User Babu Subburathinam
by
8.2k points