SlideShare una empresa de Scribd logo
1 de 6
VOICE OVER INTERNET PROTOCOL

             Y.Mallikarjunareddy,
            Finalyear E.C.E Branch,
             Roll No: 082J1A0429,
          AVR&SVR Engg College,
           Kurnool,AndhraPradesh,
        Email Id: yerasumalli@gmail.com


                    ABSTRACT
   VoIP (voice over IP - that is, voice delivered using       The first VoIP application was introduced in 1995
the Internet Protocol) is a term used in IP telephony      - an "Internet Phone". An Israeli company by the
for a set of facilities for managing the delivery of       name of "Vocal Tec" was the one developing this
voice information using the Internet Protocol (IP).        application. The application was designed to run on a
VoIP is therefore telephony using a packet based           basic PC. The idea was to compress the voice signal
network instead of the PSTN (circuit switched). The        and translate it into IP packets for transmission over
application was designed to run on a basic PC. The         the Internet. This "first generation" VoIP application
idea was to compress the voice signal and translate it     suffered from delays (due to congestion),
into IP packets for transmission over the Internet.        disconnection, low quality (both due to lost and out
The most significant development is gateways that act      of order packets) and incompatibility.
as an interface between IP and PSTNnetworks.                  Vocal Tec’s Internet phone was a significant
   Keywords-VoiceProcessingModule;PCM                      breakthrough, although the application's many
Interface;EchoCancellation;IdleNoiseDetection;             problems prevented it from becoming a popular
Tone Detector;Packet VoiceProtocol;Voice Playback          product. Since this step IP telephony has developed
Module; Call Signaling Module; Packet Processing           rapidly. The most significant development is
Module;Network Management Protocol.                        gateways that act as an interface between IP and
                                                           PSTN networks.
1. Introduction
                                                           2) WHAT IS VoIP?
    VoIP (voice over IP - that is, voice delivered using
the Internet Protocol) is a term used in IP telephony
                                                              Voice over IP (VoIP) is a blanket description for
for a set of facilities for managing the delivery of
                                                           any service that delivers standard voice telephone
voice information using the Internet Protocol (IP). In
                                                           services over Internet Protocol (IP). Computers to
general, this means sending voice information in
                                                           transfer data and files between computers normally
digital form in discrete packets rather than in the
                                                           use Internet protocol.
traditional circuit-committed protocols of the public
switched telephone network (PSTN). A major
advantage of VoIP and Internet telephony is that it
avoids the tolls charged by ordinary telephone service
    VoIP is therefore telephony using a packet based
network instead of the PSTN (circuit switched).
    During the early 90's the Internet was beginning
its commercial spread. The Internet Protocol (IP),
part of the TCP/IP suite (developed by the U.S.
Department of Defense to link dissimilar computers
across many kinds of data networks) seemed to have
the necessary qualities to become the successor of the
PSTN.
"Voice over IP is the technology of digitizing               The gateway allows the calls to transfer from one
sound, compressing it, breaking it up into data             network to the other by converting the incoming
packets, and sending it over an IP (internet protocol)      signal into the type of signal required by the network
network where it is reassembled, decompressed, and          it is required to send it on. For example, A PC user
converted back into an analog wave form...” The             wishes to call someone using a conventional phone.
transmission of sound over a packet switched                The PC sends the IP packets containing digitized
network in this manner is an order of magnitude more        voice to the gateway.
efficient than the transmission of sound over a circuit
switched network.                                           3) REQUIREMENT OF VoIP
   As mentioned before, VoIP saves bandwidth also
by sending only the conversation data and not                  The requirements for implementing an IP
sending the silence periods. This is a considerable         Telephony solution to support Voice Over IP varies
saving because generally only one person talks at a         from organization to organization, and depends on
time while the other is listening. By removing the          the vendor and product chosen. The following section
VoIP packets containing silence from the overall            aims to identify the fundamental requirements in the
VoIP traffic we can reach up to 50% saving. In a            general case and is split into 3 sections:
circuit switched network, one call consumes the
entire circuit. That circuit can only carry one call at a      Software Requirements
time.                                                          Hardware Requirements
   In a packet switched network, digital data is               Protocol Requirements
chopped up into packets, sent across the network, and
reassembled at the destination. This type of circuit
can accommodate many transmissions at the same              3.1 Software Requirements
time because each packet only takes up what
bandwidth that is necessary.. Internet Telephony                The software package chosen will reflect the
simply takes advantage of the efficiencies of packet        organizational needs, but should contain the
switched networks.                                          following modules as defined in the Technology
   Gateways are the key component required to               Guide Series - Voice over IP Publication, and other
facilitate IP Telephony.                                    sources.
   A gateway is used to bridge the traditional circuit
switched PSTN with the packet switched Internet.                Voice Processing Module. This aspect of the
                                                            software is required to prepare voice samples for
                                                            transmission. The functionality provided by the voice
                                                            processing module should support:
                                                                A PCM Interface is required to receive samples
                                                            from the telephony interface (e.g. a voice card) and
                                                            forward them to the Voice Over IP software for
                                                            further processing.
                                                                Echo Cancellation is required to reduce or
                                                            eliminate the echo introduced as a result of the round
                                                            trip exceeding 50 milliseconds.
                                                                Idle Noise Detection is required to suppress
                                                            packet transmission on the network when there are no
                                                            voice signals to be sent. This helps to reduce network
                                                            traffic as up to 60% of voice calls are silence and
                                                            there is no point in sending silence.
                                                                A Tone Detector is required to discriminate
                                                            between voice and fax signals by detecting DTMF
                                                            (Dial Tone Multi frequency) signals.
                                                                The Packet Voice Protocol is required to
                                                            encapsulate compressed voice and fax data for
                                                            transmission over the network.
                                                                A Voice Playback Module is required at the
                                                            destination to buffer the incoming packets before
                                                            they are sent to the Codec for decompression.
