SlideShare a Scribd company logo
Qos wlan
ACKNOWLEDGEMENT
 A BIG THANKS TO ALL WHO HAVE MADE THIS
 PROJECT POSSIBLE ESPECIALLY TO THE HEAD OF
 OUR DEPARTMENT FOR GIVING US THE
 PERMISSION TO USE THE M.TECH LAB FOR OUR
 PROJRCT WORK.
 A VERY SPECIAL THANKS TO OUR PROJECT GUIDE
 MRS. SANDHYA PATTANAYAK.WITHOUT HER
 THIS PROJECT WOULD HAVE BEEN IMPOSSIBLE.
PROJECT DONE BY:-

                   SUSHANT KUMAR
                   VENKATESH PANDEY
                   SHABBIR CHUNAWALA
                   ALOK RANJAN UPADHYAY


 PROJECT GUIDE:-

              MRS.SANDHYA PATTANAYAK
CONTENTS
 AIM OF PROJECT
 OVERVIEW OF 802.11
 MAC PROTOCOLS
     DCF PROTOCOL
     EDCF PROTOCOL
 NETWORK SIMULATION & RESULTS
 CONCLUSION
AIM OF PROJECT
The main objectives of the Project are:

 The study of basic concepts and issues of Wireless/Cellular network that can
  improve the QoS of a cellular WLAN. Mainly focusing on Medium Access
  Control layer of Open Systems Interconnection (OSI) model.

 Study various existing Medium Access Control protocols of cellular WLAN.

 Implementation and comparison of efficient mechanisms that can improve
  the
 QoS of WLAN by using OPNET Modeler’s wireless module.

 Study the results obtained, and recommend the best possible protocol that can
   provide high QoS under respective network traffic conditions.
WHAT IS WLAN?
 A wireless LAN or WLAN is a wireless local area
  network that uses radio waves as its carrier.
 The last link with the users is wireless, to give a
  network connection to all users in a building or
  campus.
 The backbone network usually uses cables.
  Wireless LANs operate in almost the same way as
  wired LANs, using the same networking protocols
  and supporting the most of the same applications.
AN OVERVIEW OF IEEE 802.11
 IEEE 802.11 advantages:
  • Broadband bandwidth capability
  • Low deployment cost
  • Internet services access anytime,
    anywhere
  • Mobility and connectivity



                                        7
 IEEE 802.11 disadvantages:


   Best effort services
   No build in QoS modification of
    existing standards required
   Shared medium




                                       8
Interframe Spacing
 Varying interframe spacings create different
  priority levels for different types of traffic.
 The high-priority traffic doesn't have to wait as
  long after the medium has become idle.
 To assist with interoperability between different
  data rates, the interframe space is a fixed amount
  of time, independent of the transmission speed.



                                                       9
 Short interframe space (SIFS)
   The SIFS is used for the highest-priority
   transmissions, such as RTS/CTS frames and positive
   acknowledgments.

 PCF interframe space (PIFS)
   The PIFS is used by the PCF during contention-free
    operation.
   Stations with data to transmit in the contention-free
    period can transmit after the PIFS has elapsed and
    preempt any contention-based traffic.


                                                            10
 DCF interframe space (DIFS)
   The DIFS is the minimum medium idle time for
    contention-based services.
   Stations may have immediate access to the medium
    if it has been free for a period longer than the DIFS.

 Extended interframe space (EIFS)
   It is not a fixed interval.
   It is used only when there is an error in frame
    transmission.



                                                             11
MAC
PROTOCOLS
Distributed Coordination Function
(DCF)
 The DCF is the basis of the standard CSMA/CA
  access mechanism.
 Like Ethernet, it first checks to see that the radio
  link is clear before transmitting.
 To avoid collisions, stations use a random backoff
  after each frame, with the first transmitter seizing
 the channel.


                                                         13
 In some circumstances, the DCF may use the
  CTS/RTS clearing technique to further reduce
 the possibility of collisions.
 Most traffic uses the DCF, which provides a
  standard Ethernet-like contention-based
 service.
 The DCF allows multiple independent stations
  to interact without central control, and thus
  may be used in either IBSS networks or in
  infrastructure networks.

                                                  14
Figure 6. RTS/CTS clearing

                             15
Backoff with the DCF
 A period called the contention window or backoff window
  follows the DIFS.
 This window is divided into slots.
 Stations pick a random slot and wait for that slot before
  attempting to access the medium; all slots are equally likely
  selections.
 When several stations are attempting to transmit, the
  station that picks the first slot (the station with the lowest
  random number) wins.


                                                                   16
Figure 7. Diagrammatic representation of DCF access
          method



                                                      17
EDCF ( Enhanced DCF )
  EDCF is a contention-based channel access
   scheme.
  EDCF provides differentiated service, distributed
  access to the wireless medium for 8 delivery
  priorities.

  EDCF access channel on each ESTA uses at most 8
  prioritized output queues, one for each delivery
  priority, called Traffic Categories (TCs).
                                                       18
 The CWmin and CWmax parameters can be set
  differently for different traffic categories, such
  as, a high priority TC with small values of
  CWmin and CWmax.
 Instead of using a DIFS, as a minimum
  specified idle duration time as defined in DCF,
  a new kind of interframe space called
  Arbitration Interframe Space (AIFS) is used.



                                                       19
Figure : Diagrammatic representation of EDCF
           access method



                                               20
 A single station may implement up to eight
  transmission queues realized as virtual stations
  inside a station, with QoS parameters that
  determine their priorities.
 If the counters of two or more parallel TCs in a
  single station reach zero at the same time, a
  scheduler inside the station avoids the virtual
  collision.



                                                     21
Figure : Virtual backoff of eight traffic categories

                                                       22
NETWORK
SIMULATIONS
  & RESULT
Qos wlan
APPLICATIONS CONFIGURED

                      WEB BROWSING
                       (BACKGROUND)

                      EMAIL(BACKGROUND)

                      FILE TRANSFER (BEST
                       EFFORT)

                      DATABASE ACCESS(BEST
                       EFFORT)

                      VIDEO CONFERENCE
                       (INTERACTIVE MULTIMEDIA)

                      VOICE(INTERACTIVE VOICE)
PROFILES CONFIGURED


                       FTP,DATA,VOICE
                       ALL APPLICATIONS
                       WEB,EMAIL,FTP,
                        DATA
                       WEB,EMAIL,
                        VIDEO
                       WEB,EMAIL
                       FTP,DATA
                       VIDEO,VOICE
EDCA PARAMETERS

             APPLICATION CWmin   CWmax

               VOICE       3       7

               VIDEO       7       15

             BEST EFFORT   31      1023

             BACKGROUND    31      1023
RESULTS-DCF




THROUGHPUT    MAC DELAY
RESULTS-EDCF
MAC DELAY
             THE MAC DELAY
             VARIES WITH THE
             PRIORITY LEVELS OF
             THE APPLICATION.
             HIGHER THE PRIORITY
             LOWER THE MAC
             DELAY.
COMPARISON OF DCF & EDCF
               THE
               THROUGHPUT OF
               BOTH
               PROTOCOLS
               SEEMS TO BE
               IDENTICAL.


  THROUGHPUT
COMPARISON-MAC DELAY
               THE MAC DELAY
               OF EDCF IS
               GREATER THAN
               THAT OF DCF.
               DCF PERFORMS
               BETTER IN THIS
               REGARD
   MAC DELAY
COMPARISON-RETRANSMISSION
ATTEMPTS
                   THE NO. OF
                   RETRANSMISSION
                   ATTEMPTS FOR EDCF IS
                   MORE THAN DCF BECAUSE
                   OF A LARGE NO
                   COLLISSIONS.
                   DCF HAS COLLISSION
                   AVOIDANCE MECHANISM
                   THUS HAS LOW NO. OF
                   RETRANSMISSION.

  RETRANSMISSION
     ATTEMPTS
CONCLUSION
The results obtained from simulation shows that Enhanced
Distribution Coordination Function provides efficient
mechanism for service differentiation and hence provides quality
of service to the Wireless LAN. However, this improvement
comes at a cost of a decrease in quality of the lower priority
traffic up to the point of starvation. The acquisition of the radio
channel by the higher priority traffic is much more aggressive
than for the lower priority. Higher priority traffic benefited,
while lower priority traffic suffered. In terms of overall
performance (under the used simulation conditions in this
particular study of QoS of Wireless LAN), DCF performs
marginally well than EDCF. This happens due to reason that in
EDCF mechanism, each AC function acts like a virtual station for
medium access, so more collision will be expected for EDCF
scenario.
THANK YOU!!!!
QUESTIONS
 ??????

More Related Content

PDF
Design and simulation of wireless local area network for administrative offic...
PPT
Presentation on basic networking
PDF
Siemens Industrial Training
PDF
Different Issues and Survey of Proposed Solutions in TCP over Wireless Enviro...
PPT
Ccna report
PDF
Networking Basics
PPT
Networking Concepts Lesson 06 - Protocols - Eric Vanderburg
DOCX
Network protocols
Design and simulation of wireless local area network for administrative offic...
Presentation on basic networking
Siemens Industrial Training
Different Issues and Survey of Proposed Solutions in TCP over Wireless Enviro...
Ccna report
Networking Basics
Networking Concepts Lesson 06 - Protocols - Eric Vanderburg
Network protocols

