SlideShare a Scribd company logo
A
Project Report
Submitted in Partial fulfillment for the requirement for
award of B-Tech in
Electronics and Communication Engineering.
To
The Punjab Technical University,
Jalandhar.
Department of
ELECTRONICS & COMMUNICATION ENGINEERING
CHANDIGARH ENGGINEERING COLLEGE.
LANDRAN.
May-June 2014
Undertaken at
HCL CDC Mohali
Submitted By:
Amardeep Singh(1181771) Jaswinder Singh(1181786)
Project on VOIP
1.1 Introduction to VOIP
Voice over Internet Protocol (VoIP) is a methodology and group of technologies for the
delivery of voice communications and multimedia sessions over Internet Protocol (IP)
Networks, such as the Internet. Other terms commonly associated with VoIP are IP telephony,
Internet telephony, voice over broadband (Dobb), broadband telephony, IP communications,
and broadband phone service.
The term Internet telephony specifically refers to the provisioning of communications services
(voice, fax, SMS, voice-messaging) over the public Internet, rather than via the public switched
telephone network (PSTN). The steps and principles involved in originating VoIP telephone
calls are similar to traditional digital telephony and involve signaling, channel setup,
Digitization of the analog voice signals, and encoding. Instead of being transmitted over a
circuit-switched network, however, the digital information is packetized, and transmission
occurs as Internet Protocol(IP) packets over a packet- switched network. Such transmission
entails careful considerations about resource management different from time-division
multiplexing (TDM) networks.
Early providers of voice over IP services offered business models and technical solutions that
mirrored the architecture of the legacy telephone network. Second-generation providers,
such as Skype, have built closed networks for private user bases, offering the benefit of free
calls and convenience while potentially charging for access to other communication networks,
such as the PSTN. This has limited the freedom of users to mix-and-match third-party hardware
and software. Third-generation providers, such as Google Talk, have adopted the concept of
federated VoIP—which is a departure from the architecture of the legacy networks. These
solutions typically allow dynamic interconnection between users on any two domains on the
Internet when a user wishes to place a call.
Useful Terms
Understanding the terms is a first step toward learning the potential of this technology:
 VoIP refers to a way to carry phone calls over an IP data network, whether on the
Internet or your own internal network. A primary attraction of VoIP is its ability to help
reduce expenses because telephone calls travel over the data network rather than the
phone company's network.
 IP telephony encompasses the full suite of VoIP enabled services including the
interconnection of phones for communications; related services such as billing and
dialing plans; and basic features such as conferencing, transfer, forward, and hold.
These services might previously have been provided by a PBX.
 IP communications includes business applications that enhance communications to
enable features such as unified messaging, integrated contact centers, and rich-media
conferencing with voice, data, and video.
 Unified communication stakes IP communications a step further by using such
technologies as Session Initiation Protocol (SIP) and presence along with mobility
solutions to unify and simply all forms of communications, independent of location,
time, or device. (Learn more about unified communications.)
VoIP systems employ session control and signaling protocols to control the signaling, set-up,
and tear-down of calls. They transport audio streams over IP networks using special media
delivery protocols that encode voice, audio, video with audio codecs, and video codecs as
Digital audio by streaming media. Various codec exist that optimize the media stream based
on application requirements and network bandwidth; some implementations rely on
narrowband and compressed speech, while others support high fidelity stereo codecs. Some
popular codecs include μ-law and a-law versions of G.711, G.722, which is a high-fidelity
codec marketed as HD Voice by Polycot, a popular open source voice codec known as LBC, a
codec that only uses 8 Kbit/s each way called G.729, and many others.
VoIP is available on many smart phones, personal computers, and on Internet access devices.
Calls and SMS text messages may be sent over 3Gor Wi-Fi
1.2 Software & Hardware Requirements
To complete the work on VOIP NETWORK, I need a help from some software requirements.
Software requirements are as follow:
 Cisco Packet Tracer:
Used to do the project work easily & proper understanding.
 Windows 7:
It is an operating system. It is an interface unit between the user and hardware device.
 Microsoft Office:
It is used to save the work done on the project.
Hardware Used
 Routers : Cisco 2811 Series.
 Switches : Cisco 2960 Series.
 Devices : Computers, Servers, IP phones.
 Other Media : Console cables, Ethernet cables, Serial cable etc.
