|
1
|
This article is about the unit of measurement. For the computer hardware manufacturer, see Gigabyte Technology. For the cartoon character, see ReBoot.
| Quantities of bytes | ||||||
|---|---|---|---|---|---|---|
| Common prefix | Binary prefix | |||||
| Name | Symbol | Decimal SI | Binary JEDEC | Name | Symbol | Binary IEC |
| kilobyte | KB/kB | 103 | 210 | kibibyte | KiB | 210 |
| megabyte | MB | 106 | 220 | mebibyte | MiB | 220 |
| gigabyte | GB | 109 | 230 | gibibyte | GiB | 230 |
| terabyte | TB | 1012 | 240 | tebibyte | TiB | 240 |
| petabyte | PB | 1015 | 250 | pebibyte | PiB | 250 |
| exabyte | EB | 1018 | 260 | exbibyte | EiB | 260 |
| zettabyte | ZB | 1021 | 270 | zebibyte | ZiB | 270 |
| yottabyte | YB | 1024 | 280 | yobibyte | YiB | 280 |
A gigabyte (derived from the SI prefix giga-) is a unit of information or computer storage meaning either exactly 1 billion bytes (10003, or 109) or approximately 1.07 billion bytes (10243, or 230).10003 = one billion.
The usage of the word "gigabyte" is ambiguous, depending on the context. When referring to RAM sizes and file sizes, it traditionally has a binary definition, of 10243 bytes. For other uses, it means exactly 10003 bytes. In order to address this confusion, currently the International Electrotechnical Commission (IEC) promotes the use of the term "gibibyte" for the binary definition. This position is endorsed by other standards organizations including the Institute of Electrical and Electronics Engineers (IEEE), the International Committee for Weights and Measures (CPIM) and the National Institute of Standards and Technology (NIST).
It is commonly abbreviated GB or Gbyte (cf. Gb, which is used for a gigabit).
Contents |
There are two different definitions of gigabyte in general use:
In conventional modern usage, a byte is 8 bits. One gigabyte is equivalent to eight gigabits.
In computer networking, however, the conventional SI units are followed. Manufacturers of networking equipment always use 1000-bit kilobits as their basic unit of measurement.
| Abbreviation | No. of bytes | Usage | |
|---|---|---|---|
| gigabytes | GB (Note: uppercase "B") | 10003 | Computer storage (e.g., 500 GB hard disk) |
| gigabytes | GB (Note: uppercase "B") | 10243 | Computer memory (e.g., 4 GB RAM) |
| gibibytes | GiB (Note: uppercase "B") | 10243 | Computer storage (e.g., 34 GiB file) |
| gigabit | Gbit or Gb | 125*10002 | Network throughput (eg 1 Gbit/s data transfer rate) |
As of 2007, most consumer hard drives are defined by their gigabyte-range capacities. The true capacity is usually some number above or below the class designation. Although most manufacturers of hard disks and Flash disks define 1 gigabyte as 1,000,000,000 bytes, the computer operating systems used by most users usually calculate a gigabyte by dividing the bytes (whether it is disk capacity, file size, or system RAM) by 1,073,741,824. This distinction is a cause of confusion, as a hard disk with a manufacturer rated capacity of 400 gigabytes may have its capacity reported by the operating system as only 372 GB, depending on the type of report.
The difference between units based on SI and binary prefixes increases exponentially — in other words, an SI kilobyte is nearly 98% as much as a kibibyte, but a megabyte is under 96% as much as a mebibyte, and a gigabyte is just over 93% as much as a gibibyte. This means that a 500 GB hard disk drive would appear as "465 GB". As storage sizes get larger and higher units are used, this difference will become more pronounced.
Note that computer memory is addressed in base 2, due to its design, so memory size is always a power of two (or some closely related quantity, for instance 384 MiB = 3Ă—227 bytes). It is thus convenient to work in binary units for RAM at the hardware level (for example, in using DIMM memory units). RAM memory size as seen by application software has no consistent bias towards power of two units, as the operating system will allocate memory in other granularities. Other computer measurements, like storage hardware size, data transfer rates, clock speeds, operations per second, etc., do not have an inherent base, and are usually presented in decimal units.
An example, take a hard drive that can store exactly 250Ă—109 or 250 billion bytes after formatting. Generally, operating systems calculate disk and file sizes using binary numbers, so this 250 GB drive would be reported as "232.83 GB". The result is that there is a significant discrepancy between what the consumer believes they have purchased and what their operating system says they have.
Some consumers feel short-changed when they discover the difference, and claim that manufacturers of drives and data transfer devices are using the decimal measurements in an intentionally misleading way to inflate their numbers. Several legal disputes have been waged over the confusion. See Binary prefix — Legal disputes.
To further complicate matters, flash memory chips are organized in multiples of 2, but retail flash memory products have available capacities specified by multiples of 10. Removable flash storage products contain file systems that make the devices behave like hard disks instead of RAM, yet it is called \'memory\'. In operating systems like Windows Vista, flash memory can indeed be treated like RAM.
The basis of the problem is that the official definition of the SI units is not well known,[citation needed] and some legal settlements include directions for manufacturers to use clearer info, e.g. by stating a hard disk\'s size in both GB and GiB. However, JEDEC memory standards still uses the IEEE 100 nomenclatures.
|
|
Trivia sections are discouraged under Wikipedia guidelines. The article could be improved by integrating relevant items and removing inappropriate ones. |
This article is licensed under the GNU Free Documentation License. It uses material from Wikipedia