• <ul id="ocyya"></ul>
    <strike id="ocyya"></strike>
      • <kbd id="ocyya"><pre id="ocyya"></pre></kbd>
        <th id="ocyya"></th>
      • <tr id="ocyya"></tr>
      • 論文格式
        電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業管理 信息計算科學 電氣自動化 歷史論文
        機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
        制藥工程 生物工程 包裝工程 模具設計 測控專業 工業工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
        通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
        • 首頁 |
        • 畢業論文 |
        • 論文格式 |
        • 個人簡歷 |
        • 工作總結 |
        • 入黨申請書 |
        • 求職信 |
        • 入團申請書 |
        • 工作計劃 |
        • 免費論文 |
        • 合作期刊 |
        • 論文同學網 |
        搜索 高級搜索

        當前位置:論文格式網 -> 畢業論文 -> 計算機論文
        畢業論文標題:

        網絡數據包分析工具的設計與開發

         本文ID:LWGSW13717 價格:收費積分/100
        掃一掃 掃一掃
        本站會員可自行下載:下載地址 網絡數據包分析工具的設計與開發 (收費:1000 積分)  

        論文字數:13113,頁數:31

        摘  要
        當前,隨著信息化發展,網絡安全問題日漸突出,網絡攻擊日益泛濫,所以網絡信息安全就變的非常重要。網絡主機必須有足夠的安全措施,否則網絡的價值就會貶值。本系統的開發就是為了給網絡使用者提供一個有用的網絡數據包分析工具。本系統有四個主要功能:數據包的捕獲、數據包解析、數據包信息分析和數據包信息的顯示。為了實現系統功能,本系統選擇在ubuntu(Linux)、libpcap、apache、mysql和php的平臺上開發,操作系統和軟件開發包全部為開源免費的軟件,這也是本系統的一個重要特點。本系統首先用libpcap捕獲數據包,然后用C語言,并以TCP/IP協議為理論基礎解析數據包,解析得到的信息存儲到mysql數據庫中。數據包信息分析模塊從mysql數據庫中讀取數據,對信息進行統計分析,并對網絡信息狀況進行安全描述。最后通過apache和php技術來顯示數據庫信息。通過測試本系統實現了數據包捕獲、解析、信息分析、信息顯示,為使用者了解當前的網絡數據包狀況提供了很好的參考。

        關鍵詞:網絡數據包;TCP/IP;數據包解析;數據包信息分析;攻擊特征

        The Design and Development of Tool about Network Packets Analysis
        Abstract
        Nowadays, with the development of information, the issue of network security is becoming prominent and the network attack is proliferation. Therefore, the security of network information is becoming very important. Network hosts must have adequate safety, or the value of the network would be deva lued. The development of the system was to provide the users with a useful tool that analysis the network packets. The system has four main functions: capture the network packets, analysis the packet, analysis the information of packet and display packet information. To achieve the goal, I choose the system of ubuntu (Linux), libpcap. apache, mysql and php platform to develop the system. The operating systems and software development kits are free, this is one of the system's features. The system used libpcap to capture data packets firstly, and then use the C language, and TCP / IP protocol as the basis theoretical to analytic packets, the database of mysql stored the result of Analysising information. Module of packet analysis reads the information from the database of mysql, statistic and analysis the information, and then describes security conditions. Finally, use the apache and php technology to display database information. Through the test of the system to achieve the goal that capture and analysis data packet, information analysis, display information, it is a good reference for users to keep up on the current state of network.

        Key words: Network packets; TCP/IP; Packet analysis; Packet information analysis; Attack characteristic

        目  錄

        1 引言 1
        1.1 課題背景 1
        1.2 國內外研究現狀 1
        1.3 本課題研究的意義 1
        1.4 本課題的理論基礎 1
        2 網絡數據包分析系統概述 2
        2.1 網絡數據包分析的意義 2
        2.2 網絡數據包分析的核心技術基礎 2
        2.3 網絡數據包分析系統的主要功能 2
        3 網絡數據包分析系統的設計 3
        3.1 系統模塊劃分 3
        3.2 數據包捕獲模塊設計 4
        3.3 數據包解析存儲模塊設計 4
        3.4 數據包信息分析模塊設計 5
        3.5 數據包信息顯示模塊設計 6
        4 網絡數據包分析系統的解決方案 6
        4.1 數據包捕獲模塊的解決方案 7
        4.2 數據包解析及存儲模塊解決方案 7
        4.3 數據包信息分析模塊解決方案 8
        4.4 數據顯示模塊解決方案 8
        5 網絡數據包分析系統的實現 8
        5.1 系統控制模塊實現 9
        5.2 數據包捕獲模塊實現 10
        5.3 數據包解析及存儲模塊實現 12
        5.4 數據包信息分析模塊實現 14
        5.5 數據包信息顯示模塊實現 15
        6 網絡數據包分析系統的測試分析 17
        6.1 測試方案與測試環境 17
        6.2 測試結果 17
        6.2.1 數據包捕獲 17
        6.2.2 數據包解析及存儲 17
        6.2.3 數據包信息簡單分析 18
        6.2.4 數據包信息顯示 19
        結    論 20
        參考文獻 21
        致    謝 22
        聲    明 23
        附    錄 24


        相關論文
        本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
        上一篇:Smart系統—考試管理及成績查詢模.. 下一篇:一個Linux下基于電話線路的數據通..
        Tags:網絡 數據 分析 工具 設計 開發 【收藏】 【返回頂部】
        最新文章
        熱門文章
        計算機論文
        推薦文章

        本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

        論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供計算機論文畢業論文格式,論文格式范文,畢業論文范文

        Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

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

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