- Suppose an Ethernet switch
receives an Ethernet frame
on some port:
- it will
use
the Destination Ethernet Address
to
perform forwarding
|
-
If the Destination Ethernet Address
is found in the
forwarding table of
same
Ethernet segment, then
the
switch will
ignore the frame:
- If the
Destination Ethernet Address
is found in
one of the
forwarding tables,
the switch will
forward the frame to
that port:
- If the
Destination Ethernet Address
is not found in
any of the
forwarding tables,
the switch will
broadcast (= send to all)
the frame to
all other ports:
|