On Thu, 16 Oct 2003 22:17:12 +1300, "Nick" <>
wrote:
>
>"will" <> wrote in message
>news:...
>> hi,
>>
>> can someone please enlighten me with the difference between a switch hub
>> and a switch?
>>
>> i see some shops are selling 8 Port Switch Hub (XNet for example) at
>> around $45, is it the same as the switch i see at dick smith
>> (http://www.dse.co.nz/cgi-bin/dse.sto...oduct/XH6767)?
>>
>> thanks
>>
>> will.
>
>Packets are broadcasted to all ports on a Hub (bad) and in a switching hub
>packets are directed to one port only (destination port) (good).
That's a Hub compared to a Switch. What's a "switching hub" vs a
"hub" ?
As far as I can make out, they're one of two things:
(1) Wrong name for a switch.
(2) Two-port-switch and two hubs all rolled up into one.
Basically, there are two hubs internal to the device. One hub takes
all the 10 mbit traffic, another hub takes 100 mbit traffic. (I
presume there's some kind of cheap magic select the correct hub based
on speed chip involved.)
Of course, you want these two internal hubs to talk to each other
though, otherewise it would be pretty bad for the user.
However, you can't connect a 100 mbit hub into a 10 mbit hub directly
because two 100 mbit machines talking to each other would flood the 10
mbit segment, or would be kept down to 10mbit speeds or something.
So, you use a switch. But you're trying to save money, so you have a
simple two port switch, one end of which is plugged into the 100 mbit
and the other into 10 mbit hub.
If I'm right about this, the 100 mbit traffic isn't switched, the 10
mbit traffic isn't switched but the 100-to-10 and vice versa is.
(There are many limitiations with this setup - no full duplex (as
you're working though hubs really) as well as all the other issues.
Still, for a low traffic typical home user where a 100 mbit hub would
be basically as good as a switch it's not too bad.)
======================10mbit====================== =
| | |
| | |
*---- phy *---- phy .... TWO PORT SWITCH
| | |
| | |
================100mbit===========================
where phy = physical port and * = the magic select-the-right-hub chip
I could be wrong, but if anyone knows anything more useful let me
know.