Wifi - 802.11

Wireless Fidelity, and is Trademarked by Wi-Fi Alliance.

Any "wireless local area network (WLAN) products that are
based on the Institute of Electrical and Electronics Engineers'
(IEEE) 802.11 standards."

There have been a lot of changes to the standard over time:

Pasted image 20250116160011.png

Note

The Wifi4/5/6 name changes were done mainly for marketing alone.

As we moved to higher frequencies, the problem we saw with Fiber Optic Cable applies here: they are sent faster but the range is shorter in terms of distance.

Some common terms:

Frame

Pasted image 20250116161040.png

Here:

Pasted image 20250116161315.png

This is all considered one LAN, defined by a subnet (defined later).

Authentication

Pasted image 20250116161529.png

This is defined in the IEEE Standards (Ethernet and Wireless Standards). This would be by username and password. Some common terms:

ALOHA Protocol

Sending data to different points would cause collisions as multiple devices try to talk to one Wireless Access Point (WAP). Thus the ALOHA Protocol was made. Before they used Pure ALOHA:

Carrier Senses Multiple Access with Collision Avoidance (CSMA/CA)

When a station has data to send, you find the roundtrip time and use that as your slot time, denoted MAXRTT. You sense the channel:

Note

This is different than Ethernet since that just will send data and hope for the best. Here for the Wifi standard the ACK check make sure that we can keep resending until we get the right data.