Unit 2
Unit 2
BY
K THYAGARAJAN, ICT Head
1. Andrew S. Tanenbaum,”Computer Networks”, Fourth
Edition, Pearson Education.
Controller
Transceiver Cable
Vampire Taps
Core
Transceiver
Transceiver Transceiver
+ Cable
Controller
BNC T
connector
62
◼ The 802.11 Frame Structure
◼ The 802.11 standard defines three different classes
of frames on the wire: data, control, and
management
◼ The format of the data frame is shown in Fig. 4-30.
K Thyagarajan , Assoc
Professor , Dept Of CSE,
14:25:56 63 SVCET
◼ the Frame Control field. It itself has 11 subfields.
◼ The first of these is the Protocol version, which allows
two versions of the protocol to operate at the same
time in the same cell.
◼ Then the Type (data, control, or management) and
Subtype fields (e.g., RTS or CTS).
◼ The To DS and From DS bits indicate the frame is
going to or coming from the inter cell distribution
system (e.g., Ethernet). The MF bit means that more
fragments will follow.
K Thyagarajan , Assoc
◼ The Retry bit marks a retransmission of aProfessorframe , Deptsent
Of CSE,
14:25:56 64 SVCET
earlier.
◼ The Power management bit is used by the base
station to put the receiver into sleep state or take it out
of sleep state.
◼ The More bit indicates that the sender has additional
frames for the receiver.
◼ The W bit specifies that the frame body has been
encrypted using the WEP (Wired Equivalent Privacy)
algorithm.
◼ Finally, the O bit tells the receiver that a sequence of
frames with this bit on must be processed strictly in
order. K Thyagarajan , Assoc
Professor , Dept Of CSE,
14:25:56 65 SVCET
◼ The second field of the data frame, the Duration field,
tells how long the frame and its acknowledgement will
occupy the channel
◼ The frame header contains four addresses, all in
standard IEEE 802 format. The source and destination
are obviously needed, but what are the other two for?
Remember that frames may enter or leave a cell via a
base station. The other two addresses are used for the
source and destination base stations for intercell
traffic.
66
◼ The Sequence field allows fragments to be numbered.
Of the 16 bits available, 12 identify the frame and 4
identify the fragment.
◼ The Data field contains the payload, up to 2312 bytes,
followed by the usual Checksum