1.3 Network Layout (Front end + Back end)
1.4 IP Phones
A IP phone uses voice over IP (VoIP) technologies allowing telephone calls to be made over
an IP network such as the Internet instead of the ordinary PSTN system. Calls can traverse the
Internet, or a private IP network such as that of a company. The phones use control protocols
such as Session Initiation Protocol(SIP), Skinny Client Control Protocol(SCCP) or one of
various proprietary protocols such as that used bySkype. It is commonly refers to the
communication protocols, technologies and transmission techniques involved in the delivery
of voice communications and multimedia sessions over Internet Protocol (IP) networks, such
as the Internet.
Session Initiation Protocol (SIP) is a signaling protocol widely used [citation needed] for
controlling communication sessions such as voice and video calls over Internet Protocol (IP).
The protocol can be used for creating, modifying and terminating two-party (Uni-cast) or
multiparty (Multi-cast) sessions. Sessions may consist of one or several media streams.
Skinny Client Control Protocol (SCCP) is a
proprietary network terminal controlprotocol. SCCP
is a lightweight protocol for session signaling with
Cisco CallManager.
Examples of SCCP clients include the Cisco 7900
series of IP phones, Cisco IP Communicator
softphone along with Cisco Unity voicemail server.
CallManager acts as a signaling proxy for call events
initiated over other common protocols such as Session
Initiation Protocol (SIP), ISDN.A SCCP client uses
TCP/IP to communicate with one or more Call
Manager applications in a cluster. It uses the Real-
time Transport Protocol (RTP) over UDP-transport
for the bearer traffic (real-time audio stream).
Configuration of IP Phones
First you need to set the following topology ip phones / analog phones but connect phones to
power one by one after finishing configuration:
Next you will need to configure your switch with the following commands:
 Switch(config)#interface range fa0/1 – 6
 Switch(config-if-range)#switchport mode access
 Switch(config-if-range)#switchport voice vlan 1

Then we need to configure our router to provide IP address to IP phones and set the calling
numbers for phones , we will use CME call manager express embedded with router IOS itself.
 Router(config)#interface fa 0/0
 Router(config-if)#ip add 10.0.0.1 255.0.0.0
 Router(config-if)#no shut
 Router(config-if)#exit
 Router(config)#ip dhcp pool HCL
 Router(dhcp-config)#network 10.0.0.0 255.0.0.0
 Router(dhcp-config)#default-router 10.0.0.1
 Router(dhcp-config)#option 150 ip 10.0.0.1
 Router(dhcp-config)#exit
 Router(config)#telephony-service
 Router(config-telephony)#max-dn 10 ( max numbers on directory)
 Router(config-telephony)#max-ephones 10 (max number of phones)
 Router(config-telephony)#ip source-address 10.0.0.1 port 2000
 Router(config-telephony)#auto assign 1 to 10
 Router(config)#ephone-dn 1 (phone number 1)
 Router(config-ephone-dn)#number 100 (phone calling number)
 Router(config)#ephone-dn 2
 Router(config-ephone-dn)#number 101
 Router(config)#ephone-dn 3
 Router(config-ephone-dn)#number 102
 Router(config)#ephone-dn 4
 Router(config-ephone-dn)#number 103
 Router(config)#ephone-dn5
 Router(config-ephone-dn)#number 104
Chapter 8. Future Enhancement
Voice over Internet Protocol (VoIP) is one of the hottest and most hyped technologies in the
communications industry. Businesses and consumers are already taking advantage of the cost
savings and new features of making calls over a converged voice-data network, and the logical
next step is to take those advantages to the wireless world. The most widely publicized benefit
of VoIP is the ability to save costs on long distance charges and to network multiple offices
together. Businesses that have a data connection between their offices can utilize VoIP
technology to bypass long distance networks and provide more efficient communications
between offices. In a traditional setting, someone would have to dial the phone number to a
branch office, possibly paying a long distance charge for the call, wait for a receptionist or
automated system to answer and then become connected to the party they’re trying to reach.
Using VoIP, a person can simply dial an extension number and be connected immediately to a
party in another office, whether across town or around the world avoiding costly long distance
charges.
A second benefit is in the design of many telephone systems, often called IP based
systems. Rather than traditional phone systems with their own wiring infrastructure, IP based
systems use a data network infrastructure. This convergence of voice and data into a single
platform has tremendous advantages in simplifying the administration of the communications
network. Plus, IP utilizes data infrastructure that most likely already exists in many companies.
A third benefit is the ability to have remote phones with a single telephone number. For
example, an employee could work out of their home in New York, utilizing a phone number
with a California area code. This enables corporations to truly take advantage of having a
virtual office and or remote agents working out of a variety of location

