What Wi-Fi is and where it fits
Wi-Fi is the commercial ecosystem built around the IEEE 802.11 family of wireless LAN standards. IEEE defines WLAN MAC and PHY behavior, while the Wi-Fi Alliance manages interoperability certification and branding for many implementations.
From a network administrator's perspective, Wi-Fi does not replace the rest of the network model. It extends LAN access over radio. An access point connects wireless stations to a distribution system that is usually integrated with the wired Ethernet switching infrastructure.
Stations, access points, and BSSs
A wireless client is a station (STA). In infrastructure mode, the station associates with an Access Point (AP). The AP and its associated stations form a Basic Service Set (BSS), identified on the radio side by a BSSID.
Several APs can advertise the same logical wireless network to support broader coverage and mobility. SSID, BSSID, radio, VLAN, and IP subnet are related in a design but they are not interchangeable concepts.
SSID: the logical WLAN name
The SSID identifies a wireless network from the user's perspective. The same SSID can be advertised by several access points and on multiple bands. In enterprise networks, different SSIDs are often mapped to different VLANs for employees, guests, voice devices, or IoT equipment.
Hiding an SSID is not a robust security mechanism. Security should rely on appropriate authentication and encryption rather than trying to keep the network name secret.
Why Wi-Fi is not a dedicated full-duplex Ethernet link
Radio is a shared medium. Stations compete for transmission opportunities instead of receiving one dedicated full-duplex cable to a switch. IEEE 802.11 uses access mechanisms based on CSMA/CA, coordination, acknowledgments, and timing rules to reduce collisions and manage channel access.
This is why a advertised PHY rate is not the same as application throughput. Protocol overhead, contention, retransmissions, signal quality, channel utilization, and shared airtime all affect the useful data rate experienced by a client.
2.4 GHz, 5 GHz, and 6 GHz bands and channels
Modern WLANs can operate in different frequency bands depending on local regulation, hardware capabilities, and Wi-Fi generation. The 2.4 GHz band has limited channel reuse and is often congested. The 5 GHz band offers more channel options, while 6 GHz creates additional opportunities for compatible modern devices where regulators permit its use.
Available channels and transmit power depend on the regulatory domain. Do not copy a channel plan from another country without checking the rules that apply to the deployment location.
Channel width and capacity
802.11 supports different channel widths depending on the band and generation. A wider channel can raise the maximum PHY rate, but it consumes more spectrum and can reduce reuse opportunities in an environment with many access points.
In a dense deployment, wider is not automatically better. Design balances per-transmission capacity, interference and coexistence, spatial reuse, client capabilities, and the amount of airtime available across the cell plan.
Wi-Fi 5, Wi-Fi 6, Wi-Fi 6E, and Wi-Fi 7
Wi-Fi generation names simplify families of IEEE 802.11 technology. Wi-Fi 5 is associated with 802.11ac, Wi-Fi 6 with 802.11ax, Wi-Fi 6E extends compatible Wi-Fi 6 operation into 6 GHz, and Wi-Fi 7 is based on newer 802.11be capabilities.
The improvements are not only about one maximum Mbps figure. Generations can introduce changes in modulation, OFDMA, multi-user operation, MIMO, spectrum use, channel width, and efficiency. Real gains depend on both AP and client support plus actual radio conditions.
RSSI, SNR, and interference
Coverage cannot be evaluated only by asking whether the client shows several signal bars. Received signal strength, noise, and the resulting signal-to-noise ratio influence which modulation rates can be used and how stable the connection will be.
Walls, distance, antenna orientation, neighboring APs, non-Wi-Fi interference, and channel utilization all affect the medium. A client can show an apparently reasonable signal level yet perform poorly because the channel is heavily occupied or retransmissions are high.
Wi-Fi security: authentication and encryption
Modern WLANs should use current security mechanisms. WPA2 and WPA3 are familiar certification frameworks. Enterprise deployments commonly use 802.1X/EAP with an identity infrastructure, while personal networks use shared credentials or other mechanisms appropriate to the generation and client capabilities.
Legacy mechanisms such as WEP should not be considered acceptable for a modern network. Security design should also consider guest isolation, management access, protected management features, device onboarding, and the trust model of the wired VLAN where wireless traffic is delivered.
Roaming between access points
When several APs offer the same WLAN, a client can move from one BSS to another. The roaming decision is heavily influenced by the client, although the infrastructure can advertise information and support mechanisms that make transitions faster and more predictable.
A mobility design needs sensible coverage overlap, consistent configuration, and a distribution network that preserves the user's connectivity as the association changes. Poor roaming behavior can look like an application or DHCP problem even when the real issue is radio or client decision logic.
How Wi-Fi connects to VLANs and trunks
An enterprise AP can map each SSID to a VLAN. Its Ethernet uplink may operate as an 802.1Q trunk so several VLANs travel from the AP into the switching infrastructure. Wireless access then uses the same logical segmentation model as wired access ports.
After traffic enters the appropriate VLAN, Layer 3 routing and policy between subnets work the same way they do for wired clients.
Coverage is not the same as capacity
A WLAN can cover an area physically and still provide a poor user experience when too many clients compete for the same airtime. Planning must consider user density, application demand, radio count, channel reuse, transmit power, client capabilities, and expected concurrency rather than only the maximum distance at which an SSID can be detected.
The opposite extreme is also a problem: too many high-power APs can increase contention and overlapping coverage. Professional designs aim for controlled cells and channel reuse, then validate the result with measurements in the real environment.
How to troubleshoot a WLAN
Separate the problem by layers. First confirm that the client can see and associate with the intended SSID. Then validate authentication, IP configuration, default gateway, and DNS. If association works but performance is poor, examine RSSI, SNR, channel utilization, retransmissions, channel width, and congestion.
- Is the client associated with the expected AP and band?
- Does authentication complete successfully?
- Is the SSID mapped to the correct VLAN?
- Does DHCP provide a valid address, prefix, gateway, and DNS?
- Is signal quality adequate?
- Is there enough airtime capacity on the channel?
What to study after Wi-Fi
This completes the access-network block. The next major step is Layer 3 connectivity: routing tables, static routes, OSPF, NAT/PAT, and design between IP subnets. Before moving on, make sure you can explain how a frame leaves a host, crosses switching and VLAN boundaries, and reaches the default gateway.