29 - VoIP laboratory work: Signalling, Voice Quality and Security

Size: px
Start display at page:

Download "29 - VoIP laboratory work: Signalling, Voice Quality and Security"

Transcription

1 Helsinki University of Technology Networking Laboratory S Networking Technology, laboratory course 29 - VoIP laboratory work: Signalling, Voice Quality and Security Made by: Modified: Ilkka Kiiskinen ikiiskin@cc.hut.fi Pasi Lehto Supervisor: Vesa Kosonen Last update:

2 Introduction Voice over Internet Protocol, VoIP, has been on spotlight during the past few years. VoIP is a technology which allows you to make a telephone call over a data network, like Internet. This laboratory work gets you familiar with signalling, codecs, quality of service and security in VoIP-technology. QoS preliminary questions (total 46 points) PQ1: VoIP has been considered as a killer application by many specialists. Which economical and technical benefits can be achieved by implementing VoIP? What about the disbenefits? max. 7 points PQ2: Silence compression. What do the following acronyms stand for? Explain their functions briefly: VAD DTX CNG max. 3 points PQ3: Get familiar with the most typical audio codecs: G.711, G.723.1, G.729A and AMR. Find the main characteristics for those speech coders (sampling rate, bit rate, frame size (if framebased)). max. 6 points PQ4: Explain Absolute Category Rating (ACR) and Mean Opinion Score (MOS) value? How are they related with each other? What are the MOS values of G.711, G.723.1, G.729A, GSM and AMR codecs? max. 5 points PQ5: What does SPIT acronym stand for? Tell briefly (max. four sentences) about it. PQ6: Find the ITU-T G.114 recommendations for one-way transmission time. What are the reference values for the different one-way delay classes? max. 2.5 points PQ7: Ping one national, one Mid-European and one Australian address. Pick up the pinging values of each. You will use them in the laboratory work. Mention the addresses and the values in your preliminary report. max. 1,5 points

3 Signalling preliminary questions PQ1: Compare SIP (Session Initiation Protocol) and H.323-protocol. Compare at least six (6) features. max. 6 points PQ2: Mention the architectural components of SIP and H.323 protocol. Explain the function of each. max. 9 points PQ3: There are two types of gatekeeper signalling methods in H.323, which are they? Draw the signalling messages of a succeeded call signalling procedure in both methods. max. 4 points Read the working instructions and the questions, so that you have already a picture of the work in your mind. So you may find the answers for the final report questions a bit easier. As well you may skip prefaces during the work if you have already read them forehand and you may complete the work a bit quicker.

4 The assistant should make sure that the network is functioning (already at the beginning of the laboratory work) and Dummynet is already started, and the pipe is configured as follows: if Dummynet is off, turn it on give the login name (root) and the password (setup) type the following commands: sysctl -w net.link.ether.bridge=1 sysctl -w net.link.ether.bridge_ipfw=1 ipfw add pipe 1 all from any to any ipfw pipe 1 config bw 10Mbit/s Wait awhile, because the devices boot themselves. Check that the Siemens IP-phone is ok by calling to the other phone. VoIP laboratory work (total 53 points) The work is about VoIP signalling, QoS, codecs and VoIP security. The main stress is on the signalling and QoS parts. In the signalling part, you will focus on the H.323 and SIP protocol. Siemens HiNet follows the ITU-T s H.323 standard. To test SIP functionality, you will use OpenSER (SIP Express Router). It is a very lightweight implementation of SIP, but has the basic SIP functions as proxy server, registrar, redirect server, location server and presence. There are only SIP software clients available to be used in this work. The MSN Messenger version 4.6 will work as a SIP client. You will use Dummynet software to simulate different kinds of network scenarios. You will also use different kinds of software to simulate VoIP traffic and to monitor the traffic. Answer the questions given in the paper during the work. If the question is marked with asterisk (*), you may skip it and do it later, as a home assignment. Work environment The picture (3) represents the working environment.

5 Picture 1: working environment The Siemens IP-phones are there for testing H.323 protocol and QoS. Analyzer, ccm, PC5, rc300, sip1.voip.lab, sip2.voip.lab and Dummynet is used in testing SIP signalling, QoS and security. Software In this laboratory work you get a peek from some software concerning VoIP service, QoS analyzing, network analyzing and network manipulation. It is recommended that you check information about them from the internet and get a bit familiar with them forehand. MSN Messenger (v used in this laboratory work) is SIP-based communication software. It provides ways to chat online via text, voice or video conversation. It provides presence service and in the latest versions much more features. In this work we use it to voice conversation and instant messaging. Ascom QoS Analyzer is a QoS-testing tool. It uses fixed sized packets and simultaneous transmissions to analyze the network capabilities. It measures e.g. delay, jitter and packet losses by simulating different kinds of (simultaneous) calls. User may manipulate the parameters of the sent data. The software may be used to simulate different kinds of codecs. It can simulate up to 32 simultaneous calls. Ascom QoS Analyzer is java-based software. It provides a solution to measure QoS parameters by a round trip delay measurement. The measurement is done between the QoS Analyzer and an Echo Server. The measurement is made as a Round-Trip-Measurement. This means that the QoS

6 of the network is measured for both communication ways. It is not possible to measure only one communication direction, but this measurement method gives enough information about the overall quality of a link. The QoS Analyzer's indicated delay is calculated as the average of all measured delays from the single VoIP data packets (you may define the amount of the used packets yourself). Jitter is measured as the standard deviation over all round trip delay measured for single VoIP packets. And packet lost is calculated according to a jitter buffer setting. The interval for the "Jitter Buffer" is set to "Avg. Delay" +/- "Jitter Buffer Size", all packets arriving outside this delay interval are treated as lost. These features and methods won't give you accurate results, but you will get good approximations about the parameters. Ethereal is a popular network analyzer software. It is very flexible and it provides many features to monitor the traffic of the networks. Ethereal is used by network professionals around the world for troubleshooting, analysis, software and protocol development, and education. It runs on all popular computing platforms, including UNIX, Linux, and Windows. Agilent analyze software is also a network analyzer software. It is quite similar software to Ethereal. The purpose of the usage of this software is to get you familiar with different kinds of network analyzing software. Dummynet is a flexible tool originally designed for testing networking protocols, and since then (mis)used for bandwidth management. It simulates/enforces queue and bandwidth limitations, delays, packet losses, and multipath effects. It can be used on user's workstations, or on FreeBSD machines acting as routers or bridges.

