ccna project

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

Recomendados

CCNA ppt von
CCNA pptCCNA ppt
CCNA pptSumant Garg
35.4K views32 Folien
Virtual LAN von
Virtual LANVirtual LAN
Virtual LANLilesh Pathe
4.3K views17 Folien
Ccna PPT von
Ccna PPTCcna PPT
Ccna PPTAIRTEL
3.4K views198 Folien
Basics of IP Addressing von
Basics of IP AddressingBasics of IP Addressing
Basics of IP AddressingKushal Sheth
4.2K views23 Folien
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k... von
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
62.5K views38 Folien
CCNP Security-Firewall von
CCNP Security-FirewallCCNP Security-Firewall
CCNP Security-Firewallmohannadalhanahnah
7.5K views56 Folien

Más contenido relacionado

Was ist angesagt?

wireless network IEEE 802.11 von
 wireless network IEEE 802.11 wireless network IEEE 802.11
wireless network IEEE 802.11Shreejan Acharya
25.8K views22 Folien
Lan network von
Lan networkLan network
Lan networkclaudiaviguri
387 views10 Folien
Wide area network (wan) von
Wide area network (wan)Wide area network (wan)
Wide area network (wan)Raaz Shrestha
13K views10 Folien
Introduction to router von
Introduction to routerIntroduction to router
Introduction to routerFarhan Galib
14.4K views30 Folien
What is Ethernet von
What is EthernetWhat is Ethernet
What is EthernetSimplilearn
527 views21 Folien
CCNA ppt Day 1 von
CCNA ppt Day 1CCNA ppt Day 1
CCNA ppt Day 1VISHNU N
4.8K views41 Folien

Was ist angesagt?(20)

Introduction to router von Farhan Galib
Introduction to routerIntroduction to router
Introduction to router
Farhan Galib14.4K views
CCNA ppt Day 1 von VISHNU N
CCNA ppt Day 1CCNA ppt Day 1
CCNA ppt Day 1
VISHNU N4.8K views
Module 5 Wireless Network Design Considerations von nikshaikh786
Module 5   Wireless Network Design ConsiderationsModule 5   Wireless Network Design Considerations
Module 5 Wireless Network Design Considerations
nikshaikh786227 views
Vlan von sanss40
Vlan Vlan
Vlan
sanss4050K views
Computer networking devices von Rajesh Sadhukha
Computer networking devicesComputer networking devices
Computer networking devices
Rajesh Sadhukha218.5K views
Network interface card von nidhitanna18
Network interface cardNetwork interface card
Network interface card
nidhitanna1813.3K views
Introduction to Computer Networks von Ghaffar Khan
 Introduction to Computer Networks Introduction to Computer Networks
Introduction to Computer Networks
Ghaffar Khan8.3K views
Computer networks--networking hardware von Mziaulla
Computer networks--networking hardwareComputer networks--networking hardware
Computer networks--networking hardware
Mziaulla9.8K views

Destacado

6 weeks/months project training from CMC Faridabad - Ppt of ccna project from... von
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
3.1K views18 Folien
How to configure vlan, stp, dtp step by step guide von
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 guideIT Tech
32.8K views8 Folien
CCNA 2 von
CCNA 2 CCNA 2
CCNA 2 Asish Verma
1.7K views19 Folien
networking report for sbit von
networking report for sbit networking report for sbit
networking report for sbit Ankit Dahiya
347 views12 Folien
Ccna 3 chapter 1 v4.0 answers 2011 von
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
8.6K views6 Folien
CCNA ppt Day 7 von
CCNA ppt Day 7CCNA ppt Day 7
CCNA ppt Day 7VISHNU N
1.1K views16 Folien

Destacado(20)

