INTRODUCING VoIP CALL ADMISSION CONTROL TO A WIRELESS MESH NETWORK

Size: px
Start display at page:

Download "INTRODUCING VoIP CALL ADMISSION CONTROL TO A WIRELESS MESH NETWORK"

Transcription

1 INTRODUCING VoIP CALL ADMISSION CONTROL TO A WIRELESS MESH NETWORK By Danwin Ambros Francis A report submitted in partial fulfilment of the requirements for the completion of the degree Baccalaureus Scientiae (Honours) University of the Western Cape Supervisor: Prof. William Tucker Advisor: Carlos Rey-Moreno May 2013 i

2 DECLARATION OF AUTHORSHIP I, Danwin Ambros-Francis, hereby certify that the work presented in this mini thesis is, to the best of my knowledge, original and the result of my own research and investigations, except those that have been acknowledged, and has not been previously submitted for a degree at this or any other University. ii

3 ABSTRACT INTRODUCING CALL ADMISSION CONTROL TO A VoIP WIRELESS MESH NETWORK By Danwin Ambros-Francis BSc Honours Computer Science Project Paper, Department of Computer Science, University of the Western Cape. In this report I will be conducting experiments I will investigating the call control logic that is located on Asterisk that runs on the Mesh Potato. The aim is to have that call control logic make a call to investigate the state of the network before a new call can be allowed I will be making use of an existing WMN located in the Department of Computer Science on University of the Western Cape as a test bed. The tools I will be using to monitor and inject traffic into the WMN include Distributed Internet Traffic Generator (D-ITG) for generating traffic over the WMN and Wireshark to grab packets from the WMN to monitor performance of the mesh network. A High-Level Design will provide an overview of how the test bed and all its components operate together and where the CAC will be making the necessary accepting or rejecting of any new call made based on the amount of bandwidth available. iii

4 TABLE OF CONTENTS Declaration of Authorship Abstract Table of Content List of Figures List of Tables Glossary ii iii iv v vi vii Chapter 1: Introduction 1 - Introduction 1 - Motivation/Objective 2 Chapter 2: User Requirements 3 - Introduction 3 - User (Network Manager) view of the problem 3 - Problem domain 3 - What should the experiment achieve 3 - What should the experiment not achieve 4 - Requirements to conduct experiment 4 Chapter 3: Requirements Analysis 5 - Introduction 5 - Experiment description 5 - Experiment objective 7 - Testing solution 8 Chapter 4: Methodology 9 - Introduction 9 - How will he system work 9 - High-Level Design 10 - Low-Level Design 11 - To recap some of the objectives 12 iv

5 LIST OF FIGURES Figure 1: An example of a wireless mesh network 2 Figure 2: Example of how the Mesh Potato looks like 5 Figure 3: Example of the GUI for D-ITG 6 Figure 4: A view of the Wireshark GUI on start up 6 Figure 5: Example of a wireless mesh network 7 Figure 6: The steps involved in call admission control mechanism 10 v

6 LIST OF TABLES Table 1: List of components needed for experiment purposes 4 Table 2: Metric parameters for threshold calculation 11 vi

7 GLOSSARY Asterisk AP CAC D-ITG GUI HLD iperf LLD MP OS QoS Wireshark WMN Open source private branch exchange that gives a network telephony capability, acting as a server of some sort. Access point Call Admission Control Distributed Internet Traffic Generator - used to generate traffic on a network. Graphical User Interface High-Level Design A tool to measure the amount of bandwidth being consumed when sent from one node to another. Low-Level Design Mesh Potato a device used to gain access to a mesh network where the MP is an access point. Operating System Quality of Service terms that govern network performance such as throughput, jitter and delay. A network tool a network administrator can use to monitor a network and get various kinds of statistics relating to the network performance. Wireless mesh network vii

8 1. INTRODUCTION Voice over Internet Protocol (VoIP) is a the use of technology that enables user to communicate via voice over Internet Protocol (IP) networks such as the Internet and has been tested as early as the 1970 s on the Arpanet, the first version of the modern Internet. Call Admission Control is as its name says, it control who gains access to the available resources to either accept or reject a call, and this is all based on the amount of bandwidth available as well as the terms set for the Quality of Service of that specific network. This type of control complements QoS tools to ensure voice traffic is uninterrupted by other voice traffic and congestion so you can call it a preventative measure to ensure that there is enough bandwidth available for new as well as current users on the network. There are many resources/criteria that can be considered to determine how and when calls are rejected or accepted; among these are bandwidth, CPU processing power and the number of calls that can be handled. For this experiment bandwidth consumption will be the main criteria a call on the network is rejected or accepted. The test bed that will be used for the experiment is an already existing WMN that is situated in the Computer Science Department of University of the Western Cape which will serve as the appropriate base to conduct various tests to determine the effectiveness of the CAC algorithm that will be located on the WMN access point (AP). Previous works that relate to this experiment and where the implementation of CAC would be beneficial is the Mankosi Project that consists of a WMN that is located in a rural area in the Eastern Cape where various Mesh Potatos were set up with telephony devices to enable the Chief and his Headmen to communicate with each other as the villages are situated very long distances from each other. It was built with self-sustaining in mind and to better the quality of life in the community of Mankosi. 1

9 Motivation As I have mentioned the Mankosi Project before, I believe it will be of great use to introduce CAC when the implementation of more WMN for telephony such as Mankosi is initiated. This in turn will provide these networks with better QoS and ensure that users can communicate with the least interference as possible. Introducing CAC will also lay the foundation for when introducing video communication to WMN such as the Mankosi Project. Figure 1: An example of a wireless mesh network. The rest of this document is structured as follows. Chapter 2 discusses the user requirements, Chapter 3 will give a description of the requirements analysis, Chapter 4 will discuss the type of interfaces will be encountered, Chapter 5 will specify the High-Level Design (HLD) and Chapter 6 will describe the Low-Level Design. 2