7 Working instructions Signalling H.323 signalling H.323 is a standard approved by the International Telecommunication Union (ITU) in order to promote compatibility (components, protocols, procedures) of real-time point to point and multipoint audio, video, and data communication over packet-based networks, such as the Internet. It defines for example how endpoints negotiate shared audio or video encoding, how audio and video fragments are encapsulated and sent, how endpoints communicate with their gatekeepers and how endpoints communicate through a gateway. H.323 uses TCP and UDP for communication. Reliable transmission is needed for control signals and data traffic. Unreliable transport is used for audio and video streams, which are time-sensitive. Start the laboratory work by studying H.323 protocol. The Siemens IP phones run on the H.323 protocol. One is on the table in the laboratory room and the other is in the room G212. The assistant will open the door for you. Start the Agilent network analyzer in the analyzer computer. Switch off the Siemens IP phone in the laboratory room e.g. by unplugging the power cord. Start the measurement (Agilent analyzer software) and plug the phone back on. Stop the analyser and study the packets captured by the analyzer software. Q1: What is the protocol used during booting between the phone and the gatekeeper and which signalling messages are used in registration process? Make a H.323 call. Make a call between the Siemens IP phones (A->B). Let the callee (B) be the one to end the call. Keep using the Agilent analyzer and capture the messages from a successful call. Save the captured messages and send the saved file to your box or save it to your own disk, so you can study them afterwards. Q2: Draw the messages between the phones and the gatekeeper. Give also the protocol used to transmit the message and optionally the message request/response type (<protocol>:<message type>:<request/response type>) max. 6 points

8 *Q3: Explain how the call proceeds by following the signalling messages. max.6 points Q4: Which codec is used? Is the silence detection on? Where did you find the information? max. 3 points Q5: On which protocol the RTP packets are sent? max. 1 point SIP signalling Next you will study IETF s SIP (Session Initiation Protocol) protocol. The aim of SIP and some of its supporting protocols (e.g. SDP, ENUM and TRIP) is to offer a solution for global IP based voice and multimedia signalling and especially session establishment. OpenSER (SIP Express Router) is used in this exercise. There are two SIP proxies installed in the laboratory, sip1.voip.lab and sip2.voip.lab. To operate with the DNS domains they have the mentioned aliases. Another is responsible for the area sip1.voip.lab and the other for the area sip2.voip.lab. The users are registered by using URLs of type user@sip1.voip.lab or user@sip2.voip.lab. In this work you use Ethereal analyzer software on the computer rc3000 and the MSN Messenger version 4.6. The version 4.6 of the MSN Messenger still uses raw SIP protocol. For the latest versions MSN has added their own protocol MSNMS for authentication purposes, but it is still based on SIP. Use the Ethereal network analyzer software to capture SIP messages. Use the Ethereal in ccm. Start capturing traffic and make a normal phone call between Elvis and Elton (or Elvis and Bono - no matter). Q6: Draw a message sequence chart of a succeeded call setup and teardown between caller proxy 1 proxy 2 callee. Use help from literature. Mark in the picture which messages you got from the capture. max. 5 points *Q7: Take one INVITE message from the capture and explain its SIP header fields. max. 5 points Q8: MSN Messenger uses SIP presence service. It shows the states of the members in your contact list. Change the state of Elvis to "busy", "away" and back to online. Use Ethereal to capture all the signalling messages. How is the presence information sent between client and server? Q9: Make an IP call from Bono to Elton. Try then make a call from Elvis to Elton (busycase). What are the signalling messages in this case? Draw them in your report. *Q10: SIP has faced problems with NAT and firewalls. What are the problems? max. 3 points

9 QoS and codecs VoIP is built on the IP-networks, on the Internet. The Internet provides still best effort services. For traffic like VoIP it is vital that delay, jitter and packet loss stays small. So some QoS monitoring should be done for the VoIP-traffic. We should focus more on the end-to-end quality of VoIP, which is the factor of which the end user is interested in. The end user of VoIP will and should not be bothered by the technical terms, the technologies and the parameters underlying and defining the QoS of a connection. So the specialists that are working around the VoIP issues should pay attention to them more carefully. Codecs are used to convert an analogue voice signal to digitally encoded version. Codecs vary in sound quality, bandwidth required, computational requirements, etc. The codecs can be used to handle small bandwidth networks. Next we will study VoIP-traffic in different kinds of network circumstances. We use Dummynet software to simulate bandwidth limitations. We will use Ascom s QoS Analyzer software to simulate different VoIP traffics. We will also use the Siemens IP-phones to test and monitor the quality changes in the voice quality when packet loss ratio and delay alter. Dummynet will be used also to simulate different packet loss rations and delays. In the next assignment you will alter delay and packet loss values of the network. Use Dummynet to increase delay. Delay of the Dummynet is set by using the following command: ipfw pipe 1 config delay NN where NN is the delay value (e.g. 50ms) The packet loss ratio is set by using the following command: ipfw pipe 1 config plr X where X is a floating point number between 0 and 1, which causes packets to be dropped at random (e.g. 0.25). Q1: Make VoIP calls between the Siemens IP-phones and give grades (from 1 to 5 - both students give an individual grade) for the call quality in different scenarios. Ask quick questions and try to answer as soon as possible. You may also try to count from 1 to 10 as quick as possible, so that you count alternately. Use the values you got from the pinging task in the preliminary questions. Use also values 0ms, 500ms and 1000ms to simulate calls from a local call to a satellite call. If the phones get jammed, boot them. *Calculate the MOS values for each of the scenarios. Give and analyze the results with few sentences in your final report. Now alter the packet loss ratio and do the same grading again. Remember to change the delay back to zero (0). Q2: Use values 0, 0.05, 0.1, 0.16 and Close the call and make a new call setup after you have changed packet loss ratio. Try to make call at least three times if setup is not succeeded. Use long sentences. *Calculate the MOS values for each of the scenarios. Give and analyze the results with few sentences in your final report.

