What device has content-addressable memory (CAM) and what is
stored in it?
1 A: Switch, learned IP addresses
2 B: Router, learned IP addresses
3 C: Switch, learned MAC addresses
4 D: Router, learned MAC addresses
Answers were Sorted based on User's Feedback
Answer / rohit sunkara
CAM is used to store learned MAC addresses.N since MAC-add
involves usage of a switch,the answer is
Switch,learned MAC addresses
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / pachicoo
Content-addressable memory is often used in computer
networking devices. For example, when a network switch
receives a data frame from one of its ports, it updates an
internal table with the frame's source MAC address and the
port it was received on. It then looks up the destination
MAC address in the table to determine what port the frame
needs to be forwarded to, and sends it out on that port.
The MAC address table is usually implemented with a "binary
CAM" so the destination port can be found very quickly,
reducing the switch's latency.
Ternary CAMs are often used in network routers, where each
address has two parts: the network address, which can vary
in size depending on the subnet configuration, and the host
address, which occupies the remaining bits. Each subnet has
a network mask that specifies which bits of the address are
the network address and which bits are the host address.
Routing is done by consulting a routing table maintained by
the router which contains each known destination network
address, the associated network mask, and the information
needed to route packets to that destination. Without CAM,
the router compares the destination address of the packet
to be routed with each entry in the routing table,
performing a logical AND with the network mask and
comparing it with the network address. If they are equal,
the corresponding routing information is used to forward
the packet. Using a "ternary CAM" for the routing table
makes the lookup process very efficient. The addresses are
stored using "don't care" for the host part of the address,
so looking up the destination address in the CAM
immediately retrieves the correct routing entry; both the
masking and comparison are done by the CAM hardware.
Is This Answer Correct ? | 0 Yes | 0 No |
If configuring a Cisco router to connect to a non-Cisco router across a Frame Relay network, which encapsulation type would you select? A.) Q933a B.) ISDN C.) IETF D.) CISCO E.) ANSI
What is a characteristic of Store and Forward switches? A.) They forward the frame before it is completely read. B.) They work at wire speed. C.) They are the same a Cut-Through switching. D.) They read the entire frame and check CRC before forwarding. E.) They decrease latency.
Which addresses are INCORRECTLY paired with their class? A. 1 to 126, Class A B. 128 to 191, Class A C. 1 to 126, Class B D. 128 to 191, Class B
what is ACLs? what is the reasons to create ACLs?
You are given the following address: 128.16.32.13/30. Determine the subnet mask, address class, subnet address, and broadcast address. A. 255.255.255.252, B,128.16.32.12, 128.16.32.15 B. 255.255.255.252, C,128.16.32.12, 128.16.32.15 C. 255.255.255.252, B,128.16.32.15, 128.16.32.12 D. 255.255.255.248, B,128.16.32.12, 128.16.32.15
I simulate ten routers r1 to r10 straightly. I want I can ping from the loop of r1 to loop of r10, but I want I cant ping r1 and r10 from inside routers.?
What metric does rip use? How is the metric used to indicate an unreachable network?
Whith the hierarchical numbering of IP addressing what determines the spoon of the address that will identify the network number? A. subnet mask B. dots between octets C. class of the first octet D. assignments of DHCP E. address resolution process
Which layer defines bit synchronization? A.) Application B.) Network C.) Transport D.) Physical E.) Session F.) Session
What are hold-downs used for? A.) To prevent regular update messages from reinstating a route that has come back up B.) Information received on an interface cannot be sent back out the same interface C.) To prevent regular update messages from reinstating a route that has gone down D.) To hold the routing table from being sent to another router
Explain the benefits of VLANs.
How the STP determinw that which Port should be Root Port, which port should be Designeted Port , Blocking Port and Forwarding Port in Layer 2 STP topology
7 Answers Tech Mahindra, Wipro,