SlideShare a Scribd company logo
1 of 18
“VOICE OVER IP”
BY-
Akash Sharma
7ECE-3
A2305112197
ABSTRACT
Voice over Internet Protocol (VoIP) is a technology that allows you to make
voice calls using a broadband Internet connection instead of a regular (or
analog) phone line. Some VoIP services may only allow you to call other people
using the same service, but others may allow you to call anyone who has a
telephone number - including local, long distance, mobile, and international
numbers. Also, while some VoIP services only work over your computer or a
special VoIP phone, other services allow you to use a traditional phone
connected to a VoIP adapter.
VoIP services convert your voice into a digital signal that travels over the
Internet. If you are calling a regular phone number, the signal is converted to a
regular telephone signal before it reaches the destination. VoIP can allow you to
make a call directly from a computer, a special VoIP phone, or a traditional
phone connected to a special adapter. In addition, wireless "hot spots" in
locations such as airports, parks, and cafes allow you to connect to the Internet
and may enable you to use VoIP service wirelessly.
Advantages-
Low Taxes:
Since the calls are being carried over the Internet, governments do not tax VoIP
phone services heavily. Compare that to your local telephone bill and you will see
you are spending quite a bit on taxes each month.
Portability:
You can make and receive phone calls wherever there is a broadband connection
simply by signing in to your VoIP account. This makes VoIP as convenient as e-
mail – if you are traveling, simply pack a headset or Internet phone and you can
talk to your family or business associates for almost nothing.
No extra cables, no extra cost:
A VoIP phone number, unlike your regular phone number, is completely portable.
Most commonly referred to as a virtual number, you can take it with you
anywhere you go.
Features:
Unlike regular phone service which usually charges more for extra features, VOIP
comes with a host of advanced communication features. Call forwarding, call
waiting, voicemail, caller ID etc at no extra charge.
OSI REFERENCE MODEL
The ISO developed the Open System Interconnection Reference Model to describe
how information is transferred from one place to another.
The OSI has 7 different layers. The top three layers define how the applications
within the end stations will communicate with each other and with users. The
bottom four layers define how data is transmitted from end to end.
IPAddressing
An IP address is a numeric identifier assigned to each host on an IP network. It
designates the specific location of a device on the network.
IP Addresses are:
32 bit address represented as 8 bit dotted decimals.
Different class addresses reserve different amounts of bits for the Network and
Host portions of the address
CLASSES:
If the first octet is between:
0 –127 it is a class A address
128-191 it is a class B address
192 – 223 it is a class C address
SUBNETTING:
• Sub-networks are smaller divisions of networks.
• A.K.A. subnets
•Reduce network traffic
•Most of the traffic will stay on local n/w ,only packets destined for other
network pass through the router.
•Simplified Management – it is easier to identify and isolate network
problems in a group of smaller connected n/w than within 1 large
network
•network performance is better- due to reduced network traffic
IP ROUTING
The term routing is used for taking a packet from one device and sending it
through the network to another device on a different network.
A routing protocol is used by routers to dynamically find all the networks in the
internetwork. Basically, a routing protocol determines the path of a packet
through an internetwork. Examples of routing protocols are static, default
routing, RIP,etc.
Static Routing- In this, routes are added manually by the user in the
routing table. In this cheap or economical router can be used.
Security is possible as administrator permits access to limited n/w only.
But, this routing is not simple and feasible in huge n/w as it’s difficult to
determine each route differently.
Default Routing- This routing is used where we have stub n/w i.e. -
having only 1 exit path. This is used when we don’t know the next hop
address.
Distance vector The distance-vector protocols find the best path to a remote
network by judging distance. Each time a packet goes through a router, that’s
called a hop. The route with the least number of hops to the network is
determined to be the best route.
ROUTING INFORMATION PROTOCOL (RIP)
RIP is a true distance vector routing protocol.RIP sends the complete routing table
out to all active interfaces every 30 sec.RIP only uses hop count to determine the
best way to a remote network but it has a maximum allowable hop count of 15 by
default.
RIP version 1 uses only classful routing .
RIP version 2 provides something called prefix routing .This is called classless
routing.
NETWORK AND WEB APPLICATIONS
File Transfer Protocol (FTP)
File Transfer Protocol (FTP) is the protocol that actually lets us transfer files,
and it can accomplish this between any two machines using it. But FTP isn’t just
a protocol; it’s also a program.
Domain Name Service (DNS)
Domain Name Service (DNS) resolves hostnames—specifically, Internet names,
such as www.lammle.com. You don’t have to use DNS; you can just type in the
IP address of any device you want to communicate with.
Dynamic Host Configuration Protocol (DHCP)
Dynamic Host Configuration Protocol (DHCP) assigns IP addresses to hosts. It
allows easier administration and works well in small to even very large network
environments. All types of hardware can be used as a DHCP server, including a
Cisco router.
Following departments can communicate with each other-
Placement – Network administrator (3303)
CS Department (6601)
IT Department(5503)
Accounts(7703)
Reception - Network administrator (3303)
CS Department(6601)
IT Department(5503)
CS Department- Placement Department(8803)
Network administrator(3303)
IT Department- Placement Department(8803)
Network administrator(3303)
Faculty - Placement Department(8803)
Network administrator(3303)
CS Department(6601)
IT Department(5503)
Accounts- Network administrator(3303)
CS Department(6601)
IT Department(5503)
UP Branch- Network administrator(3303)
Placement Department (8803)
Bangalore Branch - UP Branch(1103)
Network administrator - All
PLACEMENT DEPARTMENT-
ip dhcp pool B
network 192.168.1.16 255.255.255.240
default-router 192.168.1.20
option 150 ip 192.168.1.20
interface FastEthernet0/0
ip address 192.168.1.20 255.255.255.240
interface Serial0/0/1
ip address 192.168.1.97 255.255.255.252
clock rate 2000000
router rip
version 2
network 192.168.1.0
dial-peer voice 300 voip
destination-pattern 330 (n/w admin)
session target ipv4:192.168.1.242
dial-peer voice 400 voip
destination-pattern 660 (CS deptt)
session target ipv4:192.168.1.101
dial-peer voice 500 voip
destination-pattern 770 (Accounts)
session target ipv4:192.168.1.161
dial-peer voice 700 voip
destination-pattern 550 (IT deptt.)
session target ipv4:192.168.1.149
telephony-service
max-ephones 2
max-dn 2
ip source-address 192.168.1.18 port 2000
auto assign 1 to 5
ephone-dn 1
number 8803
ephone-dn 2
number 8804
RECEPTION DESKS
ip dhcp pool A
network 192.168.1.0 255.255.255.240
default-router 192.168.1.10
option 150 ip 192.168.1.10
interface FastEthernet0/0
ip address 192.168.1.10 255.255.255.240
interface Serial0/0/0
ip address 192.168.1.165 255.255.255.252
clock rate 2000000
router rip
version 2
network 192.168.1.0
dial-peer voice 300 voip
destination-pattern 330
session target ipv4:192.168.1.173
dial-peer voice 400 voip
destination-pattern 660
session target ipv4:192.168.1.149
dial-peer voice 600 voip
destination-pattern 440
session target ipv4:192.168.1.157
telephony-service
max-ephones 2
max-dn 2
ip source-address 192.168.1.10 port 2000
auto assign 1 to 2
ephone-dn 1
number 9903
ephone-dn 2
number 9902
VoIP Technology and Its Advantages

