Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
Old 07-08-2003, 11:57 AM   #1 (permalink)
Insane
 
simonrex22's Avatar
 
hubs and switches

What is the difference between a hub and a switch?
simonrex22 is offline  
Old 07-08-2003, 12:32 PM   #2 (permalink)
Insane
 
Hubs are stupid. They rebroadcast incoming messages out through all ports.

A switch has a bit of a brain in it. It "knows" who is where, reads the header packets, and passes the incoming packets out on the correct port only. In larger networks, this is an immense bandwidth saver. It also nearly eliminates packet collisions, which will speed up transfers considerably from one machine to another.

MPEDrummer
__________________
My sig can beat up your honor student.
mpedrummer2 is offline  
Old 07-08-2003, 01:30 PM   #3 (permalink)
Insane
 
hubs are lower (hardware) level
Cocktopus is offline  
Old 07-08-2003, 01:59 PM   #4 (permalink)
"Officer, I was in fear for my life"
 
hrdwareguy's Avatar
 
Location: Oklahoma City
When you first install a switch it will act like a hub until it learns where recipients are, gradually you will see an increase in performance.
__________________
Gun Control is hitting what you aim at

Aim for the TFP, Donate Today
hrdwareguy is offline  
Old 07-08-2003, 02:53 PM   #5 (permalink)
The GrandDaddy of them all!
 
The_Dude's Avatar
 
Location: Austin, TX
so, what about a router? where does it fit in
__________________
"Luck is what happens when preparation meets opportunity." - Darrel K Royal
The_Dude is offline  
Old 07-08-2003, 03:19 PM   #6 (permalink)
Not so great lurker
 
Location: NY
My understanding has always been that hubs are on the bottom (only allow network traffic 1 way at a time[ex. 100 Mb/s in 1 direction]), then you have switches (allows network traffic to flow 2 ways [100Mb/s in both directions]), then comes a router (allows network traffic both ways and tries to find the shortest route between point a and b).

It works out to
a switch = a smart hub
a router = a smart switch

a better example of the difference between a router and a switch are those dsl/broadband routers, the router has that extra port for your cable/dsl line. A switch would see it as an extra port, a router would "know" to direct all internet traffic to that port, but not direct any internal network traffic.
heyal256 is offline  
Old 07-08-2003, 03:58 PM   #7 (permalink)
Insane
 
Location: MN
OK folks, time to clear a few things up here.
Hubs -- These are basicaly a multi port repeater. Everything that comes in on one port goes out on all the ports.

Switch-- This will direct traffic to the correct port using the MAC address included in the packet header. The switch will build a table up over time, as it learns which address is at what port.

Router-- There are a few different classes of routers the most popular for home users is a "single protocal" router. It acts kind of like a switch, but instead of using MAC addresses, a router will use the TCP/IP address to route the packets. A router also will build a table of what address is on what port.
The other type of router is the "multi protocal router". This type will route based on the address in the packet using many different protocals, such as IPX, TCP/IP, APPLETALK. These are the kinda of routers found in large networks.

hope this helps
__________________
I'm Just here to help.
Now, Where is your problem?

Last edited by yodapaul; 07-08-2003 at 04:02 PM..
yodapaul is offline  
Old 07-09-2003, 06:02 AM   #8 (permalink)
"Officer, I was in fear for my life"
 
hrdwareguy's Avatar
 
Location: Oklahoma City
One addition to what yodapaul said, on a larger scale router are used to route traffic much like a switch. However a switch will route traffic to a single machine while routers can route traffic for multiple IP's to a specific port.

For example, with a router you could do something like all traffic to address range 68.15.0.0 - 68.15.255.255 go out port A, all traffic to address range 64.200.0.0 - 64.200.255.255 go out port B.
__________________
Gun Control is hitting what you aim at

Aim for the TFP, Donate Today
hrdwareguy is offline  
Old 07-09-2003, 08:31 AM   #9 (permalink)
Fucking Hostile
 
tinfoil's Avatar
 
Location: Springford, ON, Canada
A hub works on layer 1, the physical layer. It's more or less a splitter, and also amplifies the signal allowing for extending the domain. All connections on a hub are on the same collision domain.

A switch is layer 2, Datalink/Ethernet layer. A switch will remember the MAC addy of each port and determine which IP belongs to which MAC and store that in a built in table. Each port is a seperate collision domain, allowing full duplex between the port and the device on the other end. There are a number of different types of switches, but that is beyond the scope of this.

A router is typically layer 3, but some can go all the way to layer 7. As yodapaul said.

Imma go back to being stupid again.
__________________
Get off your fuckin cross. We need the fuckin space to nail the next fool martyr.
tinfoil is offline  
Old 07-09-2003, 12:12 PM   #10 (permalink)
Tilted
 
yay! one more explination.... this time including a Bridge

http://www.practicallynetworked.com/...idge_types.htm
billcollins is offline  
Old 07-22-2003, 05:38 PM   #11 (permalink)
I am Winter Born
 
Pragma's Avatar
 
Location: Alexandria, VA
Layer 1 (Physical): Hub and Repeater - These devices take in traffic from one port and broadcast out all others (a repeater is basically a specialized version of a hub, with just two ports).

Layer 2 (Data Link): Switch and Bridge - These devices look at the MAC address and build a table of which port on the device has which MAC address. If it recieves a packet addressed to a MAC addy it doesn't know, it sends this out all ports except the one it recieved it from. A bridge is a specialized switch, with just two ports. (Advanced knowledge: Switches seperate collision domains and are used in microsegmentation, but that's probably not what you're asking).

Layer 3 (Network) - Routers and multilayer switches - Routers are used to choose the "best path" for a packet to travel, based on the destination IP and static routes that may be configured within the router itself. Multilayer switches are somewhat dumbed down versions of routers that operate on a simpler scale. They look at the IP and send to the corresponding port, but are faster switching packets in small networks, as they do all of the necessary computation in hardware, rather than software.

Layers 4-7 - You can have routers that forward packets depending upon information the packet carries in layers 4 through 7. These are normally used in QoS (Quality of Service) applications to ensure that, for example, the video conference between the corporate headquarters and the district offices recieves highest priority and thus doesn't suffer from bandwidth issues, while restricting traffic destined for Kazaa to have little to no bandwidth.
__________________
Eat antimatter, Posleen-boy!
Pragma is offline  
 

Tags
hubs, switches

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 02:24 AM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360