SlideShare a Scribd company logo
1 of 25
Download to read offline
Communication
Networks
Wireless LAN
– IEEE 802.11
Overview of Module - 2
• Framing
• What is Framing
• Types of Framing
• Methods for identifying the
boundaries
• Flow Control
• What is flow control
• Types of flow control
• Access Control
• What is access control
• Types of access control
• Ethernet – IEEE 802.3
• Evolution of Ethernet
• Frame Format of Ethernet
• Access Control for Ethernet
• Performance Evaluation of Ethernet
• WLAN – IEEE 802.11
• Architecture
• Bluetooth
• WIFI
• Zigbee
• 6LowPan
• Network Layer Services
• IPv4
• Packet switching
• Network Layer Protocols
Visit www.youtube.com/GURUKULA for Lecture Videos
In this session:
ARCHITECTURAL
COMPARISON
PROBLEMS IN
WLANs
ADDRESSING
MODES
ACCESS
METHOD
MAC LAYERS OF
WLAN
FRAME
FORMAT
ARCHITECTURE OF
WLAN
Visit www.youtube.com/GURUKULA for Lecture Videos
Architectural Comparison
• Obviously, its wired.
• Hosts are always connected
to the network
• Lack of mobility
• Point to point
communication
• Obviously, its wire free.
• Hosts need not be always
connected to the network
• High mobility
• Broad cast
communication
Similarities and connection to other NWs
Similarities:
Both uses PHYSICAL Addressing modes
Connecting to other NWs:
In wireless cases only the internal or limited area is wireless.
Example, The connection between your laptop and the
modem in your home is wireless. But still the connections
behind the modem are wired. (Remember ISP’s and Back
Bone Networks)
Problems in Wireless LANs (WLAN)
Unpredictable
Environment Reliability of message as
we cannot send it for
intended user
Power Requirements
for transmitting and
receiving
There are lots of chances
for Eavesdropping
➢ All these issues are common problems that arises
when we migrate from wired to wireless mode of
communication.
➢ As a communication engineer , we should
incorporate required mechanisms to overcome
these challengesVisit www.youtube.com/GURUKULA for Lecture Videos
Lets discuss in Engineering Perspective
Attenuation:
➢ The strength of electromagnetic signals decreases rapidly because
the signal disperses in all directions;
➢ The situation becomes worse with mobile senders that operate on
batteries and normally have small power supplies.
Interference:
➢ Another issue is that a receiver may receive signals not only from
the intended sender, but also from other senders if they are using
the same frequency band.
Multipath Propagation:
➢ A receiver may receive more than one signal from the
same sender because electromagnetic waves can be
reflected back from obstacles such as walls, the
ground, or objects. The result is that the receiver
receives some signals at different phases (because
they travel different paths). This makes the signal less
recognizable.
Access Control
Mechanism –
CSMA CA
Visit www.youtube.com/GURUKULA for Lecture Videos
Why not CSMA – CD in WLANs ?
1. Need for Full Duplex
To detect a collision, a host needs to send and receive at the same time, which means the host needs to work in a
duplex mode. Wireless hosts do not have enough power to do so. They can only send or receive at one time.
2. Hidden Node Problem:
• Any node present in their respective region can hear all of its respective
transmission
• From figure station C is outside the coverage of station A
• Station A is outside the coverage of station C
• Station B is covered by both A and C. Hence it can hear all communications
from A and C as well.
• A sends data to B. after some time C sends data to B. this leads in collision. (C
does not know that A is transmitting the data to B)
• In this case A and C are hidden Nodes to each other.
• This problem is overcome by using handshaking signals before transmission
3. Signal Fading
Due to large distance between the stations fading occurs. This prevents the station at one end from hearing
a collision at other end. Visit www.youtube.com/GURUKULA for Lecture Videos
Architecture of 802.11
• IEEE 802.11 standard defines 2 types of services they are
• Basic Service Set – BSS
• Extended Service Set – ESS
Visit www.youtube.com/GURUKULA for Lecture Videos
Basic Service Set (BSS)
• BSS is made up of stationary or
mobile stations and an optional
central base station known as Access
Point (AP)
• BSS without AP is called as Ad hoc
Networks
• BSS with AP is called as
Infrastructure Network
Visit www.youtube.com/GURUKULA for Lecture Videos
Extended Service Set
•ESS is made up of more BSS and
are connected to a “Distributed
Systems”
•The Distributed systems
connects the AP’s in the BSS
•There are 2 types of stations
➢Mobile Stations
➢Stationary Stations
Visit www.youtube.com/GURUKULA for Lecture Videos
Frame Format of IEEE 802.11 [WLANs]
• The MAC layer frame contains 9 fields.
Visit www.youtube.com/GURUKULA for Lecture Videos
Type of Frames
• There are 3 types of Frames
• Management Frame:
• These frames are used for initial communications between the
stations and access points
• Control Frame:
• These frames are used for accessing the channel and
acknowledging the frames.
• It can be an RTS frame, CTS Frame or ACK Frame
• Data Frames:
• These frames are used for carrying the data and control
information
Frame Control (FC) :
• Defines the type of the frame and some other
control information.
• It has 11 sub fields.
Protocol Version :
• It defines the version of the protocol.
Type :
• It defines the type of information.
• 00 – management frame
• 01 – control frame
• 10 – data frame
Sub Type :
• It defines the sub type of each frame.
• 1011 – RTS Frame
• 1100 – CTS Frame
• 1101 - Acknowledgement
More Flag :
• When this bit is “1” it indicated more fragments are to
be received
Retry :
• When this bit is “1” it indicates the retransmitted
frame
Pwr Mgt (Power Management) :
• When this bit is “1” it indicates station is in
power management Mode
More Data:
• When this bit is “1” it indicates station has more
data to send
WEP (Wired Equivalent Privacy):
• When this bit is “1” it indicates encryption is
implemented
RSVD (Reserved):
• This is reserved for future use
D (Duration):
• This field defines the duration of the
transmission used to set the NAV timers
• This is used as the ID for control frames
Addresses:
• There are 4 address fields
• The values in the address fields depends on the
values of “to DS” and “From DS” sub fields
SC (Sequence Control):
• This field defines the sequence number of the
frames for flow control.
Frame Body :
• This field can be between 0 bytes to 2312 bytes.
• This field contains the actual information based
on the values of the sub fields
FCS (Frame control Sequence):
• This field carries the 32 bit CRC for error
detection and Correction.
Visitwww.youtube.com/GURUKULAfor
LectureVideos
Addressing Mechanisms / Modes
• The values of the 4 Address fields will be decided based
on the values of “To DS” and “From DS”
Address 1:
• This field is always the address of next device
Address 2:
• This field is always the address of previous device
Address 3:
• This field is always the address of final destination if
it is not defined by address 1
Address 4:
• This field is always the address of Original Source if
it is not defined by address 2
ADDRESS REPRESENTS
1 Address of Next Device
2 Address of Previous device
3 Address of Final Destination
4 Address of Original Source
Understanding Addressing
1 2 3
Visit www.youtube.com/GURUKULA for Lecture Videos
Case 1
• In this case the frame is not
going to DS (To DS =0) also
not coming from DS (From
DS =0)
• The frame is moving from
one station to another
station of same BSS without
passing through DS
Visit www.youtube.com/GURUKULA for Lecture Videos
Case 2
• In this case the frame is not
coming from DS (From DS
=0) and the frame is going
to DS (To DS =1)
• The frame comes from a
station and going to the AP
Visit www.youtube.com/GURUKULA for Lecture Videos
Case 3
• In this case the frame is
coming from DS (From DS
=1) and the frame is going to
DS (To DS =1)
• The frame comes from AP
of one BSS and going to the
AP of another BSS
Visit www.youtube.com/GURUKULA for Lecture Videos
Case 4
• In this case the frame is
coming from a DS (From
DS =1) and the frame is not
going to DS (To DS =0)
• The frame comes from AP
and going to the station
Visit www.youtube.com/GURUKULA for Lecture Videos
MAC Layers of 802.11
• The MAC sublayer contains 2 protocols
• Distributed Coordination Function – DCF
• Point Coordination Function – PCF
• These 2 protocols are related with the access methods of the standard
Distributed Coordination Function
Point Coordination Function
Visit www.youtube.com/GURUKULA for Lecture Videos
Session Summary
ARCHITECTURAL
COMPARISON
PROBLEMS IN
WLANs
ADDRESSING
MODES
ACCESS
METHOD
MAC LAYERS OF
WLAN
FRAME
FORMAT
ARCHITECTURE OF
WLAN
Visit www.youtube.com/GURUKULA for Lecture Videos
References:
• Behrouz A. Forouzan, ―Data communication and Networking, Fifth
Edition, Tata McGraw – Hill, 2013
• Larry L. Peterson, Bruce S. Davie, ―Computer Networks: A Systems
Approach, Fifth Edition, Morgan Kaufmann Publishers, 2011.
• Few online References (Will be Mentioned in the description Section)
Thank You…