More Related Content

What's hot

Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)
Varinder Singh Walia
 
Bridge
BridgeBridge
Lte lte advanced
Lte lte advancedLte lte advanced
Lte lte advanced
Hardik_Tank
 
networking device router,switches & bridges
networking device router,switches & bridgesnetworking device router,switches & bridges
networking device router,switches & bridges
keyur Nandaniya
 
MPLS (Multi-Protocol Label Switching)
MPLS (Multi-Protocol Label Switching)MPLS (Multi-Protocol Label Switching)
MPLS (Multi-Protocol Label Switching)
Vipin Sahu
 
ccna networking ppt
ccna networking pptccna networking ppt
ccna networking ppt
Er. Anmol Bhagat
 
Bgp protocol
Bgp protocolBgp protocol
Bgp protocol
Smriti Tikoo
 
CCNA training 101
CCNA training 101CCNA training 101
CCNA training 101
Rohan Reddy
 
Hot standby router protocol (hsrp) using
Hot standby router protocol (hsrp) usingHot standby router protocol (hsrp) using
Hot standby router protocol (hsrp) using
ShubhiGupta94
 
VRRP (virtual router redundancy protocol)
VRRP (virtual router redundancy protocol)VRRP (virtual router redundancy protocol)
VRRP (virtual router redundancy protocol)
Netwax Lab
 
VOIP Design & Implementation
VOIP Design & ImplementationVOIP Design & Implementation
VOIP Design & Implementation
Ahmed A. Arefin
 
LTE Architecture
LTE ArchitectureLTE Architecture
LTE Architecture
Manje Gowda
 
CCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsCCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsDsunte Wilson
 
WiMAX (IEEE 802.16)
WiMAX (IEEE 802.16)WiMAX (IEEE 802.16)
WiMAX (IEEE 802.16)Sajid Marwat
 
Chapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routingChapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routing
teknetir
 
Border Gateway Protocol
Border Gateway ProtocolBorder Gateway Protocol
Border Gateway ProtocolKashif Latif
 
Inter VLAN Routing
Inter VLAN RoutingInter VLAN Routing
Inter VLAN Routing
Netwax Lab
 

What's hot (20)

Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)
 
Bridge
BridgeBridge
Bridge
 
Lte lte advanced
Lte lte advancedLte lte advanced
Lte lte advanced
 
networking device router,switches & bridges
networking device router,switches & bridgesnetworking device router,switches & bridges
networking device router,switches & bridges
 
MPLS (Multi-Protocol Label Switching)
MPLS (Multi-Protocol Label Switching)MPLS (Multi-Protocol Label Switching)
MPLS (Multi-Protocol Label Switching)
 
ccna networking ppt
ccna networking pptccna networking ppt
ccna networking ppt
 
Bgp protocol
Bgp protocolBgp protocol
Bgp protocol
 
Mpls technology
Mpls technologyMpls technology
Mpls technology
 
CCNA training 101
CCNA training 101CCNA training 101
CCNA training 101
 
Hot standby router protocol (hsrp) using
Hot standby router protocol (hsrp) usingHot standby router protocol (hsrp) using
Hot standby router protocol (hsrp) using
 
VRRP (virtual router redundancy protocol)
VRRP (virtual router redundancy protocol)VRRP (virtual router redundancy protocol)
VRRP (virtual router redundancy protocol)
 
Vlan
Vlan Vlan
Vlan
 
VOIP Design & Implementation
VOIP Design & ImplementationVOIP Design & Implementation
VOIP Design & Implementation
 
LTE Architecture
LTE ArchitectureLTE Architecture
LTE Architecture
 
CCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsCCNA Advanced Routing Protocols
CCNA Advanced Routing Protocols
 
WiMAX (IEEE 802.16)
WiMAX (IEEE 802.16)WiMAX (IEEE 802.16)
WiMAX (IEEE 802.16)
 
Voip
VoipVoip
Voip
 
Chapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routingChapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routing
 
Border Gateway Protocol
Border Gateway ProtocolBorder Gateway Protocol
Border Gateway Protocol
 
Inter VLAN Routing
Inter VLAN RoutingInter VLAN Routing
Inter VLAN Routing
 

Viewers also liked

