Complexity. An introduction to protocol chaos. Andrés Blanco. CC License - Swtiruty Rgbytw

Size: px
Start display at page:

Download "Complexity. An introduction to protocol chaos. Andrés Blanco. CC License - Swtiruty Rgbytw"

Transcription

1 Complexity An introduction to protocol chaos Andrés Blanco CC License - Swtiruty Rgbytw

2 Motivation it s everywhere

3 Motivation Radio frequency has no defined boundaries CC License - Kirthiga

4 Motivation IEEE IEEE k IEEE IEEE a IEEE n IEEE aa IEEE b IEEE p IEEE ac IEEE c IEEE r IEEE ad IEEE d IEEE s IEEE ae IEEE e IEEE T IEEE af IEEE F IEEE u IEEE mc IEEE g IEEE v IEEE ah IEEE h IEEE w IEEE ai IEEE i IEEE y IEEE aj IEEE j IEEE z protocol is growing and constantly changing

5 Motivation is growing and constantly changing

6 Motivation Managed P2P Master Wireless NICs usually support more than one mode

7 Introduction Management Association Request Association Response Reassociation Request Reassociation Response Probe Request Probe Response Beacon ATIM Disassociation Authentication Deauthentication Action Control Block ACK Request Block ACK PS-Poll RTS CTS ACK CF-End CF-End+CF-ACK Data Data Data+CF-ACK Data+CF-Poll Data+CF-ACK+CF-Poll Null CF-ACK CF-Poll CF-ACK+CF-Poll QoS data QoS data+cf-ack QoS data+cf-poll QoS data+cf-ack+cf-poll QoS Null QoS+CF-Poll QoS+CF-ACK frame types and subtypes

8 Introduction Management Association Request Association Response Reassociation Request Reassociation Response Probe Request Probe Response Beacon ATIM Disassociation Authentication Deauthentication Action Control Block ACK Request Block ACK PS-Poll RTS CTS ACK CF-End CF-End+CF-ACK Data Data Data+CF-ACK Data+CF-Poll Data+CF-ACK+CF-Poll Null CF-ACK CF-Poll CF-ACK+CF-Poll QoS data QoS data+cf-ack QoS data+cf-poll QoS data+cf-ack+cf-poll QoS Null QoS+CF-Poll QoS+CF-ACK frame types and subtypes

9 Introduction Station Beacon Probe Request Probe Response Access Point Access Point Station Authentication Authentication Access Point Station Station Association Request Association Response Data Data Access Point Access Point Association process

10 Introduction MAC Header Frame Control Duration Destination Source BSSID Seq Control 2 bytes 2 bytes 6 bytes 6 bytes 6 bytes 2 bytes Body FCS N bytes 4 bytes Management frame structure

11 Introduction Type Length Value 1 byte 1 byte N bytes Information elements are variable-length components

12 Introduction Type 0x00 Length 0x?? Value SSID 1 byte 1 byte N bytes SSID information element

13 Introduction Type 0x30 Length 0x?? Version Group Cipher Suite Pairwise Cipher Suite Count Pairwise Cipher Suite Auth. Suite Count 1 byte 1 byte 2 bytes 4 bytes 2 bytes 4 x N bytes 2 bytes Auth. Suite RSN Capa. PMK Count PMK List 4 x N bytes 2 bytes 2 bytes 16 x N bytes RSN information element

14 Length Nonsense Type 0x30 Length 0x?? Version Group Cipher Suite Pairwise Cipher Suite Count Pairwise Cipher Suite Auth. Suite Count 1 byte 1 byte 2 bytes 4 bytes 2 bytes 4 x N bytes 2 bytes Auth. Suite RSN Capa. PMK Count PMK List 4 x N bytes 2 bytes 2 bytes 16 x N bytes CVE affected at least 15 different vendors

15 Cisco

16 Cisco If Aironet IE support is enabled, the access point sends an Aironet IE 0x85 (which contains the access point name, load, number of associated clients, and so on) in the beacon and probe responses of this WLAN, and the controller sends Aironet IEs 0x85 and 0x95 (which contains the management IP address of the controller and the IP address of the access point) in the reassociation response if it receives Aironet IE 0x85 in the reassociation request. CCX Cisco documentation

17 Cisco BSS Access Point 1 Access Point 2 reassociation Station roaming

18 Cisco Access Point name and number of associated clients

19 Cisco Fake reassociation request frame

20 Cisco Reassociation response frame

21 Cisco Wireless Network Traffic could be displayed during the demo. Please disable Wi-Fi if you don t want to be part of it.

22 WiFi Alliance

23 WiFi Alliance Wi-Fi Protected Setup is an optional certification program based on technology designed to ease the setup of security-enabled Wi-Fi networks in home and small office environments. Wi-Fi Protected Setup supports methods (pushing a button, entering a PIN, or using NFC) that are familiar to most consumers to configure a network and enable security.

24 WiFi Alliance Probe Response with WPS information element

25 WiFi Alliance Disabling WPS can protect a device from some know attacks

26 WiFi Alliance Even disabling WPS doesn t disable completely

27 WiFi Alliance WPS serial numbers

28 WiFi Alliance Wireless Network Traffic could be displayed during the demo. Please disable Wi-Fi if you don t want to be part of it.

29 WiFi Alliance Wi-Fi Direct, initially called Wi-Fi P2P, is a Wi-Fi standard enabling devices to easily connect with each other without requiring a wireless access point.

30 WiFi Alliance Wi-Fi Direct information element on Probe Response frame

31 WiFi Alliance Sharing serial numbers

