Results 1 to 15 of 15
-
08-11-2005, 10:56 PM #1Apprentice
- Join Date
- May 2005
- Location
- 13°7'35"N 80°6'13"E
- Posts
- 74
Difference between a bridge and a switch?
Dear Team
I am new to networking(ethernet).
I am unable to understand the difference between a bridge and a switch!
Pls explain it in detail with CLEAR FUNDAS.
Thanks.
AmanDo, or do not. There is no try -- Jedi Master Yoda
-
09-11-2005, 12:25 AM #2Alpha Geek
- Join Date
- Mar 2005
- Location
- Doha, Qatar
- Posts
- 942
A bridge with more than two interfaces (ports) is also known as a switch.
Detailed info here - http://www.erg.abdn.ac.uk/users/gorr...es/bridge.html
If you're new to networking, you should start by understanding the OSI model architecture.
http://www.erg.abdn.ac.uk/users/gorr...pages/osi.html
Keith[ THIS SPACE HAS BEEN RESERVED FOR FUTURE USE IN CASE I WANT TO BOAST ABOUT MY PC'S, HOUSE, CAR, GIRLFRIENDS OR OTHER STUFF THAT I KNOW YOU DON'T REALLY CARE ABOUT ]
-
09-11-2005, 01:05 AM #3Human Spambot
- Join Date
- May 2004
- Location
- off to "never ever" land
- Posts
- 2,912
simply put
a bridge is used to divide a network into 2
whereas a switch connects multiple terminals together centrally
if u have a really large network u can divide it with the help of a bridge
it would work something like
10 computers connected to switch (1st network)
10 computer connected to another switch ( 2nd network)
and both networks connected thru a bridge !
and ofcourse detailed explaination is in the links aboveNo Mercy, No Limits.
Oobertech.net - Keeping Knowledge Free
-
09-11-2005, 04:26 AM #4In The Zone
- Join Date
- Nov 2004
- Location
- Mumbai
- Posts
- 201
A bridge connects two different LAN networks
A switch is something like you can connect many computers to a switch and then one computer can connect to another through the switch.
Switch is a unicast one to one connection
-
09-11-2005, 11:29 PM #5Apprentice
- Join Date
- May 2005
- Location
- 13°7'35"N 80°6'13"E
- Posts
- 74
thanks Keith,theraven,rachitar.
As of now i understand that...
A bridge can connect ONLY 2 networks(2 ports).
A switch can connect MORE THAN 2 networks(Many ports).Do, or do not. There is no try -- Jedi Master Yoda
-
10-11-2005, 01:00 AM #6In The Zone
- Join Date
- Nov 2004
- Location
- Mumbai
- Posts
- 201
Switch cant connect MORE THAN 2 networks
Originally Posted by imagineer_aman
It can connect more than 2 COMPUTERS
-
11-11-2005, 10:39 PM #7Apprentice
- Join Date
- May 2005
- Location
- 13°7'35"N 80°6'13"E
- Posts
- 74
Dear rachitar..
I dont understand..
I mean when a switch CAN connect 2 or more NETWORKS..then y not 2 or more COMPUTERS???Do, or do not. There is no try -- Jedi Master Yoda
-
11-11-2005, 11:40 PM #8Alpha Geek
- Join Date
- Feb 2004
- Location
- Belgaum
- Posts
- 745
From when did switches have to bother about networks? Ofcourse its can be correct when the switch is a Layer 3 switch,but under most cases a switch is referred with the Layer 2 tag.
Originally Posted by rachitar
The concept is simple,I dont understand why there is so much fuss about?
Switch is nothing but a multi-port bridge.They both break collision domains & enhance the performance of a network but at the same time they create a single broadcast domain.
Routers deal with connecting networks & not bridge/switch.The protection of a machine is a process & not a given -Duane Arnold.
www.Oobertech.net
Look ma my blog http://techhub.blogspot.com/
-
13-11-2005, 02:10 AM #9Apprentice
- Join Date
- Feb 2005
- Location
- Pune
- Posts
- 75
When networks (LANs) expand, it's generally a good idea to separate them. Both bridges and switches help you here. The former divides it into a couple of segments, whreas it's possible to divide them into many segemnts using a switch.
When the switch receives a packet, it reads the destination address from the header information in the packet, establishes a temporary connection between the source and destination ports, sends the packet on its way, and then terminates the connection[\quote]
Both bridges and switches operate primarily in the Data Link Layer (Layer 2).
-
13-11-2005, 11:21 PM #10Apprentice
- Join Date
- May 2005
- Location
- 13°7'35"N 80°6'13"E
- Posts
- 74
thanks guys for the answers...
Let me see if I have got it...
1)a bridge connects 2 networks(it can connect computers,but that wud be ridiculous).
2)a switch connects MORE THAN 2 networks.
3)in other words..switch is a multi port bridge(as digen suggested).
Hope I am right..or is there more to it??Do, or do not. There is no try -- Jedi Master Yoda
-
14-11-2005, 10:05 PM #11Human Spambot
- Join Date
- May 2004
- Location
- off to "never ever" land
- Posts
- 2,912
yes but dont refer to it as networks
that completely changes the meaning !
its all in a single network
u cant have multiple networks with bridge/switch since they are layer 2 devices
if u want u need to use layer 3 devices like ROUTERSNo Mercy, No Limits.
Oobertech.net - Keeping Knowledge Free
-
18-11-2005, 06:00 PM #12In The Zone
- Join Date
- Mar 2004
- Location
- kolkata
- Posts
- 255
If switch or bridge can seperate networks? then what do routers do ?
A switch is a multiport bridge in short.
Yes a switch is only capable of seperating two networks when its a multilayer switch or works on layer 2 and layer 3 i.e. router layer.AMD64 2800+ 1GB ECC DDR 400 ,MSI K8T800 Asus Geforce FX 5200 128 MB, 120 GB Barracuda,16X DVD RW,Samsung 16x DVD,Samsung Wireless ,Creative AUDIGY2 ZS 7.1 with Creative Inspire 7.1/1800+AXP 512MB ECC DDR400 .40GB BLACK
-
18-11-2005, 09:00 PM #13
seems pretty much the same to me... well ofcourse if you take the names apart
Passwords are like underwear... Change them often...
-
23-07-2009, 02:14 PM #14Right Off the Assembly Line
- Join Date
- Jul 2006
- Posts
- 2
Re: Difference between a bridge and a switch?
Bridges are really just like switches, but there are a few differences. These are the following:
*
Bridges are software based, while switches are hardware based because they use an ASICs chip to help them make filtering decisions.
*
Bridges can only have one spanning-tree instance per bridge, while switches can have many.
*
Bridges can only have upto 16 ports, while a switch can have hundreds !
That's pretty much as far as we will go with the bridges since they are pretty much old technology and you probably won't see many around.
-
29-07-2010, 11:33 AM #15Right Off the Assembly Line
- Join Date
- Jul 2010
- Posts
- 1
Re: Difference between a bridge and a switch?
Very nice it is the major difference between bridge and switch.....
dridge is software based and switch are hardwre based...
u can also know much more about this technology...
Hub The hub allows branching of the cable which then might form a loop-free tree of cables with the same appearance to the computers. The hub may shape and amplify the signal. The hub sends the incoming signal out on each of the lines that it did not come in on. I don’t know how smart it is upon packet collisions. It has no storage beyond about one bit. Ethernet theory calls this a Repeater and includes bridges in the hub category. Bridge The bridge examines the 48 bit destination address for the packet and directs the packet only to the cable where the recipient resides. One packet causes less congestion thereby. A bridge may buffer enough bits to interpret the destination address. It could buffer a whole packet and queue it for the correct outgoing link. I don’t know if they do. Bridges learn who’s where by watching return addresses. Bridges may join into the Stp. Switch A switch will typically talk some protocol besides Ethernet, such as PPP over longer lines provided by the Telco. The switch knows about IP (internet protocol) packets within the Ethernet packets and routes according to 32 bit IP addresses. The switch will typically buffer and queue packets. It will to talk to the LAN with Ethernet as well. Router “A router is a node that forwards IP packets not explicitly addressed to it.” The router talks PPP over very fast links such as fiber. It probably talks only to switches and other routers. Routers must be know to confine packets with IP addresses that are of local scope. Network Address Translation (NAT) happens in routers.
LinkBacks (?)
-
09-01-2013, 10:45 PM
-
22-04-2012, 07:46 AM
Similar Threads
-
want review for Zebronics 16 Port Switch Network Switch
By ankuriszoro in forum PeripheralsReplies: 0Last Post: 21-04-2012, 02:33 AM -
New pc build. Sandy bridge or wait for ivy bridge?
By Vishnupg45 in forum CPU / MotherboardsReplies: 12Last Post: 16-03-2012, 08:06 PM -
Switch ???
By vizkid2005 in forum PC Components / ConfigurationsReplies: 2Last Post: 01-07-2011, 09:50 PM -
to bridge or not to bridge
By paul.rohit in forum PC Components / ConfigurationsReplies: 9Last Post: 25-03-2011, 06:59 PM -
Bridge.dll
By divyaansha in forum QnA (read only)Replies: 3Last Post: 01-04-2005, 10:13 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks