How To Create A Simulator For Wireless Local Area Network (Ieee) And Wireless Network (Ipo) Networks

Size: px
Start display at page:

Download "How To Create A Simulator For Wireless Local Area Network (Ieee) And Wireless Network (Ipo) Networks"

Transcription

1 ISSN : (Print) ISSN : (Online) Simulator to Analyze QoS for /a/g standards Rohit Sharma SUSCET, Tangori, Mohali, Punjab, India rohit9299@yahoo.com IJCST Vo l. 1, Is s u e 2, De ce m b e r 21 Abstract I have developed a simulator that simulates the behavior and performance of distinct wireless local area network standards, and in terms of few Quality of Service Parameters. Simulation measures the Quality of Service in terms of media access delay, network throughput, network bandwidth utilization and total packet delay. Simulator helps to predict which wireless standard is better for wireless communication in distinct wireless networks. In the presented work Simulator for /a/g standards operate under the distinct network topologies and same traffic scenarios. Simulator represents simulation results in the form of graphs. The simulation time taken by simulator is approximately is 15 seconds. Keywords,,, MAC Access Modes. I. Introduction Wireless network nodes communicate with each other by line of sight and mobile nodes with RF antennas. The major motivation and benefit from Wireless LANs [1] is increased mobility. The advantages for WLAN include cost-effective network setup for hard-to-wire locations such as older buildings and solidwall structures and reduced cost of ownership-particularly in dynamic environments requiring frequent modification, thanks to minimal wiring and installation costs per device and user. The standard IEEE [2] specifies two raw data rates of 1 and 2 Megabits per second (Mbps) to be transmitted via Infrared (IR) signals or by either Frequency hopping (FH) or Direct-Sequence Spread Spectrum (DSSS) in the Industrial Scientific Medical (ISM) frequency band at 2.4 GHz. The legacy IEEE was rapidly supplemented by. IEEE 82.11b has a maximum raw data rate of 11 Mbps and uses the same Carrier Sense Multiple Access network with Collision Avoidance (CSMA/CA) is a media access method. In case of the CSMA/CA protocol, can achieve throughput about 5.9 Mbps using Transmission Control Protocol (TCP) and 7.1 Mbps using User Datagram Protocol (UDP). Technically, the standard uses Complementary Code Keying (CCK) as its modulation technique, which is a variation of Code Division Multiple Access (CDMA) [3]. Technically, the IEEE 82.11b standard uses Complementary Code Keying (CCK) as its modulation technique, which is a variation of Code Division Multiple Access (CDMA). Both and were ratified in The standard uses the same core protocol as, operates in 5 GHz band and uses a 52-subcarrier Orthogonal Frequency Division Multiplexing (OFDM) [4] with maximum raw data rate of 54 Mbps. The data rate can be reduced to 48, 36, 24, 18, 12, 9 then 6 Mbps if required. It is not interoperable with, except if using equipment that implements both standards. In June 23, a third modulation standard was ratified i.e.. This extension works in the 2.4 GHz band like 82.11b but operates at a maximum raw data rate of 54 Mbps, or about 24.7 Mbps net throughput like 82.11a. hardware is compatible with hardware. However, the presence of an participant significantly reduces the speed of an network. The modulation scheme used in is OFDM for data rates of 6, 9, 12, 18, 24, 36, 48 and 54 Mbps, and reverts to like IEEE 82.11b CCK for 5.5 and 11 Mbps and Differential Binary Phase Shift Keying or Differential Quadrature Phase Shift Keying with DSSS (DBPSK/DQPSK+DSSS) for 1 and 2 Mbps. Even though operates in the same frequency band as, it can achieve higher data rates because of its similarities to. The maximum range of IEEE 82.11g devices is slightly greater that of IEEE82.11b devices, but the range in which a client can achieve the full 54 Mbps data rate is much shorter than that of which a client can reach 11 Mbps. The presented work examines the Quality of Service (QoS) parameters for, and that are extensions of the IEEE standard. To know which standard is best suited for a particular environment, I developed a simulator that simulates the various physical layer extensions of IEEE II. MAC Access Modes The IEEE protocol supports two modes or operations to control media access in the wireless network these are: A. Distributed Coordination Function. B. Point Coordination Function. A. Distributed Coordination Function The DCF uses the mechanism of Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA) [6] for contention based access. This function checks first to start transmission between various nodes in the wireless network. The stations use a random backoff after each frame to avoid collision. It can also use CTS/RTS clearing technique [5] to reduce the possibility of collisions in the wireless network. B. Point Coordination Function The PCF uses the contention free access or service, which uses the access point to control all activities in the cell. This function is based upon infrastructure wireless networks. The PCF allows nodes to transmit frames after a shorter interval, which increases the efficiency of the wireless network. III. Carrier Sensing Functions and Network Allocation Vector Carrier sensing uses two functions to determine medium is available in the wireless network. The carrier sensing functions in IEEE are: A. Physical Carrier Sensing Function B. Virtual Carrier Sensing Function A. Physical Carrier Sensing Function Physical carrier sensing (PCS) is one of the two main interference International Journal of Computer Science and Technology 91

2 IJCST Vo l. 1, Is s u e 2, De ce m b e r 21 mitigation (contention resolution) mechanisms defined in the PHY/MAC layers of WLANs. A node that intends to transmit first assesses the current channel state (this is generically termed as Clear Channel Assessment or CCA) [7] by comparing the measured on-air received energy against a predefined PCS threshold to determine if it should contend for channel access as per the CSMA/CA protocol. Each node samples the net energy level on-air and initiates channel access only if the detected value is below the threshold, indicating that the channel is free of significant ongoing transmissions. The PCS threshold effectively defines a carrier sensing range that denotes an area wherein a secondary transmitter is prevented from contending for access so as to not disrupt the reference transmission. B. Virtual Carrier Sensing Function The Virtual Carrier Sensing is provided by the Network Allocation Vector (NAV). In the wireless network a station waiting to transmit a packet will first transmit a short control packet called Request To Send (RTS) [8] which includes the source, destination and the duration of the following transaction (the packet and the respective ACK). If the medium is free, the destination station responds with a response control packet called Clear To Send (CTS) which includes the same duration information. All stations receiving either RTS and/or CTS, set their Virtual Carrier Sense indicator (called NAV, for Network Allocation Vector) [9], for the given duration and use this information together with the Physical Carrier Sense when sensing the medium. The mechanism reduces the probability of a collision on the receiver area by a station that is hidden from the transmitter to the short duration of the RTS transmission because the station hears the CTS and reserves the medium as busy until the end of the transmission. The duration information on the RTS also protects the transmitter area from collision during the ACK potentially caused from stations that are out of range of the acknowledgment station. Due the short frames of RTS and CTS, the method also reduces the overhead of collisions. If the packet is significantly bigger than the RTS, the packets can be transmitted without the RTS/CTS transaction. The station controls the process by RTS Threshold setting. The transmitting node or A, sends an RTS request to AP requesting to reserve a fixed amount of time necessary to transmit a frame of given length. When the medium is available, the AP broadcasts a CTS message that all stations can hear and B has the requested amount of air time. IV. Simulation Simulator is proposed software that analysis and compare three physical standards, and IEEE 82.11g on the user input parameters. In this research paper a Simulator named as Simabg is developed and designed that simulates physical standards of IEEE i.e. IEEE 82.11b, and. This simulator is developed and designed using Visual Basic tool, which is a programming language. The Visual Basic is used due to its simplicity and has capability to develop Graphical User Interface (GUI) applications. The typical features of Simulator named Simabg are as follows: 1. It supports different data rates in terms of, and standards. 92 International Journal of Computer Science and Technology ISSN : (Print) ISSN : (Online) 2. It analysis and compare three protocol standards of IEEE 82.11, which shows MAC layer performance in terms of Media Access Delay, Network Throughput, Network Bandwidth Utilization and Total Packet Delay. 3. Support of the new CTS-to-Self virtual carrier sense and protection mechanism: This means that a node can support RTS/CTS protection mechanism or new defined specification in i.e. CTS-to-Self virtual sense mechanism for better network performance. 4. Support for specifying RTS threshold value. 5. It supports Exponential Distribution for Packet Length Distribution and Packet Generation Rate Distribution processes. 6. Simulator is easy to operate and Graphical User Interface. The following metrics are used to compare the standards in the proposed simulator: 1. Media Access Delay (msec): The delay of a packet from the time it is picked from the transmitter until it is successfully received from the receiver. This statistic contains the delay due to retransmission attempts and the transmission delay. 2. Network Throughput (bps): The number of successfully transmitted bits per second by a node in a specific time interval. 3. Network Bandwidth Utilization (percentage): The percentage of the channel capacity the node occupied. 4. Total Packet Delay (msec): It is the sum of the media access delay and the queuing delay. It considers the total delay from the birth of a packet until its reception from the receiver. A. Configuring the Simulator Simulator Simabg includes three physical standards IEEE 82.11b, and used in wireless Local Area Networks. The physical layer elements that can be config.d include: MAC Layer Configuration Event Configuration Statistical Results Configuration Physical Layer Configuration Data Rate Configuration Packet Generation Rate Configuration Packet Length Configuration 1. MAC Layer Configuration The MAC layer (Fig-1) parameters that can be config.d in the simulator are: Access Mechanism: Simulator Simabg is designed to use one of the three access mechanism, which are Basic access, RTS/CTS or CTS-to-self. CTS-to-Self is a new protection mechanism only supported by standard. RTS Threshold: It is used to specify the RTS threshold in bits. In case packet larger than RTS threshold then the protection mechanism will be enabled. If packet length is equal to or smaller than RTS threshold then no protection mechanism will be enabled. It can support only integer values. The minimum and maximum values of RTS bits are and 2347 respectively. Simulator assigns by default 5 bits to RTS, In case user assigns wrong value like alphanumeric, negative value and greater than maximum value. To enable protection mechanism always, set the

