Service Indication Consideration of aq

Slides:



Advertisements
Similar presentations
Doc.: IEEE /1313r0 Agenda November 2013 Stephen McCann, BlackberrySlide 1 TGaq Mini Tutorial Date: Authors:
Advertisements

Submission doc.: IEEE 11-14/0877r0 July 2014 SK Yong et.al., AppleSlide 1 Generic Service Discovery Proposal: Dynamic Bloom Filter Operation Date:
Submission doc.: IEEE 11-14/0877r2 July 2014 SK Yong et.al., AppleSlide 1 Generic Service Discovery Proposal: Dynamic Bloom Filter Operation Date:
Doc.: IEEE /1313r1 Submission November 2013 Stephen McCann, BlackberrySlide 1 TGaq Mini Tutorial Date: Authors:
Doc.: IEEE /1313r2 Submission November 2013 Stephen McCann, BlackberrySlide 1 TGaq Mini Tutorial Date: Authors:
Doc.: IEEE /0067r0 Submission Jan 2014 Ping FANG, HuaweiSlide 1 Service Discovery for UPnP Printer Date: Authors:
Doc.: IEEE /1313r4 Submission November 2013 Stephen McCann, BlackberrySlide 1 TGaq Mini Tutorial Date: Authors:
CS240: Advanced Programming Concepts
Access Control Mechanism for FILS
Complex Geometry Visualization TOol
Security and Privacy Consideration of aq
Service discovery architecture for TGaq
WUR MAC issues follow-up
BSSID Information in FCS
WUR frame format follow-up
Improve Scanning for Identifying Transmitted BSSID
WUR Discovery Frame Content
WUR Discovery Frame Content
WUR frame format follow-up
WUR frame format follow-up
Advertising WUR Discovery Frame Related Info for Fast Scanning
Further considerations on WUR frame format
WUR Discovery Frame Content
Using saved IP to make a connection
Pre-association Service Discovery Use Cases
WUR Discovery Frame Content
GAS procedure in TGai Date: Authors: Mar 2012 Month Year
Access Control Mechanism for FILS
WUR MAC issues follow-up
Further considerations on WUR frame format
Vendor Specific WUR Frame Follow Up
WUR Discovery Frame Content
WUR MAC and Wakeup Frame
Wakeup Frame Format Date: Authors: Sept 2017 Liwen Chu
WUR Discovery Frame Content
Providing Faster GAS Response
BSSID Information in FCS
BSSID Information in FCS
WUR frame format follow-up
WUR Discovery Frame Content
Discussion on CR for CID 5066
Discussion on Group ID Structure
WUR frame format follow-up
Access Control Mechanism for FILS
Month Year doc.: IEEE yy/xxxxr0
Further considerations on WUR frame format
TGaq Mini Tutorial Date: Authors: November 2013
Advertising WUR Discovery Frame Related Info for Fast Scanning
WUR frame format follow-up
WUR Discovery Frame Content
Service Update Indicator
Access Control Mechanism for FILS
Service Discovery Using JSON for aq
Wakeup Frame Format Date: Authors: Jan 2017 Liwen Chu
Two step service discovery for TGaq
Broadcast Service Advertisements
Wakeup Frame Format Date: Authors: Sept 2017 Liwen Chu
WUR MAC and Wakeup Frame
Nov 2008 doc.: IEEE yy/xxxxr0 July 2012
Discussion on Group ID Structure
Wakeup Frame Format Date: Authors: Sept 2017 Liwen Chu
Month Year doc.: IEEE yy/xxxxr0
WUR MAC and Wakeup Frame
Scanning from Specific Channel
Broadcast Service Advertisements
Fast passive scan for FILS
Reducing Overhead in Active Scanning
GAS procedure in TGai Date: Authors: May 2012 Month Year
Reducing Overhead in Active Scanning
Providing Faster GAS Response
Presentation transcript:

Service Indication Consideration of 802.11aq 2018/7/3 May. 2014 Service Indication Consideration of 802.11aq Date: 2014-4-30 Authors: Name Affiliations Address Phone email Dapeng Liu CMCC Beijing, China +86 13911788933 liudapeng@chinamobile.com Dapeng Liu (CMCC) Dapeng Liu (CMCC)

2018/7/3 May. 2014 Abstract This document discuss the service indication consideration of 802.11aq. Dapeng Liu (CMCC) Dapeng Liu (CMCC)

May. 2014 Background 802.11aq trying to define service discovery mechanism before association. Service indication is a very important hint information for 802.11aq. 802.11aq should provides enough scalability and flexibility for service indication. Dapeng Liu (CMCC)

Analysis of current service indication proposals May. 2014 Analysis of current service indication proposals Current Service Indication Proposals Service bit map Service hash UPnP Bonjour … … 1 Bit 1 Bit 2 Bit 3 Bit 4 Service bitmap Dapeng Liu (CMCC)

Problems of Scalability and Flexibility of Service Indication May. 2014 Problems of Scalability and Flexibility of Service Indication Services that are available in a WLAN network may change frequently. New type of services may be developed and deployed in WLAN network frequently. Example: Operator provided VoIP service only available in operator deployed WLAN network There is no existing service type for “VoIP” Problem: Using current service indication solution may require a long time to define a new service type and been adopted by both AP and terminal vendors. It is not human readable, any new extensions depends on standards work; difficult for deployment. Dapeng Liu (CMCC)

May. 2014 Solution Discussion JSON (JavaScript Object Notation) is a lightweight data-interchange format Easy for machine to parse and generate  It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999 Easy to extend Can we use JSON for service indication? Pros Enough flexibility Cons overhead Dapeng Liu (CMCC)

Solution Discussion JSON example { “service”:{ “type”: “printer” May. 2014 Solution Discussion JSON example { “service”:{ “type”: “printer” “type”: “voip” } Dapeng Liu (CMCC)

Solution Discussion How to reduce the overhead May. 2014 Solution Discussion How to reduce the overhead Service indication works in a query/response fashion Query of service only triggered by STA. AP beacon only indicates support of 11aq. STA knows whether 11aq is supported by current network from AP beacons. STA send service query JSON to AP. AP send service response to STA using JSON. AP decide whether to proceed further steps for service detail query. Dapeng Liu (CMCC)

Solution discussion Example of service discovery using JSON May. 2014 STA 11aq support indication AP Service query Service response (JSON) Local service db Local Service Database Configuration Interface { “service”:{“type”: “printer”, “type”: “voip”}} Further Service Query (Optional) Network Selection Dapeng Liu (CMCC)

May. 2014 Q&A Dapeng Liu (CMCC)