Measuring the Performance of VoIP over Wireless LAN

Size: px
Start display at page:

Download "Measuring the Performance of VoIP over Wireless LAN"

Transcription

1 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, Andrew Elam, Student Sri Harsha Vasireddy, Student Department of Computer Science Northern Kentucky University Highland Heights, KY, USA, Hetal Jasani, Ph.D. Department of Computer Science Northern Kentucky University Highland Heights, KY, USA, ABSTRACT IEEE wireless local area network (WLAN) has become popular and has been providing excellent solution for wireless networking. With the popularity of WLAN and Voice over the Internet (VoIP) protocol, it is very essential to measure the performance of the VoIP over WLAN. The main goal of this paper is to compare the performance of the Voice over IP protocol in both LAN (802.3) and WLAN (802.11). This paper examines how this communication protocol performs in two different network setups and analyzes the results obtained using OPNET modeler. It also examines the optimization of e for Quality of Service (QoS) using the priorities to provide real-time service for voice over the Internet protocol. Categories and Subject Descriptors C.4 [Computer Systems Organization]: Performance of Systems, Modeling techniques. General Terms Performance, Measurement Keywords IEEE e; WLAN; OPNET; Modeling and Simulation; QoS; Frame Relay; PPP. 1. INTRODUCTION Wireless Local Area Network (WLAN) has become more popular because of the simple deployment scheme. Voice over IP (VoIP) can save a lot for the small business and corporations by cutting down the cell phone and telephone bills. Now with the corporations and small business moving into the WLAN infrastructure, it is important to look at the performance of VOIP over the WLAN and be aware of potential issues and what can possibly be done to remediate those issues. With the rapid movement of business infrastructure towards WLAN, it is important to implement the real time traffic over WLAN. Implementation of real time traffic such as VOIP in WLAN demands for a dependable Quality of Service (QoS). This project has addressed the VOIP over WLAN using Frame Relay, VOIP using Point to Point and compared it against VOIP over Wired LAN and explored the possibilities and options in enhancing VOIP over WLAN. Quality of Service: The e enhances the DCF (distributed coordination function) and the PCF (point coordination function), through a new coordination function: the hybrid coordination function (HCF). Within the HCF, there are two methods of channel access, similar to those defined in the legacy MAC: HCF Controlled Channel Access (HCCA) and Enhanced Distributed Channel Access (EDCA). Both EDCA and HCCA define Traffic Categories (TC). For example, s could be assigned to a low priority class, and Voice over Wireless LAN could be assigned to a high priority class. The QoS guarantee of HCF is based on negotiation of service level agreement between AP and wireless nodes. HCF realizes QoS mechanism by extending PCF definition and applying one-direction stream of service level agreement between APs and wireless nodes. [5] EDCA is designed to provide traffic differentiation by implementing four queues (Access Categories (AC)) in each QoS enhanced station (QSTA) to support eight user priorities as defined in IEEE 802.1D. Each AC works as an independent DCF STA and uses its own access parameters (CWmin[AC], CWmax[AC], AIFS[AC], TXOPlimit[AC]), which are announced by QAP periodically in beacon frames. The new IEEE e standard allows the QAP to adapt these parameters dynamically depending on the network conditions. [8] Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. To copy otherwise, or republish, to post on servers or to redistribute to lists, requires prior specific permission and/or a fee. SIGITE 11, October 20 22, 2011, West Point, New York, USA. Copyright 2011 ACM /11/10...$ PERFORMANCE MODELING VoIP over wireless LAN was simulated using OPNET modeler and analyzed the performance of VoIP over WLAN system. The performance statistics was collected and also captured the measurement of packet loss, delays and throughput in order to determine the VOIP quality over WLAN. 269