6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...
6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...
6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...
thesakshi12
 
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
Tarun Khaneja
 
How to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guideHow to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guide
IT Tech
 
networking report for sbit
networking report for sbit networking report for sbit
networking report for sbit
Ankit Dahiya
 
Ccna 3 chapter 1 v4.0 answers 2011
Ccna 3 chapter 1 v4.0 answers 2011Ccna 3 chapter 1 v4.0 answers 2011
Ccna 3 chapter 1 v4.0 answers 2011Dân Chơi
 
CCNA ppt Day 7
CCNA ppt Day 7CCNA ppt Day 7
CCNA ppt Day 7
VISHNU N
 
ppt on 6 weeks summer training
ppt on 6 weeks summer training ppt on 6 weeks summer training
ppt on 6 weeks summer training
Pulkit Mahajan
 
NAT Ccna
NAT CcnaNAT Ccna
NAT Ccna
singhsukdeep
 
CCNA part 7 acl
CCNA part 7 aclCCNA part 7 acl
Airtel
AirtelAirtel
Final report firewall reconciliation
Final report   firewall reconciliationFinal report   firewall reconciliation
Final report firewall reconciliationGurjan Oberoi
 
CCNA Security 010-configuring cisco asa
CCNA Security 010-configuring cisco asaCCNA Security 010-configuring cisco asa
CCNA Security 010-configuring cisco asa
Ahmed Habib
 
CCNA Security 07-Securing the local area network
CCNA Security 07-Securing the local area networkCCNA Security 07-Securing the local area network
CCNA Security 07-Securing the local area network
Ahmed Habib
 
CCNA Security 05- securing the management plane
CCNA Security 05- securing the management planeCCNA Security 05- securing the management plane
CCNA Security 05- securing the management plane
Ahmed Habib
 
Network Security - Layer 2
Network Security - Layer 2Network Security - Layer 2
Network Security - Layer 2
samis
 
CCNAv5 - S2: Chapter 9 Access Control Lists
CCNAv5 - S2: Chapter 9 Access Control ListsCCNAv5 - S2: Chapter 9 Access Control Lists
CCNAv5 - S2: Chapter 9 Access Control Lists
Vuz Dở Hơi
 
CCNA Security 06- AAA
CCNA Security 06- AAACCNA Security 06- AAA
CCNA Security 06- AAA
Ahmed Habib
 

Viewers also liked (20)

6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...
6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...
6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...
 
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
 
How to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guideHow to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guide
 
CCNA 2
CCNA 2 CCNA 2
CCNA 2
 
networking report for sbit
networking report for sbit networking report for sbit
networking report for sbit
 
Ccna 3 chapter 1 v4.0 answers 2011
Ccna 3 chapter 1 v4.0 answers 2011Ccna 3 chapter 1 v4.0 answers 2011
Ccna 3 chapter 1 v4.0 answers 2011
 
CCNA ppt Day 7
CCNA ppt Day 7CCNA ppt Day 7
CCNA ppt Day 7
 
ppt on 6 weeks summer training
ppt on 6 weeks summer training ppt on 6 weeks summer training
ppt on 6 weeks summer training
 
NAT Ccna
NAT CcnaNAT Ccna
NAT Ccna
 
CCNA part 7 acl
CCNA part 7 aclCCNA part 7 acl
CCNA part 7 acl
 
Chapter10ccna
Chapter10ccnaChapter10ccna
Chapter10ccna
 
Airtel
AirtelAirtel
Airtel
 
Final report firewall reconciliation
Final report   firewall reconciliationFinal report   firewall reconciliation
Final report firewall reconciliation
 
CCNA Security 010-configuring cisco asa
CCNA Security 010-configuring cisco asaCCNA Security 010-configuring cisco asa
CCNA Security 010-configuring cisco asa
 
Airtel
AirtelAirtel
Airtel
 
CCNA Security 07-Securing the local area network
CCNA Security 07-Securing the local area networkCCNA Security 07-Securing the local area network
CCNA Security 07-Securing the local area network
 
CCNA Security 05- securing the management plane
CCNA Security 05- securing the management planeCCNA Security 05- securing the management plane
CCNA Security 05- securing the management plane
 
Network Security - Layer 2
Network Security - Layer 2Network Security - Layer 2
Network Security - Layer 2
 
CCNAv5 - S2: Chapter 9 Access Control Lists
CCNAv5 - S2: Chapter 9 Access Control ListsCCNAv5 - S2: Chapter 9 Access Control Lists
CCNAv5 - S2: Chapter 9 Access Control Lists
 
