Quote:
Second scenarion, If I have got two or three PCs connected wired directly to a switch (no AP), then I will get dublicate MAC addresses on different ports (not same port),,,,this is what I meant by
Suppose (my real sceanrio not like this ) I have got laptop A with IP address 10.70.72.93/24 , and MAC is 00-91-4C-2A-2B-2C connected wired to port 10,,,,,,
Since you explained the porcess of 'last packet updates' for a duplicate MAC on same port (thanks) , How does 'last packet updates' behave with a duplicate MAC on different ports (not same port) ?
Sorry mate maybe I didnt explain it well, if a switch is using 'last packet updates' for it's update process it will use it across all ports, depending on how the switch is configured it will either:
Quote:
More than one MAC can be assosiated with a port.
A wireless AP is infact a hub, so say you had 4 hosts on the AP and the AP was wired in to port 1 on the switch, the switch would have 4 MACs assosiated with the port - it would just send the frame out of the port, the frame would reach the hub and obviously go out to all hosts
.
As you know that an AP has MAC address, why does the switch not include the AP's MAC within its CAM table, shouldn't be 5 MACs instead of 4 MACs ?
This depends - if you think about the learning process of a switch - a MAC is only added to the filter table once a frame has either been sent or received from the host - if the only hosts to send or receive traffic are the four hosts attached to the AP then only these four MACs will be entered on the table - once the the actual AP sends or receives a frame then this MAC will also be added to the table.