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