CCNA Security 06- AAA
CCNA Security 06- AAACCNA Security 06- AAA
CCNA Security 06- AAA
 

Similar to ccna project

How does VOIP work diagram
How does VOIP work diagramHow does VOIP work diagram
How does VOIP work diagram
Thesis Scientist Private Limited
 
Voip on Wimax
Voip on WimaxVoip on Wimax
VOIP Technology
VOIP TechnologyVOIP Technology
VOIP Technology
Mohammad Ali Khan
 
VoIP (Voice over Internet Protocol).pdf
VoIP (Voice over Internet Protocol).pdfVoIP (Voice over Internet Protocol).pdf
VoIP (Voice over Internet Protocol).pdf
Okan YILDIZ
 
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
 
VoIP (Voice over Internet Protocol)
VoIP (Voice over Internet Protocol)VoIP (Voice over Internet Protocol)
VoIP (Voice over Internet Protocol)
Abdullah Shah
 
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
 
Ip
IpIp
385 voice over ip
385 voice over ip385 voice over ip
385 voice over ipjacinthsara
 
VoIP Literature review
VoIP Literature review VoIP Literature review
VoIP Literature review
jodoh247
 
Voice over Internet Protocol (VoIP)
Voice over Internet Protocol (VoIP)Voice over Internet Protocol (VoIP)
Voice over Internet Protocol (VoIP)
Fringe Division
 
Rubaiyet Rashid Romel (063454056)
Rubaiyet Rashid Romel (063454056)Rubaiyet Rashid Romel (063454056)
Rubaiyet Rashid Romel (063454056)mashiur
 
voice over internet protocol
voice over internet protocol voice over internet protocol
voice over internet protocol jomin mathew
 
Ip telephony
Ip telephonyIp telephony
Ip telephony
Deevena Dayaal
 
Paul final voip
Paul final voipPaul final voip
Paul final voipPaul Fares
 
VOIP: VOICE OVER IP
VOIP: VOICE OVER IPVOIP: VOICE OVER IP
VOIP: VOICE OVER IPVideoguy
 
Voice over Internet Protocol with Novel Applications
Voice over Internet Protocol with Novel ApplicationsVoice over Internet Protocol with Novel Applications
Voice over Internet Protocol with Novel Applications
irjes
 

Similar to ccna project (20)

How does VOIP work diagram
How does VOIP work diagramHow does VOIP work diagram
How does VOIP work diagram
 
Kartik Powerpoit
Kartik PowerpoitKartik Powerpoit
Kartik Powerpoit
 
Voip on Wimax
Voip on WimaxVoip on Wimax
Voip on Wimax
 
VoIP
VoIPVoIP
VoIP
 
VOIP Technology
VOIP TechnologyVOIP Technology
VOIP Technology
 
VoIP (Voice over Internet Protocol).pdf
VoIP (Voice over Internet Protocol).pdfVoIP (Voice over Internet Protocol).pdf
VoIP (Voice over Internet Protocol).pdf
 
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...
 
VoIP (Voice over Internet Protocol)
VoIP (Voice over Internet Protocol)VoIP (Voice over Internet Protocol)
VoIP (Voice over Internet Protocol)
 
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...
 
Ip
IpIp
Ip
 
Ip
IpIp
Ip
 
385 voice over ip
385 voice over ip385 voice over ip
385 voice over ip
 
VoIP Literature review
VoIP Literature review VoIP Literature review
VoIP Literature review
 
Voice over Internet Protocol (VoIP)
Voice over Internet Protocol (VoIP)Voice over Internet Protocol (VoIP)
Voice over Internet Protocol (VoIP)
 
Rubaiyet Rashid Romel (063454056)
Rubaiyet Rashid Romel (063454056)Rubaiyet Rashid Romel (063454056)
Rubaiyet Rashid Romel (063454056)
 
voice over internet protocol
voice over internet protocol voice over internet protocol
voice over internet protocol
 
Ip telephony
Ip telephonyIp telephony
Ip telephony
 
Paul final voip
Paul final voipPaul final voip
Paul final voip
 
VOIP: VOICE OVER IP
VOIP: VOICE OVER IPVOIP: VOICE OVER IP
VOIP: VOICE OVER IP
 
