Content deleted Content added
review: rm rep links. add link. |
review: clarify. rm rep link. non-sentences. |
||
Line 113:
===Systemd===
[[Systemd]] implements both mDNS and LLMNR in <code>systemd-resolved</code>.
===Link-local IPv4 addresses===
Where no DHCP server is available to assign a host an IP address, the host can select its own [[link-local address]].
* Apple Mac OS and MS Windows have supported link-local addresses since 1998.{{citation needed|date=May 2015}} Apple released its open-source implementation in the [[Darwin (operating system)|Darwin]] bootp package.
* [[Avahi (software)|Avahi]] contains an implementation of IPv4LL in the avahi-autoipd tool.
* Zero-Conf IP (zcip)
* [[BusyBox]] can embed a simple IPv4LL implementation.
* Stablebox,<ref>{{Citation | url = http://code.google.com/p/stablebox/ | title = Code | contribution = Stable box}}</ref> a fork from Busybox, offers a slightly modified IPv4LL implementation named llad.
* Zeroconf
The above implementations are all stand-alone daemons or plugins for [[DHCP]] clients that only deal with link-local IP addresses. Another approach is to include support in new or existing DHCP clients:
|