Investigating the Quality of VoIP Traffic Over IPv6 Enabled Network

Size: px
Start display at page:

Download "Investigating the Quality of VoIP Traffic Over IPv6 Enabled Network"

Transcription

1 A SUMMER INTERNSHIP PROJECT REPORT on Investigating the Quality of VoIP Traffic Over IPv6 Enabled Network Submitted By Borra Sahithi Admn No: 2013JE0619 B.Tech CSE Sai Sandeep Bhooshi M.S (EE) I Year, University of Kansas, U.S.A Under the Guidance of Dr. Rajib Ranjan Maiti Assistant Professor, IDRBT, Hyderabad July 2016

2 CERTIFICATE This is to certify that the summer internship project report entitled Investigating the quality of VoIP traffic over IPv6 enabled network. submitted to Institute for Development & Research in Banking Technology (IDRBT), Hyderabad is a bonafide record of work done by Borra Sahithi, Admn no. 2013JE0619, B.tech Computer Science and Engineering, Indian School of Mines, Dhanbad and Sai Sandeep Bhooshi, M.S (EE) I Year, University of Kansas, U.S.A, under my supervision from 9th May, 2016 to 9th July, 2016 and 24 th May, 2016 to 9 th July, 2016 respectively. Dr. Rajib Ranjan Maiti Assistant Professor, IDRBT, Hyderabad.

3 Acknowledgement We would like to express our sincere gratitude to the Institute for Development and Research in Banking Technology (IDRBT) and particularly to Dr. Rajib Ranjan Maiti who was our guide for this project. This opportunity of learning about VoIP over IPv6 enabled network was a boon to us as one rarely gets such exposure. We would like to add that this short period in IDRBT has added a different facet to our lives as this is a unique organisation being a combination of academics, research, technology, communication services, crucial applications etc,. We are extremely grateful to Dr. Rajib Ranjan Maiti for his advice, innovative suggestions and supervision. We thank him for introducing us to this excellent area of Voice over Internet Protocol for research. We are thankful to IDRBT for providing such an amazing platform for students, like us, to work in real application oriented research. We thank one and all who made this project successful either directly or indirectly. Borra Sahithi Project Trainee IDRBT, Hyderabad & Sai Sandeep Bhooshi Project Trainee IDRBT, Hyderabad

4 Table of Contents Abstract 1. Introduction 2. Simulation Model 2.1Network Scenario 1: Configuration details Step 1: Define the application Step 2: Construct the profiles Step 3: Assign the profiles to the nodes Step 4: Configuring source and destination Step 5: Setting the parameters to be measured Simulation Results 2.2 Network Scenario 2: Configuration details Step 1: Configuring the application and Profile Definitions Step 2: Configuring the nodes Results 3. Conclusion 4. References

5 Abstract Today Voice over IP (VOIP) is one of the fastest growing Internet application protocols. This paper presents a comparative approach to study the Quality of Service of VoIPv6 and VoIPv4 on integrated wireless LAN/WAN and wired network. The network model was simulated using OPNET Modeler 14.5 software. Different parameters that indicate the QoS like MOS, jitter, end to end delay, traffic send and traffic received are calculated and analyzed in both network scenarios.

6 Performance Measurement of VoIP over IPv6 enabled network 1. Introduction VoIP (Voice over Internet Protocol) is a protocol in TCP/IP network that enables voice communication over Internet rather than the traditional Public Switched Telephone Network (PSTN). With the deployment of the new version of the Internet Protocol on TCP/IP network, IPv6, it is important to investigate the deployability of VoIP that can make use of the services of IPv6. In this direction, the aim of this project is to investigate the performance of the VoIP on both IPv4 as well as IPv6 enabled networks. To aid our needs, a network simulator, called OPNET, is used to implement the proposed VoIP system on a synthetic network. We configure our network to have a set of routers, layer 2 switches, and a set of IP phone handsets that are available in the simulator. Both wired and wireless setup is used to connect IP phone handsets to the rest of the network whereas the other parts of the network are connected using wired connections (details setup can be found in the following of the report). Different QoS metrics like packet loss, jitter, and mean opinion score, are considered for performance analysis.

7 2. Simulation Model The simulation models of networks were setup using two scenarios. Scenario 1: consists of simulation of VoIP on wired network as shown in fig.1 (a) Scenario 2: consists of simulation of VoIP on wireless network (WLAN) as shown in fig.1 (b). Figure 1(a)

8 Figure 1(b) 2.1 Network Scenario 1: Configuration details To create a new scenario, say scen1, from File menu. Configure the scen1 as a Office network scenario, and complete the configuration which is essentially an empty scenario. To the empty scenario, the network nodes (a generic name for all the devices present in the network) are added from Object Palette. If the Object Palette doesn t appear automatically, then select them from the toolbar which is with the icon. The nodes added to this scenario are the switches (selected from ethernet model) and IP phones, router and cloud (selected from the sip model, used for VoIP). The 100BaseT link is used to link IP phones to switches, and switches to routers. This link represents an Ethernet connection operating at 100Mbps. The link PPP_DS1_int is used for the connection between the routers. This link is used to connect two nodes running Internet Protocol (IP). The nodes in the topology are auto assigned ipv6 addresses as follows: Go to Protocols icon above the toolbar and select IPv6. First enable IPv6 on all interfaces and then Auto Assign the IPv6 addresses. Same process was followed for assigning IPv4 addresses.

9 Configuring Applications and Profiles in Scenario1: To model network traffic on the constructed network, one technique is to model application traffic by setting up various application attributes. To configure a workstation or LAN to model the behaviour of a user or group of users, we need to describe their behaviour. A user s behaviour or profile can be described by the applications he or she uses and how long and often the applications are used throughout the day. An application can be described in terms of its actions, which are referred to as tasks in OPNET. OPNET provides global objects for defining profiles and applications. The advantage of using a global object is that once you have defined the profiles and applications, the global objects can be re-use across the entire topology. OPNET comes with pre-defined profiles and applications that may suit the behaviour you wish to describe. You may, however, wish to modify the existing definitions to suit your needs or even create new application and profile definitions. Here, the definitions were modified according to the need. Setting up nodes to use applications for traffic generation is a multi-step process. Since each step depends on definitions from the previous step in the procedure, it is important that the steps are completed in the order specified Step 1: Define the application. The first step for using applications for generating traffic at a node is to create and configure the application definitions. 1. Right click on the Application Definition Object in your project and select Edit Attributes from the pop-up menu. Edit the value of the Application Definitions attribute. 2. In the Applications Definitions Table, add a new row by changing the Rows value to 1. Give the application you will create a descriptive name such as VoIP. 3. To describe the behaviour of the application definition you just created, double-click in the Description field. For standard applications such as Voice, double-click on the attribute and a (Voice) Table pops up.

