Bridge - Connects Network Segments
- Monday, October 20, 2008, 0:51
- Networks
- 650 views
- Add a comment
Bridge is the network device which connects multiple segments on the network. Bridge works at data link layer have the ability to read the frame generated from source designated for the destination. Frame is the protocol data unit on data link layer, bridge take forwarding decision by extracting destination address from the frame and look for the match in bridge database.
When the frame arrives on the incoming interface of the bridge, it reads the header for the destination MAC address look in the bridge database for the match, if found frame is forwarded to the destination otherwise frame is broadcast on all the bridge port excluding the source port on which frame arrived. Broadcast frame is verified by all the host if host MAC address and frame MAC address are same, then specific host will respond to the bridge, port is identified and finally bridge will keep the MAC address in the bridge database for future forwarding decision.
Bridge Advantages
· Bridge reduces collusions in the network.
· Bridge separate one segment traffic from other.
· Bridges filter the packets.
· Transparent to protocol above the MAC layer
· Self configuring
Bridge Disadvantages
· Bridges are more expensive then repeaters
· Bridge causes buffering delays.
· Switch look every frame for MAC results delay
· Bridge consists of one broadcast domain.
· Bridge has less number of ports.
· Does not scale very large networks
About the Author
Related Tutorials & Articles
Network Switch (Network device) Switch works on data link layer of OSI model (Layer-2). Switch physically similar to the hub and perform the same task of providing single connection platform to peripherals (hosts, servers etc). Switch is the network device replaces the hub by overcoming its problem. Switch is an intelligent device; it can take decision...Read more
All around the world people using internet for different purposes generally says for information purpose that can be in the form of email, image text, animation etc. whenever you send email to a person it reach to the destination, although there are millions of nodes attached with the internet. Truly said, Internet is made up...Read more
Broadcast domain is very important topic of computer networks, most of the congestion in LAN environment occurs due to broadcast. If a frame with broadcast address is realize it can be hear by all the connect devices it can be switch, hub or another computer. Broadcast traffic can consume most of the bandwidth in network,...Read more
Network connectivity between source and destination not limited to two hosts, it can be more than two hosts. Ping command just show the status whether source can reach destination or not but in case of tracert it check each intermediate hope between source host and destination hop. It’s better to know where the problem in...Read more
Ethernet hub is a network device use to connect different devices including nodes, servers, printers etc. Hub works on physical layer (Layer-1) when it receives message on any port broadcast it to all the devices connected with hub. CSMA/CD made for the hub to minimize the problem of collusions. Collusions occur when more than one...Read more
Write a Comment
Gravatars are small images that can show your personality. You can get your gravatar for free today!























