Featured Worklog

Price Search



PC Apex Sponsor


PC Apex Sponsors



PC Apex RSS Feeds

RSS Feed for PC Apex Reviews & ArticlesRSS Feed for PC Apex PC Modding WorklogsRSS Feed for the PC Apex Daily DisturbanceRSS Feed for the latest PC Apex Site NewsRSS Feed for PC Apex Affiliate and Web NewsRSS Feed for PC Apex Deals and Steals

Go Back   Apex Community Forums // Other Forums // Feedback // Hardware Advice Corner

Hardware Advice Corner Want to know what RAM would best suit your CPU/Motherboard? What flux capacitor best boosts your warp drive? This is the place to ask.

Reply
 
LinkBack Thread Tools Display Modes
Old 21-May-06, 04:59 PM   #1 (permalink)
Apex Techie II
 
mousek801's Avatar
 
Join Date: Mar 2006
Posts: 110
mousek801 is an unknown member
Send a message via AIM to mousek801
Default newb network hardware questions

whats the diff between a bridge, router, switch, hub, and crossover?
__________________
Offical noob
Bad speller.
mousek801 is offline   Reply With Quote
Sponsored Links
Old 23-May-06, 12:39 AM   #2 (permalink)
Apex Master Tech
 
Dead_Man's Avatar
 
Join Date: May 2003
Posts: 353
Dead_Man is an unknown member
Default

Ok I'll kick this off:

Router: Splits 1 internet connection into several. Main feature is it gives each computer connected its own internal ip. Creating a network. ISP only sees the router connected.

Switch: Splits 1 internet connection into many, ISP would see each computer connected and they would be assigned an ip from the ISP.

HUB: I might be wrong on this but I believe it does the same thing as a switch.

Bridge: I dunno
Dead_Man is offline   Reply With Quote
Old 24-May-06, 04:18 AM   #3 (permalink)
Apex Master Tech Apprentice
 
haider254's Avatar
 
Join Date: May 2004
Location: At the Peppers' Residence
Posts: 334
haider254 has been noticed
Default

Quote:
Originally Posted by Dead_Man
Ok I'll kick this off:

Router: Splits 1 internet connection into several. Main feature is it gives each computer connected its own internal ip. Creating a network. ISP only sees the router connected.

Switch: Splits 1 internet connection into many, ISP would see each computer connected and they would be assigned an ip from the ISP.

HUB: I might be wrong on this but I believe it does the same thing as a switch.

Bridge: I dunno

Well I beleive a bridge is designed to join seperate networks together. It's been a while since I brushed up on the old CCNAs but meh

A bit more technicality on the Hub/Switch point. A switch is "smarter" than a hub. A hub will simply repeat all data to all hosts connected to it and the hosts filter out what is meant for them, where a switch will look at a packet, see who it's meant for and direct it to them. Clears up the network a bit, hence the difference in price generally...
__________________


"Shepherds we shall be, for thee my Lord for thee, power hath descended forthfrom thy hand, that our feet may swiftly carry out thy command. We shall flow a river forth to thee, and teeming with souls shall it ever be. In nomine patrie, Et fili, Spiritus sancti"
The Boondock Saints
haider254 is offline   Reply With Quote
Old 24-May-06, 08:19 AM   #4 (permalink)
Vic Rattlehead's Hoe
 
DickNervous's Avatar
 
Join Date: Dec 2005
Location: Levittown, NY
Posts: 1,398
DickNervous is renowned and respectedDickNervous is renowned and respectedDickNervous is renowned and respectedDickNervous is renowned and respectedDickNervous is renowned and respected
Send a message via ICQ to DickNervous Send a message via AIM to DickNervous Send a message via MSN to DickNervous Send a message via Yahoo to DickNervous
Default

If you want to get really technical you have to look at which layer of the 7 Layer OSI model each operate on, but I am not going to go into that. If you want that level of information the best thing to do is Google it.

As for what they actaully do, here we go:

