0 pts.
 what is the difference between hub and router and why is it necessary to utilize a hub when creating a network
what is the difference between hub and router and why is it necessary to utilize a hub when creating a network

Software/Hardware used:
ASKED: October 17, 2007  5:12 PM
UPDATED: April 10, 2012  12:03 PM

Answer Wiki:
<b>Router: </b> Router is a device which is used to connect different network. A device or setup that finds the best route between any two networks, even if there are several networks to traverse. Like bridges, remote sites can be connected using routers over dedicated or switched lines to create WANs. <b>Routing:</b> Process of delivering a message across one or more networks via the most appropriate path. <b>Dynamic Routing and Static Routing: </b> Dynamic routing performs the same function as static routing except it is more robust. Static routing allows routing tables in specific routers to be set up in a static manner so network routes for packets are set. If a router on the route goes down the destination may become unreachable. Dynamic routing allows routing tables in routers to change as the possible routes change. There are several protocols used to support dynamic routing including RIP and OSPF. <b>HUB and SWITCH:</b> Switch is expensive than hub. If more than one user try to send packet at a time collision will occure but in switch we can send. Switch is full duplex. Data can be sent in both directions simultaneously, the most useful available bandwidth is 10 Mbps, 100 Mbps and 1000 Mbps each way, and there are no other PC’s with which the bandwidth must be shared. ------------------------------ Routers are designed to pass traffic between more than one individual network. Hubs are half-duplex devices that share bandwidth and communication channels (which is why replacing hubs with switches at every opportunity is best)
Last Wiki Answer Submitted:  February 10, 2011  10:52 pm  by  Michael Khanin   0 pts.
All Answer Wiki Contributors:  Michael Khanin   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

a more in depth difference between a hub and a switch is that a hub is like a repeater. if, for example, you have an 8 port hub and the pc on port 1 wants to send information to the pc on port 8 the information gets broadcasted to all ports on the hub. on a switch, once pc 1 knows that pc 2 is on port 8 all traffic will be contained between the two ports, port 1 and port 8. thus cutting down on all the broadcast traffic that can cause collisions and slow down the network.

 6,850 pts.

 

Router – is at layer 3 on a OSI model and is a like a intelligent bridge to different networks, it connect two or more different network and ensure to provide the best and possible shortest route for the data to reach its destination.

switch – is at layer 2 on the OSI model is responsible to foward traffic to its intended destination by knowing the MAC address of the two communicating devices.

 105 pts.