2 Voice transmission is more sensitive than data transmission. Since VOIP is real time application dropped calls and low voice qualities are not accepted by the customers, so it is important to implement quality of service (QoS) to ensure the better quality of the signal. [4] The following parameters were considered as the principal parameters during the simulation: voice payload size: voice payload size is the size in bytes of packet; packet size: packet size is the size in bytes of a packet including RTP/UDP/IP; packets per seconds: number of packets generated per second; packet duration: packet duration is the time between the start bits of two consecutive packets. During the simulation of the design topology, statistics was collected on packet loss, delay, latency and jitter. Packet loss is the main reason for the degradation in the voice quality. Below are the details of each of the global statistics that were collected which were analyzed in different scenarios. Following are performance metrics regarding Frame Relay: throughput (bits/sec): average bits per second forwarded to the next-higher layers by all frame relay access devices (FRADs) in the network; traffic dropped (packets/sec): represents the rate at which packets get dropped in this cloud. [12] Following are performance metrics regarding voice: Jitter (Sec): If two consecutive packets leave the source node with time stamps t1 & t2 and are played back at the destination node at time t3 & t4, then: Jitter = (t4 - t3) - (t2 - t1), Negative jitter indicates that the time difference between the packets at the destination node was less than that at the source node; packet delay variation: Variance among end-to-end delays for voice packets; packet Endto-End Delay (Sec): the total voice packet delay, called "analogto-analog" or "mouth-to-ear" delay = network_delay + encoding_delay + decoding_delay + compression_delay + decompression_delay; traffic received (bytes/sec): average number of bytes per second forwarded to all Voice applications by the transport layers in the network. [12] Following are the performance metrics regarding Wireless LAN: Throughput (bits/sec): represents the total number of bits (in bits/sec) forwarded from wireless LAN layers to higher layers in all WLAN nodes of the network; delay (sec): represents the end to end delay of all the packets received by the wireless LAN MACs of all WLAN nodes in the network and forwarded to the higher layer; data dropped (retry threshold exceeded) (bits/sec): Total higher layer data traffic (in bits/sec) dropped by the all the WLAN MACs in the network as a result of consistently failing retransmissions. If the network contains QSTAs (802.11e-capable WLAN MACs) that use Block-ACK mechanism as originator for some or all of their communication with other QSTAs, then this statistic will also include any higher layer data traffic of those MACs that is transmitted and retransmitted within blocks, not acknowledged in following Block-ACKs and dropped due to reaching the transmit lifetime limit. [12] Following are the performance metrics regarding WLAN (PER HCF Access Category) :delay (in sec): represents the end-to-end delay of all the data packets, collected separately for each e EDCA access category, that are successfully received by all the e-capable WLAN MACs in the network and forwarded to higher layer. Another one is throughput (bits/sec): total data traffic in bits/sec, collected separately for each e EDCA access category, successfully received and forwarded to the higher layer by all the e-capable WLAN MACs in the network. [12] 3. SIMULATION MODEL This simulation was run in many different scenarios to see the difference in performance and to explore the best method of utilizing VoIP over WLAN. The first scenario was called Baseline ; this scenario was the basic implementation and was used as a starting point of reference. In this scenario there was no QoS implemented. The QoS scenario was used to show the impact of implementing e in a wireless network that was using VoIP. This scenario was compared against the baseline scenario to measure the effectiveness and was used as the new baseline in comparing the rest of the scenarios. The network performance was tested during peak time and downtime in the QoS_Heavy_Traffic Scenario. The result from this gave an indication of the degradation of the QoS as the network load increases. This same model also was implemented in all wired network scenario titled wired_baseline. This was done to create a base to compare the results of the wireless implementation. The results of the two scenarios were graphed in a stacked graph to show variation from a wired and wireless network. This made it easier to identify the bottleneck areas in the WLAN. The QoS_PPP scenario was tested using a point-to-point connection instead of a frame relay WAN. These results showed the affects of the network due to the frame relay. 3.1 Topology and Model for Baseline, QoS and QoS_Heavy_Traffic Scenarios The model being implemented for the Wide Area Network (WAN) was a frame relay model supporting Permanent Virtual Circuit (PVC). At each end of the frame relay we had subnets. Inside these subnets was a WLAN environment. The WLAN environments consisted of 3 access points and 5 workstations in each access point. All the access points were connected together using a switch. Two servers were connected to the switch titled VoIP_Server_# and Server_#. The VoIP_Server_# handled all the VOIP traffic and the Server_# handled the FTP, HTTP, etc. The WLAN was connected to the frame relay via a router that connected the switch. The WAN and WLAN were both star topologies. Figure 1. Network Model of Frame Relay 270

