局域网聊天软件开题报告篇一:局域网即时通讯软件开发毕业设计(论文)开题报告表学生开题报告表课题类型:A、工程设计,B、工程技术研究,C、软件开发,D、机械设计,E、实验研究, F、理论研究,G、其它篇二:局域网开题报告开题报告课题名称:校园局域网的规划与设计院(系):专业:学号:学生姓名:指导教师:职称:题目类型:应用研究课题设计XX 年2 月20 日一、选题依据二、研究(设计)实施方案三、前期工作篇二:计算机局域网组建开题报告课程设计开题报告课题计算机机房局域网的组建院系物电学院班级通信081班姓名指导教师 12345篇三:中小型企业网络设计开题报告湖南工业大学专科毕业设计(论文)开题报告(XX届)XX年 3 月20 日- 0 - - 1 - - 2 - - 3 - - 4 - 篇四:局域网的组建与应用开题报告模版局域网的组建与应用09秋计算机专业科学与技术专业定西师专学习中心姓名:陈小花1 研究的背景及意义现今的计算机网络技术飞速发展,使用网络进行信息传输已成为社会运行的一种基本方式。
随着办公信息化、自动化的需求,各单位为提高办公效率,促进信息交流,适应现代化办公的要求,需要组建企业办公局域网。
组建企业局域网所涉及的方方面面很多,首先需要一个正确的设计规划,然后需要处理布线、网络设备选型与配置、服务器设备选型与配置、网络软件的安装等方面,这都需要按部就班的逐一实现,最后还需要进行正常的日常维护,本文就如何规划和设计企业局域网进行浅述。
2 研究方法本文首先从总体上对企业网的建设、目标、思路、国内外现状、技术和产品进行了分析研究,然后对具体业内部局域网的需求进行分析,确定企业网络拓扑结构、综合布线设计原则、中心机房规划与设计、网络设备选择等。
从各个方面对企业局域网建设提出了规划的方案,以期对企业局域网的建设做出贡献。
3 论文提纲(研究路径/论文(设计)框架)1.企业局域网建设的目标和意义2.业局域网建设的整体思路3.内外企业局域网发展现状二、分析及项目规划三、技术现状分析与分类四、局域网的规划设计五、详细设计5.1网络流量分析计算5.2详细配置5.3设备选型六、网络接入方式6.1现有网络接入方式简介6.2 接入网络类型的选择七、 vlan与vpn的简介及应用7.1 vlan简介及实现方法八、服务器和网络安全8.1 服务器选型8.2 核心服务器选择8.3 硬件防火墙8.4 cisco pix500系列防火墙8.5 在路由器端进行访问控制九、总结4 论文写作计划(进度安排)5 主要参考文献?? 芦江涛《数字技术与应用》 XX 第10期 - 维普资讯网文结合某公司办公局域网的建设,对小型局域网的设计做一说明,并对网络进一步优化,针对网络流量监测、出口的策略路由、病毒防治提出了解决方案。
篇三:局域网聊天软件_毕业论文本科毕业论文(毕业设计)题目:局域网聊天软件系院:学生姓名:学号:专业:计算机应用技术年级:完成日期:指导教师:摘要在网络越来越发达的今天,人们对网络的依赖越来越多,越来越离不开网络,由此而产生的聊天工具越来越多,例如,国外的ICQ、国内腾讯公司开发的OICQ。
基于Java 网络编程的强大功能,本次毕业设计使用Java编写一个聊天系统。
一般来说,聊天工具大多数由客户端程序和服务器程序外加服务器端用于存放客户数据的数据库组成,本系统采用客户机/服务器架构模式通过Java提供的Socket类来连接客户机和服务器并使客户机和服务器之间相互通信,由于聊天是多点对多点的而Java提供的多线程功能用多线程可完成多点对多点的聊天,数据库管理系统用SQL ServerXX完成并通过JDBC-ODBC桥访问数据库。
本系统建立在JAVA平台上,系统的设计使用了面向对象技术和面向对象的设计原则。
系统采用C/S结构,客户端与客户端以及客户端与服务器端之间通过Socket传送消息。
使用JAVA语言编写,开发工具采用Eclipse。
服务器端设计与实现过程中,采用了多线程技术,可以在单个程序当中同时运行多个不同的线程,执行不同的任务。
大大增强了程序对服务器资源的利用。
聊天系统完成后将可进行多人对多人的聊天,对好友进行添加、删除,对新用户的注册,发送消息、接受消息等等功能。
关键字:多线程;客户机/服务器;JAVA ; Socket ;Eclipse ; TCP/IPAbstractas the network become more and more developed, people become more and more lean to the network, and can not leave with out it. This caused the chat materials become more numerous, as the overseas ICQ system, the OICQ system that invented by Tencent Co., and so on. So we create a network chat medium just like the QQ. Java network programming based on the power, the use of Java designed to prepare graduates a chat system.In general, the majority of the chat tool for client and server program inaddition to server-side storage of customer data for the database, the system uses a client / server architecture model the adoption of Java provided Socket class connect client and server and between the client and server communicate with each other, as the chat isto provide point-to-multipoint and multi-threaded Java function to be completed by using multi-threaded chat and more point-to-multipoint, database management system with SQL ServerXX the completion and adoption ofJDBC-ODBC Bridge access the database.The system built on the JAVA platform, the system design usingobject-oriented technology and object-oriented design principles. System uses the C / S structure, client and client-side and server-side client and send messages through Socket. The use of JAVA language, development tools using Eclipse. Design and Implementation of server-side process, the use of multi-threading technology, which can process in a single run at the same time a number of different threads, the implementation of different tasks. Procedures greatly enhanced the use of server resources.Chat system will allow people to complete chat to more friends,and the system can add, delete somebody,can deal with new user registration, send messages,receive messages and so on.Keywords : Multithreading ; Client/Server ;JAVA ;Socket ;Eclipse ;TCP/IP 目录1 绪论 ................................................ ................................................... ...... 错误!未定义书签。
1.1国内外聊天系统的研究现状 ................................................ .................. - 5 -1.2 JAVA语言 ................................................ .................................................. - 6 -1.2.1 Java的发展历史 ................................................ ............................... - 6 -1.2.2 Java的特点 ................................................ ....................................... - 7 -1.2.3 Java与Internet .......................................... ........................................ - 7 -1.3 SOCKET编程 ................................................ ............................................. - 8 -1.3.1 关于TCP/IP协议................................................. ............................ - 8 -1.3.2 服务器和客户机.................................................. 错误!未定义书签。