More Related Content

What's hot

ccna project on topic company infrastructure
ccna project on topic company infrastructureccna project on topic company infrastructure
ccna project on topic company infrastructurePrince Gautam
 
ccna presentation 2013
ccna presentation 2013ccna presentation 2013
ccna presentation 2013RoHit VashIsht
 
Presentation on CCNA(Networking & Troubleshooting)
Presentation on CCNA(Networking & Troubleshooting)Presentation on CCNA(Networking & Troubleshooting)
Presentation on CCNA(Networking & Troubleshooting)Arunabh Deka
 
IT6601 Mobile Computing Unit II
IT6601 Mobile Computing Unit IIIT6601 Mobile Computing Unit II
IT6601 Mobile Computing Unit IIpkaviya
 
mobile ip, Mobile COmmunication Internet Protocol
mobile ip, Mobile COmmunication Internet Protocolmobile ip, Mobile COmmunication Internet Protocol
mobile ip, Mobile COmmunication Internet ProtocolGaurav Dwivedi
 
Mobile ip overview
Mobile ip overviewMobile ip overview
Mobile ip overviewpriya Nithya
 
Mobile ip presentation
Mobile ip presentationMobile ip presentation
Mobile ip presentationSifat Hossain
 
77232345 cours-ip-mobile
77232345 cours-ip-mobile77232345 cours-ip-mobile
77232345 cours-ip-mobilezan
 
Mobile computing
Mobile computingMobile computing
Mobile computingSaranyaK68
 

What's hot (20)

ccna project on topic company infrastructure
ccna project on topic company infrastructureccna project on topic company infrastructure
ccna project on topic company infrastructure
 
Mobile Communication
Mobile CommunicationMobile Communication
Mobile Communication
 
Wan technology
Wan technologyWan technology
Wan technology
 
ccna presentation 2013
ccna presentation 2013ccna presentation 2013
ccna presentation 2013
 
Presentation on CCNA(Networking & Troubleshooting)
Presentation on CCNA(Networking & Troubleshooting)Presentation on CCNA(Networking & Troubleshooting)
Presentation on CCNA(Networking & Troubleshooting)
 
Mobile IP
Mobile IPMobile IP
Mobile IP
 
IT6601 Mobile Computing Unit II
IT6601 Mobile Computing Unit IIIT6601 Mobile Computing Unit II
IT6601 Mobile Computing Unit II
 
mobile ip, Mobile COmmunication Internet Protocol
mobile ip, Mobile COmmunication Internet Protocolmobile ip, Mobile COmmunication Internet Protocol
mobile ip, Mobile COmmunication Internet Protocol
 
Mobile ip overview
Mobile ip overviewMobile ip overview
Mobile ip overview
 
Mobile IP 1
Mobile IP 1Mobile IP 1
Mobile IP 1
 
Mobile ip presentation
Mobile ip presentationMobile ip presentation
Mobile ip presentation
 
Networking
NetworkingNetworking
Networking
 
Ccna 1 final
Ccna 1  finalCcna 1  final
Ccna 1 final
 
Mobile ip group_3
Mobile ip group_3Mobile ip group_3
Mobile ip group_3
 
Mobile ip
Mobile ipMobile ip
Mobile ip
 
ccna networking ppt
ccna networking pptccna networking ppt
ccna networking ppt
 
Mobile IP 2
Mobile IP 2Mobile IP 2
Mobile IP 2
 
77232345 cours-ip-mobile
77232345 cours-ip-mobile77232345 cours-ip-mobile
77232345 cours-ip-mobile
 
Mobileip 161105154557
Mobileip 161105154557Mobileip 161105154557
Mobileip 161105154557
 
Mobile computing
Mobile computingMobile computing
Mobile computing
 

Similar to VoIP Technology and Its Advantages (20)

Final isp
Final ispFinal isp
Final isp
 
Skype
SkypeSkype
Skype
 
BASIC TO ADVANCED NETWORKING TUTORIALS
BASIC TO ADVANCED NETWORKING TUTORIALSBASIC TO ADVANCED NETWORKING TUTORIALS
BASIC TO ADVANCED NETWORKING TUTORIALS
 
Ccna
CcnaCcna
Ccna
 
Basic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notesBasic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notes
 
4g wireless technology
4g wireless technology 4g wireless technology
4g wireless technology
 
UNIT 7-UNDERSTANDING LARGER NETWORKS.pptx
UNIT 7-UNDERSTANDING LARGER NETWORKS.pptxUNIT 7-UNDERSTANDING LARGER NETWORKS.pptx
UNIT 7-UNDERSTANDING LARGER NETWORKS.pptx
 
Mcse question
Mcse questionMcse question
Mcse question
 
CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
 
Report
ReportReport
Report
 
Voip
VoipVoip
Voip
 
Unit 4
Unit 4Unit 4
Unit 4
 
How does VOIP work diagram
How does VOIP work diagramHow does VOIP work diagram
How does VOIP work diagram
 
