Wireless Flashcards
Ad Hoc
Wireless devices communicate directly with each other without centralized access point
-Peer to peer
Infrastructure
-wireless devices communicate through router or access point
-more traditional
IBSS
-Independent Basic Service Set
-contains only devices/clients with no APs (AD-HOC WLAN)
BSS
Basic Service Set
-Only one AP connected to the network (SOHO network)
ESS
Extended service set
-contains multiple APs to provide coverage (College campus)
Direct-Sequence Spread Spectrum (DSSS)
-modulates data over an entire range of frequencies using a series of signals known as chips
-more susceptible to environmental interference
-uses entire frequency spectrum to transmit
Frequency-Hopping Spread Spectrum (FHSS)
-devices hops between predetermined frequencies
-increases security as hops occur based on a common timer
Orthogonal Frequency Division Multiplexing (OFDM)
-uses slow modulation rate with simultaneous transmission of data over 52 data streams
-allows for higher data rates while resisting interference between data streams
-channel bonding
CSMA/CA
Carrier Sense Multiple Access/Collision Avoidance
-can be wired or wireless
-the act of a node listening before they transmit
-wlan used to control access to medium
-listens before transmitting
-sends Request to Send (RTS)
-waits for acknowledgement
-if receives a RTS, responds with Clear to Send(CTS)
-if not received, uses random back off timer
Pre-Shared Key
-both AP and client share same encryption key
-problems:
—scaling is difficult if key is compromised
—all clients must know same password
Wired Equivalent Privacy (WEP)
-uses RC4 encryption protocol
-original wireless security standard (claimed to be as secure as wired network)
-static 40-bit pre-shared encryption key (upgraded to 64 and 128-bit)
-uses 24-bit initialization vector sent in clear text
Wi-Fi Protected Access (WPA)
-uses TKIP encryption protocol
-Temporal Key Integrity Protocol (TKIP)
—48-bit initialization vector
-uses Message Integrity Check (MIC)
—confirms data not modified in transit
-Enterprise WPA
—users can be required to authenticate before joining network
—keys between client and ap are temporary
WPA2
-uses AES encryption protocol
-Integrity checking through CCMP (Counter Mode Cipher Block Chaining Message Authentication Code Protocol)
WPS
WiFi Protected Setup
-involves pressing down WPS button to pair to router (8 digit pin)
-unsecured to brute force attacks
-doesn’t work with WEP
CSMA/CD
Carrier Sense Multiple Access / Collision Detection
-can be wired or wireless
-defines the method for detecting a collision.
-used by wired Ethernet to control access to medium
-listens, verify it’s not busy (carrier sense)
-all devices have access at same time (multiple access)
-if collision occurs use back up timer(collision detect)