Wireless Application Protocol (WAP) is an obsolete
technical standard
A technical standard is an established Social norm, norm or requirement for a repeatable technical task which is applied to a common and repeated use of rules, conditions, guidelines or characteristics for products or related processes and producti ...
for accessing information over a
mobile cellular network. Introduced in 1999, WAP allowed users with compatible
mobile device
A mobile device or handheld device is a computer small enough to hold and operate in hand. Mobile devices are typically battery-powered and possess a flat-panel display and one or more built-in input devices, such as a touchscreen or keypad. ...
s to browse content such as news, weather and sports scores provided by
mobile network operators, specially designed for the limited capabilities of a mobile device. The Japanese
i-mode system offered a competing wireless data standard.
Before the introduction of WAP, mobile service providers had limited opportunities to offer interactive data services, but needed interactivity to support
Internet
The Internet (or internet) is the Global network, global system of interconnected computer networks that uses the Internet protocol suite (TCP/IP) to communicate between networks and devices. It is a internetworking, network of networks ...
and
Web
Web most often refers to:
* Spider web, a silken structure created by the animal
* World Wide Web or the Web, an Internet-based hypertext system
Web, WEB, or the Web may also refer to:
Computing
* WEB, a literate programming system created by ...
applications. Although hyped at launch, WAP suffered from criticism. However the introduction of
GPRS networks, offering a faster speed, led to an improvement in the WAP experience. WAP content was accessed using a ''WAP browser'', which is like a standard
web browser
A web browser, often shortened to browser, is an application for accessing websites. When a user requests a web page from a particular website, the browser retrieves its files from a web server and then displays the page on the user's scr ...
but designed for reading pages specific for WAP, instead of
HTML
Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser. It defines the content and structure of web content. It is often assisted by technologies such as Cascading Style Sheets ( ...
. By the 2010s it had been largely superseded by more modern standards such as
XHTML
Extensible HyperText Markup Language (XHTML) is part of the family of XML markup languages which mirrors or extends versions of the widely used HyperText Markup Language (HTML), the language in which Web pages are formulated.
While HTML, pr ...
.
Modern phones have proper Web browsers, so they do not need WAP markup for compatibility, and therefore, most are no longer able to render and display pages written in
WML, WAP's markup language.
Technical specifications
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
The Global System for Mobile Communications (GSM) is a family of standards to describe the protocols for second-generation (2G) digital cellular networks, as used by mobile devices such as mobile phones and Mobile broadband modem, mobile broadba ...
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
Unstructured Supplementary Service Data (USSD), sometimes referred to as "quick codes" or "feature codes", is a communications protocol used by GSM cellular telephones to communicate with the mobile network operator's computers. USSD can be used ...
, etc. On native IP bearers such as
GPRS,
UMTS
The Universal Mobile Telecommunications System (UMTS) is a 3G mobile cellular system for networks based on the GSM standard. UMTS uses Wideband Code Division Multiple Access, wideband code-division multiple access (W-CDMA) radio access technolog ...
packet-radio service, or
PPP on top of a circuit-switched data connection, WDP is in fact exactly UDP.
WTLS, an optional layer, provides a
public-key cryptography
Public-key cryptography, or asymmetric cryptography, is the field of cryptographic systems that use pairs of related keys. Each key pair consists of a public key and a corresponding private key. Key pairs are generated with cryptographic alg ...
-based security mechanism similar to
TLS.
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.
WAP was designed to operate in bandwidth-constrained networks by using data compression before transmitting data to users.
This protocol suite allows a terminal to transmit requests that have an
HTTP
HTTP (Hypertext Transfer Protocol) is an application layer protocol in the Internet protocol suite model for distributed, collaborative, hypermedia information systems. HTTP is the foundation of data communication for the World Wide Web, wher ...
or
HTTPS
Hypertext Transfer Protocol Secure (HTTPS) is an extension of the Hypertext Transfer Protocol (HTTP). It uses encryption for secure communication over a computer network, and is widely used on the Internet. In HTTPS, the communication protoc ...
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 cannot guarantee how content will appear on a screen, because WAP elements are treated as hints to accommodate the capabilities of each mobile device. For example some mobile phones do not support graphics/images or italics.
The Wireless Application Environment (WAE) space defines application-specific markup languages.
For WAP version 1.X, the primary language of the WAE is
Wireless Markup Language (WML). In WAP 2.0, the primary markup language is
XHTML Mobile Profile.
WAP Push

WAP Push was incorporated into the specification to allow the WAP content to be pushed to the mobile handset with minimal user intervention. A WAP Push is basically a specially encoded message which includes a link to a WAP address.
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.
[Openwave: WAP Push Technology Overview](_blank)
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
Extensible HyperText Markup Language (XHTML) is part of the family of XML markup languages which mirrors or extends versions of the widely used HyperText Markup Language (HTML), the language in which Web pages are formulated.
While HTML, pr ...
with end-to-end
HTTP
HTTP (Hypertext Transfer Protocol) is an application layer protocol in the Internet protocol suite model for distributed, collaborative, hypermedia information systems. HTTP is the foundation of data communication for the World Wide Web, wher ...
, 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
Extensible HyperText Markup Language (XHTML) is part of the family of XML markup languages which mirrors or extends versions of the widely used HyperText Markup Language (HTML), the language in which Web pages are formulated.
While HTML, pr ...
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
The
WAP Forum
OMA SpecWorks, previously the Open Mobile Alliance (OMA), is a standards organization which develops Open standard, open, International standard, international technical standards for the mobile phone industry. It is a Nonprofit organization, nonp ...
was founded in 1998 by Ericsson, Motorola, Nokia and Unwired Planet. It aimed primarily to bring together the various wireless technologies in a standardised protocol. In 2002, the WAP Forum was consolidated (along with multiple other forums of the industry) into
Open Mobile Alliance (OMA).
Europe
The first company to launch a WAP site was Dutch
mobile phone
A mobile phone or cell phone is a portable telephone that allows users to make and receive calls over a radio frequency link while moving within a designated telephone service area, unlike fixed-location phones ( landline phones). This rad ...
operator
Telfort BV in October 1999. The site was developed as a side project by Christopher Bee and Euan McLeod and launched with the debut of the
Nokia 7110. Marketers
hyped WAP at the time of its introduction, leading users to expect WAP to have the performance of fixed (non-mobile)
Internet access
Internet access is a facility or service that provides connectivity for a computer, a computer network, or other network device to the Internet, and for individuals or organizations to access or use applications such as email and the World Wide ...
.
BT Cellnet, one of the UK
telecoms, ran an advertising campaign depicting a cartoon WAP user ''surfing'' through a ''
Neuromancer''-like "information space". In terms of speed, ease of use, appearance and interoperability, the reality fell far short of expectations when the first handsets became available in 1999. This led to the wide usage of sardonic phrases such as "Worthless Application Protocol", "Wait And Pay", and WAPlash.
Between 2003 and 2004 WAP made a stronger resurgence with the introduction of wireless services (such as
Vodafone Live!, T-Mobile T-Zones and other easily accessible services). Operator revenues were generated by transfer of
GPRS and
UMTS
The Universal Mobile Telecommunications System (UMTS) is a 3G mobile cellular system for networks based on the GSM standard. UMTS uses Wideband Code Division Multiple Access, wideband code-division multiple access (W-CDMA) radio access technolog ...
data, which is a different business model than used by the traditional Web sites and
ISPs. According to the Mobile Data Association, WAP traffic in the UK doubled from 2003 to 2004.
By the year 2013, WAP use had largely disappeared. Most major companies and websites have since retired from the use of WAP and it has not been a mainstream technology for web on mobile for a number of years.
Most modern handset web browsers now support full HTML, CSS, and most of
JavaScript
JavaScript (), often abbreviated as JS, is a programming language and core technology of the World Wide Web, alongside HTML and CSS. Ninety-nine percent of websites use JavaScript on the client side for webpage behavior.
Web browsers have ...
, and do not need to use any kind of WAP markup for webpage compatibility. The list of handsets supporting HTML is extensive, and includes all Android handsets, all versions of the iPhone handset, all Blackberry devices, all devices running Windows Phone, and multiple Nokia handsets.
Asia
WAP saw major success in Japan. While the largest operator
NTT DoCoMo did not use WAP in favor of its in-house system
i-mode, rival operators
KDDI (
au) and
SoftBank Mobile (previously
Vodafone Japan) both successfully deployed WAP technology. In particular, (
au)'s chakuuta or chakumovie (ringtone song or ringtone movie) services were based on WAP. Like in Europe, WAP and i-mode usage declined in the 2010s as HTML-capable smartphones became popular in Japan.
United States
Adoption of WAP in the
US suffered because a number of cell phone providers required separate activation and additional fees for data support, and also because telecommunications companies sought to limit data access to only approved data providers operating under license of the signal carrier.
In recognition of the problem, the US
Federal Communications Commission
The Federal Communications Commission (FCC) is an independent agency of the United States government that regulates communications by radio, television, wire, internet, wi-fi, satellite, and cable across the United States. The FCC maintains j ...
(FCC) issued an order on 31 July 2007 which mandated that licensees of the 22-megahertz wide "Upper 700 MHz C Block" spectrum would have to implement a wireless platform which allows customers, device manufacturers, third-party application developers, and others to use any device or application of their choice when operating on this particular licensed network band.
Criticism
Commentators criticized several shortcomings of
Wireless Markup Language (WML) and WAP. However, others argued that, given the technological limitations of its time, it succeeded in its goal of providing simple and custom-designed content at a time where most people globally did not have regular internet access. Technical criticisms included:
Isolation from the rest of the web and from non-carrier services
The
idiosyncratic WML language cut users off from the conventional
HTML
Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser. It defines the content and structure of web content. It is often assisted by technologies such as Cascading Style Sheets ( ...
Web, leaving only native WAP content and Web-to-WAP proxi-content available to WAP users.
Many wireless carriers sold their WAP services as "open", in that they allowed users to reach any service expressed in WML and published on the Internet. However, they also made sure that the first page that clients accessed was their own "wireless portal", which they controlled closely.
Some carriers also turned off editing or accessing the address bar in the device's browser. To facilitate users wanting to go off deck, an address bar on a
form on a page linked off the hard coded home page was provided. It makes it easier for carriers to implement filtering of off deck WML sites by URLs or to disable the address bar in the future if the carrier decides to switch all users to a walled garden model. Given the difficulty in typing up fully qualified
URLs on a phone keyboard, most users would give up going "off portal" or out of the
walled garden; by not letting third parties put their own entries on the operators' wireless portal, some contend that operators cut themselves off from a valuable opportunity. On the other hand, some operators argue that their customers would have wanted them to manage the experience and, on such a constrained device, avoid giving access to too many services.
Hardware and hardware specification issues
Under-specification of terminal requirements: The early WAP standards included multiple optional features and under-specified requirements, which meant that compliant devices would not necessarily interoperate properly. This resulted in great variability in the actual behavior of phones, principally because WAP-service implementers and mobile-phone manufacturers did not obtain a copy of the standards or the correct hardware and the standard software modules.
As an example, some phone models would not accept a page more than 1 Kb in size, and some would even crash. The user interface of devices was also underspecified: as an example, accesskeys (e.g., the ability to press '4' to access directly the fourth link in a list) were variously implemented depending on phone models (sometimes with the accesskey number automatically displayed by the browser next to the link, sometimes without it, and sometimes accesskeys were not implemented at all).
Constrained user interface capabilities: Terminals with small black-and-white screens and few buttons, like the early WAP terminals, face difficulties in presenting a lot of information to their user, which compounded the other problems: one would have had to be extra careful in designing the user interface on such a resource-constrained device which was the real concept of WAP.
Development issues
In contrast with web development, WAP development was unforgiving due to the strict requirements of the WML specification and the demands of optimizing for and testing on a wide variety of wireless devices, considerably lengthened the time required to complete most projects. , however, with multiple mobile devices supporting XHTML, and programs such as Adobe Go Live and Dreamweaver offering improved web-authoring tools, it became easier to create content accessible to many more new devices.
Lack of user agent profiling tools: Websites adapt content to fit multiple device models by adapting the pages to their capabilities based on a provided
User-Agent type. However, the development kits which existed for WML did not provide this capability. It quickly became nearly impossible for site hosts to determine if a request came from a mobile device or from a larger more capable device. No useful profiling or database of device capabilities were built into the specifications in the unauthorized non-compliant products.
Neglect of content providers by wireless carriers: Some wireless carriers had assumed a "build it and they will come" strategy, meaning that they would just provide the transport of data as well as the terminals, and then wait for content providers to publish their services on the Internet and make their investment in WAP useful. However, content providers received little help or incentive to go through the complicated route of development. Others, notably in Japan (cf. below), had a more thorough dialogue with their content-provider community, which was then replicated in modern, more successful WAP services such as
i-mode in Japan or the Gallery service in France.
Protocol design lessons from WAP
The original WAP model provided a simple platform for access to web-like WML services and e-mail using mobile phones in Europe and the SE Asian regions. In 2009 it continued to have a considerable user base. The later versions of WAP, primarily targeting the United States market, were designed by Daniel Tilden of Bell Labs for a different requirement - to enable full web XHTML access using mobile devices with a higher specification and cost, and with a higher degree of software complexity.
Considerable discussion has addressed the question whether the WAP protocol design was appropriate.
The initial design of WAP specifically aimed at protocol independence across a range of different protocols (SMS, IP over
PPP over a circuit switched bearer, IP over GPRS, etc.). This has led to a protocol more complex than an approach directly over IP might have caused.
Most controversial, especially for those from the IP side, was the design of WAP over IP. WAP's transmission layer protocol, WTP, uses its own retransmission mechanisms over
UDP to attempt to solve the problem of the inadequacy of TCP over high-packet-loss networks.
See also
Read Networks And Computers Book by Tanenbaum
*
.mobi
*
i-mode
*
Mobile browser
*
Mobile development
*
Mobile web
The mobile web comprises mobile browser-based World Wide Web services accessed from handheld mobile devices, such as smartphones or feature phones, through a mobile network, mobile or other wireless network.
History and development
Traditiona ...
*
RuBee
* WAP Identity Module
*
Wireless transaction protocol
*
WURFL
References
{{Authority control
Open Mobile Alliance standards
Internet protocols
Mobile telecommunications standards