What's hot (20)

PDF
Paper id 21201485
PDF
Chapter 14 Important questions
PPT
Data Communication and Computer Networking Part # 2
PPT
Chapter 1: Introduction to Data Communication and Networks
PPTX
Basic networking
PDF
CCNA Report
PDF
Modeling, Configuration and Performance Analysis of the customized network us...
PDF
CCNA project-report
PPTX
Chapter 7 v8.0
PDF
The Network Layer
PPT
PDF
HIGH SPEED NETWORKS
PPTX
Computer Networks - Unit 1 PPT
PPT
FEGTS IP training - TCP/IP Introduction
PPT
DOC
19 20 cn q bf inal
PPTX
Comparison between traditional vpn and mpls vpn
PPT
PPTX
Implementation of intelligent wide area network(wan)
PPT
Bluetooth 1
Paper id 21201485
Chapter 14 Important questions
Data Communication and Computer Networking Part # 2
Chapter 1: Introduction to Data Communication and Networks
Basic networking
CCNA Report
Modeling, Configuration and Performance Analysis of the customized network us...
CCNA project-report
Chapter 7 v8.0
The Network Layer
HIGH SPEED NETWORKS
Computer Networks - Unit 1 PPT
FEGTS IP training - TCP/IP Introduction
19 20 cn q bf inal
Comparison between traditional vpn and mpls vpn
Implementation of intelligent wide area network(wan)
Bluetooth 1
Ad

Viewers also liked (20)

PPTX
Opnet final year project in ludhiana
PPT
Opnet simulator
DOCX
opnet lab report
PDF
Performance and handoff evaluation of heterogeneous wireless networks 2
PPTX
Opnet14.04
PPTX
Mobile Ad Hoc Network of Simulation Framework Based on OPNET
PPTX
Enhancing Voice over WLAN via Rate Adaptation and Retry Scheduling
PPTX
Nexus 1000v
PDF
BRKVIR-3013 Deploying and Troubleshooting the Nexus 1000v Virtual Switch on ...
DOCX
Lab 4 final report
PPTX
newtwork opnet app project
PDF
Opnet tutorial
PPSX
آشنایی با Opnet
PPT
Radioaffpre
PDF
Vijay_ICCN-11
DOC
Network lab manual
PPT
Network simulator survey
Opnet final year project in ludhiana
Opnet simulator
opnet lab report
Performance and handoff evaluation of heterogeneous wireless networks 2
Opnet14.04
Mobile Ad Hoc Network of Simulation Framework Based on OPNET
Enhancing Voice over WLAN via Rate Adaptation and Retry Scheduling
Nexus 1000v
BRKVIR-3013 Deploying and Troubleshooting the Nexus 1000v Virtual Switch on ...
Lab 4 final report
newtwork opnet app project
Opnet tutorial
آشنایی با Opnet
Radioaffpre
Vijay_ICCN-11
Network lab manual
Network simulator survey
Ad

Similar to Qos wlan (20)

PDF
P26093098
PDF
Quality of Service for Video Streaming using EDCA in MANET
PPT
Media Access and Internetworking
PDF
ON THE SUPPORT OF MULTIMEDIA APPLICATIONS OVER WIRELESS MESH NETWORKS
PPTX
Frame relay
PPTX
Basic concept of frame relay
PDF
Welcome to International Journal of Engineering Research and Development (IJERD)
PDF
Comparative study of various voip applications in 802.11 a wireless network s...
PPTX
PPTX
Shubham chakravarty ppt_wcan
PPT
C C N A Day5
PDF
Aj32242252
PPT
PDF
Design and Evaluation of MAC Protocol Strategies Techniques in Wireless Ad Ho...
PDF
Module 4 netwok layer,routing ,vlan,x.25doc
PDF
Module 5 high speed swan,atm,transport layer
PPT
Ccna day5
PPT
PDF
Ccna day5-140715152501-phpapp01
PPT
P26093098
Quality of Service for Video Streaming using EDCA in MANET
Media Access and Internetworking
ON THE SUPPORT OF MULTIMEDIA APPLICATIONS OVER WIRELESS MESH NETWORKS
Frame relay
Basic concept of frame relay
Welcome to International Journal of Engineering Research and Development (IJERD)
Comparative study of various voip applications in 802.11 a wireless network s...
Shubham chakravarty ppt_wcan
C C N A Day5
Aj32242252
Design and Evaluation of MAC Protocol Strategies Techniques in Wireless Ad Ho...
Module 4 netwok layer,routing ,vlan,x.25doc
Module 5 high speed swan,atm,transport layer
Ccna day5
Ccna day5-140715152501-phpapp01