32 WiFi Alliance Wireless Network Traffic could be displayed during the demo. Please disable Wi-Fi if you don t want to be part of it.

33 Endianness Nonsense Big-endian is the most common format in data networking

34 Apple

35 Apple With AirPlay, you can stream music, photos, and videos to your Apple TV, or stream music to your AirPort Express or AirPlay-enabled speakers. And with AirPlay Mirroring, you can display your ios screen on your Apple TV.

36 Apple AirPlay action frame from an AppleTV 3rd Generation

37 Apple With AirDrop, you can wirelessly send photos, videos, websites, locations, and more to a nearby iphone, ipad, ipod touch, or Mac.

38 Apple AirDrop action frame from an ipod touch

39 Messy Implementations WD TV Live Media Player

40 Messy Implementations WD TV Live Media Player has WiFi Direct enabled by default

41 Protocol Complexity Messy Implementations Samsung TV authenticating a WiFi Direct connection request

42 Messy Implementations Wireless Network Traffic could be displayed during the demo. Please disable Wi-Fi if you don t want to be part of it.

43 Platform Complexity Introduction MLME stands for MAC Layer Management Entity. Examples of states a MLME may assist in reaching: Authenticate Deauthenticate Associate Disassociate Reassociate Beacon Probe Timing Synchronization Function (TSF)

44 Platform Complexity Introduction SoftMAC is a term used to describe a type of Wireless NIC where the MLME is expected to be managed in software. Kernel Wireless NIC MLME MAC PHY

45 Platform Complexity Introduction Wireless NIC FullMAC is a term used to describe a type of wireless card where the MLME is managed in hardware. MLME MAC PHY

46 Platform Complexity Android Architecture Hardware Kernel User Firmware (Broadcom) Kernel Module (Broadcom) wpa_supplicant (Jouni Malinen) Android Framework (Google)

47 Platform Complexity Architecture Analysis Firmware No symbols, bare metal binary. Shared code with some kernel modules. Segment on chipset ROM. Kernel modules Open Source. ** Kernel debugging & debug parameters. wpa_supplicant & hostapd Open Source. Debugging & client interaction. Framework Open Source. Debugging & Log analysis.

48 Platform Complexity ios Architecture Hardware Kernel User Firmware (Broadcom) Kernel Extension (Broadcom) wifid (Apple) ios Framework (Apple)

49 Platform Complexity Architecture Analysis Firmware No symbols, bare metal binary. Shared code with OS X kernel extension. Segment on chipset ROM. Kernel extensions wifid Encrypted kernel. ** Shared code between OS X and ios. Handles more than functionality. Framework Private framework.

50 Conclusions Specifications or proprietary protocols could help device fingerprinting. Specifications or proprietary protocols could break privacy features such as MAC address randomization. Bad implementations could expose devices to unauthenticated access. WD TV Live Streaming Media Player Wi-Fi Direct Unauthenticated Access - Protocol and platform complexity could lead to vulnerabilities. Broadcom BCM4325 and BCM4329 wireless chipset denial-of-service vulnerability - CVE Android WiFi-Direct DoS - CVE

51 Future Work Research other platforms and vendors. Implement Apple Bluetooth Low Energy scanning protocol on Ubertooth and extend the reverse engineering on Apple proprietary protocols. Develop a information gathering tool.

52 Questions WIG Project Repository

ABHELSINKI UNIVERSITY OF TECHNOLOGY

ABHELSINKI UNIVERSITY OF TECHNOLOGY cm. Management Operations of the IEEE 802.11 Mei Yen Cheong meiyen.cheong@hut.fi S-72.333 Postgraduate Seminar on Radio Communications Helsinki University of Technology April 13, 2004 Management Operations

More information

CSNT 180 Wireless Networking. Chapter 7 WLAN Terminology and Technology

CSNT 180 Wireless Networking. Chapter 7 WLAN Terminology and Technology CSNT 180 Wireless Networking Chapter 7 WLAN Terminology and Technology Norman McEntire norman.mcentire@servin.com Founder, Servin Corporation, http://servin.com Technology Training for Technology Professionals

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.  Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : PW0-205 Title : Certified wireless analusis professional(cwap) Vendors : CWNP Version : DEMO Get Latest

More information

Troubleshooting WLANs (Part 2)

Troubleshooting WLANs (Part 2) SharkFest 17 Europe Troubleshooting WLANs (Part 2) Troubleshooting WLANs using 802.11 Management & Control Frames 8. November 2017 Breaking News: Including KRACK!!! Rolf Leutert Leutert NetServices Switzerland

More information

Configuring Layer2 Security

Configuring Layer2 Security Prerequisites for Layer 2 Security, page 1 Configuring Static WEP Keys (CLI), page 2 Configuring Dynamic 802.1X Keys and Authorization (CLI), page 2 Configuring 802.11r BSS Fast Transition, page 3 Configuring

More information

Basic processes in IEEE networks

Basic processes in IEEE networks Module contents IEEE 802.11 Terminology IEEE 802.11 MAC Frames Basic processes in IEEE802.11 networks Configuration parameters IEEE 802.11 Terminology Station (STA) Architecture: Device that contains IEEE

More information

Outline : Wireless Networks Lecture 10: Management. Management and Control Services : Infrastructure Reminder.

Outline : Wireless Networks Lecture 10: Management. Management and Control Services : Infrastructure Reminder. Outline 18-759: Wireless Networks Lecture 10: 802.11 Management Peter Steenkiste Departments of Computer Science and Electrical and Computer Engineering Spring Semester 2016 http://www.cs.cmu.edu/~prs/wirelesss16/

More information

