What will Switch-1 do with this data?

Refer to the exhibit.

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?

Refer to the exhibit.

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.



Leave a Reply 5

Your email address will not be published. Required fields are marked *


iCalvyn.com

iCalvyn.com

This question tests the operating principles of the Layer 2 switch. Check the MAC address table of Switch1 and find that the MAC address of the host does not exist in the table. Switch1 will flood the data out all of its ports except the port from which the data originated to determine which port the host is located in.

iCalvyn.com

iCalvyn.com

Switches learn the MAC addresses of PCs or workstations that are connected to their switch ports by examining the source address of frames that are received on that port. · Machines may have been removed from a port, turned off, or moved to another port on the same switch or a different switch.

This could cause confusion in frame forwarding.

The MAC address entry is automatically discarded or aged out after 300 seconds · If there is not MAC address of destination host in MAC table, switch sends broadcast to all ports except the source to find out the destination host.

In output there is no MAC address of give host so switch floods to all ports except the source port.

Ricardo

Ricardo

So why don’t the switch send an arp request to find the info required to send the data to??

Mahmood Shehab

Mahmood Shehab

I do agree with you, first the switch will learn the mac address through ARP request.

How it is possible to distribute the DATA to all other interfaces?!

David

David

ARP and ICMP is layer 3 – Network Layer