Answer the question
In order to leave comments, you need to log in
How soon after the link appears (cable connection) does the switch learn the MAC address of the connected network card?
Is there any mandatory notification from the network card side in the Ethernet specification after the appearance of a physical connection? Or will the switch only get the MAC address information after sending the first packet?
Answer the question
In order to leave comments, you need to log in
Is there any mandatory notification from the network card side in the Ethernet specification after the appearance of a physical connection?To be honest, I don’t know, because I have never read the specifications for 802.1D (MAC bridges) or 802.3 in their entirety . I think no. The switch (more precisely, since we are talking about specifications, bridge ) can determine the state of the physical link using L1 signaling (FLP and others).
Or will the switch only get the MAC address information after sending the first packet?I think yes. I guess the logic here is this. A host connected to an ethernet segment must find out the MAC address of either a normal segment neighbor or a default router (which, by the way, is also its segment neighbor), for this it sends an ARP request, while actually reporting its MAC - the address in the broadcast message. At this point, the switch ( filter bridge , sorry) adds an entry to the MAC address table.
After turning on the network interface, it sends a broadcast arp to find out some kind of dhcp or MAC address of the router if it has static network details
, well, in general, in fact, everything is a little trickier
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question