3 Figure 2. Network Model of WLAN 3.2 Topology and Model for Wired_Baseline The wired_baseline topology was exactly the same as the previous topology the only difference was inside the subnet. A LAN environment was implemented instead of a WLAN. All the workstations were directly connected to the switch via 100baseT network cable. Figure 3. Network Model of LAN 3.3 Topology and Model for QoS_PPP The QoS_PPP topology was same as the QoS topology inside the subnet. The difference was that the WAN environment utilized a Point-to-Point connection to connect the two subnets instead of a Frame Relay. 3.4 Basic Parameters The frame relay WAN model was connected using a T1 line that was capable of 1.54 Mbps. The OPNET model name for this media was FR_T1. The T1 line was set up with a Committed Information Rate (CIR) of 64,000 bits per second for outgoing and incoming traffic. The router that connected the WAN and LAN was a frame relay router. The OPNET model name for the router was fr4_tr2_gtwy_175_upgrade. The dotted line in the WAN that connected directly to the two routers was the frame relay demand object. This was more of logical line and was used to define the endpoints of the PVC. The Point to Point WAN was connected using a T1 (1.54Mbps) line that connected directly to the router in each subnet. The model name of the link was point_to_point_link_adv. The WLAN model used 100BaseT for all the wired connections to the access point, switch, and servers. A 3com switch was used in the LAN model. The OPNET model name was 3C_a16_e24_fe16_switch_adv. The OPNET model name for the servers was ethernet_server. The wireless access points and workstations were using g running at a data rate of 54 Mbps. The WLAN environment consisted of 3 fixed wireless workstation and 2 moving wireless workstations in each access point. There were a total of 15 workstations in each subnet. The workstations were generating traffic across the frame relay and traffic within the WLAN environment only to simulate a real office environment. The access points OPNET model name was wlan_ethernet_slip4_adv_21_upgrade. The fixed workstations model name was ethernet_wlan and the moving node model name was wlan_station_adv. The wired LAN had all the workstations connected directly to the 3com switch via 100Base T. The LAN consisted of 9 node models named workstation. These were generating the traffic across the WAN. The LAN also consisted of 6 node models named station. These were generating random traffic inside the LAN only. 3.5 QoS Parameters To enable QoS, the first thing configured was the access points. All the access points had the HCF parameter set to support Default QAP. The EDCA parameters had to be changed to enable. [12] The EDCA parameters Specifies the configuration of the parameters of the HCF EDCA (Enhanced Distributed Channel Access) mechanism. Then under EDCA parameters the CW max needed to be set to 15. [12]The CW max specified the maximum size of the "Contention Window" for the Voice access category, which was used to pick the random number of slots for the backoff periods. Under that CWmax was set to 15 for AP specific also. Finally the Block ACK parameter is set to support. The workstations had the HCF parameter set to support. They also had the CW max set to 15 but only under AP Specific Parameters. Then the Traffic Category Parameters had to be set no Acknowledgement for TID 6 (Interactive Voice). The Traffic Category Parameter attribute contains the attributes that can be used to configure the Traffic Category (TC) specific parameters. 3.6 Application and Profile Configurations Application Definitions was where the applications were created for traffic generation on the network. The important parameter was VoIP. The VoIP was set up in the Voice category under the description drop down menu. In the drop down menu for voice IP Telephony was selected. In the voice selection G.729, a compression algorithm was used for voice compression. G.729 operates at a bit rate of 8 kbit/s. For the QoS scenarios the VoIP table ToS was changed to 6 to give voice priority. Other parameters that were set for this project were , file transfer, file print, web browsing and database access. For each of these applications mentioned there was a heavy and light usage parameters set for each one. This was used to simulate the difference of use during peak hours and down time. Profile Configuration describes the activity patterns of a user or group of users in terms of the application used over a period of time [6]. The sales_light profile was using VoIP, Database, and file print applications with light usage parameters. The admin_light profile was using VoIP, Database, FTP, Web Browsing, File Transfer and File Print with light usage parameters. VoIP_Profile was only using VOIP applications these were the dedicated IP phones. All the Profiles had the operation mode variable set to simultaneous, this setting allowed more than one application to run at the same time. The start time [seconds] was set to uniform 10, 20. The start time defines when the applications start to run in the beginning of the simulation. The Duration [seconds] was set to end of simulation. This setting allows for the profiles to continue operating until the end of the simulation. The VoIP profile had a few different changes from the other profiles. 271

4 The repeatability was configured to repeat at a constant 150 seconds with an unlimited number of repetitions. PVC Configuration allows for the defining of traffic patterns for PVC. It allows setting up characteristics based on types of services (ToS). In this simulation the Application Type was IP over FR. The PVC characteristics were set for excellent effort ToS supported. Mobility Configuration holds the parameters for the wireless mobile nodes in the LAN models. This was where the trajectory of where the nodes were moving to was set up. There were two random mobility profiles. The differences in the profiles were the domain mobility and speed. 3.7 Applying QoS over Baseline on In the first comparison the baseline and QoS were matched up, the only difference between the two was that the QoS scenario had an e implementation and the baseline did not. This scenario was created to test whether the e should be deployed or not. The simulations showed the QoS scenario produced much greater results than the baseline scenario. With the QoS 12,000 less byte per second were dropped from the network. The delay within the WLAN was also greatly reduced in the e implementation. The jitter was almost eliminated through the use of QoS parameters. The positive results and no negative impact from the QoS parameters proved that e could be implemented in testing VoIP inside WLAN over Frame Relay. Figure 4. Voice Traffic Sent and Received for QoS and Baseline 3.8 QoS vs. QoS_heavy_traffic To measure the impact of traffic volume a simulation was created that generated more network traffic. This was done to test the threshold of voice quality. As a result of the heavy traffic about 6,000 more bytes per second of voice traffic were dropped from the network. This was an indication that high volumes of data can make a significant impact on the network. In the heavy traffic scenario the jitter and delay were worse. However, neither jitter nor delay was bad enough to affect the VoIP call quality. This means jitter and delay were not the problem but dropped traffic was. The heavy network load was causing much more traffic to be dropped. Figure 5. Comparison of Traffic Received for QoS and QoS_heavy_traffic After looking over all of the graphs the problem became clear, it was the frame relay itself. The frame relay was taking on more traffic than it can handle so it dropped traffic. The more traffic it received the more traffic it began to drop. The major limitation in this network at this point was not WLAN but the frame relay. This was because the frame relay uses packet switching technology which is ideal for data but not for voice. The graph below shows about 5 packets more per second were dropped in the heavy traffic simulation. Figure 6. Frame Relay Network Cloud- Packets Dropped 3.9 Replacing Frame Relay with Point to Point T1 Line The topology with the Frame Relay was replaced with point to point (as shown in Figure 6) connection using T1 line. This scenario was based off of QoS scenario and was named QoS_PPP. In this scenario two subnets were connected using T1 line and the simulation was run for 10 minutes. The parameters used for the scenario with Frame Relay (QoS Scenario) remained the same. Thus the Quality of Service that was implemented over was not affected on this scenario. The link model that was used to connect Subnet_0 with Wireless Subnet_1 was point_to_point_adv. The voice traffic received (bytes/sec) in case of QoS_PPP was higher than the baseline (refer to Figure 7) and the scenario with QoS (with Frame Relay). Figure 7. Traffic Received The reason for point to point to have higher voice traffic received as compared to Frame Relay was the drop of the data in Frame Relay. Below is the graph, which shows the average Frame Relay traffic, forwarded and traffic received in bits/sec. The graph shows that in case of Frame Relay the forwarded traffic was little less than the received traffic. While Frame Relay was receiving an average of 250,000 bits/sec of data it was forwarding over 240,000 bits/sec but less than 250,000 bits/sec as shown in Figure 8. The average in voice jitter (in sec) in case of point-to-point scenario (QoS_PPP) resembled to what was obtained in case of QoS scenario. It was little below seconds. 272

