Transfer speed knowledge encyclopedia
🔀 What is the difference between Mbps and MB/s?
Mbps (Megabits per second) and MB/s (Megabytes per second) are two different units.
1 Byte = 8 bits, therefore 1 MB/s = 8 Mbps. This is the most common misconception about internet speed — when you sign up for a 100 Mbps internet, the theoretical maximum download speed is about 12.5 MB/s. To convert simply divide Mbps by 8 to get MB/s.
📐 How to convert Gbps?
1 Gbps = 1,000 Mbps = 125 MB/s. The conversion is simple: Gbps → Mbps times 1000, Gbps → MB/s times 125 (since 1 Gbps = 1,000,000,000 bps ÷ 8 = 125,000,000 bytes/s = 125 MB/s). Similarly, 10 Gbps = 10,000 Mbps = 1,250 MB/s ≈ 1.25 GB/s. Next generation 25 GbE, 40 GbE and even 100 GbE are commonly used in data centers and enterprise core networks.
❓ Why is 1 Gbps not equal to 1 GB/s?
Two reasons:1. Bits vs Bytes — Network speed is expressed in bits, and file size is expressed in Byte. 1 Byte = 8 bits, so 1 Gbps = 125 MB/s, which is much smaller than 1 GB/s.2. Network protocol overhead — TCP/IP, Ethernet and other protocols will add headers, check codes and other additional information, reducing the actual available bandwidth by about 5~10%. This is why this tool provides a "Transmission Efficiency" slider to simulate real situations.
🏠 How to improve NAS transfer speed?
NAS transmission bottlenecks usually come from three links:Internet(At least 1GbE is recommended, 2.5GbE or 10GbE can be upgraded as an upgrade),
hard drive(Traditional HDD is about 150~200 MB/s, SSD can reach more than 500 MB/s),
Agreement(SMB multi-channel, NFS, iSCSI and other protocols optimized). Link Aggregation can combine the bandwidth of multiple network lines, but requires bilateral support from the switch and NAS.
⚡ Is 10GbE worth the upgrade?
10GbE provides 1,250 MB/s bandwidth, 10 times that of 1GbE. Suitable for: scenarios such as large-scale video editing, AI data set transfer, database backup, simultaneous access of multiple users to NAS, etc. However, costs need to be considered: 10GbE network cards, switches, Cat6a/Cat7 cables, and NVMe SSD storage arrays (HDD cannot run full 10GbE). For home file sharing only, 1GbE or 2.5GbE is sufficient.
📡 Factors affecting network efficiency
The actual transmission efficiency is always lower than the theoretical value. The main reasons include: TCP/IP protocol overhead (about 5~10%), network delay and packet loss (more obvious in long-distance transmission), Wi-Fi signal interference and channel competition, hard disk read and write speed bottlenecks (especially traditional HDD), and CPU or VPN encryption processing capabilities. Wired connections typically achieve 90~95% efficiency, while Wi-Fi may range between 50~80% depending on the environment.