More Related Content

What's hot (20)

Sliding window protocol
Sliding window protocolSliding window protocol
Sliding window protocol
 
Token bus
Token busToken bus
Token bus
 
STP Protection
STP ProtectionSTP Protection
STP Protection
 
Multiple access control protocol
Multiple access control protocol Multiple access control protocol
Multiple access control protocol
 
2.8 bluetooth ieee 802.15
2.8 bluetooth   ieee 802.152.8 bluetooth   ieee 802.15
2.8 bluetooth ieee 802.15
 
Multiple Access Protocal
Multiple Access ProtocalMultiple Access Protocal
Multiple Access Protocal
 
Mobile Originated Call Process in Simple Words
Mobile Originated Call Process in Simple WordsMobile Originated Call Process in Simple Words
Mobile Originated Call Process in Simple Words
 
Ieee 802.11 wireless lan
Ieee 802.11 wireless lanIeee 802.11 wireless lan
Ieee 802.11 wireless lan
 
GSM Radio interface
GSM Radio interfaceGSM Radio interface
GSM Radio interface
 
Frame Relay
Frame RelayFrame Relay
Frame Relay
 
GSM Location area update
GSM Location area updateGSM Location area update
GSM Location area update
 
Signaling system 7 (ss7)
Signaling system 7 (ss7)Signaling system 7 (ss7)
Signaling system 7 (ss7)
 
