1

In my new house I have CAT7 cables for my home network which should support network speeds up to 10Gbit. Now in 2019 10Gbit is a overkill for me and upgrading my switches and PCs to 10Gbit is too expensive. However this may change in a few years.

Because of this and because I am going to terminate the CAT7 cables by myself (on patch panel (or keystone adapter) and network outlets in the rooms), I want to make sure that I did everything right and the termination is good enough that 10Gbit will work in the future.

So how can I verify/measure that 10Gbit will work?

student
  • 485

1 Answers1

4

The answer is "not easily or cheap".

A (half decent) 10 Gb/s capable tester for copper wiring costs about $5000. You can get stuff from Alibaba or AliExpress for half that price, but quality is doubtful and that is still a lot of money.

So that leaves 3 options:

  • Hire someone who has the test-equipment and have them measure it for you. Probably going to cost you $500 to $1000 per day. Problem: If they find issues you will have to fix them and have it measured again. Could mean you have to hire them twice if there are more problems than you can fix "on the spot".
  • Hire only the equipment if such a service is available in your area. (I did this last year to check a new office for our company and it cost me about $300 a day. Was worth it as I needed to check about 40 connectors, which was doable in a a single day. I only needed to fix 3 problem connectors.
  • Get/borrow 2 computers and buy a 10 Gb/s capable NIC for each. Intel NIC's (if you can get them cheap) have 'Advanced Services' drivers available that allow basic cable-testing from within the driver with the 2 computers running as end-points of the cable. If you can't get Intel cheap just use any other brand and use iperf3 as Attie already mentioned in a comment.

Personally I wouldn't bother testing for 10 Gb/s, but just for 1 Gb/s using 2 Intel NICs with the special driver. Intel 1 Gb/s NICs are cheap. Many newer motherboard have them as standard and an Intel PCIe NIC costs about $30.
If the cabling/connectors are good enough to give quality 1 Gb/s you shouldn't have major issues with 10 Gb/s either.

EDIT (after seeing your comments about dongles)
USB dongles can't get 10 Gb/s throughput. In theory it should be possible with the latest generation USB3 and/or Thinderbolt dongles, but I have yet to see a dongle that actually managed to do the throughput they advertized. And don't forget that the USB controller inside the laptop also must be able to handle it.
PCIe (4x or 8x) NICs are the only 10 Gb/s devices that can actually reliably deliver 10 Gb/s. And that is still depending on if your motherboard, drivers and Operating System can take it. There is a reason 10 Gb/s is currently still mostly the domain of servers and high-end workstations (that often use server-grade motherboards): Desktop motherboards struggle. Laptop motherboard are are even worse.

Tonny
  • 33,276