Skip to main content

What will Switch-1 do with this data?

Refer to the exhibit.

396

Switch-1 needs to send data to a host with a MAC address of 00b0.d056.efa4.
What will Switch-1 do with this data?

A.  Switch-1 will drop the data because it does not have an entry for that MAC address.
B.  Switch-1 will forward the data to its default gateway.
C.  Switch-1 will flood the data out all of its ports except the port from which the data originated.
D.  Switch-1 will send an ARP request out all its ports except the port from which the data originated.

Answer: C. Switch-1 will flood the data out all of its ports except the port from which the data originated.


Explanation:

When a switch received a frame it will check the destination mac-address of frame with its mac-address-table. If that particular mac-address found, then data will send to the interface where that mac-address associated. But if no interface is associated with that mac-address, then it will broadcast the frame to all ports with in the source interface vlan and trunk interfaces.

Comments

Popular posts from this blog

Cisco Packet Tracer Multi User Connection

Multiuser communication allows multiple point-to-point (peer) connections between multiple instances of Packet Tracer. By allowing communication between Packet Tracer instances, a new door has been opened to a fun, interactive, social, collaborative, and competitive learning environment. Instructors will now be able to create a variety of activities for students to learn in groups that will facilitate greater social interaction between students. Students will benefit from this environment by working together to solve problems and share ideas. Both students and teachers should take full advantage that Multiuser will offer in their learning environment. Technical Information Communicates between instances using PTMP. PTMP is TCP based. By default, uses TCP port 38000, is customizable, and each new instances on the same PC will use the next available port. On by default. UPnP will attempt to establish port forwarding to facilitate home networks. All network co...

Access Control List (ACL) Simlet

An administrator is trying to ping and telnet from Switch to Router with the results shown below: For this question we only need to use the show running-config command to answer all the questions below: Router>enable Router#show running-config   Question 1 Which will fix the issue and allow ONLY ping to work while keeping telnet disabled? A. Correctly assign an IP address to interface fa0/1 B. Change the ip access-group command on fa0/0 from “in” to “out” C. Remove access-group 106 in from interface fa0/0 and add access-group 115 in. D. Remove access-group 102 out from interface s0/0/0 and add access-group 114 in E. Remove access-group 106 in from interface fa0/0 and add access-group 104 in Answer : E Explanation: The question was not about FTP so skip line #1 and line #2. The line #3 denies telnet traffic and line #4 permits icmp-echo traffic. L...

Drag and Drop Questions

Question 1 Drag the security feature on the left to the specific security risks they help protect against on the right. (Not all options are used.) Answer : Question 2 Routing has been configured on the local router with these commands: Local(config)#ip route 0.0.0.0 0.0.0.0 192.168.1.1 Local(config)#ip route 10.1.0.0 255.255.255.0 192.168.2.2 Local(config)#ip route 10.1.0.0 255.255.0.0 192.168.3.3 Drag each destination IP address on the left to its correct next hop address on the right Answer: Question 3 The left describes the types of cables, while the right describes the purposes of the cables. Drag the items on the left to the proper locations. (Not all items can be used.) Answer: Question 4 Drag each category on the left to its corresponding router output on the right. Each router output line is in the result of a show ip interface command. (No...