5 Average WLAN (per HCF Access Category) throughput in bits/sec was slightly higher in case of point to point as compared to Frame Relay as shown in Figure 12. Figure 8. Frame Relay Traffic Received Vs. Forwarded Figure 9: Average Delay Variation There was little to no packet delay variation in case of QoS_PPP scenario. Frame relay had average packet delay in variation of about (as shown in Figure 9). Average wireless LAN throughput (in bits/sec) in case of point to point was about 1,750,000 bits/sec which was higher as compared to the scenario with frame relay as shown in Figure 10. Average WLAN (PER HCF Access Category) delay (in sec) was higher in case of point to point as compared to the one with frame relay. For frame relay it was about seconds whereas for point to point it was about seconds as shown in Figure 11. Figure 10. Average wireless LAN throughput (in bits/sec) Figure 12. Average WLAN (per HCF Access Category) throughput in bits/sec 3.10 WLAN replaced with LAN on a Frame Relay without QoS The wireless workstations were replaced with the wired workstations and switched the AP to a 3com switch and used a 100BaseT to connect to the layer 3 switches from the wired workstations. When replacing the WLAN with a wired LAN on a baseline scenario where QoS was not implemented the overall results were better for the wired LAN. However, not as good as we got with e. Please refer to Figure 11 for traffic sent and received comparison of WLAN Vs. LAN Result Comparison Below are the tables which comprises of the results in a tabular form for different scenarios stated above: Table 1. Result Comparisons Avg. Traffic Sent Avg. Traffic Avg. Avg. Packet (bytes/sec Received Jitter Delay Scenarios ) (bytes/sec) (sec) variation Baseline 40,000 25,000 1E Baseline with QoS 40,000 36, QoS with Heavy Traffic 40,000 30, Replacing FR with T1 with QoS 40,000 40, WLAN replaced with LAN without QoS 40,000 27, Figure 11. Average WLAN (PER HCF Access Category) delay 273

6 Table 2. Result Comparisons Average Average WLAN (per Avg. Wireless WLAN (PER HCF Access LAN HCF Access Category) Throughput Category) Throughput Scenarios (bits/sec) delay (in sec) (bits/sec) Baseline 1,300, Baseline with QoS 1,500, ,300,000 QoS with Heavy Traffic 1,200, ,200,000 Replacing FR with T1 with QoS 1,775, ,350,000 WLAN replaced with LAN on FR without QoS N/A N/A N/A **Baseline was with Wireless LAN with FR 4. CONCLUSIONS With the simulation analysis it seems that the point to point has more advantages than on frame relay however it boils down to various factors such as distance, cost, speed of the connection. Point to point could prove to be the better in QoS, but Frame Relay is more cost effective. However, when implementing an optimized VoIP network a point-to-point WAN connection should be used with an e LAN. The simulation results showed that QoS on e can be optimized using the priorities and provide real-time service for voice. 5. REFERENCES [1] Kuhn, Richard, Thomas Walsh, and Steffen Freiss. "Security Considerations for Voice Over IP Systems." National Institute of Standards and Technology. U.S. Department of Commerce, n.d. Web. 16 Oct 201 [2] Bibis, Konstantinos. "Contributed Models. VoIP over g and the need for QoS" OPNET. Web. < escription?modelid=630>. [3] Salah, K., and A. Alkhoraidly. "An OPNET-based Simulation Approach for Deploying VoIP." Web. [4] "Frame Relay Network Performance." Opnet Lab Manual. Web. [5] Li, Jie, and Cui Qi-Fan. "The QoS Research of VoIP over WLAN." Web. 22 Sep 2010 [6] "OPNET Modeler Documentation Set." OPNET Technologies, Inc., 07 Jul Web. 18 Oct [7] Solution & Interoperability Test Lab Application Notes." Avaya Inc., 6/25/2004. Web. 22 Sep <support.avaya.com/css/p8/documents/ >. [8] Lammle, Todd. "Cisco Press 6th Edition." Wiley Publishing Inc (2009): Web. 18 Oct [9] El-fishawy, N, M Zahara, and M El-gamala. "Capacity estimation of VoIP transmission over WLAN." 24th NATIONAL RADIO SCIENCE CONFERENCE (NRSC 2007) (2007): n. pag. Web. 2 Dec [10] Kuhn, Richard, Thomas Walsh, and Steffen Freiss. "Security Considerations for Voice Over IP Systems." National Institute of Standards and Technology. U.S. Department of Commerce, n.d. Web. 16 Oct 201 [11] "Full Rate." Wikipedia, the Free Encyclopedia. Web. 22 Nov < [12] "G.711." Wikipedia, the Free Encyclopedia. Web. 22 Nov < [13] OPNET Modeler Documentation Set." OPNET Technologies, Inc, Web. 3 Dec <Web: 274

