Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is broadcasting and which switch will fix timed-out requests?

0
Posted

What is broadcasting and which switch will fix timed-out requests?

0

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

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123