WAP stack The WAP standard described a
protocol suite or stack allowing the interoperability of WAP equipment and software with different network technologies, such as
GSM and
IS-95 (also known as
CDMA). The bottom-most protocol in the suite, the
Wireless Datagram Protocol (WDP), functions as an adaptation layer that makes every data network look a bit like
UDP to the upper layers by providing unreliable transport of data with two 16-bit port numbers (origin and destination). All the upper layers view WDP as one and the same protocol, which has several "technical realizations" on top of other "data bearers" such as
SMS,
USSD, etc. On native IP bearers such as
GPRS,
UMTS packet-radio service, or
PPP on top of a circuit-switched data connection, WDP is in fact exactly UDP.
Wireless Transport Layer Security (WTLS), an optional layer, provides a
public-key cryptography-based security mechanism similar to the Internet's
Transport Layer Security (TLS) protocol. Whether or not WTLS is implemented depends on the required level of security for a given WAP application, and this layer provides data integrity, privacy, authentication, and denial-of-service protection features.
WTP provides transaction support adapted to the wireless world. It provides for transmitting messages reliably, similarly to
TCP. However WTP is more effective than TCP when packets are lost, a common occurrence with 2G wireless technologies in most radio conditions. WTP does not misinterpret the packet loss as network congestion, unlike TCP. WAP sites are written in WML, a markup language. WAP provides content in the form of decks, which have several cards: decks are similar to HTML web pages as they are the unit of data transmission used by WAP and each have their own unique URL, and cards are elements such as text or buttons which can be seen by a user. WAP has URLs which can be typed into an address bar which is similar to URLs in HTTP. Relative URLs in WAP are used for navigating within a deck, and Absolute URLs in WAP are used for navigating between decks. This protocol suite allows a terminal to transmit requests that have an
HTTP or
HTTPS equivalent to a
WAP gateway; the gateway translates requests into plain HTTP. WAP decks are delivered through a proxy which checks decks for WML syntax correctness and consistency, which improves the user experience in resource-constrained mobile phones. WAP Push was specified on top of
Wireless Datagram Protocol (WDP); as such, it can be delivered over any WDP-supported bearer, such as GPRS or SMS. Most GSM networks have a wide range of modified processors, but GPRS activation from the network is not generally supported, so WAP Push messages have to be delivered on top of the SMS bearer. On receiving a WAP Push, a WAP 1.2 (or later) -enabled handset will automatically give the user the option to access the WAP content. This is also known as WAP Push SI (
Service Indication). A variant, known as WAP Push SL (
Service Loading), directly opens the browser to display the WAP content, without user interaction. Since this behaviour raises security concerns, some handsets handle WAP Push SL messages in the same way as SI, by providing user interaction. The network entity that processes WAP Pushes and delivers them over an IP or SMS Bearer is known as a
Push Proxy Gateway (PPG).
WAP 2.0 A re-engineered 2.0 version was released in 2002. It uses a cut-down version of
XHTML with end-to-end
HTTP, dropping the gateway and custom protocol suite used to communicate with it. A WAP gateway can be used in conjunction with WAP 2.0; however, in this scenario, it is used as a standard proxy server. The WAP gateway's role would then shift from one of translation to adding additional information to each request. This would be configured by the operator and could include telephone numbers, location, billing information, and handset information. Mobile devices process
XHTML Mobile Profile (XHTML MP), the markup language defined in WAP 2.0. It is a subset of
XHTML and a superset of
XHTML Basic. A version of Cascading Style Sheets (
CSS) called WAP CSS is supported by XHTML MP.
MMS Multimedia Messaging Service (MMS) is a combination of WAP and
SMS allowing for sending of picture messages. ==History==