Multipath DNS (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.
Multipath DNS, thường được triển khai dưới dạng mDNS (Multicast DNS, RFC 6762), cho phép các thiết bị trên mạng cục bộ khám phá và phân giải tên máy chủ mà không cần máy chủ [[dns|DNS]] tập trung bằng cách gửi đa điểm các truy vấn đến tất cả các thiết bị trên mạng con cục bộ. Pseudo-TLD .local được dành riêng cho mDNS và không được ủy quyền trong DNS công cộng. mDNS được triển khai trong Bonjour của Apple, Avahi của Linux và Windows 10+.
Ví dụ
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.