CSMC 417. Computer Networks Prof. Ashok K Agrawala Ashok Agrawala. Fall 2018 CMSC417 Set 1 1

CSMC 417. Computer Networks Prof. Ashok K Agrawala Ashok Agrawala. Fall 2018 CMSC417 Set 1 1 CSMC 417 Computer Networks Prof. Ashok K Agrawala 2018 Ashok Agrawala Fall 2018 CMSC417 Set 1 1 The Medium Access Control Sublayer November 18 Nov 6, 2018 2 Wireless Networking Technologies November 18

More information

Wireless Security Protocol Analysis and Design. Artoré & Bizollon : Wireless Security Protocol Analysis and Design

Wireless Security Protocol Analysis and Design. Artoré & Bizollon : Wireless Security Protocol Analysis and Design Protocol Analysis and Design 1 Networks 1. WIRELESS NETWORKS 2 Networks 1. WIRELESS NETWORKS 1.1 WiFi 802.11 3 Networks OSI Structure 4 Networks Infrastructure Networks BSS : Basic Set Service ESS : Extended

More information

Table of Contents 1 WLAN Service Configuration 1-1

Table of Contents 1 WLAN Service Configuration 1-1 Table of Contents 1 WLAN Service Configuration 1-1 WLAN Service Overview 1-1 Terminology 1-1 Wireless Client Access 1-2 802.11 Overview 1-4 WLAN Topologies 1-5 Single BSS 1-5 Multi-ESS 1-5 Single ESS Multiple

More information

SharkFest 18 Europe. Troubleshooting WLANs (Part 2) Troubleshooting WLANs using Management & Control Frames. Rolf Leutert

SharkFest 18 Europe. Troubleshooting WLANs (Part 2) Troubleshooting WLANs using Management & Control Frames. Rolf Leutert SharkFest 18 Europe Troubleshooting WLANs (Part 2) Troubleshooting WLANs using 802.11 Management & Control Frames Rolf Leutert Leutert NetServices Switzerland www.netsniffing.ch Introduction 2 Rolf Leutert,

More information

ECE 435 Network Engineering Lecture 8

ECE 435 Network Engineering Lecture 8 ECE 435 Network Engineering Lecture 8 Vince Weaver http://web.eece.maine.edu/~vweaver vincent.weaver@maine.edu 26 September 2016 HW#3 was posted Announcements note the warnings you were getting on toupper()

More information

A Configuration Protocol for Embedded Devices on Secure Wireless Networks

A Configuration Protocol for Embedded Devices on Secure Wireless Networks A Configuration Protocol for Embedded Devices on Secure Wireless Networks Larry Sanders lsanders@ittc.ku.edu 6 May 2003 Introduction Wi-Fi Alliance Formally Wireless Ethernet Compatibility Alliance (WECA)

More information

4.4 IEEE MAC Layer Introduction Medium Access Control MAC Management Extensions

4.4 IEEE MAC Layer Introduction Medium Access Control MAC Management Extensions 4.4 IEEE 802.11 MAC Layer 4.4.1 Introduction 4.4.2 Medium Access Control 4.4.3 MAC Management 4.4.4 Extensions 4.4.3 802.11 - MAC management Synchronization try to find a LAN, try to stay within a LAN

More information

Optional Point Coordination Function (PCF)

Optional Point Coordination Function (PCF) Optional Point Coordination Function (PCF) Time Bounded / Async Contention Free Service PCF Optional DCF (CSMA/CA ) Async Contention Service MAC PHY Contention Free Service uses Point Coordination Function

More information

3.1. Introduction to WLAN IEEE

3.1. Introduction to WLAN IEEE 3.1. Introduction to WLAN IEEE 802.11 WCOM, WLAN, 1 References [1] J. Schiller, Mobile Communications, 2nd Ed., Pearson, 2003. [2] Martin Sauter, "From GSM to LTE", chapter 6, Wiley, 2011. [3] wiki to

More information

Data Communications. Data Link Layer Protocols Wireless LANs

Data Communications. Data Link Layer Protocols Wireless LANs Data Communications Data Link Layer Protocols Wireless LANs Wireless Networks Several different types of communications networks are using unguided media. These networks are generally referred to as wireless

More information

Functions of physical layer:

Functions of physical layer: Chapter 14 Functions of physical layer: Encoding/decoding of signals Preamble generation/removal (for synchronization) Bit transmission/reception Includes specification of the transmission medium Functions

More information

Wi-Fi Advanced Stealth BlackHat US, Las Vegas August 2-3, 2006

Wi-Fi Advanced Stealth BlackHat US, Las Vegas August 2-3, 2006 Wi-Fi Advanced Stealth BlackHat US, Las Vegas August 2-3, 2006 Laurent BUTTI & Franck VEYSSET France Telecom Division R&D firstname dot lastname AT orange-ft dot com Who Are We? Network security experts

More information

Chapter 24 Wireless Network Security

Chapter 24 Wireless Network Security Chapter 24 Wireless Network Security Wireless Security Key factors contributing to higher security risk of wireless networks compared to wired networks include: o Channel Wireless networking typically

More information

Welcome! SharkFest 16 Europe. Troubleshooting WLANs (Part 2) Rolf Leutert

Welcome! SharkFest 16 Europe. Troubleshooting WLANs (Part 2) Rolf Leutert SharkFest 16 Europe Troubleshooting WLANs (Part 2) Troubleshooting WLANs using 802.11 Management & Control Frames 19. October 2016 Welcome! #sf16eu Rolf Leutert Leutert NetServices Switzerland www.netsniffing.ch

More information

Wireless Protocols. Training materials for wireless trainers

