Not Monitored
Tag not monitored by Microsoft.
40,937 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
It's been hard you guys, I've been working day and night trying to find an answer to this. LLMNR is an old, vulnerable name resolution protocol I've been writing an assay about. I'm trying to find the layer of the protocol and I AM CONFUSED! The internet says it's a data-link layer protocol but it uses a UDP based port (5355).
LLMNR = Link Local Multicast Name Resolution. You only get multicast with UDP, it's not available via TCP.
Since it acts like mDNS, it goes in the application layer.