10 4. One important parameter is the Encoder Scheme which is set to G.711 as it is the codec which gives better performance than others. We also set the Type of Service to Interactive Voice (6). Another important attribute is the Voice Frames per Packet. In OPNET terminology, a voice frame is a collection of 32 voice samples of which each sample is 8 bits; i.e., each voice frame is 32 bytes in size. However, in the standard we are adopting, each VoIP packet has a payload of 160 bytes. Hence we set Voice Frames per Packet attribute to Step 2: Construct the profiles. Once the applications have been defined, the second step is to include the application definitions in profile definitions that are later deployed to your scenario. This step uses the application definitions that were configured in Step1. 1. Right click on the Profile Definition Object and select Edit Attributes. Set the Rows to 1 and enter a profile name. 2. You can use any name for the profile (eg.profile1). For the profile you created, use the application VoIP by setting number of rows to You can change the Start time offset and repeatability options as needed. Here we set the attributes as follows.

11 The start time offset [seconds] was set to constant(10). 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. Number of repetitions is set to 0 since we need only one voip call to be setup between source and destination Step3: Assign the profiles to the nodes. Once you have configured your applications and profiles, you are ready to deploy these profiles on individual nodes. Here the configurations of the routers and the switches are left default. 1. Select all the IP phones by using Ctrl key and select Edit Attributes ; In Applications, select Application: Supported Profiles and add the profile created(profile1). 2. And then select Application: Supported Services and set it to All. 3. Select the server and do the same steps as done to the IP phones Step4: Configuring source and destination Now, we can set the source phone and destination phone through which traffic should flow as follows: Right click the source node say node_0, go to edit attributes. Now, the destination is chosen in the Application: Destination Preferences. Edit the number of rows to 1 and use the application VoIP. Now, the destination node is selected by setting the Actual Name attribute to our destination node s name say Office Network.node_2. Now, by the above settings, we can ensure that the traffic flow for our scenario can take place. Next step is to measure the performance of our setup. For this, we have to first select the parameters to be measured. This can be as follows: Step5: Setting the parameters to be measured 1. Select the DES (Discrete Event Simulation) icon present above the tool bar and select Choose Individual Statistics.

12 2. Now, select Node Statistics (selecting this gives statistics of each node separately) and select the Voice Application, Voice Called Party and Voice Calling Party and in that, select the required parameters to be measured. Here we selected Jitter, Packet Delay Variation, Packet End-to-End Delay, Traffic sent and Traffic received. After selecting the parameters, run the simulation to produce the results by clicking the icon or by going into DES and selecting Configure/Run Discrete Event Simulation and set the time for which simulation has to run. The default options are usually sufficient except you may need to change the duration and the seed for some scenarios. The duration is the simulation time: for example you want to simulate two nodes sending packets to each other for 5 minutes. In real-time it may only take several seconds. The seed is the random seed used in the simulation. If you change the seed a different sequence of events may occur. For example, if you repeat the simulation of one scenario using the same seed, the results should be exactly the same. But if you change the seed, the results will most likely be (slightly) different, even with the same scenario. Here we set the simulation time for 20 minutes and seed value default. After Simulation completes, close the tab and right click on the plain area and select View Results to view the results Simulation Results: By default, all statistics are shown against time. For example, if the simulation runs for 5 minutes (300 seconds), the Traffic Sent statistic shows the measured traffic sent (in bits per second) at each time point (the time points are part of the simulation configuration). Note that the statistics are absolute values versus time. Often you only want to know the average for the entire simulation. In most cases you can estimate the average from the plot. However for more accurate results, you may try displaying an average (instead of absolute) value. You can do so by selecting the display type in the preview window on the right. Select As Is, and change it to average or another type. The following are the figures displaying different QoS parameters like MOS, Voice jitter, Voice traffic sent (packet/sec) and Voice traffic received (packet/sec). Here we setup traffic between node_0 and node_2.

13 Jitter is defined as a variation in the delay of received packets. At the sending side, packets are sent in a continuous stream with the packets spaced evenly apart. Due to network congestion, improper queuing, or configuration errors, this steady stream can become lumpy, or the delay between each packet can vary instead of remaining constant. The following graph shows the details. IPv6 IPv4 Traffic Sent and Received: The average voice traffic sent and received is presented in the following graph. The blue line shows the traffic sent by node_0 and the red line shows the traffic received by node_2. From the graph, we observe that as time increases, the packet loss is increasing more for IPv4 than for IPv6.

14 IPv6 (20 minutes) IPv4 (20 minutes) IPv6 (30 minutes) IPv4 (30 minutes) Mean Opinion Score (MOS): MOS is the test use in telephony networks to obtain the human user's view of the quality of the network. The MOS is expressed as a single number in the range 1 to 5, where 1 is lowest perceived audio quality, and 5 is the highest perceived audio quality measurement. Here, the MOS value in our simulation is slightly above 3 for both IPv4 and IPv6 networks.

15 IPv6/IPv4 2.2 Network Scenario 2: Configuration details Now, to create a new scenario, continuing the same project, just click on the Scenario and create a new scenario for the wireless network. The nodes to be selected for this scenario are: wlan_wkstn_adv (Fixed Node) from the wireless_lan_adv model. wlan_ethernet_router_adv (Fixed Node) from the same wireless_lan_adv model. This node acts as the access point helping to connect to the workstations wirelessly. Switches from the ethernet model. Routers, cloud and links from the sip model. All the links used are 100_Base_T except for connecting routers which used PPP_DS1. Using the above nodes and links, the model is constructed as shown in fig 1(b) Step 1: Configuring the application and Profile Definitions: Right click on the Application Definition Object, select Edit Attributes. In Application Definitions, set rows to 1 and select the pre-defined application for voip the Voice over IP Call(GSM Quality) and in the Description, set the attributes of Voice just the same as explained in the above scenario.

16 Now, in Profile Definition Object, go to Profile Configuration and set all the values as done in scenario Step 2: Configuring the nodes: Select all the workstations using Ctrl key and go to Edit Attributes. There, give the Profile name in Application: Supported Profiles and set Application: Supported Services to All. Now, each access point is taken and BSS Identifier is set to say 1, 2, 3 and 4 respectively for four of them. BSS Identifier helps identify the individual access point and associated clients. The BSSID is set as follows: Right click on the access point, go to Edit Attributes and select Wireless LAN and then, in Wireless LAN Parameters, set the BSS Identifier value. Now, each access point is associated with its own clients. This can be achieved by setting the BSSID of each client to the BSSID value of the associated access point. This ensures that the client with BSSID matching to any of the access points comes under the range of that particular access point. Now, Source and Destination nodes through which traffic should flow are set as explained in the above scenario Results Traffic sent and received: From the figure we conclude that for wireless network, IPv4 has more packet loss when compared to IPv6. And also we see that as the time increases, the packet loss increases as time increases.