Wireless Protocols. Training materials for wireless trainers Wireless Protocols Training materials for wireless trainers Goals The goal of this lecture is to introduce: IEEE wireless protocols coverage 802.11 radio protocols terminology WiFi modes of operation details

More information

outline background & overview mac & phy wlan management security

outline background & overview mac & phy wlan management security IEEE 802.11a/g WLAN outline background & overview mac & phy wlan management security WLAN benefits flexibility & mobility installation scalability disadvantages distance security performance IEEE 802.11a

More information

Chapter 17. Wireless Network Security

Chapter 17. Wireless Network Security Chapter 17 Wireless Network Security IEEE 802.11 IEEE 802 committee for LAN standards IEEE 802.11 formed in 1990 s, to develop a protocol & transmission specifications for wireless LANs (WLANs) Demand

More information

D. The bank s web server is using an X.509 certificate that is not signed by a root CA, causing the user ID and password to be sent unencrypted.

D. The bank s web server is using an X.509 certificate that is not signed by a root CA, causing the user ID and password to be sent unencrypted. Volume: 119 Questions Question No: 1 John Smith uses a coffee shop's Internet hot-spot (no authentication or encryption) to transfer funds between his checking and savings accounts at his bank's website.

More information

Wireless Router at Home

Wireless Router at Home Wireless Router at Home 192.168.1.2 192.168.1.1 Modem 192.168.1.3 120.6.46.15 telephone line to ISP 192.168.1.4 Internet connection with public IP internal LAN with private IPs 192.168.1.5 Wireless All-in-one

More information

Day 1: Wi-Fi Technology Overview

Day 1: Wi-Fi Technology Overview Duration: 5days Hands on: Wireshark based real-life Wi-Fi packet trace analysis Demos : Alethea Wicheck multi-sta emulator for understanding performance of Wi-Fi APs and to study impact of multiple clients

More information

Security in IEEE Networks

