DNS Multipropósito (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.
El DNS multipropósito, implementado más comúnmente como mDNS (DNS Multicast, RFC 6762), permite a los dispositivos de una red local descubrir y resolver nombres de host sin un servidor [[dns|DNS]] centralizado, enviando consultas a todos los dispositivos de la subred local. El pseudo-TLD .local está reservado para mDNS y no debe delegarse en el DNS público. mDNS está implementado en Bonjour de Apple, Avahi de Linux y Windows 10+, y es la columna vertebral de las redes de configuración cero (Zeroconf) para servicios como AirDrop, Chromecast y dispositivos del hogar inteligente.
Ejemplo
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.