Optimum Parameters for VoIP in IEEE e Wireless LAN

Size: px
Start display at page:

Download "Optimum Parameters for VoIP in IEEE 802.11e Wireless LAN"

Transcription

1 Optimum Parameters for VoIP in IEEE 82.11e Wireless LAN Ryo Kitahara NTT DoCoMo 3-5 Hikari-no-oka, Yokosuka City Kanagawa Prefecture, Japan Shingo Morita Waseda University Okubo Shinjuku-ku Tokyo, JAPAN waseda.ac.jp Koichiro Doi Waseda University Okubo Shinjuku-ku Tokyo, JAPAN waseda.ac.jp Shigeki Goto Waseda University Okubo Shinjuku-ku Tokyo, JAPAN waseda.ac.jp Tomoya Iimura Waseda University Okubo Shinjuku-ku Tokyo, JAPAN waseda.ac.jp ABSTRACT IEEE 82.11e is an enhanced standard in wireless LAN which has QoS mechanisms, EDCA and HCCA. This paper analyzes the performance of IEEE 82.11e EDCA functions through working testbeds and a large-scale simulation. EDCA has three parameters: AIFS, CW and TXOP to differentiate packets. This paper shows the effectiveness of EDCA by simple experiments. Then, we try to find the optimum values for EDCA parameters. It is interesting that default parameter values do not ensure good communication quality for VoIP communications. This paper also illustrates the results of a simulation which covering a large number of nodes. Again, it is shown that the default values are not ideal for VoIP communications on a larger scale. The results of this paper are meaningful when VoIP communications have priority over other traffic in a wireless LAN environment. Categories and Subject Descriptors C.2.1 [Computer - Communication Networks]: Network Architecture and Design Wireless communication General Terms Measurement, Performance, Experimentation Keywords IEEE 82.11e, EDCA 1. INTRODUCTION IEEE standards are widely employed to access the Internet. Almost every laptop computer shipped today has an IEEE a/b/g-enabled Network Interface Card (NIC) embedded. Access points (AP) are installed into many offices and homes. Some companies provide fare-paying wireless LAN service in public places like airports, railway stations and coffee shops. In addition, there also exist free-ofcharge services. FON has started an AP sharing service over 9 countries since 25 and already has more than 5 million users worldwide [1]. People use wireless Internet access for many services such as the World Wide Web, or short messages. Wireless Internet access today is also used for video streaming and IP telephony, which requires good Quality of Service (QoS) in terms of i) low packet loss rate; ii) minimum delay time of packet arrival; iii) small jitter of delay. Traditional Media Access Control (MAC) is enough when the load is not heavy. With a large amount of traffic, however, it cannot guarantee the quality of such services because it does not classify traffic which requires high QoS from normal traffic. The main goal of simple CDMA/CA-based traditional MAC is to share the radio medium with other nodes. Traditional MAC has a single queue for outgoing frames and cannot distinguish what service the traffic is delivering. The IEEE 82.11e standard aims to provide appropriate QoS functions for traffic in accordance with their requirements. The QoS enhancement of 82.11e is called the Hybrid Coordination Function (HCF). HCF has two different MACs: HCF-controlled channel access (HCCA) and Enhanced Distributed Channel Access (EDCA). Almost all the APs labeled 82.11e enabled only implement EDCA and few implement HCCA. This paper mainly discusses EDCA. It will show the performance of VoIP traffic over a small EDCA-enabled network by experimental comparison with traditional MAC mechanism. We emphasize the fact that default EDCA parameter values are not appropriate for VoIP traffic.

2 This paper further illustrates the results of simulation for a large number of nodes which have VoIP traffic over 82.11e networks. It is hard to make a large-scale working testbed; we use simulation to show the results. Our simulation is based on DESMO-J, which is a general-purpose simulation library [2]. The result shows again that the default values are not appropriate for large-scale networks. The rest of this paper is organized as follows: In section 2, we will briefly describe the 82.11e standard and VoIP. It also introduces some related work. The experiments and the results are illustrated in section 3 followed by the conclusion in section BACKGROUND The legacy Media Access Control (MAC) mechanism included in IEEE a/b/g has two medium-sharing functions: the distributed coordination function (DCF) and the point coordination function (PCF). IEEE 82.11e is intended to add QoS functionality to legacy e provides two MAC layer protocols: the enhanced distributed channel access (EDCA) and the hybrid coordination function (HCF) controlled channel access (HCCA). The performance of 82.11e varies depending on the application. This paper mainly deals with Voice over IP (VoIP) communications over the 82.11e network Legacy Two MAC layer protocols are defined in the legacy: DCF and PCF. DCF is a contention-based medium-sharing function. On the other hand, PCF is a polling-based mediumsharing function. An Access Point (AP) decides which node should use the radio resource at every moment. DCF has a contention-based mechanism called carrier sense multiple access with collision detection (CSMA/CD), which is well-known. With DCF, wireless nodes have to wait for a fixed time (DIFS, Distributed Inter-Frame Space) before submitting frames to see if any other node is transmitting a frame to avoid collision. When collisions occur, all the nodes should stop to submit frames and wait for a random time. This mechanism is called backoff [3]. Backoff time is calculated by a formula: Backofftime = Random slottime, (1) where Random is between and Contention Window (CW ). CW is defined as follows. CW = (CW min + 1) 2 n 1, (2) where n represents the number of resubmission. DCF has two parameters: CWmin and CWmax, which are the minimum value of CW and the maximum value, respectively. PCF is a direct extension of DCF. PCF is not popular among AP products yet. PCF is not used in most EDCA functions. This paper does not deal with the details of PCF e Since IEEE 82.11e is a MAC layer extension to the legacy, 82.11e is not intended to replace 82.11a/b/g e Figure 1: SIFS Previous Frame DIFS SIFS AIFS Slot Time CW Next Frame Parameters in EDCA: AIFS, CW and doesn t specify any physical (PHY) layer protocol. A QoS mechanism is one of the new features of 82.11e. As mentioned earlier, 82.11e has two MAC mechanisms: HCCA and EDCA. HCCA is a polling-based medium access protocol, which extends the PCF of the legacy. APs allocate time slots to each node for transmission according to demand. This is called Dynamic Time Division Multiple Access. EDCA is a contention-based medium access protocol, which inherits the DCF of the legacy. Almost all the APs products today claiming to be 82.11e-enabled implement only EDCA and do not have HCCA functionality. This is the reason why we mainly discuss EDCA. The largest difference of EDCA from DCF is that EDCA has four traffic queues. It can assign as access category (AC), thus QoS settings, to each queue independently from the other queues. The four ACs are: Voice (AC V O), Video (AC V I), Best Effort (AC BE) and Background (AC BK). The judgment of AC is done by checking the type of service (TOS) field in an IP packet header. EDCA has the same two parameters as DCF to control the quality of traffic: CWmin and CWmax. EDCA has additional parameters: Arbitration Inter Frame Space (AIFS) and the Transmission Opportunity limit (TXOPlimit). AIFS determines the fixed time before a node sends a frame. An Access Point (AC) with a short AIFS value can submit frames before another AC submits, thus it can have better QoS. The TXOPlimit is time that a node can use to submit the frames exclusively without waiting for other node. A large TXOPlimit value reduces overhead and can increase throughput of the AC. The relationship between AIFS, CW, and SIFS is shown in Fig. 1. (SIFS is the Shortest Inter-Frame Space for the APs control usage.) Table 1 shows the default parameters for each access category [4]. Two T XOP limit values are given for AC V O and AC V I depending on the physical (PHY) layer. The values shown in Table 1 are those of the PHY layer of 11b [5], which is used in our experiments. 2.3 VoIP VoIP is an IP-based telephony application. VoIP software or hardware exchanges digitally coded voice data between nodes. VoIP has faced a QoS problem since the beginning. Ordinary IP networks employed by VoIP services are, to some extent, more fragile than closed Plain Standard Telephone Networks (PSTNs). Traffic may be heavy in some IP networks. In addition, LANs at each end may be overwhelmed when great numbers of people use the network simultaneously.

