0% found this document useful (0 votes)
10 views19 pages

VoIP Implementation and Advantages Guide

This document presents a VoIP system that allows for bidirectional voice and text communication over the internet. The system uses socket programming for network connections and implements PCM encoding for voice transmission. It creates separate threads for the client and server connections. The design includes a workflow diagram and the implementation addresses challenges like routing delays and noise susceptibility. Future enhancements include reducing delay further, adding video conferencing, and supporting multiple simultaneous users. In conclusion, VoIP provides cost savings and flexibility compared to traditional phone networks.

Uploaded by

jayasiinput
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views19 pages

VoIP Implementation and Advantages Guide

This document presents a VoIP system that allows for bidirectional voice and text communication over the internet. The system uses socket programming for network connections and implements PCM encoding for voice transmission. It creates separate threads for the client and server connections. The design includes a workflow diagram and the implementation addresses challenges like routing delays and noise susceptibility. Future enhancements include reducing delay further, adding video conferencing, and supporting multiple simultaneous users. In conclusion, VoIP provides cost savings and flexibility compared to traditional phone networks.

Uploaded by

jayasiinput
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd

Presented by:

Govind.S
Tanujit Sarkar
Jayasimha.G.P
Naveen.T.S
Content
Introduction
Literature Survey
Problem statement
Scope
Design
Implementation
Advantages
Future enhancement
Conclusion
Introduction
VoIP ( Voice over Internet Protocol ) is also referred to
as IP Telephony.

VoIP involves sending voice transmissions as data


packets using the Internet Protocol (IP).

Voip allows high quality two way voice transmission


over broadband connection.
Literature Survey

Interactive communications were only made by


telephones using PSTN.
PSTN was a circuit switched telephony.
Each line was of 64 kbps.
Used dedicated lines.
Literature Survey
Advantages of VoIP over PSTN
The ability to transmit more than one telephone
call over the same broadband connection.
Conference calling, call forwarding, automatic
redial and caller Id are free.
Secure calls using standardized protocols.
Mobility.
Problem statement

Routing through different nodes which produces a


large Delay in the transmitting of the information.

Large susceptibility to noise.


Scope

Our Solution does the End-End connection for voice.

Data encryption for text.


Design
Design (contd..)
Socket programming for network level connections
using ip addresses.
Design (contd..)
Design (contd..)
Work flow.
Implementation
Implementation (contd..)
Creates two threads for server and client.
Server side socket connection.
Client side socket connection.
Individual threads open their respective target and
source audio ports.
Bidirectional communication.
Text chat
Text chatting refers to the exchange of brief
written messages between clients with common
server.

Sockets are used as communication channel


between clients and server.

Advanced encryption standard (AES) Algorithm .


Voice chat

Voice chat is the modern form of communication


used on the internet.

Through voice chat two or more people can talk


almost free of cost.

PCM encoding technique.


Implementation (contd..)

Working of PCM Encoding Algorithm


Advantages

Reduce phone bills.


Provides security.
Use anywhere in the world using standard internet
connection.
Keep up with the technology.
Future Enhancements

Future goals include more sophisticated algorithm


to reduce noise .
Fine tune of the experiments suite to get rid of
delay.
Video conferencing.
To Support the feature of simultaneous multiple
users.
Conclusion
Reduces costs and provides greater flexibility.

Replaces internal voice networks at large corporate


offices.

VoIP can be used to connect various branch offices


through existing WAN links.

You might also like