Wan technology
Wan technologyWan technology
Wan technology
 
CCNA
CCNACCNA
CCNA
 
VOIP Technology
VOIP TechnologyVOIP Technology
VOIP Technology
 
ACN.pptx
ACN.pptxACN.pptx
ACN.pptx
 
Smart (3 files merged)
Smart (3 files merged)Smart (3 files merged)
Smart (3 files merged)
 
Chapter 4v4 Network protocols and standards 2.pptx
Chapter 4v4  Network protocols and standards 2.pptxChapter 4v4  Network protocols and standards 2.pptx
Chapter 4v4 Network protocols and standards 2.pptx
 
Voice Over IP (VoIP) and STREAMING
Voice Over IP (VoIP) and STREAMINGVoice Over IP (VoIP) and STREAMING
Voice Over IP (VoIP) and STREAMING
 

Recently uploaded

Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 

Recently uploaded (20)

Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 

VoIP Technology and Its Advantages

  • 1. “VOICE OVER IP” BY- Akash Sharma 7ECE-3 A2305112197
  • 2. ABSTRACT Voice over Internet Protocol (VoIP) is a technology that allows you to make voice calls using a broadband Internet connection instead of a regular (or analog) phone line. Some VoIP services may only allow you to call other people using the same service, but others may allow you to call anyone who has a telephone number - including local, long distance, mobile, and international numbers. Also, while some VoIP services only work over your computer or a special VoIP phone, other services allow you to use a traditional phone connected to a VoIP adapter. VoIP services convert your voice into a digital signal that travels over the Internet. If you are calling a regular phone number, the signal is converted to a regular telephone signal before it reaches the destination. VoIP can allow you to make a call directly from a computer, a special VoIP phone, or a traditional phone connected to a special adapter. In addition, wireless "hot spots" in locations such as airports, parks, and cafes allow you to connect to the Internet and may enable you to use VoIP service wirelessly.
  • 3.
  • 4. Advantages- Low Taxes: Since the calls are being carried over the Internet, governments do not tax VoIP phone services heavily. Compare that to your local telephone bill and you will see you are spending quite a bit on taxes each month. Portability: You can make and receive phone calls wherever there is a broadband connection simply by signing in to your VoIP account. This makes VoIP as convenient as e- mail – if you are traveling, simply pack a headset or Internet phone and you can talk to your family or business associates for almost nothing. No extra cables, no extra cost: A VoIP phone number, unlike your regular phone number, is completely portable. Most commonly referred to as a virtual number, you can take it with you anywhere you go. Features: Unlike regular phone service which usually charges more for extra features, VOIP comes with a host of advanced communication features. Call forwarding, call waiting, voicemail, caller ID etc at no extra charge.
  • 5. OSI REFERENCE MODEL The ISO developed the Open System Interconnection Reference Model to describe how information is transferred from one place to another. The OSI has 7 different layers. The top three layers define how the applications within the end stations will communicate with each other and with users. The bottom four layers define how data is transmitted from end to end.
  • 6. IPAddressing An IP address is a numeric identifier assigned to each host on an IP network. It designates the specific location of a device on the network. IP Addresses are: 32 bit address represented as 8 bit dotted decimals. Different class addresses reserve different amounts of bits for the Network and Host portions of the address CLASSES: If the first octet is between: 0 –127 it is a class A address 128-191 it is a class B address 192 – 223 it is a class C address
  • 7. SUBNETTING: • Sub-networks are smaller divisions of networks. • A.K.A. subnets •Reduce network traffic •Most of the traffic will stay on local n/w ,only packets destined for other network pass through the router. •Simplified Management – it is easier to identify and isolate network problems in a group of smaller connected n/w than within 1 large network •network performance is better- due to reduced network traffic
  • 8. IP ROUTING The term routing is used for taking a packet from one device and sending it through the network to another device on a different network. A routing protocol is used by routers to dynamically find all the networks in the internetwork. Basically, a routing protocol determines the path of a packet through an internetwork. Examples of routing protocols are static, default routing, RIP,etc. Static Routing- In this, routes are added manually by the user in the routing table. In this cheap or economical router can be used. Security is possible as administrator permits access to limited n/w only. But, this routing is not simple and feasible in huge n/w as it’s difficult to determine each route differently. Default Routing- This routing is used where we have stub n/w i.e. - having only 1 exit path. This is used when we don’t know the next hop address.
  • 9. Distance vector The distance-vector protocols find the best path to a remote network by judging distance. Each time a packet goes through a router, that’s called a hop. The route with the least number of hops to the network is determined to be the best route. ROUTING INFORMATION PROTOCOL (RIP) RIP is a true distance vector routing protocol.RIP sends the complete routing table out to all active interfaces every 30 sec.RIP only uses hop count to determine the best way to a remote network but it has a maximum allowable hop count of 15 by default. RIP version 1 uses only classful routing . RIP version 2 provides something called prefix routing .This is called classless routing.
  • 10. NETWORK AND WEB APPLICATIONS File Transfer Protocol (FTP) File Transfer Protocol (FTP) is the protocol that actually lets us transfer files, and it can accomplish this between any two machines using it. But FTP isn’t just a protocol; it’s also a program. Domain Name Service (DNS) Domain Name Service (DNS) resolves hostnames—specifically, Internet names, such as www.lammle.com. You don’t have to use DNS; you can just type in the IP address of any device you want to communicate with. Dynamic Host Configuration Protocol (DHCP) Dynamic Host Configuration Protocol (DHCP) assigns IP addresses to hosts. It allows easier administration and works well in small to even very large network environments. All types of hardware can be used as a DHCP server, including a Cisco router.
  • 11.
  • 12. Following departments can communicate with each other- Placement – Network administrator (3303) CS Department (6601) IT Department(5503) Accounts(7703) Reception - Network administrator (3303) CS Department(6601) IT Department(5503) CS Department- Placement Department(8803) Network administrator(3303) IT Department- Placement Department(8803) Network administrator(3303)
  • 13. Faculty - Placement Department(8803) Network administrator(3303) CS Department(6601) IT Department(5503) Accounts- Network administrator(3303) CS Department(6601) IT Department(5503) UP Branch- Network administrator(3303) Placement Department (8803) Bangalore Branch - UP Branch(1103) Network administrator - All
  • 14. PLACEMENT DEPARTMENT- ip dhcp pool B network 192.168.1.16 255.255.255.240 default-router 192.168.1.20 option 150 ip 192.168.1.20 interface FastEthernet0/0 ip address 192.168.1.20 255.255.255.240 interface Serial0/0/1 ip address 192.168.1.97 255.255.255.252 clock rate 2000000 router rip version 2 network 192.168.1.0 dial-peer voice 300 voip destination-pattern 330 (n/w admin) session target ipv4:192.168.1.242
  • 15. dial-peer voice 400 voip destination-pattern 660 (CS deptt) session target ipv4:192.168.1.101 dial-peer voice 500 voip destination-pattern 770 (Accounts) session target ipv4:192.168.1.161 dial-peer voice 700 voip destination-pattern 550 (IT deptt.) session target ipv4:192.168.1.149 telephony-service max-ephones 2 max-dn 2 ip source-address 192.168.1.18 port 2000 auto assign 1 to 5 ephone-dn 1 number 8803 ephone-dn 2 number 8804
  • 16. RECEPTION DESKS ip dhcp pool A network 192.168.1.0 255.255.255.240 default-router 192.168.1.10 option 150 ip 192.168.1.10 interface FastEthernet0/0 ip address 192.168.1.10 255.255.255.240 interface Serial0/0/0 ip address 192.168.1.165 255.255.255.252 clock rate 2000000 router rip version 2 network 192.168.1.0 dial-peer voice 300 voip destination-pattern 330 session target ipv4:192.168.1.173
  • 17. dial-peer voice 400 voip destination-pattern 660 session target ipv4:192.168.1.149 dial-peer voice 600 voip destination-pattern 440 session target ipv4:192.168.1.157 telephony-service max-ephones 2 max-dn 2 ip source-address 192.168.1.10 port 2000 auto assign 1 to 2 ephone-dn 1 number 9903 ephone-dn 2 number 9902