switches are gererally dumb, they simply switch
whereas routers are always smart (web interface normally) and can well, route e.g port forwarding
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 600
The easiest way is to just examine the network topography (what everything is plugged into) and see if you have a router. I doubt you do since the main practical difference between a router and a switch is DHCP functionality. If you have a DHCP server and a switch it should do the same thing as the routers.
OlyComputers
Practically a Master Poster
611 posts since Jun 2008
Reputation Points: 124
Solved Threads: 36
no, the main function of a router is to route between two subnets and direct traffic based on port
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 600
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 600
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 600
DHCP IS what translates trafic between one network to another, and what allows two unrelated networks to interface via WAN.
Yes you can establish if you have a router or switch just by looking at the devices. They WILL have model numbers you can look up on google, if not an actual reference to what the device is (WRT350N Wireless router: It's a residential example but some hardware does specify purpose that clearly.)
You can definitely call the company that set up the router. I keep records of all the hardware I install fora client, and usually remember what they have (but I have a freakish memory and a small customer base). If the sold and installed the hardware they'll know exactly what you have, if they just installed it they'll probably have an idea. It can't hurt to ask.
I COMPLETELY LOST TRACK OF THIS POST. Somehow all the notifications got spammed, so I'm sorry if I'm too late to be of any help.
OlyComputers
Practically a Master Poster
611 posts since Jun 2008
Reputation Points: 124
Solved Threads: 36
DHCP IS a) what translates trafic between one network to another, and b) what allows two unrelated networks to interface via WAN.
No. Thats total crap. A) is called NAT and b) is called a gateway
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 600
Seriously, DHCP is a component (usually the primary component) of NAT. NAT is a general term describing the translation between a WAN IP and Local IP in IPV4 (not needed in IPV6). DHCP assigns IP address to local machines providing the IP addresses involved in the translation.
A Gateway is any device that connect your LAN to a WAN. Gateways are usually a router (not always) but always something that Handles NAT. Again... NAT needs DHCP to operate unless there is another protocol, that I don't know about, that allows a NAT device to direct packets from WAN to the proper point on your LAN.
Back something up for !@#$ sake. If we're all wrong tell us what protocol we think we're talking about, if I'm misinformed about the topic I'm more than happy to be corrected but "No", "rubbish" and "crap" aren't corrections and certainly not appropriate posts for a moderator.
OlyComputers
Practically a Master Poster
611 posts since Jun 2008
Reputation Points: 124
Solved Threads: 36
A Gateway is any device that connect your LAN to a WAN. Gateways are usually a router (not always) but always something that Handles NAT
You can have gateways which dont do NAT, but they are essentially bridges
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 600
I'll give you that one, I was thinking about this from a desktop perspective where whatever is shown as the "gateway" is handling NAT to the device. But your NAT device can have a gateway too (and usually does)
I'm sure Jbennet knows what I'm talking about, but for anybody who's confused imagine a group of desktops, connected to a router, connected to a DSL modem. The Router would show as the "gateway" if you did an IP config from a PC, but the modem is the gateway for the router itself.
OlyComputers
Practically a Master Poster
611 posts since Jun 2008
Reputation Points: 124
Solved Threads: 36
yeah in fact the modem in your example is both a gateway/bridge as it provides translation services as well as providing a physical bridge betwee media and transports of distinct types (e.g ethernet with TCP/IP and coaxial cable using something like DOCSIS)
The Router would show as the "gateway" if you did an IP config from a PC, but the modem is the gateway for the router itself
you are confusing your terms. The term "default gateway" with relation to TCP/IP and DHCP is not nececerially the same thing as the term "gateway" with relation to network maps and hardware
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 600
That's exactly the point I was making. On a network with that layout there are acutually multiple gateways. A server that shares internet access to a network is just as much a gateway as the modem that connects the server to the WAN.
I'm not sure a standard DSL/Cable modem actually handles NAT. Since it's unable to assign local IPs, it simply allows the device connected to it to use it's IP. If you have a PC directly connected to a modem and run IPconfig it will show your public IP.
NAT has become a pretty generic term, and I'm not sure if simply directing your WAN IP to a PC counts, but I was under the impression that you had to create a new IP range to count as NAT.
OlyComputers
Practically a Master Poster
611 posts since Jun 2008
Reputation Points: 124
Solved Threads: 36
I"m still not sure which a standard modem actually does. It doesn't so much "assign" an ip address as just lends it's own IP adress to the one device connected. A serial dial-up modem certainly doesn't assign an IP adress, so I don't think that a single IP DSL modem does either (maybe you got your definitions backwards)?
Thank you very much stylish. I skimmed the wikipedia pages once I started feeling unclear on the terms. But DHCP is (also?) a protocol for assigning IP adresses, as stated on the same wikipedia page you quoted. at least in MY use, the main thing I do with DHCP is to allocate IPs.
I don't think I ever said NAT NEEDED DHCP, just that DHCP was a component (that can be bypassed by other means of assignment.) but I did misspeak in post #11 when I said DHCP translates the information, I meant that it provides destinations for the information to be directed to.
This post really has just gotten mixed up...but I think the information Sonya needs was covered, I hope you were able to sort through everything and receive an answer to your question. If we didn't tell us what you're still unsure about and we'll try to give you a more...focused answer.
OlyComputers
Practically a Master Poster
611 posts since Jun 2008
Reputation Points: 124
Solved Threads: 36
I'm not sure a standard DSL/Cable modem actually handles NAT. Since it's unable to assign local IPs, it simply allows the device connected to it to use it's IP. If you have a PC directly connected to a modem and run IPconfig it will show your public IP.
Wrong. My ISP-provided cable modem acts as a DHCP server and performs NAT. The machine connected to it gets assigned 192.168.1.2, the modems internal IP is 192.168.1.1
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 600