This has devolved into another stupid conversation.
2^10 does equal 1024. 1024 what? 1024 bits.
There are 1024 bytes in a kilobyte (KB) using conventional metrics.
This is where you went wrong: 1.25 TB (base 2) = 1250 billion * 1.024 = 1280 billion bytes = 1280 GB (base 10)
• Because of the "B," 1.25 TB is not a binary expression (base-2)
• 1.25 TB does = 1250 billion in the decimal numbering system
• However, you multiplied the base-10 expression (1250) by a kilobit'd base-2 expression (1.024) to get an erroneous hybrid value (1280).
1.25 TB (base 2) = 1250 billion * 1.024 = 1280 billion bytes = 1280 GB (base 10)
The above statement is accurate. You misinterpreted it. It was included as-is to to maintain a standard presentation with the other methods listed. Base 2 indicates the calculation is based on a binary KB with 1024 bytes. The references are to amounts of data transmitted, not transmission rates. TB is appropriate to represent an amount of data, regardless of the base used in the calculation.
A binary KB is 1024 bytes and a decimal kilobyte is 1000 bytes. My calculation determined the decimal equivalent of a single binary byte by dividing the size of a binary KB by the size of a decimal KB. 1024/1000 = 1.024. I then multiplied the 1.024 factor by the size of decimal 1.25 TB (1250 billion bytes) to get the 1280 GB size of 1.25 TB with a binary KB.
1000 * 1000 * 1000 * 1000 * 1.25 = 1250 Billion bytes (using decimal KB)
1024 * 1000 * 1000 * 1000 * 1.25 = 1280 Billion bytes (using binary KB)
1024/1000 = 1.024 * 1250 Billion = 1280 Billion bytes (using binary KB)
You get to the same place either way, but using the binary to decimal ratio highlights a binary KB is 1.024 times larger than a decimal KB.
MB calculation methods
Base 10: 1000 * 1000 = 1,000,000 bytes International Standard of Units (SI)
Mixed: 1024 * 1000 = 1,024,000 bytes Conventional metrics
Base 2: 1024 * 1024 = 1,048,576 bytes Computer storage
Cox used conventional metrics that report a larger amount than the more accurate decimal measure. But, we don't know if the webpage is accurate or if it's just how the webpage author interpreted the specs.
Conventional metrics
KB = 210 = 1024 bytes
MB = 1000 KB = 1,024,000 bytes not 1 * 1,000,0000 = 1,000,000 bytes
GB = 1000 MB= 1,024,000,000 bytes
TB = 1000 GB= 1,024,000,000,000 bytes
Data Units Converter
www.gigacalculator.com/.../data-storage-bandwidth-converter.php
With the "Use SI standard" box unchecked (conventional metrics), enter 1.25 in the box on the left and select TB, then select GB on the right. 1.25 TB = 1,280 GB
Now check the "Use SI standard" box (decimal) 1.25 TB = 1,250 GB