157k views
1 vote
A particular DSL modem operates at 768 kbits/sec. How many bytes can it receive in 1 minute? USB 3.0 can send data at 5 Gbits/sec. How many bytes can it send in 1 minute?

User Rahul Gaur
by
7.7k points

1 Answer

2 votes

Answer:

a. 1.6 Kbytes/min

b. 10.417 Mbytes/min

Step-by-step explanation:

a. The DSL modem operates at 768 Kbits/sec.

But,

8 bits = 1 byte and 1 Kbit = 1 000 bits, so that:

=
(768 000)/(8)

= 96 000 bytes

Therefore, the modem operates at 96 Kbytes/sec.

The byte to be received in 1 minute can be calculated thus;

Since 60 seconds = 1 minute, then:

=
(96000)/(60)

= 1600

= 1.6 Kbytes/min

The modem receives 1.6 Kbytes/min

b. The USB sends 5 Gbits/sec.

But, 8 bits = 1 byte and 1 Gbit = 1000000000 bits so that:

=
(5000000000)/(8)

= 625000000

= 0.625 Gbytes

The USB sends 0.625 Gbyte/sec.

Since 60 seconds = 1 minute, then:

=
(625000000)/(60)

= 10416666.67

= 10.417 Mbytes/min

User Evk
by
7.2k points