waf an adaptive protocol framework for multihop wireless
play

WAF: An Adaptive Protocol Framework for Multihop Wireless Networks - PowerPoint PPT Presentation

IST-2001-37385 6HOP WAF: An Adaptive Protocol Framework for Multihop Wireless Networks Authors: Christos Koulamas, George Orphanos Intracom S.A. Fabrice Lucas, Sylvie Colin AQL SILICOMP Grp. 1 IST-2001-37385 6HOP MANET Requirements


  1. IST-2001-37385 6HOP WAF: An Adaptive Protocol Framework for Multihop Wireless Networks Authors: Christos Koulamas, George Orphanos Intracom S.A. Fabrice Lucas, Sylvie Colin AQL SILICOMP Grp. 1

  2. IST-2001-37385 6HOP MANET Requirements • Routing Mainly based on shortest-path metric, but other approaches have been also proposed (link-level quality, path congestion). • Appropriate coupling of protocol layers Independent operation of layered protocol state machines leads to non- optimal behaviour. • Interoperability Seamless handling of heterogeneous wireless technologies (802.11 a/b/g, Bluetooth PAN) • Link layer robustness Wireless links exhibit large variations in packet loss rates, latency and throughput 2

  3. IST-2001-37385 6HOP Objective Define a cross-layer design environment (framework) in order to facilitate: • Adaptive solutions in multi-hop routing or other networking protocols • Link-layer robustness and end-to-end performance enhancements • A uniform and extensible way of tuning different parameter spaces of any underlying components by hiding particularities of heterogeneous technologies and performance enhancing approaches 3

  4. IST-2001-37385 6HOP Wireless Adaptation Framework A software architecture for heterogeneous multi-hop networking, to be used either in production devices or to facilitate analysis in evaluation setups. WAF Wireless Terminals WAF Access Point Forwarding Nodes Internet WAF WAF WAF 4

  5. IST-2001-37385 6HOP Standard Node Architecture Network Daemons Ordinary Ordinary Ordinary Application(s) Application(s) Ordinary Daemons Daemon(s) Transport / Network stack Routing Info Control Flow Data Flow Wireless Link(s) 5

  6. IST-2001-37385 6HOP WAF-Enabled Node Architecture Network Daemons Ordinary Ordinary Application(s) Daemons Transport / Network stack Management & Control Routing Info Packet Processing Control Flow Data Flow Wireless Link(s) 6

  7. IST-2001-37385 6HOP WAF-Enabled Node Architecture Network Daemons Ordinary Ordinary Application(s) Adaptation Management Daemons Transport / Network stack Management & Control Routing Info Packet Processing Control Flow Data Flow Wireless Link(s) 7

  8. IST-2001-37385 6HOP WAF Management & Control Part Network Daemons Ordinary Ordinary Application(s) Adaptation Management Daemons Wireless API Module Transport / Network stack Routing Info Packet Processing LLCT(s) LLCT(s) Wireless Link(s) 8

  9. IST-2001-37385 6HOP Logical Link Control Translators (LLCT) • Each LLCT is aware of one technology (e.g. 802.11, Bluetooth), exporting one or more services (e.g. PAN or LAN for Bluetooth, ESS or Ad-Hoc for 802.11) • It masks the OS and some wireless technology peculiarities of the specific driver interfaces, providing a uniform way to manipulate the functions exposed to the Wireless API module. 9

  10. IST-2001-37385 6HOP Wireless API Abstracts access to networking mechanisms and implementations of different operating systems, and to interfaces of different wireless technologies and services, in order to provide a uniform and extensible interface between higher level WAF entities or other WAF-aware applications and lower level WAF functionality, as: • OS specific protocol stack implementations and routing protocol specific structures and tunable parameters • Packet processing, performance enhancing policies and booster specific parameters • Link level configuration parameters, quality measurements and statistics (through the technology specific LLCT modules) 10

  11. IST-2001-37385 6HOP Wireless API : A set of Control Interfaces ifWafHandle Set RTSThreshold ifWaf_802_11_MIB ifWafSystem Set ShortRetryLimit Start ifWaf_802_15_MIB ifWafService Discover Neighbours Set HelloInterval Start Boosting ifWaf_AODV_MIB ifWafConnection Set AllowedHelloLoss Stop Boosting ifWaf_DSR_MIB ifWafNeighbour Set/Get MTU ifWaf_FEC_MIB ifWafServiceMIB Set/Get Address ifWaf_ROHC_MIB 11

  12. IST-2001-37385 6HOP Wireless API : Event delivery ifWafHandle Service Lost Node Detected ifWafService Link Quality Changed ifWafConnection Node Disconnected ifWafNeighbour ifWafServiceMIB 12

  13. IST-2001-37385 6HOP WAF Packet Processing Part Network Daemons Ordinary Ordinary Application(s) Adaptation Management Daemons Transport / Network stack Management & Control Routing Info Packet Filter Boosters Support Boosters Booster(s) Booster(s) Policy Wireless Link(s) 13

  14. IST-2001-37385 6HOP Protocol Boosters Framework (PBF) • Packets Filter module : Provides the interface with the network layers stack; it processes all the incoming and outgoing packets, calling the required protocol boosters. • Boosters Policy module : Maintains tables of the traffic classes and of the current links boosting policies; provides classification for the outgoing packets according to these policies. • Boosters Support module : Acts as the controller / manager of the overall packet processing functionality and its parameters, providing an interface to the higher level parts through which configuration of the boosters policy and the boosters themselves is made possible. 14

  15. IST-2001-37385 6HOP WAF Adaptation Management Part Network Daemons Ordinary Ordinary Manager(s) Application(s) Protocol(s) Agent(s) WAM CM Daemons Transport / Network stack Management & Control Routing Info Packet Processing Wireless Link(s) 15

  16. IST-2001-37385 6HOP WAF Adaptation Management Part • Manager(s) : Perform particular control functions and adaptations on other existing components or protocols. Such functions are configuration, statistics retrieval, event handling, neighbour capability discovery, connection management (e.g. vertical handover), power management, external routing protocol adaptations. • Protocol(s) : Complete implementations of networking protocols, as routing and mobility management protocols, which use the WAF extensions in order to adapt their operation according to the local or network status at any moment. • Agent(s) : Network management agents, with main purpose to extend the accessibility of existing network management protocols (e.g., SNMP) to the new parameters and statistics “namespace” introduced by WAF. 16

  17. IST-2001-37385 6HOP Adaptation to link conditions • Detection of lost connections Applications • Periodical measurement of link W WAM CM 3 M 2 quality • According to SNR/Rate, 1 TCP UDP adaptation of parameters Wireless API for boosters (WAM) IP • Update of boosting policy 2 W L in the PBF C PBF 4 4 LLCT LLCT 5 • Downstream traffic P 3 FEC P • Call of the suitable boosters RoHC 4 with their relevant parameters Wireless MAC MAC 5 drivers • Transmission 1 17

  18. IST-2001-37385 6HOP Boosting process • WAF header, embedded on each Ethernet packet • Carry the list of boosters and their parameters • Protected by a CRC • Extensible scheme • Lightweight overhead (few bytes) Id Len Id Params Params Mod1 Mod1 Mod2 Mod1 Mod2 1 1 1 Ethernet hdr WAF Mod1 Mod2 CRC Data (Type WAF) hdrlen Info Info 14 1 x y 2 18

  19. IST-2001-37385 6HOP Conclusions • Introduction of the Wireless Adaptation Framework (WAF) as enabling technology that allows optimizations in multihop environments, by supporting: • cross-layer protocol interactions • adaptation of routing and application protocols to link and network conditions • dynamic protocol boosting activation / deactivation • uniform control interface to underlying wireless interfaces and protocol machinery 19

  20. IST-2001-37385 6HOP Thank you 20

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend