§ — — Network Administration
Wireless LANs allow users to connect without physical Ethernet cables. WLANs are flexible and convenient, but they require careful design because radio frequency behavior, interference, security, and coverage affect performance.
By the end of this module, you should be able to:
Wireless networks provide:
Wireless also has challenges, including interference, shared bandwidth, signal attenuation, and security exposure beyond physical walls.
Common wireless network categories include:
Wi-Fi is based on IEEE 802.11 standards. Different 802.11 versions improve speed, frequency use, modulation, and efficiency. WLANs commonly operate in 2.4 GHz, 5 GHz, and newer 6 GHz bands depending on regulatory support and device capability.
Wireless standards organizations include IEEE for technical standards and Wi-Fi Alliance for interoperability certification.
Wireless communication uses radio waves. Higher frequencies can carry more data but may have shorter range or reduced wall penetration. Lower frequencies often travel farther but may have fewer non-overlapping channels and more interference.
The 2.4 GHz band has longer reach but is crowded. The 5 GHz band usually offers more channels and less interference. The 6 GHz band provides additional spectrum for newer Wi-Fi devices where available.
A wireless network interface card allows a client device to connect to Wi-Fi networks.
A home wireless router often combines routing, switching, wireless access point, DHCP, NAT, and firewall functions.
An access point bridges wireless clients to a wired network. APs can be standalone or controller-managed.
Antennas affect coverage pattern and signal strength. Omnidirectional antennas radiate in many directions, while directional antennas focus signal in a specific direction.
A Basic Service Set is one access point and its associated wireless clients.
An Extended Service Set uses multiple APs with the same SSID to provide wider coverage and roaming.
Clients connect directly to each other without an AP. This is less common in managed enterprise WLANs.
Wireless frames include fields used for addressing, control, sequence handling, and frame validation. WLAN frames must support communication between wireless clients, APs, and the distribution system.
Wi-Fi uses Carrier Sense Multiple Access with Collision Avoidance. Wireless devices listen before transmitting and use timing mechanisms to reduce collisions. Unlike wired Ethernet, wireless devices cannot reliably detect collisions while transmitting, so avoiding collisions is essential.
Before sending data, a wireless client must discover and associate with an AP. The general process includes:
Control and Provisioning of Wireless Access Points (CAPWAP) allows lightweight APs to communicate with a wireless LAN controller. The controller centralizes WLAN configuration, monitoring, and management.
In split MAC architecture, some functions are handled by the AP and others by the controller. This helps centralize policy while keeping time-sensitive wireless operations near the client.
CAPWAP can use DTLS encryption to protect control traffic between APs and controllers.
FlexConnect designs allow APs at remote sites to switch some traffic locally instead of tunneling all client traffic back to a controller. This is useful for branch offices with WAN constraints.
Wireless channels must be planned to reduce overlap and interference. Poor channel planning can cause co-channel and adjacent-channel interference, reducing throughput.
Good WLAN planning considers:
ProReviewer — locked
Drills, code labs, and full solutions.
Wireless networks are exposed through the air, so attackers may not need physical access to a wall jack. Common threats include:
Basic security techniques include SSID naming, authentication, and encryption. SSID hiding and MAC address filtering provide limited protection and should not be treated as strong security.
Older methods such as WEP are insecure and should not be used. WPA2 and WPA3 are stronger options.
Home networks commonly use a pre-shared key: users connect with one shared Wi-Fi password.
Enterprise networks often use 802.1X with a RADIUS server. This allows individual user or device authentication and better accounting.
WPA3 improves wireless security compared with older methods. It provides stronger authentication protections and better resistance against offline password guessing in personal networks. Use WPA3 where supported, while considering compatibility with older devices.
ProReviewer — locked
Drills, code labs, and full solutions.
WLANs provide mobility but require careful radio and security planning. AP placement, channel selection, authentication, encryption, and threat mitigation all affect reliability and safety.
Done with this module? Track it — your progress shows on the subject list.
Up next
WLAN Configuration→←Previous: Switch Security Configuration