- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
基于JXTA平台的P2P网络通信研究论文
摘 要
本文是对基于JXTA平台的P2P网络通信的研究,并实现了基于此平台的点对点通信。P2P网络被喻为第三代网络,在当今世界的网络通信中越来越显示出其卓越的特性。采用点对点分布式网络架构,去除了服务器端与客户机端的明显区别,使得网络的互通与网络各节点的协作性能提高,网络的可靠性大大的增强。Sun公司推出的JXTA平台为P2P的实现提供了快捷的支持,并且其跨平台、跨操作系统和跨编程语言的P2P应用特性为日后的开发与维护提供了方便。本文阐述了基于JXTA的P2P网络通信的过程,并在此基础之上实现了节点间的即时通信编码工作。
在JXTA平台下采用Java语言开发的优点在于不仅保持了Java语言的强壮性,而且能够利用JXTA平台提供的强大的支持功能,使得开发者不必过于关注其底层的实现。同时JXTA本身提供了对安全性的支持,使得网络的安全问题也变得相对轻松。
关键词:P2P;JXTA;即时通信
Abstract
This article is based on the JXTA platform P2P network communication research. The P2P network is explained as the third generation network, more and more demonstrates its remarkable characteristic in now the world network communication. Uses the point-to-point distribution network overhead construction, has removed the server and the client end obvious difference, causes the network exchanging enhance with the network various pitch points cooperation performance, network reliable more and more enhanced. Sun Corporation promotes the JXTA platform was the P2P realization has provided the quick support, and its cross platform, the cross operating system and the cross programming language P2P application characteristic will provide for in the future development and the maintenance has been convenient. This article elaborated based on the JXTA P2P network communication process, and has realized the pitch point Instant Communication code work above this foundation.
Used the Java language development under the JXTA platform the merit to lie in not only maintains Java language strong moreover to be able the formidable support function which provided using the JXTA platform, caused the development not to need too to pay attention to its first floor the realization, moreover JXTA itself has provided to the secure support, caused the network the security problem also to change relatively with ease.
Key words:P2P;JXTA;Instant Communication
前 言
P2P作为新兴的网络通信传输方式受到越来越多的关注。本次设计实现了P2P通信的过程。
采用与传统通信方式不同,P2P采用了对等的通信,缓解了中心节点的压力,提高了传输效率,所以P2P的开发研究也变得更具意义。
本文介绍了P2P通信的原理及
文档评论(0)