WHATPORT(5353) whatport.net WHATPORT(5353)
5353

mDNS (Bonjour / Avahi)

Multicast DNS — how machines find each other by name on a LAN with no DNS server.

UDP IANA registry

Description

mDNS resolves .local names and carries DNS-SD service discovery over multicast to 224.0.0.251 (FF02::FB on IPv6). It is running on essentially every Mac, iPhone, Android device, Linux box with Avahi, printer, and Chromecast on the network — the daemon is mDNSResponder on Apple platforms and avahi-daemon elsewhere. It appears on a scan because the responder binds UDP 5353 and will also answer unicast queries sent to that port.

Exposed to the internet?

Do not expose

Reachable from the internet it both leaks a device inventory (hostnames, service records, sometimes usernames) and works as a reflection/amplification source; on a trusted LAN it is normal and expected.

Check it yourself

$ dig +short @224.0.0.251 -p 5353 -t ptr _services._dns-sd._udp.local

See also

Seen this on your network? Beige Box scans your Wi-Fi and shows every open port on every device — and its Ports tool links straight back here.

Get Beige Box →

also available as JSON · Markdown

Corrections or a missing port? Reply @rimrocksystems.