UDP Question: Download User Datagram Protocol (UDP) PDF

A device is sending out data at the rate of 2000 bps. How long does it take to send out 100 bits? How long does it take to send out a signal character (8 bits)? How long does it take to send a file of 100,000 characters?

Tweet Share WhatsApp

Answer:

how long does it take to send out 100 bits?
100/2000 = 0.05 sec

How long does it takes to send out a single character of 8 bits?
8/2000 = 0.004 sec

How long does it take to send a file of 100000 characters?
As, single character is of 8 bits.So,
{8*100000}/2000 = 400 sec

Download User Datagram Protocol (UDP) PDF Read All 13 User Datagram Protocol (UDP) Questions
Previous QuestionNext Question
If the bandwidth of the channel is 8 Kbps, How long does it take to send a frame of 200,000 bits out of this device?Tell me Can SSL support UDP, as SSL support TCP?