|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Is A Switch = Router??
I'm reading this book and it's telling me a Switch IS the EXACT same thing as a router.
I disagree to a degree. Whose right? hehe |
|
#2
|
|||
|
|||
|
Nope, a switch is not a router. A switch is a hub with dedicated bandwidth per port. If the connecting device can take a 100mbs connection then that is how much bandwidth it gets on that port. A hub does not give dedicated bandwidth per port.
Having said all that, a switch can be a router, but extra things have to be built in. There are several routers that we sell that have built in 4-8 port switches. One of the ports on the back is a WAN port where your broadband connection is plugged in. The device then routes packets destined for the internet (and back) between the WAN port and the devices connected to the switched ports. HTH |
|
#3
|
|||
|
|||
|
Exactly what I thought. Oh well. hehe
|
|
#4
|
|||
|
|||
|
Something else I forgot, a switch can also act as a repeater and extend the range of a long ethernet line.
|
|
#5
|
|||
|
|||
|
Perhaps it's time for a new book?
![]() |
|
#6
|
|||
|
|||
|
Probably LOL.
I just find it funny that these authors can actually get their books published. ![]() |
|
#7
|
|||
|
|||
|
A router forwards packets based on a logical address (IP), which is at the internet layer. A switch forwards packets based on a physical address (MAC), which is at the network access layer. If you are going to compare a switch with anything, I suppose it could be compared to a bridge...or even considered as many bridges in one.
May I ask what book you are reading? |
|
#8
|
|||
|
|||
|
In order to understand the fundamental differences between a Switch and a Router you need to understand the OSI model. A switch operates at the Datalink layer and a router operates at the network layer. A switch makes decisions based on a packets Destination MAC address (physical address), where as a Router makes a decision based on a packets destination IP address (logical address). I suggest you take that book your reading and throw it in the trash, the author seems to be one of those people who thinks that networking is a simple concept that you can learn in an hour. I suggest reading Network+ Guide to Networks, it's published by Thompson Learning, it's big and intimidating but after reading it you should have a good grasp on the fundamentals of networking.
|
|
#9
|
|||
|
|||
|
Ahh, the good old 7 layers. I've tried long and hard to forget all that. It's hard enough to keep all the windows networking/patches/workaround goblygook in your head.
|
![]() |
| Viewing: Dev Shed Forums > System Administration > Networking Help > Is A Switch = Router?? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|