2x Gigabit connections across 1 cat7 cable

I have a Cat7 cable going across the house between my router and my PC.

The PC and router are both 1 gigabit.

I want to connect another PC to the router at the same location as the first PC without using a second cable.

The Cat7 cable is capable of handling the bandwith of multiple gigagit connections.

If I used a simple Cat7 RJ45 splitter would this perform any worse (Even theoretically) than two separate cables? If I had a splitter at each end of the cat7 cable, this would act like two cables, right?

For example, if I used a 1gbit switch at each end, the bandwidth would be limited to the 1gbit connection between the switches and each PC connected and each PC would have a maximum of 500mbit if they were both in use.

Would this be the same with the splitter? I am thinking not because there’s no actual gigabit connection being made and the cable can easily handle 2x 1gbit.

I might be completely wrong on this, network hardware is one of my weaker points.

This is not how routing and switching works.

You need two cables.

If you use half of the wires, 2 twisted pairs, you’ll get 100 Mbit.

There’s a specific way frames are sent down the wire that makes this not possible without some custom middleware (that may or may not exist).

5 Likes

I haven’t heard of a splitter like that, only one that splits a gigabit connection into a “fast” Ethernet connection and a power /usb line. But it may be possible to split a 1000mb/s line into two 100mb/s lines, if you wire the ends right.

If you want faster, you would need a faster-than-gigabit nic on each end of the line. So a switch near the pc’s which connects to each pc with a gigabit port, then a 2.5 or 5 or 10 gigabit port for the cat7 to connect to a similar port the other end…

Sorry, to explain a bit better, cat 5,6 or even 7 cables are made up of 4 twisted pairs of wires.

100mb Ethernet only uses 2 pairs, and ignores the other 2. So if you split the pairs right, one cable can don2 separate 100mb lines.

Gigabit and upwards uses all the pairs.
Cat 6 just has better quality wires, and more shielding, and 7 more so.
But each grade does not add any additional wires

Thanks.

I was looking at this: https://www.amazon.co.uk/Splitter-DISDIM-Connector-Anti-signal-interference/dp/B0716SPRP5/ref=sr_1_1?dchild=1&keywords=ethernet+splitter+cat+7&qid=1596556221&sr=8-1

Which says "RJ45 Ethernet Network Splitter could help to split one network cable to 2 port output, that’s convenient to take turns to use different computers. (Please note that cannot support using two cables at the same time) "

Am I reading this wrong to think that it splits the time between the different connections? So each connected device gets 50% of the time on the cable but has 100% access for that time?

If the cable supports over 2gbit/second, then each second can be split between 1gbit on each input because they are “taking turns” using the full capacity. I guess it depends how long a “turn” is.

But, as I said, I don’t know much about this and I’m probably interpreting it wrong.

Edit: If, for example, a “turn” was 1 byte, then the cable could handle the inputs from 2 gigabit connections couldn’t it? If the splitter just took 1 byte from each input at a time, the cable can handle 2 gigabit, so would work?

Yes. All this tool does is what Trooper said above.

It even says not to connect two cables at once as you will get collisions.

Again, this is not how ethernet routing and switching works. What you are wanting to work is actually a token bus network.

Ethernet frames work on the principle of encapsulation (think layers of an onion) and this splitter just turns 1 physical connection into two (with only one active at a time).

I would not recommend this tool. It will not work. You need to either run another cable or put a secondary switching device if you cannot do another run.

On ethernet, data is sent when it is sent. The data is encapsulated into packets which is further encapsulated into ethernet frames. When a networking device unwraps the content it looks at the MAC/physical address in the frame and this is how routers know where to send traffic. Data is also defined as ‘bursty’ and is not neatly cut out into specific intervals. All this little tool does is physically wire two physical interfaces together but there needs to be some logic to be able to use both ports as a networking tool. If it were then it would be a dummy L2 two port switch; which this is not.

2 Likes

Probably what you want is a network switch. They have processing to actually route the signal to the correct cable, so it is not just a simple wire connecting the ports.

You should be able to plug the cables in, and everything will work out of the box. One cable going to your router, and two short cables going to your two PCs.

Example.

2 Likes

Just use a switch, you could do a ghetto 2 cables off 1 (orange/green and blue/brown for 2 pairs) but honestly just run two or get a switch, I highly doubt you are going to saturate gigabit with most house hold needs.

2 Likes

what mutation666 said… add one switch close to where the two PCs are, and wire it:

router-switch (existing cat.7)
switch-pc1 (new cable, cat.5 or better)
switch-pc2 (new cable, cat.5 or better)

  • It’ll cost you $10 or similar
  • everyone will be able to talk to everyone over a switch.
  • you’ll be limited to 1gbps on each link

If you have something like a router in modem mode or bridge mode (probably not) - you’d need to turn it back into router mode (or do other complicated configuration on one of your PCs).

Only if you want faster than 1gbps on the links: you’d need a 10Gbps switch that costs about $130, and 10Gbps nics on machines. (or complicated to configure direct link between two machines)

1 Like

Yes
But only when they come as 10Gbit. So your two (or more) devices on either end talk with a switch (each via 1Gbit), the switches then talk over the CAT7 cable in 10Gbit.
Edit: Switches that can do 10Gbit are expensive. Are you sure you need the bandwidth?


This

1 Like

You’ll need either 2x 2.5, 5 or 10gig switches
One at both ends of the cat7

Then two separate Ethernet cables at both switchs, one pair for your PC, one pair for your router

You’ll need to have each pair run in full duplex mode or whatever its called

At that point it would be cheaper and simpler to buy a 2.5, 5, or 10gig nic for your PC and upgrade your router

To echo everyone else… Don’t cheap out on hardware. If you want mutli-gigabit speeds then pay for multi gigabit hardware.

2 Likes