3 Table 1: Default EDCA parameters Access Category CW min CW max AIFSN T XOP limit AC VO (acw min + 1)/4 1 (acw min + 1)/ msec AC VI (acw min + 1)/2 1 acw min msec AC BE acw min acw max 3 msec AC BK acw min acw max 7 msec Table 2: IP telephony quality standard in Japan class delay time (ms) A > 8 < 1 B > 7 < 1 C > < 4 This paper only focuses on the QoS issue of VoIP communications over wireless LANs. We do not discuss QoS issues in general. The quality of voice exchanged over VoIP can be evaluated by scales such as: the Mean Opinion Score (MOS) and the R value. MOS is originally calculated using subjective scores obtained from human evaluators [6]. The is obtained by twenty quality indicators such as echo, delay and distortion [7]. The is more versatile than the MOS, because there is a function given by ITU-T as G.17 to convert s to MOS. Moreover, s can reflect some packet level quality indicators. We adopt the to evaluate the quality of VoIP traffic in this paper. In Japan, the Ministry of Internal Affairs and Communications (MIC) [8] defines the quality class standard (Table 2) for the together with the mean delay time as a reference for assign telephone numbers for telephone services. Telephone services with public telephone numbers must have at least C class quality, according to the standard. Readers can understand the results of this paper in terms of real VoIP service. 2.4 Related works There have been many research projects on the performance of the IEEE legacy [9][1][11], and some work has been done on 82.11e [12][13][14][15][16][17]. These papers verify that IEEE 82.11e gives better QoS to traffic categorized as AC V O and AC V I than AC BK and AC BE. Alonso-Gonzalez [14] showed by using an ns-2 simulator that the quality of high-prioritized traffic can be maintained despite background traffic saturating the channel capacity. We will confirm this result with a real testbed using the instead of packet level indicators, which do not directly represent the quality of voice. It is known that the quality varies greatly depending on the content of the MPEG-4 movies transmitted over an 82.11e network [13]. The result [13] suggests the same performance tendency in VoIP. Some adaptive method for tuning parameters is desirable to get a truly optimal set of parameters. We will give optimal parameter sets for a large number of VoIP nodes. Figure 2: Network for the first experiment Although there have been many research projects on the performance of UDP applications including VoIP and MPEG-4 video over 82.11e, the performance of TCP applications has not been investigated in detail. Thottan [15] evaluates the quality of TCP traffic with a variety of traffic patterns. The paper tries to give the best quality of service. Not only experimental researches but also analytical works have been done. Bellalta et al.[12] made an analytical model of EDCA functions. They verified that their analysis matches well the discrete simulation. 3. EXPERIMENTS We have conducted a series of experiments. It consists of three experiments, which are explained in this section. 3.1 EDCA Effectiveness We first conducted an experiment to measure the quality of VoIP packets in EDCA enabled networks [18]. It verifies the effect of EDCA for VoIP in a working network. VoIP applications require high quality for the traffic. VoIP packets should not be delayed and the jitter of the delay should be kept small Configuration We set up a network consisting of two broadcast domains (Fig. 2): the one connected by a wired switching hub and the other connected by a 82.11e-enabled Access Point (AP). The two networks are joined by a PC (software) router, which can change the TOS field value of VoIP packets in an IP header using iptables. Node VS transmits VoIP traffic to VC. We use ITU-T recommendation G723.1 [19] for the VoIP CODEC system. Nodes S and S1 submit 6 Mbps of best-effort traffic to node C and C1, respectively, using iperf [2] software. We also measured the VoIP quality in a more realistic situation where a video traffic AC V I coexists alongside voice and best-effort traffic. By changing the TOS field value of

4 Table 3: TOS not set TOS set one part, of the best-effort traffic, we classified it into AC V I at the AP. The size of the video traffic ranges from 1 Mbps to 5 Mbps. We used ASTEC Eyes for VoIP software[21] installed on VS to submit pseudo voice traffic and also on VC to receive the voice traffic from VS. ASTEC Eyes can measure voice traffic s Results As Table 3 shows, EDCA improved the voice quality over a wireless connection. With the TOS field off, the of 23.5 fell below the range of the Japanese IP telephony standard R= (Table 2). When the TOS field is on, the value of 77 almost reached A class quality 8. Without Classification. First, we disabled the iptables at the router so that all traffic is classified as background traffic. The of the VoIP traffic was 24.8 with EDCA disabled and 23.5 with EDCA enabled. This result simply confirmed that without setting the TOS field value, EDCA is just meaningless in terms of QoS classification, or even worse: It introduces some overhead to all the packets going through the AP. With Classification. The of the VoIP traffic dramatically improved (Fig. 3) when the TOS field of VoIP packets is set so that they are classified in the voice AC V O access category. Second, we replaced one part of the best-effort traffic, AC BK, with video streaming traffic categorized as AC V I, which has higher priority than AC BK traffic and is considered to introduce much more load on voice AC V O. Until the video bandwidth exceeds 3 Mbps, the voice traffic AC V O keeps the as high as that when there is no other prioritized traffic other than itself. What is more, although the of voice AC V O starts to decrease when video AC V I increases and exceeds 3 Mbps, it still keeps a high value compared with the VoIP which are not prioritized. 3.2 Default Settings Performance The effect of EDCA depends on applications because a single set of parameters may not be able to meet all the requirements for various applications. We measured the for VoIP traffic over the 82.11e network with EDCA with default parameters and with alternative settings [22] Configuration We use the same network configuration shown in Fig. 2. The tools and CODEC are the same as those of the first experiment, except that we eliminated s1 and c1 from the network to simplify it AC_VI traffic Figure 3: with AC V I traffic EDCA on EDCA off Figure 4: Effect of EDCA on background traffic Results First, we simply measured the of VoIP traffic against background traffic while changing the size. As a result (Fig. 4), EDCA has a practical effect on VoIP quality only when the bandwidth of background traffic exceeds 6 Mbps. Therefore, we will focus on the performance of EDCA for background traffic of 6 1 Mbps in this experiment. Then we performed the same experiment but changing AIF S (Fig. 5), CW (Fig. 6) and T XOP limit (Fig. 7), respectively. Each parameter set is shown in Tables 4 and 5. AIFS values shown in Fig. 5 are represented by the number of time slots, e.g., AIFS, AIFS 1. According to the results, we picked up values which apparently have good quality. We define an alternative parameter set as shown in Table 6. The s of selected settings are shown in bold lines in Fig Finally, we applied the new alternative setting to the AP and measured the performance against the default setting. As shown in Fig. 8, the alternative setting performing basically better than the default parameters. This result implies that there would be optimum parameter sets for various situations other than the default setting.

