Link-Local Multicast Name Resolution (LLMNR) is a Microsoft tech for service discovery based on multicast DNS. Is it compatible with Bonjour/Zeroconf? If so, where's the API? The service discovery, I take it, is somehow rolled into vanilla DNS resolution (gethostbyname()?), but what about service advertisement?
LLMNR on Windows vs. Zeroconf vs. Bonjour
5.6k views Asked by Seva Alekseyev At
2
There are 2 answers
0
Colin
On
From Apple's open source implementation of mDNSResponder:
// Note: Microsoft's proposed "Link Local Multicast Name Resolution Protocol" (LLMNR) is essentially a limited version of
// Multicast DNS, using the same packet formats, naming syntax, and record types as Multicast DNS, but on a different UDP
// port and multicast address, which means it won't interoperate with the existing installed base of Multicast DNS responders.
// LLMNR uses IPv4 multicast address 224.0.0.252, IPv6 multicast address FF02::0001:0003, and UDP port 5355.
Related Questions in WINDOWS
- how to play a sounds in c# forms?
- Echo behaviour of Microsoft Windows Telnet Client
- Getting error while running spark-shell on my system; pyspark is running fine
- DirectX 9 With No SDK Installed - How To Translate a D3DMATRIX?
- Gradle 8.7 cannot find installed JDK 22 in IntelliJ
- 'IOException: The cloud file provider is not running', when trying to delete 'cloud' folder
- Cannot load modules/mod_dav_svn.so into server
- Issue with launching application after updating ElectronJs to version 28.0.0 on Windows and Linux
- 32-bit applications do not display some files in Windows 10
- 'bun' is not recognized as an internal or external command
- mkssecreenshotmgr taking a screenshot
- Next js installation in windows 7 os
- Can't resize a partition using Mini Tool?
- Is there any way to set a printer as default according with Active Directory Policy Security Group and PC hostname?
- Electron Printing not working on Windows (Works on Mac)
Related Questions in BONJOUR
- How can I discover SMB File Servers on the local network in macOS?
- Access webserver from a USB-tethered Android
- Local networking without an existing Wi-Fi or Internet connection
- Determine the host address of a Bonjour service address containing "_tcp"
- A Bonjour service that was discoverable in Android 13 is not discoverable in Android 14 using same codes with NsdManger
- Option to connect a React Native application to an Electron app in an offline situation
- Bonjour services do not resolve addresses in release mode
- Bonjour with NWListener & NWBrowser p2p connections
- Windows 11 not resolving .local addresses using mDNS
- Kdnssd Not working in Release Mode Qt c++
- Share data between 2 apps without internet using React Native
- Why are TXT Records set to nil when using NWBrowser for Network.framework?
- How to 'avahi-browse' from a docker container on MacOS?
- Get Model Identifier of Device in Network
- Swift Local Network netServiceDidPublish not called
Related Questions in ZEROCONF
- Lookup name from IPv4 address in python zeroconf
- How to use python zeroconf in an asyncio application?
- .local. in python-zeroconf type
- Windows 11 not resolving .local addresses using mDNS
- Zero conf time synchronization in a LAN
- Share data between 2 apps without internet using React Native
- Why does running avahi-browse within a docker container returns (NULL) network interfaces?
- Use constant IPv4LL (link-local) address in "dhcp" mode
- service discovery in tcl
- iOS / HTTP Server communication, device to device
- Unable to discover Chromecasts from docker container
- mDNS on react-native Request failed with status code 500
- Self signed certificate with iOS in LAN
- Get scope id/network interface of NsdServiceInfo of a link-local IPv6 service
- Removing duplicates from the services resolved by avahi-client
Related Questions in MDNS
- JmDNS create() function not working on my device
- Get addr and flags like IFF_UP and IFF_BROADCAST using rtnetlink
- Why can't QNAP and its containers be pinged by name, while others can?
- Access ".local" domain name from Docker conatiner without having Avahi installed inside
- Resolve mDNS in local network with javascript from https origin
- The Web Share API in JavaScript does not support sharing text along with files and URLs
- avahi unreliable service resolution
- How to Discover pairing android devices over wifi
- How I can see a host name of my Pixel phone?
- HTML Heading Tag
- What are hostnames acutally used for?
- Is it possible to advertise an mDNS service with invalid name / type?
- How to get mDNS on Android?
- react-native-zeroconf - mdns discovery in android emulator
- React-Native - Zeroconf - cannot read property 'scan' of null
Related Questions in WINDOWS-NETWORKING
- Why does Windows Filtering Platform apply ALE reauthorization for EVERY single incoming multicast UDP packet from same source?
- sshd keypair vs. name+pwd login and authentication credentials
- CORBA Client on Windows 10 takes different amounts of time to connect to the server, depending on the number of IP addresses
- Windows Docker swarm overlay networking
- What is the alternative for using host network in docker run command on a Windows host?
- Communication two hosts have same ip on different network interface
- How to identify which network interface is used for a given route?
- Allow Win 10 user to reset network adaptor via PS script without UAC
- How to get an application listening ports with windows c++ api
- How to Disable access to localhost (internal network and internet)
- Not able to connect to django rest server at http://127.0.0.1:8000/
- WSL2 network unreachable
- How to use IcmpSendEcho2() with APC callbacks in main thread?
- Get-NetIPAddress returns values not found in ipconfig
- Python cannot access internet from within windows container
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
LLMNR solves a small subset of the problems that mDNS tackles, as set out in this post. In short, it's not compatible with Bonjour.
Here is the content of that post, in case archive.org decides to drop the page: