1 .\" Copyright (c) 2003-2004 Apple Computer, Inc. All Rights Reserved.
3 .\" @APPLE_LICENSE_HEADER_START@
5 .\" This file contains Original Code and/or Modifications of Original Code
6 .\" as defined in and that are subject to the Apple Public Source License
7 .\" Version 2.0 (the 'License'). You may not use this file except in
8 .\" compliance with the License. Please obtain a copy of the License at
9 .\" http://www.opensource.apple.com/apsl/ and read it before using this
12 .\" The Original Code and all software distributed under the License are
13 .\" distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
14 .\" EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
15 .\" INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
16 .\" FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
17 .\" Please see the License for the specific language governing rights and
18 .\" limitations under the License.
20 .\" @APPLE_LICENSE_HEADER_END@
22 .\" $Log: mDNSResponder.8,v $
23 .\" Revision 1.5 2004/06/29 02:41:38 cheshire
24 .\" Add note that mDNSResponder is called mdnsd on some systems
26 .\" Revision 1.4 2004/05/18 18:14:36 cheshire
27 .\" Minor wording update
29 .\" Revision 1.3 2004/04/22 02:56:08 cheshire
30 .\" <rdar://problem/3619494>: mDNSResponder man page format error
32 .\" Revision 1.2 2004/04/12 18:03:24 ksekar
33 .\" <rdar://problem/3619494>: mDNSResponder man page format error
35 .\" Revision 1.1 2003/11/13 03:21:38 cheshire
36 .\" <rdar://problem/3086886>: No man page for mDNSResponder
40 .Dd April 2004 \" Date
41 .Dt mDNSResponder 8 \" Document Title
42 .Os Darwin \" Operating System
46 .Nd Multicast DNS daemon \" Name Description for whatis database
56 is a daemon invoked at boot time to implement Multicast DNS
57 and DNS Service Discovery.
60 listens UDP port 5353 for Multicast DNS Query packets.
61 When it receives a query for which it knows an answer,
63 issues the appropriate Multicast DNS Reply packet.
66 also performs Multicast DNS Queries on behalf of client processes,
67 and maintains a cache of the replies.
70 has no user-specifiable command-line argument, and users should not run
75 .Nm Ns 's internal state, for debugging and disagnostic purposes,
76 send it a SIGINFO signal, and it will then dump a snapshot summary
77 of its internal state to
78 .Pa /var/log/system.log Ns , e.g.
80 .Dl sudo killall -INFO mDNSResponder
82 .Pa /usr/sbin/mDNSResponder \" Pathname
87 For information on Multicast DNS, see
88 .Pa http://www.multicastdns.org/
90 For information on DNS Service Discovery, see
91 .Pa http://www.dns-sd.org/
93 For information on how to use the Multicast DNS and the
94 DNS Service Discovery APIs on Mac OS X and other platforms, see
95 .Pa http://developer.apple.com/macosx/rendezvous/
97 For the source code to
99 .Pa http://developer.apple.com/darwin/projects/rendezvous/
103 bugs are tracked in Apple Radar component "mDNSResponder".
108 daemon first appeared in Mac OS X 10.2 (Jaguar).
110 Also available from the Darwin open source repository
111 (though not officially supported by Apple) are
113 daemons for other platforms, including Mac OS 9, Microsoft Windows,
114 Linux, FreeBSD, NetBSD, Solaris, and other POSIX systems.