LTE Air Interface
LTE Air InterfaceLTE Air Interface
LTE Air Interface
 
Introduction to Data-Link Layer
Introduction to Data-Link LayerIntroduction to Data-Link Layer
Introduction to Data-Link Layer
 
Carrier Sense Multiple Access (CSMA)
Carrier Sense Multiple Access (CSMA)Carrier Sense Multiple Access (CSMA)
Carrier Sense Multiple Access (CSMA)
 
Topic: Virtual circuit & message switching
Topic: Virtual circuit & message switchingTopic: Virtual circuit & message switching
Topic: Virtual circuit & message switching
 
Data link layer
Data link layerData link layer
Data link layer
 
Computer Network - Network Layer
Computer Network - Network LayerComputer Network - Network Layer
Computer Network - Network Layer
 
Bluetooth protocol stack
Bluetooth protocol stackBluetooth protocol stack
Bluetooth protocol stack
 
IEEE 802.11
IEEE 802.11IEEE 802.11
IEEE 802.11
 

Similar to 2.7 wlan ieee 802.11

Computer networks unit ii
Computer networks    unit iiComputer networks    unit ii
Computer networks unit iiJAIGANESH SEKAR
 
wireless lan presentation.ppt
wireless lan presentation.pptwireless lan presentation.ppt
wireless lan presentation.pptHODElex
 
campus_design_eng1.ppt
campus_design_eng1.pptcampus_design_eng1.ppt
campus_design_eng1.pptchali100
 
MEDIUM-ACCESS CONTROL SUB LAYER.ppt
MEDIUM-ACCESS CONTROL SUB LAYER.pptMEDIUM-ACCESS CONTROL SUB LAYER.ppt
MEDIUM-ACCESS CONTROL SUB LAYER.pptDrTThendralCompSci
 
WiFi Networks.pdf
WiFi Networks.pdfWiFi Networks.pdf
WiFi Networks.pdfwaqas232871
 
