What are some security concerns with wireless networks?
What are some wireless network security threats?
What are the principal threats to wireless transmission and what two types of countermeasures are appropriate?
Threat: eavesdropping, alteration/insertion of messages, disruption.
Signal-hiding: make it more difficult to locate the wireless access point. Turning off service set identifier (SSID) broadcasting by wireless access points: cryptic names to SSID, reduce signal strength, placing access points away from windows and exterior walls, directional antennas, signal-shielding techniques.
Encryption
What are the principal threats to wireless access points and what types of countermeasures are appropriate?
Threats: unauthorised access.
IEEE 802.1X standard for port-based network access control.
Countermeasures:
1. Encryption
What are some security concerns regarding mobile devices?
What is traffic security?
All traffic should be encrypted and travel by secure means. SSL, IPv6, VPN.
What is barrier security?
Security mechanisms to protect the network from unauthorised access.
The IEEE 802.11 standard has 8 terms with abbreviations, what are these terms?
Access Point
Basic Service Set
Coordination Function
Distribution System
Extended Service Set
MAC protocol data unit
MAC service data unit
Station
What are the three layers in the IEEE 802 architecture?
Bottom to top
What is the function of the MAC layer?
On transmission: assemble data into a frame (MPDU) with address and error-detection fields.
On reception: disassemble frame, and perform address recognition and error detection.
Detects errors and discards frames containing errors.
What is the function of the physical layer?
What is the function of the logical link control layer?
Responsible for detecting errors using the CRC and recovering from the errors by retransmitting damaged frames.
Optionally: keeps track of which frames where successful and retransmits unsuccessful ones.
What does AP stand for?
Access Point: provides access to the network via wireless connections.
What does BSS stand for?
Basic Service Set: a set of stations controlled by a single coordination function
What is a coordination function?
Coordination Function: logical function that determines when stations in the BSS are allowed to transmit.
What does DS stand for?
Distribution System: a system that interconnects BSSs and integrated LANs to create an ESS.
What does ESS stand for?
Extended Service Set: interconnected BSSs and integrated LANs that appear as a single BSS to the LLC layer.
What does MPDU stand for?
MAC protocol data unit: unit of data exchanged between to peer MAC entities using the services of the physical layer
What does MSDU stand for?
MAC service data unit: info delivered as a unit between MAC users
What is a station?
Any device conforming to IEEE 802.11
What is the general format of the MPDU?
MAC control: protocol control info
Dest. MAC address
Source MAC address
^MAC header
MSDU
MAC trailer = CRC: cyclic redundancy check, an error-detecting code. Sender and receiver calculate the value to check if it matches.
What two services are involved in the distribution of messages?
Distribution
Integration
What is the distribution service involved in the distribution of messages?
It is the primary service used by stations to exchange MPDUs when the MPDUs must traverse the DS to get from a station in one BSS to a station in another BSS
What is the integration service involved in the distribution of messages?
It enables transfer of data between a station on an IEEE 802.11 LAN and a station on an integrated IEEE 802.x LAN.
Integrated meaning a wired LAN.