10 CHAPTER 2: USER REQUIREMENTS Introduction In this chapter I will be going over the requirements that need to be fulfilled to address the problem, the user in this case would be the Network Manager that is in charge of administrative duties of the WMN. The problem domain will be discussed as well as the capabilities the end result should yield and what it should not be capable of doing. The requirements have been gathered by reading up on articles relating to call admission control and VoIP for mesh networks. User (Network Manager) view of the problem? There has been occasions where I have experienced communications that was of poor quality and this usually occurred when there was a lot of activity on the network for example UWC s wireless service, Free4All, where sometimes the connection would just be cut off abruptly because of an overload on the network. Problem domain? This brings up the problem that the network manager is faced with, assuring that any communication happening over the WMN, in this case VoIP, is controlled by some mechanism. This mechanism should govern any activity on the network to make sure that resources are distributed fairly and if any new calls are made that there is enough bandwidth available to allow the call, if not the call is rejected. What should this experiment achieve? The aim of this experiment is to monitor the traffic flow on the WMN, namely the on located in the Computer Science Department, and while traffic is being sent over the network there should be a tool grabbing packets off of the WMN to monitor and analyse statistics to see how the WMN handles any new calls made while there is an overload of activity on the network as well as when there is low activity. 3

11 When this baseline has been established to have a visual of how the WMN handles these different types of scenarios then the CAC algorithm should be introduced. When the CAC algorithm is introduced the aim is to establish whether the algorithm does in fact accept/reject new calls depending on the amount of bandwidth consumed on the network at that given time of communication. What should the experiment not achieve? This experiment should not aim to provide CAC based on the amount of calls made as the algorithm will only consider the bandwidth to determine availability on the WMN. The CAC will not be catering for video communication but can be considered in the future. What is needed to conduct this experiment? Table 1: List of components needed for experiment purposes. 4

12 CHAPTER 3: REQUIREMENTS ANALYSIS Introduction Requirements analysis is the next step in forming a better idea of what we will be trying to achieve in the experiments of implementing CAC in a WMN. What follows is an example of how the WMN the experiments will be tested on looks like and all components needed to achieve the desired results with a description of how each will be used. It also looks at how the whole system will interact when the CAC algorithm is introduced and where it is located within the system. Experiment description There is clearly a need for a CAC mechanism to ensure that QoS terms are held at all times to make sure all user, existing and new, have the best possible chance of making a quality voice call over the mesh network. To achieve this we first need to gain access to the WMN named VoIP-Mesh that is located in the Computer Science Department. To gain access we set up a Mesh Potato (MP) in the Honours Lab, which first needed to be flashed as an access point (AP) and configured with a static IP and ESSID to allow any mobile devices to connect wirelessly to the mesh network namely VoIP-Mesh. To achieve this instruction are readily available on the Village Telco site at as well as various other instruction that can help with setting up the MP. Figure 2: Example of how the Mesh Potato looks like. 5

13 The next step is to install D-ITG and Wireshark which was fairly easy to set up on a Linux OS. For the laptop I installed Ubuntu LTS (Lucid Lynx). A D-ITG manual was followed which will be added as an appendix at the end of the report. Installing Wireshark was fairly easy as you could install it via the terminal in Ubuntu, with the following command sudo apt-get install wireshark, or you could install it via Ubuntu Software Center. Figure 3: Example of the GUI for D-ITG Figure 4: A view of the Wireshark GUI on start up. 6

14 To implement all of these tools to monitor the WMN we will need a WMN, below I have sketched my own simple explanation of how a small wireless mesh network looks like. It contains laptops that connect wirelessly to the Mesh Potato nodes that act as access points on this small wireless mesh network. Also attached to the MPs are telephony devices. Keep in mind this is only an example of a wireless mesh network and not the one located in the Computer Science Department. Figure 5: Example of a wireless mesh network. Experiment objective The objective of this experiment is, as mentioned before, to build a CAC algorithm that will be located on the Mesh Potato that will determine whether any new calls made are rejected or accepted depending on the mesh network state in other words, whether there is enough bandwidth available to provide a good connection for communication on the VoIP mesh network. 7

15 Testing solution Suggested solution for experiment can be tested by generating traffic over the WMN in the background, the amount of traffic can be set to any desired level as D-ITG allows for setting the amount of traffic and for how long it will be set so various situations can be simulated. With the background traffic running a new call is made from either the laptop or a telephony device, and depending on the amount of bandwidth available the call will be rejected or accepted. The CAC mechanism located in the Mesh Potato OS namely Asterisk contains the call signalling methods that need to be invoked so that the threshold calculation can determine whether call will be allowed or rejected. The objective for third term to have the collection of quality of service metrics read in from files so that the call admission control threshold calculation have the appropriate values to compare to the defined parameters to determine the state of the network. 8

16 CHAPTER 4: METHODOLOGY Introduction In the following section I will be outlining how the system will work, followed by the High-Level design and Low-Level design describing the steps needed to reach the objective of implementing the call admission control mechanism in Asterisk so that quality of service requirements are followed. How will the system work? To give an insight to what is to be achieved, consider the following scenario where a user wants to make a call from one node to another node located on the same wireless mesh network. The user attempts to make a call but before the call can even be put through, Asterisk, located on the Mesh Potato, is responsible for the routing, set-up and maintenance of calls being made on the network. Within Asterisk the proposes call admission control mechanism will be located that invoke methods to firstly determine the state of the wireless mesh network, secondly calculate the acceptance threshold from quality of service metrics collected, and thirdly when metrics are compared to defined parameters then call will either be allowed or rejected. A secondary objective would be to have Asterisk send an automated voice command to the user saying that the call had been rejected because of poor communication quality. 9

17 High-Level Design In this section I will be giving a description of the high-level design, in this case it is the three steps involved in determining whether a call is allowed or rejected. The three steps involve investigating the state of the network, calculating the acceptance threshold and the decision to accept or reject a call based on the acceptance calculation. Figure 6: The steps involved in call admission control mechanism. Figure 6 give an abstract view of what is to be achieved. Firstly the state of the network will need to be investigated based on QoS metrics that include packet loss, average delay, average jitter, throughput/goodput and the latency of the network. These values will then be recorded and compared to threshold parameters in the second step where defined parameters have been set. For this term I have only considered packet loss, delay and jitter and there parameters are listed in the following table: 10

