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

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

          移動業務海量數據處理系統的收集和測試

           本文ID:LWGSW13604 價格:收費積分/100
          掃一掃 掃一掃
          本站會員可自行下載:下載地址 移動業務海量數據處理系統的收集和測試 (收費:1000 積分)  

          論文字數:13594,頁數:36  有開題報告,任務書

          摘  要
           隨著移動通信行業的發展,網絡的優化顯得尤為重要。而要進行網絡優化,必須對海量網絡參數進行采集和數據測試和分析,找出影響網絡運行質量的原因。因此收集和測試移動業務的數據具有重要意義。
           本文在Windows平臺上設計和實現了一個數據收集和分析系統,系統依托于GSM/GPRS網絡,集成了移動業務中的原始數據包的收集、過濾和分析功能。在設計和開發方面,本文利用多線程技術將數據包的收集和分析分別開來,以便加快數據收集的速度,能夠實時捕獲現網中的數據包。同時,系統根據用戶的選擇動態定制數據包過濾規則庫,系統導入規則對數據過濾后進行分析,將數據信息顯示在界面上并及時更新。
           分析和實驗結果表明,此系統可以較為及時地捕獲數據包,并能對過濾出的數據包做出正確的分析。

          關鍵詞:網絡優化,數據包,協議,數據收集,數據過濾
            The collection and testing of Massive mobile business data processing system 
           
           
           ABSTRACT
           With the mobile telecommunications sector development, network optimization it is particularly important. In order to optimize the network, the need for massive network parameters of testing and data collection and analysis to identify the impact of network operating quality reasons is necessary. Thus the collection and testing of mobile business data is of great significance.
           The paper based on the Windows platform design and implementation of a simple data collection and analysis system, the system is relying on the GSM / GPRS network, Integration of the original data package collection, filtering and analysis functions. In the design and development, this system uses a multi-threaded technical to separate data collection and analysis, In order to accelerate the speed of data collection, and capturing real-time network data packets, and the systems based on the user's choice of dynamic custom filtering rules, after using the rules to filter the data the system analysis the data packets, then show the information on the window page and can also be timely updates.
           The final analysis and experimental results show that this system can be timely capture data packets and filter out them, then make the right analysis.
           
          Keywords:network optimization, data packge, data collection, data filter
          目      錄
          1 緒論 1
          1.1 移動網絡優化及數據收集和分析的必要性 1
          1.1.1 移動網絡質量的現狀 1
          1.1.2 網絡優化的重要性 1
          1.1.3 數據收集和分析對網絡優化的作用 1
          1.2 數據采集和分析技術的現狀和發展趨勢 2
          1.2.1 數據采集和分析技術的現狀 2
          1.2.2 數據收集和分析技術的發展趨勢 2
          1.3 論文組織結構 3
          2 移動網絡的概述 4
          2.1 移動網絡架構的介紹 4
          2.1.1 移動業務和網絡的種類 4
          2.1.2 移動網絡的基本組成 5
          2.2 GPRS網絡的介紹 7
          2.2.1 GPRS網絡實體 7
          2.2.2 GPRS網絡的傳輸平面 9
          2.3.3 GTP(GPRS隧道協議)的介紹 10
          3 數據處理系統的設計 12
          3.1 數據處理系統的介紹 12
          3.2 數據處理系統的設計思想 13
          3.2.1 多線程實現界面管理 13
          3.2.2 基于WinPcap的數據包捕獲 14
          3.2.3 正則分析的數據包過濾 15
          3.2.4 多協議的數據包解析 16
          3.3 數據處理系統的應用 17
          3.3.1 系統的部署 17
          3.3.2 系統的其它應用 18
          4 數據處理系統的實現 19
          4.1 系統的總體結構 19
          4.2 界面管理模塊 20
          4.2.1 管理界面的功能 20
          4.2.2 各種管理界面的功能實現 22
          4.3 數據包捕獲模塊 23
          4.3.1 捕獲模塊的功能 23
          4.3.2 模塊的主流程以及相應的WinPcap庫函數 23
          4.4 數據包過濾模塊 24
          4.4.1 過濾模塊的功能 24
          4.4.2 選擇協議和其它條件 24
          4.5 數據包解析模塊 25
          4.5.1 解析模塊的功能 25
          4.5.2 各種協議的報頭的類 25
          5 數據處理系統的測試 28
          5.1 測試方案 28
          5.2 系統的性能 28
          6 總結 29
          致謝 30
          參考文獻 31


          相關論文
          本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
          上一篇:Ajax技術在流量分析系統中的應用 下一篇:信息工程項目監理軟件(表現層)設..
          Tags:移動 業務 海量 數據 理系統 收集 測試 【收藏】 【返回頂部】
          最新文章
          熱門文章
          計算機論文
          推薦文章

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

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

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

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

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