您现在的位置:网站首页答辩论文计算机毕业设计JAVA/JSP

Java远程通信及应用的研究

  • 简介:目 录 摘要----------------------------------------------------------------------------------------4Abstract ----------------------------------------------------------------------------------5 第一章 引言---------------------------...
    • 请与管理员联系购买资料 QQ:5739126
  • 论文简介
  • 相关论文
  • 论文下载

目   录
 
摘要----------------------------------------------------------------------------------------4
Abstract ----------------------------------------------------------------------------------5

 第一章  引言--------------------------------------------------------------------------6
    
 1.1 远程通信概述------------------------------------------------------------------6
 
  1.2 Internet远程通信 ------------------------------------------------------------6
 1.2.1 Internet概述---------------------------------------------------------------------6
 1.2.2 TCP/IP协议和IP地址----------------------------------------------------------7
 1.2.3 Internet远程通信原理----------------------------------------------------------7
 
第二章 Java基于Internet远程通信-------------------------------------8
 
2.1 Java语言概述-----------------------------------------------------------------8
2.1.1 Java语言特点------------------------------------------------------------------8
2.1.2 Java丰富的类库---------------------------------------------------------------8
 
2.2 Java与Internet密不可分-------------------------------------------------9
 
2.3 Java强大的网络开发功能-------------------------------------------------9
 
 
第三章 常见Java类用于远程通信----------------------------------------10
 
3.1 基本概念和协议 ------------------------------------------------------------10
 3.11 IP地址-----------------------------------------------------------------------------------10
3.12 端口--------------------------------------------------------------------------------------10
3.13 客户机和服务器-----------------------------------------------------------------------10
3.14 连接和无连接--------------------------------------------------------------------------11
3.15 协议--------------------------------------------------------------------------------------11
 
3.2 URL类--------------------------------------------------------------------------11
 
3.3 Socket类----------------------------------------------------------------------12

        3.31 Socke类编程机制------------------------------------------------------------12
    
     
 第四章 Java Socket类设计C/S模式应用实例---------------------14
 
 4.1 设计思路---------------------------------------------------------------------14
 
 4.2 通信原理--------------------------------------------------------------------- 15
 
 4.3 系统体系结构----------------------------------------------------------------15
4.3.1 设计内容--------------------------------------------------------------------15
4.3.2 设计实现--------------------------------------------------------------------15
 4.3.3 总体设计--------------------------------------------------------------------15
 
第五章 实验测试------------------------------------------------------------------18
 
5.1 测试环境---------------------------------------------------------------------18
 
5.2 测试步骤---------------------------------------------------------------------18
 
5.3 测试分析---------------------------------------------------------------------21
 

结束语-------------------------------------------------------------------------------23
 
致谢----------------------------------------------------------------------------------23
 
附录----------------------------------------------------------------------------------24
 
参考文献---------------------------------------------------------------------------27
 

 

摘要

 随着信息社会脚步的日益加快,远程通信的应用正在人们的生产生活中扮演着极其重要的角色。从美国工程师Ray Tomlinson发送第一封E-mail成功,到现在如J2ME等技术使用的热火朝天,短短的30多年时间,远程通信技术发展速度惊人。研究远程通信尤其是研究以被广泛接受和喜爱的网络语言Java的远程通信,对当今网络时代的通信发展更加具有前瞻性和现实意义。本文研究了Java远程通信的机制及应用,并在此基础上设计了一种基于Java 远程通信功能的应用实例。
      
本文中所做的主要工作如下:
1)总述远程通信及Internet远程通信原理。
2)研究Java基于Internet远程通信功能。
3)概述常见Java 类用于远程通信。
4)用Java socket类设计一个远程通信实例。
首先介绍Socket编程的一般工作原理及设计该实例的思路,再设计实现该实例各模块及其功能描述,分析并解决实验中的问题,最后对实例进行测试,并分析结果。

关键字:远程通信, Java, Sokect, 多线程 

 

Abstract

Along with the social footstep in information increasingly and quickly, application of telecommunication is now playing a very important role in people’s life and production. From the first E-mail sent out successed by American engineer Ray Tomlinson in the United States to in full swing of the application of J2ME today, in such a short time just about more than 30 years, the development speed of telecommunication is really amazing. Because Java has been widely accepted and liked by people as a good network language, so it’s meaningful and realislic in today’s network time to study telecommunication particularly in studying telecommunication of Java. The author studies theory and application of telecommunication of Java and above this designs a instance.

The main work of this paper are:
1)sums up the theory of telecommunication and telecommunication of Internet.
2)Studies the function. About telecommunication of Internet.
3)gives emamples about some classes of java used in telecommunication.
4)designs a example in use of Java Socket in telecommunication.
First Introduces socket work principle and designs the way of thinking, then investigates the system structure and working principle, next analyses and resolves the technical problems in implementation, and finally analyses the result after testing on it.

Keywords: telecommunication,  Java,  Socket,  multit-hread

。。。。

参考文献
[1] 孙一林,彭波编著,《Java网络编程实例》,清华大学出版社,2003.4,第一版
[2] 殷兆麟等编著,《Java网络编程》,国防工业出版社,2001.5,第一版
[3] 吴逸贤,吴目诚编著,《Java2程序设计》,科学出版社,2003.8,第一版
[4] 刘弈等,基于Socket的Java 语言网络通信机制和程序设计〔J〕,计算机应用工程,1999,(5):78 – 81
[5] Douglas E. Comer. and David L . Stevens,《TCP/ IP 网络互连技术[ M ] 》 ,北京 :清华大学出版社 ,1998
[6] W.Richard Stevens, 《TCP/IP II lustrated Volumn1 The Protocols.Addison-Wesley》,机械工业出版社[影印版],2002.1,第一版
[7] Gary R.Wright 等著,《TCP/IP II lustrated Volumn1 The Protocols.Addison-Wesley》,机械工业出版社[影印版],2002.1,第一版

查看评论 已有0位网友发表了看法
  • 验证码: