Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
|||||||||||||
|
Posted by karthikbg on January 3, 2007, 2:25 am
Please log in for more thread options Hi, Could someone tell in detail about the differences between repeaters, hubs, bridges, switches and routers. Regards, Karthik Balaguru | |||||||||||||
|
Posted by Drake on January 3, 2007, 3:40 am
Please log in for more thread options and more. Such as 'What are broadcast domains' 'collision domains' .....etc. -- Posted via a free Usenet account from http://www.teranews.com | |||||||||||||
|
Posted by Rick Jones on January 3, 2007, 1:24 pm
Please log in for more thread options
> Could someone tell in detail about the differences between repeaters,
> hubs, bridges, switches and routers. repeater - signal comes-in on one port, is regenerated (?) and sent-out the other port. operates at the physical layer hub - a repeater with more than two ports. operates at the physical layer bridge - a frame comes-in on one port, and resent out the other port, or not if it is a learning bridge which knows which MACs are on which side of the bridge. operates at the data-link layer. switch - a bridge with more than two ports. operates at the data-link layer. router - a datagram comes-in on one port, routing tables are consulted to determine on which port the datagram is sent back out. operates at the network layer. rick jones -- The glass is neither half-empty nor half-full. The glass has a leak. The real question is "Can it be patched?" these opinions are mine, all mine; HP might not want them anyway... :) feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH... | |||||||||||||
|
Posted by Mr. Wheels on January 3, 2007, 9:38 pm
Please log in for more thread options
karthikbg wrote: > Hi,
> Could someone tell in detail about the differences between repeaters, > hubs, bridges, switches and routers. > > Regards, > Karthik Balaguru > I haven't posted here for 2 years or more, but I taught this material at the University level for a number of years. If you're familiar with the OSI 7 layer model, it may help you keep the differences in perspective. 1. Repeaters and Hubs These operate on Layer 1 (Physical Layer) only. Repeaters and hubs regenerate bits received on any one port, and broadcast them out on all other ports. Hence, the repeater or hub extends the physical "span" or size of the network, but only one device (computer or router, for example) can send at a time. In the Ethernet world, a network built with only repeaters or hubs has one collision domain. Hubs are really just multi-port repeaters. 1's and 0's in, 1's and 0's out. 2. Bridges and Switches These operate on Layer 2 (Data Link Layer). They read the destination MAC address on each packet, and forward the packet only to the port on which the target computer or router or printer is connected. The MAC address is the hardware address, coded into each device physically on the network (whether WiFi wireless, or cabled Ethernet). Bridges and switches automatically "learn" the location of all MAC addresses (that is, which port points toward each MAC address), and build a forwarding table that allows the function described in the previous paragraph. Bridges were traditionally (in the 1980s and 1990s) just 2 port devices; they regenerate the 1's and 0's (just as a hub or repeater would do), but they also separate the traffic on the network into two logically separate collision domains. Hence, the LAN on each side of a 2 port bridge can be busy transmitting a packet, while the other LAN can be simultaneously sending another packet ... allowing the network to carry more traffic AND extending the distance permitted by the cabling scheme (or wireless transmission distances). A switch was a logical development of the bridge -- multiple ports, not just 2. The number of ports can be any number, but is usually done in multiples of 12 (because of silicon chip architecture of the switching chips). A 24 port Ethernet switch can, theoretically, support 24 simultaneous transmissions. 3. Routers Originally called "gateways" (hence, "default gateway") routers were developed to link the locations of a distributed, wide-area network together. These are Layer 3, or Network Layer devices. Some ports are meant to connect to the local LANs (Ethernet, WiFi, etc), while other ports are meant to connect to the Wide Area Network, through telephone company connections. Routers base their forwarding decisions on the Network, or IP, address -- and logically determining which group of computers is where through the grouping of computers at each location into what we call a "subnet" -- a physical network where the IP addresses share a common subnet value. It's typical that large networks are built with some combination of hubs, switches, and routers so that traffic is manageable and so that the geographically distinct locations of a corporate network can communicate with each other, OR so that all of us can communicate over the Internet. Good luck in your studies. (if you want to reply directly, delete the spam and nospam parts of my email address.) | |||||||||||||
| Similar Threads | Posted |
| differences between repeaters, hubs, bridges, switches and routers | January 3, 2007, 2:25 am |
| 3com switches/hubs | November 1, 2004, 7:06 pm |
| Routers, switches & network speed? | August 27, 2007, 4:01 pm |
| Modern Hubs actually switched? | November 10, 2004, 8:09 pm |
| differences between 802.3 and Ethernet ? | December 30, 2004, 2:44 pm |
| 802.3ah and Repeaters | October 24, 2005, 1:09 pm |
| Ethernet Repeaters | March 9, 2005, 11:10 am |
| Linksys EG008W and SD2008 differences? | July 20, 2004, 8:57 pm |
| repeaters recreate signals to other segments, why not reflections? | September 12, 2007, 3:17 pm |
| Ethernet bridges and tagged BPDUs | July 27, 2004, 7:04 am |
| Cigarette Pack Size Ethernet Bridges? | September 13, 2006, 2:45 pm |
| Linksys Routers | April 4, 2005, 1:14 pm |
| uplinking routers | August 6, 2005, 1:29 pm |
| Routers - Need your opinion | March 14, 2006, 2:37 am |
| connecting two wireless routers | January 20, 2005, 10:53 am |

differences between repeaters, hubs, bridges, switches and routers
Yahoo!
Windows Live
del.icio.us
digg
Netscape 



> Could someone tell in detail about the differences between repeaters,
> hubs, bridges, switches and routers.
>