Dc ch08 : local area network overview
Dc ch08 : local area network overviewDc ch08 : local area network overview
Dc ch08 : local area network overviewSyaiful Ahdan
 
lecture06-link-layer.pdf
lecture06-link-layer.pdflecture06-link-layer.pdf
lecture06-link-layer.pdfEnics
 
Basic switch and switch configuration.pptx
Basic switch and switch configuration.pptxBasic switch and switch configuration.pptx
Basic switch and switch configuration.pptxitwkd
 
CS553_ST7_Ch15-LANOverview (1).ppt
CS553_ST7_Ch15-LANOverview (1).pptCS553_ST7_Ch15-LANOverview (1).ppt
CS553_ST7_Ch15-LANOverview (1).pptMekiPetitSeg
 
CS553_ST7_Ch15-LANOverview.ppt
CS553_ST7_Ch15-LANOverview.pptCS553_ST7_Ch15-LANOverview.ppt
CS553_ST7_Ch15-LANOverview.pptSmitNiks
 
CS553_ST7_Ch15-LANOverview.ppt
CS553_ST7_Ch15-LANOverview.pptCS553_ST7_Ch15-LANOverview.ppt
CS553_ST7_Ch15-LANOverview.pptssuser2cc0d4
 
layer2-network-design.ppt
layer2-network-design.pptlayer2-network-design.ppt
layer2-network-design.pptVimalMallick
 
Media Access Control
Media Access ControlMedia Access Control
Media Access ControlHusnainHadi
 
26 Collision & Broadcast Domain.pptx
26 Collision & Broadcast Domain.pptx26 Collision & Broadcast Domain.pptx
26 Collision & Broadcast Domain.pptxEnumulaBhargava1
 
IEEE and Lower Level LAN Protocols.ppt
IEEE and Lower Level LAN Protocols.pptIEEE and Lower Level LAN Protocols.ppt
IEEE and Lower Level LAN Protocols.pptHODElex
 
layer2-network-design.ppt
layer2-network-design.pptlayer2-network-design.ppt
layer2-network-design.pptPatrick Theuri
 
Switching Concepts presentation
Switching Concepts presentationSwitching Concepts presentation
Switching Concepts presentationzameer Abbas
 

Similar to 2.7 wlan ieee 802.11 (20)

2.6 ethernet ieee 802.3
2.6 ethernet   ieee 802.32.6 ethernet   ieee 802.3
2.6 ethernet ieee 802.3
 
Computer networks unit ii
Computer networks    unit iiComputer networks    unit ii
Computer networks unit ii
 
wireless lan presentation.ppt
wireless lan presentation.pptwireless lan presentation.ppt
wireless lan presentation.ppt
 
campus_design_eng1.ppt
campus_design_eng1.pptcampus_design_eng1.ppt
campus_design_eng1.ppt
 
UNIT-3 (2).pptx
UNIT-3 (2).pptxUNIT-3 (2).pptx
UNIT-3 (2).pptx
 
MEDIUM-ACCESS CONTROL SUB LAYER.ppt
MEDIUM-ACCESS CONTROL SUB LAYER.pptMEDIUM-ACCESS CONTROL SUB LAYER.ppt
MEDIUM-ACCESS CONTROL SUB LAYER.ppt
 
WiFi Networks.pdf
WiFi Networks.pdfWiFi Networks.pdf
WiFi Networks.pdf
 
CCNA- part 8 switch
CCNA- part 8 switchCCNA- part 8 switch
CCNA- part 8 switch
 
Dc ch08 : local area network overview
Dc ch08 : local area network overviewDc ch08 : local area network overview
Dc ch08 : local area network overview
 
lecture06-link-layer.pdf
lecture06-link-layer.pdflecture06-link-layer.pdf
lecture06-link-layer.pdf
 
Basic switch and switch configuration.pptx
Basic switch and switch configuration.pptxBasic switch and switch configuration.pptx
Basic switch and switch configuration.pptx
 
CS553_ST7_Ch15-LANOverview (1).ppt
CS553_ST7_Ch15-LANOverview (1).pptCS553_ST7_Ch15-LANOverview (1).ppt
CS553_ST7_Ch15-LANOverview (1).ppt
 