3 ISSN : (Print) ISSN : (Online) RTS threshold to zero. IJCST Vo l. 1, Is s u e 2, De ce m b e r 21 form the network to be simulated. The presented simulator named Simabg can simulate only 1 nodes in the wireless network. Fig. 1: MAC, Event and Statistical Results Configuration Fig. 2: Network Configuration for 2. Event Configuration The Even configuration (Fig.1) includes following components: Simulation Time: This option sets the time period for which simulation will be run for the analysis and comparative study of three wireless physical standards. It is measured in seconds. Collected Vales per Statistics: This option is approximately equivalent to the Simulation Time. It specifies the time period taken by per statistics run in the simulator. In this simulator named Simabg, the Collected Values per Statistics kept approximately equal to the Simulation Time measurements. 3. Statistical Results Configuration The Statistical Configurations (Fig.1) used in the simulator to predict comparative analysis of, and standards. Statistical Results Configuration includes following components: Media Access Delay (msec): This option is used to get statistical results regarding media access delay of the nodes in the wireless network. Network Throughput (bps): This option is used to get statistical results regarding throughput of the nodes in the wireless network. Network Bandwidth Utilization (percentage): This option is used to get statistical results regarding Bandwidth Utilization of the nodes in the wireless network. Total Packet Delay (msec): This option is used to get statistical results regarding total packet delay of the nodes in the wireless network. 4. Physical Layer Configuration The simulation supports the selection of one of the available physical layers for wireless network. Physical layer (Fig. 2, Fig. 3 & Fig. 4) components that can be config.d include: Physical layer extension of IEEE standard: One of the physical layer extensions among, IEEE 82.11a and can be chosen. Number of nodes: It specifies the number of nodes that Fig. 3: Network Configuration for Fig. 4: Network Configuration for 5. Data Rate Configuration The Simulator supports one of the available data rates for available physical layer extensions. The data rate components (Fig. 2, Fig. 3 & Fig. 4) that can be config.d include: International Journal of Computer Science and Technology 93

4 IJCST Vo l. 1, Is s u e 2, De ce m b e r 21 Date Rate configuration for : Under this configuration, simulator can choose one of the data rates out of 1 Mbps, 2 Mbps, 5.5 Mbps and 11 Mbps. Date Rate Configuration for : Under this configuration, simulator can choose one of the date rates out of 6 Mbps, 9 Mbps, 12 Mbps, 18 Mbps, 24 Mbps, 36 Mbps, 48 Mbps and 54 Mbps. Date Rate Configuration for : Under this configuration, simulator can choose one of the date rates out of 6 Mbps, 9 Mbps, 12 Mbps, 18 Mbps, 24 Mbps, 36 Mbps, 48 Mbps and 54 Mbps. 6. Packet Generation Rate Configuration The Packet Generation Rate Configuration (Fig-2, Fig-3 & Fig-4) includes components as: Packet Generation Rate Distribution: This simulator considers exponential distribution for packet generation. Packet Generation Rate Mean: This option used to set the mean value of packet generation rate in packets per second. 7. Packet Length Configuration The Packet Length Configuration (Fig-2, Fig-3 & Fig-4) considers the following components: Packet Length Distribution: This simulator considers exponential distribution to obey packet length rules. Packet Length Mean: This option represent the mean value of the packet length in bits. The maximum value the protocol supports is bits. V. Simulation Results Simulator named Simabg can analyze and evaluate the performance of, and standards under the same network topology and traffic scenarios, in terms of Quality of Service (QoS) parameters such as: Media Access Control Network Throughput Network Bandwidth Utilization Total Packet Delay A. Simulation Parameters The various parameters used to simulate the four metrics (Media Access Delay, Network Throughput, Network Bandwidth Utilization and Total Packet Delay) for comparing and analyzing standards under consideration are kept same until or unless a standard lacks support for a particular parameter. The different simulation parameters used in simulator to evaluation are shown in Table-1. B. Performance Evaluation Metrics The performance measures used in the simulator are mentioned with results obtained after simulation, evaluation and comparative analysis of physical standards. Table-1 Simulation Parameters. Parameter Value Simulation Time Number of values per statistic 15 sec 149 (Assumed to be approximately equal to 15 sec) Access Mechanism RTS/CTS for & CTS-to-Self for IEEE 82.11g RTS Threshold P a c k e t Distribution L e n g t h Mean Packet Length Packet Generation Rate Distribution M e a n P a c k e t Generation Rate Number of Nodes to 2347 bits and default value in exceptional cases is 5 bits. Exponential Distribution (Fixed in Simulator) 8 bits Exponential Distribution (Fixed in Simulator) 8 Packets/Sec 1 (Fixed in Simulator) Data Rate 11 Mbps for IEEE 82.11b 54 Mbps for and 1. Media Access Delay Media Access Delay as name specifies is a delay caused by the network from picking a packet from the transmitter until the reception of packet by the receiver. Fig.-5 illustrates the Media Access Delay for, and IEEE 82.11g standards. Delay (msec) Media Access Delay Wireless Nodes Fig. 5: Media Access Delay ISSN : (Print) ISSN : (Online) After simulation process, Simulator predicts graph that indicates media access delay of the is quite lesser than standard, though being comparable to the. This means that performs better transmission in the wireless local area network due to shorter delays. The outcome shown in the above Fig. predicts mean Media Access Delays for 1 nodes, the number of nodes remained fixed throughout the life time of the simulator Simabg. The Media Access Delay is mathematically expressed as: 94 International Journal of Computer Science and Technology