Call Signaling Module. This is required to serve         G.723.1 defines how an audio signal with a
as a signaling gateway which allows calls to be          bandwidth of 3.4 KHz should be encoded for
established over a packet switched network as            transmission at data rates of 5.3Kbps and 6.4Kbps.
opposed to a circuit switched network (PSTN for          G.723.1 requires a very low transmission rate and
example).                                                delivers near carrier class quality. The VoIP Forum
   Packet Processing Module. This module is              as the baseline Codec for low bit rate IP Telephony
required to process the voice and signaling packets      has chosen this encoding technique.
ready for transmission on the IP based network.             G.711. The ITU standardized PCM (Pulse Code
   Network Management Protocol. Allows for               Modulation) as G.711. This allows carrier class
fault, accounting and configuration management to        quality audio signals to be encoded for transmission
be performed.                                            at data rates of 56Kbps or 64Kbps. G.711 uses A-
                                                         Law or Mu-Law for amplitude compression and is
3.2 Hardware Requirements                                the baseline requirement for most ITU multimedia
                                                         communications standards.
                                                            Real-Time Transport Protocol (RTP) is the
     The exact hardware, which would be required,
                                                         standard protocol for streaming applications
again, depends on organizational needs and budget.
                                                         developed within the IETF (Internet Engineering
The list below highlights the most general hardware
                                                         Task Force).
required.
                                                            Resource Reservation Protocol (RSVP) is the
    The most obvious requirement is the existence (or
                                                         protocol which supports the reservation of resources
installation) of an IP based network within the branch
                                                         across an IP network. RSVP can be used to indicate
office gateway is required to bridge the differences
                                                         the nature of the packet streams that a node is
between the protocols used on an IP based network
                                                         prepared to receive.
and the protocols used on the PSTN.
    The gateway takes a standard telephone signal and
digitizes it before compressing it using a Codec. The    4) HOW VoIP WORKS?
compressed data is put into IP packets and these
packets are routed over the network to the intended
destination.
    The PC's attached to the IP based network require
the voice/fax software outlined above. They also
require Full Duplex Voice Cards which allow both
communicating parties to speak at the same time - as
often happens in reality.
    As an alternative to installing Voice Cards, IP
Telephones can be attached to the network to
facilitate Voice Over IP. A secondary gateway should
be considered as a backup in the event of the failure
of the primary gateway.

3.3 Protocol Requirements

   There are many protocols in existence but the
main ones are considered to be the following:

   H.323      is     an      ITU      (International
Telecommunications Union) approved standard
which defines how audio /visual conferencing data is
transmitted across a network. H.323 relies on the
RTP (Real-Time Transport Protocol) and RTCP
(Real Time Control Protocol) on top of UDP (User
Datagram Protocol) to deliver audio streams across
packet based networks.
VoIP over the Internet This is probably the best
                                                          known and most publicized, talking PC to PC.
                                                          Basically free telephone calls. The call is only free if
                                                          both parties to the call have access to the public
                                                          Internet at zero cost...
                                                              Advantage... free calls regardless of distance or
                                                          length of call.
                                                              Disadvantage.... often the voice quality is bad due
                                                          to the lack of bandwidth available for the call.
                                                              Other factors. Have to use a PC or other computer
                                                          running VoIP software.
                                                              Office to Office A large multinational company
                                                          will have offices across the whole country. They have
                                                          a fixed data network connecting all the offices
                                                          together. This allows every computer access to every
                                                          other computer in the company. By installing a VoIP
                                                          Gateway in each office and connecting it to the office
                                                          legacy PBX and to the data network, employees use
                                                          the data network for voice calls between offices.
                                                              Advantages. Interoffice calls are free, since the
                                                          company already has the bandwidth between offices.
                                                          The technology is transparent to the user, and
                                                          requires minimum training. The only new equipment
                                                          required is a gateway at each office. Voice quality is
                                                          good, because the company has control over the
4.1 How VoIP works: Part 1                                bandwidth.
                                                              Disadvantage. Extra bandwidth may be required
    Let us look at very simple VoIP call. Consider two    between offices, which offset the savings.
VoIP telephones connected via an IP network .In this          Other factors... The carrier providing the
example both VoIP telephones are connected to a           interoffice bandwidth will almost certainly offer an
local LAN. Sally’s phone has an IP address of             alternative solution including management of the
192.168.1.1, Bill’s phone is 192.168.1.2, the IP          internal telephone traffic.
addresses uniquely identify the telephones. Both our          IP PBX A traditional Private Branch Exchange
phones are configured to use a widely used VoIP           (PBX) connects all the phones within an organization
standard called H.323.                                    to the public telephone network. Essentially IP PBX
    Bill wants to talk to Sally and his phone knows the   replaces all the internal phones with VoIP telephones.
IP address of Sally’s phone. Bill lifts the handset and   The IP PBX has standard telephone trunk
'dials' Sally, the phone sends a call setup request       connections to the public telephone network. The IP
packet to Sally's phone, Sally’s phone starts to ring,    PBX is a PBX with VoIP, but it also has the ability to
and responds to Bill's phone with a call proceeding       support VoIP over the Internet and Office to Office
message. When Sally lifts the handset the phone           VoIP.
sends a connect message to Bill's phone. The two
phones will now exchange the data packets
containing the speech. At the end of the call Bill
replaces his handset and phone stops sending voice
data sends a disconnect message and Sally's phone
responds with a release message. The call is now
complete. all the messages contain the Q931 ISDN
protocol.
    Having introduced VoIP I will now talk about
three main 'types' of VoIP installed in the market
place today.
    Main ‘types’ VoIP
    VoIP has broadly three main branches, which can
and do overlap.
4.2 How VoIP works part 2: The Protocols.                    As such, H.323 addresses the core Internet-
                                                         telephony applications by defining how delay-
                                                         sensitive traffic, (i.e., voice and video), gets priority
    I have made an assumption that both ends of a
                                                         transport to ensure real-time communications service