CS553_ST7_Ch15-LANOverview.ppt
CS553_ST7_Ch15-LANOverview.pptCS553_ST7_Ch15-LANOverview.ppt
CS553_ST7_Ch15-LANOverview.ppt
 
CS553_ST7_Ch15-LANOverview.ppt
CS553_ST7_Ch15-LANOverview.pptCS553_ST7_Ch15-LANOverview.ppt
CS553_ST7_Ch15-LANOverview.ppt
 
layer2-network-design.ppt
layer2-network-design.pptlayer2-network-design.ppt
layer2-network-design.ppt
 
Media Access Control
Media Access ControlMedia Access Control
Media Access Control
 
26 Collision & Broadcast Domain.pptx
26 Collision & Broadcast Domain.pptx26 Collision & Broadcast Domain.pptx
26 Collision & Broadcast Domain.pptx
 
IEEE and Lower Level LAN Protocols.ppt
IEEE and Lower Level LAN Protocols.pptIEEE and Lower Level LAN Protocols.ppt
IEEE and Lower Level LAN Protocols.ppt
 
layer2-network-design.ppt
layer2-network-design.pptlayer2-network-design.ppt
layer2-network-design.ppt
 
Switching Concepts presentation
Switching Concepts presentationSwitching Concepts presentation
Switching Concepts presentation
 

More from JAIGANESH SEKAR

Ec8551 communication networks mcq question bank
Ec8551   communication networks mcq question bank Ec8551   communication networks mcq question bank
Ec8551 communication networks mcq question bank JAIGANESH SEKAR
 
2.3b access control random access methods - part 3 - csma ca
2.3b access control   random access methods - part 3 - csma ca2.3b access control   random access methods - part 3 - csma ca
2.3b access control random access methods - part 3 - csma caJAIGANESH SEKAR
 
2.10b network layer services i pv4 - variable length subnetting
2.10b network layer services  i pv4 - variable length subnetting2.10b network layer services  i pv4 - variable length subnetting
2.10b network layer services i pv4 - variable length subnettingJAIGANESH SEKAR
 
2.10a network layer services i pv4 - fixed length subnetting
2.10a network layer services  i pv4 - fixed length subnetting2.10a network layer services  i pv4 - fixed length subnetting
2.10a network layer services i pv4 - fixed length subnettingJAIGANESH SEKAR
 
2.10 network layer services i pv4
2.10 network layer services  i pv42.10 network layer services  i pv4
2.10 network layer services i pv4JAIGANESH SEKAR
 
2.9 network layer services packet switching
2.9 network layer services   packet switching2.9 network layer services   packet switching
2.9 network layer services packet switchingJAIGANESH SEKAR
 
2.5 access control channelization methods
2.5 access control   channelization methods2.5 access control   channelization methods
2.5 access control channelization methodsJAIGANESH SEKAR
 
2.4 access control controlled access methods
2.4 access control   controlled access methods2.4 access control   controlled access methods
2.4 access control controlled access methodsJAIGANESH SEKAR
 
2.3a access control random access methods - part 2 - csma cd
2.3a access control   random access methods - part 2 - csma cd2.3a access control   random access methods - part 2 - csma cd
2.3a access control random access methods - part 2 - csma cdJAIGANESH SEKAR
 
2.3 access control random access methods - part 1
2.3 access control   random access methods - part 12.3 access control   random access methods - part 1
2.3 access control random access methods - part 1JAIGANESH SEKAR
 
9. data link layer error correction codes - hamming code
9. data link layer   error correction codes - hamming code9. data link layer   error correction codes - hamming code
9. data link layer error correction codes - hamming codeJAIGANESH SEKAR
 
8. data link layer error detection and correction codes - crc
8. data link layer   error detection and correction codes - crc8. data link layer   error detection and correction codes - crc
8. data link layer error detection and correction codes - crcJAIGANESH SEKAR
 
7. data link layer error detection and correction codes - parity and checksum
7. data link layer   error detection and correction codes - parity and checksum7. data link layer   error detection and correction codes - parity and checksum
7. data link layer error detection and correction codes - parity and checksumJAIGANESH SEKAR
 
6. data link layer physical addressing
6. data link layer   physical addressing6. data link layer   physical addressing
6. data link layer physical addressingJAIGANESH SEKAR
 
