DNS Multipath (mDNS)
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/multipath-dns/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/multipath-dns/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/multipath-dns/)
Use the native HTML custom element.
O DNS multipath, mais comumente implementado como mDNS (DNS Multicast, RFC 6762), permite que dispositivos em uma rede local descubram e resolvam nomes de host sem um servidor [[dns|DNS]] centralizado, transmitindo consultas para todos os dispositivos na sub-rede local. O pseudo-TLD .local é reservado para mDNS e não deve ser delegado no DNS público. mDNS está implementado no Bonjour da Apple, Avahi do Linux e Windows 10+, sendo a espinha dorsal das redes de configuração zero (Zeroconf) para serviços como AirDrop, Chromecast e dispositivos domésticos inteligentes.
Exemplo
When you print to printer.local on a Mac, Bonjour uses mDNS to broadcast a query over the local network. The printer responds with its IP address, and the Mac connects — no DNS server required.