Crossover: A crossover cable is a RJ-45 cable that allows you to connect two comp[uters directly to each other. RJ-45, or twisted pair, cableing works by using two wires for transmit and two for receive. Network interface cards expect the transmist and recieve pairs to be configured as 2&3 for transmit and 4&6 for revceive (I think). Hubs, routers, and switches are configured to expect them the opposite, so the transmit pair from the PC matches the receive pair on the device. However, most modern devices can auto-configure this on the fly. So for two PCs to talk, you need a cross-over cable which simply switches the pairs at one end of the cable.

Hubs and Switches: At the most basic level these two devices do the same thing, they allow multiple connections to be on the same network segment and therefore easily communicate. All devices on a network segmet will have an IP address that is in the same range, ie: 192.168.0.x. The difference between the two comes into play when you look at how ehternet works. Ethernet has a set amount of bandwidth per network segment and all the devices share that bandwidth. All devices connected to a hub are considered on the same physical network segment and therefore share the bandwidth. A switch creates seperate physical networks and therefore each port, as far as ehternet is concerned, has the full bandwidth available to it instead of sharing it with the other devices.

Bridges: Bridges are devices that connect two physically different networks into one. For example, a wireless access point is a bridge. It connectes a wireless and wired network into one logicval network. Bridges are generally used to connect two networks that work on different media, such as wired and wireless. Two networks that are bridged would share the same IP sub-net. Honestly though, bridges, like hubs, are pretty much not used anymore since routers and switches are so cheap.

Routers: Routers are devices that sit at the edge of a network and create the connection between two separate logical and/or physical networks. A perfect example is a home router that you connect to your cable modem. One "side", the WAN side, has an IP address that is on the cable companies network while the LAN side has the IP addresses that you assign. The router is what allows those two subnets to talk to each other. Routers are also intelligent. They know the "least cost route" to get from point a to point b on a network. They can do NAT, Network Address Translation, filter ports on a specific IP address, and much more.

In the corporate world routers have more then two ports and can connect networks that use different topologies and technologies. A router is what allows twisted pair network to communicate with a Fiber Optic one, ehternet and token ring to talk to each other, or WAN technologies like ATM, Frame Relay, MLPS, etc to connect to a LAN in an office.

I think that about covers it without getting too technical.
__________________
DickNervous is offline   Reply With Quote
Old 24-May-06, 01:00 PM   #5 (permalink)
Apex Advanced Techie
 
Aselus's Avatar
 
Join Date: May 2006
Location: Cupertino, Silicon Valley, CA, USA, Earth, Solar System, Milkyway, Known Universe, etc.
Posts: 131
Aselus has been noticed
Send a message via ICQ to Aselus Send a message via AIM to Aselus Send a message via Yahoo to Aselus
Default

just to clerify there IS a difference between a switch and a hub. A HUB will echo anything that comes into it to all connected devices, which will in tern decide if it's for them. A switch on the other hand is 'smarter' and will only communicate to the needed device.

The router itself is a "switch" with the actual HDCP (as desribed above) behind it, so if you hook up more switches beinhd the router, it is able to distinguish these and send things through the appropriate shortened pathe.

In practicality switches should only be placed behind routers in order to be effective, and HUBs should be used stand-alone(for non-HDCP networks).

if you guys want mroe details on how the switch ACTUALY accomplishes this..I can go off and explain it ;-) but onyl if i'm asked.
__________________
Aselus is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
network & server setup questions no-control Internet / Network Tweaks 0 06-July-06 11:26 AM
Lots of questions for home network setup no-control Internet / Network Tweaks 5 06-July-06 11:24 AM
A list of my favorite newb questions and answers PurpleDiamond Anything Goes 0 07-June-05 07:53 PM
Wireless Network Questions Human Traffic Other Hardware 18 23-February-05 02:38 AM
newb here w/ some questions MiCrOwAvEabLe Motherboards / CPUs 13 06-December-02 03:05 AM


All times are GMT -5. The time now is 04:34 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC5
Copyright PCApex.com, GameApex.com, ForumApex.com 2001 - 2008
Advertisements

Page generated in 0.24240 seconds with 9 queries