Recently uploaded (20)

PPTX
Cell Types and Its function , kingdom of life
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
Classroom Observation Tools for Teachers
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
Lesson notes of climatology university.
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
Computing-Curriculum for Schools in Ghana
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PDF
01-Introduction-to-Information-Management.pdf
Cell Types and Its function , kingdom of life
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Supply Chain Operations Speaking Notes -ICLT Program
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Module 4: Burden of Disease Tutorial Slides S2 2025
Classroom Observation Tools for Teachers
O7-L3 Supply Chain Operations - ICLT Program
Microbial diseases, their pathogenesis and prophylaxis
Lesson notes of climatology university.
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
O5-L3 Freight Transport Ops (International) V1.pdf
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
Computing-Curriculum for Schools in Ghana
Pharmacology of Heart Failure /Pharmacotherapy of CHF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
human mycosis Human fungal infections are called human mycosis..pptx
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
01-Introduction-to-Information-Management.pdf

Qos wlan

  • 2. ACKNOWLEDGEMENT  A BIG THANKS TO ALL WHO HAVE MADE THIS PROJECT POSSIBLE ESPECIALLY TO THE HEAD OF OUR DEPARTMENT FOR GIVING US THE PERMISSION TO USE THE M.TECH LAB FOR OUR PROJRCT WORK. A VERY SPECIAL THANKS TO OUR PROJECT GUIDE MRS. SANDHYA PATTANAYAK.WITHOUT HER THIS PROJECT WOULD HAVE BEEN IMPOSSIBLE.
  • 3. PROJECT DONE BY:- SUSHANT KUMAR VENKATESH PANDEY SHABBIR CHUNAWALA ALOK RANJAN UPADHYAY PROJECT GUIDE:- MRS.SANDHYA PATTANAYAK
  • 4. CONTENTS  AIM OF PROJECT  OVERVIEW OF 802.11  MAC PROTOCOLS DCF PROTOCOL EDCF PROTOCOL  NETWORK SIMULATION & RESULTS  CONCLUSION
  • 5. AIM OF PROJECT The main objectives of the Project are:  The study of basic concepts and issues of Wireless/Cellular network that can improve the QoS of a cellular WLAN. Mainly focusing on Medium Access Control layer of Open Systems Interconnection (OSI) model.  Study various existing Medium Access Control protocols of cellular WLAN.  Implementation and comparison of efficient mechanisms that can improve the  QoS of WLAN by using OPNET Modeler’s wireless module.  Study the results obtained, and recommend the best possible protocol that can provide high QoS under respective network traffic conditions.
  • 6. WHAT IS WLAN?  A wireless LAN or WLAN is a wireless local area network that uses radio waves as its carrier.  The last link with the users is wireless, to give a network connection to all users in a building or campus.  The backbone network usually uses cables. Wireless LANs operate in almost the same way as wired LANs, using the same networking protocols and supporting the most of the same applications.
  • 7. AN OVERVIEW OF IEEE 802.11  IEEE 802.11 advantages: • Broadband bandwidth capability • Low deployment cost • Internet services access anytime, anywhere • Mobility and connectivity 7
  • 8.  IEEE 802.11 disadvantages:  Best effort services  No build in QoS modification of existing standards required  Shared medium 8
  • 9. Interframe Spacing  Varying interframe spacings create different priority levels for different types of traffic.  The high-priority traffic doesn't have to wait as long after the medium has become idle.  To assist with interoperability between different data rates, the interframe space is a fixed amount of time, independent of the transmission speed. 9
  • 10.  Short interframe space (SIFS)  The SIFS is used for the highest-priority transmissions, such as RTS/CTS frames and positive acknowledgments.  PCF interframe space (PIFS)  The PIFS is used by the PCF during contention-free operation.  Stations with data to transmit in the contention-free period can transmit after the PIFS has elapsed and preempt any contention-based traffic. 10
  • 11.  DCF interframe space (DIFS)  The DIFS is the minimum medium idle time for contention-based services.  Stations may have immediate access to the medium if it has been free for a period longer than the DIFS.  Extended interframe space (EIFS)  It is not a fixed interval.  It is used only when there is an error in frame transmission. 11
  • 13. Distributed Coordination Function (DCF)  The DCF is the basis of the standard CSMA/CA access mechanism.  Like Ethernet, it first checks to see that the radio link is clear before transmitting.  To avoid collisions, stations use a random backoff after each frame, with the first transmitter seizing the channel. 13
  • 14.  In some circumstances, the DCF may use the CTS/RTS clearing technique to further reduce the possibility of collisions.  Most traffic uses the DCF, which provides a standard Ethernet-like contention-based service.  The DCF allows multiple independent stations to interact without central control, and thus may be used in either IBSS networks or in infrastructure networks. 14
  • 15. Figure 6. RTS/CTS clearing 15
  • 16. Backoff with the DCF  A period called the contention window or backoff window follows the DIFS.  This window is divided into slots.  Stations pick a random slot and wait for that slot before attempting to access the medium; all slots are equally likely selections.  When several stations are attempting to transmit, the station that picks the first slot (the station with the lowest random number) wins. 16
  • 17. Figure 7. Diagrammatic representation of DCF access method 17
  • 18. EDCF ( Enhanced DCF )  EDCF is a contention-based channel access scheme.  EDCF provides differentiated service, distributed access to the wireless medium for 8 delivery priorities.  EDCF access channel on each ESTA uses at most 8 prioritized output queues, one for each delivery priority, called Traffic Categories (TCs). 18
  • 19.  The CWmin and CWmax parameters can be set differently for different traffic categories, such as, a high priority TC with small values of CWmin and CWmax.  Instead of using a DIFS, as a minimum specified idle duration time as defined in DCF, a new kind of interframe space called Arbitration Interframe Space (AIFS) is used. 19
  • 20. Figure : Diagrammatic representation of EDCF access method 20
  • 21.  A single station may implement up to eight transmission queues realized as virtual stations inside a station, with QoS parameters that determine their priorities.  If the counters of two or more parallel TCs in a single station reach zero at the same time, a scheduler inside the station avoids the virtual collision. 21
  • 22. Figure : Virtual backoff of eight traffic categories 22
  • 25. APPLICATIONS CONFIGURED  WEB BROWSING (BACKGROUND)  EMAIL(BACKGROUND)  FILE TRANSFER (BEST EFFORT)  DATABASE ACCESS(BEST EFFORT)  VIDEO CONFERENCE (INTERACTIVE MULTIMEDIA)  VOICE(INTERACTIVE VOICE)
  • 26. PROFILES CONFIGURED  FTP,DATA,VOICE  ALL APPLICATIONS  WEB,EMAIL,FTP, DATA  WEB,EMAIL, VIDEO  WEB,EMAIL  FTP,DATA  VIDEO,VOICE
  • 27. EDCA PARAMETERS APPLICATION CWmin CWmax VOICE 3 7 VIDEO 7 15 BEST EFFORT 31 1023 BACKGROUND 31 1023
  • 30. MAC DELAY  THE MAC DELAY VARIES WITH THE PRIORITY LEVELS OF THE APPLICATION. HIGHER THE PRIORITY LOWER THE MAC DELAY.
  • 31. COMPARISON OF DCF & EDCF THE THROUGHPUT OF BOTH PROTOCOLS SEEMS TO BE IDENTICAL. THROUGHPUT
  • 32. COMPARISON-MAC DELAY THE MAC DELAY OF EDCF IS GREATER THAN THAT OF DCF. DCF PERFORMS BETTER IN THIS REGARD MAC DELAY
  • 33. COMPARISON-RETRANSMISSION ATTEMPTS THE NO. OF RETRANSMISSION ATTEMPTS FOR EDCF IS MORE THAN DCF BECAUSE OF A LARGE NO COLLISSIONS. DCF HAS COLLISSION AVOIDANCE MECHANISM THUS HAS LOW NO. OF RETRANSMISSION. RETRANSMISSION ATTEMPTS
  • 34. CONCLUSION The results obtained from simulation shows that Enhanced Distribution Coordination Function provides efficient mechanism for service differentiation and hence provides quality of service to the Wireless LAN. However, this improvement comes at a cost of a decrease in quality of the lower priority traffic up to the point of starvation. The acquisition of the radio channel by the higher priority traffic is much more aggressive than for the lower priority. Higher priority traffic benefited, while lower priority traffic suffered. In terms of overall performance (under the used simulation conditions in this particular study of QoS of Wireless LAN), DCF performs marginally well than EDCF. This happens due to reason that in EDCF mechanism, each AC function acts like a virtual station for medium access, so more collision will be expected for EDCF scenario.