Gigabit to Tebibyte
Gb
TiB
Conversion History
| Conversion | Reuse | Delete |
|---|---|---|
| No conversion history to show. | ||
Quick Reference Table (Gigabit to Tebibyte)
| Gigabit (Gb) | Tebibyte (TiB) |
|---|---|
| 0.1 | 0.0000113686837721616 |
| 0.5 | 0.00005684341886080801 |
| 1 | 0.00011368683772161603 |
| 2.5 | 0.00028421709430404007 |
| 10 | 0.0011368683772161603 |
| 25 | 0.00284217094304040074 |
| 100 | 0.01136868377216160297 |
About Gigabit (Gb)
A gigabit (Gb or Gbit) equals 1,000,000,000 bits (10⁹ bits) in the SI system. It is the standard unit for high-speed networking: home broadband is marketed in gigabits (1 Gbps, 2.5 Gbps), data center switches operate at 10–400 Gbps, and optical fiber backbone links run at terabit speeds. Network interface cards (NICs) in modern computers and servers are typically rated at 1 Gbps or 10 Gbps. A 1 Gbps link can transfer roughly 125 MB per second — sufficient to copy a 1 GB file in about 8 seconds under ideal conditions.
A 1 Gbps home broadband plan delivers up to 125 MB/s download speed. Most modern ethernet ports on laptops support 1 Gbps.
About Tebibyte (TiB)
A tebibyte (TiB) equals exactly 1,099,511,627,776 bytes (2⁴⁰ bytes) in the IEC binary system. It is 9.95% larger than the decimal terabyte (10¹² bytes). The tebibyte is used for large storage volumes: enterprise SAN (storage area network) arrays, RAID configurations, and NAS devices often display capacity in TiB. A drive labelled "1 TB" by its manufacturer contains approximately 0.909 TiB. The ~10% gap at this scale is significant for data center capacity planning — a server room specified in TB vs TiB could be off by 10% of the total procurement budget.
A 4 TB NAS drive holds approximately 3.64 TiB. Enterprise SAN systems are commonly sized in multiples of TiB.
Gigabit – Frequently Asked Questions
Is 1 Gbps internet fast enough for a household?
1 Gbps (gigabit) broadband delivers up to 125 MB/s, which is more than sufficient for most households. It supports dozens of simultaneous 4K streams, fast game downloads, and video conferencing with headroom to spare. The limiting factor is usually the Wi-Fi router (Wi-Fi 5 maxes out around 400–600 Mbps in practice) or the speed of the remote server you're downloading from.
What is a 10-gigabit network used for?
10 Gbps networking is standard in data centers, server interconnects, and high-performance workstations doing large file transfers (video editing, database backups). It is increasingly available in prosumer home networking equipment. At 10 Gbps, a 1 TB file transfer takes about 13 minutes under ideal conditions.
How many gigabits are in a terabit?
One terabit equals 1,000 gigabits (SI). Terabit-per-second (Tbps) speeds are used in long-haul fiber optic cables and internet backbone infrastructure. A single transatlantic fiber cable typically carries hundreds of terabits per second across many multiplexed channels.
How do Wi-Fi generations (Wi-Fi 5/6/6E/7) compare in gigabit throughput?
Wi-Fi 5 (802.11ac) delivers up to 3.5 Gbps theoretical, but typically 400–600 Mbps real-world on a single device. Wi-Fi 6 (802.11ax) reaches 9.6 Gbps theoretical and 600–900 Mbps practical per device, with better multi-device handling via OFDMA. Wi-Fi 6E extends the same technology into the uncongested 6 GHz band, improving real-world speeds to 1–2 Gbps. Wi-Fi 7 (802.11be) pushes the theoretical maximum to 46 Gbps using 320 MHz channels and 4096-QAM, with real-world single-device speeds expected around 2–5 Gbps — the first Wi-Fi standard to reliably exceed gigabit in practice.
Why do data centers use 100 Gbps and above?
Modern data centers handle enormous simultaneous traffic between thousands of servers — cloud computing, video streaming, and AI training all require massive internal bandwidth. 100 Gbps links between switches are now standard; 400 Gbps is increasingly deployed for spine connections. At these speeds, a single link can move 50 GB of data per second, keeping pace with NVMe storage arrays and GPU memory transfer rates.
Tebibyte – Frequently Asked Questions
What is the difference between TB and TiB?
TB (terabyte) = 10¹² bytes = 1,000,000,000,000 bytes (SI decimal). TiB (tebibyte) = 2⁴⁰ bytes = 1,099,511,627,776 bytes (IEC binary). TiB is 9.95% larger. The practical consequence: a 1 TB hard drive (decimal) holds 0.9095 TiB. This 10% gap is the primary reason drive capacity appears lower in the OS than on the box.
How do modern filesystems like ZFS and Btrfs handle TiB-scale storage?
ZFS and Btrfs are copy-on-write filesystems designed for TiB-scale pools with built-in features that traditional filesystems lack. ZFS supports inline deduplication — a 10 TiB pool with 40% duplicate data might show 6 TiB of logical usage but only consume 3.6 TiB physically. Btrfs offers transparent compression (zstd), where a 4 TiB dataset of compressible log files might occupy only 1–2 TiB on disk. Both support snapshots that initially consume zero extra space, growing only as data diverges. These features make "used space in TiB" surprisingly complex to report accurately.
Does Linux use TiB for storage?
Yes. Linux tools (df -h, lsblk) display storage in IEC binary units: KiB, MiB, GiB, TiB. df -h output showing "1.8T" for a 2 TB drive is reporting 1.8 TiB. Modern Linux distributions correctly label these as TiB in technical contexts. This is one of the areas where Linux is more technically precise than Windows or consumer storage labels.
How does RAID affect usable TiB?
RAID arrays lose capacity to redundancy: RAID 1 mirrors two drives (50% efficiency); RAID 5 loses one drive worth of capacity; RAID 6 loses two drives. A 4-drive RAID 5 array of 2 TB drives has 3 × 2 TB = 6 TB raw usable (decimal), ≈ 5.46 TiB, minus filesystem overhead. Enterprise storage also reserves space for spares, snapshots, and wear levelling, further reducing usable TiB.
Is a tebibyte the same as a trillion bytes?
No. A tebibyte (TiB) = 2⁴⁰ bytes = 1,099,511,627,776 bytes — about 1.1 trillion bytes. Exactly one trillion bytes = 10¹² bytes = 1 terabyte (TB, decimal). The tebibyte is approximately 10% larger than a trillion bytes. "Terabyte" is often casually used to mean "1 trillion bytes"; "tebibyte" is the precise binary equivalent at 1,024 gibibytes.