Security in IEEE Networks Security in IEEE 802.11 Networks Mário Nunes, Rui Silva, António Grilo March 2013 Sumário 1 Introduction to the Security Services 2 Basic security mechanisms in IEEE 802.11 2.1 Hidden SSID (Service Set

More information

Wireless Network Security

Wireless Network Security Wireless Network Security Wireless LAN Security Slide from 2 nd book 1 802.11 Wireless LAN Security Stations in LAN are connected physically while in WLAN any station in the radio range is connected, so

More information

CSC344 Wireless and Mobile Computing. Department of Computer Science COMSATS Institute of Information Technology

CSC344 Wireless and Mobile Computing. Department of Computer Science COMSATS Institute of Information Technology CSC344 Wireless and Mobile Computing Department of Computer Science COMSATS Institute of Information Technology Wireless Local Area Networks (WLANs) Part II WiFi vs 802.11 IEEE 802.11 Features Hidden Node

More information

Multiple Access Links and Protocols

Multiple Access Links and Protocols Multiple Access Links and Protocols Two types of links : point-to-point PPP for dial-up access point-to-point link between Ethernet switch and host broadcast (shared wire or medium) old-fashioned Ethernet

More information

Guide to Wireless Communications, Third Edition. Objectives

Guide to Wireless Communications, Third Edition. Objectives Guide to Wireless Communications, Third Edition Chapter 7 Low-Speed Wireless Local Area Networks Objectives Describe how WLANs are used List the components and modes of a WLAN Describe how an RF WLAN works

More information

SharkFest'17 US. Basic workshop of. IEEE packet dissection. Megumi Takeshita

SharkFest'17 US. Basic workshop of. IEEE packet dissection. Megumi Takeshita Basic workshop of SharkFest'17 US IEEE802.11 packet dissection Sample trace and supplemental files are located http://www.ikeriri.ne.jp/download/defcon Megumi Takeshita Packet Otaku ikeriri network service

More information

Configuring Management Frame Protection

Configuring Management Frame Protection Information About Management Frame Protection, page 1 Restrictions for Management Frame Protection, page 3 (GUI), page 3 Viewing the Management Frame Protection Settings (GUI), page 3 (CLI), page 4 Viewing

More information

Wireless technology Principles of Security

Wireless technology Principles of Security Wireless technology Principles of Security 1 Wireless technologies 2 Overview This module provides an introduction to the rapidly evolving technology of wireless LANs (WLANs). WLANs redefine the way the

More information

Tony Crawford The Villages Apple User Group November 28, 2018

Tony Crawford The Villages Apple User Group November 28, 2018 A Buyers Guide for Apple Devices Tony Crawford The Villages Apple User Group November 28, 2018 Tutorials Tony Crawford tonyc4321@gmail.com iphone/ipad Basics (352) 321-7845 Help with your Apple devices

More information

whitepaper ClickShare Security

whitepaper ClickShare Security ClickShare Security www.barco.com/clickshare Introduction ClickShare was introduced in 2012. Four years later, in 2016, a new generation of ClickShare Enterprise products was presented to the market. New

More information

Wi-Fi Advanced Stealth

Wi-Fi Advanced Stealth Wi-Fi Advanced Stealth Laurent BUTTI and Franck VEYSSET hack.lu, Luxembourg October 19-21, 2006 firstname[dot]lastname[at]francetelecom[dot]com Who Are We? Network security geeks (?) in R&D labs Working

More information

Basic Wireless Settings on the CVR100W VPN Router

Basic Wireless Settings on the CVR100W VPN Router Basic Wireless Settings on the CVR100W VPN Router Objective A Wireless Local Area Network (WLAN) utilizes radio communication to connect wireless devices to a LAN. An example is a Wi-Fi hotspot at a cafe.

More information

Lecture (08) Wireless Traffic Flow and AP Discovery

Lecture (08) Wireless Traffic Flow and AP Discovery Lecture (08) Wireless Traffic Flow and AP Discovery Dr. Ahmed ElShafee 1 Dr. Ahmed ElShafee, ACU Spring 2011, Wireless Network Agenda Wireless Frame Types Sending a Frames Wireless Frame Headers Frame

More information

CWNP PW Certified Wireless Analysis Professional. Download Full Version :

CWNP PW Certified Wireless Analysis Professional. Download Full Version : CWNP PW0-270 Certified Wireless Analysis Professional Download Full Version : http://killexams.com/pass4sure/exam-detail/pw0-270 QUESTION: 50 ABC Company is having VoWiFi latency problems on their 802.11g

More information

Wireless# Guide to Wireless Communications. Objectives

Wireless# Guide to Wireless Communications. Objectives Wireless# Guide to Wireless Communications Chapter 7 Low-Speed Wireless Local Area Networks Objectives Describe how WLANs are used List the components and modes of a WLAN Describe how an RF WLAN works

More information

Troubleshooting WLANs (Part 1)

Troubleshooting WLANs (Part 1) SharkFest 17 Europe Troubleshooting WLANs (Part 1) Layer 1 & 2 Analysis Using AirPcap, Wi-Spy & Other Tools 8. November 2017 Rolf Leutert Leutert NetServices Switzerland www.netsniffing.ch #sf17eu Estoril,

More information

transmitting on the same channel or adjacent channels

transmitting on the same channel or adjacent channels Teltonika RUT1XX SNMP MIB description MIB (Management Information Base) is a database of objects that is used by SNMP protocol and can be monitored by a network management system. The Teltonika RUT1XX

More information

Topic 4. Wireless LAN IEEE

Topic 4. Wireless LAN IEEE Topic 4 Wireless LAN IEEE 802.11 What we will learn in this lecture: Basics of IEEE 802.11 MAC layer CSMA/CA Security WEP protocol Wireless LANs: Characteristics Types Infrastructure based Adhoc Advantages

More information

WRE2206. User s Guide. Quick Start Guide. Wireless N300 Range Extender. Default Details. Version 1.00 Edition 1, 01/2015

WRE2206. User s Guide. Quick Start Guide. Wireless N300 Range Extender. Default Details. Version 1.00 Edition 1, 01/2015 WRE2206 Wireless N300 Range Extender Version 1.00 Edition 1, 01/2015 Quick Start Guide User s Guide Default Details Web Address http://zyxelsetup OR http://192.168.1.2 www.zyxel.com User Name admin Password

More information

Configuring WDS, Fast Secure Roaming, Radio Management, and Wireless Intrusion Detection Services

Configuring WDS, Fast Secure Roaming, Radio Management, and Wireless Intrusion Detection Services CHAPTER 11 Configuring WDS, Fast Secure Roaming, Radio Management, and Wireless Intrusion Detection Services This chapter describes how to configure your access point/bridges for wireless domain services

More information

Wireless LANs. ITS 413 Internet Technologies and Applications

Wireless LANs. ITS 413 Internet Technologies and Applications Wireless LANs ITS 413 Internet Technologies and Applications Aim: Aim and Contents Understand how IEEE 802.11 wireless LANs work Understand what influences the performance of wireless LANs Contents: IEEE

More information

WLAN The Wireless Local Area Network Consortium

WLAN The Wireless Local Area Network Consortium WLAN The Wireless Local Area Network Consortium 802.11 Base AP MAC Layer Test Suite Version 3.5 Technical Document Last Updated: February 18, 2012 Wireless LAN Consortium 121 Technology Drive, Suite 2

More information

802.11r or Fast Transition (FT) for fast secure Roaming

802.11r or Fast Transition (FT) for fast secure Roaming 802.11r or Fast Transition (FT) for fast secure Roaming Karthickeyan Prabanandhan is a Senior Test Engineer (CCNP, CWNP) in Wireless Engineering Team currently preparing for his CCIE Wireless lab. In this

More information

Configuring a WLAN for Static WEP

Configuring a WLAN for Static WEP Restrictions for Configuring Static WEP, page 1 Information About WLAN for Static WEP, page 1 Configuring WPA1+WPA2, page 3 Restrictions for Configuring Static WEP The OEAP 600 series does not support

More information

IEEE Wireless LANs

IEEE Wireless LANs Unit 11 IEEE 802.11 Wireless LANs Shyam Parekh IEEE 802.11 Wireless LANs References Standards Basics Physical Layer 802.11b 802.11a MAC Framing Details Management PCF QoS (802.11e) Security Take Away Points

More information

Owner s Manual. Network Player

Owner s Manual. Network Player G Network Player Owner s Manual This product is designed for use at home to enjoy listening to audio. Before using this product, read the safety instructions described in the supplied Quick Start Guide.

More information

Laurent Butti BlackHat Europe

Laurent Butti BlackHat Europe ENSIMAG - 4MMSR - Network Security Seminars Laurent Butti BlackHat Europe - 2007 Corentin Delpech corentin.delpech@ensimag.fr Lucas Fontaine lucas.fontaine@ensimag.fr ENSIMAG 2A TELECOM - 2012 2013 1 /29

More information

AirDrop Cheat Sheet. AirDrop files between your devices In OS X Yosemite, AirDrop helps you quickly transfer files between your Mac and nearby Mac

AirDrop Cheat Sheet. AirDrop files between your devices In OS X Yosemite, AirDrop helps you quickly transfer files between your Mac and nearby Mac AirDrop Cheat Sheet Mac Basics: AirDrop lets you send files from your Mac to nearby Macs and ios devices AirDrop makes it easy to send files wirelessly from your Mac to other Mac computers, and with OS

More information

PW0-104 Q&As. Wireless LAN Administration Exam. Pass CWNP PW0-104 Exam with 100% Guarantee

PW0-104 Q&As. Wireless LAN Administration Exam. Pass CWNP PW0-104 Exam with 100% Guarantee PW0-104 Q&As Wireless LAN Administration Exam Pass CWNP PW0-104 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee 100% Money Back Assurance Following

More information

Lab Configure Enterprise Security on AP

Lab Configure Enterprise Security on AP Lab 8.5.4.1 Configure Enterprise Security on AP Estimated Time: 30 minutes Number of Team Members: Students will work in teams of two. Objective In this lab, students will demonstrate an understanding

More information

IEEE WLANs (WiFi) Part II/III System Overview and MAC Layer

IEEE WLANs (WiFi) Part II/III System Overview and MAC Layer IEEE 802.11 WLANs (WiFi) Part II/III System Overview and MAC Layer Design goals for wireless LANs (WLANs) Global, seamless operation Low power for battery use No special permissions or licenses needed

More information

Wireless LANs. Outline. Outline II. Benefits Applications Technologies Issues Configurations Overview of Standard

Wireless LANs. Outline. Outline II. Benefits Applications Technologies Issues Configurations Overview of Standard Wireless LANs Outline Benefits Applications Technologies Issues Configurations Overview of 802.11 Standard Dr. Michael S. Boykin Spring 02-2 Local Area Networks 2 Outline II MAC layer protocols PHY layer

More information

Mobile Device Support. Jeff Dove February

Mobile Device Support. Jeff Dove February Mobile Device Support Jeff Dove February 18 2017 Apple is a vertical company. Apple and IOS Control of type and design of hardware components Control over phone operating system and updates Control over

More information

WPA-GPG: Wireless authentication using GPG Key

WPA-GPG: Wireless authentication using GPG Key Università degli Studi di Bologna DEIS WPA-GPG: Wireless authentication using GPG Key Gabriele Monti December 9, 2009 DEIS Technical Report no. DEIS-LIA-007-09 LIA Series no. 97 WPA-GPG: Wireless authentication

More information

Release Notes for Avaya WLAN 9100 Access Point Operating System (AOS) Release

Release Notes for Avaya WLAN 9100 Access Point Operating System (AOS) Release WLAN 9100 Release Notes Release Notes for Avaya WLAN 9100 Access Point Operating System (AOS) Release 8.4.3-7312 Avaya Inc - External Distribution PRODUCT: Avaya WLAN 9100 Access Point Operating System

More information

AC1200 Smart WiFi Router

AC1200 Smart WiFi Router Performance & Use AC1200-300+900Mbps speeds High-power external antennas Nighthawk App Easily set up and monitor your home network 880MHz processor delivers high-performance connectivity USB 2.0 port --Wirelessly

More information

Exam Name: Implementing Cisco Unified Wireless Networking Essentials v2.0

Exam Name: Implementing Cisco Unified Wireless Networking Essentials v2.0 Vendor: Cisco Exam Code: 640-722 Exam Name: Implementing Cisco Unified Wireless Networking Essentials v2.0 Version: DEMO QUESTION 1 What is the function of the Cisco AnyConnect DART tool? A. creates a

More information

Institute of Electrical and Electronics Engineers (IEEE) IEEE standards

Institute of Electrical and Electronics Engineers (IEEE) IEEE standards HW Institute of Electrical and Electronics Engineers (IEEE) IEEE 802.11 standards WLAN Standard (IEEE 802.11) The IEEE 802.11 is a family of standards that governs the operations and functions of WLANs.

More information

1GHz Dual Core Processor Extreme Speed & Range

1GHz Dual Core Processor Extreme Speed & Range Performance & Use AC1900 Extreme WiFi speed Up to 1900 Mbps 1GHz dual-core processor 1900 DUAL BAND 600+1300 RANGE Fast VDSL modem for fibre broadband Built-in VDSL is also compatible with ADSL2+ connections

More information

b/g/n 1T1R Wireless USB Adapter. User s Manual

b/g/n 1T1R Wireless USB Adapter. User s Manual 802.11 b/g/n 1T1R Wireless USB Adapter User s Manual Federal Communication Commission Interference Statement This equipment has been tested and found to comply with the limits for a Class B digital device,

More information

Overview of IEEE Networks. Timo Smura

Overview of IEEE Networks. Timo Smura Overview of IEEE 802.11 Networks Timo Smura 24.03.2004 Outline Introduction IEEE 802.11 standards Protocol model Network topologies 802.11 MAC layer 802.11 PHY layers Interoperability: Wi-Fi Alliance 3GPP

More information

MAKE WI-FI HACKING ON SMARTPHONES GREAT AGAIN! Daniel Wegemer and Matthias Schulz

MAKE WI-FI HACKING ON SMARTPHONES GREAT AGAIN! Daniel Wegemer and Matthias Schulz MAKE WI-FI HACKING ON SMARTPHONES GREAT AGAIN! 1 Overview 1.Monitor Mode 1.Motivation 2.Code Extraction and Examination 3.Patching Framework 4.Demo 2.Native Monitor Mode 3.Related Projects 4.Future Work

More information

Security SSID Selection: Broadcast SSID:

Security SSID Selection: Broadcast SSID: 69 Security SSID Selection: Broadcast SSID: WMM: Encryption: Select the SSID that the security settings will apply to. If Disabled, then the device will not be broadcasting the SSID. Therefore it will

More information

I N D E X Numerics 100 Mbps WLANs, WLANs, 88

I N D E X Numerics 100 Mbps WLANs, WLANs, 88 I N D E X Numerics 100 Mbps WLANs, 233 234 802.11 WLANs, 88 control frames, 54 ACK frames, 57 CF-End frames, 57 58 CTS frames, 56 PS-Poll frames, 54 55 RTS frames, 55 56 DSSS, 93-95 data frames, 76-78

More information

Connect to eduroam WiFi

Connect to eduroam WiFi Connect to eduroam WiFi List Procedure for Windows 10... 2 Procedure for Windows 8... 4 Procedure for Windows 7... 6 Procedure for Mac... 11 Procedure for iphone, ipod Touch and ipad... 15 Procedure for

More information

SharkFest 18 Europe. Troubleshooting WLANs (Part 1) Layer 1 & 2 Analysis Using Wireshark, Wi-Spy & Other Tools. Rolf Leutert

SharkFest 18 Europe. Troubleshooting WLANs (Part 1) Layer 1 & 2 Analysis Using Wireshark, Wi-Spy & Other Tools. Rolf Leutert SharkFest 18 Europe Troubleshooting WLANs (Part 1) Layer 1 & 2 Analysis Using Wireshark, Wi-Spy & Other Tools Rolf Leutert Leutert NetServices Switzerland www.netsniffing.ch Introduction 2 Rolf Leutert,

More information

MULTI-ROOM MUSIC SYSTEM LET THE MUSIC PLAY.

MULTI-ROOM MUSIC SYSTEM LET THE MUSIC PLAY. MULTI-ROOM MUSIC SYSTEM LET THE MUSIC PLAY. www.pioneer-audiovisual.de THE FUTURE IS HERE: ENTERTAINMENT THAT TRANSCENDS LIMITS. LET THE MUSIC PLAY EASY, INTUITIVE AND WIRELESS, IN EVERY ROOM OF YOUR HOME.

More information

MÜZO COBBLESTONE USER GUIDE

MÜZO COBBLESTONE USER GUIDE MÜZO COBBLESTONE USER GUIDE Table of Contents 1. Getting Started.......................... 1 1.1 Setting up the Cobblestone......................... 1 1.2 Configuring your Cobblestone.......................

More information

BLUEGIGA WF111 SOFTWARE DRIVERS

BLUEGIGA WF111 SOFTWARE DRIVERS BLUEGIGA WF111 SOFTWARE DRIVERS RELEASE NOTES Thursday, 2 February 2017 Version 5.2.2-r3 Copyright Silicon Labs All rights reserved. Silicon Labs assumes no liability or responsibility for any errors,

More information

Who can use eduroam. Participating Organizations. How does eduroam work

Who can use eduroam. Participating Organizations. How does eduroam work eduroam which stands for "Education Roaming" allows students, researchers and staff from participating institutions to access the wireless network at other participating organizations using their home

More information

ECE442 Communications Lecture 3. Wireless Local Area Networks

ECE442 Communications Lecture 3. Wireless Local Area Networks ECE442 Communications Lecture 3. Wireless Local Area Networks Husheng Li Dept. of Electrical Engineering and Computer Science Spring, 2014 Wireless Local Networks 1 A WLAN links two or more devices using

More information

Q&As. Implementing Cisco Unified Wireless Voice Networks (IUWVN) v2.0. Pass Cisco Exam with 100% Guarantee

Q&As. Implementing Cisco Unified Wireless Voice Networks (IUWVN) v2.0. Pass Cisco Exam with 100% Guarantee 642-742 Q&As Implementing Cisco Unified Wireless Voice Networks (IUWVN) v2.0 Pass Cisco 642-742 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee

More information

1. Unbox it. Main unit. 3,5 mm minijack male to male cable. USB Cable. Wi-DAPTOR

1. Unbox it. Main unit. 3,5 mm minijack male to male cable. USB Cable. Wi-DAPTOR Quick Guide 1. Unbox it Main unit USB Cable 3,5 mm minijack male to male cable 2 Wi-DAPTOR 2. Connect it USB Audio File Playback USB IN OUT POWER ETHERNET NOT INCLUDED Please use any USB power supply Router

More information

Wireless Network Security

Wireless Network Security Wireless Network Security Raj Jain Washington University in Saint Louis Saint Louis, MO 63130 Jain@cse.wustl.edu Audio/Video recordings of this lecture are available at: http://www.cse.wustl.edu/~jain/cse571-11/

More information

Mobile Communications Chapter 7: Wireless LANs

Mobile Communications Chapter 7: Wireless LANs Characteristics IEEE 802.11 PHY MAC Roaming IEEE 802.11a, b, g, e HIPERLAN Bluetooth Comparisons Prof. Dr.-Ing. Jochen Schiller, http://www.jochenschiller.de/ MC SS02 7.1 Comparison: infrastructure vs.

More information

Introduction to IEEE

Introduction to IEEE Introduction to IEEE 802.11 Characteristics of wireless LANs Advantages very flexible within the reception area Ad hoc networks without previous planning possible (almost) no wiring difficulties more robust

More information

Configuring r BSS Fast Transition

Configuring r BSS Fast Transition Finding Feature Information, on page 1 Restrictions for 802.11r Fast Transition, on page 1 Information About 802.11r Fast Transition, on page 2 How to Configure 802.11r Fast Transition, on page 4 Additional

More information

IPHONE/IPAD PHOTO MANAGEMENT

IPHONE/IPAD PHOTO MANAGEMENT IPHONE/IPAD PHOTO MANAGEMENT Organization of Photos on iphone or ipad What Photo Management Means Storage of Photo on iphone or ipad Moving Photo between devices (iphone >> Desktop) Syncing Photos between

More information

1GHz Dual Core Processor Extreme Speed & Range

1GHz Dual Core Processor Extreme Speed & Range Performance & Use AC1900 AC1900 WiFi 600+1300 Mbps speeds 1GHz Dual Core Processor 1900 DUAL BAND 600+1300 RANGE Advanced features for lag-free gaming Prioritized bandwidth for streaming videos or music

More information

Mobile & Wireless Networking. Lecture 7: Wireless LAN

Mobile & Wireless Networking. Lecture 7: Wireless LAN 192620010 Mobile & Wireless Networking Lecture 7: Wireless LAN [Schiller, Section 7.3] [Reader, Part 6] [Optional: "IEEE 802.11n Development: History, Process, and Technology", Perahia, IEEE Communications

More information

Secure Wireless LAN Design and Deployment

Secure Wireless LAN Design and Deployment Secure Wireless LAN Design and Deployment Mark Krischer CTO, Enterprise Networks Asia Pacific, Japan and Greater China Abstract The proliferation of mobile devices and the rise of BYOD has raised the profile

More information

AirPlay. How to upgrade your Marantz component with AirPlay and helpful advice on using it. How to Install AirPlay. Helpful Advice on Using AirPlay

AirPlay. How to upgrade your Marantz component with AirPlay and helpful advice on using it. How to Install AirPlay. Helpful Advice on Using AirPlay AirPlay How to upgrade your Marantz component with AirPlay and helpful advice on using it now FREE on all network products from Marantz! How to Install AirPlay SR7005, AV7005 Pages 2 and 3 NA7004, CR603

More information

Wireless Security. Comp Sci 3600 Security. Attacks WEP WPA/WPA2. Authentication Encryption Vulnerabilities

Wireless Security. Comp Sci 3600 Security. Attacks WEP WPA/WPA2. Authentication Encryption Vulnerabilities Wireless Security Comp Sci 3600 Security Outline 1 2 3 Wired versus wireless Endpoint Access point Figure 24.1 Wireless Networking Components Locations and types of attack Outline 1 2 3 Wired Equivalent

More information

Attacks on WLAN Alessandro Redondi

Attacks on WLAN Alessandro Redondi Attacks on WLAN Alessandro Redondi Disclaimer Under the Criminal Italian Code, articles 340, 617, 617 bis: Up to 1 year of jail for interrupting public service 6 months to 4 years of jail for installing

More information

What you will learn. Summary Question and Answer

What you will learn. Summary Question and Answer What you will learn General overview of 802.11 Authentication Methods WEP Overview Key Hierarchy Encryption/Decryption WPA Overview Key Hierarchy Encryption/Decryption WPA2 Overview Encryption/Decryption

More information

Viewing Status and Statistics

Viewing Status and Statistics CHAPTER 7 This chapter explains how to use ADU to view the client adapter s status and its transmit and receive statistics. The following topics are covered in this chapter: Overview of ADU and Statistics

More information

Android Samsung Galaxy S6 Edge

Android Samsung Galaxy S6 Edge Android 6.0.1 Samsung Galaxy S6 Edge Access your quick menu by using two fingers to pull down the menu from the top-center of the screen. You can use this to quickly turn your Wi-Fi, Location, Bluetooth,

More information

CSCD 433/533 Advanced Networking

CSCD 433/533 Advanced Networking CSCD 433/533 Advanced Networking Lecture 6 Wireless LAN Components and Characteristics Winter 2017 Some Material in these slides from J.F Kurose and K.W. Ross All material copyright 1996-2007 1 Introduction

More information

Configuring the Client Adapter

Configuring the Client Adapter CHAPTER 5 This chapter explains how to configure profile parameters. The following topics are covered in this chapter: Overview, page 5-2 Setting General Parameters, page 5-3 Setting Advanced Parameters,

More information

Smart Fuzzing. Lidong LI & Naijie XU I.

Smart Fuzzing. Lidong LI & Naijie XU I. 802.11 Smart Fuzzing Lidong LI & Naijie XU I CyberPeace@AD-LAB About us Lidong LI: Security Researcher at CyberPeace-ADLAB Research:WIFI,BLE,Zigbee,Wireless Protocol Bug Hunter Jiangnan University Naijie

More information

23 Must-Have WiFi Features

23 Must-Have WiFi Features 23 Must-Have WiFi Features Installing, updating or expanding a WiFi network can seem complicated because of the long list of features available and the always-evolving nature of technology. The point of

More information

WIRELESS LAN/PAN/BAN. Objectives: Readings: 1) Understanding the basic operations of WLANs. 2) WLAN security

WIRELESS LAN/PAN/BAN. Objectives: Readings: 1) Understanding the basic operations of WLANs. 2) WLAN security Objectives: 1) Understanding the basic operations of WLANs 2) WLAN security 3) Wireless body area networks (IEEE 802.15.6) Readings: 1. Kurose & Ross, Computer Networking: A Top-Down Approach (6th Edition),

More information

Introduction. Giuseppe Bianchi, Ilenia Tinnirello

Introduction. Giuseppe Bianchi, Ilenia Tinnirello IEEE 802.11 Wireless LANs Introduction WLAN History Ł Original goal: Deploy wireless Ethernet First generation proprietary solutions (end 80, begin 90) WaveLAN (AT&T)) HomeRF (Proxim) Abandoned by major

More information