Voice over Internet Protocol with Novel Applications
Voice over Internet Protocol with Novel ApplicationsVoice over Internet Protocol with Novel Applications
Voice over Internet Protocol with Novel Applications
 

ccna project

  • 1. A Project Report Submitted in Partial fulfillment for the requirement for award of B-Tech in Electronics and Communication Engineering. To The Punjab Technical University, Jalandhar. Department of ELECTRONICS & COMMUNICATION ENGINEERING CHANDIGARH ENGGINEERING COLLEGE. LANDRAN. May-June 2014 Undertaken at HCL CDC Mohali Submitted By: Amardeep Singh(1181771) Jaswinder Singh(1181786)
  • 2. Project on VOIP 1.1 Introduction to VOIP Voice over Internet Protocol (VoIP) is a methodology and group of technologies for the delivery of voice communications and multimedia sessions over Internet Protocol (IP) Networks, such as the Internet. Other terms commonly associated with VoIP are IP telephony, Internet telephony, voice over broadband (Dobb), broadband telephony, IP communications, and broadband phone service. The term Internet telephony specifically refers to the provisioning of communications services (voice, fax, SMS, voice-messaging) over the public Internet, rather than via the public switched telephone network (PSTN). The steps and principles involved in originating VoIP telephone calls are similar to traditional digital telephony and involve signaling, channel setup, Digitization of the analog voice signals, and encoding. Instead of being transmitted over a circuit-switched network, however, the digital information is packetized, and transmission occurs as Internet Protocol(IP) packets over a packet- switched network. Such transmission entails careful considerations about resource management different from time-division multiplexing (TDM) networks. Early providers of voice over IP services offered business models and technical solutions that mirrored the architecture of the legacy telephone network. Second-generation providers, such as Skype, have built closed networks for private user bases, offering the benefit of free calls and convenience while potentially charging for access to other communication networks, such as the PSTN. This has limited the freedom of users to mix-and-match third-party hardware and software. Third-generation providers, such as Google Talk, have adopted the concept of federated VoIP—which is a departure from the architecture of the legacy networks. These solutions typically allow dynamic interconnection between users on any two domains on the Internet when a user wishes to place a call. Useful Terms Understanding the terms is a first step toward learning the potential of this technology:  VoIP refers to a way to carry phone calls over an IP data network, whether on the Internet or your own internal network. A primary attraction of VoIP is its ability to help reduce expenses because telephone calls travel over the data network rather than the phone company's network.  IP telephony encompasses the full suite of VoIP enabled services including the interconnection of phones for communications; related services such as billing and dialing plans; and basic features such as conferencing, transfer, forward, and hold. These services might previously have been provided by a PBX.
  • 3.  IP communications includes business applications that enhance communications to enable features such as unified messaging, integrated contact centers, and rich-media conferencing with voice, data, and video.  Unified communication stakes IP communications a step further by using such technologies as Session Initiation Protocol (SIP) and presence along with mobility solutions to unify and simply all forms of communications, independent of location, time, or device. (Learn more about unified communications.) VoIP systems employ session control and signaling protocols to control the signaling, set-up, and tear-down of calls. They transport audio streams over IP networks using special media delivery protocols that encode voice, audio, video with audio codecs, and video codecs as Digital audio by streaming media. Various codec exist that optimize the media stream based on application requirements and network bandwidth; some implementations rely on narrowband and compressed speech, while others support high fidelity stereo codecs. Some popular codecs include μ-law and a-law versions of G.711, G.722, which is a high-fidelity codec marketed as HD Voice by Polycot, a popular open source voice codec known as LBC, a codec that only uses 8 Kbit/s each way called G.729, and many others. VoIP is available on many smart phones, personal computers, and on Internet access devices. Calls and SMS text messages may be sent over 3Gor Wi-Fi 1.2 Software & Hardware Requirements To complete the work on VOIP NETWORK, I need a help from some software requirements. Software requirements are as follow:  Cisco Packet Tracer: Used to do the project work easily & proper understanding.  Windows 7: It is an operating system. It is an interface unit between the user and hardware device.  Microsoft Office: It is used to save the work done on the project. Hardware Used  Routers : Cisco 2811 Series.  Switches : Cisco 2960 Series.  Devices : Computers, Servers, IP phones.  Other Media : Console cables, Ethernet cables, Serial cable etc.
  • 4. 1.3 Network Layout (Front end + Back end)
  • 5. 1.4 IP Phones A IP phone uses voice over IP (VoIP) technologies allowing telephone calls to be made over an IP network such as the Internet instead of the ordinary PSTN system. Calls can traverse the Internet, or a private IP network such as that of a company. The phones use control protocols such as Session Initiation Protocol(SIP), Skinny Client Control Protocol(SCCP) or one of various proprietary protocols such as that used bySkype. It is commonly refers to the communication protocols, technologies and transmission techniques involved in the delivery of voice communications and multimedia sessions over Internet Protocol (IP) networks, such as the Internet. Session Initiation Protocol (SIP) is a signaling protocol widely used [citation needed] for controlling communication sessions such as voice and video calls over Internet Protocol (IP). The protocol can be used for creating, modifying and terminating two-party (Uni-cast) or multiparty (Multi-cast) sessions. Sessions may consist of one or several media streams.
  • 6. Skinny Client Control Protocol (SCCP) is a proprietary network terminal controlprotocol. SCCP is a lightweight protocol for session signaling with Cisco CallManager. Examples of SCCP clients include the Cisco 7900 series of IP phones, Cisco IP Communicator softphone along with Cisco Unity voicemail server. CallManager acts as a signaling proxy for call events initiated over other common protocols such as Session Initiation Protocol (SIP), ISDN.A SCCP client uses TCP/IP to communicate with one or more Call Manager applications in a cluster. It uses the Real- time Transport Protocol (RTP) over UDP-transport for the bearer traffic (real-time audio stream). Configuration of IP Phones First you need to set the following topology ip phones / analog phones but connect phones to power one by one after finishing configuration:
  • 7. Next you will need to configure your switch with the following commands:  Switch(config)#interface range fa0/1 – 6  Switch(config-if-range)#switchport mode access  Switch(config-if-range)#switchport voice vlan 1  Then we need to configure our router to provide IP address to IP phones and set the calling numbers for phones , we will use CME call manager express embedded with router IOS itself.  Router(config)#interface fa 0/0  Router(config-if)#ip add 10.0.0.1 255.0.0.0  Router(config-if)#no shut  Router(config-if)#exit  Router(config)#ip dhcp pool HCL  Router(dhcp-config)#network 10.0.0.0 255.0.0.0  Router(dhcp-config)#default-router 10.0.0.1  Router(dhcp-config)#option 150 ip 10.0.0.1  Router(dhcp-config)#exit  Router(config)#telephony-service  Router(config-telephony)#max-dn 10 ( max numbers on directory)  Router(config-telephony)#max-ephones 10 (max number of phones)  Router(config-telephony)#ip source-address 10.0.0.1 port 2000  Router(config-telephony)#auto assign 1 to 10  Router(config)#ephone-dn 1 (phone number 1)  Router(config-ephone-dn)#number 100 (phone calling number)  Router(config)#ephone-dn 2  Router(config-ephone-dn)#number 101  Router(config)#ephone-dn 3  Router(config-ephone-dn)#number 102  Router(config)#ephone-dn 4  Router(config-ephone-dn)#number 103  Router(config)#ephone-dn5  Router(config-ephone-dn)#number 104
  • 8. Chapter 8. Future Enhancement Voice over Internet Protocol (VoIP) is one of the hottest and most hyped technologies in the communications industry. Businesses and consumers are already taking advantage of the cost savings and new features of making calls over a converged voice-data network, and the logical next step is to take those advantages to the wireless world. The most widely publicized benefit of VoIP is the ability to save costs on long distance charges and to network multiple offices together. Businesses that have a data connection between their offices can utilize VoIP technology to bypass long distance networks and provide more efficient communications between offices. In a traditional setting, someone would have to dial the phone number to a branch office, possibly paying a long distance charge for the call, wait for a receptionist or automated system to answer and then become connected to the party they’re trying to reach. Using VoIP, a person can simply dial an extension number and be connected immediately to a party in another office, whether across town or around the world avoiding costly long distance charges. A second benefit is in the design of many telephone systems, often called IP based systems. Rather than traditional phone systems with their own wiring infrastructure, IP based systems use a data network infrastructure. This convergence of voice and data into a single platform has tremendous advantages in simplifying the administration of the communications network. Plus, IP utilizes data infrastructure that most likely already exists in many companies. A third benefit is the ability to have remote phones with a single telephone number. For example, an employee could work out of their home in New York, utilizing a phone number with a California area code. This enables corporations to truly take advantage of having a virtual office and or remote agents working out of a variety of location