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 ที่ใช้งานบ่อยที่สุดคือ mDNS (Multicast DNS, RFC 6762) ช่วยให้อุปกรณ์บนเครือข่ายท้องถิ่นค้นพบและแก้ไขชื่อโฮสต์โดยไม่ต้องมีเซิร์ฟเวอร์ [[dns|DNS]] ส่วนกลาง โดยการ multicast คำถามไปยังอุปกรณ์ทั้งหมดบนซับเน็ตท้องถิ่น TLD เสมือน .local ถูกสงวนไว้สำหรับ mDNS และห้ามมอบหมายใน DNS สาธารณะ mDNS ถูกนำไปใช้ใน Bonjour ของ Apple, Avahi ของ Linux และ Windows 10+ และเป็นรากฐานของเครือข่าย Zeroconf.
ตัวอย่าง
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.