5 ISSN : (Print) ISSN : (Online) Media Access Delay = Transmission Time / Successful Transmission Network Bandwidth Utilization IJCST Vo l. 1, Is s u e 2, De ce m b e r Network Throughput The network throughput considers number of bits successfully transmitted by a node in the specific time interval. The Fig.-6 illustrates the network throughputs for, IEEE 82.11a and standards. Network Throughput Bandwidth Utilization Time (sec) Throughput (kbps) Time (sec) Fig. 6: Network Throughputs. The Network Throughput is mathematically expressed as: Network Throughput = (Number of bits successfully transmitted by node i ) / Time Interval After analysis and comparative study, the simulator predicts graph that indicates the network throughput of is higher than the and standards. It can be easily explained as a consequence of the RTS/CTS exchange signaling, which adds some extra overhead to the network. However the difference between the throughputs of and is not much. Arithmetically speaking, the calculated mean difference between the throughputs of and is about 5%, however, mean difference between the throughputs of IEEE 82.11a and is approximately 3%. This predicts that nodes transmitting bits under the wireless standard IEEE 82.11g are much faster, efficient and productive. 3. Network Bandwidth Utilization The Network Bandwidth Utilization represents the percentage of the channel capacity is occupied by the node in the wireless network. The Fig.-7 illustrates the Network Bandwidth Utilization for the, and standards respectively. Fig. 7: Network Bandwidth Utilization The Network Utilization considers the nodes throughput in bits per second divided with the nodes data rate. Therefore, the Total network Bandwidth Utilization is the sum of the Bandwidth Utilization of the nodes. The graph predicted by the simulator Simabg indicates that the has higher network utilization against the other two physical layer extensions i.e. and IEEE 82.11a. As the data rate for the /g and IEEE 82.11b is used to be maximum i.e. 54 Mbps and 11 Mbps, therefore above graph justifies the behavior of the three physical extensions under consideration because Network Bandwidth Utilization is inversely proportional to the Data Rate. It is easily comprehensible that higher the data rate lesser will be the time for which the channel is being utilized in the wireless network and vice-versa. The Network Bandwidth Utilization is mathematically expressed as: Network Utilization = (Throughput of node i ) / (Data Rate of node i ) 4. Total Packet Delay The Total Packet Delay is the total delay from the birth of a packet until its reception by the receiver. The Queuing Delay is expressed as the delay from the birth of a packet until the transmitter picks it up for transmission; it means the time or which packet waits in the packet pool or queue. The Total Packet Delay is the sum of Media Access delay and Queuing Delay. The Total Packet Delay is mathematically is expressed as: Total Packet Delay = Media Access Delay + Queuing Delay Delay (msec) Total Packet Delay Time (sec) Fig. 8: Total Packet Delay International Journal of Computer Science and Technology 95

6 IJCST Vo l. 1, Is s u e 2, De ce m b e r 21 The simulators predictions regarding Total Packet Delay are shown in Fig.-8. The graph predicted by simulator indicates that the total packet delay is high for as compared to and standards. This could be explained that the contribution of media access delay is much high to the total packet delay as compared to the queuing delay. The analysis and comparative study through simulator predicts that is better standard to be utilized in the wireless local area network. VI. Conclusion Simabg Simulator is the proposed wireless system designed to analyze and compare different routing physical standards of IEEE (, and ) on certain parameters such as Media Access Delay, Network Throughput, Network Bandwidth Utilization and Total Packet Delay. The observations based upon simulation environment and input parameters as mentioned below: has shortest delays. It means that media access delay for is lowest in comparison to its rival protocol and. However there is a very small difference when it is compared with. Also as the major contribution to the total packet delay is media access delay rather than queuing delay, therefore the total packet delay for is considerably lower than and almost same as. The RTS/CTS exchange signaling adds extra overhead to the network. Therefore the network throughput of IEEE 82.11g is greater than the other two standards under consideration. Thereby, making as the best choice for the networks that require high throughput. The Network Bandwidth Utilization is maximum for IEEE 82.11b as compared to the other two wireless standards due to the considerable difference in the data rates offered by these standards. The presented work in this research paper is focused on the different wireless Physical Layer Extensions of IEEE standard, named, and IEEE 82.11g. I hereby presented a simulator named Simabg for comparing, simulate and evaluate, and standards under same network topology and same network traffic scenario. The simulator runs after taking the inputs on different parameters and shows a graphical result of four parameters (Media Access Delay, Network Throughput, Network Bandwidth Utilization and Total Packet Delay). This can be used as a very good educational tool to understand the behavior of these standards. The conclusion driven through this research work is that standard is much better than both and standards, if we employ standard in the real wireless local area network. Moreover is backward compatible to standard, with higher data rate speed and range. These protocols, and are popularly pronounced in the wireless network as Wi-Fi (Wireless Fidelity). ISSN : (Print) ISSN : (Online) Conference on Wireless Technology: Current Issues and Applications, 14th July 27, RCM, Bhubaneswar, India. [2] Kumar M., Parmanand, Sharma S. C., Singh S. P., Performance of QoS Parameter in Wireless Adhoc Network (). Proceeding of the WCECS, Vol. I, 2th-22nd Oct 29, San Francisco, USA. [3] Katarzyna K., Marek N., Luca V., Andrzej R. P., Simulation Study of 82.11e in the Presence of Hidden Terminals a Star Topology Case. UE-funded NoE CONTENT project no [4] Choi S., Pavon J., 82.11g CP: A Solution for and 82.11b Inter-Working. [5] Bai Y., Yu Y., Chen L., Enhanced Protection Mechanism for Improving Co-existence of and Wireless LANs. IEEE, 29. [6] Bruno R., Conti M., Gregori E., IEEE 8211 Optimal Performanes: RTS/CTS Mechanism vs Basic Access. IEEE, 22. [7] Sidhu G. S., Sidhu P. K., Sidhu S. S., QoS Issues of Media Access Delay and Throughput in WLAN. [8] Acharya R., Vityanathan V., Chellaih P. R., WLAN QoS Issues and IEEE 82.11e QoS Enhancement. International Journal of Computer Theory and Engineering, Vol. 2, N.1, Feb, 21. [9] Zyren J., Godfrey T., Wentink M., Network Behavior in a Mixed Environmet. Intersil Americas Inc., 23. Rohit Sharma M.C.A, M.Phil CS, M.Tech CSE. Designation: Assistant Professor Contact Information: Dept. of Information Technology, SUSCET, Tangori. References [1] Puthal D. K., Sahoo Bibhdatta, Performance Evaluation of MC DCF scheme in WLAN. Proceeding International 96 International Journal of Computer Science and Technology

CSMA/CA. Information Networks p. 1

CSMA/CA. Information Networks p. 1 Information Networks p. 1 CSMA/CA IEEE 802.11 standard for WLAN defines a distributed coordination function (DCF) for sharing access to the medium based on the CSMA/CA protocol Collision detection is not

More information

... neither PCF nor CA used in practice

... neither PCF nor CA used in practice IEEE 802.11 MAC CSMA/CA with exponential backoff almost like CSMA/CD drop CD CSMA with explicit ACK frame added optional feature: CA (collision avoidance) Two modes for MAC operation: Distributed coordination

More information

WiFi. Is for Wireless Fidelity Or IEEE 802.11 Standard By Greg Goldman. WiFi 1

WiFi. Is for Wireless Fidelity Or IEEE 802.11 Standard By Greg Goldman. WiFi 1 WiFi Is for Wireless Fidelity Or IEEE 802.11 Standard By Greg Goldman WiFi 1 What is the goal of 802.11 standard? To develop a Medium Access Control (MAC) and Physical Layer (PHY) specification for wireless

More information

Lecture 17: 802.11 Wireless Networking"

