johnhontran wrote:Purchased 10GBE NIC card for my PC tested with a CAT7 and CAT8. Connected directly from the ONT to my PC and I am only seeing 2500MBPS-3000MBPS. No where near the 8000MBPS.
How are you testing the speed? At these fast speeds, the only accurate way to test is through a native desktop app like the Speedtest.net app. Anything web-based won't give an accurate result.
Also, test it with a high quality CAT6 cable from a good brand (Monoprice, Cable Matters, TrueCable, Tripp Lite, NavePoint, etc) rather than a generic brand CAT7 or CAT8 cable. CAT7 isn't really a thing - real CAT7 is a proprietary standard and uses TERA or GG45 connectors rather than 8P8C ("RJ45") connectors. Any CAT7 you've got that has RJ45 connectors is likely just CAT5e or CAT6 relabelled as "CAT7".
keithah42 wrote:laikitso wrote:
Interesting. It looks like taganaka's speedtest client is more optimized than the official one.
Code: Select all
Download: 9893.10 Mbit/s
Upload: 10742.25 Mbit/s
Wow these are incredible speeds! I've used this other client for years and had better success. Who knows which one is more accurate?
It's physically impossible to get a download speed of 9893Mbps (or an upload speed that's even faster) over 10GBase-T, and as Sonic users we don't have any other choice since the ONT only has an RJ45 port.
There's overhead in Ethernet frames and IP packets, so you can't actually transmit at the full speed of the medium. Assuming no jumbo frames and just the regular 1500 MTU (which is what the internet uses), there's around 6% overhead. This means you can only achieve a theoretical maximum of ~940Mbps over 1000Base-T and ~9.4Gbps over 10GBase-T.
I initially thought that this other SpeedTest client must be showing the speed
including overhead (i.e. adding ~6% to the speeds), but by looking through issues on GitHub, it sounds like the results are just way too high sometimes, with one user saying it showed a speed of 2180Mbps through a Gigabit network card:
https://github.com/taganaka/SpeedTest/issues/20 (last comment).