What is broadcasting and which switch will fix timed-out requests?
Broadcasting means that the packets are received by each active host on the network. So whichever network interface card (NIC) is listening will pick up and try to answer the packet. If they cannot answer, they will send it to their default gateway. Now it might happen that the default gateway and further gateways do not provide an answer before the time-to-live (TTL) of the packet expires. So you will get a timed-out request. TTL is fixed so that packets do not remain on the network endlessly. Other reasons you might be getting time-out requests is because either a link is down in between the source and destination, or the host is too busy to answer. You can configure the network to avoid sending time-outs but that’s not a good idea as it is a measure to check the performance of the network. The ideal way is to use expected ping to find out where the problem is and set it straight. As for the second part of your question on how to control broadcast, hubs create a single collision as w