Top Banner
Voice Over Internet Protocol (VoIP)
32

Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

Dec 28, 2015

Download

Documents

Ursula Blair
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

Voice Over Internet Protocol(VoIP)

Page 2: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

What is Voice over Internet Protocol?

IP Network

IP Network

Conversion of sound into digital signal

Encapsulation in IP packet

Transport over network

De-encapsulation and reconversion of digital signal into sound

Page 3: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

This type of voice over IP has been around a long time.• Seldom used because the cost of long

distance has dropped dramatically – domestic at least

• Reliability and quality of transmission not high enough for business communications (or even personal use)

• Difficulty in set up and use

Page 4: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

The basic components of VoIP are:• Voice Processing

• Call Processing

• Packet Processing

• Network Management

Page 5: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

Voice Processing

• Codec (Coder/Decoder)

• Echo Cancellation unit

• Voice Activity/Idle noise detector

• Tone Detector

• Tone Generator

• Facsimile processor

• Packet voice protocol processor

Page 6: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

Call Processing

• PSTN interface

• Signaling protocol management

• Call establishment/teardown

• Telephone number mapping

• Feature control

• Other management functions

• Maintenance functions

Page 7: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

Packet Processing

• Convert data stream from codec to packet format

• Compress signals as required– G.711(64Kbps), G.729(8Kbps) for example

• Adds appropriate transport headers

• Convert signaling protocols: Telephony to packet signaling

Page 8: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

Network Management

• Performance monitoring

• Fault detection

• Accounting

• Configuration management

• Security management

• Directory access

• Remote access support

Page 9: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

What does it take to make VoIP work in a business environment?Variety of set types

Much greater functionality is required

Interface to the Public Switched Telephone Network is required

Much greater attention must be paid to network performance in order to provide an acceptable level of service

Page 10: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

VoIP Telephone Sets• IP “Hardphones” – traditional telephone sets in

appearance but instead of plugging into telephone jack for connection to a PBX port, the IP Hardphone plugs into an ethernet port on the local area network. Usually multifunction phones, some now coming equipped with web browsers.

• Note that IP hardphones must receive their power either from a transformer near the phone or through the Ethernet port (new standard for power over Ethernet). In either case if the building power goes out, the phone will go out and be out until the power is restored and the set “reboots.” Regular telephones get their power from the telephone system which are usually powered with UPS.

Page 11: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

• IP “Softphones” – the equivalent of a telephone in an application that runs on a network connected PC. Must be equipped with multimedia card for sound and microphone. Can even be installed on wireless palm devices.

Page 12: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

Greater functionality

• PBX features: Call coverage, busy indicators, hold, transfer, conference, etc.

• Call accounting

• Voice Mail/Messaging interface

• Call Center demands

Page 13: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

PSTN Interface

Gateways

Gatekeepers

Protocols

Page 14: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

Gateways

Gateways provide translation service between network. Typically between Ethernet/IP and to PCM-bus architecture.

Gateways contain DSP’s which provide codec functions, jitter buffers, echo cancelation, tone detection and generation, and packet processing.

Page 15: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

Gatekeeper

• The gatekeeper controls access to the gateway, address translation and parsing, and network signaling.

Page 16: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

Protocols

• H.323 – an ITU standard that describes how multimedia communications occur between terminals, network equipment, and assorted services on IP networks.

• SIP (Session Intiated Protocol) – a competing IETF standard that performs similar functions to H.323

May see merger of these two into one

Page 17: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

Network Implications

• Network design issues

• Traffic isolation

• Secured access

Page 18: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

Network Design Issues• Delay (<180ms for business quality)

– Accumulation delay

– Codec and packetizing delay

– Jitter buffer delay

– Network transit delay

• Jitter (delay variation - < 20ms)• Packet loss (>3% will affect signaling)• Reliability• Interoperability• QoS(Quality of Service)• Switched 100Mbps to devices

Page 19: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

Traffic Isolation

• Virtual Local Area Network (VLAN) is recommended to help isolate voice endpoints.– Broadcast traffic– Hackers– Denial of service attacks

• However, there is a maintenance burden with VLAN

Page 20: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

Security

• VPN – Virtual Private Networking can protect the system, but you must be careful to avoid delay created by encryption.

• Hackers – VoIP components vulnerable to hackers. Extraordinary security efforts are required.

Page 21: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

Where does VoIP make sense

Remote office locations (converged T-1)

Worldwide 5-digit dialing plan for remote locations

Telecommuters/Remote workers

Road Warriors

IP Trunking of PBX’s

Softphone on iPAQ’s or other wireless palmtops (campus mobilephone through 802.11)

Page 22: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

Where does VoIP not make sense

Dormitories – where students bring their own phones

Critical use telephones

Where there already exists a considerable investment in standard technology

Page 23: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

What are the major cost elements?Data switch ports are relatively inexpensive ($75-

100/port) – cheaper than PBX ports

(But UPS may be required in every wiring closet to provide continuous telephone service during power failures/interruptions)

IP Telephones relatively expensive depending on comparison (analog versus digital)

Less copper pairs between buildings (big $ - but this can be avoided with PBX design also)

Page 24: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

So…

• The jury is still out on VoIP being dramatically and generally cheaper than conventional PBX technology.

• There are no doubt applications where VoIP makes economic sense

Page 25: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

What about 911?

Ability to move phones to LAN ports can produce a problem in location information

Locking ports down removes the advantage.

Remote IP phone locations in a different 911 are must have local trunks

This is something to be careful with! There are life-safety issues which should not be trivialized.

Page 26: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

How does this work at USF?

AVAYAPBX

PSTN

Media Processor

Control LAN

Router

PCM Circuit Pack

Router

PC

T-1

100 Mbps

100 Mbps

100 Mbps

Trunks

Page 27: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

Recommendations:

• For those with existing PBX infrastructure, determine if the PBX can be retrofitted to be VoIP capable. – This retains the advantages and reliability of the

existing system and still provides the use of VoIP where it is appropriate.

– Provides for seamless administration of voice applications across the enterprise – a cost savings

– Insure network is capable of supporing VoIP!

Page 28: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

• For those with Centrex, consider beginning a shift to VoIP with new facilities.– Perform cost analysis– Perform benefit analysis– Perform network analysis– Install small but expandable VoIP system and

trunk between Centrex and VoIP system for seamless operation

– Migrate over to VoIP capable PBX in stages

Page 29: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

• For those with new facilities:– Install a VoIP capable system, on new network

infrastructure designed to support VoIP.– Design with long-term vision of how the new

facility will work in a corporate VoIP scenario (in other words insure that what is put into the new facility will work seamlessly with what you are planning in the long run for your whole organization)

Page 30: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

Some things to think about with Vendors

• Does the vendor have a product line that offers a full solution suite? Messaging? Call Center?

• Does the vendor offer open systems support for standards or do they make proprietary modifications to protocols?

• Does the vendor really understand the nuances of voice telephone operations? It’s not always simple!

• Can the system be designed to support multiple locations without administration of multiple systems?

Page 31: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

And now a word from our Sponsors:

• USF is a official Business Partner of Avaya Communications and can offer consulting and the full range of Avaya products.

• If you have an interest in what we can do for your organization, please feel free to call USF Technology Services, Inc. at 813-866-6600 or visit our website at www.usf.edu/TSI/.

Page 32: Voice Over Internet Protocol (VoIP). What is Voice over Internet Protocol? IP Network Conversion of sound into digital signal Encapsulation in IP packet.

Questions?