VoIP telephone conversation are compatible. This
                                                         over the Internet. (The H.324 specification defines
compatibility only happens if both ends agree to use
                                                         the transport of voice, data, and video over regular
the same protocol. All manufacturers who claim to be
                                                         telephony networks, while H.320 defines the
producing industry standard voice over IP either
                                                         protocols for transporting voice, data, and video over
support SIP or H.323 protocol.
                                                         integrated services digital network (ISDN).
   What is H.323?                                        4.3 How VoIP works part 3: Encoding
    Over the next few years, the industry will address
the bandwidth limitations by upgrading the Internet
backbone to asynchronous transfer mode (ATM), the            The call control part of H.323 sets up the
switching fabric designed to handle voice, data, and     parameters for the full duplex voice path between
video traffic. Such network optimization will go a       source telephone and destination telephone. I will
long way toward eliminating network congestion and       continue with my analogies to explain how your
the associated packet loss. The Internet industry also   voice gets transported across the Internet.
is tackling the problems of network reliability and          In terms of H.323 there is a trade off between call
sound quality on the Internet through the gradual        quality and bandwidth, in general the higher the
adoption of standards. Standards-setting efforts are     quality the greater the bandwidth required
focusing on the three central elements of Internet           During the call setup portion of H.323 the phones
telephony: the audio codec format; transport             have to decide which speech encoder/decoder to use
protocols; and directory services.                       when they send the speech to the other phone, Bill
                                                         and Sally both have phones that support G.723.1,
   H.323 Call Sequence:                                  G.711 and G729.
                                                                The main difference between each of these
                                                         encoders is the amount of bandwidth they use, G.711
                                                         uses 64kbit/s and G.723.1 can use as little as
                                                         5.3kbit/s. Although it would seem obvious to use the
                                                         encoder with the lowest bandwidth, there is a loss of
                                                         quality with a lower bandwidth.. At the same time a
                                                         stream of G723.1 encoded voice data starts being sent
                                                         from each phone to the other phone.

                                                         4.4 How VoIP works part 4: Hear the
                                                         Quality.

                                                             The performance of the speech encoders at each
                                                         end, the number of packets lost on route, Latency and
                                                         Jitter.
                                                               I have already talked about the encoders in the
                                                         previous section. I also bundle into the encoding
                                                         process echo suppression. In the early days of voice
                                                         calls via satellite there would be an annoying echo.
                                                         As the technology improved the echo disappeared.
                                                         Echo suppression is very key to good quality VoIP
                                                         calls. I do not dwell on the subject since the
                                                         mathematics is beyond my comprehension. Good
                                                         echo suppression makes for quality calls.
                                                                Be warned that because a manufacturer has a
                                                         G.723.1 encoder it may not sound the same as
                                                         another manufacturer who claims to have G.723.1,
                                                         quality does vary. As a general rule the occasional
                                                         lost packet will not affect too drastically the quality
                                                         of a call, but lose 5 in a row and an entire word is lost
and this will be a problem. So if you are going to        result in considerable degradation of quality. Long
have lost packets make sure they are only lost in a       delays in transit can affect quality so much that the
regular distributed manner. 5% lost packets               technology can become unusable, though many
distributed evenly will not result in the loss of words   vendors do have solutions which aim to negate the
lose 5% of the words by clustering the packets and        degradation suffered due to transit delays.
the effect is bad.                                           While some standards have been set by the
                                                          ITU, the technology is not fully standardized and
5) Advantages and Weaknesses of VoIP:                     there is no guarantee that products from different
                                                          vendors will be interoperable. Some vendors are
                                                          trying to resolve this problem by forming groups and
5.1 Advantages:                                           making guarantees about the products in the group
                                                          but this is only a partial solution - vendor’s out with
    There are many advantages to be gained from           the group cannot guarantee interoperability.
implementing an IP Telephony solution within the             Heavy congestion on the network can result in
organization. The following list aims to highlight        considerable degradation of service as IP is not
some of the advantages of such a strategy:                good at providing Quos (Quality of Service)
    Single network infrastructure. When installing        guarantees. Feedbacks to Lucent Technologies
VoIP in the office only a single cable is required to     customers reflect this worry. Major companies are
the desk, for both telephone and data. Eliminating        planning to install IP Telephony capabilities at some
separate telephone wiring.                                point and have carried out initial investigations,
    VoIP uses "soft" switching which eliminates           however:
most of the legacy PBX equipment. Reducing the               Since only one physical network for both data and
cost of installing a communications infra-structure       voice/fax transmissions is required, failure of the
and the maintenance cost once installed.                  network could be catastrophic, as all communications
     Simple upgrade path. The VoIP PBX                    capabilities are lost.
technology is software based. It is easier to expand,
upgrade and maintain than its traditional telephony       6) Conclusion:
counterparts.
    Bandwidth efficiency. VoIP can compress more             Without a doubt, the data revolution will only gain
voice calls into available bandwidth than legacy          momentum in the coming years, with more and more
telephony.. IP Telephony helps to eliminate wasted        voice traffic moving onto data networks. Vendors of
bandwidth by not transporting the 60% of normal           voice equipment will continue to develop integrated
speech which is silence                                   voice and data devices based on packetized
    IP - the underlying protocol - is supported by        technology. Users with ubiquitous voice and data
most platforms and is independent of the transport        service integrated over one universal infrastructure
protocol used.                                            will benefit from true, seamless, transparent
     Only one physical network is required to deal        interworking between voice and all types of data.
with both voice/fax and     data traffic instead of two
physical networks. Having only one physical network
has the following advantages:
                                                          7) References:
     Lower physical equipment cost, lower
maintenance costs.                                           1.   Computer     Networks    by     Andrew
                                                          S.Tanenbaum
5.2 Weaknesses:                                              2. Internetworking with TCP/IP by Douglas
                                                          E.comer
                                                             3. www.iec.org.com
   While there are many aspects of VoIP which                4. www.telogy.com
provide considerable benefits, the technology is still       5. www.rad.com
very young and problems remain. The following                6. www.mailto:blazer@gslis.utexas.edu
section looks at some of the weaknesses of this
technology and their consequences.
   The Internet is not the best medium for real
time communications. Individual packets can take
different routes and varying delays can be
encountered and packets lost in transit. Waiting for
delayed packets or retransmission of lost packets can

Más contenido relacionado

La actualidad más candente

Efficient Telecommunication Infrastructure with Internet Telephony (VoIP)
Efficient Telecommunication Infrastructure with Internet Telephony (VoIP)Efficient Telecommunication Infrastructure with Internet Telephony (VoIP)
Efficient Telecommunication Infrastructure with Internet Telephony (VoIP)Thomas Siegers
 
