Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.1 KB

File metadata and controls

28 lines (18 loc) · 1.1 KB

Bridges in CN:

  • used to connect 2 LAN, suppose in one side of bridge is connected with Ring and other may be connected with Bus
  • it worked in Physical and Datalink layer(so it can read MAC addrss so can work forwarding at a particular node) image
Source Mac and destination MAC

image

  • MAC adress be checked by Bridges then forwarding occurs This Checks done by - Static and Dynamic

image

Static:

done using a table(MAC,PORT)

image

By checking MAC if in same port -> Not forwarding else forwad to next port to the destination.

Dynamic

  • start with empty table

DO LATER😥😥