10 Set the packet loss parameter back to zero. Next you will get familiar with different kinds of codecs and the effects to the resource usage by changing the codec. Start the Echo Server in the computer PC5. Start the QoS Analyzer in the ccm. You can launch both of the programs from the start-menu. The QoS Analyzer can be also started from the command prompt by using following command (you should be in the QoS_Analyzer_ directory): java.exe jar QoS_Analyzer_ jar Create three new sessions - if they are not in the list yet, they should be there. The sessions should simulate G.711, G.723 and G.729 traffic. Instructions to setup the sessions: From the VoIP Stream -tab change the number of calls from 1 (Start) to 6 (End), increase the number of calls by one in each stream. Use Random as a simulation mode. Change the payload type (G.711, G.723 or G.729). To the Addressing -tab you should give the echo server address (PC5 IP-address). To the Session -tab, change the name of the session (e.g. G.729_1-6calls_12streams). No other changes should be made. When you have made the three different kinds of sessions, configure the Dummynet. In this part alter only the bandwidth. Use 1Mbit/s, 512Kbit/s and 256Kbit/s as the bandwidth values. The bandwidth with the Dummynet is changed by the following command: ipfw pipe 1 config bw NN Where the NN is the bandwidth (e.g. 256Kbit/s) Q3: Run each session in each different bandwidth scenarios. Monitor how well the different streams will manage in the different bandwidth limitations. Make a table to represent your results. Mark to your table how many simultaneous, acceptable calls can be made in the scenario in question - concentrate especially on packet loss and delay values. *Analyse the results. Do not concentrate too much to the values, but focus in comparing the codecs. max. 3 points

11 Security and threats VoIP hasn t survived without security problems. Companies implementing VoIP services tend to be concerned about quality issues and ignore security. The threads are mostly similar as for any of the data and the securing methods don t differ from the securing methods of the other data either. The differences concern mostly about architecture and some service features. This part scratches only the surface of VoIP-security. The idea of this part is to show how unsecured VoIP-traffic may be. Start the Ethereal in the ccm. Send instant messages between MSN Messenger clients Elvis and Elton. Capture the traffic during the instant messaging session. Q4: You may find the typed messages from the captured packets. Where? What information do you find from the end users? max. 3 points Keep using MSN Messenger. Make a call between Elton and Elvis. Use the head sets. Keep talking to each other about 20 seconds. Capture the traffic again. Filter the RTP traffic from the rest of the traffic. If voice data is seen only as UDP traffic, mark one of the RTP packets, choose Analyze/Decode as and choose RTP from the list. Now RTP traffic can be filtered from the rest of the traffic. Mark one of the RTP packets and choose "Statistics/RTP/Show All Streams ". Mark one of the streams (one with known payload (G.711)). Push the Analyze button. Save payload as.au file and listen the file with Windows Media Player. If you have only one headset, you should save the conversation only from one direction (simplex). Did you succeed? Let the assistant hear the captured conversation. *Q5: What security threats can be found from VoIP traffic or system? Mention at least four of them. (One of them may be closer than you thought) max. 4 points *Q6: Give few tips to improve VoIP security. max. 4 points Final report Answer the questions given in working instruction part and return your report via reservation system. It is recommended that you start writing the final report right after the working in the laboratory, so that the work is still fresh in your memory. The grading is composed from preliminary report, final report and working in the laboratory as follows: Max {PREL*0.66+FINAL+WORKING IN LAB} = 46* = 96 If you have any comments about the working instructions, please send them to ikiiskin@cc.hut.fi

Department of Communications and Networking. S-38.2131/3133 Networking Technology, laboratory course A/B

Department of Communications and Networking. S-38.2131/3133 Networking Technology, laboratory course A/B Department of Communications and Networking S-38.2131/3133 Networking Technology, laboratory course A/B Work Number 29: VoIP Student Edition Preliminary Exercises and Laboratory Assignments Original document

More information

Voice over IP (VoIP) Overview. Introduction. David Feiner ACN 2004. Introduction VoIP & QoS H.323 SIP Comparison of H.323 and SIP Examples

Voice over IP (VoIP) Overview. Introduction. David Feiner ACN 2004. Introduction VoIP & QoS H.323 SIP Comparison of H.323 and SIP Examples Voice over IP (VoIP) David Feiner ACN 2004 Overview Introduction VoIP & QoS H.323 SIP Comparison of H.323 and SIP Examples Introduction Voice Calls are transmitted over Packet Switched Network instead

More information

Online course syllabus. MAB: Voice over IP

Online course syllabus. MAB: Voice over IP Illuminating Technology Course aim: Online course syllabus MAB: Voice over IP This course introduces the principles and operation of telephony services that operate over Internet Protocol (IP) networks

More information

VoIP QoS. Version 1.0. September 4, 2006. AdvancedVoIP.com. sales@advancedvoip.com support@advancedvoip.com. Phone: +1 213 341 1431

VoIP QoS. Version 1.0. September 4, 2006. AdvancedVoIP.com. sales@advancedvoip.com support@advancedvoip.com. Phone: +1 213 341 1431 VoIP QoS Version 1.0 September 4, 2006 AdvancedVoIP.com sales@advancedvoip.com support@advancedvoip.com Phone: +1 213 341 1431 Copyright AdvancedVoIP.com, 1999-2006. All Rights Reserved. No part of this

More information

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

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

More information

Lehrstuhl für Informatik 4 Kommunikation und verteilte Systeme

Lehrstuhl für Informatik 4 Kommunikation und verteilte Systeme Chapter 2: Representation of Multimedia Data Chapter 3: Multimedia Systems Communication Aspects and Services Multimedia Applications and Communication Protocols Quality of Service and Resource Management

More information

point to point and point to multi point calls over IP

point to point and point to multi point calls over IP Helsinki University of Technology Department of Electrical and Communications Engineering Jarkko Kneckt point to point and point to multi point calls over IP Helsinki 27.11.2001 Supervisor: Instructor:

More information

Indepth Voice over IP and SIP Networking Course

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

More information

Project Code: SPBX. Project Advisor : Aftab Alam. Project Team: Umair Ashraf 03-1853 (Team Lead) Imran Bashir 02-1658 Khadija Akram 04-0080

Project Code: SPBX. Project Advisor : Aftab Alam. Project Team: Umair Ashraf 03-1853 (Team Lead) Imran Bashir 02-1658 Khadija Akram 04-0080 Test Cases Document VOIP SOFT PBX Project Code: SPBX Project Advisor : Aftab Alam Project Team: Umair Ashraf 03-1853 (Team Lead) Imran Bashir 02-1658 Khadija Akram 04-0080 Submission Date:23-11-2007 SPBX

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

VIDEOCONFERENCING. Video class

VIDEOCONFERENCING. Video class VIDEOCONFERENCING Video class Introduction What is videoconferencing? Real time voice and video communications among multiple participants The past Channelized, Expensive H.320 suite and earlier schemes

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

SIP Trunking and Voice over IP

SIP Trunking and Voice over IP SIP Trunking and Voice over IP Agenda What is SIP Trunking? SIP Signaling How is Voice encoded and transported? What are the Voice over IP Impairments? How is Voice Quality measured? VoIP Technology Confidential

More information

Curso de Telefonía IP para el MTC. Sesión 2 Requerimientos principales. Mg. Antonio Ocampo Zúñiga

Curso de Telefonía IP para el MTC. Sesión 2 Requerimientos principales. Mg. Antonio Ocampo Zúñiga Curso de Telefonía IP para el MTC Sesión 2 Requerimientos principales Mg. Antonio Ocampo Zúñiga Factors Affecting Audio Clarity Fidelity: Audio accuracy or quality Echo: Usually due to impedance mismatch

More information

Integration of Voice over Internet Protocol Experiment in Computer Engineering Technology Curriculum

Integration of Voice over Internet Protocol Experiment in Computer Engineering Technology Curriculum Integration of Voice over Internet Protocol Experiment in Computer Engineering Technology Curriculum V. Rajaravivarma and Farid Farahmand Computer Electronics and Graphics Technology School of Technology,

More information

TECHNICAL CHALLENGES OF VoIP BYPASS

TECHNICAL CHALLENGES OF VoIP BYPASS TECHNICAL CHALLENGES OF VoIP BYPASS Presented by Monica Cultrera VP Software Development Bitek International Inc 23 rd TELELCOMMUNICATION CONFERENCE Agenda 1. Defining VoIP What is VoIP? How to establish

More information

Requirements of Voice in an IP Internetwork

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

More information

Internet Security. Internet Security Voice over IP. Introduction. ETSF10 Internet Protocols 2011-11-22. ETSF10 Internet Protocols 2011

Internet Security. Internet Security Voice over IP. Introduction. ETSF10 Internet Protocols 2011-11-22. ETSF10 Internet Protocols 2011 Internet Security Voice over IP ETSF10 Internet Protocols 2011 Kaan Bür & Jens Andersson Department of Electrical and Information Technology Internet Security IPSec 32.1 SSL/TLS 32.2 Firewalls 32.4 + Voice

More information

Version 0.1 June 2010. Xerox WorkCentre 7120 Fax over Internet Protocol (FoIP)

Version 0.1 June 2010. Xerox WorkCentre 7120 Fax over Internet Protocol (FoIP) Version 0.1 June 2010 Xerox WorkCentre 7120 Fax over Internet Protocol (FoIP) Thank you for choosing the Xerox WorkCentre 7120. Table of Contents Introduction.........................................

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

159.334 Computer Networks. Voice over IP (VoIP) Professor Richard Harris School of Engineering and Advanced Technology (SEAT)

159.334 Computer Networks. Voice over IP (VoIP) Professor Richard Harris School of Engineering and Advanced Technology (SEAT) Voice over IP (VoIP) Professor Richard Harris School of Engineering and Advanced Technology (SEAT) Presentation Outline Basic IP phone set up The SIP protocol Computer Networks - 1/2 Learning Objectives

More information

Voice over IP Basics for IT Technicians

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

More information

Mixer/Translator VOIP/SIP. Translator. Mixer

Mixer/Translator VOIP/SIP. Translator. Mixer Mixer/Translator VOIP/SIP RTP Mixer, translator A mixer combines several media stream into a one new stream (with possible new encoding) reduced bandwidth networks (video or telephone conference) appears

More information

The use of IP networks, namely the LAN and WAN, to carry voice. Voice was originally carried over circuit switched networks

The use of IP networks, namely the LAN and WAN, to carry voice. Voice was originally carried over circuit switched networks Voice over IP Introduction VoIP Voice over IP The use of IP networks, namely the LAN and WAN, to carry voice Voice was originally carried over circuit switched networks PSTN (Public Switch Telephone Network)

More information

Voice Over IP Per Call Bandwidth Consumption

Voice Over IP Per Call Bandwidth Consumption Over IP Per Call Bandwidth Consumption Interactive: This document offers customized voice bandwidth calculations with the TAC Bandwidth Calculator ( registered customers only) tool. Introduction Before

More information

A Brief Overview of VoIP Security. By John McCarron. Voice of Internet Protocol is the next generation telecommunications method.

A Brief Overview of VoIP Security. By John McCarron. Voice of Internet Protocol is the next generation telecommunications method. A Brief Overview of VoIP Security By John McCarron Voice of Internet Protocol is the next generation telecommunications method. It allows to phone calls to be route over a data network thus saving money

More information

Troubleshooting Voice Over IP with WireShark

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

More information

Clearing the Way for VoIP

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

More information

Comparison of Voice over IP with circuit switching techniques

Comparison of Voice over IP with circuit switching techniques Comparison of Voice over IP with circuit switching techniques Author Richard Sinden Richard Sinden 1 of 9 Abstract Voice-over-IP is a growing technology. Companies are beginning to consider commercial

More information