VOICE OVER INTERNET PROTOCOL
VOICE OVER INTERNET PROTOCOLVOICE OVER INTERNET PROTOCOL
VOICE OVER INTERNET PROTOCOLRajan Kumar
 
Practical Fundamentals of Voice over IP (VoIP) for Engineers and Technicians
Practical Fundamentals of Voice over IP (VoIP) for Engineers and TechniciansPractical Fundamentals of Voice over IP (VoIP) for Engineers and Technicians
Practical Fundamentals of Voice over IP (VoIP) for Engineers and TechniciansLiving Online
 
Voice over IP By SAIKIRAN PANJALA
Voice over IP By SAIKIRAN PANJALAVoice over IP By SAIKIRAN PANJALA
Voice over IP By SAIKIRAN PANJALASaikiran Panjala
 
Pbx Presentation V021
Pbx Presentation V021Pbx Presentation V021
Pbx Presentation V021nicklacey
 
VOIP: VOICE OVER IP
VOIP: VOICE OVER IPVOIP: VOICE OVER IP
VOIP: VOICE OVER IPVideoguy
 
VoIP (Voice over Internet Protocol)
VoIP (Voice over Internet Protocol)VoIP (Voice over Internet Protocol)
VoIP (Voice over Internet Protocol)Abdullah Shah
 
VoIP and multimedia networking
VoIP and multimedia networkingVoIP and multimedia networking
VoIP and multimedia networkingsangusajjan
 
Voice over Internet Protocol (VoIP) using Asterisk
Voice over Internet Protocol (VoIP) using AsteriskVoice over Internet Protocol (VoIP) using Asterisk
Voice over Internet Protocol (VoIP) using AsteriskSameer Verma
 
Introduction to VoIP, RTP and SIP
Introduction to VoIP, RTP and SIP Introduction to VoIP, RTP and SIP
Introduction to VoIP, RTP and SIP ThousandEyes
 
Voice over internet protocol
Voice over internet protocolVoice over internet protocol
Voice over internet protocolJames Watt
 
Voice over internet protocol
Voice over internet protocolVoice over internet protocol
Voice over internet protocolJames Watt
 
Introduction to VoIP using SIP
Introduction to VoIP using SIPIntroduction to VoIP using SIP
Introduction to VoIP using SIPKundan Singh
 
A distributed ip based telecommunication system using sip
A distributed ip based telecommunication system using sipA distributed ip based telecommunication system using sip
A distributed ip based telecommunication system using sipIJCNCJournal
 
Avaya VoIP on Cisco Best Practices by PacketBase
Avaya VoIP on Cisco Best Practices by PacketBaseAvaya VoIP on Cisco Best Practices by PacketBase
Avaya VoIP on Cisco Best Practices by PacketBasePacketBase, Inc.
 
Hospitality Solution Fibexp Mauritius
Hospitality Solution Fibexp MauritiusHospitality Solution Fibexp Mauritius
Hospitality Solution Fibexp MauritiusArun Kumar Singh
 

La actualidad más candente (20)

Introduction to VoIP
Introduction to VoIPIntroduction to VoIP
Introduction to VoIP
 
Efficient Telecommunication Infrastructure with Internet Telephony (VoIP)
Efficient Telecommunication Infrastructure with Internet Telephony (VoIP)Efficient Telecommunication Infrastructure with Internet Telephony (VoIP)
Efficient Telecommunication Infrastructure with Internet Telephony (VoIP)
 
VOICE OVER INTERNET PROTOCOL
VOICE OVER INTERNET PROTOCOLVOICE OVER INTERNET PROTOCOL
VOICE OVER INTERNET PROTOCOL
 
Practical Fundamentals of Voice over IP (VoIP) for Engineers and Technicians
Practical Fundamentals of Voice over IP (VoIP) for Engineers and TechniciansPractical Fundamentals of Voice over IP (VoIP) for Engineers and Technicians
Practical Fundamentals of Voice over IP (VoIP) for Engineers and Technicians
 
Voip
VoipVoip
Voip
 
Distributed IP-PBX
Distributed IP-PBX Distributed IP-PBX
Distributed IP-PBX
 
Voice over IP By SAIKIRAN PANJALA
Voice over IP By SAIKIRAN PANJALAVoice over IP By SAIKIRAN PANJALA
Voice over IP By SAIKIRAN PANJALA
 
Pbx Presentation V021
Pbx Presentation V021Pbx Presentation V021
Pbx Presentation V021
 
VOIP: VOICE OVER IP
VOIP: VOICE OVER IPVOIP: VOICE OVER IP
VOIP: VOICE OVER IP
 
VoIP (Voice over Internet Protocol)
VoIP (Voice over Internet Protocol)VoIP (Voice over Internet Protocol)
VoIP (Voice over Internet Protocol)
 
VoIP and multimedia networking
VoIP and multimedia networkingVoIP and multimedia networking
VoIP and multimedia networking
 
Voice over Internet Protocol (VoIP) using Asterisk
Voice over Internet Protocol (VoIP) using AsteriskVoice over Internet Protocol (VoIP) using Asterisk
Voice over Internet Protocol (VoIP) using Asterisk
 
Report
ReportReport
Report
 
Introduction to VoIP, RTP and SIP
Introduction to VoIP, RTP and SIP Introduction to VoIP, RTP and SIP
Introduction to VoIP, RTP and SIP
 
Voice over internet protocol
Voice over internet protocolVoice over internet protocol
Voice over internet protocol
 
Voice over internet protocol
Voice over internet protocolVoice over internet protocol
Voice over internet protocol
 
Introduction to VoIP using SIP
Introduction to VoIP using SIPIntroduction to VoIP using SIP
Introduction to VoIP using SIP
 
A distributed ip based telecommunication system using sip
A distributed ip based telecommunication system using sipA distributed ip based telecommunication system using sip
A distributed ip based telecommunication system using sip
 
