Networking

Describe and explain hardware and technologies for wireless connections

The definition and purpose of Wi-Fi

Wi-Fi is a wireless networking technology providing high-speed Internet and network connections.

Connecting to a wireless network

What’s needed is an ISP (internet service provider), modem and wireless router (which are often combined) and a device with an NIC.

Wireless components

WAPs and modems are typically built into consumer routers these days.

SSID

Stands for Service Set Identifier.

Securing a wireless network

Wireless networks are typically less secure than wired ones as unauthorised users are harder to spot, and transmitted data can be intercepted more easily.

Security measures include:

CSMA/CA

Recommended video

CSMA/CA (carrier sense multiple access with collision avoidance) is needed to handle devices attempting to transmit to the same WAP simultaneously.

CSMA/CA without RTS/CTS flowchart.

Hidden node problem and CSMA/CA with RTS/CTS

Hidden node problem diagram.

The hidden node problem is where, for instance, nodes A and B are within range of the WAP but not each other. This makes it so that neither can properly detect whether the channel is idle. RTS/CTS is used to fix this.

After CSMA/CA, instead of a node just sending the data straight away, a 'request to send' is sent to the WAP as an extra measure. If the channel is indeed clear, the WAP will respond with a 'clear to send', upon which the node will send the data as normal.

CSMA/CA with RTS/CTS flowchart.