Lecture 17: 802.11 Wireless Networking Lecture 17: 802.11 Wireless Networking" CSE 222A: Computer Communication Networks Alex C. Snoeren Thanks: Lili Qiu, Nitin Vaidya Lecture 17 Overview" Project discussion Intro to 802.11 WiFi Jigsaw discussion

More information

Chapter 7 Low-Speed Wireless Local Area Networks

Chapter 7 Low-Speed Wireless Local Area Networks Wireless# Guide to Wireless Communications 7-1 Chapter 7 Low-Speed Wireless Local Area Networks At a Glance Instructor s Manual Table of Contents Overview Objectives s Quick Quizzes Class Discussion Topics

More information

ECE 358: Computer Networks. Homework #3. Chapter 5 and 6 Review Questions 1

ECE 358: Computer Networks. Homework #3. Chapter 5 and 6 Review Questions 1 ECE 358: Computer Networks Homework #3 Chapter 5 and 6 Review Questions 1 Chapter 5: The Link Layer P26. Let's consider the operation of a learning switch in the context of a network in which 6 nodes labeled

More information

802.11 standard. Acknowledgement: Slides borrowed from Richard Y. Yang @ Yale

802.11 standard. Acknowledgement: Slides borrowed from Richard Y. Yang @ Yale 802.11 standard Acknowledgement: Slides borrowed from Richard Y. Yang @ Yale IEEE 802.11 Requirements Design for small coverage (e.g. office, home) Low/no mobility High data-rate applications Ability to

More information

IEEE 802 Protocol Layers. IEEE 802.11 Wireless LAN Standard. Protocol Architecture. Protocol Architecture. Separation of LLC and MAC.

IEEE 802 Protocol Layers. IEEE 802.11 Wireless LAN Standard. Protocol Architecture. Protocol Architecture. Separation of LLC and MAC. IEEE 802.11 Wireless LAN Standard IEEE 802 Protocol Layers Chapter 14 Protocol Architecture Functions of physical layer: Encoding/decoding of signals Preamble generation/removal (for synchronization) Bit

More information

Attenuation (amplitude of the wave loses strength thereby the signal power) Refraction Reflection Shadowing Scattering Diffraction

Attenuation (amplitude of the wave loses strength thereby the signal power) Refraction Reflection Shadowing Scattering Diffraction Wireless Physical Layer Q1. Is it possible to transmit a digital signal, e.g., coded as square wave as used inside a computer, using radio transmission without any loss? Why? It is not possible to transmit

More information

Wiereless LAN 802.11

Wiereless LAN 802.11 Tomasz Kurzawa Wiereless LAN 802.11 Introduction The 802.11 Architecture Channels and Associations The 802.11 MAC Protocol The 802.11 Frame Introduction Wireless LANs are most important access networks

More information

Performance Analysis of the IEEE 802.11 Wireless LAN Standard 1

Performance Analysis of the IEEE 802.11 Wireless LAN Standard 1 Performance Analysis of the IEEE. Wireless LAN Standard C. Sweet Performance Analysis of the IEEE. Wireless LAN Standard Craig Sweet and Deepinder Sidhu Maryland Center for Telecommunications Research

More information

Adaptive DCF of MAC for VoIP services using IEEE 802.11 networks

Adaptive DCF of MAC for VoIP services using IEEE 802.11 networks Adaptive DCF of MAC for VoIP services using IEEE 802.11 networks 1 Mr. Praveen S Patil, 2 Mr. Rabinarayan Panda, 3 Mr. Sunil Kumar R D 1,2,3 Asst. Professor, Department of MCA, The Oxford College of Engineering,

More information

Medium Access Control (MAC) Protocols for Ad hoc Wireless Networks - III

Medium Access Control (MAC) Protocols for Ad hoc Wireless Networks - III Medium Access Control (MAC) Protocols for Ad hoc Wireless Networks - III CS: 647 Advanced Topics in Wireless Networks Drs. Baruch Awerbuch & Amitabh Mishra Department of Computer Science Johns Hopkins

More information

Networks. Master of Science (Computer Science and Engineering), December 2004, 45 pp.,

Networks. Master of Science (Computer Science and Engineering), December 2004, 45 pp., Park, Sangtae, Optimal Access Point Selection and Channel Assignment in IEEE 802.11 Networks. Master of Science (Computer Science and Engineering), December 2004, 45 pp., 9 tables, 17 figures, 29 titles.

More information

802.11 Wireless LAN Protocol CS 571 Fall 2006. 2006 Kenneth L. Calvert All rights reserved

802.11 Wireless LAN Protocol CS 571 Fall 2006. 2006 Kenneth L. Calvert All rights reserved 802.11 Wireless LAN Protocol CS 571 Fall 2006 2006 Kenneth L. Calvert All rights reserved Wireless Channel Considerations Stations may move Changing propagation delays, signal strengths, etc. "Non-transitive"

More information

An Overview of Wireless LAN Standards IEEE 802.11 and IEEE 802.11e

An Overview of Wireless LAN Standards IEEE 802.11 and IEEE 802.11e An Overview of Wireless LAN Standards IEEE 802.11 and IEEE 802.11e Jahanzeb Farooq, Bilal Rauf Department of Computing Science Umeå University Sweden Jahanzeb Farooq, 2006 (tipputhegreat@hotmail.com) Chapter

More information

A Short Look on Power Saving Mechanisms in the Wireless LAN Standard Draft IEEE 802.11