5 Table 4: CW parameter sets CW min CW max CW CW CW CW CW CW CW CW CW CW TXOP TXOP 1 TXOP 2 TXOP 3 TXOP 4 TXOP 5 Table 5: TXOP parameter sets TXOP 2 ms TXOP 1 14 ms TXOP 2 38 ms TXOP 3 16 ms TXOP ms TXOP ms Figure 7: s for different TXOP values 7 AIFS AIFS 1 AIFS 2 AIFS 3 AIFS 4 AIFS 5 AIFS 6 AIFS 7 Table 6: Alternative parameter set AIF S CW min CW max T XOP limit [ms] Figure 5: s for different AIFS values 85 8 altered default CW CW 1 CW 2 CW 3 CW 4 CW 5 CW 6 CW 7 CW 8 CW Figure 8: The performance of the alternative setting Figure 6: s for different CW values

6 3.3 Simulation for Large Scale Networks The results of the two previous experiments show that the optimum parameters of EDCA depend on the applications and the condition of the network. In this section, we conduct a simulation for a large number of nodes to seek the optimum set of parameters for large-scale networks. In this simulation, the EDCA parameters are adjusted not only at the Access Point (AP) but also at wireless nodes. In this section, up means the direction of traffic from wireless nodes to AP and down means the opposite direction. optimum CW size CWmin CWmax Configuration The structure of the simulated network is virtually the same as the one shown in Fig. 2, which is a combination of a wired LAN and wireless LAN with an AP bridging them. The wired nodes communicate with the wireless nodes across the AP. We dynamically change the number of nodes at both sides of the AP. The numbers of the nodes are 2, 22 and 24. With less than 2 nodes, the is so high that IEEE EDCA is not necessary, and with more than 24 nodes, it is difficult to achieve 9, which is required to deliver good quality of service. The physical (PHY) layer of the wireless LAN of this network is IEEE 82.11b. The size of the VoIP traffic is fixed at 64 kbps, and the payload size is 1 bytes [23]. The length of the queues at the AP and nodes are set to 2. The simulation runs for 1 seconds for each parameter. The simulator is constructed by using the DESMO-J library. DESMO-J is a Java-based simulation framework developed at the University of Hamburg, Germany [2]. We measure the performance of VoIP traffic over the EDCAenabled network with various parameter settings. In this paper, we explain some of the meaningful results from which we can learn some instructive lessons Results In Fig. 9 22, the value from to 1 in the map stands for an. Each will be shown as the average of all the values collected from the nodes. The white arrow on the map indicates the direction toward higher s, and we define optimum sets as those achieving larger than CW size. Figure 9 shows the optimum CW sizes while the number of VoIP nodes communicating through the wireless network increases. The optimum CW size increases as the number of communicating nodes increases. In general, a small CW value leads to a high possibility of collision with other nodes. If a collision happens, a node retransmits frames after waiting for only a small period of time, indicated by small CW size. This result is meaningful in designing a large-scale wireless network. If there is no other prioritized node in the network, the performance of the single prioritized node improves with smaller CW. Apparently, giving fixed parameters is inappropriate to achieving the best performance. The default The number of nodes Figure 9: The optimum CW max and CW min values TXOPlimit TXOPlimit down TXOPlimit up The number of nodes Figure 1: The optimum T XOP limit values value showed best performance only when less than four nodes coexist. T XOP limit. The result is shown in Fig. 1. This result verifies again that the default fixed parameters are only suitable for a certain network condition. T XOP limit must be increased as the number of nodes increases. T XOP limit for the AP must be greater than for client nodes because the AP communicates with many nodes while each single node only communicates with the AP alone. CW (up - down). Two trends are discovered from the result shown in Fig First, the larger the CW size for AP (down) is, the better the performance gets. Secondly, CW size for client nodes must be smaller than that of AP. T XOP limit (up - down). We adjust T XOP limit values of the AP and client nodes independently; the results are shown in Fig From these results, it is shown that to support less than 24 nodes, the T XOP limit value of the nodes can be some value not less than 3264, while the AP should

7 (Down) _ _2473_ 7 CwMin _CwMax(Up) _ _535 24_ _535 81_ _ _ _247_535 9 Figure 11: CW size (up and down) (n = 2) Figure 14: T XOP limit down (n = 2) 7-8 (Down) _ _2473_ 7 CwMin _CwMax(Up) _ _535 24_ _535 81_ _ _ _247_535 9 Figure 12: CW size (up and down) (n = 22) Figure 15: T XOP limit down (n = 22) _247 (Down) _247 CwMin _CwMax(Up) CwMin_CwMax 489_ _535 24_ _535 81_ _ _ _247_ Figure 13: CW size (up and down) (n = 24) Figure 16: T XOP limit down (n = 24)

8 _ _ _24 535_ _81 535_ _ _247535_ _ _ _ _ _ _ _ _247_ Figure 2: CW size and T XOP limit (n = 2) Figure 17: T XOP limit up (n = 2) 535_ _ _24 535_ _81 535_ _ _247535_ Figure 18: T XOP limit up (n = 22) _ _ _ _ _ _ _ _247_ Figure 21: CW size and T XOP limit (n = 22) have the largest T XOP limit possible _ _ _24 535_ _81 535_ _ _247535_ Figure 19: T XOP limit up (n = 24) CW size and T XOP limit. In Fig. 2 22, which represent configurations with 16 nodes, 2 nodes and 24 nodes, respectively. s are shown for various CW sizes and T XOP limit when T XOP limit for up and down is the same value. The result shows that T XOP limit should be maximized as much as possible, and that the pair of (127, 2) for the CW size gives the best performance. 4. CONCLUSION There have been many related studies on the performance of EDCA and their effects on VoIP packets. They have proven that EDCA improves packet-level QoS. However, two networks both having the same QoS condition do not necessarily give the same quality from the users perspective. We used well-defined to evaluate the quality of VoIP traffic instead of simple packet-level indicators such as packet delay time, jitter and packet loss rate. We performed three experiments. The first one verified that

