Mesh Network Testbed and Video Stream Measurement

Size: px
Start display at page:

Download "Mesh Network Testbed and Video Stream Measurement"

Transcription

1 Mesh Network Testbed and Video Stream Measurement Nan Li Abstract In this project, we set up a mesh network testbed with nine desktops and three laptops. We install on desktop two Atheros radio cards and one wispy device to implement a flexibility test environment for mesh network, multi-radios network and measurement based network experiments. Each laptop has one Atheros PCMCIA radio card, which can implement the mobile situation for network measurement. The project is the foundation of the future mesh network research. In order to study the efficiency of the testbed, we used this testbed to measure some basic characteristics of the wireless link and ran a video stream application over the testbed, measuring the video performance with different traffic conditions. I. INTRODUCTION Wireless networks, such as , have enjoyed an unprecedented adoption rate in recent years, and their deployment continues to grow. Using to implement the mesh network is one of hot topics. Mesh networking is a way to route data, voice, and video among nodes. It allows for continuous connections and reconfiguration around broken or blocked paths by hopping from node to node until the destination is reached. In this area, there are a lot of research problems which are open for academic research, such as security, routing protocol, cross layer design, and so on. To prove the correctness of research result or evaluate the performance of algorithms, there are two different approaches. One of them is using software simulator, such as NS-2, which provides substantial support for simulation of TCP, routing, and multicast protocols over wired and wireless network. The advantages of using software simulator are the low cost for large scale test and quick implementation of new protocol without considering other layer s detail. The disadvantages are there is always gaps between the real system and simulation models, since it is impossible to simulate all hardware and communication link situations with software simulator. The other approach is using physical computers to set up a testbed, and implementing the real system on it. It is a necessary way to complement software simulator. Ideally, the testbed shall have at least the following characteristics. 1) Open source driver and routing protocol. Most research work with link layer and routing layer. An open source implementation provides the possibility to change behaviors of these two layers. 2) Enough computing capability. Because most research is focused on improving the network throughput, speed up the converging of algorithm and so on. During performance test, the CPU, memory and hard disk should not be the bottleneck which impacts the test result. In this project, we used the testbed to test the wireless link characteristics and ran a multimedia application over the testbed to measure the video performance via traffic congestion situation. The rest of paper is structured as follows. Section 2 gives a brief overview of one of multimedia formats, MPEG4, and introduction of how to evaluate video performance. Section 3 describes the details testbed setup. The test process and results are explained in detail in section 4. Section 5 gives the final conclusion and further work. II. BASIC CONCEPTIONS OF VIDEO With the computer ability improvement, the multimedia applications have become the one of most popular topics. From sound to video, the current computer can provide high performance multimedia services. Especially under the development of network technology, the bandwidth of network gives the possibility of real-time multimedia services. To apply the video application over mesh network is interesting. Base on mesh network, there are a lot of useful services that possible, such as wireless surveillance system. Using wireless to replace wire, the surveillance system s cost will be dramatically reduced and its deployment would be much easier. However, whether the mesh network can provide video service as good as wired network is still an issue. Generally, the video transmission requires high throughput on network. To evaluate the video performance over mesh network, we briefly introduce some basic concepts about multimedia here. A. YUV Format The YUV format defines a color space in terms of one luminance and two chrominance components. YUV is used in the analog variant of the PAL system of television broadcasting, which is the standard in many counts. In video system, if a video file uses the YUV format to express the frames of video, that is the raw video format without any compression. Those files are usually large and have the extension name *.yuv. The advantage of YUV is that some of the information can be discarded in order to reduce bandwidth. The human eye has fairly little color sensitivity: the accuracy of the brightness information of the luminance channel has far more impact on the image discerned than that of the other two. In this project, we will convert the compressed video stream to YUV format in order to measure the performance.

2 B. MPEG4 MPEG4 is the successor of the audio and video compression standards MPEG1 and MPEG2, which were developed to make video and audio streaming possible in environments with limited bandwidth or storage space. MPEG-4 audio visual scenes are composed of several media objects, organized in a hierarchical fashion. At the leaves of the hierarchy, we find primitive media objects, such as: Still images (e.g. as a fixed background); Video objects (e.g. a talking person - without the background; Audio objects (e.g. the voice associated with that person, background music); Using the MPEG4 as the video codec to stream the video over mesh network, there are the following advantages. Complexity scalability in the encoder allows encoders of different complexity to generate valid and meaningful bit streams for a given texture, image or video. Complexity scalability in the decoder allows a given texture, image or video bit stream to be decoded by decoders of different levels of complexity. The reconstructed quality, in general, is related to the complexity of the decoder used. This may entail that less powerful decoders decode only a part of the bit stream. Spatial scalability allows decoders to decode a subset of the total bit stream generated by the encoder to reconstruct and display textures, images and video objects at reduced spatial resolution. A maximum of 11 levels of spatial scalability are supported in so-called finegranularity scalability, for video as well as textures and still images. Temporal scalability allows decoders to decode a subset of the total bit stream generated by the encoder to reconstruct and display video at reduced temporal resolution. A maximum of three levels are supported. Quality scalability allows a bit stream to be parsed into a number of bit stream layers of different bit rate such that the combination of a subset of the layers can still be decoded into a meaningful signal. The bit stream parsing can occur either during transmission or in the decoder. The reconstructed quality, in general, is related to the number of layers used for decoding and reconstruction. Fine Grain Scalability combination of the above in fine grain steps, up to 11 steps. The detailed information about MPEG4 can be found at [3]. With the limitation of wireless bandwidth and each mesh node s capability, the scalability of MPEG4 give us the most flexibility to design the strategy transmission. C. PSNR Generally, the quality of a video is a subject of personal opinion, so this means that quality of service improvement for video transmission has the only goal to satisfy the average human being watching the content of the video. The MOS (mean opinion score) is a scientific criterion for that average opinion, but in order to measure it, many people have to be involved. The PSNR (peak signal to noise ratio) is a way to measure image quality in an objective way, pixel by pixel, but it totally neglects influence of the image contents, viewing conditions, and personal preferences, so it is not equivalent to MOS. However, because the PSNR can provide the objective way to measure the video quality, we can use it in our project as a comparison metric. The PSNR is defined as the ratio of the maximum value of an image to the root mean square error (RMSE). In the equations below f(i, j) is the original image with N N pixels and F (i, j) is the image reconstructed from the encoded version of f(i, j): [f(i, j) F (i, j)] 2 MSE = N 2 (1) RMSE = MSE (2) P SNR = 20 log 10 ( MAX RMSE ) (3) Usually, we only calculate the luminance of each pixel, and the MAX means the maximum of RMSE. A. Hardware III. TESTBED ENVIRONMENT We set up the mesh network with two kinds of machine for different test goals. 1) Laptops: Using three laptops to setup a dynamic mesh network. Because it is very easy to change the laptop s location and their distance between each other, we can test the mesh network s dynamic performance. Those laptops includes one IBM ThinkPad T42, one IBM ThinkPad T22, and one Dell Latitude D600. All laptops CPUs are at least PIII 1GHz and the memory have at least 256MB, which provide enough capability to support the network performance test. That means during the throughput degradation, the bottleneck is not the CPU or memory. (Additional measurement of CPU and memory usage are required.) We disable the integrated radio card because we do not know whether that radio card can support ad hoc mode as we want. We uses the radio card with Atheros Communications, Inc. AR abg NIC. 2) Desktops: Using nine desktops to setup a static mesh network. Each desktop has 4 PCI slots which provide the capability of multiple radio cards. We install two identical radio cards in each desktop. Those desktops are Dell DX340, with Intel P4 1.8GHz CPU and 512MB Memory. The two radio cards are Atheros Communications, Inc. AR abg NIC with PCI adapter and external antenna. Additional, we installed a wispy device in each desktop. The Wi-Spy is a small 2.4GHz spectrum analyzer with USB interface, which can be used monitor the interference from Wi- Fi( b/g/n), microwave ovens, cordless phones, zigbee