Encapsulating Voice in IP Packets

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

More information

B12 Troubleshooting & Analyzing VoIP

B12 Troubleshooting & Analyzing VoIP B12 Troubleshooting & Analyzing VoIP Phillip Sherlock Shade, Senior Forensics / Network Engineer Merlion s Keep Consulting phill.shade@gmail.com Phillip Sherlock Shade (Phill) phill.shade@gmail.com Phillip

More information

VoIP Analysis Fundamentals with Wireshark. Phill Shade (Forensic Engineer Merlion s Keep Consulting)

VoIP Analysis Fundamentals with Wireshark. Phill Shade (Forensic Engineer Merlion s Keep Consulting) VoIP Analysis Fundamentals with Wireshark Phill Shade (Forensic Engineer Merlion s Keep Consulting) 1 Phillip D. Shade (Phill) phill.shade@gmail.com Phillip D. Shade is the founder of Merlion s Keep Consulting,

More information

Session Initiation Protocol (SIP) The Emerging System in IP Telephony

Session Initiation Protocol (SIP) The Emerging System in IP Telephony Session Initiation Protocol (SIP) The Emerging System in IP Telephony Introduction Session Initiation Protocol (SIP) is an application layer control protocol that can establish, modify and terminate multimedia

More information

Hands on VoIP. Content. Tel +44 (0) 845 057 0176 enquiries@protelsolutions.co.uk. Introduction

Hands on VoIP. Content. Tel +44 (0) 845 057 0176 enquiries@protelsolutions.co.uk. Introduction Introduction This 4-day course offers a practical introduction to 'hands on' VoIP engineering. Voice over IP promises to reduce your telephony costs and provides unique opportunities for integrating voice

More information

P160S SIP Phone Quick User Guide

P160S SIP Phone Quick User Guide P160S SIP Phone Quick User Guide Version 2.2 TABLE OF CONTENTS 1.0 INTRODUCTION... 1 2.0 PACKAGE CONTENT... 1 3.0 LIST OF FIGURES... 2 4.0 SUMMARY OF KEY FUNCTIONS... 3 5.0 CONNECTING THE IP PHONE... 4

More information

VOICE OVER IP AND NETWORK CONVERGENCE

VOICE OVER IP AND NETWORK CONVERGENCE POZNAN UNIVE RSITY OF TE CHNOLOGY ACADE MIC JOURNALS No 80 Electrical Engineering 2014 Assaid O. SHAROUN* VOICE OVER IP AND NETWORK CONVERGENCE As the IP network was primarily designed to carry data, it

More information

Configuring Voice Quality Monitoring in AOS

Configuring Voice Quality Monitoring in AOS 61200796L1-29.2E September 2010 Configuration Guide Configuring Voice Quality Monitoring in AOS This configuration guide describes the configuration and use of the voice quality monitoring (VQM) feature

More information

Voice over IP (VoIP) Basics for IT Technicians

Voice over IP (VoIP) Basics for IT Technicians Voice over IP (VoIP) Basics for IT Technicians VoIP brings a new environment to the network technician that requires expanded knowledge and tools to deploy and troubleshoot IP phones. This paper provides

More information

Voice over IP. Presentation Outline. Objectives

Voice over IP. Presentation Outline. Objectives Voice over IP Professor Richard Harris Presentation Outline Brief overview of VoIP and applications Challenges of VoIP IP Support for Voice Protocols used for VoIP (current views) RTP RTCP RSVP H.323 Semester

More information

Grandstream Networks, Inc.

Grandstream Networks, Inc. Grandstream Networks, Inc. GVC3200/GVC3200 Conferencing System for Android TM Application Note: Preliminary Interoperability Test between GVC3200/GVC3200 and Other Video Conference Systems Index INTRODUCTION...

More information

VoIP Bandwidth Considerations - design decisions

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

More information

APTA TransiTech Conference Communications: Vendor Perspective (TT) Phoenix, Arizona, Tuesday, 3.19.13. VoIP Solution (101)

APTA TransiTech Conference Communications: Vendor Perspective (TT) Phoenix, Arizona, Tuesday, 3.19.13. VoIP Solution (101) APTA TransiTech Conference Communications: Vendor Perspective (TT) Phoenix, Arizona, Tuesday, 3.19.13 VoIP Solution (101) Agenda Items Introduction What is VoIP? Codecs Mean opinion score (MOS) Bandwidth

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

Voice over IP. Demonstration 1: VoIP Protocols. Network Environment

Voice over IP. Demonstration 1: VoIP Protocols. Network Environment Voice over IP Demonstration 1: VoIP Protocols Network Environment We use two Windows workstations from the production network, both with OpenPhone application (figure 1). The OpenH.323 project has developed

More information

Getting Started with. Avaya TM VoIP Monitoring Manager

Getting Started with. Avaya TM VoIP Monitoring Manager Getting Started with Avaya TM VoIP Monitoring Manager Contents AvayaTM VoIP Monitoring Manager 5 About This Guide 5 What is VoIP Monitoring Manager 5 Query Endpoints 5 Customize Query to Filter Based

More information

IP PBX using SIP. Voice over Internet Protocol

IP PBX using SIP. Voice over Internet Protocol IP PBX using SIP Voice over Internet Protocol Key Components for an IP PBX setup Wireless/Fiber IP Networks (Point to point/multi point, LAN/WAN/Internet) Central or Multicast SIP Proxy/Server based Virtual

More information

Combining Voice over IP with Policy-Based Quality of Service

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

More information

SIP Trunking Manual 05.15. Technical Support Web Site: http://ws1.necii.com (registration is required)

SIP Trunking Manual 05.15. Technical Support Web Site: http://ws1.necii.com (registration is required) SIP Trunking Manual 05.15 Technical Support Web Site: http://ws1.necii.com (registration is required) This manual has been developed by NEC Unified Solutions, Inc. It is intended for the use of its customers

More information

Application Note. Onsight Mobile Collaboration Video Endpoint Interoperability v5.0