18 Metric Parameter Value Packet Loss Less than (<) 1 % Delay Less than (<) 150 ms Jitter Less than (<) in the range of ms Table 2: Metric parameters for threshold calculation. Low-Level Design For the low-level design I will be going into a the calculation of the acceptance threshold and the parameters used. As mentioned before the QoS metrics considered for the threshold calculation are packet loss, delay and jitter. The reason for this is because these metrics have the biggest impact on voice of IP communication. Packet loss: Packet loss is the amount of packets lost along the way from host to destination and is calculated in percentage ((packets lost/total packets sent)*100) and should be less than 1%. Delay: Delay indicates the time to send a packet from a source to a destination node. Contrary to bandwidth, delay is an additive metric. Thus, the delay along a path is equal to the sum of the delays on the one-hop links of this path [4]. Jitter: Jitter can be defined as a variation in the delay of received packets. From the sender s end, packets are sent in a continuous stream with the packets spaced evenly. As soon as you talk of network congestion, improper queuing or configuration errors the stream that is sending packets steadily can cause the delay between packets to vary instead of keeping constant. Below is the suggested formula that considers metric parameters as well: S = Th packetloss < 1% && Th delay < 150ms && Th jitter This formula contains the threshold for each metric that will be collected when investigating the state of the network, which the S stands for in the above mentioned formula. 11

19 When metric of the network performance is returned, namely the packet loss, delay and jitter, these values are then fed into the formula and if the formula returns a positive network state then any new calls are allowed, if the state is negative any new calls will be rejected and a voice command is sent to the user saying the call has been rejected. To recap some of the objectives: - Automate collection of network state metrics such as packet loss, delay and jitter. - Calculate acceptance threshold by retrieving metric values and have these values compared to parameters set. - On calculation of acceptance threshold call will either be allowed or rejected. - On rejection of call voice command will be sent to user to say that the call has been rejected by the call admission control mechanism invoked. 12

20 13

21 Bibliography [1] Rong, B. and Qian, Y., et al. (2008) An Enhanced SIP Proxy Server for Wireless VoIP in Wireless Mesh Networks. IEEE Communications Magazine, Iss. January p [2] Ergin, M. and Gruteser, M., et al. (2008) Available bandwidth estimation and admission control for QoS routing in wireless mesh networks. Computer Communications, (31). [3] Ganguly, S. and Navda, V., Kim. K., Kashyap, A., Niculescu, D., Izmailov, R., Hong, S., Das, S.R. (2006) Performance Optimizations for Deploying VoIP Services in Mesh Networks. IEEE Journal On Selected Areas In Communications, 24 (11), p [4] Sarr, C. and Lassous, I. (2007) Estimating Average End-to-End Delays in IEEE Multihop Wireless Networks. [report] Montbonnot Saint Ismier (France): INRIA. 14

Quality of Service Mechanism for MANET using Linux Semra Gulder, Mathieu Déziel

Quality of Service Mechanism for MANET using Linux Semra Gulder, Mathieu Déziel Quality of Service Mechanism for MANET using Linux Semra Gulder, Mathieu Déziel Semra.gulder@crc.ca, mathieu.deziel@crc.ca Abstract: This paper describes a QoS mechanism suitable for Mobile Ad Hoc Networks

More information

An Efficient Bandwidth Estimation Schemes used in Wireless Mesh Networks

An Efficient Bandwidth Estimation Schemes used in Wireless Mesh Networks An Efficient Bandwidth Estimation Schemes used in Wireless Mesh Networks First Author A.Sandeep Kumar Narasaraopeta Engineering College, Andhra Pradesh, India. Second Author Dr S.N.Tirumala Rao (Ph.d)

More information

QoS-Aware IPTV Routing Algorithms