3 Fig. 1. Desktops deploy map and bluetooth. The detailed information can be found at The desktops are deployed in Olsen Hall 3rd floor, from room 302 to 307. The deployment is shown in Figure 1. We try to deploy those desktops as separated as possible and guarantee they can setup a integrated mesh network simultaneously. B. Software 1) Platform: All of machines have the Linux/Ubuntu 5.10 operating system. The kernel version is i686 GNU/Linux. 2) Radio card driver: We installed Madwifi driver of version number Madwifi is an open source project for Linux device driver of wireless LAN chipsets from Atheros. Using this driver, we can tune some parameters of the radio card and can also fetch the radio card s information. The detailed information can be found at 3) Click/Grid: We installed the Click with MIT GRID package. Click is an open-source project on Linux and BSD platform. It was originally developed at MIT with subsequent development at Mazu Networks, ICIR and UCLA. Using this software, we can develop our own routing layer with specific different behaviors. The click provides lots of basic elements which can be used to handle the network packets. Additional, there are many external packages, which give a powerful extension of Click. The MIT Grid package is one of them. The detailed information can be found at The Grid software implements the DSDV (Destination- Sequenced Distance-Vector Routing) and DSR (Dynamic Source Routing) protocols for routing in ad hoc mobile wireless networks. DSDV was designed by Charles Perkins and Pravin Bhagwat; it is described in [1]. The Grid DSDV implementation aims to conform as closely as possible to the protocol as described by Perkins and Bhagwat, and as implemented by the CMU/Rice Monarch group in their wireless extensions to the NS simulator. The detailed information can be found at We use the Click/Grid to set up our ad hoc network with the DSDV routing protocol. 4) VLC: We installed the VLC(VideoLAN) media player on each machine. The VLC is a highly portable multimedia player for various audio and video formats (MPEG-1, MPEG- 2, MPEG-4, DivX, mp3, ogg,...) as well as DVDs, VCDs, and various streaming protocols. It can also be used as a server to stream in unicast or multicast in IPv4 or IPv6 on a highbandwidth network. The detailed information can be found at We used the VLC as the sender and receiver to stream the video file over mesh network 5) EvalVid[2]: We installed the EvalVid (A Video Quality Evaluation Tool Set) on each machine. EvalVid is a framework and tool-set for evaluation of the quality of video transmitted over a real or simulated communication network. The software is developed by Telecommunication Networks Group from Technischen University at Berlin.It is targeted for evaluating network designs and setups in terms of user perceived video quality. Besides measuring QoS parameters of the underlying network, like loss rates, delays, and jitter, a subjective video quality evaluation of the received video is provided. Currently H.263, MPEG-4 and H.263 are supported. The detailed information can be found at We used the EvalVid to calculate the received file s PSNR. 6) FFMPEG: We installed the FFMPGE on each machine. The FFmpeg is a Fraps FPS1 video decoder, which provide the function of encoding/decoding the MP4 file in our project. The detail information can be found at We use the ffmpeg to convert the video file between *.mp4 with *.yuv. 7) Iperf: Install the Iperf on each machine. Iperf is an open source project which is used to measure the TCP and UDP bandwidth performance over network, report the bandwidth, delay jitter and datagram loss. The detailed information can be found at We used the iperf to measure the network performance and simulate the situation of network congestion. 8) Others: Besides those softwares mentioned above, we also used some useful softwares, such as expect, for our automatic testing. IV. EXPERIMENTS A. Single wireless link maximum throughput For the current radio card, it supports a,b and g, there are totally 29 channels which are used by a,b and g. We first measured the ideal wireless link maximum throughput in our desktops via different channel. Because the complex frequency situation in room 302, we chose the desktops in room 307 with number 06 and 07 to test the wireless link maximum throughput. They are as far as possible from room 302, and the two desktops are very close each other. We first disabled all those test-bed radios and use the tool provided by madwifi to scan the current radio environment.

