数字语音教室中远程控制的设计与实现.rar
数字语音教室中远程控制的设计与实现,2万字47页包括开题摘要计算机远程控制已经得到了非常广泛和重要的应用,本文主要介绍数字语音教室系统中远程控制的设计与实现,该设计将为系统提供一个方便可行的命令控制机制和安全可靠的命令传输方案。在命令控制机制的设计中,我们将讨论并分析命令的编码,命令包的设计,命令的封装和解析,命令对象的...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 usactu 发布
数字语音教室中远程控制的设计与实现
2万字 47页
包括开题
摘 要
计算机远程控制已经得到了非常广泛和重要的应用,本文主要介绍数字语音教室系统中远程控制的设计与实现,该设计将为系统提供一个方便可行的命令控制机制和安全可靠的命令传输方案。
在命令控制机制的设计中,我们将讨论并分析命令的编码,命令包的设计,命令的封装和解析,命令对象的注册规则,以及命令控制机制实现的体系结构和命令执行的流程。在命令的传输方案设计中,我们将以组播技术为基础,介绍和分析网络传输中的命令通道和数据通道,命令的发送和监听,组播地址管理和分组的实现,以及如何应用组播实现数据的安全可靠传输。在介绍传输机制设计之前,首先会详细的介绍一些关于组播技术方面的知识,如组播组的概念、组播的实现、组播的一些协议、组播的应用等。
关键词:命令编码,命令解析,组播,组播组
The design and the implementation of Remote Control in digital voice classrooms system
Abstract
Computer remote control has been very widely and important used. This paper mainly introduces the design and the implementation of Remote Control in digital voice classrooms system. The system design will provide a convenient and reliable command control mechanisms and command transmission scheme.
In the command control mechanism design, we will discuss and analyze the command coding, the design of command package, command encapsulation and command package parsing, rules on the registration of command objects, the architecture of command-control mechanism and the flow of command implementation.In command transmission design,on the basis of multicast, we will introduce and analyse the command channel and the data channel of network transmission ,the sending and the monitoring of command, multicast address management and the implement of grouping, and how to use multicast to achieve safe and reliable data transmission. Before introducing the transmission mechanism design, we will introduce some knowledge about multicast technology in detail first,such as multicast group,the implement of multicast,some protocols relate to multicast,the applications of multicast and so on.
Key words: command coding, command parsing, multicast, unicast, multicast group
目 录
1. 绪论 1
1.1 概述 1
1.2 课题研究背景和意义 2
1.3 论文结构 3
2. 组播技术介绍 4
2.1 组播基本概念 4
2.1.1 产生和概念 4
2.1.2 组播技术的特点 4
2.2 组播技术的应用 5
2.3组播的实现 6
2.3.1 组播工作原理 6
2.3.2 组播地址机制 6
2.3.3 组播成员管理 8
2.3.4 组播报文转发 11
2.3.5 组播树 12
2.4 组播路由协议 12
2.5 IP组播中存在的问题与发展 15
2.5.1 组播的可靠性 15
2.5.2 组播的安全性 16
2.5.3 组播信息包的复制 16
3. 课题的设计与实现 17
3.1 命令控制机制的设计 17
3.1.1 总体设计 17
3.1.2 命令编码 17
3.1.3 命令包的设计 23
3.1.4 命令控制对象的注册规则 25
3.1.5 命令控制机制内部类设计 26
3.1.6 命令执行的流程 29
3.2 命令传输设计 33
3.2.1 总体设计 33
3.2.2 命令通道和数据通道 33
3.2.3 组播的实现 34
3.2.4 命令的发送和监听 36
3.2.5 命令的可靠传输 37
结论 39
致谢 40
参考文献 41
参考文献
[1] 朱正礼. 计算机远程控制系统的设计与实现[J]. 信息技术-2006:30(12)-163-165.
[2] 郑昌波,秦前清,袁军. 计算机远程控制技术研究及实践[J]. 计算机工程与设计-2005:26(6)-1636-1638.
[3] Lian F, Moyne J, Tibury D. Network design consideration for distributed control systems[J].IEEE Trans Control System Technology, 2002, (10):297-307.
[4] 方志雄,胡燕. 网络远程控制技术在机房管理中的应用[J]. 信息技术-2006:30(12)-154-155.
2万字 47页
包括开题
摘 要
计算机远程控制已经得到了非常广泛和重要的应用,本文主要介绍数字语音教室系统中远程控制的设计与实现,该设计将为系统提供一个方便可行的命令控制机制和安全可靠的命令传输方案。
在命令控制机制的设计中,我们将讨论并分析命令的编码,命令包的设计,命令的封装和解析,命令对象的注册规则,以及命令控制机制实现的体系结构和命令执行的流程。在命令的传输方案设计中,我们将以组播技术为基础,介绍和分析网络传输中的命令通道和数据通道,命令的发送和监听,组播地址管理和分组的实现,以及如何应用组播实现数据的安全可靠传输。在介绍传输机制设计之前,首先会详细的介绍一些关于组播技术方面的知识,如组播组的概念、组播的实现、组播的一些协议、组播的应用等。
关键词:命令编码,命令解析,组播,组播组
The design and the implementation of Remote Control in digital voice classrooms system
Abstract
Computer remote control has been very widely and important used. This paper mainly introduces the design and the implementation of Remote Control in digital voice classrooms system. The system design will provide a convenient and reliable command control mechanisms and command transmission scheme.
In the command control mechanism design, we will discuss and analyze the command coding, the design of command package, command encapsulation and command package parsing, rules on the registration of command objects, the architecture of command-control mechanism and the flow of command implementation.In command transmission design,on the basis of multicast, we will introduce and analyse the command channel and the data channel of network transmission ,the sending and the monitoring of command, multicast address management and the implement of grouping, and how to use multicast to achieve safe and reliable data transmission. Before introducing the transmission mechanism design, we will introduce some knowledge about multicast technology in detail first,such as multicast group,the implement of multicast,some protocols relate to multicast,the applications of multicast and so on.
Key words: command coding, command parsing, multicast, unicast, multicast group
目 录
1. 绪论 1
1.1 概述 1
1.2 课题研究背景和意义 2
1.3 论文结构 3
2. 组播技术介绍 4
2.1 组播基本概念 4
2.1.1 产生和概念 4
2.1.2 组播技术的特点 4
2.2 组播技术的应用 5
2.3组播的实现 6
2.3.1 组播工作原理 6
2.3.2 组播地址机制 6
2.3.3 组播成员管理 8
2.3.4 组播报文转发 11
2.3.5 组播树 12
2.4 组播路由协议 12
2.5 IP组播中存在的问题与发展 15
2.5.1 组播的可靠性 15
2.5.2 组播的安全性 16
2.5.3 组播信息包的复制 16
3. 课题的设计与实现 17
3.1 命令控制机制的设计 17
3.1.1 总体设计 17
3.1.2 命令编码 17
3.1.3 命令包的设计 23
3.1.4 命令控制对象的注册规则 25
3.1.5 命令控制机制内部类设计 26
3.1.6 命令执行的流程 29
3.2 命令传输设计 33
3.2.1 总体设计 33
3.2.2 命令通道和数据通道 33
3.2.3 组播的实现 34
3.2.4 命令的发送和监听 36
3.2.5 命令的可靠传输 37
结论 39
致谢 40
参考文献 41
参考文献
[1] 朱正礼. 计算机远程控制系统的设计与实现[J]. 信息技术-2006:30(12)-163-165.
[2] 郑昌波,秦前清,袁军. 计算机远程控制技术研究及实践[J]. 计算机工程与设计-2005:26(6)-1636-1638.
[3] Lian F, Moyne J, Tibury D. Network design consideration for distributed control systems[J].IEEE Trans Control System Technology, 2002, (10):297-307.
[4] 方志雄,胡燕. 网络远程控制技术在机房管理中的应用[J]. 信息技术-2006:30(12)-154-155.