InterviewSolution
| 1. |
What is a bridge router (als known as brouter) ? |
|
Answer» A bridge router, SOMETIMES known as a brouter, is a network DEVICE that can FUNCTION as both a bridge and a router. The brouter forwards all other packets LIKE a bridge and only routes packets for known protocols. For routable protocols, brouters function at the network layer, while for non-routable protocols, they operate at the data link layer. Brouters operate as routers for routable protocols and bridges for non-routable protocols, handling both routable and non-routable characteristics. Brouters are connecting devices in networking SYSTEMS that serve as both a network bridge and a router in the internetwork. |
|