4 TABLE I MAX THROUGHPUT VIA DIFFERENT CHANNEL TABLE III CROSS CHANNEL OVERHEAR Channel(b/g) Max Throughput Channel(a) Max Throughput Mbps Mbps Mbps Mbps Mbps Mbps Mbps Mbps Mbps Mbps TABLE II MAX THROUGHPUT VIA CROSS CHANNEL INTERFERENCE Max Throughput Interference channel Channel difference 16.2 Mbps Mbps Mbps Mbps 11 5 wlanconfig ath0 list scan The result shows there are eight active APs at 2.4GHz(802.11b/g) frequency band, and no AP active at 5GHz(802.11a) frequency band. For the active AP, the most strong beacon SNR is 30dB. However, if we enable desktop 06 and measure its active signal from desktop 07, the signal s SNR can reach 74dB. So in this environment, comparing with our test signal, the other APs strength is very weak. We enabled only one radio card in each desktop 06 and 07, startup the Click/Dsdv in background and waited for they set up the route table each other. After that, we started up iperf with server mode at desktop 06 and executed iperf with client mode at desktop 07 to measure the maximum UDP throughput between them. The test result is shown at table I. Each test case continued 150 seconds to average out the fluctuation of throughput. From the result we can see, there is no obvious difference with different channels in the same protocol. However, the protocol g has a little lower throughput than a, that maybe be caused by the 8 active APs in g. B. Cross channel interference In this test, we set up the DSDV protocol on desktop 06 and 07 both with the radio card ath0. And during the measuring maximum throughput with the two machines (just as the test above), we sent broadcast packets from the other radio card ath1 with different channel. By this way, we measured cross channel interference via different channel intervals. In the test, we set the ath0 at channel 6, and changed the ath1 with a different channel. The iperf running parameters are same as above, and broadcast packets were produced with 100 per second and 64 bytes per packet. The test result is shown in Table II. Receive channel num Channel interval Receive packet num From the result we can see, the impact of cross channel interference decreased with the channel intervals. If the interference is from 5 channels away, the impact can be ignored. To further examine the cross channel interference, we performed the test of cross channel overhearing test. C. Cross channel overhearing b and g as well as n when using the 2.4 GHz band divide the 2.4 GHz spectrum into 14 overlapping, staggered channels whose center frequencies are 5 megahertz (MHz) apart. The b, and g standards do not specify the width of a channel; rather, they specify the center frequency of the channel and a spectral mask for that channel. The spectral mask for b requires that the signal be attenuated by at least 30 db from its peak energy at ±11 MHz from the center frequency, and attenuated by at least 50 db from its peak energy at ±22 MHz from the center frequency. In this test, we sent the broadcast packets at a fixed channel, and received the broadcast from other desktop with a different channel. The test desktops are 06 and 07 again. The sending channel is 3, and receiving at another channel. Each time, we send 100 packets, and check how many packets were been received. The result is show in Table III. Comparing with the description of specification, we can find cross channel overhearing within 3 channels (±11MHz) is very strong. And from 3 to 5 channels (from ±11MHz to ±22MHz), it dropped. The overhear can be ignored at 5 channels away. D. Stream video over single hop In this test, we streamed a video file over mesh network by laptops. We first set up the DSDV protocol with channel 2 on laptop 1 and 2, and then used VLC software to stream a mpeg4 file from laptop 1 to laptop 2 by UDP, both laptops are in the room 302. Simultaneously, we used the iperf to send UDP packet over the same link (same channel). By this way,

5 TABLE IV SINGLE HOP PSNR UDP data rate Packet loss rate Mean PSNR 23.5 Mbps 0.39% db 30.0 Mbps 17.00% db 32.0 Mbps 24.00% db 35.0 Mbps 30.00% db TABLE V TWO HOPS PSNR UDP data rate Packet loss rate Mean PSNR 22.1 Mbps 1.30% db 25.0 Mbps 15.20% db 29.0 Mbps 34.30% db we can simulate the different traffic congestion by changing the iperf parameters. The iperf can report the delivery percent of UDP packet, since the packets are no priority in our system, we can assume that the iperf delivery percent is roughly same as the VLC delivery percent. We saved the received video stream in a file, and using the EvalVid software to calculate the PSNR by comparing the received file and original file. The result is shown in Table IV. a mesh network framework. Base on this test-bed, we measured three basic wireless link characteristics, and also applied a stream video application over it. Currently, there are still some problems that need to be resolved, such as the frequency environment impacts to the test, and DSDV protocol still have some unexpected behaviours. We plan to Set up DSR protocol on the test-bed and see whether there is reliability improvement comparing with DSDV. Measure the frequency distribution by wispy, and try to setup the relationship between the wispy output with traffic situation. Develop an automatic software kits or framework to evaluate a given network performance, including the all over network throughput, network delay and jitter, stability in mobile situation and so on. This project is only a start up of our future work and it provides a necessary platform for our research. REFERENCES [1] Charles E. Perking and Pravin Bhagwat. Highly Dynamic Destination- Sequenced Distance-Vector Routing (DSDV) for Mobile Computers. In SIGCOMM [2] Jirka Klaue, Berthold rathke and Adam Wolisz. Evalvid - A framework for Video Transmission and Quality Evaluation. [3] ISO/IEC JTC1/SC29/WG11 N4668 March 2002 Overview of the MPEG- 4 Standard. From the result we can see, during the UDP data rate increase, the packet loss rate increases and the mean of PSNR drops. In theory, the PSNR should be positively infinite when the loss rate is very low. However, the MPEG4 is Lossy Compression algorithms, it can not guarantee that they are identical after compress and decompress. So even the loss rate is 0.39%, the PSNR is just a relatively large value but not positively infinite. E. Stream video over multiple hops Additionally, we test the streaming video over multiple hops. We used three laptops to setup a mesh network with two hops, and use the same way to test the stream video over two hops mesh network. The result is shown in Table V. From the result we can see, the mean PSNR via different packet loss rate is almost same as the single hop situation. However, to produce the same packet loss rate, the UDP data rate of two hops is lower than single hops. Actually, even in the single hop situation, the packet loss rate varies with time dramatically. Since the test environment have a lot of other active signals in the 2.4GHz, so the link performance is unstable. V. CONCLUSION AND FUTURE WORK In this project, we set up an mesh network testbed using laptops and desktops. Install necessary software to implement

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

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

More information

Performance Measurement of Wireless LAN Using Open Source

Performance Measurement of Wireless LAN Using Open Source Performance Measurement of Wireless LAN Using Open Source Vipin M Wireless Communication Research Group AU KBC Research Centre http://comm.au-kbc.org/ 1 Overview General Network Why Network Performance