9 _ _ _ _ _ _ _ _247_ Figure 22: CW size and T XOP limit (n = 24) EDCA mechanism of IEEE 82.11e which can prioritize the VoIP traffic against the background traffic. Secondly, we measured the of VoIP traffic over various sizes of background traffic. Then, we picked up a set of parameters and compared the performance with the default parameters set. The new set showed better performance, regardless of the size of the background traffic. This result implies that the default set of parameters is not appropriate to various network conditions. To seek for the optimum parameter set for a large-scale network, we conducted the third experiment using DESMO-J simulation and acquired many optimum parameter sets. In addition, we got results useful for modifying the EDCA parameters. We plan to add background traffic in the network simulation to get further practical results. Our results indicate some algorithmic or parameter-tuning method should be developed to adaptively change the EDCA parameters to improve Quality of Service for VoIP traffic. 5. REFERENCES [1] FON. [2] DESMO-J. [3] IEEE (R23). IEEE, New York, NY, 23. [4] IEEE e. IEEE, New York, NY, 25. [5] IEEE b-1999 (R23). IEEE, New York, NY, 23. [6] Methods for subjective determination of transmission quality. [7] Telecommunication Technology Committee. A Method for Speech Quality Assessment of IP Telephony (JJ-21.1). TTC, Minato-ku Tokyo, Japan, 27. [8] The Ministry of Internal Affairs and Communications. [9] Miroslaw Narbutt and Mark Davis. Gauging voip call quality from wlan resource usage. In International Symposium on a World of Wireless, Mobile and Multimedia Networks, 26. [1] Rovert A. Malaney, Ernesto Exposito, and Xun Wei. Seeking voip qos in physical space. In the 3rd ACM international workshop on Wireless mobile applications and services on WLAN hotspots, 25. [11] Sangki Yun, Hyogon Kim, and Inhye Kang. Squeezing 1+ voip calls out of 82.11b wlans. In International Symposium on a World of Wireless, Mobile and Multimedia Networks, 26. [12] Boris Bellalta, Cristina Cano, Miquel Oliver, and Michela Meo. Modeling the ieee 82.11e edca for mac parameter optimization. In Heterogenius Networks, Sep 26. [13] Deyun Gao, Jianfei Cai, Paul Bao, and Zhihai He. Mpeg-4 video streaming quality evaluation in ieee 82.11e wlans. IEEE International Conference on Image Processing, 1:187 2, Sept 25. [14] I. Alonso-Gonzalez, C. Ley-Bosch, and C. C. Ojeda-Guerra. Experimental evaluation of ieee 82.11e. In Proceedings of the 24th IASTED International Multi-Conference, pages 7, Feb 26. [15] Marina Thottan and Michele C. Weigle. Impact of 82.11e edca on mixed tcp-based applications. In Proceedings of the ACM WiCon 26, Aug 26. [16] Yusuke Natsume, Duoyi Yan, Koichiro Doi, Ryo Kitahara, and Shigeki Goto. Voip quality measurement in ieee 82.11e wlan. In Forum on Information Technology, 26. [17] Atsunori Noguchi, Takahiro Suzuki, and Shuji Tasaka. Effect of ieee 82.11e edca parameters on application-level qos. Technical report of IEICE. Multimedia and virtual environment, 14(635):7 12, Jan 25. [18] Shingo Morita. VoIP Quality Measurement in IEEE 82.11e Wireless LAN. Graduation Thesis of Waseda University, Shinjuku-ku Tokyo, Japan, 27. [19] ITU-T, Mar G : Dual rate speech coder for multimedia communications transmitting at 5.3 and 6.3 kbit/s. [2] Iperf - TCP/UDP Bandwidth Measurement Tool. [21] ASTEC Eyes for VoIP. [22] Tomoya Iimura. Designing of VoIP network considering load traffic in IEEE 82.11e. Graduation Thesis of Waseda University, Shinjuku-ku Tokyo, Japan, 27. [23] ITU-T, Feb 24. G.711 : Pulse code modulation (PCM) of voice frequencies. Apppendix II

Optimization of VoIP over 802.11e EDCA based on synchronized time

Optimization of VoIP over 802.11e EDCA based on synchronized time Optimization of VoIP over 802.11e EDCA based on synchronized time Padraig O Flaithearta, Dr. Hugh Melvin Discipline of Information Technology, College of Engineering and Informatics, National University

More information

II. IEEE802.11e EDCA OVERVIEW

