المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : الفرق بين CAM tabel ال MAC table



saeedes2005
25-09-2012, 10:19
Hi guys
I would ask you what is the main different between CAM table and MAC addrress table ,,,,,,,and where should we say CAM table and where should we say MAC table
??
thank you in advance

sami88
25-09-2012, 17:07
A Ethernet switch's role is to copy Ethernet frames (https://en.wikipedia.org/wiki/Ethernet_frame) from one port to another. The presence of a CAM table is one attribute that separates a switch from a hub. Without a functional CAM table, all frames received by a network switch would be echoed back out to all other ports, much like an Ethernet hub (https://en.wikipedia.org/wiki/Ethernet_hub). A switch should only emit a frame on the port where the destination network device resides (unicast (https://en.wikipedia.org/wiki/Unicast)), unless the frame is for all nodes on the switch (broadcast (https://en.wikipedia.org/wiki/Broadcasting_%28computing%29)) or multiple nodes (multicast (https://en.wikipedia.org/wiki/Multicast)).

Generally, the CAM table is a system memory construct used by Ethernet switch logic to dereference Media Access Control (https://en.wikipedia.org/wiki/Media_Access_Control) (MAC) addresses of stations to the ports on which they connect to the switch. This allows switches to facilitate communications between connected stations at high speed regardless of how many devices are connected to the switch. The CAM table is consulted to make the frame forwarding decision. Switches learn MAC addresses from the source address of Ethernet frames on the ports, such as Address Resolution Protocol (https://en.wikipedia.org/wiki/Address_Resolution_Protocol) response packets.

منقول من wikipedia.org

محمد19900
27-09-2012, 09:21
https://networking-geek.blogspot.com/2011/10/cam-table_07.html