More information

Measure wireless network performance using testing tool iperf

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

More information

A Tool for Multimedia Quality Assessment in NS3: QoE Monitor

A Tool for Multimedia Quality Assessment in NS3: QoE Monitor A Tool for Multimedia Quality Assessment in NS3: QoE Monitor D. Saladino, A. Paganelli, M. Casoni Department of Engineering Enzo Ferrari, University of Modena and Reggio Emilia via Vignolese 95, 41125

More information

SmartDiagnostics Application Note Wireless Interference

SmartDiagnostics Application Note Wireless Interference SmartDiagnostics Application Note Wireless Interference Publication Date: May 27, 2015 KCF Technologies, Inc. Background The SmartDiagnostics wireless network is an easy to install, end-to-end machine

More information

University of Modena and Reggio Emilia. Laboratorio di Comunicazioni Multimediali EVALVID. Daniela Saladino (daniela.saladino@unimore.

University of Modena and Reggio Emilia. Laboratorio di Comunicazioni Multimediali EVALVID. Daniela Saladino (daniela.saladino@unimore. University of Modena and Reggio Emilia Laboratorio di Comunicazioni Multimediali EVALVID Daniela Saladino (daniela.saladino@unimore.it) Features and Target Complete framework and tool-set for video quality

More information

Optimizing Wireless Networks.

Optimizing Wireless Networks. from the makers of inssider Optimizing Wireless Networks. Over the past few years, MetaGeek has created tools to help users optimize their wireless networks. MetaGeek s tools help visualize the physical

More information

Multicast Video Streaming over WiFi Networks: Impact of Multipath Fading and Interference

Multicast Video Streaming over WiFi Networks: Impact of Multipath Fading and Interference Multicast Video Streaming over WiFi Networks: Impact of Multipath Fading and Interference Shafqat Ur Rehman, Thierry Turletti, and Walid Dabbous INRIA Sophia Antipolis, France {shafqat-ur.rehman, thierry.turletti,

More information

Video compression: Performance of available codec software

Video compression: Performance of available codec software Video compression: Performance of available codec software Introduction. Digital Video A digital video is a collection of images presented sequentially to produce the effect of continuous motion. It takes

More information

LTE, WLAN, BLUETOOTHB

LTE, WLAN, BLUETOOTHB LTE, WLAN, BLUETOOTHB AND Aditya K. Jagannatham FUTURE Indian Institute of Technology Kanpur Commonwealth of Learning Vancouver 4G LTE LTE (Long Term Evolution) is the 4G wireless cellular standard developed

More information

Multimedia Data Transmission over Wired/Wireless Networks

Multimedia Data Transmission over Wired/Wireless Networks Multimedia Data Transmission over Wired/Wireless Networks Bharat Bhargava Gang Ding, Xiaoxin Wu, Mohamed Hefeeda, Halima Ghafoor Purdue University Website: http://www.cs.purdue.edu/homes/bb E-mail: bb@cs.purdue.edu

More information

Networked AV Systems Pretest

Networked AV Systems Pretest Networked AV Systems Pretest Instructions Choose the best answer for each question. Score your pretest using the key on the last page. If you miss three or more out of questions 1 11, consider taking Essentials

More information

(Refer Slide Time: 01:46)

(Refer Slide Time: 01:46) Data Communication Prof. A. Pal Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur Lecture - 38 Multimedia Services Hello viewers, welcome to today's lecture on multimedia

More information

A Wireless Mesh Network NS-3 Simulation Model: Implementation and Performance Comparison With a Real Test-Bed

A Wireless Mesh Network NS-3 Simulation Model: Implementation and Performance Comparison With a Real Test-Bed A Wireless Mesh Network NS-3 Simulation Model: Implementation and Performance Comparison With a Real Test-Bed Dmitrii Dugaev, Eduard Siemens Anhalt University of Applied Sciences - Faculty of Electrical,

More information

ADVANTAGES OF AV OVER IP. EMCORE Corporation

ADVANTAGES OF AV OVER IP. EMCORE Corporation ADVANTAGES OF AV OVER IP More organizations than ever before are looking for cost-effective ways to distribute large digital communications files. One of the best ways to achieve this is with an AV over

More information

D1.2 Network Load Balancing

D1.2 Network Load Balancing D1. Network Load Balancing Ronald van der Pol, Freek Dijkstra, Igor Idziejczak, and Mark Meijerink SARA Computing and Networking Services, Science Park 11, 9 XG Amsterdam, The Netherlands June ronald.vanderpol@sara.nl,freek.dijkstra@sara.nl,

More information

Guide for wireless environments

Guide for wireless environments Sanako Study Guide for wireless environments 1 Contents Sanako Study... 1 Guide for wireless environments... 1 What will you find in this guide?... 3 General... 3 Disclaimer... 3 Requirements in brief...

More information

How To Analyze The Security On An Ipa Wireless Sensor Network

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

More information

Broadband Networks. Prof. Dr. Abhay Karandikar. Electrical Engineering Department. Indian Institute of Technology, Bombay. Lecture - 29.

Broadband Networks. Prof. Dr. Abhay Karandikar. Electrical Engineering Department. Indian Institute of Technology, Bombay. Lecture - 29. Broadband Networks Prof. Dr. Abhay Karandikar Electrical Engineering Department Indian Institute of Technology, Bombay Lecture - 29 Voice over IP So, today we will discuss about voice over IP and internet

More information

THE BCS PROFESSIONAL EXAMINATIONS BCS Level 5 Diploma in IT. October 2009 EXAMINERS' REPORT. Computer Networks

THE BCS PROFESSIONAL EXAMINATIONS BCS Level 5 Diploma in IT. October 2009 EXAMINERS' REPORT. Computer Networks THE BCS PROFESSIONAL EXAMINATIONS BCS Level 5 Diploma in IT October 2009 EXAMINERS' REPORT Computer Networks General Comments The responses to questions were of marginally better quality than April 2009

More information

PERFORMANCE ANALYSIS OF AODV, DSR AND ZRP ROUTING PROTOCOLS IN MANET USING DIRECTIONAL ANTENNA

PERFORMANCE ANALYSIS OF AODV, DSR AND ZRP ROUTING PROTOCOLS IN MANET USING DIRECTIONAL ANTENNA International Research Journal of Engineering and Technology (IRJET) e-issn: -00 Volume: 0 Issue: 0 Oct-01 www.irjet.net p-issn: -00 PERFORMANCE ANALYSIS OF AODV, DSR AND ZRP ROUTING PROTOCOLS IN MANET

More information

Final for ECE374 05/06/13 Solution!!

Final for ECE374 05/06/13 Solution!! 1 Final for ECE374 05/06/13 Solution!! Instructions: Put your name and student number on each sheet of paper! The exam is closed book. You have 90 minutes to complete the exam. Be a smart exam taker -

More information

IJMIE Volume 2, Issue 7 ISSN: 2249-0558

IJMIE Volume 2, Issue 7 ISSN: 2249-0558 Evaluating Performance of Audio conferencing on Reactive Routing Protocols for MANET Alak Kumar Sarkar* Md. Ibrahim Abdullah* Md. Shamim Hossain* Ahsan-ul-Ambia* Abstract Mobile ad hoc network (MANET)

More information

Using Wireless Mesh Networks for Video Surveillance Version: 1. Using Wireless Mesh Networks for Video Surveillance

Using Wireless Mesh Networks for Video Surveillance Version: 1. Using Wireless Mesh Networks for Video Surveillance Using Wireless Networks for Video Surveillance Version: 1 White Paper Using Wireless Networks for Video Surveillance Using Wireless Networks for Video Surveillance Version: 1 White Paper Table of Contents

More information

Unmatched RF Spectrum Analysis

Unmatched RF Spectrum Analysis Datasheet: AirMagnet Spectrum XT AirMagnet Spectrum XT is the industry s first professional spectrum analyzer solution that combines in-depth RF analysis with real-time WLAN information for quicker and

More information

Deliberant.com, 2011. Technology review

Deliberant.com, 2011. Technology review Technology review 11N advantages Parameter 802.11a/g 802.11n 2x2 Improvement factor Data rate, Mbps 108 300 2.7x Max throughput, h t Mbps 45 150 3.3x3 Spectral efficiency, bit/hz 1.125 3.75 3.3x Signal

More information

An Introduction to VoIP Protocols

An Introduction to VoIP Protocols An Introduction to VoIP Protocols www.netqos.com Voice over IP (VoIP) offers the vision of a converged network carrying multiple types of traffic (voice, video, and data, to name a few). To carry out this

More information

Narrow Bandwidth Streaming Video Codec

Narrow Bandwidth Streaming Video Codec Software Requirements Specification for Narrow Bandwidth Streaming Video Codec Version 1.0 approved Internal Supervisors Dr. Shantha Frenando Dr. Chathura de Silva External Supervisors Mr. Harsha Samarawicrama

More information

Universal Form-factor. Wi Fi Troubleshooting Made Easy

Universal Form-factor. Wi Fi Troubleshooting Made Easy AirMedic USB AirMedic USB is a powerful, easy-touse and affordable spectrum analysis tool that brings Wi-Fi troubleshooting to entry-level users. Built upon AirMagnet expertise in Wi-Fi troubleshooting,

More information

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

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

More information

communication over wireless link handling mobile user who changes point of attachment to network

communication over wireless link handling mobile user who changes point of attachment to network Wireless Networks Background: # wireless (mobile) phone subscribers now exceeds # wired phone subscribers! computer nets: laptops, palmtops, PDAs, Internet-enabled phone promise anytime untethered Internet

More information

TCP Behavior across Multihop Wireless Networks and the Wired Internet

TCP Behavior across Multihop Wireless Networks and the Wired Internet TCP Behavior across Multihop Wireless Networks and the Wired Internet Kaixin Xu, Sang Bae, Mario Gerla, Sungwook Lee Computer Science Department University of California, Los Angeles, CA 90095 (xkx, sbae,

More information

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

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

More information

Comparative Study of Performance Evaluation for Mobile Ad hoc networks using a proxy node

Comparative Study of Performance Evaluation for Mobile Ad hoc networks using a proxy node Comparative Study of Performance Evaluation for Mobile Ad hoc networks using a proxy node G. E. RIZOS georizos@teiep.gr D. C. VASILIADIS dvas@teiep.gr E. STERGIOU ster@teiep.gr Abstract: In this paper,

More information

Infrastructure for active and passive measurements at 10Gbps and beyond

Infrastructure for active and passive measurements at 10Gbps and beyond Infrastructure for active and passive measurements at 10Gbps and beyond Best Practice Document Produced by UNINETT led working group on network monitoring (UFS 142) Author: Arne Øslebø August 2014 1 TERENA

More information

Adaptive DCF of MAC for VoIP services using IEEE 802.11 networks

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

More information

Glossary of Terms and Acronyms for Videoconferencing

Glossary of Terms and Acronyms for Videoconferencing Glossary of Terms and Acronyms for Videoconferencing Compiled by Irene L. Ferro, CSA III Education Technology Services Conferencing Services Algorithm an algorithm is a specified, usually mathematical

More information

VOIP under: WLAN 802.11g. VS Telephone Landline. ENSC 427 Team 1 Luke Dang tld@sfu.ca Jason Tsai kta2@sfu.ca Jeffrey Tam jta6@sfu.

VOIP under: WLAN 802.11g. VS Telephone Landline. ENSC 427 Team 1 Luke Dang tld@sfu.ca Jason Tsai kta2@sfu.ca Jeffrey Tam jta6@sfu. VOIP under: WLAN 802.11g and Ethernet connection VS Telephone Landline ENSC 427 Team 1 Luke Dang tld@sfu.ca Jason Tsai kta2@sfu.ca Jeffrey Tam jta6@sfu.ca Project Website: www.sfu.ca/~kta2 2 Introduction

More information

LCMON Network Traffic Analysis

LCMON Network Traffic Analysis LCMON Network Traffic Analysis Adam Black Centre for Advanced Internet Architectures, Technical Report 79A Swinburne University of Technology Melbourne, Australia adamblack@swin.edu.au Abstract The Swinburne

More information

Region 10 Videoconference Network (R10VN)

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

More information

Demystifying Wireless for Real-World Measurement Applications

Demystifying Wireless for Real-World Measurement Applications Proceedings of the IMAC-XXVIII February 1 4, 2010, Jacksonville, Florida USA 2010 Society for Experimental Mechanics Inc. Demystifying Wireless for Real-World Measurement Applications Kurt Veggeberg, Business,

More information

For Articulation Purpose Only

For Articulation Purpose Only E305 Digital Audio and Video (4 Modular Credits) This document addresses the content related abilities, with reference to the module. Abilities of thinking, learning, problem solving, team work, communication,

More information

Impact of Ad Hoc Network Parameters and Conditions on Video Conferencing Quality

Impact of Ad Hoc Network Parameters and Conditions on Video Conferencing Quality International Journal of Video & Image Processing and Network Security IJVIPNS-IJENS Vol: 11 No: 1 19 Impact of Ad Hoc Network Parameters and Conditions on Video Conferencing Quality Arif Hidayat, Campbell

More information

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

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

More information

Site Survey and RF Design Validation

Site Survey and RF Design Validation CHAPTER 8 Site Survey Introduction In the realm of wireless networking, careful planning is essential to ensure that your wireless network performs in a manner that is consistent with Cisco s design and

More information

Transport and Network Layer

Transport and Network Layer Transport and Network Layer 1 Introduction Responsible for moving messages from end-to-end in a network Closely tied together TCP/IP: most commonly used protocol o Used in Internet o Compatible with a

More information

CT522-128 LANforge WiFIRE Chromebook 802.11a/b/g/n WiFi Traffic Generator with 128 Virtual STA Interfaces

CT522-128 LANforge WiFIRE Chromebook 802.11a/b/g/n WiFi Traffic Generator with 128 Virtual STA Interfaces 1 of 8 Network Testing and Emulation Solutions http://www.candelatech.com sales@candelatech.com +1 360 380 1618 [PST, GMT -8] CT522-128 LANforge WiFIRE Chromebook 802.11a/b/g/n WiFi Traffic Generator with

More information

White paper. Latency in live network video surveillance

White paper. Latency in live network video surveillance White paper Latency in live network video surveillance Table of contents 1. Introduction 3 2. What is latency? 3 3. How do we measure latency? 3 4. What affects latency? 4 4.1 Latency in the camera 4 4.1.1

More information

High-Density Wi-Fi. Application Note

High-Density Wi-Fi. Application Note High-Density Wi-Fi Application Note Table of Contents Background... 3 Description... 3 Theory of Operation... 3 Application Examples... Tips and Recommendations... 7 2 Background One of the biggest challenges

More information

Wave Relay System and General Project Details

Wave Relay System and General Project Details Wave Relay System and General Project Details Wave Relay System Provides seamless multi-hop connectivity Operates at layer 2 of networking stack Seamless bridging Emulates a wired switch over the wireless

More information

Power management of video transmission on wireless networks for multiple receivers

Power management of video transmission on wireless networks for multiple receivers Power management of video transmission on wireless networks for multiple receivers Christos Bouras, Kostas Stamos and Giannis Zaoudis Research Academic Computer Technology Institute and Computer Engineering

More information

White Paper. The Next Generation Video Codec Scalable Video Coding (SVC)

White Paper. The Next Generation Video Codec Scalable Video Coding (SVC) White Paper The Next Generation Video Codec Scalable Video Coding (SVC) Contents Background... 3 What is SVC?... 3 Implementations of SVC Technology: VIVOTEK as an Example... 6 Conclusion... 10 2 Background

More information

Troubleshooting Common Issues in VoIP

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

More information

Internet Video Streaming and Cloud-based Multimedia Applications. Outline

Internet Video Streaming and Cloud-based Multimedia Applications. Outline Internet Video Streaming and Cloud-based Multimedia Applications Yifeng He, yhe@ee.ryerson.ca Ling Guan, lguan@ee.ryerson.ca 1 Outline Internet video streaming Overview Video coding Approaches for video

More information

:-------------------------------------------------------Instructor---------------------

:-------------------------------------------------------Instructor--------------------- Yarmouk University Hijjawi Faculty for Engineering Technology Computer Engineering Department CPE-462 Digital Data Communications Final Exam: A Date: 20/05/09 Student Name :-------------------------------------------------------Instructor---------------------

More information

Lab Exercise 802.11. Objective. Requirements. Step 1: Fetch a Trace

Lab Exercise 802.11. Objective. Requirements. Step 1: Fetch a Trace Lab Exercise 802.11 Objective To explore the physical layer, link layer, and management functions of 802.11. It is widely used to wireless connect mobile devices to the Internet, and covered in 4.4 of

More information

Bandwidth Control in Multiple Video Windows Conferencing System Lee Hooi Sien, Dr.Sureswaran

Bandwidth Control in Multiple Video Windows Conferencing System Lee Hooi Sien, Dr.Sureswaran Bandwidth Control in Multiple Video Windows Conferencing System Lee Hooi Sien, Dr.Sureswaran Network Research Group, School of Computer Sciences Universiti Sains Malaysia11800 Penang, Malaysia Abstract

More information

From IWCMC 07 August Shing-Guo Chang

From IWCMC 07 August Shing-Guo Chang G. A. Ramanujan, Amit Thawani*, V. Sridhar Applied Research Group, Satyam Computer Services Ltd, 3rd Floor SID Block, IISc Campus, Bangalore, INDIA 560012 {Ramanujan_GA, Amit_Thawani, K. Gopinath Department

More information

AT&T Connect Video Conferencing Functional and Architectural Overview. v9.5 October 2012

AT&T Connect Video Conferencing Functional and Architectural Overview. v9.5 October 2012 AT&T Connect Video Conferencing Functional and Architectural Overview v9.5 October 2012 Video Conferencing Functional and Architectural Overview Published by: AT&T Intellectual Property Product: AT&T Connect

More information

Requirements for the Transmission of Streaming Video in Mobile Wireless Networks

Requirements for the Transmission of Streaming Video in Mobile Wireless Networks Requirements for the Transmission of Streaming Video in Mobile Wireless Networks Vasos Vassiliou, Pavlos Antoniou, Iraklis Giannakou, and Andreas Pitsillides Networks Research Group Computer Science Department

More information

Analysis of Performance of VoIP

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

More information

AN OVERVIEW OF QUALITY OF SERVICE COMPUTER NETWORK

AN OVERVIEW OF QUALITY OF SERVICE COMPUTER NETWORK Abstract AN OVERVIEW OF QUALITY OF SERVICE COMPUTER NETWORK Mrs. Amandeep Kaur, Assistant Professor, Department of Computer Application, Apeejay Institute of Management, Ramamandi, Jalandhar-144001, Punjab,

More information

A Transport Protocol for Multimedia Wireless Sensor Networks

A Transport Protocol for Multimedia Wireless Sensor Networks A Transport Protocol for Multimedia Wireless Sensor Networks Duarte Meneses, António Grilo, Paulo Rogério Pereira 1 NGI'2011: A Transport Protocol for Multimedia Wireless Sensor Networks Introduction Wireless

More information

Municipal Mesh Network Design

Municipal Mesh Network Design White Paper Municipal Mesh Network Design Author: Maen Artimy 1 Summary This document provides a wireless mesh network design for the downtown area of the Town of Wolfville, Nova Scotia. This design serves

More information

VMWARE WHITE PAPER 1

VMWARE WHITE PAPER 1 1 VMWARE WHITE PAPER Introduction This paper outlines the considerations that affect network throughput. The paper examines the applications deployed on top of a virtual infrastructure and discusses the

More information

12 Quality of Service (QoS)

12 Quality of Service (QoS) Burapha University ก Department of Computer Science 12 Quality of Service (QoS) Quality of Service Best Effort, Integrated Service, Differentiated Service Factors that affect the QoS Ver. 0.1 :, prajaks@buu.ac.th

More information

Understanding the Performance of an X550 11-User Environment

Understanding the Performance of an X550 11-User Environment Understanding the Performance of an X550 11-User Environment Overview NComputing's desktop virtualization technology enables significantly lower computing costs by letting multiple users share a single

More information

Receiving the IP packets Decoding of the packets Digital-to-analog conversion which reproduces the original voice stream

Receiving the IP packets Decoding of the packets Digital-to-analog conversion which reproduces the original voice stream Article VoIP Introduction Internet telephony refers to communications services voice, fax, SMS, and/or voice-messaging applications that are transported via the internet, rather than the public switched

More information

Solving the Wireless Mesh Multi-Hop Dilemma

Solving the Wireless Mesh Multi-Hop Dilemma Access/One Network White Paper Solving the Wireless Mesh Multi-Hop Dilemma 210-0008-01 Executive Summary 1 Introduction 2 Approaches to Wireless Mesh 4 The Multi-Hop Dilemma 6 Executive Summary A New Breed

More information

A Secure Intrusion detection system against DDOS attack in Wireless Mobile Ad-hoc Network Abstract

A Secure Intrusion detection system against DDOS attack in Wireless Mobile Ad-hoc Network Abstract A Secure Intrusion detection system against DDOS attack in Wireless Mobile Ad-hoc Network Abstract Wireless Mobile ad-hoc network (MANET) is an emerging technology and have great strength to be applied

More information

SCode CMS (Central Monitoring System) V3.5.1 (SP-501 and MP-9200)

SCode CMS (Central Monitoring System) V3.5.1 (SP-501 and MP-9200) CMS (Central Monitoring System) V3.5.1 (SP-501 and MP-9200) Technical Characteristic Multi-server and Central-server Structure The multi-server structure is an innovated design. Each Server handles a regional

More information

Propsim enabled Mobile Ad-hoc Network Testing

Propsim enabled Mobile Ad-hoc Network Testing www.anite.com Propsim enabled Mobile Ad-hoc Network Testing Anite is now part of Keysight Technologies Lab-based, end-to-end performance testing of systems using Propsim MANET channel emulation A Mobile

More information

Wireless Troubleshooting

Wireless Troubleshooting Wireless Troubleshooting Applicable Version: 10.00 onwards Applicable Models: All WiFi Models - CR15wi, CR15wiNG, CR25wi, CR25wiNG, CR35wi, CR35wiNG Connectivity Issues with Cyberoam Inbuilt Access points

More information

QOS Requirements and Service Level Agreements. LECTURE 4 Lecturer: Associate Professor A.S. Eremenko

QOS Requirements and Service Level Agreements. LECTURE 4 Lecturer: Associate Professor A.S. Eremenko QOS Requirements and Service Level Agreements LECTURE 4 Lecturer: Associate Professor A.S. Eremenko Application SLA Requirements Different applications have different SLA requirements; the impact that

More information

Quality Estimation for Scalable Video Codec. Presented by Ann Ukhanova (DTU Fotonik, Denmark) Kashaf Mazhar (KTH, Sweden)

Quality Estimation for Scalable Video Codec. Presented by Ann Ukhanova (DTU Fotonik, Denmark) Kashaf Mazhar (KTH, Sweden) Quality Estimation for Scalable Video Codec Presented by Ann Ukhanova (DTU Fotonik, Denmark) Kashaf Mazhar (KTH, Sweden) Purpose of scalable video coding Multiple video streams are needed for heterogeneous

More information

Video over IP WHITE PAPER. Executive Summary

Video over IP WHITE PAPER. Executive Summary Video over IP Executive Summary Thinking as an executive, there are pressures to keep costs down and help a company survive in this challenging market. Let us assume that company A has 10 locations and

More information

White Paper. D-Link International Tel: (65) 6774 6233, Fax: (65) 6774 6322. E-mail: info@dlink.com.sg; Web: http://www.dlink-intl.

White Paper. D-Link International Tel: (65) 6774 6233, Fax: (65) 6774 6322. E-mail: info@dlink.com.sg; Web: http://www.dlink-intl. Introduction to Voice over Wireless LAN (VoWLAN) White Paper D-Link International Tel: (65) 6774 6233, Fax: (65) 6774 6322. Introduction Voice over Wireless LAN (VoWLAN) is a technology involving the use

More information

Understanding Video Latency What is video latency and why do we care about it?

Understanding Video Latency What is video latency and why do we care about it? By Pete Eberlein, Sensoray Company, Inc. Understanding Video Latency What is video latency and why do we care about it? When choosing components for a video system, it is important to understand how the

More information

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

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

More information

Defining the Smart Grid WAN

Defining the Smart Grid WAN Defining the Smart Grid WAN WHITE PAPER Trilliant helps leading utilities and energy retailers achieve their smart grid visions through the Trilliant Communications Platform, the only communications platform

More information

QoS issues in Voice over IP

QoS issues in Voice over IP COMP9333 Advance Computer Networks Mini Conference QoS issues in Voice over IP Student ID: 3058224 Student ID: 3043237 Student ID: 3036281 Student ID: 3025715 QoS issues in Voice over IP Abstract: This

More information

Analysis of Effect of Handoff on Audio Streaming in VOIP Networks

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

More information

Video Conferencing Glossary of Terms

Video Conferencing Glossary of Terms Video Conferencing Glossary of Terms A Algorithm A step-by-step problem-solving procedure. Transmission of compressed video over a communications network requires sophisticated compression algorithms.

More information

Applications that Benefit from IPv6

Applications that Benefit from IPv6 Applications that Benefit from IPv6 Lawrence E. Hughes Chairman and CTO InfoWeapons, Inc. Relevant Characteristics of IPv6 Larger address space, flat address space restored Integrated support for Multicast,

More information

Influence of Load Balancing on Quality of Real Time Data Transmission*

Influence of Load Balancing on Quality of Real Time Data Transmission* SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 6, No. 3, December 2009, 515-524 UDK: 004.738.2 Influence of Load Balancing on Quality of Real Time Data Transmission* Nataša Maksić 1,a, Petar Knežević 2,

More information

Network Simulation Traffic, Paths and Impairment

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

More information

networks Live & On-Demand Video Delivery without Interruption Wireless optimization the unsolved mystery WHITE PAPER

networks Live & On-Demand Video Delivery without Interruption Wireless optimization the unsolved mystery WHITE PAPER Live & On-Demand Video Delivery without Interruption Wireless optimization the unsolved mystery - Improving the way the world connects - WHITE PAPER Live On-Demand Video Streaming without Interruption

More information

Wireless Home Networks based on a Hierarchical Bluetooth Scatternet Architecture

Wireless Home Networks based on a Hierarchical Bluetooth Scatternet Architecture Wireless Home Networks based on a Hierarchical Bluetooth Scatternet Architecture W. Lilakiatsakun'. 2, A. Seneviratne' I School of Electrical Engineering and Telecommunication University of New South Wales,

More information

Quantifying the Performance Degradation of IPv6 for TCP in Windows and Linux Networking

Quantifying the Performance Degradation of IPv6 for TCP in Windows and Linux Networking Quantifying the Performance Degradation of IPv6 for TCP in Windows and Linux Networking Burjiz Soorty School of Computing and Mathematical Sciences Auckland University of Technology Auckland, New Zealand

More information

RF Monitor and its Uses

RF Monitor and its Uses RF Monitor and its Uses Pradipta De prade@cs.sunysb.edu Outline RF Monitoring Basics RF Monitoring Installation Using RF Monitoring RF Monitoring on WRT54GS Extending RF Monitoring UDP Lite Comments on

More information

Networked Music Performance(NMP)

Networked Music Performance(NMP) Networked Music Performance(NMP) Xiaoyuan Gu, Matthias Dick, Ulf Noyer and Lars Wolf Institute of Operating Systems & Computer Networks Technical University Braunschweig Networked Music Performance Xiaoyuan

More information

Network Security Systems Fundamentals for ITS Professionals

Network Security Systems Fundamentals for ITS Professionals Network Security Systems Fundamentals for ITS Professionals Chris Adesanya Sr. Systems Engineer Panasonic System Solutions Company adesanyac@us.panasonic.com BICSI Southeast Regional Meeting Dulles, VA

More information

Portable Wireless Mesh Networks: Competitive Differentiation

Portable Wireless Mesh Networks: Competitive Differentiation Portable Wireless Mesh Networks: Competitive Differentiation Rajant Corporation s kinetic mesh networking solutions combine specialized command and control software with ruggedized, high-performance hardware.

More information

Remote Home Security System Based on Wireless Sensor Network Using NS2

Remote Home Security System Based on Wireless Sensor Network Using NS2 Remote Home Security System Based on Wireless Sensor Network Using NS2 #Rajesh Banala 1, Asst.Professor,E-mail: rajesh.banal@gmail.com #D.Upender 2, Asst.Professor, E mail: upender584@gmail.com #Department

More information

Lecture 17: 802.11 Wireless Networking"

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

More information

Fundamentals of VoIP Call Quality Monitoring & Troubleshooting. 2014, SolarWinds Worldwide, LLC. All rights reserved. Follow SolarWinds:

Fundamentals of VoIP Call Quality Monitoring & Troubleshooting. 2014, SolarWinds Worldwide, LLC. All rights reserved. Follow SolarWinds: Fundamentals of VoIP Call Quality Monitoring & Troubleshooting 2014, SolarWinds Worldwide, LLC. All rights reserved. Introduction Voice over IP, or VoIP, refers to the delivery of voice and multimedia

More information

Chapter 3 ATM and Multimedia Traffic

Chapter 3 ATM and Multimedia Traffic In the middle of the 1980, the telecommunications world started the design of a network technology that could act as a great unifier to support all digital services, including low-speed telephony and very

More information

CHAPTER 6. VOICE COMMUNICATION OVER HYBRID MANETs

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

More information

Wireless Video Best Practices Guide

Wireless Video Best Practices Guide Wireless Video Best Practices Guide Using Digital Video Manager (DVM) with the OneWireless Universal Mesh Network Authors: Annemarie Diepenbroek DVM Product Manager Soroush Amidi OneWireless Product Manager

More information

Understanding and Optimizing 802.11n

Understanding and Optimizing 802.11n Understanding and Optimizing 802.11n Buffalo Technology July 2011 Brian Verenkoff Director of Marketing and Business Development Introduction: Wireless networks have always been difficult to implement

More information