2. overview of data communication part 1
2. overview of data communication   part 12. overview of data communication   part 1
2. overview of data communication part 1JAIGANESH SEKAR
 
3. overview of data communication part 2
3. overview of data communication   part 23. overview of data communication   part 2
3. overview of data communication part 2JAIGANESH SEKAR
 
1. introduction to communication networks subject introduction
1. introduction to communication networks   subject introduction1. introduction to communication networks   subject introduction
1. introduction to communication networks subject introductionJAIGANESH SEKAR
 

More from JAIGANESH SEKAR (20)

Ec8551 communication networks mcq question bank
Ec8551   communication networks mcq question bank Ec8551   communication networks mcq question bank
Ec8551 communication networks mcq question bank
 
2.3b access control random access methods - part 3 - csma ca
2.3b access control   random access methods - part 3 - csma ca2.3b access control   random access methods - part 3 - csma ca
2.3b access control random access methods - part 3 - csma ca
 
2.10b network layer services i pv4 - variable length subnetting
2.10b network layer services  i pv4 - variable length subnetting2.10b network layer services  i pv4 - variable length subnetting
2.10b network layer services i pv4 - variable length subnetting
 
2.10a network layer services i pv4 - fixed length subnetting
2.10a network layer services  i pv4 - fixed length subnetting2.10a network layer services  i pv4 - fixed length subnetting
2.10a network layer services i pv4 - fixed length subnetting
 
2.10 network layer services i pv4
2.10 network layer services  i pv42.10 network layer services  i pv4
2.10 network layer services i pv4
 
2.9 network layer services packet switching
2.9 network layer services   packet switching2.9 network layer services   packet switching
2.9 network layer services packet switching
 
2.5 access control channelization methods
2.5 access control   channelization methods2.5 access control   channelization methods
2.5 access control channelization methods
 
2.4 access control controlled access methods
2.4 access control   controlled access methods2.4 access control   controlled access methods
2.4 access control controlled access methods
 
2.3a access control random access methods - part 2 - csma cd
2.3a access control   random access methods - part 2 - csma cd2.3a access control   random access methods - part 2 - csma cd
2.3a access control random access methods - part 2 - csma cd
 
2.3 access control random access methods - part 1
2.3 access control   random access methods - part 12.3 access control   random access methods - part 1
2.3 access control random access methods - part 1
 
2.2 flow control
2.2 flow control2.2 flow control
2.2 flow control
 
2.1 framing
2.1 framing2.1 framing
2.1 framing
 
9. data link layer error correction codes - hamming code
9. data link layer   error correction codes - hamming code9. data link layer   error correction codes - hamming code
9. data link layer error correction codes - hamming code
 
8. data link layer error detection and correction codes - crc
8. data link layer   error detection and correction codes - crc8. data link layer   error detection and correction codes - crc
8. data link layer error detection and correction codes - crc
 
7. data link layer error detection and correction codes - parity and checksum
7. data link layer   error detection and correction codes - parity and checksum7. data link layer   error detection and correction codes - parity and checksum
7. data link layer error detection and correction codes - parity and checksum
 
6. data link layer physical addressing
6. data link layer   physical addressing6. data link layer   physical addressing
6. data link layer physical addressing
 
5. protocol layering
5. protocol layering5. protocol layering
5. protocol layering
 
2. overview of data communication part 1
2. overview of data communication   part 12. overview of data communication   part 1
2. overview of data communication part 1
 
3. overview of data communication part 2
3. overview of data communication   part 23. overview of data communication   part 2
3. overview of data communication part 2
 
1. introduction to communication networks subject introduction
1. introduction to communication networks   subject introduction1. introduction to communication networks   subject introduction
1. introduction to communication networks subject introduction
 

Recently uploaded

Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 

Recently uploaded (20)

Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 