Application Note. Onsight Mobile Collaboration Video Endpoint Interoperability v5.0 Application Note Onsight Mobile Collaboration Video Endpoint Interoperability v5. Onsight Mobile Collaboration Video Endpoint Interoperability... 3 Introduction... 3 Adding Onsight to a Video Conference

More information

AT&T IP Flex Reach/ IP Toll Free Configuration Guide IC 3.0 with Interaction SIP Proxy

AT&T IP Flex Reach/ IP Toll Free Configuration Guide IC 3.0 with Interaction SIP Proxy INTERACTIVE INTELLIGENCE AT&T IP Flex Reach/ IP Toll Free Configuration Guide IC 3.0 with Interaction SIP Proxy Version 1.7 9/2/2009 TABLE OF CONTENTS 1 AT&T... 5 1.1 Introduction... 5 1.2 Product Descriptions...

More information

VoIP for Network Operators. Andy Davidson NANOG 44, October 2008

VoIP for Network Operators. Andy Davidson NANOG 44, October 2008 VoIP for Network Operators Andy Davidson NANOG 44, October 2008 Motivation / Aim Help IP network professionals make good VoIP networks Agenda VoIP basics What operators need to know when building VoIP

More information

Guideline for setting up a functional VPN

Guideline for setting up a functional VPN Guideline for setting up a functional VPN Why do I want a VPN? VPN by definition creates a private, trusted network across an untrusted medium. It allows you to connect offices and people from around the

More information

MyIC setup and configuration (with sample configuration for Alcatel Lucent test environment)

MyIC setup and configuration (with sample configuration for Alcatel Lucent test environment) MyIC setup and configuration (with sample configuration for Alcatel Lucent test environment) N.B. Goto MyIC Preferences in the System Toolbar. Description: this may be any appropriate description of the

More information

(Refer Slide Time: 6:17)

(Refer Slide Time: 6:17) Digital Video and Picture Communication Prof. S. Sengupta Department of Electronics and Communication Engineering Indian Institute of Technology, Kharagpur Lecture - 39 Video Conferencing: SIP Protocol

More information

Sangheon Pack, EunKyoung Paik, and Yanghee Choi

Sangheon Pack, EunKyoung Paik, and Yanghee Choi 1 Design of SIP Server for Efficient Media Negotiation Sangheon Pack, EunKyoung Paik, and Yanghee Choi Multimedia & Communication Laboratory, Seoul National University, Korea ABSTRACT Voice over IP (VoIP)

More information

Basic Vulnerability Issues for SIP Security

Basic Vulnerability Issues for SIP Security Introduction Basic Vulnerability Issues for SIP Security By Mark Collier Chief Technology Officer SecureLogix Corporation mark.collier@securelogix.com The Session Initiation Protocol (SIP) is the future

More information

Voice Over IP. Priscilla Oppenheimer www.priscilla.com

Voice Over IP. Priscilla Oppenheimer www.priscilla.com Voice Over IP Priscilla Oppenheimer www.priscilla.com Objectives A technical overview of the devices and protocols that enable Voice over IP (VoIP) Demo Packet8 and Skype Discuss network administrator

More information

4. H.323 Components. VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19

4. H.323 Components. VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19 4. H.323 Components VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19 4.1 H.323 Terminals (1/2)...3 4.1 H.323 Terminals (2/2)...4 4.1.1 The software IP phone (1/2)...5 4.1.1 The software

More information

TSIN02 - Internetworking

TSIN02 - Internetworking TSIN02 - Internetworking Lecture 9: SIP and H323 Literature: Understand the basics of SIP and it's architecture Understand H.323 and how it compares to SIP Understand MGCP (MEGACO/H.248) SIP: Protocol

More information

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

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

More information

Network Connection Considerations for Microsoft Response Point 1.0 Service Pack 2

Network Connection Considerations for Microsoft Response Point 1.0 Service Pack 2 Network Connection Considerations for Microsoft Response Point 1.0 Service Pack 2 Updated: February 2009 Microsoft Response Point is a small-business phone solution that is designed to be easy to use and

More information

Voice over IP (VoIP) for Telephony. Advantages of VoIP Migration for SMBs BLACK BOX. 724-746-5500 blackbox.com

Voice over IP (VoIP) for Telephony. Advantages of VoIP Migration for SMBs BLACK BOX. 724-746-5500 blackbox.com Voice over IP (VoIP) for Telephony Advantages of VoIP Migration for SMBs BLACK BOX Hybrid PBX VoIP Gateways SIP Phones Headsets 724-746-5500 blackbox.com Table of Contents Introduction...3 About Voice

More information

VoIP Conferencing. The latest in IP technologies deliver the next level of service innovation for better meetings. Global Collaboration Services

VoIP Conferencing. The latest in IP technologies deliver the next level of service innovation for better meetings. Global Collaboration Services Global Collaboration Services VoIP Conferencing The latest in IP technologies deliver the next level of service innovation for better meetings. ENERGIZE YOUR CONNECTIONS Table of Contents > > Contents...

More information

Software Engineering 4C03 VoIP: The Next Telecommunication Frontier

Software Engineering 4C03 VoIP: The Next Telecommunication Frontier Software Engineering 4C03 VoIP: The Next Telecommunication Frontier Rudy Muslim 0057347 McMaster University Computing and Software Department Hamilton, Ontario Canada Introduction Voice over Internet Protocol

More information

Network administrators must be aware that delay exists, and then design their network to bring end-to-end delay within acceptable limits.

Network administrators must be aware that delay exists, and then design their network to bring end-to-end delay within acceptable limits. Delay Need for a Delay Budget The end-to-end delay in a VoIP network is known as the delay budget. Network administrators must design a network to operate within an acceptable delay budget. This topic

More information

Application Notes. Introduction. Sources of delay. Contents. Impact of Delay in Voice over IP Services VoIP Performance Management.

Application Notes. Introduction. Sources of delay. Contents. Impact of Delay in Voice over IP Services VoIP Performance Management. Application Notes Title Series Impact of Delay in Voice over IP Services VoIP Performance Management Date January 2006 Overview This application note describes the sources of delay in Voice over IP services,

More information

Overview of Voice Over Internet Protocol

