SurferdudeHB wrote: » I don't fully understand why in a network switches are used since they only do layer 2 switching and it seems that routers are more intelligent to route packets.
[Comp1 = 192.168.1.1/24]---[Unmanaged Switch]---[Comp2 = 192.168.1.4/24]
[Comp1 = 192.168.1.1/24]---{192.168.1.2/24}[router]{192.168.2.3/24}---[Comp2 = 192.168.2.4/24]
tech-airman wrote: » SurferdudeHB, Think of it in terms of IP addressing, you know, your favorite subject, subnetting. With a basic unmanaged Layer 2 switch, like a Cisco/Linksys switch, you can plug two computers into the switch that are in the same IP subnet as follows... [Comp1 = 192.168.1.1/24]---[Unmanaged Switch]---[Comp2 = 192.168.1.4/24] Now, let's look at the same situation using a router instead of an unmanaged switch... [Comp1 = 192.168.1.1/24]---{192.168.1.2/24}[router]{192.168.2.3/24}---[Comp2 = 192.168.2.4/24] So in the situation of the Unmanaged Switch scenario, you only use two IP addresses. In the situation of a router: 1) you need to have two separate subnets on both sides of the router 2) you need an IP address for each router interface 3) you need one IP address for each computer. So even in this simple scenario, you will need four (4) IP addresses just for two computers on opposite side of a router. Now if you want to add another computer to a router, you'd need: 1) another router interface 2) resubnet another subnetwork for the new computer, e.g. 192.168.3.0/24 3) assign a new host address to the new computer, e.g. 192.168.3.2/24. As you can see, the workload just gets higher and higher if you used a router instead of a switch. Are you starting to see the relative benefit of a switch compared to a router?
thenjduke wrote: » Routers do not send Broadcast Traffic and think about the OSI layer.
ncsugrad2002 wrote: » K, everyone else has made this complicated. I'll make it simple. Switches=hardware based. Think fast. Routers=software based. Think not so fast. They have routing tables to go through for every packet, blah blah blah. There's more to it than this. But having a 48 port router isn't such a good idea..not to mention it's expensive (although cisco actually did something similiar with their lowest level L3 switches, haha.. I'll find the model # sometime)
dynamik wrote: » By default
phoeneous wrote: » Not entirely true. Frame Relay actually has a broadcast command.Frame Relay Commands