SUNYIT. Reaction Paper 2. Measuring the performance of VoIP over Wireless LAN

SUNYIT. Reaction Paper 2. Measuring the performance of VoIP over Wireless LAN SUNYIT Reaction Paper 2 Measuring the performance of VoIP over Wireless LAN SUBMITTED BY : SANJEEVAKUMAR 10/3/2013 Summary of the Paper The paper s main goal is to compare performance of VoIP in both LAN

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

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

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

The Analysis and Simulation of VoIP

The Analysis and Simulation of VoIP ENSC 427 Communication Networks Spring 2013 Final Project The Analysis and Simulation of VoIP http://www.sfu.ca/~cjw11/427project.html Group #3 Demet Dilekci ddilekci@sfu.ca Conrad Wang cw11@sfu.ca Jiang

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

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

ANALYSIS OF LONG DISTANCE 3-WAY CONFERENCE CALLING WITH VOIP

ANALYSIS OF LONG DISTANCE 3-WAY CONFERENCE CALLING WITH VOIP ENSC 427: Communication Networks ANALYSIS OF LONG DISTANCE 3-WAY CONFERENCE CALLING WITH VOIP Spring 2010 Final Project Group #6: Gurpal Singh Sandhu Sasan Naderi Claret Ramos (gss7@sfu.ca) (sna14@sfu.ca)

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

Analysis of Performance of VoIP

Analysis of Performance of VoIP ENSC 427 Communication Networks Analysis of Performance of VoIP Over various scenarios OPNET 14.0 Spring 2012 Final Report Group 11 Yue Pan Jeffery Chung ZiYue Zhang Website : http://www.sfu.ca/~ypa11/ensc%20427/427.html

More information

Analysis of Effect of Handoff on Audio Streaming in VOIP Networks

Analysis of Effect of Handoff on Audio Streaming in VOIP Networks Beyond Limits... Volume: 2 Issue: 1 International Journal Of Advance Innovations, Thoughts & Ideas Analysis of Effect of Handoff on Audio Streaming in VOIP Networks Shivani Koul* shivanikoul2@gmail.com

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

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

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

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

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

Quality of Service Analysis of Video Conferencing over WiFi and Ethernet Networks

Quality of Service Analysis of Video Conferencing over WiFi and Ethernet Networks ENSC 427: Communication Network Quality of Service Analysis of Video Conferencing over WiFi and Ethernet Networks Simon Fraser University - Spring 2012 Claire Liu Alan Fang Linda Zhao Team 3 csl12 at sfu.ca

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

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

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

ENSC 427: COMMUNICATION NETWORKS ANALYSIS ON VOIP USING OPNET

ENSC 427: COMMUNICATION NETWORKS ANALYSIS ON VOIP USING OPNET ENSC 427: COMMUNICATION NETWORKS ANALYSIS ON VOIP USING OPNET FINAL PROJECT Benson Lam 301005441 btl2@sfu.ca Winfield Zhao 200138485 wzhao@sfu.ca Mincong Luo 301039612 mla22@sfu.ca Data: April 05, 2009

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

Performance of voice and video conferencing over ATM and Gigabit Ethernet backbone networks

Performance of voice and video conferencing over ATM and Gigabit Ethernet backbone networks Res. Lett. Inf. Math. Sci., 2005, Vol. 7, pp 19-27 19 Available online at http://iims.massey.ac.nz/research/letters/ Performance of voice and video conferencing over ATM and Gigabit Ethernet backbone networks

More information

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

EXPERIMENTAL STUDY FOR QUALITY OF SERVICE IN VOICE OVER IP

EXPERIMENTAL STUDY FOR QUALITY OF SERVICE IN VOICE OVER IP Scientific Bulletin of the Electrical Engineering Faculty Year 11 No. 2 (16) ISSN 1843-6188 EXPERIMENTAL STUDY FOR QUALITY OF SERVICE IN VOICE OVER IP Emil DIACONU 1, Gabriel PREDUŞCĂ 2, Denisa CÎRCIUMĂRESCU

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

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

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

Lab 1: Evaluating Internet Connection Choices for a Small Home PC Network

