मल्टीपाथ 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.
मल्टीपाथ DNS, जिसे सबसे सामान्यतः mDNS (मल्टीकास्ट DNS, RFC 6762) के रूप में लागू किया जाता है, स्थानीय नेटवर्क पर उपकरणों को केंद्रीकृत [[dns|DNS]] सर्वर के बिना लोकल सबनेट के सभी उपकरणों को क्वेरी मल्टीकास्ट करके होस्टनाम खोजने और हल करने में सक्षम बनाता है। .local स्यूडो-TLD mDNS के लिए आरक्षित है और सार्वजनिक DNS में इसे सौंपा नहीं जाना चाहिए। mDNS Apple के Bonjour, Linux के Avahi और Windows 10+ में लागू किया गया है।
उदाहरण
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.