Link-Local Multicast Name Resolution
The Link-Local Multicast Name Resolution (LLMNR) is a protocol based on the Domain Name System (DNS) packet format that allows both IPv4 and IPv6 hosts to perform name resolution for hosts on the same local link. It is included in Windows Vista, Windows Server 2008, Windows 7, Windows 8 and Windows 10.[1] It is also implemented by systemd-resolved on GNU/Linux.[2] LLMNR is defined in RFC 4795.
Internet protocol suite |
---|
Application layer |
Transport layer |
Internet layer |
Link layer |
|
Protocol details
In responding to queries, responders listen on UDP port 5355 on the following link-scope Multicast address:
- IPv4 - 224.0.0.252, MAC address 01-00-5E-00-00-FC
- IPv6 - FF02:0:0:0:0:0:1:3 (this notation can be abbreviated as FF02::1:3), MAC address 33-33-00-01-00-03
The responders also listen on TCP port 5355 on the unicast address that the host uses to respond to queries.
Packet header structure
- ID - A 16-bit identifier assigned by the program that generates any kind of query.
- QR - Query/Response.
- OPCODE - A 4-bit field that specifies the kind of query in this message. This value is set by the originator of a query and copied into the response. This specification defines the behavior of standard queries and responses (opcode value of zero). Future specifications may define the use of other opcodes with LLMNR.
- C - Conflict.
- TC - TrunCation.
- T - Tentative.
- Z - Reserved for future use.
- RCODE - Response code.
- QDCOUNT - An unsigned 16-bit integer specifying the number of entries in the question section.
- ANCOUNT - An unsigned 16-bit integer specifying the number of resource records in the answer section.
- NSCOUNT - An unsigned 16-bit integer specifying the number of name server resource records in the authority records section.
- ARCOUNT - An unsigned 16-bit integer specifying the number of resource records in the additional records section.
gollark: These are both monoids, so yes.
gollark: The `Writer` monad has a function `tell` which uses `unsafePerformIO` to print to stdout in arbitrary locations.
gollark: You can stop the space pirates by politely asking them to go away, via the `Writer` monad.
gollark: However, if your spacesuit is eaten by bees, you can use the `Applicative` function `pure`, a dependency (available via `npm install applicative-pure`) to summon a new one from the burrito shop (they make spacesuits).
gollark: This is of course part of the monad, similarly to how a group is strictly some set and an operation on it.
See also
- Network Basic Input/Output System (NetBIOS)
- Peer Name Resolution Protocol (PNRP)
- Multicast DNS (mDNS)
- Zero-configuration networking (Zeroconf)
References
- LLMNR: The Cable Guy
- "systemd 216 available". Retrieved 2015-08-10.
External links
- Link-Local Multicast Name Resolution, Microsoft TechNet
- RFC 4795, Informational, Link-Local Multicast Name Resolution (LLMNR)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.