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

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

        網絡協議分析模塊和存儲模塊的設計與實現

         本文ID:LWGSW17620 價格:收費積分/100
        掃一掃 掃一掃
        本站會員可自行下載:下載地址 網絡協議分析模塊和存儲模塊的設計與實現 (收費:1000 積分)  

        論文字數:13684,頁數:40

        摘要

         數據包過濾又稱“報文過濾”,它是防火墻最傳統、最基本的過濾技術。防火墻的產生也是從這一技術開始的。數據包過濾技術就是對通信過程中的數據進行過濾,使符合事先規定的安全規則的數據包通過,而使那些不符合安全規則的數據包丟棄。這個安全規則就是防火墻的根本,它是通過對各種網絡應用、通信類型和端口的使用來規定的。防火墻對數據包的過濾,首先是根據數據包包頭部分所包含的源IP地址、目的IP地址、協議類型(TCP包、UDP包、ICMP包)、源端口、目的端口及數據包的傳遞方向等信息,判斷是否符合安全規則,以此來確定數據包是否允許通過。
         本文介紹了防火墻的概念、產生、定義及分類。介紹了目前各種常見的網絡防火墻,分析了網絡防火墻的工作原理。對網絡防火墻進行模塊化分析,其中,重點介紹了與課題實現相關網絡數據包捕獲模塊、網絡協議分析模塊和存儲模塊的設計與實現。

        關鍵詞:數據包過濾,網絡數據包,網絡協議,防火墻

        ABSTRACT

         Packet filter also known as the "Packet Filter", it is the most traditional firewall, the most basic filtering technology. Firewall is also produced from this technology. packet filtering technology is in the process of communications data filtering, prior to the required safety rules packet through due to those which do not comply with the safety rules of packet discarded.This security rules is the fundamental of the firewall. It is through the application of a variety of network, communication and port types to provide the use. The firewall packet filtering, the first is based on the header of  the packet contained in part of the source ip addresses,destination ip addresses, protocol type (TCP packet, UDP packet, ICMP packet), the source port,the destination port and the transmission of packet direction and other information, the judgement is in accord with the safety rules, to determine whether allow the packet through.
         This article introduces the concept of firewall, as well as its produce, definition and classification. On the current common network firewall, network firewall of working principle. The network firewall for modular analysis, which, with the focus on the issues related to achieve network packet capture module, the network protocol analysis module and memory modules of the design and implementation.

        Keywords: packet filtering,network packet,network protocol, firewall.
         
        目錄

        摘要 I
        ABSTRACT II
        第1章 引言 1
         1.1 防火墻 1
         1.1.1 防火墻的概念和作用 1
         1.1.2 防火墻的發展現狀 1
         1.2 課題的背景和意義 2
         1.3 課題的研究的內容與擬解決的主要問題 3
         1.4 課題的研究的方法與技術路線 3
        第2章 系統相關技術 4
         2.1 Visual C++ 6.0開發環境 4
         2.2 TCP/IP協議 4
         2.2.1 TCP/IP整體構架概述 4
         2.2.2 TCP/IP中主要的協議及功能 5
         2.3網絡數據包攔截技術 6
         2.4 本章小結 8
        第3章 系統分析 9
         3.1 系統設計原理 9
         3.2 系統主體功能 9
         3.3 模塊劃分 10
         3.3.1 模塊劃分原則 10
         3.3.2 模塊結構圖 11
         3.3.3 模塊接口定義 11
         3.4 本章小結 12
        第4章 IP過濾鉤子驅動設計 13
         4.1  Filter-Hook Driver 分析 13
         4.2  Filter-Hook Driver 工作原理 13
         4.3  創建過濾鉤子(Filter-Hook)驅動 13
         4.4  注冊鉤子回調函數 16
         4.5  本章小結 19
        第5章 系統詳細設計與實現 20
         5.1 防火墻包過濾基本過程 20
         5.2 防火墻主要數據結構 20
         5.3 防火墻數據包過濾 22
         5.4 防火墻過濾規則管理 27
         5.5 防火墻主窗口類CFirewallDlg 28
         5.5 本章小結 28
        第6章 系統測試 29
         6.1 防火墻使用及功能介紹 29
         6.2  防火墻功能測試 30
         6.3  本章小結 32
        結束語 33
        致謝 34
        參考文獻 35


        相關論文
        本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
        上一篇:學校二手自行車交易平臺設計與開發 下一篇:VC++的坦克大戰游戲
        Tags:網絡 協議 分析 模塊 存儲 設計 實現 【收藏】 【返回頂部】
        最新文章
        熱門文章
        計算機論文
        推薦文章

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

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

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

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

        论文格式网:毕业论文格式范文