A 9K file is transferred over some connection at 1536 bits per second. Determine the size of the file (in bytes) that can be transferred
September 14, 2020 | Education
| A 9K file is transferred over some connection at 1536 bits per second. Determine the size of the file (in bytes) that can be transferred in the same time over another connection at 512 bits per second.
Let’s define the transmission time:
9 KB / 1536 bits per second = (9 * 1024 * 8 bits) / (1536 bits per second) = 48 seconds.
Let’s calculate the file size:
48 seconds * 512 bits per second = 48 * 64 bytes = 3072 bytes.
