| Kibioctets (Kio) | Terabits (Tbit) |
|---|---|
| 1 Kibioctet | 0.000000008192 Tbit |
| 2 Kibioctets | 0.000000016384 Tbit |
| 3 Kibioctets | 0.000000024576 Tbit |
| 4 Kibioctets | 0.000000032768 Tbit |
| 5 Kibioctets | 0.00000004096 Tbit |
| 10 Kibioctets | 0.00000008192 Tbit |
| 20 Kibioctets | 0.00000016384 Tbit |
| 25 Kibioctets | 0.0000002048 Tbit |
| 50 Kibioctets | 0.0000004096 Tbit |
| 100 Kibioctets | 0.0000008192 Tbit |
| Reference | Kibioctets (Kio) | Terabits (Tbit) |
|---|---|---|
| A plain text message (160 characters) | 0.15625 Kio | 0.00000000128 Tbit |
| A three-minute MP3 | 2929.69 Kio | 0.000024 Tbit |
| A smartphone photo | 3906.25 Kio | 0.000032 Tbit |
| A high-definition film | 3906250 Kio | 0.032 Tbit |
| A dual-layer Blu-ray disc | 48828125 Kio | 0.4 Tbit |
The kibioctet is a unit of digital information equal to 1,024 octets, and therefore to 8,192 bits. Its symbol is Kio. It is the binary counterpart of the kilooctet, and although the two differ by only 2.4 per cent, this is the unit in which a great deal of a computer's internal organisation is actually measured.
The most important example is the memory page. Processors do not manage memory octet by octet but in fixed-size blocks, and on almost every architecture in common use that block is 4 kibioctets. Every allocation a program makes is rounded up to a multiple of that, every entry in the page tables describes one of them, and the performance of a program often depends on how well its access pattern fits that four-kibioctet grid.
Disc sectors tell a similar story. Hard drives used 512-octet sectors for decades, and modern drives use 4 kibioctets, matching the memory page so that a page can be read or written in a single operation. Filesystems then allocate space in blocks that are themselves powers of two, usually 4 kibioctets, which is why a one-octet file consumes four kibioctets of disc.
Network protocols use the unit too. Buffer sizes, window sizes and the maximum size of many protocol structures are powers of two, and the 64-kibioctet limit appears repeatedly: it is the largest value a 16-bit length field can express, and it therefore caps the size of a UDP datagram, an IP packet and several older file formats.
That is the general pattern: wherever a limit comes from the width of a binary field, the limit is a power of two, and the honest way to write it is with a binary prefix. Writing 64 KB for the datagram limit is not wrong by much, but writing 64 KiB is exactly right and says where the number came from.
In everyday use the difference is invisible. A 200-kilooctet file and a 200-kibioctet file are 4.8 kibioctets apart, which nobody notices. The value of the distinction is that it makes the arithmetic behind a figure legible, which matters far more as the numbers grow.
One kibioctet equals 1,024 octets, 8,192 bits, 8 kibibits, or 1.024 kilooctets.
The terabit is a unit of digital information equal to one million million bits, a thousand gigabits. Its symbol is Tbit. It is the scale at which the internet's own infrastructure is measured — not the connection into a house, but the links between cities and across oceans.
A terabit is 125 gigaoctets. Put another way, one terabit is roughly the amount of data in a hundred and twenty-five hours of high-definition video, or the contents of a large laptop's disc. A single terabit-per-second link therefore moves the equivalent of that laptop every second, continuously.
Submarine cables are where these numbers live. A modern transoceanic cable carries several hundred terabits per second across a handful of fibre pairs, using wavelength division multiplexing to run dozens of separate light channels down the same glass strand at once. The cables laid across the Atlantic in the 2020s reach into the hundreds of terabits, where the first transatlantic telephone cable of 1956 carried thirty-six voice calls.
Internet exchange points, where networks meet and hand traffic to one another, publish their throughput in terabits per second. The largest in Europe and Asia peak in the tens of terabits, and those figures are among the most reliable public measurements of how much the internet is actually being used at a given moment.
Laboratory records go far higher. Research teams have pushed single optical fibres past a petabit per second by using multi-core fibre and hundreds of wavelengths simultaneously, though such experiments run over short distances under controlled conditions. The gap between what is demonstrated in a laboratory and what is deployed in the sea is usually about a decade.
For storage the terabit is used mainly in the semiconductor industry, where the density of a memory die is quoted in terabits per square centimetre or per package. Consumer products are labelled in octets instead — a terabit is 125 gigaoctets, so a chip described as 8 terabits appears on the shelf as a one-teraoctet drive.
One terabit equals 1,000,000,000,000 bits, 1,000 gigabits, 125 gigaoctets, or about 0.9095 tebibits.