版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、2020/10/1,1,校園無線網路技術與應用發展,Sheng-Tzong Cheng 鄭憲宗 .tw .tw 06-2757575 ext. 62529,2020/10/1,成大資訊 鄭憲宗,2,Outline,無線區域網路 IEEE 802.11 無線應用通訊協定 WAP,2020/10/1,成大資訊 鄭憲宗,3,無線區域網路通訊協定 Wireless Local Area Network (IEEE 802.11),2020/10/1,成大資訊 鄭憲宗,4,無線區域網路標準-IEEE 802.11,S
2、pecifies a single Medium Access Control (MAC) sublayer and 3 Physical Layer Specifications. Stations can operate in two configurations : Ad-hoc mode Infrastructure mode Three PHY specifications Frequency Hopping Spread Spectrum (FHSS). Direct Sequence Spread Spectrum (DSSS). Infrared PHY.,2020/10/1,
3、成大資訊 鄭憲宗,5,IEEE 802.11規範,IEEE Project 802 Charter: Local 40% : 60% (2005),2020/10/1,成大資訊 鄭憲宗,35,全球無線通訊用戶成長,2020/10/1,成大資訊 鄭憲宗,36,預估未來WAP手機的佔有率,2020/10/1,成大資訊 鄭憲宗,37,2020/10/1,成大資訊 鄭憲宗,38,2020/10/1,成大資訊 鄭憲宗,39,手持型元件之延革,2020/10/1,成大資訊 鄭憲宗,40,2020/10/1,成大資訊 鄭憲宗,41,bring the internet content and advance
4、d services to 後PC 時代之users create a global wireless protocol to work across differing wireless network technologies enable applications to scale across a variety of transport options and device types,Whats WAP for?,2020/10/1,成大資訊 鄭憲宗,42,What is defined in WAP?,Micro-Browser Scripting to enhance MS c
5、apabilities WTA/WTAI for telephone functionality (e.g. call chains) Content Formats business card (vCard ) calendar event (vCalendar ) Layered Telecommunication Stack,2020/10/1,成大資訊 鄭憲宗,43,Comparison,2020/10/1,成大資訊 鄭憲宗,44,2020/10/1,成大資訊 鄭憲宗,45,Goals for WTP (WAP v1.1),a common interface to physical
6、transport mechanisms provide a port- based abstract interface to upper layer protocols allow applications designed independent from specific transports extensible to a variety of digital wireless networks and future transport options,2020/10/1,成大資訊 鄭憲宗,46,Goals for WTP (cont.),supports connection- o
7、riented, transaction, and datagram modes optimize for narrow to medium bandwidth channels to be capable of implementation in a low memory footprint, suitable for standard or low- IQ handsets,2020/10/1,成大資訊 鄭憲宗,47,Requirements for WTP,WTP/ C provides a reliable connection- oriented service to the upp
8、er layer WTP/ T provides a reliable transaction- oriented service suitable for web browsing WTP/ D provides a datagram service lightweight : implementable in = 10Kb (low memory / computational needs),2020/10/1,成大資訊 鄭憲宗,48,WTP/D features (WDP in WAP v 1.2),WTP/ D (Datagram) provides a connection- les
9、s, unreliable datagram service WTP/ D is replaced by UDP when used over an IP network layer. uses the Service Primitive T- UnitData. req .ind,2020/10/1,成大資訊 鄭憲宗,49,WAP v 1.2,2020/10/1,成大資訊 鄭憲宗,50,WTP/T features (WTP in WAP v 1.2),WTP/ T (Transaction) provides reliable data transfer based on request/
10、 reply paradigm no explicit connection setup or tear down data carried in first packet of protocol exchange seeks to reduce 3- way handshake on initial request,2020/10/1,成大資訊 鄭憲宗,51,WTP/T features (cont.),supports retransmission of lost packets selective- retransmission segmentation / re- assembly p
11、ort number addressing (specific to WTP/ T) flow control message oriented (not stream) supports an Abort function for outstanding requests,2020/10/1,成大資訊 鄭憲宗,52,Wireless Session Protocol,WSP/ B provides upper layers with session services and management WSP/ B Provides semantics and mechanisms based o
12、n HTTP 1.1 WSP provides means to : establish a reliable session from client to server agree on common level of protocol functionality by capability negotiation compact encoding suspend and resume,2020/10/1,成大資訊 鄭憲宗,53,WSP features,HTTP 1.1 functionality Exchange of client and server session headers
13、Interrupt mechanism for transactions in process Content Push from server to client Negotiation for multiple, simultaneous asynchronous transactions,2020/10/1,成大資訊 鄭憲宗,54,WTLS Record Protocol,4 record protocol clients: The handshake protocol The change cipher spec protocol The alert protocol The appl
14、ication data protocol WTLS connection state : the operating environment for record protocol compression/ encryption algorithm MAC algorithm - keys,2020/10/1,成大資訊 鄭憲宗,55,Record Protocol Usage,Handshake protocol Negotiate secure attributes of a secure session authentication, security parameter setting
15、s Change cipher spec protocol Signal transitions in ciphering strategies sent before verifying finished message Alert protocol convey the severity of the message and a description of the alert,2020/10/1,成大資訊 鄭憲宗,56,Wireless Application Environment (WAE),An Internet (WWW) programming model Vendor- co
16、ntrolled MMI Initial focus on phones Slow bearers Small memory Limited CPU Small screen Limited input model,2020/10/1,成大資訊 鄭憲宗,57,WAE Components,Architecture Application model Browser, Gateway, Content Server WML (Wireless Markup Language) Display language WMLScript Scripting language Content Format
17、s Data exchange,2020/10/1,成大資訊 鄭憲宗,58,WAE In- Device Architecture,2020/10/1,成大資訊 鄭憲宗,59,WML,Tag- based browsing language: Screen management (text, images) Data input (text, selection lists, etc.) Hyperlinks & navigation support Syntax: W3C XML (SGML derivative) Inherits technology from HDML and HTML
18、,2020/10/1,成大資訊 鄭憲宗,60,WML (cont.),Card metaphor User interactions are split into cards Navigation occurs between cards State management and variables Reduce network traffic Results in better caching Explicit inter- card navigation model Hyperlinks UI Event handling History,2020/10/1,成大資訊 鄭憲宗,61,WML
19、 Example, Welcome! Enter name: speed: Fast Slow ,2020/10/1,成大資訊 鄭憲宗,62,WMLScript,Scripting language: Procedural logic, loops, conditionals, etc. Optimized for small- memory, small- cpu devices Derived from JavaScript Integrated with WML Powerful extension mechanism Reduces overall network traffic,20
20、20/10/1,成大資訊 鄭憲宗,63,WMLScript (cont.),Bytecode-based virtual machine Stack-oriented design ROM-able Designed for simple, low-impact implementation Compiler in network Better network bandwidth use Better use of terminal memory/ cpu,2020/10/1,成大資訊 鄭憲宗,64,2020/10/1,成大資訊 鄭憲宗,65,2020/10/1,成大資訊 鄭憲宗,66,2020/10/1,成大資訊 鄭憲宗,67,WAP Gateway,2020/10/1,成大資訊 鄭憲宗,68,WAP Application Server,2020/10/1,成大資訊 鄭憲宗,69,2020/10/1,成大資訊 鄭憲宗,70,WAP Push Technology,2020/10/1,成大資訊 鄭憲宗,71,WAP怎麼了?,歐洲在兩年內至少應有10億
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 用户情感营销与品牌忠诚度提升-洞察与解读
- 业绩预期模型新探索:除了分析师预期我们还有什么预期
- 区块链技术驱动的药品供应链去中心化研究-洞察与解读
- 2026年四川省内江市事业单位公开选调工作人员考试(职业能力测试)综合练习题及答案
- 基于AR的沉浸式绘画艺术探索-洞察与解读
- 健康食品的绿色生产工艺研究-洞察与解读
- 基于深度学习的电子病历异常模式识别-洞察与解读
- 乳化剂在植物性烘焙原料中的应用探讨-洞察与解读
- 区块链在电商物流中的智能合约应用-洞察与解读
- 2026八年级物理下册第九章压强拔尖检测习题课件新版新人教版
- 泌尿系结石中西医结合治疗
- 农网配电营业工考试(综合柜员高级技师)习题库(2025-2)
- 2025年浙江高中信息技术学业水平考试卷试题(含答案详解)
- 员工雇佣合同管理规范
- 工业设备接口技术应用与维护
- 《土木工程智能施工》课件 第3章 土方作业辅助工程-土壁支护2
- 学堂在线 大数据机器学习 期末考试答案
- 油品安全特性培训内容课件
- 《养老机构智慧运营与管理》智慧健康养老服务与管理专业全套教学课件
- 中国环境保护法讲解
- 工程部门工作汇报
评论
0/150
提交评论