QoS-Aware IPTV Routing Algorithms QoS-Aware IPTV Routing Algorithms Patrick McDonagh, Philip Perry, Liam Murphy. School of Computer Science and Informatics, University College Dublin, Belfield, Dublin 4. {patrick.mcdonagh, philip.perry,

More information

CHAPTER 3 EFFECTIVE ADMISSION CONTROL MECHANISM IN WIRELESS MESH NETWORKS

CHAPTER 3 EFFECTIVE ADMISSION CONTROL MECHANISM IN WIRELESS MESH NETWORKS 28 CHAPTER 3 EFFECTIVE ADMISSION CONTROL MECHANISM IN WIRELESS MESH NETWORKS Introduction Measurement-based scheme, that constantly monitors the network, will incorporate the current network state in the

More information

Congestion and its control: Broadband access networks. David Clark MIT CFP October 2008

Congestion and its control: Broadband access networks. David Clark MIT CFP October 2008 Congestion and its control: Broadband access networks David Clark MIT CFP October 2008 Outline Quick review/definition of congestion. Quick review of historical context. Quick review of access architecture.

More information

A common issue that affects the QoS of packetized audio is jitter. Voice data requires a constant packet interarrival rate at receivers to convert

A common issue that affects the QoS of packetized audio is jitter. Voice data requires a constant packet interarrival rate at receivers to convert A common issue that affects the QoS of packetized audio is jitter. Voice data requires a constant packet interarrival rate at receivers to convert data into a proper analog signal for playback. The variations

More information

B. Bellalta Mobile Communication Networks

B. Bellalta Mobile Communication Networks IEEE 802.11e : EDCA B. Bellalta Mobile Communication Networks Scenario STA AP STA Server Server Fixed Network STA Server Upwnlink TCP flows Downlink TCP flows STA AP STA What is the WLAN cell performance

More information

Running Reports. Choosing a Report CHAPTER

Running Reports. Choosing a Report CHAPTER 13 CHAPTER WCS reporting is necessary to monitor the system and network health as well as troubleshoot problems. A number of reports can be generated to run on an immediate and scheduled basis. Each report

More information

An Analysis of Quality of Service (QoS) In Live Video Streaming Using Evolved HSPA Network Media

An Analysis of Quality of Service (QoS) In Live Video Streaming Using Evolved HSPA Network Media JAICT, Journal of Applied Information and Communication Technologies Vol.1, 1, 2016 An Analysis of Quality of Service (QoS) In Live Video Streaming Using Evolved HSPA Network Media AchmadZakaria Azhar

More information

WI-FI AND LTE COEXISTENCE VALIDATION METHODS

WI-FI AND LTE COEXISTENCE VALIDATION METHODS WI-FI AND LTE COEXISTENCE VALIDATION METHODS CLASH OF THE TITANS: CELLULAR + WI-FI As we approach 2020, wireless technologies are dominating communications, and the interaction between cellular and Wi-Fi

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

Configuring Voice and Video Parameters

Configuring Voice and Video Parameters Finding Feature Information, page 1 Prerequisites for Voice and Video Parameters, page 1 Restrictions for Voice and Video Parameters, page 1 Information About, page 2 How to Configure Voice and Video Parameters,

More information

HSCN Quality of Service (QoS) Policy

HSCN Quality of Service (QoS) Policy HSCN Quality of Service (QoS) Policy Published March 2018 Copyright 2018 Health and Social Care Information Centre. The Health and Social Care Information Centre is a non-departmental body created by statute,

More information

A DiffServ transport network to bring 3G access to villages in the Amazon forest: a case study

A DiffServ transport network to bring 3G access to villages in the Amazon forest: a case study A DiffServ transport network to bring 3G access to villages in the Amazon forest: a case study based on the EC FP7 project Wireless Technologies for isolated rural communities in developing countries based

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction 1.1 Background Today s mobile device supports a variety of multimedia applications such as live video, radio or online gaming. People spend their time on their devices for personal

More information

Lab Testing Summary Report

Lab Testing Summary Report Key findings and conclusions: Lab Testing Summary Report July 2008 Report 080711 Vendor Tested: Product Tested: WinEyeQ Product Category: VoIP Analysis and Management Tools WinEyeQ was rated Best in Test

More information

Performance of Multicast Traffic Coordinator Framework for Bandwidth Management of Real-Time Multimedia over Intranets

Performance of Multicast Traffic Coordinator Framework for Bandwidth Management of Real-Time Multimedia over Intranets Performance of Coordinator Framework for Bandwidth Management of Real-Time Multimedia over Intranets Chin Hooi Tang, and Tat Chee Wan, Member, IEEE ComSoc. Abstract Quality of Service (QoS) schemes such

More information

Rural Wireless Mesh Network Analysis On Mobile Devices

Rural Wireless Mesh Network Analysis On Mobile Devices Rural Wireless Mesh Network Analysis On Mobile Devices Ghislaine L. Ngangom Tiemeni, Isabella M. Venter and William D. Tucker Department of Computer Science University of the Western Cape, Private Bag

More information

Eliminating Handoff latencies in WLANs using Multiple Radios: Applications, Experience, and Evaluation

Eliminating Handoff latencies in WLANs using Multiple Radios: Applications, Experience, and Evaluation Eliminating Handoff latencies in 802.11 WLANs using Multiple Radios: Applications, Experience, and Evaluation Vladimir Brik, Arunesh Mishra, Suman Banerjee Presented by: Ibrahim Ben Mustafa For Wireless

More information

SD-WAN Recommended Test Plan

SD-WAN Recommended Test Plan SD-WAN Recommended Test Plan The following test plan can be used to test and verify the functionality of the SD-WAN solution. Test Outline The suggested tests described below are: 1. Standard Tests a.

More information

ETSF10 Internet Protocols Transport Layer Protocols

ETSF10 Internet Protocols Transport Layer Protocols ETSF10 Internet Protocols Transport Layer Protocols 2012, Part 2, Lecture 2.2 Kaan Bür, Jens Andersson Transport Layer Protocols Special Topic: Quality of Service (QoS) [ed.4 ch.24.1+5-6] [ed.5 ch.30.1-2]

More information

Chapter 6 Congestion Control and Resource Allocation

Chapter 6 Congestion Control and Resource Allocation Chapter 6 Congestion Control and Resource Allocation Overview of Congestion Control and Resource Allocation Problem: How to effectively and fairly allocate resources among a collection of competing users?

More information

Running Reports CHAPTER

Running Reports CHAPTER CHAPTER 14 WCS reporting is necessary to monitor the system and network health as well as troubleshoot problems. A number of reports can be generated to run on an immediate and scheduled basis. Each report

More information

Chapter 24 Congestion Control and Quality of Service 24.1

Chapter 24 Congestion Control and Quality of Service 24.1 Chapter 24 Congestion Control and Quality of Service 24.1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 24-1 DATA TRAFFIC The main focus of congestion control

More information

Troubleshooting Voice Over IP with WireShark

Troubleshooting Voice Over IP with WireShark Hands-On Troubleshooting Voice Over IP with WireShark Course Description Voice over IP is being widely implemented both within companies and across the Internet. The key problems with IP voice services

More information

Telecommunication Services Engineering Lab. Roch H. Glitho

Telecommunication Services Engineering Lab. Roch H. Glitho 1 Quality of Services 1. Terminology 2. Technologies 2 Terminology Quality of service Ability to control network performance in order to meet application and/or end-user requirements Examples of parameters

More information

Cisco Exam Implementing Cisco unified Wireless Voice Networks (IUWVN) v2.0 Version: 10.0 [ Total Questions: 188 ]

Cisco Exam Implementing Cisco unified Wireless Voice Networks (IUWVN) v2.0 Version: 10.0 [ Total Questions: 188 ] s@lm@n Cisco Exam 642-742 Implementing Cisco unified Wireless Voice Networks (IUWVN) v2.0 Version: 10.0 [ Total Questions: 188 ] Question No : 1 A client reports that video is not streaming. The administrator

More information

TDDD82 Secure Mobile Systems Lecture 6: Quality of Service

TDDD82 Secure Mobile Systems Lecture 6: Quality of Service TDDD82 Secure Mobile Systems Lecture 6: Quality of Service Mikael Asplund Real-time Systems Laboratory Department of Computer and Information Science Linköping University Based on slides by Simin Nadjm-Tehrani

More information

XenaCompact TM Series

XenaCompact TM Series Series Evaluation report Date: 18 January 2010 Version No.: 1.0 All Rights Reserved NORDUnet A/S Contents 1 Introduction...3 2 XENA Compact evaluation...3 2.1 XENA Compact brief description...3 2.2 Initial

More information

IP Telephony development and performance over IEEE g WLAN

IP Telephony development and performance over IEEE g WLAN IP Telephony development and performance over IEEE 8.11g WLAN Miguel Edo 1, Miguel Garcia, Carlos Turro 3 and Jaime Lloret Universidad Politécnica de Valencia, Camino Vera s/n,, Valencia (Spain) 1 miedmon@epsg.upv.es;

More information

CHAPTER 3 GRID MONITORING AND RESOURCE SELECTION

CHAPTER 3 GRID MONITORING AND RESOURCE SELECTION 31 CHAPTER 3 GRID MONITORING AND RESOURCE SELECTION This chapter introduces the Grid monitoring with resource metrics and network metrics. This chapter also discusses various network monitoring tools and

More information

Q&As. Implementing Cisco Unified Wireless Voice Networks (IUWVN) v2.0. Pass Cisco Exam with 100% Guarantee

Q&As. Implementing Cisco Unified Wireless Voice Networks (IUWVN) v2.0. Pass Cisco Exam with 100% Guarantee 642-742 Q&As Implementing Cisco Unified Wireless Voice Networks (IUWVN) v2.0 Pass Cisco 642-742 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee

More information

Dropping Packets in Ubuntu Linux using tc and iptables

Dropping Packets in Ubuntu Linux using tc and iptables Dropping Packets in Ubuntu Linux using tc and... 1 Dropping Packets in Ubuntu Linux using tc and iptables By Steven Gordon on Tue, 18/01/2011-8:13pm There are two simple ways to randomly drop packets on

More information

B. Bellalta Mobile Communication Networks

B. Bellalta Mobile Communication Networks IEEE 802.11e : EDCA B. Bellalta Mobile Communication Networks Scenario STA AP STA Server Server Fixed Network STA Server Upwnlink TCP flows Downlink TCP flows STA AP STA What is the WLAN cell performance

More information

Routing / Bridging. Lecturer: Carlos Rey-Moreno

Routing / Bridging. Lecturer: Carlos Rey-Moreno Routing / Bridging Lecturer: Carlos Rey-Moreno carlos.reymoreno@gmail.com Networking Course Honors on Computer Science University of the Western Cape 12 Feb - 2013 Routed Networks Routed access points

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

Configuring QoS CHAPTER

Configuring QoS CHAPTER CHAPTER 34 This chapter describes how to use different methods to configure quality of service (QoS) on the Catalyst 3750 Metro switch. With QoS, you can provide preferential treatment to certain types

More information

SD-WAN Deployment Guide (CVD)

SD-WAN Deployment Guide (CVD) SD-WAN Deployment Guide (CVD) All Cisco Meraki security appliances are equipped with SD-WAN capabilities that enable administrators to maximize network resiliency and bandwidth efficiency. This guide introduces

More information

estadium Project Lab 2: Iperf Command

estadium Project Lab 2: Iperf Command estadium Project Lab 2: Iperf Command Objectives Being familiar with the command iperf. In this Lab, we will set up two computers (PC1 and PC2) as an ad-hoc network and use the command iperf to measure

More information

On Admission of VoIP Calls Over Wireless Mesh Network

On Admission of VoIP Calls Over Wireless Mesh Network On Admission of VoIP Calls Over Wireless Mesh Network Hung-yu Wei Department of Electrical Engineering National Taiwan University Taipei, Taiwan {hywei}@ntu.edu.tw Kyungtae Kim, Anand Kashyap and Samrat

More information

Converged Networks. Objectives. References

Converged Networks. Objectives. References Converged Networks Professor Richard Harris Objectives You will be able to: Discuss what is meant by convergence in the context of current telecommunications terminology Provide a network architecture

More information

Video Streaming Over the Internet

Video Streaming Over the Internet Video Streaming Over the Internet 1. Research Team Project Leader: Graduate Students: Prof. Leana Golubchik, Computer Science Department Bassem Abdouni, Adam W.-J. Lee 2. Statement of Project Goals Quality

More information

IP Network Emulation

IP Network Emulation Developing and Testing IP Products Under www.packetstorm.com 2017 PacketStorm Communications, Inc. PacketStorm is a trademark of PacketStorm Communications. Other brand and product names mentioned in this

More information

Chapter - 1 INTRODUCTION

Chapter - 1 INTRODUCTION Chapter - 1 INTRODUCTION Worldwide Interoperability for Microwave Access (WiMAX) is based on IEEE 802.16 standard. This standard specifies the air interface of fixed Broadband Wireless Access (BWA) system

More information

CCIE SP Operations Written Exam v1.0

CCIE SP Operations Written Exam v1.0 Cisco 350-060 CCIE SP Operations Written Exam v1.0 Version: 5.0 QUESTION NO: 1 DRAG DROP Cisco 350-060 Exam Answer: Critical Section Loss of Signal (SLOS) Critical Section Loss of Frame (SLOF) Major Alarm

More information

Chapter -5 QUALITY OF SERVICE (QOS) PLATFORM DESIGN FOR REAL TIME MULTIMEDIA APPLICATIONS

Chapter -5 QUALITY OF SERVICE (QOS) PLATFORM DESIGN FOR REAL TIME MULTIMEDIA APPLICATIONS Chapter -5 QUALITY OF SERVICE (QOS) PLATFORM DESIGN FOR REAL TIME MULTIMEDIA APPLICATIONS Chapter 5 QUALITY OF SERVICE (QOS) PLATFORM DESIGN FOR REAL TIME MULTIMEDIA APPLICATIONS 5.1 Introduction For successful

More information

Simulation Study for a Broadband Multimedia VSAT Network

Simulation Study for a Broadband Multimedia VSAT Network Simulation Study for a Broadband Multimedia Yi Qian, Rose Hu, and Hosame Abu-Amara Nortel s 2201 Lakeside Blvd., Mail Stop 992-02-E70 Richardson, Texas 75082, USA Phone: 972-685-7264 Fax: 972-685-3463

More information

PhD Research Project Proposal. Wireless Mesh Networks Impact on Voice over IP (WishNetVoIP)

PhD Research Project Proposal. Wireless Mesh Networks Impact on Voice over IP (WishNetVoIP) PhD Research Project Proposal Wireless Mesh Networks Impact on Voice over IP (WishNetVoIP) Principal Investigator (Mohammad Tariq Meeran) meeran@tlu.ee Institute of Informatics, Tallinn University 2014-2017

More information

International Journal of Advancements in Technology

International Journal of Advancements in Technology International Journal of Advancements in Technology ISSN: 0976-4860 International Journal of Advancements in Technology Amjad, Int J Adv Technol 2019, 10:1 DOI: 10.4172/0976-4860.1000221 Research Article

More information

Real-time Communications Security and SDN

Real-time Communications Security and SDN Real-time Communications Security and SDN 2016 [Type here] Securing the new generation of communications applications, those delivering real-time services including voice, video and Instant Messaging,

More information

Lecture 4: Introduction to Computer Network Design

Lecture 4: Introduction to Computer Network Design Lecture 4: Introduction to Computer Network Design Instructor: Hussein Al Osman Based on Slides by: Prof. Shervin Shirmohammadi Hussein Al Osman CEG4190 4-1 Computer Networks Hussein Al Osman CEG4190 4-2

More information

Impact of End-to-end QoS Connectivity on the Performance of Remote Wireless Local Networks

Impact of End-to-end QoS Connectivity on the Performance of Remote Wireless Local Networks Impact of End-to-end QoS Connectivity on the Performance of Remote Wireless Local Networks Veselin Rakocevic School of Engineering and Mathematical Sciences City University London EC1V HB, UK V.Rakocevic@city.ac.uk

More information

Advanced Lab in Computer Communications Meeting 6 QoS. Instructor: Tom Mahler

Advanced Lab in Computer Communications Meeting 6 QoS. Instructor: Tom Mahler Advanced Lab in Computer Communications Meeting 6 QoS Instructor: Tom Mahler Motivation Internet provides only single class of best-effort service. Some applications can be elastic. Tolerate delays and

More information

QoS /QoE in the context of videoconferencing services over LTE/4G networks.

QoS /QoE in the context of videoconferencing services over LTE/4G networks. QoS /QoE in the context of videoconferencing services over LTE/4G networks. NDIAYE Maty PhD student within France Telecom / Orange Labs ETSI workshop on telecommunications quality matters 28/11/2012, Vienna

More information

A Scalable QoS Device for Broadband Access to Multimedia Services

A Scalable QoS Device for Broadband Access to Multimedia Services University of Duisburg-Essen, Institute for Experimental Mathematics A Scalable QoS Device for Broadband Access to Multimedia Services Dr. University of Duisburg-Essen, Germany dreibh@iem.uni-due.de http://www.iem.uni-due.de/~dreibh

More information

Quality of Service (QoS) Provisioning in Interconnected Packed-based Networks

Quality of Service (QoS) Provisioning in Interconnected Packed-based Networks ITU Regional Standardization Forum for Africa Livingstone, Zambia 16-18 March 2016 Quality of Service (QoS) Provisioning in Interconnected Packed-based Networks Yvonne Umutoni, Quality of Service Development

More information

Evaluating the Effect of Path Diversity over QoS and QoE in a High Speed Indoor Mesh Backbone

Evaluating the Effect of Path Diversity over QoS and QoE in a High Speed Indoor Mesh Backbone Evaluating the Effect of Path Diversity over QoS and QoE in a High Speed Indoor Mesh Backbone Sandip Chakraborty 12, Sukumar Nandi Department of Computer Science and Engineering Indian Institute of Technology

More information

BROADBAND QUALITY OF SERVICE EXPERIENCE (QOSE) INDICATORSi

BROADBAND QUALITY OF SERVICE EXPERIENCE (QOSE) INDICATORSi www. broadbandasia.info www.lirneasia.net BROADBAND QUALITY OF SERVICE EXPERIENCE (QOSE) INDICATORSi 2 MARCH 213 1 www. broadbandasia.info www.lirneasia.net Contents 1 Introduction... 3 2 Dimensions of

More information

Quality of Service in the Internet

Quality of Service in the Internet Quality of Service in the Internet Problem today: IP is packet switched, therefore no guarantees on a transmission is given (throughput, transmission delay, ): the Internet transmits data Best Effort But:

More information

Quality of Service in the Internet

Quality of Service in the Internet Quality of Service in the Internet Problem today: IP is packet switched, therefore no guarantees on a transmission is given (throughput, transmission delay, ): the Internet transmits data Best Effort But:

More information

Applications and Performance Analysis of Bridging with L3 Forwarding on Wireless LANs

Applications and Performance Analysis of Bridging with L3 Forwarding on Wireless LANs Applications and Performance Analysis of Bridging with L3 Forwarding on Wireless LANs Chibiao Liu and James Yu DePaul University School of CTI Chicago, IL {cliu1, jyu}@cs.depaul.edu Abstract This paper

More information

Delay Controlled Elephant Flow Rerouting in Software Defined Network

Delay Controlled Elephant Flow Rerouting in Software Defined Network 1st International Conference on Advanced Information Technologies (ICAIT), Nov. 1-2, 2017, Yangon, Myanmar Delay Controlled Elephant Flow Rerouting in Software Defined Network Hnin Thiri Zaw, Aung Htein

More information

Chapter -6 IMPROVED CONGESTION CONTROL MECHANISM FOR REAL TIME DATA TRANSMISSION

Chapter -6 IMPROVED CONGESTION CONTROL MECHANISM FOR REAL TIME DATA TRANSMISSION Chapter -6 IMPROVED CONGESTION CONTROL MECHANISM FOR REAL TIME DATA TRANSMISSION Chapter 6 IMPROVED CONGESTION CONTROL MECHANISM FOR REAL TIME DATA TRANSMISSION 6.1 Introduction Supporting Quality of Service

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

Designing and debugging real-time distributed systems

Designing and debugging real-time distributed systems Designing and debugging real-time distributed systems By Geoff Revill, RTI This article identifies the issues of real-time distributed system development and discusses how development platforms and tools

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

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

Michael Pierce Public Utilities Regulatory Analyst, Communications Division

Michael Pierce Public Utilities Regulatory Analyst, Communications Division Item 34 (Agenda ID # 15947) Rev. 1 State of California Public Utilities Commission San Francisco M E M O R A N D U M Date : September 22, 2017 To : The Commission (Meeting of September 28, 2017) From :

More information

Large scale SPVC ATM network

Large scale SPVC ATM network Written by Paul Holland and Don Wells Large scale SPVC ATM network Introduction: Asynchronous Transfer Mode (ATM) Data Networks differ from Internet Protocol (IP) Data Networks in many ways, but one of

More information

Evaluating Enterprise-Class Wireless LANs: Real and Virtual Benchmarking. A Farpoint Group Technical Note

Evaluating Enterprise-Class Wireless LANs: Real and Virtual Benchmarking. A Farpoint Group Technical Note Evaluating Enterprise-Class Wireless LANs: Real and Virtual Benchmarking A Farpoint Group Technical Note Document FPG 2006-351.1 October 2006 F arpoint Group has spent a significant amount of time developing

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

EVALUATING THE PERFORMANCE OF MESH NETWORK PROTOCOLS FOR DISASTER SCENARIOS. Maggie Chimbwanda. BSc. Honours Computer Science

EVALUATING THE PERFORMANCE OF MESH NETWORK PROTOCOLS FOR DISASTER SCENARIOS. Maggie Chimbwanda. BSc. Honours Computer Science EVALUATING THE PERFORMANCE OF MESH NETWORK PROTOCOLS FOR DISASTER SCENARIOS by Maggie Chimbwanda A thesis submitted in partial fulfillment of the requirements for the degree of BSc. Honours Computer Science

More information

ENTERPRISE NETWORK ANALYSIS: A CASE STUDY OF THE KUWAIT CIVIL SERVICE COMMISSION COMPUTER NETWORK

ENTERPRISE NETWORK ANALYSIS: A CASE STUDY OF THE KUWAIT CIVIL SERVICE COMMISSION COMPUTER NETWORK ENTERPRISE NETWORK ANALYSIS: A CASE STUDY OF THE KUWAIT CIVIL SERVICE COMMISSION COMPUTER NETWORK Abdullah Kh. Alnusef Dr.Muhanned Alfarras Eng.nusif@gmail.com; dr.muhanned@gulfuniversity.net ABSTRACT

More information

General Troubleshooting Guidelines

General Troubleshooting Guidelines CHAPTER 2 Common VoWLAN Problems Choppy Audio / No Audio One-Way Audio Clipping, Echo Gaps in Audio / No Audio when Roaming In many cases, all of the above symptoms may be the result of problems within

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

Evolving Telecommunications to Triple Play:

Evolving Telecommunications to Triple Play: Hands-On Evolving Telecommunications to Triple Play: IPTV, VoIP and TV Delivery Systems for System Engineers-DataCom Course Description With the introduction of Next Generation Networks to telecommunications

More information

Quality of Service in the Internet. QoS Parameters. Keeping the QoS. Leaky Bucket Algorithm

Quality of Service in the Internet. QoS Parameters. Keeping the QoS. Leaky Bucket Algorithm Quality of Service in the Internet Problem today: IP is packet switched, therefore no guarantees on a transmission is given (throughput, transmission delay, ): the Internet transmits data Best Effort But:

More information

521262S Computer Networks 2 (fall 2007) Laboratory exercise #4: Multimedia, QoS and testing

521262S Computer Networks 2 (fall 2007) Laboratory exercise #4: Multimedia, QoS and testing 521262S Computer Networks 2 (fall 2007) Laboratory exercise #4: Multimedia, QoS and testing Name Student ID Signature In this exercise we will take a little look at the multimedia and Quality of Service

More information

A New Call Admission Control scheme for Real-time traffic in Wireless Networks

A New Call Admission Control scheme for Real-time traffic in Wireless Networks A New Call Admission Control scheme for Real-time traffic in Wireless Networks Maneesh Tewari and H.S. Jamadagni Center for Electronics Design and Technology, Indian Institute of Science, Bangalore, 5612

More information

PROPOSAL THESIS RESEACH IP MULTIMEDIA PACKET DELAY AND TRAFFIC ANALYSIS

PROPOSAL THESIS RESEACH IP MULTIMEDIA PACKET DELAY AND TRAFFIC ANALYSIS PROPOSAL THESIS RESEACH IP MULTIMEDIA PACKET DELAY AND TRAFFIC ANALYSIS Author DHANNY PERMATASARI PUTRI 55412110012 MAGISTER TELECOMMUNICATION PROGRAMME ELECTRO DEPARTEMENT UNIVERSITAS MERCU BUANA JAKARTA

More information

CS513/ECE506 Computer Networks Spring WLAN Performance Evaluation {March 31, 2012}

CS513/ECE506 Computer Networks Spring WLAN Performance Evaluation {March 31, 2012} WLAN Performance Evaluation {March 31, 2012} 44 points Evaluating the Performance of a WLAN in Harrington Gym Due: Tuesday, April 3, 2012 at 11:59 p.m. Introduction Assume the following scenario: Your

More information

HST-3000 Class of Service (CoS) Test Suite

HST-3000 Class of Service (CoS) Test Suite Application Note HST-3000 Class of Service (CoS) Test Suite By John Williams The development of new Internet Protocol (IP)-packet based, so called Triple-Play, services (voice, video, data) delivered over

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

QoS Configuration. Overview. Introduction to QoS. QoS Policy. Class. Traffic behavior

QoS Configuration. Overview. Introduction to QoS. QoS Policy. Class. Traffic behavior Table of Contents QoS Configuration 1 Overview 1 Introduction to QoS 1 QoS Policy 1 Traffic Policing 2 Congestion Management 3 Line Rate 9 Configuring a QoS Policy 9 Configuration Task List 9 Configuring

More information

Unit 2 Packet Switching Networks - II

Unit 2 Packet Switching Networks - II Unit 2 Packet Switching Networks - II Dijkstra Algorithm: Finding shortest path Algorithm for finding shortest paths N: set of nodes for which shortest path already found Initialization: (Start with source

More information

Seminar report IP Telephony

Seminar report IP Telephony A Seminar report On IP Telephony Submitted in partial fulfillment of the requirement for the award of degree of Bachelor of Technology in Computer Science SUBMITTED TO: www.studymafia.org SUBMITTED BY:

More information

CISCO EXAM QUESTIONS & ANSWERS

CISCO EXAM QUESTIONS & ANSWERS PrepKing Number: 642-742 Passing Score: 800 Time Limit: 120 min File Version: 61.0 http://www.gratisexam.com/ CISCO 642-742 EXAM QUESTIONS & ANSWERS Exam Name: CCNP Wireless - IUWVN Certkey QUESTION 1

More information

An efficient trigger to improve intra-wifi handover performance

An efficient trigger to improve intra-wifi handover performance An efficient trigger to improve intra-wifi handover performance Roberta Fracchia, Guillaume Vivier Motorola Labs, Parc les Algorithmes, Saint-Aubin, 91193 Gif-sur-Yvette, France Abstract Seamless mobility

More information

exam. Number: Passing Score: 800 Time Limit: 120 min CISCO Deploying Cisco Wireless Enterprise Networks. Version 1.

exam. Number: Passing Score: 800 Time Limit: 120 min CISCO Deploying Cisco Wireless Enterprise Networks. Version 1. 300-365.exam Number: 300-365 Passing Score: 800 Time Limit: 120 min CISCO 300-365 Deploying Cisco Wireless Enterprise Networks Version 1.0 Exam A QUESTION 1 The customer has deployed C7960 phones with

More information

CUE-10: Moderation Page 1. Comparative Usability Evaluation 10. Moderation. Observing usability test moderators

CUE-10: Moderation Page 1. Comparative Usability Evaluation 10. Moderation. Observing usability test moderators CUE-10: Moderation Page 1 Comparative Usability Evaluation 10 Moderation Observing usability test moderators Workshop: Boston, MA, USA, Wednesday 9 May 2018 CUE-10: Moderation Page 2 Call For Participation

More information

Quality-of-Service Option for Proxy Mobile IPv6

Quality-of-Service Option for Proxy Mobile IPv6 Internet Engineering Task Force (IETF) Request for Comments: 7222 Category: Standards Track ISSN: 2070-1721 M. Liebsch NEC P. Seite Orange H. Yokota KDDI Lab J. Korhonen Broadcom Communications S. Gundavelli

More information

PRIVACY AND TRUST-AWARE FRAMEWORK FOR SECURE ROUTING IN WIRELESS MESH NETWORKS

PRIVACY AND TRUST-AWARE FRAMEWORK FOR SECURE ROUTING IN WIRELESS MESH NETWORKS PRIVACY AND TRUST-AWARE FRAMEWORK FOR SECURE ROUTING IN WIRELESS MESH NETWORKS 1 PRASHANTH JAYAKUMAR, 2 P.S.KHANAGOUDAR, 3 VINAY KAVERI 1,3 Department of CSE, GIT, Belgaum, 2 Assistant Professor, Dept.

More information

Evaluation of Routing Protocols for Mobile Ad hoc Networks

Evaluation of Routing Protocols for Mobile Ad hoc Networks International Journal of Soft Computing and Engineering (IJSCE) Evaluation of Routing Protocols for Mobile Ad hoc Networks Abstract Mobile Ad hoc network is a self-configuring infrastructure less network

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

Unified Communications Express AM

Unified Communications Express AM Cisco 646-223 Unified Communications Express AM Version: 6.0 QUESTION NO: 1 The IT manager from a prospective client organization explains that their network is overloaded. The network has been in use

More information

XV International PhD Workshop OWD 2013, October Ensuring quality of service in computer networks based on IPv4 and IPv6

XV International PhD Workshop OWD 2013, October Ensuring quality of service in computer networks based on IPv4 and IPv6 XV International PhD Workshop OWD 2013, 19 22 October 2013 Ensuring quality of service in computer networks based on IPv4 and IPv6 M.Sc. Paweł Onyśków, University of Zielona Góra Faculty of Electrical

More information

Efficient Implementation of VoIP Over VPN w.r.t Packet Delay and Data Security

Efficient Implementation of VoIP Over VPN w.r.t Packet Delay and Data Security Efficient Implementation of VoIP Over VPN w.r.t Packet Delay and Data Security ABSTRACT Muhammad Wasim Abbas Ashraf * & Ahsan Raza Sattar ** *Computer Science, University of Agriculture, Faisalabad, Punjab,

More information

Performance Evaluation of Video Streaming in Multihop Wireless Mesh Networks

Performance Evaluation of Video Streaming in Multihop Wireless Mesh Networks Performance Evaluation of Video Streaming in Multihop Wireless Mesh Networks Xiaolin Cheng Prasant Mohapatra Sung-Ju Lee Sujata Banerjee Department of Computer Science, University of California at Davis,

More information

Packet aggregation for Voice over Internet Protocol on wireless mesh networks

Packet aggregation for Voice over Internet Protocol on wireless mesh networks UNIVERSITY OF THE WESTERN CAPE Packet aggregation for Voice over Internet Protocol on wireless mesh networks by Docas Dudu Zulu Supervisor: Dr William D Tucker A thesis submitted in fulfillment of the

More information

Performance and Evaluation of Integrated Video Transmission and Quality of Service for internet and Satellite Communication Traffic of ATM Networks

Performance and Evaluation of Integrated Video Transmission and Quality of Service for internet and Satellite Communication Traffic of ATM Networks Performance and Evaluation of Integrated Video Transmission and Quality of Service for internet and Satellite Communication Traffic of ATM Networks P. Rajan Dr. K.L.Shanmuganathan Research Scholar Prof.

More information