Lab 1: Evaluating Internet Connection Choices for a Small Home PC Network Lab 1: Evaluating Internet Connection Choices for a Small Home PC Network Objective This lab teaches the basics of using OPNET IT Guru. We investigate application performance and capacity planning, by

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

VoIP Performance Over different service Classes Under Various Scheduling Techniques

VoIP Performance Over different service Classes Under Various Scheduling Techniques Australian Journal of Basic and Applied Sciences, 5(11): 1416-1422-CC, 211 ISSN 1991-8178 VoIP Performance Over different service Classes Under Various Scheduling Techniques Ahmad Karim Bahauddin Zakariya

More information

Applications. Network Application Performance Analysis. Laboratory. Objective. Overview

Applications. Network Application Performance Analysis. Laboratory. Objective. Overview Laboratory 12 Applications Network Application Performance Analysis Objective The objective of this lab is to analyze the performance of an Internet application protocol and its relation to the underlying

More information

Keywords Wimax,Voip,Mobility Patterns, Codes,opnet

Keywords Wimax,Voip,Mobility Patterns, Codes,opnet Volume 5, Issue 8, August 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Effect of Mobility

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

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

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

Modeling and Simulation of Queuing Scheduling Disciplines on Packet Delivery for Next Generation Internet Streaming Applications

Modeling and Simulation of Queuing Scheduling Disciplines on Packet Delivery for Next Generation Internet Streaming Applications Modeling and Simulation of Queuing Scheduling Disciplines on Packet Delivery for Next Generation Internet Streaming Applications Sarhan M. Musa Mahamadou Tembely Matthew N. O. Sadiku Pamela H. Obiomon

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

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

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

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

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

PERFORMANCE ANALYSIS OF WLAN STANDARDS FOR VIDEO CONFERENCING APPLICATIONS

PERFORMANCE ANALYSIS OF WLAN STANDARDS FOR VIDEO CONFERENCING APPLICATIONS PERFORMANCE ANALYSIS OF WLAN STANDARDS FOR VIDEO CONFERENCING APPLICATIONS Lachhman Das Dhomeja 1, Shazia Abbasi 1, Asad Ali Shaikh 1, Yasir Arfat Malkani 2 1 Institute of Information and Communication

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

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

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

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

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

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

Encapsulating Voice in IP Packets

Encapsulating Voice in IP Packets Encapsulating Voice in IP Packets Major VoIP Protocols This topic defines the major VoIP protocols and matches them with the seven layers of the OSI model. Major VoIP Protocols 15 The major VoIP protocols

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

Real-Time Communication in IEEE 802.11 Wireless Mesh Networks: A Prospective Study

Real-Time Communication in IEEE 802.11 Wireless Mesh Networks: A Prospective Study in IEEE 802.11 : A Prospective Study January 2011 Faculty of Engineering of the University of Porto Outline 1 Introduction 2 3 4 5 in IEEE 802.11 : A Prospective Study 2 / 28 Initial Considerations Introduction

More information

Home Networking Evaluating Internet Connection Choices for a Small Home PC Network

Home Networking Evaluating Internet Connection Choices for a Small Home PC Network Laboratory 2 Home Networking Evaluating Internet Connection Choices for a Small Home PC Network Objetive This lab teaches the basics of using OPNET IT Guru. OPNET IT Guru s user-friendly interface with

More information

Chapter 2 - The TCP/IP and OSI Networking Models

Chapter 2 - The TCP/IP and OSI Networking Models Chapter 2 - The TCP/IP and OSI Networking Models TCP/IP : Transmission Control Protocol/Internet Protocol OSI : Open System Interconnection RFC Request for Comments TCP/IP Architecture Layers Application

More information

R2. The word protocol is often used to describe diplomatic relations. How does Wikipedia describe diplomatic protocol?

R2. The word protocol is often used to describe diplomatic relations. How does Wikipedia describe diplomatic protocol? Chapter 1 Review Questions R1. What is the difference between a host and an end system? List several different types of end systems. Is a Web server an end system? 1. There is no difference. Throughout

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

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

Simulation of SIP-Based VoIP for Mosul University Communication Network

Simulation of SIP-Based VoIP for Mosul University Communication Network Int. J. Com. Dig. Sys. 2, No. 2, 89-94(2013) 89 International Journal of Computing and Digital Systems http://dx.doi.org/10.12785/ijcds/020205 Simulation of SIP-Based VoIP for Mosul University Communication

More information

CHAPTER 6. VOICE COMMUNICATION OVER HYBRID MANETs

CHAPTER 6. VOICE COMMUNICATION OVER HYBRID MANETs CHAPTER 6 VOICE COMMUNICATION OVER HYBRID MANETs Multimedia real-time session services such as voice and videoconferencing with Quality of Service support is challenging task on Mobile Ad hoc Network (MANETs).

More information

Lab 3: Evaluating Application Performance across a WAN

Lab 3: Evaluating Application Performance across a WAN Lab 3: Evaluating Application Performance across a WAN Objective In this lab, we have a small LAN with 20 users for a startup company named Deltasoft Technologies. We investigate the application performance

