Simple Service Discovery Protocol
From Wikipedia, the free encyclopedia
| The Internet Protocol Suite | |
|---|---|
| Application Layer | |
| BGP · DHCP · DNS · FTP · GTP · HTTP · IMAP · IRC · Megaco · MGCP · NNTP · NTP · POP · RIP · RPC · RTP · RTSP · SDP · SIP · SMTP · SNMP · SOAP · SSH · Telnet · TLS/SSL · XMPP · (more) | |
| Transport Layer | |
| TCP · UDP · DCCP · SCTP · RSVP · ECN · (more) | |
| Internet Layer | |
| IP (IPv4, IPv6) · ICMP · ICMPv6 · IGMP · IPsec · (more) | |
| Link Layer | |
| ARP/InARP · NDP · OSPF · Tunnels (L2TP) · PPP · Media Access Control (Ethernet, DSL, ISDN, FDDI) · (more) | |
Simple Service Discovery Protocol (SSDP) is an expired IETF Internet draft by Microsoft and Hewlett-Packard. SSDP is the basis of the discovery protocol of Universal plug-and-play.
SSDP provides a mechanism which network clients can use to discover network services. Clients can use SSDP with little or no static configuration.
SSDP uses UDP unicast and multicast packets to advertise available services. The multicast address used is 239.255.255.250 in IPv4. SSDP over IPv6 uses the following multicast addresses, depending on scope:
- Node-local: [FF01::C]
- Link-local: [FF02::C]
- Site-local: [FF05::C]
- Organization-local: [FF08::C]
- Global: [FF0E::C]
SSDP uses port 1900.
[edit] See also
[edit] External links
- IETF draft revision 3 (outdated and expired)
| This computer network-related article is a stub. You can help Wikipedia by expanding it. |