SSDP
SSDP stands for Simple Service Discovery Protocol. It is a network protocol used for advertising and discovering network services and devices, most notably as part of the Universal Plug and Play (UPnP) framework. SSDP operates over UDP and relies on multicast messaging to enable automatic discovery without user configuration. In IPv4 networks, discovery commonly occurs via the multicast address 239.255.255.250 on port 1900; IPv6 deployments use corresponding link-local multicast addresses, with responses directed back to the requester.
In a typical interaction, a control point (such as a media player or home automation hub) sends
SSDP is widely used by UPnP devices, including networked printers, cameras, media servers, and smart home gadgets.