Can you mix gigabit and 10/100 ethernet on the same network?

5

1

I have an Apple Airport Extreme Gigabit router and some new machines I need to put on my network (PS3, Mrs' laptop etc.) but the router has only got four ports so I was thinking of getting a simple, unmanaged gigabit switch to increase this.

I also have a 10/100 switch which I decommissioned when I got the Apple router as I was under the impression using it would make all the network traffic run at 10/100 speed. I'm not sure this assumption was correct ...

Ideally I'd like to have a gigabit and 10/100 running on the same network so that the older boxes could use the latter while the machines that have gigabit ethernet onboard could run at modern speeds. Is this possible on a single network or should I get two gigabit switches?

Schematic diagram to illustrate what I mean. Sorry, looks like ploader.net has gone the way of the Dodo.

Thanks.

5arx

Posted 2011-05-10T13:49:20.443

Reputation: 1 438

In the ancient history when hubs were current, then you couldn't mix and match, without a lowest common denominator downgrade. However, almost any modern switch can handle it. – cybernard – 2016-09-05T19:06:14.217

There is also the issue of Gigabit's jumbo frames not being usable on the network, and data sent through Gigabit links overrunning the buffers in switches that are reducing the speed to 100mb, and the role that flow control (IEEE 802.3x and 802.1Qbb) plays in this. Some more answers might be helpful! – Alex Cannon – 2019-02-27T03:27:39.503

Answers

12

Gigabit or 100Mbit (or 10Mbit) will be decided on a link by link basis, and it is possible to mix the two within a network. Each router/switch should automatically negotiate the fastest link speed (although sometimes it's better to specify this manually, if possible).

So, it makes sense to group all 100Mbit hardware with your existing 100Mbit switch; likewise for the Gigabit hardware and router. It will not slow down the Gigabit section of the network.

sblair

Posted 2011-05-10T13:49:20.443

Reputation: 12 231

Great. Thanks for your response. I've ordered the switch ...

:-) – 5arx – 2011-05-10T14:21:42.663

so this answers states that yes you can mix them, and the switch should negotiate the fastest speed, but that speed might be 100 not 1000 mbps for your gigabit devices right? – Max Hodges – 2013-03-30T23:10:41.897

how do you group your 100mbit hardware? by daisy chaining a 100mbit switch to your 1 gbit switch? Is that a good idea? – Max Hodges – 2013-03-30T23:11:50.637

1@MaxHodges As noted in the link, sometimes auto-negotiation doesn't work properly, so it's better to manually configure the gigabit ports on your switches. I'm not sure what you mean by daisy chaining? If you just mean connecting, then the 100 Mbit links will not affect the speed of any gigabit links. But the overall transfer speed of any data travelling through the 100 Mbit portion of a network will obviously be "bottlenecked" by the 100 Mbit links. – sblair – 2013-03-30T23:39:15.650

Well when you wrote it makes sense to "group all 100mbit hardware on your existing 100mbit switch" then do you connect (daisy chain) that 100mbit switch to your 1 gigabit switch? – Max Hodges – 2013-03-31T13:03:58.627

or is there some other way to group them that you had in mind? Cheers! – Max Hodges – 2013-03-31T14:07:33.890