This question is regarding in the process of L2 MAC Address learning. As we know, if a sender sends a packet to some receiver host which switch doesn't know, it will broadcast for learning.
Assume an Ethernet frame received at switch, the Target MAC is not exists in the MAC Table(for some reason), the switch broadcast for learning the new MAC.
Can anyone tell here, Is there any time out kind of thing? How long switch will wait for a response?
(Suppose if such MAC never exists, anyway it will drop, but any timeout is there)
Thanks in advance for the response.