Overview of Voice Over Internet Protocol Overview of Voice Over Internet Protocol Purva R. Rajkotia, Samsung Electronics November 4,2004 Overview of Voice Over Internet Protocol Presentation Outline History of VoIP What is VoIP? Components of

More information

Customer Network Assessment

Customer Network Assessment --------- Customer Network Assessment Network Tests Version 2.0 Revision 1.0 8x8, Inc. 2125 O'Nel Drive San Jose, CA 95131 Phone: 408.727.1885 Fax: 408.980.0432 Contents Important Notes for all Tests...

More information

A Comparative Study of Signalling Protocols Used In VoIP

A Comparative Study of Signalling Protocols Used In VoIP A Comparative Study of Signalling Protocols Used In VoIP Suman Lasrado *1, Noel Gonsalves *2 Asst. Prof, Dept. of MCA, AIMIT, St. Aloysius College (Autonomous), Mangalore, Karnataka, India Student, Dept.

More information

Applied Networks & Security

Applied Networks & Security Applied Networks & Security VoIP with Critical Analysis http://condor.depaul.edu/~jkristof/it263/ John Kristoff jtk@depaul.edu IT 263 Spring 2006/2007 John Kristoff - DePaul University 1 Critical analysis

More information

Introduction to VoIP. 陳 懷 恩 博 士 副 教 授 兼 所 長 國 立 宜 蘭 大 學 資 訊 工 程 研 究 所 Email: wechen@niu.edu.tw TEL: 03-9357400 # 255

Introduction to VoIP. 陳 懷 恩 博 士 副 教 授 兼 所 長 國 立 宜 蘭 大 學 資 訊 工 程 研 究 所 Email: wechen@niu.edu.tw TEL: 03-9357400 # 255 Introduction to VoIP 陳 懷 恩 博 士 副 教 授 兼 所 長 國 立 宜 蘭 大 學 資 訊 工 程 研 究 所 Email: wechen@niu.edu.tw TEL: 3-93574 # 55 Outline Introduction VoIP Call Tpyes VoIP Equipments Speech and Codecs Transport Protocols

More information

ACD: Average Call Duration is the average duration of the calls routed bya a VoIP provider. It is a quality parameter given by the VoIP providers.

ACD: Average Call Duration is the average duration of the calls routed bya a VoIP provider. It is a quality parameter given by the VoIP providers. ACD: Average Call Duration is the average duration of the calls routed bya a VoIP provider. It is a quality parameter given by the VoIP providers. API: An application programming interface (API) is a source

More information

Voice-Over-IP. Daniel Zappala. CS 460 Computer Networking Brigham Young University

Voice-Over-IP. Daniel Zappala. CS 460 Computer Networking Brigham Young University Voice-Over-IP Daniel Zappala CS 460 Computer Networking Brigham Young University Coping with Best-Effort Service 2/23 sample application send a 160 byte UDP packet every 20ms packet carries a voice sample

More information

Application Notes. Introduction. Contents. Managing IP Centrex & Hosted PBX Services. Series. VoIP Performance Management. Overview.

Application Notes. Introduction. Contents. Managing IP Centrex & Hosted PBX Services. Series. VoIP Performance Management. Overview. Title Series Managing IP Centrex & Hosted PBX Services Date July 2004 VoIP Performance Management Contents Introduction... 1 Quality Management & IP Centrex Service... 2 The New VoIP Performance Management

More information

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

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

More information

Evaluating Data Networks for Voice Readiness

Evaluating Data Networks for Voice Readiness Evaluating Data Networks for Voice Readiness by John Q. Walker and Jeff Hicks NetIQ Corporation Contents Introduction... 2 Determining Readiness... 2 Follow-on Steps... 7 Summary... 7 Our focus is on organizations

More information

White paper. SIP An introduction

White paper. SIP An introduction White paper An introduction Table of contents 1 Introducing 3 2 How does it work? 3 3 Inside a normal call 4 4 DTMF sending commands in sip calls 6 5 Complex environments and higher security 6 6 Summary

More information

Troubleshooting Tools to Diagnose or Report a Problem February 23, 2012

Troubleshooting Tools to Diagnose or Report a Problem February 23, 2012 Troubleshooting Tools to Diagnose or Report a Problem February 23, 2012 Proprietary 2012 Media5 Corporation Scope of this Document This Technical Bulletin aims to inform the reader on the troubleshooting

More information

Kapanga The Media over IP Softphone. Quick Start Manual April 2005

Kapanga The Media over IP Softphone. Quick Start Manual April 2005 Kapanga The Media over IP Softphone Quick Start Manual April 2005 Quick Start Manual This manual briefly describes the interface, menus and settings available to a Kapanga user. While this document assumes

More information

SIP (Session Initiation Protocol) Technical Overview. Presentation by: Kevin M. Johnson VP Engineering & Ops

SIP (Session Initiation Protocol) Technical Overview. Presentation by: Kevin M. Johnson VP Engineering & Ops SIP (Session Initiation Protocol) Technical Overview Presentation by: Kevin M. Johnson VP Engineering & Ops Page 1 Who are we? Page 2 Who are we? Workforce Automation Software Developer Page 3 Who are

More information

Implementing VoIP support in a VSAT network based on SoftSwitch integration

Implementing VoIP support in a VSAT network based on SoftSwitch integration Implementing VoIP support in a VSAT network based on SoftSwitch integration Abstract Satellite communications based on geo-synchronous satellites are characterized by a large delay, and high cost of resources.

More information

Quality of Service Testing in the VoIP Environment

Quality of Service Testing in the VoIP Environment Whitepaper Quality of Service Testing in the VoIP Environment Carrying voice traffic over the Internet rather than the traditional public telephone network has revolutionized communications. Initially,

More information

Need for Signaling and Call Control

Need for Signaling and Call Control Need for Signaling and Call Control VoIP Signaling In a traditional voice network, call establishment, progress, and termination are managed by interpreting and propagating signals. Transporting voice

More information

ANALYSIS OF LONG DISTANCE 3-WAY CONFERENCE CALLING WITH VOIP

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

More information

