• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Hub vs. Switch

The difference is as follows:

You have a 5 port HUB
You have a 5 port SWITCH
Each is 100/mb

The HUB uses 100/mb divided by the amount of ports available, thus it would allow for up to 20/mb per port if every port were in use,
The SWITCH uses 100/mb on EACH port, meaning all 5 ports have a full 100/mb available to them, it isnt spread across all other ports like a hub,

in the past i would say get a hub for home, but nowadays switches are just a s cheap and the extra bandwith (if you intend to use it) is more than worth it!


 
A 100Mbit hub will share 100Mbps among whatever number of ports it has.

A 100Mbit switch gives 100Mbps up and 100Mbps down (full duplex) to each port that it has.

You really really really want to buy a switch for any use as the price difference between consumer hubs and switches is basically nothing nowadays.

Gaidin

Edit: doh! Ya beat me to it! 😉
 
Nowadays they are about the same price. $5 bux here or there...definitely worth it to get a switch.
The explaination is simple enough....
 
also network traffic going thru a hub is broadcast to every port on the hub, so every node connected to the hub has to process every packet coming across the hub to strip the packet headers and see if the packet belongs to it.. a switch has a switching table which knows what [edit]MAC address[/edit] is on what port, and it forwards the packet only to that port..

switches end a collision domain.. I have a 10mbit hub on this network, and a 100mbit switch on the other.. when even just 2 pc's are downloading from the internet, the collision light on the hub is going crazy, but no collisions at all on the switched network when copying gigs of data across multiple nodes simultaneously
 
A switch will indeed broadcast frames to every port on the switch. Same is true for multicast frames. That is if they are broadcast frames to begin with. ScottMac did some interesting tests that proved a hub is actually faster than a switch in very limited situations.

But, year is 2002 ya know. Hubs really have died like a dinosaur.
 
"a switch has a switching table which knows what ip address"

MAC not IP. Multiport Bridge. Layer two. At least the ones you get at Best Buy et al....
 


<< A switch will indeed broadcast frames to every port on the switch. Same is true for multicast frames >>




I am not talking about broadcast packets... A hub broadcasts EVERY packet.. a switch does not.

and your right ktwebb , its a MAC address table, not ip address table.. that would be a router or sweet layer 3 switch
 
Back
Top