Avaya VoIP on Cisco Best Practices by PacketBase
Avaya VoIP on Cisco Best Practices by PacketBaseAvaya VoIP on Cisco Best Practices by PacketBase
Avaya VoIP on Cisco Best Practices by PacketBase
 
Hospitality Solution Fibexp Mauritius
Hospitality Solution Fibexp MauritiusHospitality Solution Fibexp Mauritius
Hospitality Solution Fibexp Mauritius
 

Destacado

Voice over internet protocol
Voice over internet protocolVoice over internet protocol
Voice over internet protocolYrasumalli Reddy
 
Voip (voice over internet protocol)
Voip (voice over internet protocol)Voip (voice over internet protocol)
Voip (voice over internet protocol)Fonebell
 
Teaching Students with Emojis, Emoticons, & Textspeak
Teaching Students with Emojis, Emoticons, & TextspeakTeaching Students with Emojis, Emoticons, & Textspeak
Teaching Students with Emojis, Emoticons, & TextspeakShelly Sanchez Terrell
 
Hype vs. Reality: The AI Explainer
Hype vs. Reality: The AI ExplainerHype vs. Reality: The AI Explainer
Hype vs. Reality: The AI ExplainerLuminary Labs
 
Study: The Future of VR, AR and Self-Driving Cars
Study: The Future of VR, AR and Self-Driving CarsStudy: The Future of VR, AR and Self-Driving Cars
Study: The Future of VR, AR and Self-Driving CarsLinkedIn
 

Destacado (6)

Voice over internet protocol
Voice over internet protocolVoice over internet protocol
Voice over internet protocol
 
Voip (voice over internet protocol)
Voip (voice over internet protocol)Voip (voice over internet protocol)
Voip (voice over internet protocol)
 
Voiceoverip
VoiceoveripVoiceoverip
Voiceoverip
 
Teaching Students with Emojis, Emoticons, & Textspeak
Teaching Students with Emojis, Emoticons, & TextspeakTeaching Students with Emojis, Emoticons, & Textspeak
Teaching Students with Emojis, Emoticons, & Textspeak
 
Hype vs. Reality: The AI Explainer
Hype vs. Reality: The AI ExplainerHype vs. Reality: The AI Explainer
Hype vs. Reality: The AI Explainer
 
Study: The Future of VR, AR and Self-Driving Cars
Study: The Future of VR, AR and Self-Driving CarsStudy: The Future of VR, AR and Self-Driving Cars
Study: The Future of VR, AR and Self-Driving Cars
 

Similar a Voice over internet protocol final

voice over internet protocol
voice over internet protocol voice over internet protocol
voice over internet protocol jomin mathew
 
Voice over IP: Issues and Protocols
Voice over IP: Issues and ProtocolsVoice over IP: Issues and Protocols
Voice over IP: Issues and ProtocolsVideoguy
 
Md Minhajul Haq (072849556)
Md Minhajul Haq (072849556)Md Minhajul Haq (072849556)
Md Minhajul Haq (072849556)mashiur
 
Wimax and VoIP Presentation
Wimax and VoIP PresentationWimax and VoIP Presentation
Wimax and VoIP PresentationMario B.
 
Voice Over IP (VoIP)
Voice Over IP (VoIP)Voice Over IP (VoIP)
Voice Over IP (VoIP)habib_786
 
Voip(Voice over internet Protocol)
Voip(Voice over internet Protocol) Voip(Voice over internet Protocol)
Voip(Voice over internet Protocol) Ankit Gupta
 
Customized IVR Implementation Using Voicexml on SIP (Voip) Communication Plat...
Customized IVR Implementation Using Voicexml on SIP (Voip) Communication Plat...Customized IVR Implementation Using Voicexml on SIP (Voip) Communication Plat...
Customized IVR Implementation Using Voicexml on SIP (Voip) Communication Plat...IJMER
 
Voice Quality Metrics in VoIP
Voice Quality Metrics in VoIPVoice Quality Metrics in VoIP
Voice Quality Metrics in VoIPFraj Alshahibi
 
Voice over internet protocol
Voice over internet protocolVoice over internet protocol
Voice over internet protocolSiddiqui Aafrin
 
A NEW SYSTEM ON CHIP RECONFIGURABLE GATEWAY ARCHITECTURE FOR VOICE OVER INTER...
A NEW SYSTEM ON CHIP RECONFIGURABLE GATEWAY ARCHITECTURE FOR VOICE OVER INTER...A NEW SYSTEM ON CHIP RECONFIGURABLE GATEWAY ARCHITECTURE FOR VOICE OVER INTER...
A NEW SYSTEM ON CHIP RECONFIGURABLE GATEWAY ARCHITECTURE FOR VOICE OVER INTER...csandit
 
A NEW SYSTEM ON CHIP RECONFIGURABLE GATEWAY ARCHITECTURE FOR VOICE OVER INTER...
A NEW SYSTEM ON CHIP RECONFIGURABLE GATEWAY ARCHITECTURE FOR VOICE OVER INTER...A NEW SYSTEM ON CHIP RECONFIGURABLE GATEWAY ARCHITECTURE FOR VOICE OVER INTER...
A NEW SYSTEM ON CHIP RECONFIGURABLE GATEWAY ARCHITECTURE FOR VOICE OVER INTER...cscpconf
 

Similar a Voice over internet protocol final (20)

voice over internet protocol
voice over internet protocol voice over internet protocol
voice over internet protocol
 
VoIP
VoIPVoIP
VoIP
 
Voice over IP: Issues and Protocols
Voice over IP: Issues and ProtocolsVoice over IP: Issues and Protocols
Voice over IP: Issues and Protocols
 
Md Minhajul Haq (072849556)
Md Minhajul Haq (072849556)Md Minhajul Haq (072849556)
Md Minhajul Haq (072849556)
 
How does VOIP work diagram
How does VOIP work diagramHow does VOIP work diagram
How does VOIP work diagram
 
VOIP Technology
VOIP TechnologyVOIP Technology
VOIP Technology
 
Wimax and VoIP Presentation
Wimax and VoIP PresentationWimax and VoIP Presentation
Wimax and VoIP Presentation
 
VOIP security
VOIP securityVOIP security
VOIP security
 
