Unsupported scripts and control panel web app for a hosting company
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

12345678910111213141516171819202122232425262728293031
  1. What do KiB/MiB/GiB mean?
  2. KiB, MiB and
  3. GiB are all standard international units of
  4. storage. Most users will be familiar with 'Kilobytes' (KB), 'Megabytes' (MB),
  5. etc; however, there is a lot of confusion about what values these represent.
  6. The SI prefixes for 'K' (actually 'k'), 'M' and 'G' are all multiples of 10 —
  7. 1000, 1000000 and 1000000000, respectively. When measuring computing storing
  8. capacity, however, it is often more useful to count in base 2. So the prefixes
  9. are often (incorrectly) associated with powers of 2 that have a similar value:
  10. A Kilobyte becomes 1024 Bytes, a Megabyte becomes 1024x a Kilobyte, etc.
  11. To combat this confusion, the International Electrotechnical Commission issued
  12. a new standard — K, M and G prefixes should be used in accordance with the SI
  13. units, Ki, Mi and Gi should be used for 'binary' prefixes. A comparison of
  14. these units is given below:
  15. PrefixSI unitSize (Bytes)IEC binary unitSize (Bytes)
  16. KiloKB1000KiB1024
  17. MegaMB1000000MiB1048576
  18. GigaGB1000000000GiB1073741824
  19. All units used in the UTD-Hosting control panel use the IEC format. Units
  20. on the main UTD-Hosting site (including bandwidth/hard drive limits) use SI
  21. units, which is the standard for ISPs and storage manufacturers.