5.5 Wireless Networking Flashcards
WIRELESS NETWORKING
Wireless networking is a way to network without wires.
IEEE 802.1
The most common specifications for how wireless networking devices should communicate are defined by the IEEE 802.11 standards.
This set of specifications, also called the 802.11 family make-up the set of technologies we call Wi-Fi.
The most common specifications you might run into are:
802.11b
802.11a
802.11g
802.11n
802.11ac.
In terms of our networking model, you should think of 802.11 protocols as defining how we operate at both the physical and the data link layers.
FREQUENCY BAND
A frequency band is a certain section of the radio spectrum that’s been agreed upon to be used for certain communications.
Wi-Fi networks operate on a few different frequency bands, most commonly the 2.4 gigahertz and 5 gigahertz bands.
802.11 FRAME
An 802.11 frame has a number of fields:
1 FRAME CONTROL FIELD
2 DURATION FIELD
3 SOURCE ADDRESS FIELD
4 INTENDED DESTINATION FIELD
5 RECEIVER ADDRESS
6 SEQUENCE CONTROL FIELD
7 TRANSMITTER ADDRESS
8 DATA PAYLOAD
9 FRAME CHECK SEQUENCE
1 FRAME CONTROL FIELD
Is 16 bits long and contains a number of sub-fields that are used to describe how the frame itself should be processed.
2 DURATION FIELD
It specifies how long the total frame is. The receiver knows how long it should expect to have to listen to the transmission.
3 SOURCE ADDRESS FIELD
Represents the MAC address of the sending device.
WIRELESS ACCESS POINT
Is a device that bridges the wireless and wired portions of a network.
4 INTENDED DESTINATION FIELD
5 RECEIVER ADDRESS
The MAC address of the access point that should receive the frame.
7 TRANSMITTER ADDRESS
The MAC address of whatever has just transmitted the frame.
6 SEQUENCE CONTROL FIELD
Is 16 bits long and mainly contains a sequence number used to keep track of ordering the frames
8 DATA PAYLOAD
Has all of the data of the protocols further up the stack.
9 FRAME CHECK SEQUENCE
Contains a checksum used for a cyclical redundancy check.
AD-HOC NETWORKS
Nodes all speak directly to each other.
In an ad-hoc network, there isn’t really any supporting network infrastructure.