6 weeks/months project training from CMC Faridabad - Ppt of ccna project from... von thesakshi12
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...
thesakshi123.1K views
How to configure vlan, stp, dtp step by step guide von IT Tech
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 Tech32.8K views
networking report for sbit von Ankit Dahiya
networking report for sbit networking report for sbit
networking report for sbit
Ankit Dahiya347 views
Ccna 3 chapter 1 v4.0 answers 2011 von Dân Chơi
Ccna 3 chapter 1 v4.0 answers 2011Ccna 3 chapter 1 v4.0 answers 2011
Ccna 3 chapter 1 v4.0 answers 2011
Dân Chơi8.6K views
CCNA ppt Day 7 von VISHNU N
CCNA ppt Day 7CCNA ppt Day 7
CCNA ppt Day 7
VISHNU N1.1K views
ppt on 6 weeks summer training von Pulkit Mahajan
ppt on 6 weeks summer training ppt on 6 weeks summer training
ppt on 6 weeks summer training
Pulkit Mahajan634 views
Final report firewall reconciliation von Gurjan Oberoi
Final report   firewall reconciliationFinal report   firewall reconciliation
Final report firewall reconciliation
Gurjan Oberoi1.7K views
CCNA Security 010-configuring cisco asa von Ahmed Habib
CCNA Security 010-configuring cisco asaCCNA Security 010-configuring cisco asa
CCNA Security 010-configuring cisco asa
Ahmed Habib2.6K views
Airtel von Deep Das
AirtelAirtel
Airtel
Deep Das4.6K views
CCNA Security 07-Securing the local area network von Ahmed Habib
CCNA Security 07-Securing the local area networkCCNA Security 07-Securing the local area network
CCNA Security 07-Securing the local area network
Ahmed Habib2.6K views
CCNA Security 05- securing the management plane von Ahmed Habib
CCNA Security 05- securing the management planeCCNA Security 05- securing the management plane
CCNA Security 05- securing the management plane
Ahmed Habib2K views
Network Security - Layer 2 von samis
Network Security - Layer 2Network Security - Layer 2
Network Security - Layer 2
samis6.1K views
CCNAv5 - S2: Chapter 9 Access Control Lists von Vuz Dở Hơi
CCNAv5 - S2: Chapter 9 Access Control ListsCCNAv5 - S2: Chapter 9 Access Control Lists
CCNAv5 - S2: Chapter 9 Access Control Lists
Vuz Dở Hơi13.7K views
CCNA Security 06- AAA von Ahmed Habib
CCNA Security 06- AAACCNA Security 06- AAA
CCNA Security 06- AAA
Ahmed Habib4.5K views

Similar a ccna project

How does VOIP work diagram von
How does VOIP work diagramHow does VOIP work diagram
How does VOIP work diagramThesis Scientist Private Limited
831 views39 Folien
Kartik Powerpoit von
Kartik PowerpoitKartik Powerpoit
Kartik Powerpoitguest0d8c40c
140 views16 Folien
Voip on Wimax von
Voip on WimaxVoip on Wimax
Voip on WimaxThesis Scientist Private Limited
921 views45 Folien
VoIP von
VoIPVoIP
VoIPankitakankani
1.2K views24 Folien
VOIP Technology von
VOIP TechnologyVOIP Technology
VOIP TechnologyMohammad Ali Khan
320 views14 Folien
A NEW SYSTEM ON CHIP RECONFIGURABLE GATEWAY ARCHITECTURE FOR VOICE OVER INTER... von
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
637 views9 Folien

Similar a ccna project(20)

A NEW SYSTEM ON CHIP RECONFIGURABLE GATEWAY ARCHITECTURE FOR VOICE OVER INTER... von 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...
csandit637 views
VoIP (Voice over Internet Protocol) von Abdullah Shah
VoIP (Voice over Internet Protocol)VoIP (Voice over Internet Protocol)
VoIP (Voice over Internet Protocol)
Abdullah Shah161 views
A NEW SYSTEM ON CHIP RECONFIGURABLE GATEWAY ARCHITECTURE FOR VOICE OVER INTER... von cscpconf
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...
cscpconf40 views
385 voice over ip von jacinthsara
385 voice over ip385 voice over ip
385 voice over ip
jacinthsara16.3K views
VoIP Literature review von jodoh247
VoIP Literature review VoIP Literature review
VoIP Literature review
jodoh2473K views
Voice over Internet Protocol (VoIP) von Fringe Division
Voice over Internet Protocol (VoIP)Voice over Internet Protocol (VoIP)
Voice over Internet Protocol (VoIP)
Fringe Division4.9K views
Rubaiyet Rashid Romel (063454056) von mashiur
Rubaiyet Rashid Romel (063454056)Rubaiyet Rashid Romel (063454056)
Rubaiyet Rashid Romel (063454056)
mashiur449 views
voice over internet protocol von jomin mathew
voice over internet protocol voice over internet protocol
voice over internet protocol
jomin mathew5.9K views
Paul final voip von Paul Fares
Paul final voipPaul final voip
Paul final voip
Paul Fares487 views
VOIP: VOICE OVER IP von Videoguy
VOIP: VOICE OVER IPVOIP: VOICE OVER IP
VOIP: VOICE OVER IP
Videoguy1.8K views
Voice over Internet Protocol with Novel Applications von irjes
Voice over Internet Protocol with Novel ApplicationsVoice over Internet Protocol with Novel Applications
Voice over Internet Protocol with Novel Applications
irjes425 views

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