Sunday, December 6, 2015
Understanding file sizes (Bytes, KB, MB, GB, TB)?
Understanding
file sizes (Bytes, KB, MB, GB, TB)
A byte is a sequence of 8 bits (enough to
represent one alphanumeric character) processed as a single unit of
information. A single letter or character would use one byte of memory (8
bits), two characters would use two bytes (16 bits).
Put another way, a bit is either an 'on' or
an 'off' which is processed by a computer processor, we represent 'on' as '1'
and 'off' as '0'. 8 bits are known as a byte, and it is bytes which are used to
pass our information in its basic form - characters.
An alphanumeric character (e.g. a letter or
number such as 'A', 'B' or '7') is stored as 1 byte. For example, to store the
letter 'R' uses 1 byte, which is stored by the computer as 8 bits, '01010010'.
A kilobyte (KB) is 1024 bytes, a megabyte (MB) is 1024 kilobytes and so
on as these tables demonstrate.
myRepono
use bytes to calculate the size of the files we are storing and transferring.
We then calculate the costs of the data storage and transfer based on the
amount of bytes.
myRepono's charges are based on gigabytes of
usage, so for example you might pay $0.20 for 1 GB of data transfer, this means
you are paying $0.20 to transfer over 1 billion bytes of data (over 8 billion
bits).
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment