jrefactors RemoveThis @hotmail.com wrote:
> What's the differences between
>
> router contains a built-in switch
> and
> router without a built-in switch??
>
> Some routers even have built-in firewall.
>
> I saw many routers in the market has built-in switch, but I don't know
> why, and what's the advantages?
>
> please advise. thanks!!
I think you will find that the truth is far far worse than you could
ever imagine.
'home routers' are - i've been told - are not routers. They are NAT
devices. They contain a switch. And a firewall. And a modem.
Regarding 'routers' without a built in switch . May be a real router.
Or it may be a simple thing.
Often so-called DSL Modems like ones made by DLink or Linksys, are
actually 'home routers' with only 1 port. NAT devices without a
switch. so if you want to connect many computers, then attach your own
switch.
Professional proper routers (like Cisco) have many ports, each is a
router interface, each with its own IP. Each is for a connected
network.
No switch.
a NAT Device receiving an incoming packet, does not 'route it', it does
not decide what network to sends the packet to. Only your network is
attached. It just allows it or rejects it. And depending on how it is
configured, sends the packet to whatever computer is attached. Go to
www.whatismyip.com and i you're behind a NAT device, you get the IP
Address of your NAT device. People send packets not to you, but to
your NAT device. Your NAT device does port forwarding to choose which
of your comp on your network to send it to. This is not routing at
all. Routing is about deciding which network to (not which comp and not
just on 1 network) send it to, using routing tables, and the Sending
computer will include the Dest IP of teh network to send to. With NAT,
the sending computer only specifies the NAT device. So the NAT device
is choosing which comp to send it to. With a *Router*, (not a 'home
router'). Packets are not addressed to the Router, they are addressed
to the comp. The Router doesn't choose which local comp to send it to,
it looks at the IP, sees it doesn't have to route it anywhere, since it
is on a directly connected network, and it sends it to the right
computer.
I am a newbie, and will be using real routers this year! But I read
about them. I am just interested in computers and connecting them
together. So, frmo a techie perspective, a real router is more fun.
>From a consumer perspective. If you only need one network (very
likely), then a NAT device ('home router') is fine.
Linksys make good 'home routers'(NAT Devices), get one with a built in
switch. And a hole for a telephone cable - meaning it has a built in
modem. 4 port switch, So you can attach - say - 4 computers. If you
want more you can connect another switch to a port anyway.
>> Stay informed about: router contains a built-in switch versus router without a ..