A Short Look on Power Saving Mechanisms in the Wireless LAN Standard Draft IEEE 802.11 A Short Look on Power Saving Mechanisms in the Wireless LAN Standard Draft IEEE 802.11 Christian Röhl, Hagen Woesner, Adam Wolisz * Technical University Berlin Telecommunication Networks Group {roehl,

More information

Wireless Personal Area Networks (WPANs)

Wireless Personal Area Networks (WPANs) Wireless Personal Area Networks (WPANs) Bluetooth, ZigBee Contents Introduction to the IEEE 802 specification family Concept of ISM frequency band Comparison between different wireless technologies ( and

More information

Spring 2014. Final Project Report

Spring 2014. Final Project Report ENSC 427: COMMUNICATIONNETWORKS Spring 2014 Final Project Report Evaluation and Comparison of WiMAX (802.16a) and Wi-Fi (802.11a) http://www.sfu.ca/~tlan/ensc427webpage.html Group #11 Tian Lan tlan@sfu.ca

More information

IEEE 802.11 Ad Hoc Networks: Performance Measurements

IEEE 802.11 Ad Hoc Networks: Performance Measurements IEEE 8. Ad Hoc Networks: Performance Measurements G. Anastasi Dept. of Information Engineering University of Pisa Via Diotisalvi - 56 Pisa, Italy Email: g.anastasi@iet.unipi.it E. Borgia, M. Conti, E.

More information

Algorithms for Interference Sensing in Optical CDMA Networks

Algorithms for Interference Sensing in Optical CDMA Networks Algorithms for Interference Sensing in Optical CDMA Networks Purushotham Kamath, Joseph D. Touch and Joseph A. Bannister {pkamath, touch, joseph}@isi.edu Information Sciences Institute, University of Southern

More information

CS263: Wireless Communications and Sensor Networks

CS263: Wireless Communications and Sensor Networks CS263: Wireless Communications and Sensor Networks Matt Welsh Lecture 4: Medium Access Control October 5, 2004 2004 Matt Welsh Harvard University 1 Today's Lecture Medium Access Control Schemes: FDMA TDMA

More information

CS6956: Wireless and Mobile Networks Lecture Notes: 2/11/2015. IEEE 802.11 Wireless Local Area Networks (WLANs)

CS6956: Wireless and Mobile Networks Lecture Notes: 2/11/2015. IEEE 802.11 Wireless Local Area Networks (WLANs) CS6956: Wireless and Mobile Networks Lecture Notes: //05 IEEE 80. Wireless Local Area Networks (WLANs) CSMA/CD Carrier Sense Multi Access/Collision Detection detects collision and retransmits, no acknowledgement,

More information

CWNA Instructor Led Course Outline

CWNA Instructor Led Course Outline CWNA Instructor Led Course Outline Enterprise Wi-Fi Administration, Outline v7.0 Introduction The Enterprise Wireless LAN Administration 7.1 course (which prepares students for the CWNA-106 exam), whether

More information

Performance Evaluation of Wired and Wireless Local Area Networks

Performance Evaluation of Wired and Wireless Local Area Networks International Journal of Engineering Research and Development ISSN: 2278-067X, Volume 1, Issue 11 (July 2012), PP.43-48 www.ijerd.com Performance Evaluation of Wired and Wireless Local Area Networks Prof.

More information

ECE/CS 372 introduction to computer networks. Lecture 13

ECE/CS 372 introduction to computer networks. Lecture 13 ECE/CS 372 introduction to computer networks Lecture 13 Announcements: HW #4 hard copy due today Lab #5 posted is due Tuesday June 4 th HW #5 posted is due Thursday June 6 th Pickup midterms Acknowledgement:

More information

An Evaluation of Security Services schemes For IEEE 802.11 Wireless LAN s Using Qualnet

An Evaluation of Security Services schemes For IEEE 802.11 Wireless LAN s Using Qualnet An Evaluation of Security Services schemes For IEEE 802.11 Wireless LAN s Using Qualnet Richa Gupta 1, Hamid Ali 2, munendra kumar das 3, Shalini Chaudhary 4 P.G. Student, Department of Electronics and

More information

This tutorial has been prepared for readers to help them understand the concepts related to WiFi.

This tutorial has been prepared for readers to help them understand the concepts related to WiFi. About the Tutorial is primarily a local area networking (LAN) technology designed to provide in-building broadband coverage. It is based on IEEE 802.11 specification. This tutorial gives you a basic understanding

More information

Wireless LAN Concepts

Wireless LAN Concepts Wireless LAN Concepts Wireless LAN technology is becoming increasingly popular for a wide variety of applications. After evaluating the technology, most users are convinced of its reliability, satisfied

More information

Dynamic Load Balance Algorithm (DLBA) for IEEE 802.11 Wireless LAN

Dynamic Load Balance Algorithm (DLBA) for IEEE 802.11 Wireless LAN Tamkang Journal of Science and Engineering, vol. 2, No. 1 pp. 45-52 (1999) 45 Dynamic Load Balance Algorithm () for IEEE 802.11 Wireless LAN Shiann-Tsong Sheu and Chih-Chiang Wu Department of Electrical

More information

LAN Switching. 15-441 Computer Networking. Switched Network Advantages. Hubs (more) Hubs. Bridges/Switches, 802.11, PPP. Interconnecting LANs

LAN Switching. 15-441 Computer Networking. Switched Network Advantages. Hubs (more) Hubs. Bridges/Switches, 802.11, PPP. Interconnecting LANs LAN Switching 15-441 Computer Networking Bridges/Switches, 802.11, PPP Extend reach of a single shared medium Connect two or more segments by copying data frames between them Switches only copy data when

More information

Collision of wireless signals. The MAC layer in wireless networks. Wireless MAC protocols classification. Evolutionary perspective of distributed MAC

Collision of wireless signals. The MAC layer in wireless networks. Wireless MAC protocols classification. Evolutionary perspective of distributed MAC The MAC layer in wireless networks The wireless MAC layer roles Access control to shared channel(s) Natural broadcast of wireless transmission Collision of signal: a /space problem Who transmits when?

More information

TECHNICAL NOTE. GoFree WIFI-1 web interface settings. Revision Comment Author Date 0.0a First release James Zhang 10/09/2012

TECHNICAL NOTE. GoFree WIFI-1 web interface settings. Revision Comment Author Date 0.0a First release James Zhang 10/09/2012 TECHNICAL NOTE GoFree WIFI-1 web interface settings Revision Comment Author Date 0.0a First release James Zhang 10/09/2012 1/14 Web interface settings under admin mode Figure 1: web interface admin log

More information

EPL 657 Wireless Networks

EPL 657 Wireless Networks EPL 657 Wireless Networks Some fundamentals: Multiplexing / Multiple Access / Duplex Infrastructure vs Infrastructureless Panayiotis Kolios Recall: The big picture... Modulations: some basics 2 Multiplexing

More information

Wireless LAN advantages. Wireless LAN. Wireless LAN disadvantages. Wireless LAN disadvantages WLAN:

Wireless LAN advantages. Wireless LAN. Wireless LAN disadvantages. Wireless LAN disadvantages WLAN: WLAN: Wireless LAN Make use of a wireless transmission medium Tipically restricted in their diameter: buildings, campus, single room etc.. The global goal is to replace office cabling and to introduce

More information

A TCP-like Adaptive Contention Window Scheme for WLAN

A TCP-like Adaptive Contention Window Scheme for WLAN A TCP-like Adaptive Contention Window Scheme for WLAN Qixiang Pang, Soung Chang Liew, Jack Y. B. Lee, Department of Information Engineering The Chinese University of Hong Kong Hong Kong S.-H. Gary Chan

More information

RTT 60.5 msec receiver window size: 32 KB

RTT 60.5 msec receiver window size: 32 KB Real-World ARQ Performance: TCP Ex.: Purdue UCSD Purdue (NSL): web server UCSD: web client traceroute to planetlab3.ucsd.edu (132.239.17.226), 30 hops max, 40 byte packets 1 switch-lwsn2133-z1r11 (128.10.27.250)

More information

Whitepaper. 802.11n The Next Generation in Wireless Technology

Whitepaper. 802.11n The Next Generation in Wireless Technology Whitepaper 802.11n The Next Generation in Wireless Technology Introduction Wireless technology continues to evolve and add value with its inherent characteristics. First came 802.11, then a & b, followed

More information

CSE331: Introduction to Networks and Security. Lecture 6 Fall 2006

CSE331: Introduction to Networks and Security. Lecture 6 Fall 2006 CSE331: Introduction to Networks and Security Lecture 6 Fall 2006 Open Systems Interconnection (OSI) End Host Application Reference model not actual implementation. Transmits messages (e.g. FTP or HTTP)

More information

An Investigation of the Impact of Signal Strength on Wi-Fi Link Throughput through Propagation Measurement. Eric Cheng-Chung LO

An Investigation of the Impact of Signal Strength on Wi-Fi Link Throughput through Propagation Measurement. Eric Cheng-Chung LO An Investigation of the Impact of Signal Strength on Wi-Fi Link Throughput through Propagation Measurement Eric Cheng-Chung LO A dissertation submitted to Auckland University of Technology in partial fulfillment

More information

802.11. Markku Renfors. Partly based on student presentation by: Lukasz Kondrad Tomasz Augustynowicz Jaroslaw Lacki Jakub Jakubiak

802.11. Markku Renfors. Partly based on student presentation by: Lukasz Kondrad Tomasz Augustynowicz Jaroslaw Lacki Jakub Jakubiak 802.11 Markku Renfors Partly based on student presentation by: Lukasz Kondrad Tomasz Augustynowicz Jaroslaw Lacki Jakub Jakubiak Contents 802.11 Overview & Architecture 802.11 MAC 802.11 Overview and Architecture

More information

Express Forwarding : A Distributed QoS MAC Protocol for Wireless Mesh

Express Forwarding : A Distributed QoS MAC Protocol for Wireless Mesh Express Forwarding : A Distributed QoS MAC Protocol for Wireless Mesh, Ph.D. benveniste@ieee.org Mesh 2008, Cap Esterel, France 1 Abstract Abundant hidden node collisions and correlated channel access

More information

Wi-Fi and Bluetooth - Interference Issues

Wi-Fi and Bluetooth - Interference Issues Wi-Fi and Bluetooth - Interference Issues January 2002 1 Introduction Because both Wi-Fi and Bluetooth wireless technology share spectrum and will often be located in close physical proximity to one another,

More information

Throughput Modeling in IEEE 802.11 WLAN-based Wireless Networks

Throughput Modeling in IEEE 802.11 WLAN-based Wireless Networks Throughput Modeling in IEEE 82.11 WLAN-based Wireless Networks Kirill Ermolov Aalto University Espoo, Finland kirill.ermolov@aalto.fi Abstract Wireless Local Area Networks (WLANs) are nowadays the most

More information

Formal Measure of the Effect of MANET size over the Performance of Various Routing Protocols

Formal Measure of the Effect of MANET size over the Performance of Various Routing Protocols Formal Measure of the Effect of MANET size over the Performance of Various Routing Protocols Er. Pooja Kamboj Research Scholar, CSE Department Guru Nanak Dev Engineering College, Ludhiana (Punjab) Er.

More information

Enhanced Power Saving for IEEE 802.11 WLAN with Dynamic Slot Allocation

Enhanced Power Saving for IEEE 802.11 WLAN with Dynamic Slot Allocation Enhanced Power Saving for IEEE 802.11 WLAN with Dynamic Slot Allocation Changsu Suh, Young-Bae Ko, and Jai-Hoon Kim Graduate School of Information and Communication, Ajou University, Republic of Korea

More information

TCP in Wireless Networks

TCP in Wireless Networks Outline Lecture 10 TCP Performance and QoS in Wireless s TCP Performance in wireless networks TCP performance in asymmetric networks WAP Kurose-Ross: Chapter 3, 6.8 On-line: TCP over Wireless Systems Problems

More information

Modeling and Simulation of Quality of Service in VoIP Wireless LAN

Modeling and Simulation of Quality of Service in VoIP Wireless LAN Journal of Computing and Information Technology - CIT 16, 2008, 2, 131 142 doi:10.2498/cit.1001022 131 Modeling and Simulation of Quality of Service in VoIP Wireless LAN A. Al-Naamany, H. Bourdoucen and

More information

Bluetooth voice and data performance in 802.11 DS WLAN environment

Bluetooth voice and data performance in 802.11 DS WLAN environment 1 (1) Bluetooth voice and data performance in 802.11 DS WLAN environment Abstract In this document, the impact of a 20dBm 802.11 Direct-Sequence WLAN system on a 0dBm Bluetooth link is studied. A typical

More information

Enhanced TXOP scheme for efficiency improvement of WLAN IEEE 802.11e

Enhanced TXOP scheme for efficiency improvement of WLAN IEEE 802.11e Enhanced TXOP scheme for efficiency improvement of WLAN IEEE 802.11e Jakub Majkowski, Ferran Casadevall Palacio Dept. of Signal Theory and Communications Universitat Politècnica de Catalunya (UPC) C/ Jordi

More information

Behavior Analysis of TCP Traffic in Mobile Ad Hoc Network using Reactive Routing Protocols

Behavior Analysis of TCP Traffic in Mobile Ad Hoc Network using Reactive Routing Protocols Behavior Analysis of TCP Traffic in Mobile Ad Hoc Network using Reactive Routing Protocols Purvi N. Ramanuj Department of Computer Engineering L.D. College of Engineering Ahmedabad Hiteishi M. Diwanji

More information

CHAPTER - 4 CHANNEL ALLOCATION BASED WIMAX TOPOLOGY

CHAPTER - 4 CHANNEL ALLOCATION BASED WIMAX TOPOLOGY CHAPTER - 4 CHANNEL ALLOCATION BASED WIMAX TOPOLOGY 4.1. INTRODUCTION In recent years, the rapid growth of wireless communication technology has improved the transmission data rate and communication distance.

More information

Introduction to Wide-Area WiFi. AfNOG 2009 Wireless Tutorials Cairo

Introduction to Wide-Area WiFi. AfNOG 2009 Wireless Tutorials Cairo Introduction to Wide-Area WiFi AfNOG 2009 Wireless Tutorials Cairo Wireless networking protocols The 802.11 family of radio protocols are commonly referred to as WiFi. 802.11a supports up to 54 Mbps using

More information

Wireless Local Area Networking For Device Monitoring

Wireless Local Area Networking For Device Monitoring Wireless Local Area Networking For Device Monitoring by Colin Goldsmith Supervised By Professor Wendi Heinzelman A thesis submitted in partial fulfillment of the Requirements for the Degree of Masters

More information

WIRELESS ETHERNET (IEEE 803.11)

WIRELESS ETHERNET (IEEE 803.11) WIRELESS ETHERNET (IEEE 803.11) Wireless LANs form a very small percentage of LANs in operation today, but their use is growing rapidly. Wireless LANs transmit data through the air using radio or infrared

More information

ISSN: 2319-5967 ISO 9001:2008 Certified International Journal of Engineering Science and Innovative Technology (IJESIT) Volume 2, Issue 5, September

ISSN: 2319-5967 ISO 9001:2008 Certified International Journal of Engineering Science and Innovative Technology (IJESIT) Volume 2, Issue 5, September Analysis and Implementation of IEEE 802.11 MAC Protocol for Wireless Sensor Networks Urmila A. Patil, Smita V. Modi, Suma B.J. Associate Professor, Student, Student Abstract: Energy Consumption in Wireless

More information

IEEE 802.11g New Draft Standard Clarifies Future of Wireless LAN

IEEE 802.11g New Draft Standard Clarifies Future of Wireless LAN Users to benefit from higher data rates, extended reach and backward compatibility with 802.11b, plus forward compatibility to 802.11a William Carney Marketing Manager Wireless Networking Business Unit,

More information

IEEE 802.11 Technical Tutorial. Introduction. IEEE 802.11 Architecture

IEEE 802.11 Technical Tutorial. Introduction. IEEE 802.11 Architecture IEEE 802.11 Technical Tutorial Introduction The purpose of this document is to give technical readers a basic overview of the new 802.11 Standard, enabling them to understand the basic concepts, principle

More information

LP-348. LP-Yagy2415. LP-510G/550G 54M Wireless Adapter PCMCIA/PCI. User Guide Ver:2.0 LP-5420G WWW.LANPRO.COM

LP-348. LP-Yagy2415. LP-510G/550G 54M Wireless Adapter PCMCIA/PCI. User Guide Ver:2.0 LP-5420G WWW.LANPRO.COM LP-348 LP-Yagy2415 LP-1518 LP-5P LP-510G/550G 54M Wireless Adapter PCMCIA/PCI User Guide Ver:2.0 LP-5420G WWW.LANPRO.COM COPYRIGHT & TRADEMARKS Specifications are subject to change without notice. is a

More information

Ethernet. Ethernet Frame Structure. Ethernet Frame Structure (more) Ethernet: uses CSMA/CD

Ethernet. Ethernet Frame Structure. Ethernet Frame Structure (more) Ethernet: uses CSMA/CD Ethernet dominant LAN technology: cheap -- $20 for 100Mbs! first widely used LAN technology Simpler, cheaper than token rings and ATM Kept up with speed race: 10, 100, 1000 Mbps Metcalfe s Etheret sketch

More information

VOICE OVER WI-FI CAPACITY PLANNING

VOICE OVER WI-FI CAPACITY PLANNING VOICE OVER WI-FI CAPACITY PLANNING Version 1.0 Copyright 2003 Table of Contents Introduction...3 Wi-Fi RF Technology Options...3 Spectrum Availability and Non-Overlapping Wi-Fi Channels...4 Limited

More information

Figure 1: Bandwidth and coverage of wireless technologies [2].

Figure 1: Bandwidth and coverage of wireless technologies [2]. Simulation and Performance Evaluation of WiFi and WiMAX using OPNET Ravinder Paul, Sukhchandan Lally, and Ljiljana Trajković Simon Fraser University Vancouver, British Columbia Canada E-mail: {rpa28, lally,

More information

Improving Throughput Performance of the IEEE 802.11 MAC Layer Using Congestion Control Methods

Improving Throughput Performance of the IEEE 802.11 MAC Layer Using Congestion Control Methods Improving Throughput Performance of the IEEE 802.11 MAC Layer Using Congestion Control Methods Song Ci CS Department University of Michigan-Flint Flint, MI48502 cisong@umich.edu Guevara Noubir College

More information

GTER 26 tudo o que você. quer saber sobre 802.11n

GTER 26 tudo o que você. quer saber sobre 802.11n GTER 26 tudo o que você (não) quer saber sobre 802.11n Luiz Eduardo Dos Santos CISSP CWNE CEH GISP GCIH Sr. Systems & Security Engineer Americas hello agenda evolution of wi-fi what makes 11n what actually

More information

VoIP on WLAN, QoS issues and VoIP specifics

VoIP on WLAN, QoS issues and VoIP specifics ETSI STQ Workshop Compensating for Packet Loss in Real-Time Applications, Feb 2003 VoIP on WLAN, QoS issues and VoIP specifics Alan Duric Sen. Systems Architect SIP/email: alan.duric@globalipsound.com

More information

Wireless LAN Services for Hot-Spot

Wireless LAN Services for Hot-Spot Wireless LAN Services for Hot-Spot Woo-Yong Choi Electronics and Telecommunications Research Institute wychoi53@etri.re.kr ETRI Contents Overview Wireless LAN Services Current IEEE 802.11 MAC Protocol

More information

SBSCET, Firozpur (Punjab), India

SBSCET, Firozpur (Punjab), India Volume 3, Issue 9, September 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Layer Based

More information

MEASURING WIRELESS NETWORK CONNECTION QUALITY

MEASURING WIRELESS NETWORK CONNECTION QUALITY Technical Disclosure Commons Defensive Publications Series January 27, 2016 MEASURING WIRELESS NETWORK CONNECTION QUALITY Mike Mu Avery Pennarun Follow this and additional works at: http://www.tdcommons.org/dpubs_series

More information

EECS 122: Introduction to Computer Networks Multiaccess Protocols. ISO OSI Reference Model for Layers

EECS 122: Introduction to Computer Networks Multiaccess Protocols. ISO OSI Reference Model for Layers EECS 122: Introduction to Computer Networks Multiaccess Protocols Computer Science Division Department of Electrical Engineering and Computer Sciences University of California, Berkeley Berkeley, CA 94720-1776

More information

WI-FI TECHNOLOGY: SECURITY ISSUES

WI-FI TECHNOLOGY: SECURITY ISSUES RIVIER ACADEMIC JOURNAL, VOLUME 2, NUMBER 2, FALL 2006 WI-FI TECHNOLOGY: SECURITY ISSUES Vandana Wekhande* Graduate student, M.S. in Computer Science Program, Rivier College Keywords: Wireless Internet,802.11b,

More information

Implementation of a Cooperative MAC protocol using a Software Defined Radio Platform

Implementation of a Cooperative MAC protocol using a Software Defined Radio Platform Implementation of a Cooperative MAC protocol using a Software Defined Radio Platform Ankit Sharma,VikasGelara, Shashi Raj Singh, Thanasis Korakis,PeiLiu, Shivendra Panwar Department of Electrical and Computer

More information

IRMA: Integrated Routing and MAC Scheduling in Multihop Wireless Mesh Networks

IRMA: Integrated Routing and MAC Scheduling in Multihop Wireless Mesh Networks IRMA: Integrated Routing and MAC Scheduling in Multihop Wireless Mesh Networks Zhibin Wu, Sachin Ganu and Dipankar Raychaudhuri WINLAB, Rutgers University 2006-11-16 IAB Research Review, Fall 2006 1 Contents

More information

IEEE 802.11e WLANs / WMM. S.Rajesh (rajeshsweb@gmail.com) AU-KBC Research Centre, BroVis Wireless Networks, smartbridges Pte Ltd.

IEEE 802.11e WLANs / WMM. S.Rajesh (rajeshsweb@gmail.com) AU-KBC Research Centre, BroVis Wireless Networks, smartbridges Pte Ltd. IEEE 802.11e WLANs / WMM S.Rajesh (rajeshsweb@gmail.com) AU-KBC Research Centre, BroVis Wireless Networks, smartbridges Pte Ltd. Outline A short review of 802.11 MAC Drawbacks of 802.11 MAC Application

More information

A Comparison Study of Qos Using Different Routing Algorithms In Mobile Ad Hoc Networks

A Comparison Study of Qos Using Different Routing Algorithms In Mobile Ad Hoc Networks A Comparison Study of Qos Using Different Routing Algorithms In Mobile Ad Hoc Networks T.Chandrasekhar 1, J.S.Chakravarthi 2, K.Sravya 3 Professor, Dept. of Electronics and Communication Engg., GIET Engg.

More information

Local Area Networks transmission system private speedy and secure kilometres shared transmission medium hardware & software

Local Area Networks transmission system private speedy and secure kilometres shared transmission medium hardware & software Local Area What s a LAN? A transmission system, usually private owned, very speedy and secure, covering a geographical area in the range of kilometres, comprising a shared transmission medium and a set

More information

Efficient MAC Protocol for Heterogeneous Cellular Networks (HC-MAC)

Efficient MAC Protocol for Heterogeneous Cellular Networks (HC-MAC) Vol.2, Issue.2, Mar-Apr 2012 pp-078-083 ISSN: 2249-6645 Efficient MAC Protocol for Heterogeneous Cellular Networks (HC-MAC) 1 Y V Adi Satyanarayana, 2 Dr. K Padma Raju 1 Y V Adi Satyanarayana, Assoc. Professor,

More information

Voice Call Quality Using 802.11e On A Wireless Mesh Network

Voice Call Quality Using 802.11e On A Wireless Mesh Network Voice Call Quality Using 802.11e On A Wireless Mesh Network by David Alexander van Geyn A thesis submitted to the School of Computing in conformity with the requirements for the degree of Master of Science

More information

FORTH-ICS / TR-375 March 2006. Experimental Evaluation of QoS Features in WiFi Multimedia (WMM)

FORTH-ICS / TR-375 March 2006. Experimental Evaluation of QoS Features in WiFi Multimedia (WMM) FORTH-ICS / TR-375 March 26 Experimental Evaluation of QoS Features in WiFi Multimedia (WMM) Vasilios A. Siris 1 and George Stamatakis 1 Abstract We investigate the operation and performance of WMM (WiFi

More information

Thwarting Selective Insider Jamming Attacks in Wireless Network by Delaying Real Time Packet Classification

Thwarting Selective Insider Jamming Attacks in Wireless Network by Delaying Real Time Packet Classification Thwarting Selective Insider Jamming Attacks in Wireless Network by Delaying Real Time Packet Classification LEKSHMI.M.R Department of Computer Science and Engineering, KCG College of Technology Chennai,

More information

How To Make A Multi-User Communication Efficient

How To Make A Multi-User Communication Efficient Multiple Access Techniques PROF. MICHAEL TSAI 2011/12/8 Multiple Access Scheme Allow many users to share simultaneously a finite amount of radio spectrum Need to be done without severe degradation of the

More information

BCS THE CHARTERED INSTITUTE FOR IT. BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT COMPUTER NETWORKS

BCS THE CHARTERED INSTITUTE FOR IT. BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT COMPUTER NETWORKS BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT COMPUTER NETWORKS Friday 2 nd October 2015 Morning Answer any FOUR questions out of SIX. All questions carry

More information

CS 5480/6480: Computer Networks Spring 2012 Homework 4 Solutions Due by 1:25 PM on April 11 th 2012

CS 5480/6480: Computer Networks Spring 2012 Homework 4 Solutions Due by 1:25 PM on April 11 th 2012 CS 5480/6480: Computer Networks Spring 2012 Homework 4 Solutions Due by 1:25 PM on April 11 th 2012 Important: The solutions to the homework problems from the course book have been provided by the authors.

More information

TABLE OF CONTENTS. Dedication. Table of Contents. Preface. Overview of Wireless Networks. vii 1.1 1.2 1.3 1.4 1.5 1.6 1.7. xvii

TABLE OF CONTENTS. Dedication. Table of Contents. Preface. Overview of Wireless Networks. vii 1.1 1.2 1.3 1.4 1.5 1.6 1.7. xvii TABLE OF CONTENTS Dedication Table of Contents Preface v vii xvii Chapter 1 Overview of Wireless Networks 1.1 1.2 1.3 1.4 1.5 1.6 1.7 Signal Coverage Propagation Mechanisms 1.2.1 Multipath 1.2.2 Delay

More information

How To Determine The Capacity Of An 802.11B Network

How To Determine The Capacity Of An 802.11B Network Capacity of an IEEE 802.11b Wireless LAN supporting VoIP To appear in Proc. IEEE Int. Conference on Communications (ICC) 2004 David P. Hole and Fouad A. Tobagi Dept. of Electrical Engineering, Stanford

More information

Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc

Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc (International Journal of Computer Science & Management Studies) Vol. 17, Issue 01 Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc Dr. Khalid Hamid Bilal Khartoum, Sudan dr.khalidbilal@hotmail.com

More information

IEEE 802.11 Wireless LAN Standard. Updated: 5/10/2011

IEEE 802.11 Wireless LAN Standard. Updated: 5/10/2011 IEEE 802.11 Wireless LAN Standard Updated: 5/10/2011 IEEE 802.11 History and Enhancements o 802.11 is dedicated to WLAN o The group started in 1990 o First standard that received industry support was 802.11b

More information

Protocolo IEEE 802.15.4. Sergio Scaglia SASE 2012 - Agosto 2012

Protocolo IEEE 802.15.4. Sergio Scaglia SASE 2012 - Agosto 2012 Protocolo IEEE 802.15.4 SASE 2012 - Agosto 2012 IEEE 802.15.4 standard Agenda Physical Layer for Wireless Overview MAC Layer for Wireless - Overview IEEE 802.15.4 Protocol Overview Hardware implementation

More information

VoIP in 802.11. Mika Nupponen. S-72.333 Postgraduate Course in Radio Communications 06/04/2004 1

VoIP in 802.11. Mika Nupponen. S-72.333 Postgraduate Course in Radio Communications 06/04/2004 1 VoIP in 802.11 Mika Nupponen S-72.333 Postgraduate Course in Radio Communications 06/04/2004 1 Contents Introduction VoIP & WLAN Admission Control for VoIP Traffic in WLAN Voice services in IEEE 802.11

More information

10. Wireless Networks

10. Wireless Networks Computernetzwerke und Sicherheit (CS221) 10. Wireless Networks 1. April 2011 omas Meyer Departement Mathematik und Informatik, Universität Basel Chapter 6 Wireless and Mobile Networks (with changes CS221

More information

Document ID: 108184. Contents. Introduction. Prerequisites. Requirements. Components Used. Related Products. Conventions. 802.

Document ID: 108184. Contents. Introduction. Prerequisites. Requirements. Components Used. Related Products. Conventions. 802. Products & Services Configure 802.11n on the WLC Document ID: 108184 Contents Introduction Prerequisites Requirements Components Used Related Products Conventions 802.11n - An Overview How Does 802.11n

More information

Service Level Analysis of Video Conferencing over Wireless Local Area Network

Service Level Analysis of Video Conferencing over Wireless Local Area Network Service Level Analysis of Video Conferencing over Wireless Local Area Network B.O. Sadiq, E. Obi, A.S. Abubakar, Y. Ibrahim & S. Saidu Department of Electrical and Computer Engineering Ahmadu Bello Unicersity

More information

A Technical Tutorial on the IEEE 802.11 Protocol

A Technical Tutorial on the IEEE 802.11 Protocol A Technical Tutorial on the IEEE 802.11 Protocol By Pablo Brenner Director of Engineering copyright BreezeCOM 1997 Introduction The purpose of this document is to give technical readers a basic overview

More information

HIGH POWER WIRELESS N MINI USB ADAPTER K-300MWUN USER S MANUAL

HIGH POWER WIRELESS N MINI USB ADAPTER K-300MWUN USER S MANUAL HIGH POWER WIRELESS N MINI USB ADAPTER K-300MWUN USER S MANUAL Introduction Thank you for your purchase of the Kozumi K-300MWUN High Power Wireless N Mini USB Adapter. Featuring wireless technology, this

More information

TL-WN310G 54M Wireless CardBus Adapter

TL-WN310G 54M Wireless CardBus Adapter 54M Wireless CardBus Adapter Rev: 1.0.1 1910010042 COPYRIGHT & TRADEMARKS Specifications are subject to change without notice. is a registered trademark of TP-LINK TECHNOLOGIES CO., LTD. Other brands and

More information

Introduction VOIP in an 802.11 Network VOIP 3

Introduction VOIP in an 802.11 Network VOIP 3 Solutions to Performance Problems in VOIP over 802.11 Wireless LAN Wei Wang, Soung C. Liew Presented By Syed Zaidi 1 Outline Introduction VOIP background Problems faced in 802.11 Low VOIP capacity in 802.11

More information

TOWARDS STUDYING THE WLAN SECURITY ISSUES SUMMARY

TOWARDS STUDYING THE WLAN SECURITY ISSUES SUMMARY TOWARDS STUDYING THE WLAN SECURITY ISSUES SUMMARY SUBMITTED TO THE KUMAUN UNIVERSITY, NAINITAL BY MANOJ CHANDRA LOHANI FOR THE AWARD OF THE DEGREE OF DOCTOR OF PHILOSOPHY IN COMPUTER SCIENCE UNDER THE

More information

MAC Algorithms in Wireless Networks

MAC Algorithms in Wireless Networks Department of Computing Science Master Thesis MAC Algorithms in Wireless Networks Applications, Issues and Comparisons Shoaib Tariq Supervisor: Dr. Jerry Eriksson Examiner: Dr. Per Lindström Dedicated

More information

Chapter 3: Spread Spectrum Technologies

Chapter 3: Spread Spectrum Technologies Chapter 3: Spread Spectrum Technologies Overview Comprehend the differences between, and explain the different types of spread spectrum technologies and how they relate to the IEEE 802.11 standard's PHY

More information

Performance analysis and simulation in wireless mesh networks

Performance analysis and simulation in wireless mesh networks Performance analysis and simulation in wireless mesh networks Roberto Cusani, Tiziano Inzerilli, Giacomo Di Stasio University of Rome Sapienza INFOCOM Dept. Via Eudossiana 8, 84 Rome, Italy Abstract Wireless

More information

A Neighborhood Awareness Method for Handoff Assistance in 802.11 Wireless Networks

A Neighborhood Awareness Method for Handoff Assistance in 802.11 Wireless Networks A Neighborhood Awareness Method for Handoff Assistance in 802.11 Wireless Networks Gurpal Singh *, Ajay Pal Singh Atwal ** and B.S. Sohi *** * Deptt of CSE & IT, BBSBEC, Fatehgarh Sahib, Punjab, India,

More information