Voice Over IP (VoIP)
Voice Over IP (VoIP)Voice Over IP (VoIP)
Voice Over IP (VoIP)
 
ccna project
ccna projectccna project
ccna project
 
Voip(Voice over internet Protocol)
Voip(Voice over internet Protocol) Voip(Voice over internet Protocol)
Voip(Voice over internet Protocol)
 
Customized IVR Implementation Using Voicexml on SIP (Voip) Communication Plat...
Customized IVR Implementation Using Voicexml on SIP (Voip) Communication Plat...Customized IVR Implementation Using Voicexml on SIP (Voip) Communication Plat...
Customized IVR Implementation Using Voicexml on SIP (Voip) Communication Plat...
 
A W T Profoss VoIP & Asterisk
A W T  Profoss VoIP & AsteriskA W T  Profoss VoIP & Asterisk
A W T Profoss VoIP & Asterisk
 
Voice Quality Metrics in VoIP
Voice Quality Metrics in VoIPVoice Quality Metrics in VoIP
Voice Quality Metrics in VoIP
 
Voice over internet protocol
Voice over internet protocolVoice over internet protocol
Voice over internet protocol
 
Voice over IP
Voice over IPVoice over IP
Voice over IP
 
Internet telephony
Internet telephonyInternet telephony
Internet telephony
 
A NEW SYSTEM ON CHIP RECONFIGURABLE GATEWAY ARCHITECTURE FOR VOICE OVER INTER...
A NEW SYSTEM ON CHIP RECONFIGURABLE GATEWAY ARCHITECTURE FOR VOICE OVER INTER...A NEW SYSTEM ON CHIP RECONFIGURABLE GATEWAY ARCHITECTURE FOR VOICE OVER INTER...
A NEW SYSTEM ON CHIP RECONFIGURABLE GATEWAY ARCHITECTURE FOR VOICE OVER INTER...
 
A NEW SYSTEM ON CHIP RECONFIGURABLE GATEWAY ARCHITECTURE FOR VOICE OVER INTER...
A NEW SYSTEM ON CHIP RECONFIGURABLE GATEWAY ARCHITECTURE FOR VOICE OVER INTER...A NEW SYSTEM ON CHIP RECONFIGURABLE GATEWAY ARCHITECTURE FOR VOICE OVER INTER...
A NEW SYSTEM ON CHIP RECONFIGURABLE GATEWAY ARCHITECTURE FOR VOICE OVER INTER...
 
Phone System Roadmap
Phone System RoadmapPhone System Roadmap
Phone System Roadmap
 

Último

MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationRosabel UA
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxleah joy valeriano
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 

Último (20)

MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translation
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 

