InterviewSolution
| 1. |
Explain in detail about Bridges in Networking and mention its usage. |
|
Answer» A BRIDGE is a networking device that will connect numerous LANs (Local Area Networks) for forming a larger LAN. Also, it can connect LAN segments to form newer LAN segments. It operates in the OSI MODEL’s Data-Link layer. Bridges are helpful in increasing the network capacity of a single LAN by joining multiple LANs. Working of Bridge: The bridge will connect two or more different LANs that are having similar protocols and help to communicate between the devices (nodes) in them. It will accept all the data packets and all of them will be amplified to the other side. The bridges are considered to be intelligent devices as they will permit the passing of only selective packets from them. A bridge will pass only those packets which are addressed from the node of one network to the node of the other network. That means the bridge will consult a database on receiving the data frame for DECIDING whether to pass, transmit or discard the frame.
Uses of Bridge:
|
|