Each port is connected to a different Ethernet segment
Forwarding table:
Note:
if ( destination address == my Ethernet address ) { Deliver the data portion in the Ethernet frame } else { Discard frame }
if ( Destination address ∈ Forwarding Table(P) ) { Discard frame } else { Forward the frame on the other port }
is considered as one Ethernet network
(This information needed to correctly forward a Ethernet frame)