2.7 wlan ieee 802.11

  • 2. Overview of Module - 2 • Framing • What is Framing • Types of Framing • Methods for identifying the boundaries • Flow Control • What is flow control • Types of flow control • Access Control • What is access control • Types of access control • Ethernet – IEEE 802.3 • Evolution of Ethernet • Frame Format of Ethernet • Access Control for Ethernet • Performance Evaluation of Ethernet • WLAN – IEEE 802.11 • Architecture • Bluetooth • WIFI • Zigbee • 6LowPan • Network Layer Services • IPv4 • Packet switching • Network Layer Protocols Visit www.youtube.com/GURUKULA for Lecture Videos
  • 3. In this session: ARCHITECTURAL COMPARISON PROBLEMS IN WLANs ADDRESSING MODES ACCESS METHOD MAC LAYERS OF WLAN FRAME FORMAT ARCHITECTURE OF WLAN Visit www.youtube.com/GURUKULA for Lecture Videos
  • 4. Architectural Comparison • Obviously, its wired. • Hosts are always connected to the network • Lack of mobility • Point to point communication • Obviously, its wire free. • Hosts need not be always connected to the network • High mobility • Broad cast communication Similarities and connection to other NWs Similarities: Both uses PHYSICAL Addressing modes Connecting to other NWs: In wireless cases only the internal or limited area is wireless. Example, The connection between your laptop and the modem in your home is wireless. But still the connections behind the modem are wired. (Remember ISP’s and Back Bone Networks)
  • 5. Problems in Wireless LANs (WLAN) Unpredictable Environment Reliability of message as we cannot send it for intended user Power Requirements for transmitting and receiving There are lots of chances for Eavesdropping ➢ All these issues are common problems that arises when we migrate from wired to wireless mode of communication. ➢ As a communication engineer , we should incorporate required mechanisms to overcome these challengesVisit www.youtube.com/GURUKULA for Lecture Videos
  • 6. Lets discuss in Engineering Perspective Attenuation: ➢ The strength of electromagnetic signals decreases rapidly because the signal disperses in all directions; ➢ The situation becomes worse with mobile senders that operate on batteries and normally have small power supplies. Interference: ➢ Another issue is that a receiver may receive signals not only from the intended sender, but also from other senders if they are using the same frequency band. Multipath Propagation: ➢ A receiver may receive more than one signal from the same sender because electromagnetic waves can be reflected back from obstacles such as walls, the ground, or objects. The result is that the receiver receives some signals at different phases (because they travel different paths). This makes the signal less recognizable.
  • 7. Access Control Mechanism – CSMA CA Visit www.youtube.com/GURUKULA for Lecture Videos
  • 8. Why not CSMA – CD in WLANs ? 1. Need for Full Duplex To detect a collision, a host needs to send and receive at the same time, which means the host needs to work in a duplex mode. Wireless hosts do not have enough power to do so. They can only send or receive at one time. 2. Hidden Node Problem: • Any node present in their respective region can hear all of its respective transmission • From figure station C is outside the coverage of station A • Station A is outside the coverage of station C • Station B is covered by both A and C. Hence it can hear all communications from A and C as well. • A sends data to B. after some time C sends data to B. this leads in collision. (C does not know that A is transmitting the data to B) • In this case A and C are hidden Nodes to each other. • This problem is overcome by using handshaking signals before transmission 3. Signal Fading Due to large distance between the stations fading occurs. This prevents the station at one end from hearing a collision at other end. Visit www.youtube.com/GURUKULA for Lecture Videos
  • 9. Architecture of 802.11 • IEEE 802.11 standard defines 2 types of services they are • Basic Service Set – BSS • Extended Service Set – ESS Visit www.youtube.com/GURUKULA for Lecture Videos
  • 10. Basic Service Set (BSS) • BSS is made up of stationary or mobile stations and an optional central base station known as Access Point (AP) • BSS without AP is called as Ad hoc Networks • BSS with AP is called as Infrastructure Network Visit www.youtube.com/GURUKULA for Lecture Videos
  • 11. Extended Service Set •ESS is made up of more BSS and are connected to a “Distributed Systems” •The Distributed systems connects the AP’s in the BSS •There are 2 types of stations ➢Mobile Stations ➢Stationary Stations Visit www.youtube.com/GURUKULA for Lecture Videos
  • 12. Frame Format of IEEE 802.11 [WLANs] • The MAC layer frame contains 9 fields. Visit www.youtube.com/GURUKULA for Lecture Videos
  • 13. Type of Frames • There are 3 types of Frames • Management Frame: • These frames are used for initial communications between the stations and access points • Control Frame: • These frames are used for accessing the channel and acknowledging the frames. • It can be an RTS frame, CTS Frame or ACK Frame • Data Frames: • These frames are used for carrying the data and control information
  • 14. Frame Control (FC) : • Defines the type of the frame and some other control information. • It has 11 sub fields. Protocol Version : • It defines the version of the protocol. Type : • It defines the type of information. • 00 – management frame • 01 – control frame • 10 – data frame Sub Type : • It defines the sub type of each frame. • 1011 – RTS Frame • 1100 – CTS Frame • 1101 - Acknowledgement More Flag : • When this bit is “1” it indicated more fragments are to be received Retry : • When this bit is “1” it indicates the retransmitted frame Pwr Mgt (Power Management) : • When this bit is “1” it indicates station is in power management Mode More Data: • When this bit is “1” it indicates station has more data to send WEP (Wired Equivalent Privacy): • When this bit is “1” it indicates encryption is implemented RSVD (Reserved): • This is reserved for future use D (Duration): • This field defines the duration of the transmission used to set the NAV timers • This is used as the ID for control frames Addresses: • There are 4 address fields • The values in the address fields depends on the values of “to DS” and “From DS” sub fields SC (Sequence Control): • This field defines the sequence number of the frames for flow control. Frame Body : • This field can be between 0 bytes to 2312 bytes. • This field contains the actual information based on the values of the sub fields FCS (Frame control Sequence): • This field carries the 32 bit CRC for error detection and Correction. Visitwww.youtube.com/GURUKULAfor LectureVideos
  • 15. Addressing Mechanisms / Modes • The values of the 4 Address fields will be decided based on the values of “To DS” and “From DS” Address 1: • This field is always the address of next device Address 2: • This field is always the address of previous device Address 3: • This field is always the address of final destination if it is not defined by address 1 Address 4: • This field is always the address of Original Source if it is not defined by address 2 ADDRESS REPRESENTS 1 Address of Next Device 2 Address of Previous device 3 Address of Final Destination 4 Address of Original Source
  • 16. Understanding Addressing 1 2 3 Visit www.youtube.com/GURUKULA for Lecture Videos
  • 17. Case 1 • In this case the frame is not going to DS (To DS =0) also not coming from DS (From DS =0) • The frame is moving from one station to another station of same BSS without passing through DS Visit www.youtube.com/GURUKULA for Lecture Videos
  • 18. Case 2 • In this case the frame is not coming from DS (From DS =0) and the frame is going to DS (To DS =1) • The frame comes from a station and going to the AP Visit www.youtube.com/GURUKULA for Lecture Videos
  • 19. Case 3 • In this case the frame is coming from DS (From DS =1) and the frame is going to DS (To DS =1) • The frame comes from AP of one BSS and going to the AP of another BSS Visit www.youtube.com/GURUKULA for Lecture Videos
  • 20. Case 4 • In this case the frame is coming from a DS (From DS =1) and the frame is not going to DS (To DS =0) • The frame comes from AP and going to the station Visit www.youtube.com/GURUKULA for Lecture Videos
  • 21. MAC Layers of 802.11 • The MAC sublayer contains 2 protocols • Distributed Coordination Function – DCF • Point Coordination Function – PCF • These 2 protocols are related with the access methods of the standard
  • 23. Point Coordination Function Visit www.youtube.com/GURUKULA for Lecture Videos
  • 24. Session Summary ARCHITECTURAL COMPARISON PROBLEMS IN WLANs ADDRESSING MODES ACCESS METHOD MAC LAYERS OF WLAN FRAME FORMAT ARCHITECTURE OF WLAN Visit www.youtube.com/GURUKULA for Lecture Videos
  • 25. References: • Behrouz A. Forouzan, ―Data communication and Networking, Fifth Edition, Tata McGraw – Hill, 2013 • Larry L. Peterson, Bruce S. Davie, ―Computer Networks: A Systems Approach, Fifth Edition, Morgan Kaufmann Publishers, 2011. • Few online References (Will be Mentioned in the description Section) Thank You…