基于UDP协议的远程控制系统的设计与实现.doc

基于UDP协议的远程控制系统的设计与实现.doc

  1. 1、本文档共17页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
基于UDP协议的远程控制系统的设计与实现

基于UDP协议的远程控制系统的设计与实现 摘 要:以往的远程控制软件都采用TCP连接,TCP要始终与服务端保持连接,所以占用资源较大,上线主机太多的话会出现很多问题。UDP则不需要持久保持连接,它是无连接协议,占用资源少,通信速度快。即使上线主机再多,也不会出现卡机掉线的情况。客户端和服务端之间采用UDP协议传送信息。客户端和服务端均有UDP通讯服务端和UDP通讯客户端,且UDP通讯服务端一直处于侦听状态,一旦收到消息立即处理,同时还可以根据需要,利用UDP通讯客户端方发送信息。远程控制软件通常由两部分组成: 一部分是客户端(控制端)程序Clien t, 另一部分是服务器端(受控端)程序Server。使用前需要在控制端运行客户端程序, 在受控端运行服务器程序。 然后由控制端向受控端发出信号, 建立一个特殊的远程服务, 再通过这个服务, 使用各种远程控制功能发送远程控制命令, 控制受控端电脑中的各种应用程序运行Design and Implementation Remote Control System based UDP Protocols Abstract:The remote control software, the tcp connections, tcp will always remain connected with the server resources, so much larger, the needle thread host too much will a lot of problems. dont need to maintain a lasting udp connections, it is no connection, the land resources and communications speed. even if the needle thread host more, and will not occur for lost. Client and server udp agreement between the transmission of information. the client and server are udp service or udp communications client and server udp communications remained listening, once received news immediately, and also based on needs, the use of udp send information. communications client. Remote control software usually consists of two parts: the part of the client side application (control) clien t, the other part of the controlled end server () application server. use to control the client program run, the controlled end server running programs. then the controlling end to end a signal controlled, and establish a special the remote services, through the service, the use of remote control functions of a remote control command and control of computer controlled end of the application. Keyword:UDP Protocols C/S structure Remote Control 目录 第一章 引言 3 1.1 本课题的研究背景和意义 3 1.2 国内外研究现状 3 第二章 UDP协议的基本情况 4 2.1 UDP的定义 4 2.2 UDP协议的概述 4 2.3 UDP的几个特性 4 2.4 UDP的数据报格式 5 2.5 UDP协议的应用 5 第三章 远程控制技术的概述 6 3.1 远程控制技术的定义 6 3.2 远程控制技术的原理 6 3.3 基于UDP协议的远程控制的机制 6 第四章 系统设计 7 4.1基本原理 7 4.2客户端检测流程 7 4.3? 服务端监控操作 8 4.4具体实现过程 11 4.4.1?? 进程检测 1

您可能关注的文档

文档评论(0)

xjj2017 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档