Wireless Flashcards

1
Q

Ad Hoc

A

Wireless devices communicate directly with each other without centralized access point
-Peer to peer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Infrastructure

A

-wireless devices communicate through router or access point
-more traditional

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

IBSS

A

-Independent Basic Service Set
-contains only devices/clients with no APs (AD-HOC WLAN)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

BSS

A

Basic Service Set
-Only one AP connected to the network (SOHO network)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

ESS

A

Extended service set
-contains multiple APs to provide coverage (College campus)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Direct-Sequence Spread Spectrum (DSSS)

A

-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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Frequency-Hopping Spread Spectrum (FHSS)

A

-devices hops between predetermined frequencies
-increases security as hops occur based on a common timer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Orthogonal Frequency Division Multiplexing (OFDM)

A

-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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

CSMA/CA

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Pre-Shared Key

A

-both AP and client share same encryption key
-problems:
—scaling is difficult if key is compromised
—all clients must know same password

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Wired Equivalent Privacy (WEP)

A

-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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Wi-Fi Protected Access (WPA)

A

-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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

WPA2

A

-uses AES encryption protocol
-Integrity checking through CCMP (Counter Mode Cipher Block Chaining Message Authentication Code Protocol)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

WPS

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

CSMA/CD

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

CCMP

A

Counter mode with cipher block chaining message authentication protocol
-provides authentication and integrity checking services to any cryptographic system where it’s used. (Under the hood it is the AES algorithm)