wap協(xié)議及其網(wǎng)關(guān)技術(shù)的研究實(shí)現(xiàn)探討.doc
約56頁DOC格式手機(jī)打開展開
wap協(xié)議及其網(wǎng)關(guān)技術(shù)的研究實(shí)現(xiàn)探討,本文共56頁,3.8萬余字摘要本文主要介紹了作者在wap(無線應(yīng)用協(xié)議)網(wǎng)關(guān)的設(shè)計(jì)和開發(fā)中所作的工作,包括wap的原理分析,網(wǎng)關(guān)關(guān)鍵技術(shù)的分析和解決,以及wap網(wǎng)關(guān)的設(shè)計(jì)與實(shí)現(xiàn)。wap編程模型類似www編程模型,采用基于www通信協(xié)議的標(biāo)準(zhǔn)來傳送消息,應(yīng)用于移動(dòng)終端的微瀏覽器和標(biāo)準(zhǔn)的web瀏覽器也非常相似。wap定義了...
![](http://img.queshao.com/images/pcgzh.gif)
![](http://preview.queshao.com/tobuy/34430.gif)
內(nèi)容介紹
此文檔由會(huì)員 bshhty 發(fā)布
本文共56頁,3.8萬余字
摘要
本文主要介紹了作者在WAP(無線應(yīng)用協(xié)議)網(wǎng)關(guān)的設(shè)計(jì)和開發(fā)中所作的工作,包括WAP的原理分析,網(wǎng)關(guān)關(guān)鍵技術(shù)的分析和解決,以及WAP網(wǎng)關(guān)的設(shè)計(jì)與實(shí)現(xiàn)。
WAP編程模型類似WWW編程模型,采用基于WWW通信協(xié)議的標(biāo)準(zhǔn)來傳送消息,應(yīng)用于移動(dòng)終端的微瀏覽器和標(biāo)準(zhǔn)的Web瀏覽器也非常相似。WAP定義了無線標(biāo)記語言WML以及WMLScript用于組織WAP應(yīng)用的內(nèi)容,還定義了適合于無線環(huán)境的通信協(xié)議棧 WSP/WTP/WTLS。
在WAP的編程模型中,客戶端(手機(jī))與服務(wù)器分別處在不同的網(wǎng)絡(luò)中,并使用不同的通信協(xié)議,為此引入了WAP網(wǎng)關(guān)以實(shí)現(xiàn)網(wǎng)絡(luò)互連及協(xié)議轉(zhuǎn)換等其它功能。
WAP網(wǎng)關(guān)的主要工作是將用戶終端側(cè)的WAP協(xié)議和內(nèi)容服務(wù)器側(cè)的HTTP協(xié)議互相轉(zhuǎn)換,從而實(shí)現(xiàn)用戶終端和內(nèi)容服務(wù)器的通信。
同時(shí),WAP網(wǎng)關(guān)在將來自內(nèi)容服務(wù)器的WML和WMLScript文件送到用戶終端之前,必須對(duì)它們進(jìn)行編譯,轉(zhuǎn)換成傳輸效率更高的二進(jìn)制格式,而WWW編程模型中消息以文本格式傳送,傳輸效率低下。
WAP無線承載和安全性實(shí)現(xiàn)是直接關(guān)系到WAP網(wǎng)關(guān)性能的關(guān)鍵技術(shù),設(shè)計(jì)網(wǎng)關(guān)時(shí)必須重點(diǎn)考慮。
關(guān)鍵字:WAP,無線互聯(lián)網(wǎng),移動(dòng)互聯(lián)網(wǎng),WAP網(wǎng)關(guān),GPRS,WTLS
Abstract
This thesis addresses what author has done to analyse, design and implement the WAP gateway. including protocol definition, key technology analysis and resolution, and WAP gateway design and implementation.
The WAP programming model is similar to the WWW programming model, message is transported using a set of standard communication protocols based on WWW. A micro browser in the wireless terminal is analogous to a standard web browser. WML&WMLScript are defined to organize the content of WAP application. and the communication protocols -- WSP/WTP/WTLS, are optimized for wireless environment.
WAP gateway was adopted to connect the wireless domain and the WWW. WAP Gateway typically comprises the following functions:
Protocol translation function – This function translates requests from the WAP protocol stack (WSP, WTP,WTLS, and WDP) to the WWW protocol stack (HTTP and TCP/IP), and vice versa.
Content Encoding and Decoding function – The content encoding function translate WAP content into compact encoded formats to reduce the size of data over the network.
WAP wireless bearer and security implementation are key technologies which directly related to the gateway performance, so should be thought much.
Key word :WAP,Wirless Internet,Mobile Internet,WAP Gateway,GPRS,WTLS
目錄
第一章 引言 3
第二章 WAP基本概念與編程模型 4
2.1 WAP基本概念 4
2.2 WWW編程模型和WAP編程模型的比較 5
2.3 WAP的編程模型簡析 6
第三章 WAP協(xié)議的分析和研究 8
3.1 WAP協(xié)議棧的系統(tǒng)結(jié)構(gòu) 8
3.2 WAP協(xié)議棧各層協(xié)議功能描述 8
3.2.1 WDP層功能描述 8
3.2.2 WTLS層描述 10
3.2.3 WTP層描述 14
3.2.4 WSP層描述 15
3.2.5 WAE無線應(yīng)用環(huán)境 16
第四章 WAP關(guān)鍵技術(shù)的研究和實(shí)現(xiàn)策略 18
4.1 WAP的無線承載 18
4.1.1 CSD介紹 19
4.1.2 CSD的傳輸路徑 19
4.1.3 WAP在CSD上的實(shí)現(xiàn) 20
4.1.4 SMS介紹 25
4.1.5 SMS基本網(wǎng)絡(luò)結(jié)構(gòu) 25
4.1.6 WAP在SMS上的實(shí)現(xiàn) 26
4.1.7 GPRS網(wǎng)絡(luò)組成 28
4.1.8 GPRS的特性 28
4.1.9 GPRS的局限性 30
4.1.10 WAP在GRPS上的實(shí)現(xiàn) 31
4.1.11 WAP無線承載方案總結(jié) 31
4.2 WAP安全方案分析比較 33
4.2.1 WTLS和SSL實(shí)現(xiàn)的區(qū)別 33
4.2.2 WTLS端到端的安全 33
第五章 WAP網(wǎng)關(guān)總體設(shè)計(jì) 37
5.1 WAP網(wǎng)關(guān)的功能概述 37
5.2 WAP網(wǎng)關(guān)的設(shè)計(jì)和實(shí)現(xiàn)方案 39
5.2.1 需求描述 39
5.2.2系統(tǒng)運(yùn)行邏輯關(guān)系 39
5.2.3系統(tǒng)設(shè)計(jì)要點(diǎn) 40
5.2.4系統(tǒng)結(jié)構(gòu)及功能 41
第六章 WAP網(wǎng)關(guān)系統(tǒng)實(shí)現(xiàn) 43
6.1 WAP網(wǎng)關(guān)系統(tǒng)實(shí)現(xiàn)環(huán)境 43
6.2 關(guān)鍵算法和處理 43
6.2.1 WDP層對(duì)承載層的適配 43
6.2.2負(fù)荷平衡算法 43
6.2.3計(jì)費(fèi)處理 44
6.3 本人完成的工作量 44
6.4 系統(tǒng)應(yīng)用評(píng)價(jià) 44
第七章 結(jié)束語 46
第八章 參考文獻(xiàn) 48
索引 50
附錄 52
WAP的業(yè)務(wù)描述語言——WML 52
第八章 參考文獻(xiàn)
《Wireless Application Protocol Architecture Specification, Version 30-Apr-1998》, WAP Forum
《Wireless Application Protocol Push Access Protocol, Version 08-Nov-1999》, WAP Forum
……………………………………………………………………………………………………
20.《WAP——移動(dòng)互聯(lián)網(wǎng)》,詹舒波等, 北京郵電大學(xué)出版社
21.《WAP網(wǎng)關(guān)的研究與設(shè)計(jì)》,袁曉華、鄭小宇等
22.《幾種WAP承載方式的比較》,袁曉華、鄭小宇等,現(xiàn)代電信科技2001/2
23.《SSL/TLS/WTLS原理》,支學(xué)勇,綠盟周刊
24.《現(xiàn)代移動(dòng)通信系統(tǒng)》,祁玉生、邵世祥,人民郵電出版社
摘要
本文主要介紹了作者在WAP(無線應(yīng)用協(xié)議)網(wǎng)關(guān)的設(shè)計(jì)和開發(fā)中所作的工作,包括WAP的原理分析,網(wǎng)關(guān)關(guān)鍵技術(shù)的分析和解決,以及WAP網(wǎng)關(guān)的設(shè)計(jì)與實(shí)現(xiàn)。
WAP編程模型類似WWW編程模型,采用基于WWW通信協(xié)議的標(biāo)準(zhǔn)來傳送消息,應(yīng)用于移動(dòng)終端的微瀏覽器和標(biāo)準(zhǔn)的Web瀏覽器也非常相似。WAP定義了無線標(biāo)記語言WML以及WMLScript用于組織WAP應(yīng)用的內(nèi)容,還定義了適合于無線環(huán)境的通信協(xié)議棧 WSP/WTP/WTLS。
在WAP的編程模型中,客戶端(手機(jī))與服務(wù)器分別處在不同的網(wǎng)絡(luò)中,并使用不同的通信協(xié)議,為此引入了WAP網(wǎng)關(guān)以實(shí)現(xiàn)網(wǎng)絡(luò)互連及協(xié)議轉(zhuǎn)換等其它功能。
WAP網(wǎng)關(guān)的主要工作是將用戶終端側(cè)的WAP協(xié)議和內(nèi)容服務(wù)器側(cè)的HTTP協(xié)議互相轉(zhuǎn)換,從而實(shí)現(xiàn)用戶終端和內(nèi)容服務(wù)器的通信。
同時(shí),WAP網(wǎng)關(guān)在將來自內(nèi)容服務(wù)器的WML和WMLScript文件送到用戶終端之前,必須對(duì)它們進(jìn)行編譯,轉(zhuǎn)換成傳輸效率更高的二進(jìn)制格式,而WWW編程模型中消息以文本格式傳送,傳輸效率低下。
WAP無線承載和安全性實(shí)現(xiàn)是直接關(guān)系到WAP網(wǎng)關(guān)性能的關(guān)鍵技術(shù),設(shè)計(jì)網(wǎng)關(guān)時(shí)必須重點(diǎn)考慮。
關(guān)鍵字:WAP,無線互聯(lián)網(wǎng),移動(dòng)互聯(lián)網(wǎng),WAP網(wǎng)關(guān),GPRS,WTLS
Abstract
This thesis addresses what author has done to analyse, design and implement the WAP gateway. including protocol definition, key technology analysis and resolution, and WAP gateway design and implementation.
The WAP programming model is similar to the WWW programming model, message is transported using a set of standard communication protocols based on WWW. A micro browser in the wireless terminal is analogous to a standard web browser. WML&WMLScript are defined to organize the content of WAP application. and the communication protocols -- WSP/WTP/WTLS, are optimized for wireless environment.
WAP gateway was adopted to connect the wireless domain and the WWW. WAP Gateway typically comprises the following functions:
Protocol translation function – This function translates requests from the WAP protocol stack (WSP, WTP,WTLS, and WDP) to the WWW protocol stack (HTTP and TCP/IP), and vice versa.
Content Encoding and Decoding function – The content encoding function translate WAP content into compact encoded formats to reduce the size of data over the network.
WAP wireless bearer and security implementation are key technologies which directly related to the gateway performance, so should be thought much.
Key word :WAP,Wirless Internet,Mobile Internet,WAP Gateway,GPRS,WTLS
目錄
第一章 引言 3
第二章 WAP基本概念與編程模型 4
2.1 WAP基本概念 4
2.2 WWW編程模型和WAP編程模型的比較 5
2.3 WAP的編程模型簡析 6
第三章 WAP協(xié)議的分析和研究 8
3.1 WAP協(xié)議棧的系統(tǒng)結(jié)構(gòu) 8
3.2 WAP協(xié)議棧各層協(xié)議功能描述 8
3.2.1 WDP層功能描述 8
3.2.2 WTLS層描述 10
3.2.3 WTP層描述 14
3.2.4 WSP層描述 15
3.2.5 WAE無線應(yīng)用環(huán)境 16
第四章 WAP關(guān)鍵技術(shù)的研究和實(shí)現(xiàn)策略 18
4.1 WAP的無線承載 18
4.1.1 CSD介紹 19
4.1.2 CSD的傳輸路徑 19
4.1.3 WAP在CSD上的實(shí)現(xiàn) 20
4.1.4 SMS介紹 25
4.1.5 SMS基本網(wǎng)絡(luò)結(jié)構(gòu) 25
4.1.6 WAP在SMS上的實(shí)現(xiàn) 26
4.1.7 GPRS網(wǎng)絡(luò)組成 28
4.1.8 GPRS的特性 28
4.1.9 GPRS的局限性 30
4.1.10 WAP在GRPS上的實(shí)現(xiàn) 31
4.1.11 WAP無線承載方案總結(jié) 31
4.2 WAP安全方案分析比較 33
4.2.1 WTLS和SSL實(shí)現(xiàn)的區(qū)別 33
4.2.2 WTLS端到端的安全 33
第五章 WAP網(wǎng)關(guān)總體設(shè)計(jì) 37
5.1 WAP網(wǎng)關(guān)的功能概述 37
5.2 WAP網(wǎng)關(guān)的設(shè)計(jì)和實(shí)現(xiàn)方案 39
5.2.1 需求描述 39
5.2.2系統(tǒng)運(yùn)行邏輯關(guān)系 39
5.2.3系統(tǒng)設(shè)計(jì)要點(diǎn) 40
5.2.4系統(tǒng)結(jié)構(gòu)及功能 41
第六章 WAP網(wǎng)關(guān)系統(tǒng)實(shí)現(xiàn) 43
6.1 WAP網(wǎng)關(guān)系統(tǒng)實(shí)現(xiàn)環(huán)境 43
6.2 關(guān)鍵算法和處理 43
6.2.1 WDP層對(duì)承載層的適配 43
6.2.2負(fù)荷平衡算法 43
6.2.3計(jì)費(fèi)處理 44
6.3 本人完成的工作量 44
6.4 系統(tǒng)應(yīng)用評(píng)價(jià) 44
第七章 結(jié)束語 46
第八章 參考文獻(xiàn) 48
索引 50
附錄 52
WAP的業(yè)務(wù)描述語言——WML 52
第八章 參考文獻(xiàn)
《Wireless Application Protocol Architecture Specification, Version 30-Apr-1998》, WAP Forum
《Wireless Application Protocol Push Access Protocol, Version 08-Nov-1999》, WAP Forum
……………………………………………………………………………………………………
20.《WAP——移動(dòng)互聯(lián)網(wǎng)》,詹舒波等, 北京郵電大學(xué)出版社
21.《WAP網(wǎng)關(guān)的研究與設(shè)計(jì)》,袁曉華、鄭小宇等
22.《幾種WAP承載方式的比較》,袁曉華、鄭小宇等,現(xiàn)代電信科技2001/2
23.《SSL/TLS/WTLS原理》,支學(xué)勇,綠盟周刊
24.《現(xiàn)代移動(dòng)通信系統(tǒng)》,祁玉生、邵世祥,人民郵電出版社
TA們正在看...
- 優(yōu)秀統(tǒng)計(jì)自查報(bào)告范文5篇.doc
- 優(yōu)秀網(wǎng)絡(luò)警察述職報(bào)告范文5篇.doc
- 優(yōu)秀職員工作報(bào)告范文5篇.doc
- 優(yōu)秀藥店實(shí)習(xí)報(bào)告3000字5篇.doc
- 優(yōu)秀設(shè)計(jì)畢業(yè)實(shí)習(xí)報(bào)告5篇.doc
- 優(yōu)秀證券公司實(shí)習(xí)報(bào)告范文5篇.doc
- 優(yōu)秀試用期辭職報(bào)告范文5篇.doc
- 優(yōu)秀財(cái)務(wù)人員述職報(bào)告范文5篇.doc
- 優(yōu)秀財(cái)務(wù)出納辭職報(bào)告范文5篇.doc
- 優(yōu)秀財(cái)務(wù)總監(jiān)辭職報(bào)告范文5篇.doc