Wi-Fi
/ WHY-fy /
Wi-Fi is the everyday name for the family of wireless local-area network standards officially called IEEE 802.11. It is how your phone, laptop, TV, and smart speaker reach the Internet inside a home, café, or office without a cable — they talk over radio to a nearby access point, which is plugged into the wired network and relays their traffic. The name Wi-Fi is a trademark of an industry group (the Wi-Fi Alliance), not an acronym for anything meaningful, despite the catchy sound.
Under the hood, Wi-Fi is a link-layer technology: it defines how devices share the air and frame their bits, sitting at the same level as Ethernet but over radio instead of wire. Devices form a basic service set around an access point, find it by its advertised network name (the SSID), and go through association to join. Because two radios cannot reliably detect a collision while transmitting, Wi-Fi cannot use Ethernet's collision detection; instead it uses CSMA/CA — listen, wait a random backoff, send, and expect an acknowledgment, retransmitting if the ack does not come. The standard has evolved through generations (802.11b, g, n, ac, ax / Wi-Fi 6, be / Wi-Fi 7), each adding speed via wider channels, smarter modulation, and multiple antennas (MIMO), mostly in the 2.4, 5, and 6 GHz bands.
Why it matters: Wi-Fi carries the majority of the world's wireless data, and most of what feels like the Internet at home is actually a Wi-Fi link followed by a wired one. Two honest caveats. First, Wi-Fi gives you a link to a local network, not the Internet by itself — you still need the access point's upstream connection, addressing via DHCP, and the layers above. Second, the open air is shared and snoopable; Wi-Fi security (WPA2, WPA3) encrypts the radio link so neighbors cannot read it, but that protects only the hop to the access point — end-to-end secrecy still depends on TLS/HTTPS above.
Your phone shows it is connected to Wi-Fi network HomeNet with three bars. Behind that single icon: it has associated with an access point broadcasting the SSID HomeNet, received an IP address by DHCP, and is now sending frames over CSMA/CA, each one acknowledged by the AP.
One Wi-Fi icon hides association, addressing, and a polite MAC.
Wi-Fi and the Internet are not the same thing. You can be on Wi-Fi with full bars and still have no Internet if the access point's upstream link is down — the radio hop succeeded, the path beyond it did not.