More information

Data Link Protocols. TCP/IP Suite and OSI Reference Model

Data Link Protocols. TCP/IP Suite and OSI Reference Model Data Link Protocols Relates to Lab. This module covers data link layer issues, such as local area networks (LANs) and point-to-point links, Ethernet, and the Point-to-Point Protocol (PPP). 1 TCP/IP Suite

More information

Analysis of IP Network for different Quality of Service

Analysis of IP Network for different Quality of Service 2009 International Symposium on Computing, Communication, and Control (ISCCC 2009) Proc.of CSIT vol.1 (2011) (2011) IACSIT Press, Singapore Analysis of IP Network for different Quality of Service Ajith

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

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

The Affects of Different Queuing Algorithms within the Router on QoS VoIP application Using OPNET

The Affects of Different Queuing Algorithms within the Router on QoS VoIP application Using OPNET The Affects of Different Queuing Algorithms within the Router on QoS VoIP application Using OPNET Abstract: Dr. Hussein A. Mohammed*, Dr. Adnan Hussein Ali**, Hawraa Jassim Mohammed* * Iraqi Commission

More information

1.1. Abstract. 1.2. VPN Overview

1.1. Abstract. 1.2. VPN Overview 1.1. Abstract Traditionally organizations have designed their VPN networks using layer 2 WANs that provide emulated leased lines. In the last years a great variety of VPN technologies has appeared, making

More information

Troubleshooting Common Issues in VoIP

Troubleshooting Common Issues in VoIP Troubleshooting Common Issues in VoIP 2014, SolarWinds Worldwide, LLC. All rights reserved. Voice over Internet Protocol (VoIP) Introduction Voice over IP, or VoIP, refers to the delivery of voice and

More information

Region 10 Videoconference Network (R10VN)

Region 10 Videoconference Network (R10VN) Region 10 Videoconference Network (R10VN) Network Considerations & Guidelines 1 What Causes A Poor Video Call? There are several factors that can affect a videoconference call. The two biggest culprits

More information

Performance Evaluation of Linux Bridge

Performance Evaluation of Linux Bridge Performance Evaluation of Linux Bridge James T. Yu School of Computer Science, Telecommunications, and Information System (CTI) DePaul University ABSTRACT This paper studies a unique network feature, Ethernet

More information

CSE 3461 / 5461: Computer Networking & Internet Technologies

CSE 3461 / 5461: Computer Networking & Internet Technologies Autumn Semester 2014 CSE 3461 / 5461: Computer Networking & Internet Technologies Instructor: Prof. Kannan Srinivasan 08/28/2014 Announcement Drop before Friday evening! k. srinivasan Presentation A 2

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

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

Based on Computer Networking, 4 th Edition by Kurose and Ross

Based on Computer Networking, 4 th Edition by Kurose and Ross Computer Networks Ethernet Hubs and Switches Based on Computer Networking, 4 th Edition by Kurose and Ross Ethernet dominant wired LAN technology: cheap $20 for NIC first widely used LAN technology Simpler,

More information

The Conversion Technology Experts. Quality of Service (QoS) in High-Priority Applications

The Conversion Technology Experts. Quality of Service (QoS) in High-Priority Applications The Conversion Technology Experts Quality of Service (QoS) in High-Priority Applications Abstract It is apparent that with the introduction of new technologies such as Voice over IP and digital video,

More information

This topic lists the key mechanisms use to implement QoS in an IP network.

This topic lists the key mechanisms use to implement QoS in an IP network. IP QoS Mechanisms QoS Mechanisms This topic lists the key mechanisms use to implement QoS in an IP network. QoS Mechanisms Classification: Each class-oriented QoS mechanism has to support some type of

More information

Configuring an efficient QoS Map

Configuring an efficient QoS Map Configuring an efficient QoS Map This document assumes the reader has experience configuring quality of service (QoS) maps and working with traffic prioritization. Before reading this document, it is advisable

More information

WAN Data Link Protocols

WAN Data Link Protocols WAN Data Link Protocols In addition to Physical layer devices, WANs require Data Link layer protocols to establish the link across the communication line from the sending to the receiving device. 1 Data

More information

Burst Testing. New mobility standards and cloud-computing network. This application note will describe how TCP creates bursty

Burst Testing. New mobility standards and cloud-computing network. This application note will describe how TCP creates bursty Burst Testing Emerging high-speed protocols in mobility and access networks, combined with qualityof-service demands from business customers for services such as cloud computing, place increased performance

More information

ENSC 427- Communication Networks Spring 2015. Quality of service of the wireless networking standard over a Multi user environment.

ENSC 427- Communication Networks Spring 2015. Quality of service of the wireless networking standard over a Multi user environment. ENSC 427- Communication Networks Spring 2015 Quality of service of the wireless networking standard over a Multi user environment Group 9 Name: Saumya Sangal Email: ssangal@sfu.ca Name: Jasmine Liu Email:

More information

Agilent Technologies Performing Pre-VoIP Network Assessments. Application Note 1402