II. IEEE802.11e EDCA OVERVIEW The 18th Annual IEEE International Symposium on Personal, Indoor and Mobile Radio Communications (PIMRC'7) CACITY IMPROVEMENT OF WIRELESS LAN VOIP USING DISTRIBUTED TRANSMISSION SCHEDULING Kei Igarashi,

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

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

Philippe Klein. avb-phkl-802-11-qos-overview-0811-1

Philippe Klein. avb-phkl-802-11-qos-overview-0811-1 802.11 QoS Overview Philippe Klein IEEE Plenary Meeting Nov 08 Dallas, TX avb-phkl-802-11-qos-overview-0811-1 Disclaimer This presentation is not a highly detailed technical presentation but a crash course

More information

Enhancing WLAN MAC Protocol performance using Differentiated VOIP and Data Services Strategy

Enhancing WLAN MAC Protocol performance using Differentiated VOIP and Data Services Strategy IJCSNS International Journal of Computer Science and Network Security, VOL.9 No.12, December 2009 89 Enhancing WLAN MAC Protocol performance using Differentiated VOIP and Data Services Strategy S.Vijay

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

Capacity Evaluation of VoIP in IEEE 802.11e WLAN Environment

Capacity Evaluation of VoIP in IEEE 802.11e WLAN Environment Capacity Evaluation of VoIP in IEEE 802.11e WLAN Environment Abdelbasset Trad, Farukh Munir INIA, Planete Project 4 oute des Lucioles, BP-93 06902 Sophia-Antipolis, France Email: {atrad, mfmunir}@sophia.inria.fr

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

Performance Comparison of Dual Queue and EDCA for VoIP over IEEE 802.11 WLAN

Performance Comparison of Dual Queue and EDCA for VoIP over IEEE 802.11 WLAN Performance Comparison of Dual Queue and for VoIP over IEEE 8. WLAN Jeonggyun Yu and Sunghyun Choi Multimedia & Wireless Networking Laboratory (MWNL), School of Electrical Engineering, Seoul National University,

More information

Fast Retransmission Mechanism for VoIP in IEEE 802.11e wireless LANs

Fast Retransmission Mechanism for VoIP in IEEE 802.11e wireless LANs Fast Mechanism for VoIP in IEEE 802.11e wireless LANs Gyung-Ho Hwang and Dong-Ho Cho Division of Electrical Engineering, Department of Electrical Engineering and Computer Science, KAIST, 373-1 Guseong-dong

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

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

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

Video Transmission over Wireless LAN. Hang Liu Hang.liu@thomson.net

Video Transmission over Wireless LAN. Hang Liu Hang.liu@thomson.net Video Transmission over Wireless LAN Hang Liu Hang.liu@thomson.net Page 1 Introduction! Introduction! Wi-Fi Multimedia and IEEE 802.11e for QoS Enhancement! Error Control Techniques Page 2 Introduction!

More information

An Experimental Study of Throughput for UDP and VoIP Traffic in IEEE 802.11b Networks

An Experimental Study of Throughput for UDP and VoIP Traffic in IEEE 802.11b Networks An Experimental Study of Throughput for UDP and VoIP Traffic in IEEE 82.11b Networks Sachin Garg sgarg@avaya.com Avaya Labs Research Basking Ridge, NJ USA Martin Kappes mkappes@avaya.com Avaya Labs Research

More information

How To Configure the WLAN with QoS

How To Configure the WLAN with QoS How To Configure the WLAN with QoS Introduction This How to Note explains how to configure Quality of Service (QoS) in a wireless Local Area Network to prioritize traffic under busy conditions. There is

More information

Wi-Fi CERTIFIED for WMM - Support for Multimedia Applications with Quality of Service in Wi-Fi Networks Wi-Fi Alliance September 1, 2004

Wi-Fi CERTIFIED for WMM - Support for Multimedia Applications with Quality of Service in Wi-Fi Networks Wi-Fi Alliance September 1, 2004 Wi-Fi CERTIFIED for WMM - Support for Multimedia Applications with Quality of Service in Wi-Fi Networks Wi-Fi Alliance September 1, 2004 2004 Wi-Fi Alliance. All rights reserved. Wi-Fi is a registered

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

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

Measuring the Performance of VoIP over Wireless LAN

Measuring the Performance of VoIP over Wireless LAN Measuring the Performance of VoIP over Wireless LAN Keshav Neupane, Student Victor Kulgachev, Student Department of Computer Science Northern Kentucky University Highland Heights, KY, USA, 41099 neupanek1@nku.edu

More information

How To Understand Wireless Network Quality Of Service (Qos) In 802.11E

How To Understand Wireless Network Quality Of Service (Qos) In 802.11E WLAN QoS : 802.11e Merle Frédéric Summary Introduction What is QoS? Why do we need QoS in wireless LAN nowadays? 802.11e MAC Protocol Enhanced Distributed Channel Access (EDCA) Presentation How does it

More information

Performance evaluation of QoS in wireless networks using IEEE 802.11e

Performance evaluation of QoS in wireless networks using IEEE 802.11e Performance evaluation of QoS in wireless networks using IEEE 802.11e Laio B. Vilas Boas, Pedro M. C. Massolino, Rafael T. Possignolo, Cintia B. Margi and Regina M. Silveira Abstract The increase demand

More information

Configuring QoS in a Wireless Environment

Configuring QoS in a Wireless Environment Configuring QoS in a Wireless Environment This chapter describes how to configure quality of service (QoS) on your Cisco wireless interface. With this feature, you can provide preferential treatment to

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

PLUS-DAC: A Distributed Admission Control Scheme for IEEE 802.11e WLANs

PLUS-DAC: A Distributed Admission Control Scheme for IEEE 802.11e WLANs -DAC: A Distributed Admission Control Scheme for IEEE 8.e WLANs Kiran Kumar Gavini, Varsha Apte and Sridhar Iyer Kanwal Rekhi School of Information Technology Indian Institute of Technology Bombay, Powai,

More information

Department of Computer Science Columbia University

Department of Computer Science Columbia University Towards the Quality of Service for VoIP traffic in IEEE 82.11 Wireless Networks Sangho Shin Henning Schulzrinne Email: sangho, hgs@cs.columbia.edu Department of Computer Science Columbia University 28

More information

Wireless Mesh Networks Impact on Voice over Internet Protocol. Mohammad Tariq Meeran PhD Student Institute of Informatics, Tallinn University

Wireless Mesh Networks Impact on Voice over Internet Protocol. Mohammad Tariq Meeran PhD Student Institute of Informatics, Tallinn University Wireless Mesh Networks Impact on Voice over Internet Protocol Mohammad Tariq Meeran PhD Student Institute of Informatics, Tallinn University Email: meeran@tlu.ee February 2014 What is wireless mesh networks?

More information

Wireless Network Measurement: VoIP and 802.11e

Wireless Network Measurement: VoIP and 802.11e Wireless Network Measurement: VoIP and 82.11e by Ian Dangerfield, B.A Masters Thesis Hamilton Institute National University of Ireland Maynooth Maynooth Co. Kildare December 27 Research Supervisor: Dr.

More information

VoIP Session Capacity Expansion with Packet Transmission Suppression Control in Wireless LAN

VoIP Session Capacity Expansion with Packet Transmission Suppression Control in Wireless LAN 1144 PAPER Special Section on Internet Technology and its Architecture for Ambient Information Systems VoIP Session Capacity Expansion with Packet Transmission Suppression Control in Wireless LAN Yasufumi

More information

Can I add a VoIP call?

Can I add a VoIP call? Can I add a VoIP call? Sachin Garg Avaya Labs Basking Ridge, NJ 07920 Email: sgarg@avaya.com Martin Kappes Avaya Labs Basking Ridge, NJ 07920 Email: mkappes@avaya.com Abstract In this paper, we study the

More information

PROVIDING STATISTICAL QOS GUARANTEE FOR VOICE OVER IP IN THE IEEE 802.11 WIRELESS LANS

PROVIDING STATISTICAL QOS GUARANTEE FOR VOICE OVER IP IN THE IEEE 802.11 WIRELESS LANS V OICE OVER WIRELESS LOCAL AREA N ETWORK PROVIDING STATISTICAL QOS GUARANTEE FOR VOICE OVER IP IN THE IEEE 82.11 WIRELESS LANS HONGQIANG ZHAI, JIANFENG WANG, AND YUGUANG FANG, UNIVERSITY OF FLORIDA The

More information

Dynamic Traffic Prioritization in 802.11e Networks

Dynamic Traffic Prioritization in 802.11e Networks 1 Dynamic Traffic Prioritization in 802.11e Networks William Spearman, James Martin, James Westall Abstract The IEEE 802.11 family of standards defines a collection of widely used local wireless network

More information

Yalda Hakki (yha17@sfu.ca) Rosy Johal (rja2@sfu.ca) Renuka Rani (rra7@sfu.ca) www.sfu.ca/~rra7

Yalda Hakki (yha17@sfu.ca) Rosy Johal (rja2@sfu.ca) Renuka Rani (rra7@sfu.ca) www.sfu.ca/~rra7 ENSC 427: Communication Networks Spring 2010 Final Project Presentation Yalda Hakki (yha17@sfu.ca) Rosy Johal (rja2@sfu.ca) Renuka Rani (rra7@sfu.ca) www.sfu.ca/~rra7 1 Introduction Overview and Motivation

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

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

Aspects of Coexistence Between WiFi and HSDPA

Aspects of Coexistence Between WiFi and HSDPA (Cross-layer design and network planning for B3G systems) Aspects of Coexistence Between WiFi and HSDPA Orlando Cabral Valdemar Monteiro 2005, it - instituto de telecomunicações. Todos os direitos reservados.

More information

Virtual PCF: Improving VoIP over WLAN performance with legacy clients

Virtual PCF: Improving VoIP over WLAN performance with legacy clients Virtual PCF: Improving VoIP over WLAN performance with legacy clients by Usman Ismail A thesis presented to the University of Waterloo in fulfillment of the thesis requirement for the degree of Master

More information

A Software Architecture for Simulating IEEE 802.11e HCCA

A Software Architecture for Simulating IEEE 802.11e HCCA A Software Architecture for Simulating IEEE 802.11e HCCA Claudio Cicconetti, Luciano Lenzini, Enzo Mingozzi, Giovanni Stea Dipartimento di Ingegneria dell'informazione University of Pisa, Italy IPS-MoMe

More information

Analysis of QoS parameters of VOIP calls over Wireless Local Area Networks

Analysis of QoS parameters of VOIP calls over Wireless Local Area Networks Analysis of QoS parameters of VOIP calls over Wireless Local Area Networks Ayman Wazwaz, Computer Engineering Department, Palestine Polytechnic University, Hebron, Palestine, aymanw@ppu.edu Duaa sweity

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

Application Note How To Determine Bandwidth Requirements

Application Note How To Determine Bandwidth Requirements Application Note How To Determine Bandwidth Requirements 08 July 2008 Bandwidth Table of Contents 1 BANDWIDTH REQUIREMENTS... 1 1.1 VOICE REQUIREMENTS... 1 1.1.1 Calculating VoIP Bandwidth... 2 2 VOIP

More information

Enhancement of VoIP over IEEE 802.11 WLANs by Adapting Transmitting Interval

Enhancement of VoIP over IEEE 802.11 WLANs by Adapting Transmitting Interval Enhancement of VoIP over IEEE 82.11 WLANs by Adapting Transmitting Interval Zhuo Chen, Lingyun Wang, and Xinbing Wang School of Electronic, Information and Electrical Engineering Shanghai Jiao Tong University

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

PERFORMANCE ANALYSIS OF VOIP TRAFFIC OVER INTEGRATING WIRELESS LAN AND WAN USING DIFFERENT CODECS

PERFORMANCE ANALYSIS OF VOIP TRAFFIC OVER INTEGRATING WIRELESS LAN AND WAN USING DIFFERENT CODECS PERFORMANCE ANALYSIS OF VOIP TRAFFIC OVER INTEGRATING WIRELESS LAN AND WAN USING DIFFERENT CODECS Ali M. Alsahlany 1 1 Department of Communication Engineering, Al-Najaf Technical College, Foundation of

More information

How To Analyze The Security On An Ipa Wireless Sensor Network

How To Analyze The Security On An Ipa Wireless Sensor Network Throughput Analysis of WEP Security in Ad Hoc Sensor Networks Mohammad Saleh and Iyad Al Khatib iitc Stockholm, Sweden {mohsaleh, iyad}@iitc.se ABSTRACT This paper presents a performance investigation

More information

DUE to the high performance versus price ratio, IEEE

DUE to the high performance versus price ratio, IEEE Improving WLAN VoIP Capacity Through Service Differentiation Deyun Gao, Member, IEEE, Jianfei Cai, Senior Member, IEEE, Chuan Heng Foh, Member, IEEE, Chiew-Tong Lau, Member, IEEE, and King Ngi Ngan, Fellow,

More information

Management of IEEE 802.11e Wireless LAN for Realtime QoS-Guaranteed Teleconference Service with Differentiated H.264 Video Transmission

Management of IEEE 802.11e Wireless LAN for Realtime QoS-Guaranteed Teleconference Service with Differentiated H.264 Video Transmission Management of IEEE 82.11e Wireless LAN for Realtime QoS-Guaranteed Teleconference Service with Differentiated H.264 Video Transmission Soo-Yong Koo, Byung-Kil Kim, Young-Tak Kim Dept. of Information and

More information

Establishing How Many VoIP Calls a Wireless LAN Can Support Without Performance Degradation

Establishing How Many VoIP Calls a Wireless LAN Can Support Without Performance Degradation Establishing How Many VoIP Calls a Wireless LAN Can Support Without Performance Degradation ABSTRACT Ángel Cuevas Rumín Universidad Carlos III de Madrid Department of Telematic Engineering Ph.D Student

More information

Adapting WLAN MAC Parameters to Enhance VoIP Call Capacity

Adapting WLAN MAC Parameters to Enhance VoIP Call Capacity Adapting WLAN MAC Parameters to Enhance VoIP Call Capacity Gráinne Hanley, Seán Murphy and Liam Murphy Dept. of Computer Science, University College Dublin Belfield, Dublin 4, Ireland hanleyg@gmail.com,

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

Enhancement of VoIP over IEEE 802.11 WLAN via Dual Queue Strategy

Enhancement of VoIP over IEEE 802.11 WLAN via Dual Queue Strategy Enhancement of VoIP over IEEE 802.11 WLAN via Dual Queue Strategy + Multimedia & Wireless Networking Laboratory School of Electrical Engineering Seoul National University jgyu@mwnl.snu.ac.kr, schoi@snu.ac.kr

More information

Improving WLAN VoIP Capacity through Service Differentiation

Improving WLAN VoIP Capacity through Service Differentiation IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. X, NO. XX 1 Improving WLAN VoIP Capacity through Service Differentiation Deyun Gao, Member, IEEE, Jianfei Ca Member, IEEE, Chuan Heng Foh, Member, IEEE,

More information

No Ack in IEEE 802.11e Single-Hop Ad-Hoc VoIP Networks

No Ack in IEEE 802.11e Single-Hop Ad-Hoc VoIP Networks No Ack in IEEE 802.11e Single-Hop Ad-Hoc VoIP Networks Jaume Barceló, Boris Bellalta, Anna Sfairopoulou, Cristina Cano, Miquel Oliver Abstract This paper analyzes the impact of the No Ack policy in VoIP

More information

Advanced Wireless LAN VoIP Technology

Advanced Wireless LAN VoIP Technology Wireless LAN VoIP QoS Advanced Wireless LAN VoIP Technology A technical overview is given of an optimal access point selection method and an autonomous distributed scheduling MAC method that take QoS into

More information

ENSC 427: Communication Networks. Analysis of Voice over IP performance on Wi-Fi networks

ENSC 427: Communication Networks. Analysis of Voice over IP performance on Wi-Fi networks ENSC 427: Communication Networks Spring 2010 OPNET Final Project Analysis of Voice over IP performance on Wi-Fi networks Group 14 members: Farzad Abasi (faa6@sfu.ca) Ehsan Arman (eaa14@sfu.ca) http://www.sfu.ca/~faa6

More information

A Multiplex-Multicast Scheme that Improves System Capacity of Voice-over-IP on Wireless LAN by 100% *

A Multiplex-Multicast Scheme that Improves System Capacity of Voice-over-IP on Wireless LAN by 100% * A Multiplex-Multicast Scheme that Improves System Capacity of Voice-over-IP on Wireless LAN by 100% * Wei Wang, Soung C. Liew, Qixiang Pang Department of Information Engineering The Chinese University

More information

Measurement of V2oIP over Wide Area Network between Countries Using Soft Phone and USB Phone

Measurement of V2oIP over Wide Area Network between Countries Using Soft Phone and USB Phone The International Arab Journal of Information Technology, Vol. 7, No. 4, October 2010 343 Measurement of V2oIP over Wide Area Network between Countries Using Soft Phone and USB Phone Mohd Ismail Department

More information

VoIP QoS on low speed links

VoIP QoS on low speed links Ivana Pezelj Croatian Academic and Research Network - CARNet J. Marohni a bb 0 Zagreb, Croatia Ivana.Pezelj@CARNet.hr QoS on low speed links Julije Ožegovi Faculty of Electrical Engineering, Mechanical

More information

Quality of Service Analysis of site to site for IPSec VPNs for realtime multimedia traffic.

Quality of Service Analysis of site to site for IPSec VPNs for realtime multimedia traffic. Quality of Service Analysis of site to site for IPSec VPNs for realtime multimedia traffic. A Network and Data Link Layer infrastructure Design to Improve QoS in Voice and video Traffic Jesús Arturo Pérez,

More information

QOS PROTECTION FOR IEEE 802.11E IN WLAN WITH SHARED EDCA AND DCF ACCESS

QOS PROTECTION FOR IEEE 802.11E IN WLAN WITH SHARED EDCA AND DCF ACCESS QOS PROTECTION FOR IEEE 802.11E IN WLAN WITH SHARED EDCA AND DCF ACCESS Jakub Majkowski, Ferran Casadevall Palacio Dept. of Signal Theory and Communications Universitat Politècnica de Catalunya (UPC) C/

More information

Indepth Voice over IP and SIP Networking Course

Indepth Voice over IP and SIP Networking Course Introduction SIP is fast becoming the Voice over IP protocol of choice. During this 3-day course delegates will examine SIP technology and architecture and learn how a functioning VoIP service can be established.

More information

Admission Control for VoIP Traffic in IEEE 802.11 Networks

Admission Control for VoIP Traffic in IEEE 802.11 Networks Admission Control for VoIP Traffic in IEEE 802.11 Networks Sachin Garg Avaya Labs Basking Ridge, NJ 07920 Email: sgarg@avaya.com Martin Kappes Avaya Labs Basking Ridge, NJ 07920 Email: mkappes@avaya.com

More information

Impact of Randomness on MAC Layer Schedulers over High Speed Wireless Campus Network in IEEE802.11e

Impact of Randomness on MAC Layer Schedulers over High Speed Wireless Campus Network in IEEE802.11e ISSN (Online): 2409-4285 www.ijcsse.org Page: 8-13 Impact of Randomness on MAC Layer Schedulers over High Speed Wireless Campus Network in IEEE802.11e M. K. Alam 1, S. A. Latif 2, M. Akter 3 and M. Y.

More information

Configuring QoS in a Wireless Environment

Configuring QoS in a Wireless Environment 12 CHAPTER This chapter describes how to configure quality of service (QoS) on your Cisco wireless mobile interface card (WMIC). With this feature, you can provide preferential treatment to certain traffic

More information

2 BACKGROUND. J. Yu and S. Choi

2 BACKGROUND. J. Yu and S. Choi Comparison of Modified Dual Queue and for VoIP over IEEE.11 WLAN JEONGGYUN YU AND SUNGHYUN CHOI Multimedia & Wireless Networking Laboratory (MWNL) School of Electrical Engineering and INMC, Seoul National

More information

Improving Quality of Service

Improving Quality of Service Improving Quality of Service Using Dell PowerConnect 6024/6024F Switches Quality of service (QoS) mechanisms classify and prioritize network traffic to improve throughput. This article explains the basic

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

IP videoconferencing solution with ProCurve switches and Tandberg terminals

IP videoconferencing solution with ProCurve switches and Tandberg terminals An HP ProCurve Networking Application Note IP videoconferencing solution with ProCurve switches and Tandberg terminals Contents 1. Introduction... 3 2. Architecture... 3 3. Videoconferencing traffic and

More information

Analysis and Simulation of VoIP LAN vs. WAN WLAN vs. WWAN

Analysis and Simulation of VoIP LAN vs. WAN WLAN vs. WWAN ENSC 427 Communication Networks Final Project Report Spring 2014 Analysis and Simulation of VoIP Team #: 2 Kadkhodayan Anita (akadkhod@sfu.ca, 301129632) Majdi Yalda (ymajdi@sfu.ca, 301137361) Namvar Darya

More information

Authors Mário Serafim Nunes IST / INESC-ID Lisbon, Portugal mario.nunes@inesc-id.pt

Authors Mário Serafim Nunes IST / INESC-ID Lisbon, Portugal mario.nunes@inesc-id.pt Adaptive Quality of Service of Voice over IP Communications Nelson Costa Instituto Superior Técnico (IST) Lisbon, Portugal eng.ncosta@gmail.com Authors Mário Serafim Nunes Lisbon, Portugal mario.nunes@inesc-id.pt

More information

IEEE 802.11E ENHANCEMENT FOR VOICE SERVICE

IEEE 802.11E ENHANCEMENT FOR VOICE SERVICE V OICE OVER WIRELESS LOCAL AREA N ETWORK IEEE 802.11E ENHANCEMENT FOR VOICE SERVICE PING WANG, HAI JIANG, AND WEIHUA ZHUANG, UNIVERSITY OF WATERLOO Wired network IP phone Gateway router Access point Motivated

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

Performance Evaluation of VoIP Services using Different CODECs over a UMTS Network

Performance Evaluation of VoIP Services using Different CODECs over a UMTS Network Performance Evaluation of VoIP Services using Different CODECs over a UMTS Network Jianguo Cao School of Electrical and Computer Engineering RMIT University Melbourne, VIC 3000 Australia Email: j.cao@student.rmit.edu.au

More information

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

Solutions to Performance Problems in VoIP over 802.11 Wireless LAN 1

Solutions to Performance Problems in VoIP over 802.11 Wireless LAN 1 1 Solutions to Performance Problems in VoIP over 802.11 Wireless LAN 1 Wei Wang, Soung C. Liew Department of Information Engineering The Chinese University of Hong Kong Victor O. K. Li Department of Electrical

More information

Requirements of Voice in an IP Internetwork

Requirements of Voice in an IP Internetwork Requirements of Voice in an IP Internetwork Real-Time Voice in a Best-Effort IP Internetwork This topic lists problems associated with implementation of real-time voice traffic in a best-effort IP internetwork.

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

QoS-aware MPDU Aggregation of IEEE 802.11n WLANs for VoIP Services

QoS-aware MPDU Aggregation of IEEE 802.11n WLANs for VoIP Services QoS-aware MPDU Aggregation of IEEE 802.11n WLANs for VoIP Services Shinnazar Seytnazarov and Young-Tak Kim Department of Information and Communication Engineering, Graduate School, Yeungnam University

More information

Combining Voice over IP with Policy-Based Quality of Service

Combining Voice over IP with Policy-Based Quality of Service TechBrief Extreme Networks Introduction Combining Voice over IP with Policy-Based Quality of Service Businesses have traditionally maintained separate voice and data networks. A key reason for this is

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

Measure wireless network performance using testing tool iperf

Measure wireless network performance using testing tool iperf Measure wireless network performance using testing tool iperf By Lisa Phifer, SearchNetworking.com Many companies are upgrading their wireless networks to 802.11n for better throughput, reach, and reliability,

More information

Voice over Internet Protocol (VoIP) systems can be built up in numerous forms and these systems include mobile units, conferencing units and

Voice over Internet Protocol (VoIP) systems can be built up in numerous forms and these systems include mobile units, conferencing units and 1.1 Background Voice over Internet Protocol (VoIP) is a technology that allows users to make telephone calls using a broadband Internet connection instead of an analog phone line. VoIP holds great promise

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

Implementation of Video Voice over IP in Local Area Network Campus Environment

Implementation of Video Voice over IP in Local Area Network Campus Environment Implementation of Video Voice over IP in Local Area Network Campus Environment Mohd Nazri Ismail Abstract--In this research, we propose an architectural solution to integrate the video voice over IP (V2oIP)

More information

Voice over IP. Overview. What is VoIP and how it works. Reduction of voice quality. Quality of Service for VoIP

Voice over IP. Overview. What is VoIP and how it works. Reduction of voice quality. Quality of Service for VoIP Voice over IP Andreas Mettis University of Cyprus November 23, 2004 Overview What is VoIP and how it works. Reduction of voice quality. Quality of Service for VoIP 1 VoIP VoIP (voice over IP - that is,

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

An End-to-End Measurement-Based Admission Control Policy for VoIP over Wireless Networks

An End-to-End Measurement-Based Admission Control Policy for VoIP over Wireless Networks An End-to-End Measurement-Based Admission Control Policy for VoIP over Wireless Networks Ala Khalifeh Department of EECS University of California, Irvine [akhalife]@uci.edu Abstract in this paper, we present

More information

VoIP Bandwidth Considerations - design decisions

VoIP Bandwidth Considerations - design decisions VoIP Bandwidth Considerations - design decisions When calculating the bandwidth requirements for a VoIP implementation the two main protocols are: a signalling protocol such as SIP, H.323, SCCP, IAX or

More information

VoIP codec adaptation algorithm in multirate 802.11 WLANs : distributed vs centralized performance comparison

VoIP codec adaptation algorithm in multirate 802.11 WLANs : distributed vs centralized performance comparison VoIP codec adaptation algorithm in multirate 82.11 WLANs : distributed vs centralized performance comparison Anna Sfairopoulou, Carlos Macián, Boris Bellalta Network Technologies and Strategies (NeTS)

More information

COMPARATIVE STUDY OF VARIOUS VOIP APPLICATIONS IN 802.11A WIRELESS NETWORK SCENARIO

COMPARATIVE STUDY OF VARIOUS VOIP APPLICATIONS IN 802.11A WIRELESS NETWORK SCENARIO COMPARATIVE STUDY OF VARIOUS VOIP APPLICATIONS IN 802.11A WIRELESS NETWORK SCENARIO Sutanu Ghosh Faculty of Electronics and Communication Engineering, Dr. Sudhir Chandra Sur Degree Engineering College

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

QoS Control and Resource Management in Heterogeneous Wireless Systems

QoS Control and Resource Management in Heterogeneous Wireless Systems QoS Control and Resource Management in Heterogeneous Wireless Systems Fethi Filali Assistant Professor Institut Eurécom http://www.eurecom.fr/~filali Novembre Project - QoS Seminar Telecom Paris, June

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

All Rights Reserved - Library of University of Jordan - Center of Thesis Deposit

All Rights Reserved - Library of University of Jordan - Center of Thesis Deposit iii DEDICATION To my parents, my wife, my brothers and sisters, and my son for their encouragement, and help during this thesis. iv ACKNOWLEDGEMENT I would like to thank my supervisor prof. Jameel Ayoub

More information

Broadcast Services and QoS Control Provided by 3rd-generation Mobile Communication Technology 1xEV-DO

Broadcast Services and QoS Control Provided by 3rd-generation Mobile Communication Technology 1xEV-DO Hitachi Review Vol. 55 (Feb. 2006) 1 Broadcast Services and QoS Control Provided by 3rd-generation Mobile Communication Technology 1xEV-DO Naohisa Hamaguchi Takashi agei Shiro Mazawa Yosuke Takahashi OVERVIEW:

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

Gauging VoIP call quality from 802.11 WLAN resource usage

Gauging VoIP call quality from 802.11 WLAN resource usage Gauging VoIP call quality from 82.11 WLAN resource usage Miroslaw Narbutt and Mark Davis Communications Network Research Institute School of Electronic and Communications Engineering Dublin Institute of

More information

Clearing the Way for VoIP

Clearing the Way for VoIP Gen2 Ventures White Paper Clearing the Way for VoIP An Alternative to Expensive WAN Upgrades Executive Overview Enterprises have traditionally maintained separate networks for their voice and data traffic.

More information

Real-Time Traffic Support in Heterogeneous Mobile Networks

Real-Time Traffic Support in Heterogeneous Mobile Networks Real-Time Traffic Support in Heterogeneous Mobile Networks Yuan Sun Elizabeth M. Belding-Royer Department of Computer Science University of California, Santa Barbara {suny, ebelding}@cs.ucsb.edu Xia Gao

More information