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

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

      基于ICMP模擬網(wǎng)絡(luò)控制軟件的開發(fā)——控制管理模塊

       本文ID:LWGSW13735 價格:收費(fèi)積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 基于ICMP模擬網(wǎng)絡(luò)控制軟件的開發(fā)——控制管理模塊 (收費(fèi):1000 積分)  

      論文字?jǐn)?shù):13080,頁數(shù):29

      摘  要
      隨著網(wǎng)絡(luò)技術(shù)的發(fā)展,網(wǎng)絡(luò)通信已經(jīng)越來越重要。而網(wǎng)絡(luò)通信的實現(xiàn),必然離不開網(wǎng)絡(luò)協(xié)議。網(wǎng)絡(luò)協(xié)議是一套傳遞信息、管理信息的規(guī)則。通過這套規(guī)則,計算機(jī)之間才能相互通信。目前,一些起到平臺作用的通信協(xié)議已趨于完善,如TCP、UDP和ICMP等。它們是以IP數(shù)據(jù)包為載體(IP頭+TCP/UDP/ICMP頭+數(shù)據(jù))的。控制管理模塊的主要目標(biāo)是管理和發(fā)送控制信息,在ICMP協(xié)議的基礎(chǔ)上,模擬出一套自定義的規(guī)則,用于實現(xiàn)簡單的網(wǎng)絡(luò)控制。具體實現(xiàn)是通過VC 6.0創(chuàng)建一個對話框工程,并采用RAW SOCKET技術(shù)完成ICMP數(shù)據(jù)包的發(fā)送和接收,以ICMP的數(shù)據(jù)部分作為本協(xié)議實現(xiàn)的載體,即IP頭+ICMP頭+數(shù)據(jù)(自定義的簡單協(xié)議)的數(shù)據(jù)包形式實現(xiàn)不同計算機(jī)之間的通信,從而達(dá)到網(wǎng)絡(luò)控制的目的。通過測試,該模塊實現(xiàn)了控制信息的管理和發(fā)送。

      關(guān)鍵詞:ICMP;RAW SOCKET;網(wǎng)絡(luò)協(xié)議;數(shù)據(jù)包

      The Controlling and Management software module development of simulating network control based on ICMP
      Abstract
      With the advance of network technique, internet communication is becoming more and more important. However, it can not be realized without network protocol, which is a set of rules for transmitting and managing information. Through these rules, each computer can communicate with each other. At present, a lot of basal protocols have been nearly perfect, such as TCP、UDP、ICMP, which are based on the IP packets (IP head + TCP/UDP/ICMP head + data).  The main task of Control Module is to manage and send the control information, which is to simulate a set of self user-defined rules and realize simple network control on the basic of ICMP protocol. The concrete realization is that we first establish a dialog-box project through VC 6.0, and then use RAW SOCKET technology to complete the sending and receiving of ICMP packets whose data part can be used as the carrier helping realize the protocol. It means that we can use the form of IP head + ICMP head + data (simple user-defined protocol) to realize the correspondence among different computers to achieve the goal of net-controlling. Through the test, the module has realized the management and transmission of control information. 

      Key words:ICMP; RAW SOCKET; network protocol; data packet 

      目  錄

      1 引言 1
      1.1 課題背景 1
      1.2 國內(nèi)外研究現(xiàn)狀 1
      1.3 本課題研究的意義 1
      1.4 本課題的研究方法 2
      2 TCP/IP概述 2
      2.1 概念 2
      2.2 TCP/IP分層結(jié)構(gòu) 2
      2.3 數(shù)據(jù)封裝格式 3
      3 ICMP概述 4
      3.1 ICMP介紹 4
      3.2 ICMP報文格式 5
      3.3 ICMP報文的類型 5
      3.4 ICMP的重要性簡介 7
      4 網(wǎng)絡(luò)套接字 7
      4.1 套接字概述 7
      4.2 Winsock中的幾個基本概念 9
      4.2.1 Winsock 9
      4.2.2 阻塞和非阻塞 9
      4.2.3 字節(jié)順序 9
      4.2.4 客戶機(jī)/服務(wù)器模型 9
      4.3 Winsock編程原理 10
      4.3.1 Winsock的啟動和終止 10
      4.3.2 錯誤檢查和控制 11
      4.3.3 Winsock編程模型 11
      5 控制協(xié)議的模擬實現(xiàn) 15
      5.1 課題的具體要求 15
      5.2 課題的實現(xiàn)重點 15
      5.3 可視化界面的具體實現(xiàn) 16
      5.3.1 思考過程 16
      5.3.2 幾種控件的具體實現(xiàn) 16
      5.4 ICMP類的核心實現(xiàn) 17
      5.4.1 在工程文件中插入ICMP,編寫IP和ICMP頭結(jié)構(gòu) 17
      5.4.2 對Winsock進(jìn)行初始化 18
      5.4.3 創(chuàng)建一個原始套接字,填充地址結(jié)構(gòu) 18
      5.4.4 填充數(shù)據(jù) 19
      5.4.5 發(fā)送控制信息 19
      5.5 工程文件的組成 19
      5.6 控制協(xié)議的簡單設(shè)計 19
      5.7 模擬環(huán)境 20
      5.7.1 硬件環(huán)境 20
      5.7.2 軟件環(huán)境 20
      5.8 操作過程 20
      結(jié)    論 22
      參考文獻(xiàn) 22
      致    謝 23
      聲    明 24


      相關(guān)論文
      本論文在計算機(jī)論文欄目,由論文格式網(wǎng)整理,轉(zhuǎn)載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:一個編譯原理語法分析器的實現(xiàn)與.. 下一篇:基于PHP的產(chǎn)品報價系統(tǒng)的設(shè)計與開..
      Tags:基于 ICMP 模擬 網(wǎng)絡(luò) 控制 軟件 開發(fā) 管理 模塊 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計算機(jī)論文
      推薦文章

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

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

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

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

      论文格式网:毕业论文格式范文
        • <strike id="isei8"><input id="isei8"></input></strike>