Wireless networking, CSMA, and SSID

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/26

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

27 Terms

1
New cards
Wi-Fi
A local wireless technology enabling devices to connect to the Internet via a WAP
2
New cards
WAP
Wireless Access Point
3
New cards
Wi-Fi Alliance
Organisation consisting of hundreds of manufacturers that establishes international standards for **interoperability** and **backwards compatibility** and enforces the use of standards for network connections and device connectivity
4
New cards
Interoperability
The ability of different systems, devices, applications, or products to connect and communicate with each other in a coordinated way without effort from the end user
5
New cards
Backwards compatibility
The ability for a product or technology to interoperate with an older, legacy system or technology
6
New cards
When was the Wi-Fi Alliance formed?
1999
7
New cards
What components are needed for wireless communication?
* Device - wireless network adapter
* WAP
* Router (to connect to the Internet)
8
New cards
Station
The combination of a computer and interface controller
9
New cards
WPA
Wi-Fi Protected Access
10
New cards
WPA2
Wi-Fi Protected Access II
11
New cards
Wi-Fi Protected Access (WPA)
A wireless security protocol previously used to secure wireless networks, replaced by WPA2
12
New cards
Wi-Fi Protected Access II (WPA2)
A wireless security protocol built into wireless NICs used to secure wireless networks
13
New cards
How many bits are allocated to each key generated for each packet sent on a network secured by WPA2?
128
14
New cards
Allow list
A list specifying the MAC addresses of devices permitted to join a network
15
New cards
Deny list
A list specifying the MAC addresses of devices not permitted to join a network
16
New cards
SSID
Service Set Identification
17
New cards
Service Set Identification (SSID)
A locally-unique informal name given to a network to identify it
18
New cards
Why does disabling the broadcast of a network’s SSID not completely hide a wireless network?
The network is still visible in specialist tools and, on some devices, visible as ‘Hidden network’
19
New cards
CSMA/CA
Carrier Sense Multiple Access/Collision Avoidance
20
New cards
Carrier Sense Multiple Access/Collision Avoidance (CSMA/CA)
Protocol for carrier transmission in wireless LANs for avoiding collisions occurring on a data channel
21
New cards
Why is collision avoidance not always possible using CSMA/CA?
The ‘hidden nodes’ problem
22
New cards
Hidden node
A node that can be heard by the WAP but not by another node trying to transmit data
23
New cards
Outline the steps for transmitting data using CSMA/CA **without** RTS/CTS

1. Node listens for signals to determine whether another node is transmitting
2. If signal detected


1. Wait for random period of time for other node to stop transmitting
2. Listen again
3. If no signal is detected, start transmitting data
4. Node continues listening to the channel
5. If node detects collision


1. Stop transmitting
2. Wait random amount of time
3. Try again
24
New cards
Why is RTS/CTS used with CSMA/CA?
Counteracts the problem of ‘hidden nodes’
25
New cards
RTS signal
Request to Send signal
26
New cards
CTS signal
Clear to Send signal
27
New cards
Outline the steps for transmitting data using CSMA/CA **with** RTS/CTS

1. Node listens for signals to determine whether another node is transmitting
2. Signal detected → waits for random period of time for node to stop transmitting → listen again
3. If no signal is detected, transmit an RTS signal
4. When channel is idle, WAP sends a CTS signal back to the node
5. Start transmitting data