优秀的毕业设计论文网
计算机 JAVA 电子信息 单片机 机械机电 模具 土木工程 建筑结构 论文
热门搜索词:网络 ASP.NET 汽车 电气 数控 PLC

JAVA本地监听与远程端口扫描(源代码+论文

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
  
资料介绍:
  核心提示:如有需要请联系 QQ:306826066摘 要随着Internet的不断发展,信息技术已成为社会进步的巨大推动力。不管是存储于服务器里还是流通于Internet上的信息都已成为一个关系事业成败的关键...

如有需要请联系 QQ:306826066 [资料来源:http://www.THINK58.com]

摘 要 
随着Internet的不断发展,信息技术已成为社会进步的巨大推动力。不管是存储于服务器里还是流通于Internet上的信息都已成为一个关系事业成败的关键,这就使保证信息的安全变得格外重要。本地监听与远程端口扫描程序就是在基于Internet的端口扫描的基础上,开发的一个基于java的本地监听和远程端口扫描的小程序。 
该程序主要包括四个功能模块:显示当前系统信息;显示网络状态;显示当前进程;扫描计算机。其中当前系统信息和网络状态可以反应出当前计算机的系统配置和网络设置,让用户可以直观便捷的了解主机状况。而本地监听实现对正在运行进程的监听和进程分析。远程端口扫描用来对本机或远程主机的端口开放状态进行检测。通过使用以上四个功能可以使用户对本机的安全程度有更好认识,也可以对目标主机的开放状况有更直观的了解。

[资料来源:http://THINK58.com]

关键词:端口扫描;Java;进程 [来源:http://think58.com]

 

[来源:http://www.think58.com]

Design and Implementation of Local Monitoring and Remote Port Scan 
Abstract 
With the development of internet, information technology has been a huge push to social advancement. Information stored in server or flowing in Internet has been a key related to the accomplishment of work. So it becomes especially important to assure security of information. Local listening and remote port scan program is developed in java language .
This program includes four function modules——current system information showing module, current networking state showing module, current progress showing module and computer scanning module. Modules of system information showing and networking state showing can display computer's system configuration and networking setting, which can help user get the state of the computer. Local listening listens to and analyzes running progress. Remote port scan can test port states of local machine and remote machine. By using the following four functions, user can know deeply in the safe state of host , and know more about goal machine's state directly. [资料来源:http://www.THINK58.com]

Key words :port scanning;Java;process

[资料来源:THINK58.com]

目 录 
论文页数:19页 
1引言 1
1.1课题背景 1
1.2 课题研究意义 1
1.3 与以往的程序的区别 1
2 基本理论 2
2.1 TCP/IP协议和IP地址 2
2.2 用TCP/IP进行通信的示意图 3
2.3 端口 3
2.4 JAVA Socket类 3
3 系统功能模块设计与实现 4
3.1 体系结构与功能介绍 4
3.1.1 体系结构 4
3.1.2 功能大体介绍 4
3.2 程序主界面 5
3.3 当前系统信息界面 6
3.4 网络状态程序界面 7
3.5 本地监听 7
3.6 远程端口扫描 8
3.6.1 Socket类编程机制 8
3.6.2 功能详解 10
4系统关键点测试 14
结 论 17
参考文献 17
致 谢 18
声 明 19

[资料来源:http://www.THINK58.com]

[资料来源:http://THINK58.com]