Unit 23. RTP, VoIP. Shyam Parekh

Unit 23. RTP, VoIP. Shyam Parekh Unit 23 RTP, VoIP Shyam Parekh Contents: Real-time Transport Protocol (RTP) Purpose Protocol Stack RTP Header Real-time Transport Control Protocol (RTCP) Voice over IP (VoIP) Motivation H.323 SIP VoIP

More information

ZyXEL V100 Support Notes. ZyXEL V100. (V100 Softphone 1 Runtime License) Support Notes

ZyXEL V100 Support Notes. ZyXEL V100. (V100 Softphone 1 Runtime License) Support Notes ZyXEL V100 (V100 Softphone 1 Runtime License) Support Notes Version 1.00 April 2009 1 Contents Overview 1. Overview of V100 Softphone...3 2. Setting up the V100 Softphone.....4 3. V100 Basic Phone Usage.....7

More information

Voice Over Internet Protocol(VoIP)

Voice Over Internet Protocol(VoIP) Voice Over Internet Protocol(VoIP) By Asad Niazi Last Revised on: March 29 th, 2004 SFWR 4C03 Major Project Instructor: Dr. Kartik Krishnan 1. Introduction The telecommunications companies around the world

More information

internet technologies and standards

internet technologies and standards Institute of Telecommunications Warsaw University of Technology 2015 internet technologies and standards Piotr Gajowniczek Andrzej Bąk Michał Jarociński multimedia in the Internet Voice-over-IP multimedia

More information

Internet Working 15th lecture (last but one) Chair of Communication Systems Department of Applied Sciences University of Freiburg 2005

Internet Working 15th lecture (last but one) Chair of Communication Systems Department of Applied Sciences University of Freiburg 2005 15th lecture (last but one) Chair of Communication Systems Department of Applied Sciences University of Freiburg 2005 1 43 administrational stuff Next Thursday preliminary discussion of network seminars

More information

Goal We want to know. Introduction. What is VoIP? Carrier Grade VoIP. What is Meant by Carrier-Grade? What is Meant by VoIP? Why VoIP?

Goal We want to know. Introduction. What is VoIP? Carrier Grade VoIP. What is Meant by Carrier-Grade? What is Meant by VoIP? Why VoIP? Goal We want to know Introduction What is Meant by Carrier-Grade? What is Meant by VoIP? Why VoIP? VoIP Challenges 2 Carrier Grade VoIP Carrier grade Extremely high availability 99.999% reliability (high

More information

A Model for Spam Prevention in IP Telephony Networks using Anonymous Verifying Authorities

A Model for Spam Prevention in IP Telephony Networks using Anonymous Verifying Authorities A Model for Spam Prevention in IP Telephony Networks using Anonymous Verifying Authorities N.J Croft and M.S Olivier April 2005 Information and Computer Security Architectures Research Group Department

More information

Multimedia Communications Voice over IP

Multimedia Communications Voice over IP Multimedia Communications Voice over IP Anandi Giridharan Electrical Communication Engineering, Indian Institute of Science, Bangalore 560012, India Voice over IP (Real time protocols) Internet Telephony

More information

Voice over IP Probe! for Network Operators and! Internet Service Providers

Voice over IP Probe! for Network Operators and! Internet Service Providers Voice over IP Probe! for Network Operators and! Internet Service Providers Product Presentation September 2011 2011 ADVENAGE GmbH Agenda Voice over IP Probe Key Facts VoIP Probe in a Nutshell Use Cases

More information

NAT TCP SIP ALG Support

NAT TCP SIP ALG Support The feature allows embedded messages of the Session Initiation Protocol (SIP) passing through a device that is configured with Network Address Translation (NAT) to be translated and encoded back to the

More information

Re-establishing and improving the experimental VoIP link with the University of Namibia: A Case Study

Re-establishing and improving the experimental VoIP link with the University of Namibia: A Case Study Re-establishing and improving the experimental VoIP link with the University of Namibia: A Case Study R. M. Ngandu, A. Terzoli & M. Tsietsi Department of Computer Science, Rhodes University September,

More information

Review: Lecture 1 - Internet History

Review: Lecture 1 - Internet History Review: Lecture 1 - Internet History late 60's ARPANET, NCP 1977 first internet 1980's The Internet collection of networks communicating using the TCP/IP protocols 1 Review: Lecture 1 - Administration

More information

Internet Services & Protocols Multimedia Applications, Voice over IP

Internet Services & Protocols Multimedia Applications, Voice over IP Department of Computer Science Institute for System Architecture, Chair for Computer Networks Internet Services & Protocols Multimedia Applications, Voice over IP Dipl.-Inform. Stephan Groß Room: GRU314

More information

--------- Virtual Office. Network Tests. Revision 1.0. 8x8, Inc. 2125 O'Nel Drive San Jose, CA 95131 Phone: 408.727.1885 Fax: 408.980.

--------- Virtual Office. Network Tests. Revision 1.0. 8x8, Inc. 2125 O'Nel Drive San Jose, CA 95131 Phone: 408.727.1885 Fax: 408.980. --------- Virtual Office Network Tests Revision 1.0 8x8, Inc. 2125 O'Nel Drive San Jose, CA 95131 Phone: 408.727.1885 Fax: 408.980.0432 8x8, Inc. 2125 O'Nel Drive San Jose, CA 95131 Phone: 408.727.1885

More information

Internet Services & Protocols Multimedia Applications, Voice over IP

Internet Services & Protocols Multimedia Applications, Voice over IP Department of Computer Science Institute for System Architecture, Chair for Computer Networks Internet Services & Protocols Multimedia Applications, Voice over IP Dr.-Ing. Stephan Groß Room: INF 3099 E-Mail:

More information

Mobile VoIP: Managing, scheduling and refining voice packets to and from mobile phones

Mobile VoIP: Managing, scheduling and refining voice packets to and from mobile phones Mobile VoIP: Managing, scheduling and refining voice packets to and from mobile phones MOHAMMAD ABDUS SALAM Student ID: 01201023 TAPAN BISWAS Student ID: 01201003 \ Department of Computer Science and Engineering

More information