Agilent Technologies Performing Pre-VoIP Network Assessments. Application Note 1402 Agilent Technologies Performing Pre-VoIP Network Assessments Application Note 1402 Issues with VoIP Network Performance Voice is more than just an IP network application. It is a fundamental business and

More information

LAB 1: Evaluating Internet Connection Choices for a Small Home PC Network

LAB 1: Evaluating Internet Connection Choices for a Small Home PC Network LAB 1: Evaluating Internet Connection Choices for a Small Home PC Network This lab has been originally designed as supplemental material for Prof. Panko s textbook Business Data Networks and Telecommunications.

More information

Nortel - 920-803. Technology Standards and Protocol for IP Telephony Solutions

Nortel - 920-803. Technology Standards and Protocol for IP Telephony Solutions 1 Nortel - 920-803 Technology Standards and Protocol for IP Telephony Solutions QUESTION: 1 To achieve the QoS necessary to deliver voice between two points on a Frame Relay network, which two items are

More information

How To Understand The Differences Between A Fax And A Fax On A G3 Network

How To Understand The Differences Between A Fax And A Fax On A G3 Network The Fax on IP Networks White Paper February 2011 2 The Fax on IP Networks Contents Overview... 3 Group 3 Fax Technology... 4 G.711 Fax Pass-Through... 5 T.38 IP Fax Relay... 6 Network Design Considerations...

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

Security Threats in Mobile Ad Hoc Networks

Security Threats in Mobile Ad Hoc Networks Security Threats in Mobile Ad Hoc Networks Hande Bakiler, Aysel Şafak Department of Electrical & Electronics Engineering Baskent University Ankara, Turkey 21020013@baskent.edu.tr, asafak@baskent.edu.tr

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

Simulative Investigation of QoS parameters for VoIP over WiMAX networks

Simulative Investigation of QoS parameters for VoIP over WiMAX networks www.ijcsi.org 288 Simulative Investigation of QoS parameters for VoIP over WiMAX networks Priyanka 1, Jyoteesh Malhotra 2, Kuldeep Sharma 3 1,3 Department of Electronics, Ramgarhia Institue of Engineering

More information

Investigation and Comparison of MPLS QoS Solution and Differentiated Services QoS Solutions

Investigation and Comparison of MPLS QoS Solution and Differentiated Services QoS Solutions Investigation and Comparison of MPLS QoS Solution and Differentiated Services QoS Solutions Steve Gennaoui, Jianhua Yin, Samuel Swinton, and * Vasil Hnatyshin Department of Computer Science Rowan University

More information

DL TC72 Communication Protocols: HDLC, SDLC, X.25, Frame Relay, ATM

DL TC72 Communication Protocols: HDLC, SDLC, X.25, Frame Relay, ATM DL TC72 Communication Protocols: HDLC, SDLC, X.25, Frame Relay, ATM Objectives: Base training of an engineer for the installation and maintenance of Digital Telecommunications and Internetworking systems.

More information

Achieving Energy Efficiency in MANETs by Using Load Balancing Approach

Achieving Energy Efficiency in MANETs by Using Load Balancing Approach International Journal of Computer Networks and Communications Security VOL. 3, NO. 3, MARCH 2015, 88 94 Available online at: www.ijcncs.org E-ISSN 2308-9830 (Online) / ISSN 2410-0595 (Print) Achieving

More information

Chapter 5. Data Communication And Internet Technology

Chapter 5. Data Communication And Internet Technology Chapter 5 Data Communication And Internet Technology Purpose Understand the fundamental networking concepts Agenda Network Concepts Communication Protocol TCP/IP-OSI Architecture Network Types LAN WAN

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

Voice over IP Basics for IT Technicians

Voice over IP Basics for IT Technicians Voice over IP Basics for IT Technicians White Paper Executive summary The IP phone is coming or has arrived on desk near you. The IP phone is not a PC, but does have a number of hardware and software elements

More information

How To Deliver High Quality Telephony Over A Network

How To Deliver High Quality Telephony Over A Network Voice over Application Note Telephony Service over Satellite January 2012 Data Sells but Voice Pays In the early years of the industry, networks were deployed primarily for telephony services. As time

More information

Network Simulation Traffic, Paths and Impairment

Network Simulation Traffic, Paths and Impairment Network Simulation Traffic, Paths and Impairment Summary Network simulation software and hardware appliances can emulate networks and network hardware. Wide Area Network (WAN) emulation, by simulating

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

Performance Analysis of Routing Protocols for Real Time Application

Performance Analysis of Routing Protocols for Real Time Application Performance Analysis of Routing Protocols for Real Time Application Archana Kudtarkar 1, Reena Sonkusare 2, Dayanand Ambawade 3 Student-ME, Department of EXTC, SPIT, Mumbai, India 1 Associate Professor,

More information

The Wireless Network Road Trip

The Wireless Network Road Trip The Wireless Network Road Trip The Association Process To begin, you need a network. This lecture uses the common logical topology seen in Figure 9-1. As you can see, multiple wireless clients are in

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