How hosts control broadcast message reception in networks
This is a medium-difficulty networking question that tests your understanding of how systems manage inbound broadcast traffic at the link and network layers. Interviewers ask this to gauge whether you know the practical mechanisms hosts use to filter unwanted broadcasts and the trade-offs involved.
To answer effectively, think about where filtering can occur—whether at the network interface, operating system, or application level—and what constraints apply at each layer. The answer involves both hardware-level capabilities and protocol-level controls, and understanding the distinction matters for reasoning about latency, CPU load, and broadcast storm resilience.
- Link-layer filtering and promiscuous mode
- Multicast group membership and IGMP
- Network interface configuration and driver behavior
- Broadcast address scope and routing boundaries