The Short Message Peer-to-Peer (SMPP) protocol is a telecommunications industry protocol for exchanging SMS messages between SMS peer entities such as short message service centers and/or External Short Messaging Entities. It is often used to allow third parties (e.g. value-added service providers like news organizations) to submit messages, often in bulk.
SMPP was originally designed by Aldiscon, a small Irish company that was later acquired by Logica (now split off and known as Acision). In 1999, Logica formally handed over SMPP to the SMPP Developers Forum, later renamed as The SMS Forum and now disbanded. The SMPP protocol specifications are still available through the website which also carries a notice stating that it will be taken down at the end of 2007. As part of the original handover terms, SMPP ownership has now returned to Acision due to the disbanding of the SMS forum.
The protocol is based on pairs of request/response PDUs (protocol data units, or packets) exchanged over OSI layer 4 (TCP session or X.25 SVC3) connections. PDUs are binary encoded for efficiency.
In SMPP terminology, two types of entities is defined, a Short Message Service Centre (SMSC), and an External Short Messaging Entity (ESME).
In simplistic terms, an SMSC manages SMS messages for a mobile operator network, delivering SMS messages to mobile phones.
An ESME is any other type of entity that wants to exchange SMS messages with these mobile subscribers. In other words, it is any type of application or service that wants to be able to send and/or receive SMS messages. These applications or services are also often referred to as Value Added Services (VAS) or Value Added Service Providers (VASP).
The SMPP protocol is designed to facilitate the exchange of these SMS messages over the standard TCP/IP protocol. SMPP is designed to be fast and efficient to facilitate high volume reliable message exchange.
This page is designed to be a quick resource for more information on SMPP. The following links provide more detailed information on specific issues or considerations regarding SMPP (especially for users of Now SMS):
The most commonly used versions of SMPP are v3.3, the most widely supported standard, and v3.4, which adds transceiver support (single connections that can send and receive messages). Data exchange may be synchronous, where each peer must wait for a response for each PDU being sent, and asynchronous, where multiple requests can be issued in one go and acknowledged in a skew order by the other peer. The latest version of SMPP is v5.0.