Simple Service Discovery Protocol
From Wikipedia, the free encyclopedia
The five-layer TCP/IP model |
---|
5. Application layer |
DHCP · DNS · FTP · Gopher · HTTP · IMAP4 · IRC · NNTP · XMPP · POP3 · RTP · SIP · SMTP · SNMP · SSH · TELNET · RPC · RTCP · RTSP · TLS (and SSL) · SDP · SOAP · GTP · STUN · NTP · (more) |
4. Transport layer |
TCP · UDP · DCCP · SCTP · RSVP · ECN · (more) |
3. Network/internet layer |
IP (IPv4 · IPv6) · OSPF · IS-IS · BGP · IPsec · ARP · RARP · RIP · ICMP · ICMPv6 · IGMP · (more) |
2. Data link layer |
802.11 (WLAN) · 802.16 · Wi-Fi · WiMAX · ATM · DTM · Token ring · Ethernet · FDDI · Frame Relay · GPRS · EVDO · HSPA · HDLC · PPP · PPTP · L2TP · ISDN · ARCnet · LLTD · (more) |
1. Physical layer |
Ethernet physical layer · RS-232 · SONET/SDH · G.709 · Optical fiber · Coaxial cable · Twisted pair · (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 their services. The multicast address 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)