17 IPv6 IPv4 MOS value: We observe that MOS value which indicates the overall voice quality is same for both IPv4 and IPv6 networks. IPv6 IPv4 Jitter Value:

18 From the above graphs, we can say that absolute value of jitter is more for IPv4 than IPv6 in wireless network. IPv6 IPv4 3. Conclusion In this study, we investigate the quality of VoIP traffic sent over a network that use either IPv4 or IPv6 with the help of network simulation using OpNet modeler 14.5 simulator. Our objective is to investigate the feasibility of availing the services of VoIP over IPv6, and the performance gain in IPv6 for the same. We build a network scenario where a set of handsets (both calling and called) are connected to a wired/wireless switch which in turn connected to a router, and the routers in calling and called sides are connected through Internet with default configuration present in the simulator. We measure a set of performance metrics like, end-to-end delay, voice jitter, packet delay variation, mean opinion score, traffic delivery ratio available in the simulator. Our analysis on traffic quality in terms of mean opinion score over IPv6 shows that it is no better than the quality observed in IPv4 based network. For relatively shorter duration (e.g. less than half an hour) of VoIP calls, packet loss is less in IPv6 network compared to IPv4 network when handsets are connected through wired networks. In general, packet loss slightly increases when handsets are connected through a wireless access point compared to that of wired connection as one can expect from the system. Interestingly, in wireless settings, it is observed that the packet loss is significantly less in IPv6 based networks

