摘 要
随着光通信技术和数字传输技术的飞速发展,数据通信网中的带宽和服务质量问题已经不再成为瓶颈,从而促使Internet上的各种业务向着宽带和实时的趋势发展。作为典型的实时IP业务,VoIP(Voice over IP)技术在这种背景下得到了广泛的重视与长足的发展。
本文在分析了VoIP业务的前景和当前主流的VoIP信令协议的基础上,阐述了SIP(Session Initiation Protocol)的VoIP系统的基本组成,包括用户代理(User Agent)、注册服务器、代理服务器。重定向服务器等模块,并对每个模块做了简要的介绍。重点设计了基于SIP的VoIP的网络传输模块。从网络传输的三个主要部分--客户端、分组网络和服务器出发来进行设计,并给出了详细的设计过程和工作流程。之后又阐述了在VoIP中很关键的两个部分—网关和NAT/FW的设计思想,并对这两部分的原理、功能模块、功能架构和解决方法等几部分分别做了详细说明大学论文网www.wnwu.com。
最后进行了VoIP电话的测试。通过具体的测试过程描述了如何来使用VoIP电话,并描述了从建立连接到通话再到终止通话这个过程中看到的现象。同时详述了在测试过程中所用到的设备和它们分别扮演的角色。
关键词:VoIP,网络传输,网关,NAT/FW
ABSTRACT
With the rapid development of optical communication and digital transmission techonology, some bottleneck problems such as bandwidth and QoS in digital communication network have been resoloved and various IP technology oriented applications are widely in use.As a typical IP application, VoIP gains much attention and development with the trend of broadband and real-time application.
This article exhausted the fabrication of VoIP phone of SIP,base on has analysed the foreground and mainstream signal compromise of VoIP business.,that include User Agent、Register Server、Proxy Server、Redirection Server and so on,and have a brief introduce to every block.The most important part is the devise of the network transmission block.This devise begin from three brief parts of network transmission- client、network、server,and has list the detail devise process and work process.Later on, this article exhausted the devise thought to the very important two parts of VoIP,they are Gateway and NAT/FW,and detail declaration the several parts of the Gateway and NAT/FW, that include the principle、functon block、function configuration、solution and so on.
Last of all,we tested the VoIP telephone,described how to use the VoIP telephone throw the concrete test process,and described the phenomena from establish the link to start talking and end at the disconnect the link.Simultaneously detailed the function of the equipments that used on the test.
Keywords: VoIP,Network Transmission,Gateway,NAT/FW
目 录
第一章 绪论大学论文网www.wnwu.com 1
1.1 项目背景 1
1.2 项目意义 2
1.3 本文主要内容 2
1.4本章小结 2
第二章 相关技术介绍 3
2.1关键技术 3
2.1.1 信令技术 3
2.1.2 语音处理技术 3
2.1.3 计算机电话集成(CTI)技术 4
2.1.4 QoS保障技术 4
2.1.5 网络管理技术 4
2.2 网络技术 4
2.2.1 IP技术 4
2.2.2 NAT技术 5
2.3 SIP协议 5
2.4 本章小结 6
第三章 基于SIP的VoIP系统介绍 7
3.1 VoIP概括介绍 7
3.2 VoIP系统主要的功能部件 8
3.2.1用户代理(UA) 8
3.2.2 SIP网络服务器 9
3.3 本章小结 13
第四章 VoIP网络传输部分设计 14
4.1网络传输概述 14
4.2 基本网络传输模块设计 14
4.2.1 设计思想 14
4.2.2 封装 15
4.2.3 客户端网络传输 16
4.2.4 分组网络传输 18
4.2.5 服务器端网络传输 19
4.3 VoIP网关设计 21
4.3.1 网关的分类与功能 21
4.3.2 VoIP网关功能模块 22
4.3.3网关功能架构 23
4.3.4 网关协议架构 24
4.4 VoIP中NAT/FW设计和解决方案 25
4.4.1 NAT/FW原理 25
4.4.2 VoIP穿越NAT/FW的设计思路 26
4.4.3 VoIP穿越NAT/FW的解决方法 27
4.5 本章小结大学论文网www.wnwu.com 29
第五章 VoIP网络传输系统功能测试 30
5.1 局域网内功能测试 30
5.1.1 测试目的 30
5.1.2 测试环境 30
5.1.3 测试过程和结果 31
5.2 不同局域网间的功能测试 31
5.2.1 测试目的 31
5.2.2 测试环境 31
5.2.3 测试过程和结果 32
5.3 本章小结 33
第六章 总结与展望 34
致谢 35
参考文献 36