Voice over internet protocol final

  • 1. VOICE OVER INTERNET PROTOCOL Y.Mallikarjunareddy, Finalyear E.C.E Branch, Roll No: 082J1A0429, AVR&SVR Engg College, Kurnool,AndhraPradesh, Email Id: yerasumalli@gmail.com ABSTRACT VoIP (voice over IP - that is, voice delivered using The first VoIP application was introduced in 1995 the Internet Protocol) is a term used in IP telephony - an "Internet Phone". An Israeli company by the for a set of facilities for managing the delivery of name of "Vocal Tec" was the one developing this voice information using the Internet Protocol (IP). application. The application was designed to run on a VoIP is therefore telephony using a packet based basic PC. The idea was to compress the voice signal network instead of the PSTN (circuit switched). The and translate it into IP packets for transmission over application was designed to run on a basic PC. The the Internet. This "first generation" VoIP application idea was to compress the voice signal and translate it suffered from delays (due to congestion), into IP packets for transmission over the Internet. disconnection, low quality (both due to lost and out The most significant development is gateways that act of order packets) and incompatibility. as an interface between IP and PSTNnetworks. Vocal Tec’s Internet phone was a significant Keywords-VoiceProcessingModule;PCM breakthrough, although the application's many Interface;EchoCancellation;IdleNoiseDetection; problems prevented it from becoming a popular Tone Detector;Packet VoiceProtocol;Voice Playback product. Since this step IP telephony has developed Module; Call Signaling Module; Packet Processing rapidly. The most significant development is Module;Network Management Protocol. gateways that act as an interface between IP and PSTN networks. 1. Introduction 2) WHAT IS VoIP? VoIP (voice over IP - that is, voice delivered using the Internet Protocol) is a term used in IP telephony Voice over IP (VoIP) is a blanket description for for a set of facilities for managing the delivery of any service that delivers standard voice telephone voice information using the Internet Protocol (IP). In services over Internet Protocol (IP). Computers to general, this means sending voice information in transfer data and files between computers normally digital form in discrete packets rather than in the use Internet protocol. traditional circuit-committed protocols of the public switched telephone network (PSTN). A major advantage of VoIP and Internet telephony is that it avoids the tolls charged by ordinary telephone service VoIP is therefore telephony using a packet based network instead of the PSTN (circuit switched). During the early 90's the Internet was beginning its commercial spread. The Internet Protocol (IP), part of the TCP/IP suite (developed by the U.S. Department of Defense to link dissimilar computers across many kinds of data networks) seemed to have the necessary qualities to become the successor of the PSTN.
  • 2. "Voice over IP is the technology of digitizing The gateway allows the calls to transfer from one sound, compressing it, breaking it up into data network to the other by converting the incoming packets, and sending it over an IP (internet protocol) signal into the type of signal required by the network network where it is reassembled, decompressed, and it is required to send it on. For example, A PC user converted back into an analog wave form...” The wishes to call someone using a conventional phone. transmission of sound over a packet switched The PC sends the IP packets containing digitized network in this manner is an order of magnitude more voice to the gateway. efficient than the transmission of sound over a circuit switched network. 3) REQUIREMENT OF VoIP As mentioned before, VoIP saves bandwidth also by sending only the conversation data and not The requirements for implementing an IP sending the silence periods. This is a considerable Telephony solution to support Voice Over IP varies saving because generally only one person talks at a from organization to organization, and depends on time while the other is listening. By removing the the vendor and product chosen. The following section VoIP packets containing silence from the overall aims to identify the fundamental requirements in the VoIP traffic we can reach up to 50% saving. In a general case and is split into 3 sections: circuit switched network, one call consumes the entire circuit. That circuit can only carry one call at a Software Requirements time. Hardware Requirements In a packet switched network, digital data is Protocol Requirements chopped up into packets, sent across the network, and reassembled at the destination. This type of circuit can accommodate many transmissions at the same 3.1 Software Requirements time because each packet only takes up what bandwidth that is necessary.. Internet Telephony The software package chosen will reflect the simply takes advantage of the efficiencies of packet organizational needs, but should contain the switched networks. following modules as defined in the Technology Gateways are the key component required to Guide Series - Voice over IP Publication, and other facilitate IP Telephony. sources. A gateway is used to bridge the traditional circuit switched PSTN with the packet switched Internet. Voice Processing Module. This aspect of the software is required to prepare voice samples for transmission. The functionality provided by the voice processing module should support: A PCM Interface is required to receive samples from the telephony interface (e.g. a voice card) and forward them to the Voice Over IP software for further processing. Echo Cancellation is required to reduce or eliminate the echo introduced as a result of the round trip exceeding 50 milliseconds. Idle Noise Detection is required to suppress packet transmission on the network when there are no voice signals to be sent. This helps to reduce network traffic as up to 60% of voice calls are silence and there is no point in sending silence. A Tone Detector is required to discriminate between voice and fax signals by detecting DTMF (Dial Tone Multi frequency) signals. The Packet Voice Protocol is required to encapsulate compressed voice and fax data for transmission over the network. A Voice Playback Module is required at the destination to buffer the incoming packets before they are sent to the Codec for decompression.
  • 3. Call Signaling Module. This is required to serve G.723.1 defines how an audio signal with a as a signaling gateway which allows calls to be bandwidth of 3.4 KHz should be encoded for established over a packet switched network as transmission at data rates of 5.3Kbps and 6.4Kbps. opposed to a circuit switched network (PSTN for G.723.1 requires a very low transmission rate and example). delivers near carrier class quality. The VoIP Forum Packet Processing Module. This module is as the baseline Codec for low bit rate IP Telephony required to process the voice and signaling packets has chosen this encoding technique. ready for transmission on the IP based network. G.711. The ITU standardized PCM (Pulse Code Network Management Protocol. Allows for Modulation) as G.711. This allows carrier class fault, accounting and configuration management to quality audio signals to be encoded for transmission be performed. at data rates of 56Kbps or 64Kbps. G.711 uses A- Law or Mu-Law for amplitude compression and is 3.2 Hardware Requirements the baseline requirement for most ITU multimedia communications standards. Real-Time Transport Protocol (RTP) is the The exact hardware, which would be required, standard protocol for streaming applications again, depends on organizational needs and budget. developed within the IETF (Internet Engineering The list below highlights the most general hardware Task Force). required. Resource Reservation Protocol (RSVP) is the The most obvious requirement is the existence (or protocol which supports the reservation of resources installation) of an IP based network within the branch across an IP network. RSVP can be used to indicate office gateway is required to bridge the differences the nature of the packet streams that a node is between the protocols used on an IP based network prepared to receive. and the protocols used on the PSTN. The gateway takes a standard telephone signal and digitizes it before compressing it using a Codec. The 4) HOW VoIP WORKS? compressed data is put into IP packets and these packets are routed over the network to the intended destination. The PC's attached to the IP based network require the voice/fax software outlined above. They also require Full Duplex Voice Cards which allow both communicating parties to speak at the same time - as often happens in reality. As an alternative to installing Voice Cards, IP Telephones can be attached to the network to facilitate Voice Over IP. A secondary gateway should be considered as a backup in the event of the failure of the primary gateway. 3.3 Protocol Requirements There are many protocols in existence but the main ones are considered to be the following: H.323 is an ITU (International Telecommunications Union) approved standard which defines how audio /visual conferencing data is transmitted across a network. H.323 relies on the RTP (Real-Time Transport Protocol) and RTCP (Real Time Control Protocol) on top of UDP (User Datagram Protocol) to deliver audio streams across packet based networks.
  • 4. VoIP over the Internet This is probably the best known and most publicized, talking PC to PC. Basically free telephone calls. The call is only free if both parties to the call have access to the public Internet at zero cost... Advantage... free calls regardless of distance or length of call. Disadvantage.... often the voice quality is bad due to the lack of bandwidth available for the call. Other factors. Have to use a PC or other computer running VoIP software. Office to Office A large multinational company will have offices across the whole country. They have a fixed data network connecting all the offices together. This allows every computer access to every other computer in the company. By installing a VoIP Gateway in each office and connecting it to the office legacy PBX and to the data network, employees use the data network for voice calls between offices. Advantages. Interoffice calls are free, since the company already has the bandwidth between offices. The technology is transparent to the user, and requires minimum training. The only new equipment required is a gateway at each office. Voice quality is good, because the company has control over the 4.1 How VoIP works: Part 1 bandwidth. Disadvantage. Extra bandwidth may be required Let us look at very simple VoIP call. Consider two between offices, which offset the savings. VoIP telephones connected via an IP network .In this Other factors... The carrier providing the example both VoIP telephones are connected to a interoffice bandwidth will almost certainly offer an local LAN. Sally’s phone has an IP address of alternative solution including management of the 192.168.1.1, Bill’s phone is 192.168.1.2, the IP internal telephone traffic. addresses uniquely identify the telephones. Both our IP PBX A traditional Private Branch Exchange phones are configured to use a widely used VoIP (PBX) connects all the phones within an organization standard called H.323. to the public telephone network. Essentially IP PBX Bill wants to talk to Sally and his phone knows the replaces all the internal phones with VoIP telephones. IP address of Sally’s phone. Bill lifts the handset and The IP PBX has standard telephone trunk 'dials' Sally, the phone sends a call setup request connections to the public telephone network. The IP packet to Sally's phone, Sally’s phone starts to ring, PBX is a PBX with VoIP, but it also has the ability to and responds to Bill's phone with a call proceeding support VoIP over the Internet and Office to Office message. When Sally lifts the handset the phone VoIP. sends a connect message to Bill's phone. The two phones will now exchange the data packets containing the speech. At the end of the call Bill replaces his handset and phone stops sending voice data sends a disconnect message and Sally's phone responds with a release message. The call is now complete. all the messages contain the Q931 ISDN protocol. Having introduced VoIP I will now talk about three main 'types' of VoIP installed in the market place today. Main ‘types’ VoIP VoIP has broadly three main branches, which can and do overlap.
  • 5. 4.2 How VoIP works part 2: The Protocols. As such, H.323 addresses the core Internet- telephony applications by defining how delay- sensitive traffic, (i.e., voice and video), gets priority I have made an assumption that both ends of a transport to ensure real-time communications service VoIP telephone conversation are compatible. This over the Internet. (The H.324 specification defines compatibility only happens if both ends agree to use the transport of voice, data, and video over regular the same protocol. All manufacturers who claim to be telephony networks, while H.320 defines the producing industry standard voice over IP either protocols for transporting voice, data, and video over support SIP or H.323 protocol. integrated services digital network (ISDN). What is H.323? 4.3 How VoIP works part 3: Encoding Over the next few years, the industry will address the bandwidth limitations by upgrading the Internet backbone to asynchronous transfer mode (ATM), the The call control part of H.323 sets up the switching fabric designed to handle voice, data, and parameters for the full duplex voice path between video traffic. Such network optimization will go a source telephone and destination telephone. I will long way toward eliminating network congestion and continue with my analogies to explain how your the associated packet loss. The Internet industry also voice gets transported across the Internet. is tackling the problems of network reliability and In terms of H.323 there is a trade off between call sound quality on the Internet through the gradual quality and bandwidth, in general the higher the adoption of standards. Standards-setting efforts are quality the greater the bandwidth required focusing on the three central elements of Internet During the call setup portion of H.323 the phones telephony: the audio codec format; transport have to decide which speech encoder/decoder to use protocols; and directory services. when they send the speech to the other phone, Bill and Sally both have phones that support G.723.1, H.323 Call Sequence: G.711 and G729. The main difference between each of these encoders is the amount of bandwidth they use, G.711 uses 64kbit/s and G.723.1 can use as little as 5.3kbit/s. Although it would seem obvious to use the encoder with the lowest bandwidth, there is a loss of quality with a lower bandwidth.. At the same time a stream of G723.1 encoded voice data starts being sent from each phone to the other phone. 4.4 How VoIP works part 4: Hear the Quality. The performance of the speech encoders at each end, the number of packets lost on route, Latency and Jitter. I have already talked about the encoders in the previous section. I also bundle into the encoding process echo suppression. In the early days of voice calls via satellite there would be an annoying echo. As the technology improved the echo disappeared. Echo suppression is very key to good quality VoIP calls. I do not dwell on the subject since the mathematics is beyond my comprehension. Good echo suppression makes for quality calls. Be warned that because a manufacturer has a G.723.1 encoder it may not sound the same as another manufacturer who claims to have G.723.1, quality does vary. As a general rule the occasional lost packet will not affect too drastically the quality of a call, but lose 5 in a row and an entire word is lost
  • 6. and this will be a problem. So if you are going to result in considerable degradation of quality. Long have lost packets make sure they are only lost in a delays in transit can affect quality so much that the regular distributed manner. 5% lost packets technology can become unusable, though many distributed evenly will not result in the loss of words vendors do have solutions which aim to negate the lose 5% of the words by clustering the packets and degradation suffered due to transit delays. the effect is bad. While some standards have been set by the ITU, the technology is not fully standardized and 5) Advantages and Weaknesses of VoIP: there is no guarantee that products from different vendors will be interoperable. Some vendors are trying to resolve this problem by forming groups and 5.1 Advantages: making guarantees about the products in the group but this is only a partial solution - vendor’s out with There are many advantages to be gained from the group cannot guarantee interoperability. implementing an IP Telephony solution within the Heavy congestion on the network can result in organization. The following list aims to highlight considerable degradation of service as IP is not some of the advantages of such a strategy: good at providing Quos (Quality of Service) Single network infrastructure. When installing guarantees. Feedbacks to Lucent Technologies VoIP in the office only a single cable is required to customers reflect this worry. Major companies are the desk, for both telephone and data. Eliminating planning to install IP Telephony capabilities at some separate telephone wiring. point and have carried out initial investigations, VoIP uses "soft" switching which eliminates however: most of the legacy PBX equipment. Reducing the Since only one physical network for both data and cost of installing a communications infra-structure voice/fax transmissions is required, failure of the and the maintenance cost once installed. network could be catastrophic, as all communications Simple upgrade path. The VoIP PBX capabilities are lost. technology is software based. It is easier to expand, upgrade and maintain than its traditional telephony 6) Conclusion: counterparts. Bandwidth efficiency. VoIP can compress more Without a doubt, the data revolution will only gain voice calls into available bandwidth than legacy momentum in the coming years, with more and more telephony.. IP Telephony helps to eliminate wasted voice traffic moving onto data networks. Vendors of bandwidth by not transporting the 60% of normal voice equipment will continue to develop integrated speech which is silence voice and data devices based on packetized IP - the underlying protocol - is supported by technology. Users with ubiquitous voice and data most platforms and is independent of the transport service integrated over one universal infrastructure protocol used. will benefit from true, seamless, transparent Only one physical network is required to deal interworking between voice and all types of data. with both voice/fax and data traffic instead of two physical networks. Having only one physical network has the following advantages: 7) References: Lower physical equipment cost, lower maintenance costs. 1. Computer Networks by Andrew S.Tanenbaum 5.2 Weaknesses: 2. Internetworking with TCP/IP by Douglas E.comer 3. www.iec.org.com While there are many aspects of VoIP which 4. www.telogy.com provide considerable benefits, the technology is still 5. www.rad.com very young and problems remain. The following 6. www.mailto:blazer@gslis.utexas.edu section looks at some of the weaknesses of this technology and their consequences. The Internet is not the best medium for real time communications. Individual packets can take different routes and varying delays can be encountered and packets lost in transit. Waiting for delayed packets or retransmission of lost packets can