19 compared to that of IPv4. Further, jitter seems to be more inconsistent in IPv6 in wired settings, however, it is less in wireless settings. References: Quality of Service Analysis for VoIP over IPv4 and IPv6, Nusiba Osman Mohamed Alkhalefa, Amin Babiker A/Nabi Mustafa, International Journal of Science and Research (IJSR) ISSN (Online): Index Copernicus Value (2013): 6.14 Impact Factor (2013): Voip Performance Analysis over Ipv4 And Ipv6, Monjur Ahmed, Alan T Litchfield, Shakil Ahmed, Adnan Mahmood, Md. Emran Hossain Meazi, I.J. Computer Network and Information Security, 2014, 11, Published Online October 2014 in MECS ( DOI: /ijcnis Performance Analysis Of Voip Traffic Over Integrating Wireless Lan And Wan Using Different Codecs, Ali M. Alsahlany, International Journal of Wireless & Mobile Networks (IJWMN) Vol. 6, No. 3, June 2014 Performance Analysis Of Voip Over Wired And Wireless Networks : Network Implementation In Aden University, Mohsen Hussein Mohammed, Wafa a Nasser Abdullah, IJRET: International Journal of Research in Engineering and Technology eissn: pissn:

20 Measuring The Performance Of Voip Over Wireless LAN, Keshav Neupane, Victor Kulgachev, Andrew Elam, Sri Harsha Vasireddy, Hetal Jasani

Comparison of QoS Performance Over WLAN, VoIP4 and VoIP6

Comparison of QoS Performance Over WLAN, VoIP4 and VoIP6 Comparison of QoS Performance Over WLAN, VoIP4 and VoIP6 Esra Musbah Mohammed Musbah 1 Khalid Hamed Bilal 2 Amin Babiker A./Nabi Mustafa 3 Abstract VoIP stands for voice over internet protocol. It is one

More information

JOURNAL OF HUMANITIE COLLEGE No ISSN:

JOURNAL OF HUMANITIE COLLEGE No ISSN: JOURNAL OF HUMANITIE COLLEGE No. 7 2017 ISSN: 2226-0714 1 Journal of University College of Humanity Studies A Refereed Scientiefic Journal Pubilshed by The University College of Humanity Studies Republic

More information

Performance Analysis of VoIP in WiFi Campus Network

Performance Analysis of VoIP in WiFi Campus Network Performance Analysis of VoIP in WiFi Campus Network Aiman Ahmed Abu Samra Islamic University of Gaza Gaza, Palestine ABSTRACT Voice over Internet Protocol (VoIP) service is growing very fast. Service providers

More information

VoIP over WiMAX from QoS Perspectives

VoIP over WiMAX from QoS Perspectives VoIP over WiMAX from QoS Perspectives Muaz Omer Mahmoud Mudawi 1 and Dr. Amin Babiker A/Nabi Mustafa 2 1,2 Deptt. of Communication Engineering, Faculty of Engineering, Alneelain University, Khartoum, Sudan

More information

Performance Analysis of Priority Queue and Weighted Fair Queue in VoIPv6

Performance Analysis of Priority Queue and Weighted Fair Queue in VoIPv6 Performance Analysis of Priority Queue and Weighted Fair Queue in VoIPv6 Amani Alged Fetaha Osman 1, Khalid Hamid Bilal 2 and Amin Babiker A/nabi Mustafa 3 1 amaniai_alged@yahoo.com 2 dr.khalidbilal@hotmail.com

More information

Advanced Communication Lab OPNET Tutorial

Advanced Communication Lab OPNET Tutorial Advanced Communication Lab OPNET Tutorial SS 2013 Authors: Mohammad M. Siddique, Andreas J. Könsgen 1 1. Log on to the computer. 2. Open the OPNET program by clicking on the respective icon. 3. After the

More information

Impact of Voice Coding in Performance of VoIP

Impact of Voice Coding in Performance of VoIP Impact of Voice Coding in Performance of VoIP Batoul Alia Baker Koko 1, Dr. Mohammed Abaker 2 1, 2 Department of Communication Engineering, Al-Neelain University Abstract: Voice over Internet Protocol

More information

Delay Performance Evaluation of WIFI Release (IEEE a, b, g and n) Using OPNET for Data Types (Voice, , File Transfer, Video Convergence)

Delay Performance Evaluation of WIFI Release (IEEE a, b, g and n) Using OPNET for Data Types (Voice,  , File Transfer, Video Convergence) Delay Performance Evaluation of WIFI Release (IEEE 802.11 a, b, g and n) Using OPNET for Data Types (Voice, email, File Transfer, Video Convergence) Amel Aboud Ali mohamed Alswelih 1 and Dr. Amin Babiker

More information

Improving Quality of VoIP over WiMax

Improving Quality of VoIP over WiMax Improving Quality of VoIP over WiMax Muaz Omer Mahmoud Mudawi 1 and Dr. Amin Babiker A/Nabi Mustafa 2 1,2 Deptt. of Communication Engineering, Faculty of Engineering, Alneelain University, Khartoum, Sudan

More information

Advanced Communication Lab OPNET Tutorial

Advanced Communication Lab OPNET Tutorial Advanced Communication Lab OPNET Tutorial SS 2014 Authors: Mohammad M. Siddique, Andreas J. Könsgen 1 1. Log on to the computer. 2. Open the OPNET program by clicking on the respective icon. 3. After the

More information

FILTERING OF NOISE INTERFERENCE IN VOIP CALL

FILTERING OF NOISE INTERFERENCE IN VOIP CALL FILTERING OF NOISE INTERFERENCE IN VOIP CALL G.Nagalalli, M.Priyanka, R.Priyanka, J.Ramya, S.Nandhini Abstract: In this modern world, Communication plays vital role. Recent year s wireless communication

More information

SIMULATION FRAMEWORK MODELING

SIMULATION FRAMEWORK MODELING CHAPTER 5 SIMULATION FRAMEWORK MODELING 5.1 INTRODUCTION This chapter starts with the design and development of the universal mobile communication system network and implementation of the TCP congestion

More information

Performance analysis of voip over wimax

Performance analysis of voip over wimax Performance analysis of voip over wimax Shima Faisal Ahmed Muhi-Aldean 1, Amin Babiker 2 1,2 Department of Communications, Faculty of Engineering Al Neelain University, Khartoum,Sudan Abstract: Voice over

More information

Comparison Between Ipv4 And Ipv6 Using Opnet Simulator

Comparison Between Ipv4 And Ipv6 Using Opnet Simulator IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 08 (August. 2014), V4 PP 44-50 www.iosrjen.org Comparison Between Ipv4 And Ipv6 Using Opnet Simulator Ghaida

More information

Objective To examine the throughput of a TCP connection as the flow control window size is varied.

Objective To examine the throughput of a TCP connection as the flow control window size is varied. Lab 7 TCP Throughput Overview TCP uses a sliding window mechanism to provide flow control. The destination advertises how much space it has available in its buffers, and the source restricts its transmissions

More information

Simulation of Video Conferencing over IP Network with QoS Using Riverbed Modeler

Simulation of Video Conferencing over IP Network with QoS Using Riverbed Modeler Simulation of Video Conferencing over IP Network with QoS Using Riverbed Modeler Mohamed I. Abouseda 1, Kenz A. Bozed 2 and Amer Ragab Zerek 3 1 Libyan academy School of Engineering, Electrical and computer

More information

VoIP over Wi- Fi using Riverbed Simulation

VoIP over Wi- Fi using Riverbed Simulation VoIP over Wi- Fi using Riverbed Simulation ENSC 427: Communication Networks Spring 2015 Team 10 Zhang Yuanjie 301178462 yuanjiez@sfu.ca Jiaqi Li 301132843 lijiaqil@sfu.ca Owen Au 301155843 owena@sfu..ca

More information

Eng 3553 Lab #5 TCP Throughput

Eng 3553 Lab #5 TCP Throughput Eng 3553 Lab #5 TCP Throughput Overview TCP (Transmission Control Protocol) is a means for building a reliable communications stream, enabling two hosts to establish a connection and exchange streams of

More information

ENSC 427 COMMUNICATION NETWORKS

ENSC 427 COMMUNICATION NETWORKS ENSC 427 COMMUNICATION NETWORKS Implementation of VoIP over a Campus Wide Network Spring 2010 FINAL PROJECT Xuan Lu Kevan Thompson Zhiyu Zhou http://www.sfu.ca/~zzhou/project.html xla9@sfu.ca kjthomps@sfu.ca

More information

Recommended QoS Configuration Settings for NETGEAR R6400 Wireless Router

Recommended QoS Configuration Settings for NETGEAR R6400 Wireless Router Recommended QoS Configuration Settings for NETGEAR R6400 Wireless Router Recommended QoS Configuration NETGEAR R6400 Contents Contents Introduction....................................... 3 Supported Browsers

More information

OPNET based Performance Evaluation of WIMAX Network with WIMAX Management using Different QoS

OPNET based Performance Evaluation of WIMAX Network with WIMAX Management using Different QoS Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 6, June 2014, pg.862

More information

TCP versus UDP Response Time

TCP versus UDP Response Time Lab 9 TCP versus UDP Response Time Overview TCP provides connection-oriented service at the transport layer, and UDP provides connectionless service. As a result, a data exchange using TCP can take longer

More information

The Performance of an g/Wi-Fi Network Whilst Streaming Voice Content

The Performance of an g/Wi-Fi Network Whilst Streaming Voice Content The Performance of an 802.11g/Wi-Fi Network Whilst Streaming Voice Content P. O. Umenne, and Odhiambo Marcel O. Abstract A simple network model is developed in OPNET to study the performance of the Wi-Fi

More information

QOS ANALYSIS OF 3G AND 4G. Khartoum, Sudan 2 unversity of science and Technology, Khartoum, Sudan

QOS ANALYSIS OF 3G AND 4G. Khartoum, Sudan 2 unversity of science and Technology, Khartoum, Sudan QOS ANALYSIS OF 3G AND 4G Doaa Hashim Osman 1, Amin Babiker 2 and Khalid hammed Bellal 1 Department of Communication, Faculty of Engineering, AL Neelain University, Khartoum, Sudan 2 unversity of science

More information

An Efficient Scheme to Increase the Throughput of VoIP Traffic over Satellite while Reducing Bandwidth Utilization

An Efficient Scheme to Increase the Throughput of VoIP Traffic over Satellite while Reducing Bandwidth Utilization An Efficient Scheme to Increase the Throughput of VoIP Traffic over Satellite while Reducing Bandwidth Utilization Sayid Mohamed Abdule 1, Wan Tat Chee 1, Ahmed Mustafa 2 & Aisha Hassan 2 1 Network Research

More information

Distributed Multimedia Applications in Quality of Service for Wireless Wide Area Network

Distributed Multimedia Applications in Quality of Service for Wireless Wide Area Network Distributed Multimedia Applications in Quality of Service for Wireless Wide Area Network Lubabatu Sada Sodangi Department of Computer Studies College of Science and Technology Hassan Usman Katsina Polytechnic

More information

ITM542 Spring 2004 Feasibility Study of a Wireless LAN network With-VoIP at IIT Rice campus Ninad Narkhede Masaaki Yana Saturday, 1 May 2004

ITM542 Spring 2004 Feasibility Study of a Wireless LAN network With-VoIP at IIT Rice campus Ninad Narkhede Masaaki Yana Saturday, 1 May 2004 ITM542 Spring 2004 Feasibility Study of a Wireless LAN network With-VoIP at IIT Rice campus Ninad Narkhede Masaaki Yana Saturday, 1 May 2004 ABSTRACT Wireless technology has gained popularity in enterprises

More information

A QoS Oriented Analysis of ertps and UGS flows in voice application over WIMAX

A QoS Oriented Analysis of ertps and UGS flows in voice application over WIMAX A QoS Oriented Analysis of ertps and UGS flows in voice application over WIMAX Abdalla A\ Alrahman Mohamed Abdalla 1, Dr. Amin Babiker A\ Nabi 2, Dr. Ashraf A. Osman 3 1,2,3 Department of communication,

More information

Objective To examine the change in throughput in a local area network when upgrading from a hub to a switch.

Objective To examine the change in throughput in a local area network when upgrading from a hub to a switch. Lab 2 Switches versus Hubs Overview Ethernet hubs work at the physical layer, simply repeating any frames they receive on one port onto all other ports. For this reason, they are also called multiport

More information

OPNET BASED SIMULATION AND INVESTIGATION OF WIMAX NETWORK USING DIFFERENT QoS

OPNET BASED SIMULATION AND INVESTIGATION OF WIMAX NETWORK USING DIFFERENT QoS OPNET BASED SIMULATION AND INVESTIGATION OF WIMAX NETWORK USING DIFFERENT QoS Kamini Jaswal 1, Jyoti 2, Kuldeep Vats 3 1 M.tech, Department of electronics and communication, South point institute of engineering

More information

Queuing Mechanisms to improve QoS for VOIP over IPv4 and MPLS networks

Queuing Mechanisms to improve QoS for VOIP over IPv4 and MPLS networks Queuing Mechanisms to improve QoS for VOIP over IPv4 and MPLS networks Sumera Saleem Mansoor Ahmed Tahir Abstract In this paper, an implementation of different Queuing mechanisms over MPLS network for

More information

Analyze performance of the following voice codecs: G.711 Silence, G K, G K Silence, G K, G K, G.729A, G.

Analyze performance of the following voice codecs: G.711 Silence, G K, G K Silence, G K, G K, G.729A, G. Lab 3 TCOM631 Overview The goal of this lab is to teach you how simulation and modeling can be used in analyzing applications and networks. You will use Riverbed (OPNET) Modeler Academic Edition, simulation

More information

AT&T Collaborate TM. Network Assessment Tool

AT&T Collaborate TM. Network Assessment Tool AT&T Collaborate TM Network Assessment Tool 2016 AT&T Intellectual Property. All rights reserved. AT&T, Globe logo, Mobilizing Your World and DIRECTV are registered trademarks and service marks of AT&T

More information

IT INFRASTRUCTURE PROJECT PHASE II INSTRUCTIONS

IT INFRASTRUCTURE PROJECT PHASE II INSTRUCTIONS Prjoect Overview IT INFRASTRUCTURE PROJECT PHASE II INSTRUCTIONS Phase II of the project will pick up where the IT Infrastructure Project Phase I left off. In this project, you will see how a network administrator

More information

Lab 1: Improving performance by LAN Hardware Upgrade

Lab 1: Improving performance by LAN Hardware Upgrade Lab 1: Improving performance by LAN Hardware Upgrade Objective In this lab, OPNET s IT Guru Academic Edition advanced modeling software will be used to study performance improvements in LAN obtained by

More information

AT&T Collaborate TM. Network Assessment Tool

AT&T Collaborate TM. Network Assessment Tool AT&T Collaborate TM Network Assessment Tool 2016 AT&T Intellectual Property. All rights reserved. AT&T, Globe logo, Mobilizing Your World and DIRECTV are registered trademarks and service marks of AT&T

More information

ENSC 427 Communication Networks Final Project Presentation Spring Comparison and analysis of FIFO, PQ, and WFQ Disciplines in OPNET

ENSC 427 Communication Networks Final Project Presentation Spring Comparison and analysis of FIFO, PQ, and WFQ Disciplines in OPNET 1 ENSC 427 Communication Networks Final Project Presentation Spring 2011 Comparison and analysis of FIFO, PQ, and WFQ Disciplines in OPNET 2 Shadi: Shadi: Presentation Structure Introduction Background

More information

Performance Comparison of WiMAX and WLAN Technologies using OPNET Modeler

Performance Comparison of WiMAX and WLAN Technologies using OPNET Modeler International Conference on Engineering Research & Applications (ICERA) İstanbul (Turkey) May.17-1, 2017 Performance Comparison of WiMAX and WLAN Technologies using OPNET Modeler Ali GEZER 1, Marwa Khaleel

More information

Audio Codecs in VoIPv6: A Performance Analysis

Audio Codecs in VoIPv6: A Performance Analysis I.J. Computer Network and Information Security, 2014, 5, 50-56 Published Online April 2014 in MECS (http://www.mecs-press.org/) DOI: 10.5815/ijcnis.2014.05.07 Audio Codecs in VoIPv6: A Performance Analysis

More information

Approaches to Deploying VoIP Technology Instead of PSTN Case Study: Libyan Telephone Company to Facilitate the Internal Work between the Branches

Approaches to Deploying VoIP Technology Instead of PSTN Case Study: Libyan Telephone Company to Facilitate the Internal Work between the Branches Approaches to Deploying VoIP Technology Instead of PSTN Case Study: Libyan Telephone Company to Facilitate the Internal Work between the Branches Dr. Elmabruk M Laias * Department of Computer, Omar Al-mukhtar

More information

ENSC 427 Communication Networks

ENSC 427 Communication Networks 1 ENSC 427 Communication Networks Final Project Demo Spring 2011 Comparison and analysis of FIFO, PQ, and WFQ Disciplines in OPNET 2 Introduction and Motivation Queuing methods are used to handle network

More information

Shared Ethernet Networks

Shared Ethernet Networks Lab 1 Shared Ethernet Networks Overview In a shared Ethernet network, end systems are typically connected together using a hub. The hub retransmits any incoming frames on all outgoing lines creating a

More information

ENSC 427 Communication Networks Spring 2010

ENSC 427 Communication Networks Spring 2010 ENSC 427 Communication Networks Spring 2010 Exploration of VoIP Using Ethernet and Wi-Fi Networks Under Different Scenarios Jeffrey Tam Luke Dang Jason Tsai http://www.sfu.ca/~kta2 Table of Contents List

More information

ENSC 427 Final Project VoIP Over Campus Area Network. Group 15 Mark Zhiyu Zhou Kevan Thompson Elisa Xuan Lu

ENSC 427 Final Project VoIP Over Campus Area Network. Group 15 Mark Zhiyu Zhou Kevan Thompson Elisa Xuan Lu ENSC 427 Final Project VoIP Over Campus Area Network Group 15 Mark Zhiyu Zhou Kevan Thompson Elisa Xuan Lu Overview Background Project Details Implementation Details Discussion References & Questions 2

More information

Security Lab 1 Firewall Performance

Security Lab 1 Firewall Performance Security Lab 1 Firewall Performance This lab has been partially based on OPNET Lab Manual To Accompany Data and Computer Communications, by Kevin Brown and Leann Christianson, Prentice Hall, 2004. Objective

More information

Recommended QoS Configuration Settings for. Dell SonicWALL SOHO Router

Recommended QoS Configuration Settings for. Dell SonicWALL SOHO Router Recommended QoS Configuration Settings for Dell SonicWALL SOHO Router Recommended QoS Configuration Dell SonicWALL SOHO Contents Contents Introduction....................................... 3 Supported

More information

Investigation of Algorithms for VoIP Signaling

Investigation of Algorithms for VoIP Signaling Journal of Electrical Engineering 4 (2016) 203-207 doi: 10.17265/2328-2223/2016.04.007 D DAVID PUBLISHING Todorka Georgieva 1, Ekaterina Dimitrova 2 and Slava Yordanova 3 1. Telecommunication Department,

More information

ENSC 894: COMMUNICATION NETWORKS SPRING FINAL PROJECT PRESENTATION Performance evaluation of IPTV over WiMAX

ENSC 894: COMMUNICATION NETWORKS SPRING FINAL PROJECT PRESENTATION Performance evaluation of IPTV over WiMAX ENSC 894: COMMUNICATION NETWORKS SPRING 2014 FINAL PROJECT PRESENTATION Performance evaluation of IPTV over WiMAX http://pbatta.webs.com/ Prerna Batta 301225595 pbatta@sfu.ca Team No. 3 Roadmap Motivation

More information

Order of Packet Transmission and Dropping

Order of Packet Transmission and Dropping Laboratory 9 Queuing Disciplines Order of Packet Transmission and Dropping Objective The objective of this lab is to examine the effect of different queuing disciplines on packet delivery and delay for

More information

Introduction to VoIP. Cisco Networking Academy Program Cisco Systems, Inc. All rights reserved. Cisco Public. IP Telephony

Introduction to VoIP. Cisco Networking Academy Program Cisco Systems, Inc. All rights reserved. Cisco Public. IP Telephony Introduction to VoIP Cisco Networking Academy Program 1 Requirements of Voice in an IP Internetwork 2 IP Internetwork IP is connectionless. IP provides multiple paths from source to destination. 3 Packet

More information

IT INFRASTRUCTURE PROJECT PHASE I INSTRUCTIONS

IT INFRASTRUCTURE PROJECT PHASE I INSTRUCTIONS Project Overview IT INFRASTRUCTURE PROJECT PHASE I INSTRUCTIONS This project along with the Phase II IT Infrastructure Project will help you understand how a network administrator improves network performance

More information

ANALYSIS OF VARIOUS ROUTING ALGORITHM BASED ON SUCCESSIVE LINK FAILURES BY EMPLOYING DIFFERENT APPLICATIONS

ANALYSIS OF VARIOUS ROUTING ALGORITHM BASED ON SUCCESSIVE LINK FAILURES BY EMPLOYING DIFFERENT APPLICATIONS ANALYSIS OF VARIOUS ROUTING ALGORITHM BASED ON SUCCESSIVE LINK FAILURES BY EMPLOYING DIFFERENT APPLICATIONS Shivali Narang Research Scholar, ECE, DAV Institute of Engineering & Technology, Punjab, India

More information

Recommended QoS Configuration Settings for TP-LINK Archer C3200 Wireless Router

Recommended QoS Configuration Settings for TP-LINK Archer C3200 Wireless Router Recommended QoS Configuration Settings for TP-LINK Archer C3200 Wireless Router Recommended QoS Configuration TP-LINK Archer C3200 Contents Contents Introduction.......................................

More information

Queuing Disciplines. Order of Packet Transmission and Dropping. Laboratory. Objective. Overview

Queuing Disciplines. Order of Packet Transmission and Dropping. Laboratory. Objective. Overview Laboratory 2 Queuing Disciplines Order of Packet Transmission and Dropping Objective The objective of this lab is to examine the effect of different queuing disciplines on packet delivery and delay for

More information

On TCP friendliness of VOIP traffic

On TCP friendliness of VOIP traffic On TCP friendliness of VOIP traffic By Rashmi Parthasarathy WSU ID # 10975537 A report submitted in partial fulfillment of the requirements of CptS 555 Electrical Engineering and Computer Science Department

More information

Recommended QoS Configuration Settings for. AdTran NetVanta 3448 Router

Recommended QoS Configuration Settings for. AdTran NetVanta 3448 Router Recommended QoS Configuration Settings for AdTran NetVanta 3448 Router Recommended QoS Configuration AdTran NetVanta 3448 Contents Contents Introduction....................................... 3 Supported

More information

Performance Evaluation of Wi-Fi Release (IEEE A, B, G and N) Using OPNET

Performance Evaluation of Wi-Fi Release (IEEE A, B, G and N) Using OPNET Performance Evaluation of Wi-Fi Release (IEEE 802.11 A, B, G and N) Using OPNET Amel Aboud Ali 1 and Dr. Amin Babiker A/Nabi Mustafa 2 1 Faculty of Engineering, Neelain University, Khartoum, Sudan malamel@live.com

More information

New Signaling approach Improving the VoIP Quality of Service in Ad hoc Network

New Signaling approach Improving the VoIP Quality of Service in Ad hoc Network New Signaling approach Improving the VoIP Quality of Service in Ad hoc Network Salma Rattal EEA&TI Laboratory Faculty of sciences and techniques Hassan 2nd University Mohammedia-Casablanca Morocco Abdelmajid

More information

Developing an Innovative Mobile and Wireless Networks Course

Developing an Innovative Mobile and Wireless Networks Course Developing an Innovative Mobile and Wireless Networks Course Hetal Jasani Assistant Professor School of Technology Michigan Technological University Abstract All over the world, mobile and wireless courses

More information

Journal of Electronics and Communication Engineering & Technology (JECET)

Journal of Electronics and Communication Engineering & Technology (JECET) Journal of Electronics and Communication Engineering & Technology (JECET) JECET I A E M E Journal of Electronics and Communication Engineering & Technology (JECET)ISSN ISSN 2347-4181 (Print) ISSN 2347-419X

More information

(a) Figure 1: Inter-packet gaps between data packets. (b)

(a) Figure 1: Inter-packet gaps between data packets. (b) Performance Evaluation of Transport Protocols for Internet-Based Teleoperation Systems Jae-young Lee, Shahram Payandeh, and Ljiljana Trajković Simon Fraser University Vancouver, British Columbia Canada

More information

Troubleshooting VoWLAN using OmniPeek

Troubleshooting VoWLAN using OmniPeek CHAPTER 6 Capturing Data for Wireless Analysis To troubleshoot VoWLAN, we must first capture the wireless data carrying the VoWLAN information. Capturing data for wireless analysis can be broken down into

More information

Order of Packet Transmission and Dropping

Order of Packet Transmission and Dropping LAB 11 Queuing Disciplines Order of Packet Transmission and Dropping OBJECTIVES The objective of this lab is to examine the effect of various queuing disciplines on packet delivery and delay for different

More information

An Approach for Enhanced Performance of Packet Transmission over Packet Switched Network

An Approach for Enhanced Performance of Packet Transmission over Packet Switched Network ISSN (e): 2250 3005 Volume, 06 Issue, 04 April 2016 International Journal of Computational Engineering Research (IJCER) An Approach for Enhanced Performance of Packet Transmission over Packet Switched

More information

Research Article Performance Analysis of EIGRP via OSPF Based on OPNET and GNS3

Research Article Performance Analysis of EIGRP via OSPF Based on OPNET and GNS3 Research Journal of Applied Sciences, Engineering and Technology 8(8): 989-994, 2014 DOI:.19026/rjaset.8.60 ISSN: 2040-7459; e-issn: 2040-7467 2014 Maxwell Scientific Publication Corp. Submitted: December,

More information

Latency on a Switched Ethernet Network

Latency on a Switched Ethernet Network Page 1 of 6 1 Introduction This document serves to explain the sources of latency on a switched Ethernet network and describe how to calculate cumulative latency as well as provide some real world examples.

More information

Cross-layer TCP Performance Analysis in IEEE Vehicular Environments

Cross-layer TCP Performance Analysis in IEEE Vehicular Environments 24 Telfor Journal, Vol. 6, No. 1, 214. Cross-layer TCP Performance Analysis in IEEE 82.11 Vehicular Environments Toni Janevski, Senior Member, IEEE, and Ivan Petrov 1 Abstract In this paper we provide

More information

Performance Evaluation of EIGRP and OSPF Routing Protocols in Real Time Applications

Performance Evaluation of EIGRP and OSPF Routing Protocols in Real Time Applications Performance Evaluation of EIGRP and OSPF Routing Protocols in Real Time Applications Komal Gehlot 1, N.C. Barwar 2 1 J.N.V. University, M.B.M. Engineering College, Department of Computer Science & Engineering,

More information

IJSRD - International Journal for Scientific Research & Development Vol. 2, Issue 03, 2014 ISSN (online):

IJSRD - International Journal for Scientific Research & Development Vol. 2, Issue 03, 2014 ISSN (online): IJSRD - International Journal for Scientific Research & Development Vol. 2, Issue 03, 2014 ISSN (online): 2321-0613 Performance Evaluation of TCP in the Presence of in Heterogeneous Networks by using Network

More information

Computer Network. The Practical User Guide for. Simulation. Adarshpal S. Hnatyshin. Vasil Y. CRC Press. Taylor Si Francis Croup

Computer Network. The Practical User Guide for. Simulation. Adarshpal S. Hnatyshin. Vasil Y. CRC Press. Taylor Si Francis Croup The Practical OPNET@ User Guide for Computer Network Simulation Adarshpal S. Sethi Vasil Y. Hnatyshin CRC Press Taylor Si Francis Croup Boca Raton London New York CRC Press is an imprint of the Taylor

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 Requirement Lab 1: Evaluating Internet Connection Choices for a Small Home PC Network This set of labs works in conjunction with Professor Ray Panko s textbook, Business Data Networks and Telecommunications.

More information

Throughput Performance Analysis for VOIP over UMTS Networks

Throughput Performance Analysis for VOIP over UMTS Networks International Journal of Engineering Sciences Paradigms and Researches () Throughput Performance Analysis for VOIP over UMTS Networks Atyaf Mohamed Abdalwahad Mohamed 1, Dr. Khalid Hamid Bilal 2 and Dr.

More information

WhitePaper: XipLink Real-Time Optimizations

WhitePaper: XipLink Real-Time Optimizations WhitePaper: XipLink Real-Time Optimizations XipLink Real Time Optimizations Header Compression, Packet Coalescing and Packet Prioritization Overview XipLink Real Time ( XRT ) is an optimization capability

More information

Audio Codecs Impact on Quality of VoIP Based on IEEE802.16e Considering Mobile IP Handover

Audio Codecs Impact on Quality of VoIP Based on IEEE802.16e Considering Mobile IP Handover American Journal of Networks and Communications 2015; 4(3): 59-66 Published online June 3, 2015 (http://www.sciencepublishinggroup.com/j/ajnc) doi: 10.11648/j.ajnc.20150403.17 ISSN: 2326-893X (Print);

More information

Enhanced Quality of Service in Worldwide Interoperability for Microwave Access Networks

Enhanced Quality of Service in Worldwide Interoperability for Microwave Access Networks IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 5, Ver. V (Sep - Oct. 2014), PP 72-78 Enhanced Quality of Service in Worldwide

More information

Performance Evaluation of OSPF and EIGRP Routing Protocols for Video Streaming over Next Generation Networks

Performance Evaluation of OSPF and EIGRP Routing Protocols for Video Streaming over Next Generation Networks Performance Evaluation of OSPF and EIGRP Routing Protocols for Video Streaming over Next Generation Networks Francis L Lugayizi, Naison Gasela and Esiefarienrhe Bukohwo Michael Department of Computer Science

More information

ENSC 427: COMMUNICATION NETWORKS. Performance Evaluation of Voice Over IP on WiMAX and Wi-Fi Based Networks. Spring 2009 FINAL PROJECT

ENSC 427: COMMUNICATION NETWORKS. Performance Evaluation of Voice Over IP on WiMAX and Wi-Fi Based Networks. Spring 2009 FINAL PROJECT ENSC 427: COMMUNICATION NETWORKS Performance Evaluation of Voice Over IP on WiMAX and Wi-Fi Based Networks Spring 2009 FINAL PROJECT Group #1 Jeremy Yoo http://www.sfu.ca/~jty/ensc427/ jty@sfu.ca i Table

More information

Analysis of VoIP by varrying the number of nodes failure in WiMAX Network

Analysis of VoIP by varrying the number of nodes failure in WiMAX Network Analysis of VoIP by varrying the number of nodes failure in WiMAX Network 1 Jinia, 2 Jarnail Singh, 3 Ashu Gupta 1,2,3 Punjab Technical University, Jalandhar Email: goyal.jinia33@gmail.com Abstract WiMAX

More information

A Comparison of VoIP Performance on IPv6 and IPv4 Networks

A Comparison of VoIP Performance on IPv6 and IPv4 Networks A Comparison of VoIP Performance on IPv6 and IPv4 Networks Roman Yasinovskyy, Alexander L. Wijesinha, Ramesh K. Karne, and Gholam Khaksari Towson University Abstract We compare VoIP performance on IPv6

More information

International Journal of Scientific Research and Modern Education (IJSRME) ISSN (Online): ( Volume I, Issue I,

International Journal of Scientific Research and Modern Education (IJSRME) ISSN (Online): (  Volume I, Issue I, EFFECTIVE LEARNING WITH USAGE OF SIMULATORS A CASE OF NCTUNS SIMULATOR IN COMPUTER NETWORKS Subrahmanya Bhat* & Dr. K. R. Kamath** * Department of Computer Application, Srinivas Institute of Management

More information

A Survey of EIGRP and OSPF Protocols on Voice Conferencing Applications

A Survey of EIGRP and OSPF Protocols on Voice Conferencing Applications 247 Current Trends in Technology and Science A Survey of EIGRP and OSPF Protocols on Voice Conferencing Applications Md. Nazmul Islam Khan Dept. of Electrical Engineering, Blekinge Institute of Technology,

More information

DiffServ Architecture: Impact of scheduling on QoS

DiffServ Architecture: Impact of scheduling on QoS DiffServ Architecture: Impact of scheduling on QoS Abstract: Scheduling is one of the most important components in providing a differentiated service at the routers. Due to the varying traffic characteristics

More information

Cisco Optimizing Converged Cisco Networks. Practice Test. Version 2.6. https://certkill.com

Cisco Optimizing Converged Cisco Networks. Practice Test. Version 2.6. https://certkill.com Cisco 642-845 642-845 Optimizing Converged Cisco Networks Practice Test Version 2.6 QUESTION NO: 1 Cisco 642-845: Practice Exam Refer to the exhibit. NBAR is to be configured on router R1 to limit outgoing

More information

QoS ANALYSIS OF DIFFERENT SERVICE CLASSES IN WiMAX NETWORK USING VOIP

QoS ANALYSIS OF DIFFERENT SERVICE CLASSES IN WiMAX NETWORK USING VOIP Research Manuscript Title QoS ANALYSIS OF DIFFERENT SERVICE CLASSES IN WiMAX NETWORK USING VOIP Muthulakshmi. G 1, Saira Banu 2 1 Post Graduate Student, B.S.Abdur Rahman University, Chennai 2 Assistant

More information

Implementation of QoS of Different Multimedia Applications in WLAN

Implementation of QoS of Different Multimedia Applications in WLAN Implementation of QoS of Different Multimedia Applications in WLAN Navdeep Singh Chauhan BHSBIET, Lehragaga Loveljeet Kaur SLIET,Longowal ABSTRACT In last deeecade wireless communication becomes a crucial

More information

Frame Relay Network Performance

Frame Relay Network Performance Lab 4 Frame Relay Network Performance Overview Frame Relay is a connection-oriented, unreliable technology based on virtual circuits. A virtual circuit must be set up between a source and destination before

More information

Wireless Networks. Communication Networks

Wireless Networks. Communication Networks Wireless Networks Communication Networks Types of Communication Networks Traditional Traditional local area network (LAN) Traditional wide area network (WAN) Higher-speed High-speed local area network

More information

Skype Video Responsiveness to Bandwidth Variations

Skype Video Responsiveness to Bandwidth Variations Skype Video Responsiveness to Bandwidth Variations L. De Cicco,, V. Palmisano Dipartimento di Elettronica ed Elettrotecnica Politecnico di Bari Italy -1- Motivation 1/2 Multimedia real-time applications

More information

Alcatel OmniPCX Enterprise

Alcatel OmniPCX Enterprise Alcatel OmniPCX Enterprise QoS for VoIP Overview 1 OBJECTIVE: Describe the essential parameters for QoS The QoS parameters regarding the data network IP Packet Transfer Delay (IPTD): Time for the packet

More information

Monitoring and Analysis

Monitoring and Analysis CHAPTER 3 Cisco Prime Network Analysis Module 5.1 has two types of dashboards: One type is the summary views found under the Monitor menu, and the other type is the over time views found under the Analyze

More information

Latency on a Switched Ethernet Network

Latency on a Switched Ethernet Network FAQ 07/2014 Latency on a Switched Ethernet Network RUGGEDCOM Ethernet Switches & Routers http://support.automation.siemens.com/ww/view/en/94772587 This entry is from the Siemens Industry Online Support.

More information

Performance Analysis of AODV using HTTP traffic under Black Hole Attack in MANET

Performance Analysis of AODV using HTTP traffic under Black Hole Attack in MANET Performance Analysis of AODV using HTTP traffic under Black Hole Attack in MANET Ekta Barkhodia 1, Parulpreet Singh 2, Gurleen Kaur Walia 3 Lovely Professional University, Phagwara, India ektab0@gmail.com,

More information

Design and Simulation of Wireless Local Area Network for Administrative Office using OPNET Network Simulator: A Practical Approach

Design and Simulation of Wireless Local Area Network for Administrative Office using OPNET Network Simulator: A Practical Approach Design and Simulation of Wireless Local Area Network for Administrative Office using OPNET Network Simulator: A Practical Approach Elechi Onyekachi O Computer Science Department, Faculty of Physical Sciences,Ebonyi

More information

Introduction to Quality of Service

Introduction to Quality of Service Introduction to Quality of Service The use of IP as a foundation for converged networks has raised several issues for both enterprise IT departments and ISPs. IP and Ethernet are connectionless technologies

More information

Switched LANs A Set of Local Area Networks Interconnected by Switches

Switched LANs A Set of Local Area Networks Interconnected by Switches Switched LANs A Set of Local Area Networks Interconnected by Switches Objective This lab is designed to demonstrate the implementation of switched local area networks. The simulation in this lab will help

More information

IT114 NETWORK+ Learning Unit 1 Objectives: 1, 2 Time In-Class Time Out-Of-Class Hours 2-3. Lectures: Course Introduction and Overview

IT114 NETWORK+ Learning Unit 1 Objectives: 1, 2 Time In-Class Time Out-Of-Class Hours 2-3. Lectures: Course Introduction and Overview IT114 NETWORK+ Course Objectives Upon successful completion of this course, the student will be able to: 1. Identify the devices and elements of computer networks; 2. Diagram network models using the appropriate

More information

Network Design. Planning a Network with Different Users, Hosts, and Services. Laboratory. Objective. Overview

Network Design. Planning a Network with Different Users, Hosts, and Services. Laboratory. Objective. Overview Laboratory 4 Network Design Planning a Network with Different Users, Hosts, and Services Objective The objective of this lab is to demonstrate the basics of designing a network, taking into consideration

More information

Performance Analysis Of Qos For Different MANET Routing Protocols (Reactive, Proactive And Hybrid) Based On Type Of Data

Performance Analysis Of Qos For Different MANET Routing Protocols (Reactive, Proactive And Hybrid) Based On Type Of Data ISSN (e): 2250 3005 Volume, 08 Issue, 4 April 2018 International Journal of Computational Engineering Research (IJCER) Performance Analysis Of Qos For Different MANET Routing Protocols (Reactive, Proactive

More information

Development of Emulation Network Analyzer Tool for Computer Network Planning

Development of Emulation Network Analyzer Tool for Computer Network Planning Bulletin of Electrical Engineering and Informatics ISSN: 2302-9285 Vol. 5, No. 2, June 2016, pp. 219~229, DOI: 10.11591/eei.v5i2.557 219 Development of Emulation Network Analyzer Tool for Computer Network

More information

Performance monitoring User manual

Performance monitoring User manual 1 Introduction This document describes the additional service entitled Performance monitoring for the services GTS Internet, GTS IP VPN and GTS Total Business. 2 Description of the application Performance

More information