Difference between revisions of "Network Routers Versus Switches"
(→Network Switch) |
|||
Line 14: | Line 14: | ||
A '''switch''' is a computer networking device that splits a single ethernet connection among multiple ports. It does not assign IP addresses and therefore only multiplies the connections on the network. | A '''switch''' is a computer networking device that splits a single ethernet connection among multiple ports. It does not assign IP addresses and therefore only multiplies the connections on the network. | ||
+ | |||
+ | === Visual Example of a Network Switch == | ||
[[Image:switchchart.jpg|thumb|500px|center]] | [[Image:switchchart.jpg|thumb|500px|center]] |
Revision as of 10:56, 7 December 2006
Consumer Network Routers and Switches look very similar. However, there is a major difference between these two devices.
Network Routers
A router is a computer networking device that forwards data to connected devices. It is able to share a single internet connection by splitting the connection among multiple ports. It does this by assigning a sub-network address to each computer it is hosting. This is done through DHCP.
Network Switch
A switch is a computer networking device that splits a single ethernet connection among multiple ports. It does not assign IP addresses and therefore only multiplies the connections on the network.