• <strike id="muqeq"></strike>
  • <samp id="muqeq"><tfoot id="muqeq"></tfoot></samp>
      論文格式
      電氣工程 會(huì)計(jì)論文 金融論文 國(guó)際貿(mào)易 財(cái)務(wù)管理 人力資源 輕化工程 德語(yǔ)論文 工程管理 文化產(chǎn)業(yè)管理 信息計(jì)算科學(xué) 電氣自動(dòng)化 歷史論文
      機(jī)械設(shè)計(jì) 電子通信 英語(yǔ)論文 物流論文 電子商務(wù) 法律論文 工商管理 旅游管理 市場(chǎng)營(yíng)銷 電視制片管理 材料科學(xué)工程 漢語(yǔ)言文學(xué) 免費(fèi)獲取
      制藥工程 生物工程 包裝工程 模具設(shè)計(jì) 測(cè)控專業(yè) 工業(yè)工程 教育管理 行政管理 應(yīng)用物理 電子信息工程 服裝設(shè)計(jì)工程 教育技術(shù)學(xué) 論文降重
      通信工程 電子機(jī)電 印刷工程 土木工程 交通工程 食品科學(xué) 藝術(shù)設(shè)計(jì) 新聞專業(yè) 信息管理 給水排水工程 化學(xué)工程工藝 推廣賺積分 付款方式
      • 首頁(yè) |
      • 畢業(yè)論文 |
      • 論文格式 |
      • 個(gè)人簡(jiǎn)歷 |
      • 工作總結(jié) |
      • 入黨申請(qǐng)書 |
      • 求職信 |
      • 入團(tuán)申請(qǐng)書 |
      • 工作計(jì)劃 |
      • 免費(fèi)論文 |
      • 合作期刊 |
      • 論文同學(xué)網(wǎng) |
      搜索 高級(jí)搜索

      當(dāng)前位置:論文格式網(wǎng) -> 畢業(yè)論文 -> 計(jì)算機(jī)論文
      畢業(yè)論文標(biāo)題:

      局域網(wǎng)監(jiān)聽軟件的設(shè)計(jì)與開發(fā)

       本文ID:LWGSW13806 價(jià)格:收費(fèi)積分/100
      掃一掃 掃一掃
      本站會(huì)員可自行下載:下載地址 局域網(wǎng)監(jiān)聽軟件的設(shè)計(jì)與開發(fā) (收費(fèi):1000 積分)  

      論文字?jǐn)?shù):19186,頁(yè)數(shù):37

      摘  要
      網(wǎng)絡(luò)監(jiān)聽軟件是提供給網(wǎng)絡(luò)安全管理人員進(jìn)行安全管理的工具,可以用來(lái)監(jiān)視網(wǎng)絡(luò)的狀態(tài)、數(shù)據(jù)流動(dòng)情況以及網(wǎng)絡(luò)上傳輸?shù)男畔,以獲取有用信息。作為黑客來(lái)說(shuō),通過(guò)網(wǎng)絡(luò)監(jiān)聽可以獲取其所需信息(比如密碼等);對(duì)黑客活動(dòng)和其他網(wǎng)絡(luò)犯罪進(jìn)行偵察、取證時(shí),可以使用網(wǎng)絡(luò)監(jiān)聽技術(shù)來(lái)獲取必要的信息。因此,在目前研究和使用網(wǎng)絡(luò)監(jiān)聽技術(shù)及相關(guān)工具,對(duì)于防護(hù)網(wǎng)絡(luò)安全、打擊網(wǎng)絡(luò)犯罪具有重要的現(xiàn)實(shí)意義。
      本局域網(wǎng)監(jiān)聽軟件主要利用Winpcap和Jpcap等工具進(jìn)行開發(fā),使用Java語(yǔ)言在Eclipse 3.2環(huán)境下進(jìn)行開發(fā)。軟件主要實(shí)現(xiàn)了對(duì)網(wǎng)絡(luò)上的數(shù)據(jù)進(jìn)行監(jiān)聽,并分析出每一協(xié)議層的傳輸數(shù)據(jù)和協(xié)議層上主要字段的數(shù)據(jù),然后將其顯示出來(lái),同時(shí)進(jìn)行動(dòng)態(tài)更新;另外,添加了一些附加功能(指定對(duì)象監(jiān)聽、餅狀圖顯示、界面選擇等)。經(jīng)過(guò)測(cè)試與分析,說(shuō)明了該軟件運(yùn)行穩(wěn)定、可靠,具有一定的實(shí)際應(yīng)用價(jià)值。

      關(guān)鍵詞:局域網(wǎng);網(wǎng)絡(luò)監(jiān)聽;協(xié)議層;數(shù)據(jù)傳輸;對(duì)象監(jiān)聽
      Design and Development of LAN Monitoring Software
      Abstract
      Network-monitoring software is a secure management tool providing for the network security administrator. It can obtain useful information which monitors the network status, data flowing and information of network transmitting. Hackers can get the necessary information (such as password and so on) by means of network -monitoring. Hacker may gain the information which its needs (for instance password and so on) through the network-monitoring; Carrying on taking the reconnaissance and collecting the evidences about the hacker activity and other network crime, we may use the network monitor technology to gain the essential information. Therefore, studying and using network-monitoring technology and the correlate tool in present, it is important and practical significance for protecting network security and attacking network crime.
      This local area network-monitoring software mainly is developed by using of Winpcap, Jpcap, the Java language and so on in the Eclipse 3.2 environment. This software mainly realizes monitoring the network data, analyzes the transmission data and the main field data on each protocol layer, and then demonstrates it, carries on the dynamic renewal. Simultaneously, this software increases some attachment functions (such as assigning object monitor, demonstrating of cake shape, the choice of surface etc.). After testing and the analyzing, which shows that this software is stable, reliable, and having the certain practical application value.

      Key words: LAN; Network Monitoring; Protocol Layer; Data Transmission; Object Monitoring

      目  錄

      1 引言 1
      1.1 課題背景 1
      1.2 本課題研究的意義 1
      1.3 本課題的研究方法 1
      1.4 本論文主要工作 2
      2 需求分析 2
      2.1 需求分析概述 2
      2.2本軟件的需求分析 3
      2.2.1 本軟件實(shí)現(xiàn)的目標(biāo) 3
      2.2.2 本軟件的運(yùn)行環(huán)境要求 3
      2.2.3 本軟件的功能要求 4
      2.2.4 本軟件功能的擴(kuò)充 4
      3 理論基礎(chǔ)與相關(guān)工具介紹 4
      3.1 網(wǎng)絡(luò)監(jiān)聽原理介紹 4
      3.2 TCP/IP的層次結(jié)構(gòu) 5
      3.2.1 OSI與TCP/IP體系結(jié)構(gòu)的比較 5
      3.2.2 TCP/IP四層協(xié)議的表示方法舉例 7
      3.2.3 使用TCP/IP進(jìn)行通信的示意圖 7
      3.3 Winpcap簡(jiǎn)介 8
      3.4 Jpcap簡(jiǎn)介 9
      4 設(shè)計(jì)思路 10
      4.1 設(shè)計(jì)框架圖 10
      4.2 設(shè)計(jì)步驟 11
      4.2.1 整體規(guī)劃 11
      4.2.2 程序運(yùn)行流程 11
      5 具體實(shí)現(xiàn)步驟 12
      5.1使用Eclipse 3.2創(chuàng)建項(xiàng)目 12
      5.1.1 創(chuàng)建項(xiàng)目 12
      5.1.2 創(chuàng)建包 13
      5.1.3 創(chuàng)建類 14
      5.2 analyzer包的設(shè)計(jì) 14
      5.2.1 analyzer包的作用 14
      5.2.2 analyzer包中各個(gè)類的作用與實(shí)現(xiàn)方式 15
      5.3 stat包的設(shè)計(jì) 17
      5.3.1 stat包的作用 17
      5.3.2 stat包中各個(gè)類的作用與實(shí)現(xiàn)方式 17
      5.4 ui包的設(shè)計(jì) 18
      5.4.1 ui包的作用 18
      5.4.2 ui包中各個(gè)類的作用與實(shí)現(xiàn)方式 19
      5.4.3 ui包中g(shù)raph包的作用 22
      5.5 外部類的設(shè)計(jì) 22
      5.5.1 外部類在整個(gè)程序中的作用 22
      5.5.2 外部各個(gè)類的作用與實(shí)現(xiàn)方式 22
      6 測(cè)試與分析 23
      6.1 測(cè)試的目的 23
      6.2 測(cè)試的步驟 23
      6.3 測(cè)試分析 25
      7 用戶使用手冊(cè) 26
      7.1 系統(tǒng)配置要求 26
      7.2 系統(tǒng)環(huán)境配置 26
      7.3 執(zhí)行程序步驟 26
      結(jié)    論 30
      參考文獻(xiàn) 31
      致    謝 32
      聲    明 33


      相關(guān)論文
      本論文在計(jì)算機(jī)論文欄目,由論文格式網(wǎng)整理,轉(zhuǎn)載請(qǐng)注明來(lái)源www.donglienglish.cn,更多論文,請(qǐng)點(diǎn)論文格式范文查看
      上一篇:網(wǎng)上考試及評(píng)析系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) 下一篇:基于J2EE酒店管理系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)
      Tags:局域網(wǎng) 監(jiān)聽 軟件 設(shè)計(jì) 開發(fā) 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計(jì)算機(jī)論文
      推薦文章

      本站部分文章來(lái)自網(wǎng)絡(luò),如發(fā)現(xiàn)侵犯了您的權(quán)益,請(qǐng)聯(lián)系指出,本站及時(shí)確認(rèn)刪除 E-mail:349991040@qq.com

      論文格式網(wǎng)(www.donglienglish.cn--論文格式網(wǎng)拼音首字母組合)提供計(jì)算機(jī)論文畢業(yè)論文格式,論文格式范文,畢業(yè)論文范文

      Copyright@ 2010-2018 LWGSW.com 論文格式網(wǎng) 版權(quán)所有 蜀ICP備09018832號(hào)

      感谢您访问我们的网站,您可能还对以下资源感兴趣:

      论文格式网:毕业论文格式范文
      <th id="ioyak"></th>
    • <ul id="ioyak"></ul>
      <ul id="ioyak"></ul>