博碩士論文 995202024 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:49 、訪客IP:3.148.109.6
姓名 張德勤(Der-Chyn Chang)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 NetFPGA上基於OpenFlow的跨雲端動態資源調配機制之設計與實作
(Design and Implementation of OpenFlow-based Dynamic Resource Allocation Mechanism in Inter-Cloud on NetFPGA)
相關論文
★ 無線行動隨意網路上穩定品質服務路由機制之研究★ 應用多重移動式代理人之網路管理系統
★ 應用移動式代理人之網路協同防衛系統★ 鏈路狀態資訊不確定下QoS路由之研究
★ 以訊務觀察法改善光突發交換技術之路徑建立效能★ 感測網路與競局理論應用於舒適性空調之研究
★ 以搜尋樹為基礎之無線感測網路繞徑演算法★ 基於無線感測網路之行動裝置輕型定位系統
★ 多媒體導覽玩具車★ 以Smart Floor為基礎之導覽玩具車
★ 行動社群網路服務管理系統-應用於發展遲緩兒家庭★ 具位置感知之穿戴式行動廣告系統
★ 調適性車載廣播★ 車載網路上具預警能力之車輛碰撞避免機制
★ 應用於無線車載網路上之合作式交通資訊傳播機制以改善車輛擁塞★ 智慧都市中應用車載網路以改善壅塞之調適性虛擬交通號誌
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 ( 永不開放)
摘要(中) 近幾年雲端運算(Cloud Computing)受到企業或政府普遍的使用,也使得雲端中之資源管理成為一個重要的研究議題。雲端運算的概念是源自於分散式系統及網格運算,並且透過虛擬化技術,將實體機器上的硬體資源共享給不同使用者,充分使用實體資源,增加資源使用率,間接地降低企業成本。隨著舉世聞名的大公司帶動之下,建立在雲端運算上的雲端服務也越來越多,也越來越多國際公司提供雲端服務;但是目前雲與雲之間仍然欠缺一個有效的跨雲端之資源調配機制,使得雲與雲之間缺少一個互助性;而雲端間之互助能有效改善雲端服務的達成率以及使用者之感受程度,直接或間接地讓雲端提供者得到利益。本論文實作一個跨雲端之動態資源調配機制來改善現今跨雲間之互助性問題。
本論文提出一個基於模糊理論之動態資源調配機制(Fuzzy-based Dynamic Resource Allocation,簡稱FDRA),並且在各個雲端環境中實作一個雲端代理人,透過各個雲端上的雲端代理人統整各自的雲端資源之資訊,搭配本論文所提出的FDRA機制來配給雲端資源,提供一個動態地資源調配方式,以達到雲端中之資源使用負載平衡,以及跨雲端的資源互助。系統架構主要為裝載有NetFPGA網路開發板的雲端代理人及其所屬的雲端叢集,其中雲端叢集內部皆以OpenFlow Protocol互相溝通,基於此架構之上,建立本論文所提之FDRA機制,並且完成實作。最後,本論文所提機制與DAIRS機制做比較。實驗結果顯示,本論文所提之FDRA最多比DAIRS好上37.2%,顯示更能夠在資源負載不均衡的情形下調配資源改善負載不均衡之情形。
摘要(英) In recent years, Cloud Computing is popular with most enterprises and government and also makes the cloud resource management has become an important research topics. The concept of cloud computing follows distributed systems and grid computing, and shares the physical resources to different users through the virtualization technologies in order to increase the resource utilization and reduce the costs. With the leading of world-famous companies, the number of cloud services is increased rapidly, but an effective resource allocation mechanism is still scarce between each cloud, which makes the lack of a resource mutual aid in inter-cloud. Nevertheless, inter-cloud with such assistance can improve the achievement rates of cloud services and the degree of users’ feelings, bringing the benefits to the service provider directly or indirectly. In this paper, we proposed a dynamic resource allocation mechanism to improve the insufficient of mutual assistance nowadays in inter-cloud.
This paper presents a Fuzzy-based Dynamic Resource Allocation mechanism (FDRA), and a Cloud Broker is implemented in each cloud. The Cloud Broker not only integrates the information of each cloud cluster, but also reallocates the cloud resources with FDRA to achieve the load balance and the resource mutual assistance. The system architecture includes NetFPGA-based Cloud Brokers and Cloud Broker-owned cloud clusters. The OpenFlow protocol is deployed to provide the communication between the computing nodes and a Cloud Broker in each cloud cluster. Finally, the proposed FDRA is compared with DAIRS mechanism. The experimental results show that FDRA is 37.2% times better than DAIRS in best case, especially under the condition of the load imbalance of cloud resource.
關鍵字(中) ★ 雲端運算
★ 資源調配
★ 跨雲端
★ OpenFlow
★ NetFPGA
★ 模糊理論
★ 資源互助
關鍵字(英) ★ OpenFlow
★ NetFPGA
★ Cloud Computing
★ Inter-Cloud
★ Resource Allocation
★ Resource Mutual Assistance
★ Fuzzy
論文目次 摘要 i
Abstract ii
致謝. iv
目錄. v
圖目錄 viii
表目錄. xi
第一章 緒論 1
1.1 概要 1
1.2 研究動機 . 4
1.3 研究目的 . 4
1.4 章節架構 . 5
第二章 背景知識與相關研究 . 6
2.1 雲端運算及虛擬化技術 6
2.2 雲端資源配置 . 10
2.3 Hadoop . 14
2.4 NetFPGA 與OpenFlow 專案 . 15
2.5 相關研究比較 . 18
第三章 研究方法 . 20
3.1 系統設計與系統架構 . 20
3.1.1. GUI Module(使用者介面模組) 26
3.1.2. Fuzzy Module(模糊模組) . 28
3.1.3. Cloud Decision Module(雲端決策模組) 33
3.1.4. Cloud to Cloud Module(跨雲端模組) . 34
3.1.5. Resource Sharing Module(資源共享模組) 36
3.1.6. Node Decision Module(節點決策模組) . 37
3.1.7. OpenFlow Module(OpenFlow 模組) . 38
3.1.8. Migration Module(搬遷模組) 39
3.1.9. Database Module(資料庫模組) . 42
3.1.10. Computing Module(運算節點模組) 44
3.1.11. Monitor Module(監測模組) . 45
3.2 系統運作流程 . 46
3.2.1 資料符號表 47
3.2.2 系統定義與假設 49
3.2.3 系統模組與運作流程 . 50
3.2.4 FDRA 機制運作流程 . 56
3.2.5 Cloud Decision Module 運作流程 62
3.2.6 Cloud to Cloud Module 運作流程 62
3.2.7 Resource Sharing Module 運作流程 64
3.2.8 Migration Module 運作流程 66
3.3 系統實作與系統功能 . 72
3.3.1 系統實作 . 72
3.3.2 系統功能 . 75
第四章 實驗結果與討論 79
4.1 情境一:雲端使用者之操作 79
實驗一:使用者註冊及登入 79
實驗二:使用者提出雲端資源請求 81
實驗三:使用者查詢所屬雲端資源的帳號、密碼以及其使用期限 82
實驗四:使用者觀察所屬資源的監測資訊 84
4.2 情境二:雲端代理人建立Hadoop 雲端運算實驗環境 . 84
實驗五:使用者使用Hadoop 雲端運算 . 85
4.3 情境三:雲端代理人在Single Cloud 上之資源調配 . 86
實驗六:透過雲端代理人了解雲端資源使用情形 . 87
實驗七:FDRA 與DAIRS 機制之比較 90
實驗八:FDRA 與DAIRS 機制之比較(loading 稍重) 95
實驗九:FDRA 與DAIRS 機制之比較(unbalance) 100
實驗十:雲端代理人在Single Cloud 中進行虛擬機搬遷 . 105
4.4 情境四:雲端代理人在Inter Cloud 上之資源調配 108
實驗十一:雲端代理人在Inter Cloud 中進行虛擬機搬遷 108
實驗十二:雲端代理人實行Inter-Migration 之時間 . 114
實驗十三:雲端代理人實行跨雲端資源共享(一) 115
實驗十四:雲端代理人實行跨雲端資源共享(二) 121
實驗十五:不同監測時間週期對整體雲端之影響 . 127
第五章 結論與未來研究 131
5.1 結論 131
5.2 未來研究 132
參考文獻 134
參考文獻 [1] L. Guan, X. Ke, M. Song and J. Song, “A Survey of Research on Mobile Cloud Computing,” Proceedings of 2011 the IEEE/ACIS 10th International Conference on Computer and Information Science, Sanya, China, pp. 387-392, 16-18, May 2011.
[2] Z. Fan and X. Zhao, “Service-oriented storage resource architecture for cloud computing,” Proceedings of 2010 the 3rd IEEE International Conference on Computer Science and Information Technology (ICCSIT 2010), Chengdu, China, vol. 6, pp. 400-404, 9-11, Jul. 2010.
[3] X. Liu, H. Song, D. He and H. Yang, “Research of campus resource management based on cloud computing,” Proceedings of 2010 the 5th International Conference on Computer Science and Education (ICCSE 2010), Hefei, China, pp. 1407-1409, 24-27, Aug. 2010.
[4] M. Li, M. Chen, and X. Jun, “Cloud Computing: A Synthesis Models for Resource Service Management,” Proceedings of 2010 the Second International Conference on Communication Systems, Networks and Applications (ICCSNA 2010), Hong Kong, China, pp. 208-211, 29, Jun.-1, Jul. 2010.
[5] W. Tian, S. Su and G. Lu, “A Framework for Implementing and Managing Platform as a Service in a Virtual Cloud Computing Lab,” Proceedings of 2010 the Second International Workshop on Education Technology and Computer Science, Wuhan, China, pp. 273-276, 6-7, Mar. 2010.
[6] W. Iqbal, N.-D. Matthew and C. David, “SLA-Driven Dynamic Resource Management for Multi-tier Web Applications in a Cloud,” Proceedings of 2010 the 10th IEEE/ACM International Conference on Cluster, Cloud and Grid Computing (CCGrid 2010), Melbourne, Australia, pp. 832-837, 17-20, May 2010.
[7] M. Chen, L. Mengkun and C. Fuqin, “A Model of Scheduling Optimizing for Cloud Computing Resource Services Based on Buffer-pool Agent,” Proceedings of 2010 the IEEE International Conference on Granular Computing(GrC 2010), San Jose, USA, pp. 107-110, 14-16, Aug. 2010.
[8] B. Zhang, S. Gao, L. Xia, J. He and K. Miao, “Resource management policy for cloud testbed of China railway,” Proceedings of 2010 International Conference on Computer Application and System Modeling (ICCASM 2010), Taiyuan, China, pp. 375-379, 22-24, Oct. 2010.
[9] Y. Zhang, G. Huang, X. Liu and H. Mei, “Integrating Resource Consumption and Allocation for Infrastructure Resources on-Demand,” Proceedings of 2010 the 3rd International Conference on Cloud Computing (CLOUD 2010), Miami, USA, pp. 75-82, 5-10, Jul. 2010.
[10] D. Sun, G. Chang, C. Wang, X. Yu and X. Wang, “Efficient Nash equilibrium based cloud resource allocation by using a continuous double auction,” Proceedings of 2010 International Conference on Computer Design and Applications (ICCDA 2010 ), Qinhuangdao, China, pp. 94-99, 25-27, Jun. 2010.
[11] B. Zhou and W. Liu, “Research on Information Service Management Mode Based on Cloud Computing,” Proceedings of 2010 International Conference on Intelligent Computing and Integrated Systems (ICISS 2010), Guilin, China, pp. 637-640, 22-24, Oct. 2010.
[12] P. Junjie, Z. Xuejun, L. Zhou, Z. Bofeng, Z. Wu and L. Qing, “Comparison of Several Cloud Computing Platforms,” Proceedings of 2009 the Second International Symposium on Information Science and Engineering, Shanghai, China, pp. 23-27, 26-28, Dec. 2009.
[13] Eucalyptus, http://open.eucalyptus.com/
[14] Open Nebula, http://www.opennebula.org
[15] OpenStack, http://openstack.org/
[16] S. Cargo, K. Dunn, P. Eads, L. Hochstein and D.-I. Kang, “Heterogeneous cloud computing,” Proceedings of 2011 International Conference on Cluster Computing, Austin, Texas, pp. 378-385, 26-30, Sep. 2011.
[17] N. Daniel, W. Rich, G. Chris, O. Graziano, S. Sunil, Y. Lamia and Z. Dmitrii, “The Eucalyptus Open-source Cloud-computing System,” Proceedings of the 2009 the 9th IEEE/ACM International Symposium on Cluster Computing and the Grid, Washington, USA, pp. 124-131, 18-21, May, 2009.
[18] Xen, http://xen.org/
[19] Software-Defined Networking, http://opennetsummit.org/why.html
[20] Y. Xindong, X. Xianghua, W. Jian and J. Congfeng, “Analysis and Evaluation of the Scheduling Algorithms in Virtual Environment,” Proceedings of 2009 the 6th International Conference on Embedded Software and Systems, HangZhou, China, pp. 291-296, 25-27, May 2009.
[21] F. Liu, G. Wu and R. Xie, “The Optimization of Xen-Based Display Virtualization,” Proceedings of 2010 International Conference on Computational Intelligence and Software Engineering (CiSE 2010), Wuhan, China, pp. 1-4, 10-12, Dec. 2010.
[22] Y. Kejiang, J. Xiaohong, C. Siding, H. Dawei and W. Bei, “Analyzing and Modeling the Performance in Xen-Based Virtual Cluster Environment,” Proceedings of 2010 12th IEEE International Conference on High Performance Computing and Communications (HPCC 2010), Melbourne, Australia, pp. 273-280, 1-3, Sep. 2010.
[23] C. Jianhua, Y. Yong, S. Congcong and L. Weimin, “A Synthetical Performance Evaluation of OpenVZ, Xen and KVM,” Proceedings of 2010 IEEE Asia-Pacific on Services Computing Conference (APSCC 2010), Hangzhou, China, pp. 587-594, 6-10, Dec. 2010.
[24] Y. Peijie, X. Mingyuan, L. Qian, Z. Min, G. Shang, Q. Zhengwei, C. Kai and G. Haibing, “Real-time Enhancement for Xen Hypervisor,” Proceedings of IEEE/IFIP the 8th International Conference on Embedded and Ubiquitous Computing (EUC 2010), Hong Kong, China, pp. 23-30, 11-13, Dec. 2010.
[25] C. Clark, K. Fraser, S. Hand, J.-G. Hansen, E. Jul, C. Limpach, I. Pratt and A. Warfield, “Live Migration of Virtual Machine,” Proceedings of the 2nd conference on Symposium on Networked Systems Design & Implementation, Boston, MA, pp. 273-286, 8-10, May, 2005.
[26] J.-T. Piao and J. Yan, “A Network-aware Virtual Machine Placement and Migration Approach in Cloud Computing,” Proceedings of International Conference on Grid and Cloud Computing, Nanjing, China, pp. 87-92, 1-5, Nov. 2010.
[27] Y. Ke, G. Jianhua, Z. Tianhai and S. Guofei, “An Optimized Control Strategy for Load Balancing based on Live Migration of Virtual Machine,” Proceedings of Annual ChinaGrid Conference, Dalian, China, pp. 141-146, 22-23, Aug. 2011.
[28] T. Wenhong, Z. Yong, Z. Yuanliang, X. Minxian and J. Chen, “A Dynamic and Integrated Load-Balancing Scheduling Algorithm for Cloud Datacenters,” Proceedings of Cloud Computing and Intelligence Systems, Beijing, China, pp. 311-315, 15-17, Sep. 2011.
[29] J.-G. Park, J.-M. Kim, H. Choi and Y.-C. Woo, “Virtual Machine Migration in Self-managing Virtualized Server Environments,” Proceedings of International Conference on Advanced Communication Technology, Phoenix Park, Korea, pp. 2077-2083, 15-18, Feb. 2009.
[30] A.-M. Alakeel, “A Fuzzy Dynamic Load Balancing Algorithm for Homogenous Distributed Systems,” World Academy of Science, Engineering and Technology, Issue 61, pp. 30-33, Jan. 2012.
[31] J. Xu and J.-A.-B. Fortes, “Multi-objective Virtual Machine Placement in Virtualized Data Center Environment,” Proceedings of International Conference on Green Computing and Communications, Hangzhou, China, pp. 179-188, 18-20, Dec. 2010.
[32] L. Weining and F. Tao, “Live Migration of Virtual Machine Based on Recovering System and CPU Scheduling,” Proceeding of Information Technology and Artificial Intelligence Conference, Chongqing, China, pp. 303-307, 20-22, Aug. 2011.
[33] J. Ni, Y. Huang, Z. Luan, J. Zhang and D. Qian, “Virtual Machine Mapping Policy Based on Load Balancing in Private Cloud Environment,” Proceedings of International Conference on Cloud and Service Computing, Hong Kong, China, pp. 292-295, 12-14, Dec. 2011.
[34] A. Karimi, F. Zarafshan, A.-B. Jantan, A.-R. Ramli and M.-I.-B. Saripan, “A New Fuzzy Approach for Dynamic Load Balancing Algorithm,” International Journal of Computer Science and Information security, vol. 6, No. 1, pp. 1-5, Oct. 2009.
[35] K.-M. V. Yu, C.-H. Chou and Y.-T. Wang, “A Fuzzy-Based Dynamic Load-Balancing Algorithm,” Journal of Information, Technology and Society, Vol. 4(2), pp. 55-63, Dec. 2004.
[36] F. Chang, J. Ren and R. Viswanathan, “Optimal Resource Allocation in Clouds,” Proceedings of 2010 International Conference on Cloud Computing, Miami, USA, pp. 481-425, 5-10, Jul. 2010.
[37] J. Hu, J. Gu, G. Sun and T. Zhao, “A Scheduling Strategy on Load Balancing of Virtual Machine Resources in Cloud Computing Environment,” Proceedings of 2010 International Symposium on Parallel Architecture, Algorithm and Programming, Dalian, China, pp. 89-96, 18-20, Dec. 2010.
[38] M.-L. Chiang, Y.-R. Chen, C.-B. Lin and Y.-C. Chang, “Dynamic Dispatching mechanism for Differentiated Services in Cloud Clusters,” Proceedings of 2011 International Conference on Genetic and Evolutionary Computing, Kitakyushu, Japan, pp. 45-48, 29-31, Aug. 2011.
[39] L. Wu, S.-K. Garg and R. Buyya, “SLA-based Resource Allocation for Software as a Service Provider(SaaS) in Cloud Computing Environments,” Proceedings of 2011 International Symposium on Cluster, Cloud and Grid Computing, Los Angeles, USA, pp. 195-204, 23-26, May, 2011.
[40] Hadoop, http://hadoop.apache.org
[41] M. Bhandarkar, “MapReduce programming with apache Hadoop,” Proceedings of International Symposium on Parallel & Distributed Processing, Istanbul, Turkey, pp. 1, 19-23, Apr. 2010.
[42] B.-R. Chang, H.-F. Tsai, Z.-Y. Lin and C.-M. Chen, “Access Security on Cloud Computing Implemented in Hadoop System,” Proceedings of 2011 the 5th International Conference on Genetic and Evolutionary Computing (ICGEC 2011), pp. 77-80, 29, Aug.-1, Sep. 2011.
[43] H.-Y. Lin, S.-T. Shen, W.-G. Tzeng, Lin and B.-S.-P. Lin, “Toward Data Confidentiality via Integrating Hybrid Encryption Schemes and Hadoop Distributed File System,” Proceedings of IEEE the 26th International Conference on Advanced Information Networking and Applications (AINA 2012), Fukuoka, Japan, pp.740-747, 26-29, Mar. 2012.
[44] M. Zaharia, A. Konwinski, A.-D. Joseph, R. Katz and I. Stoica, “Improving MapReduce Performance in Heterogeneous Environments,” Proceedings of USENIX Conference on Operating Systems Design and Implementation, San Diego, USA, pp. 29-42, 8-10, Dec. 2008.
[45] Q. Chen, D. Zhang, M. Huo, Q. Deng and S. Guo, “SAMR: A Self-adaptive MapReduce Scheduling Algorithm In Heterogeneous Environment,” Proceedings of 2010 International Conference on Computer and Information Technology, Bradford, England, pp. 2736-2743, 29-30, Jun. 2010.
[46] S.-W. Huang, T.-C. Huang, S.-R. Lyu, C.-K. Shieh and Y.-S. Chou, “Improving Speculative Execution performance with Coworker for Cloud Computing,” Proceedings of International Conference on Parallel and Distributed Systems, Tainan, Taiwan, pp. 1004-1009, 7-9, Dec. 2011.
[47] NetFPGA, http://www.netfpga.org/
[48] S.-H. Min, B.-C. Kim and J.-Y. Lee, “NetFPGA-based scheduler implementation for resource virtualization of Future Internet testbed,” Proceedings of 2011 International Conference on ICT Convergence, Seoul, Korea, pp. 597-602, 28-30, Sep. 2011.
[49] G. Antichi, A.-D. Pietro, D. Ficara, S. Giordano, G. Procissi and F. Vitucci, “A Randomized Scheme for IP Lookup at Wire Speed on NetFPGA,” Proceedings of 2010 IEEE International Conference on Communications (ICC2010), Cape Town, South Africa, pp. 1-5, 23-27, May, 2010.
[50] F. Hao, T.-V. Lakshman, S. Mukherjee and H. Song, “Enhancing Dynamic Cloud-based Services Using Network Virtualization,” Proceedings of the 1st ACM Workshop on Virtualized Infrastructure Systems and Architectures, Barcelona , Spain, pp. 37-45, 17-21, Aug. 2009.
[51] Y.–Y. Tseng, “Adaptive QoS Mechanism for OpenFlow-based NetFPGA Network,” National Taiwan University of Science and Technology, Taipei, R.O.C, pp. 1-90, Jul. 2010.
[52] L. Guohan, S. Yunfeng, G. Chuanxiong and Z. Yongguang, “CAFE: a Configurable Packet Forwarding Engine for Data Center Networks,” Proceedings of the 2nd ACM SIGCOMM Workshop on Programmable Routers for Extensible Services of Tomorrow, Barcelona , Spain, pp. 25-31, 17-21, Aug. 2009.
[53] N. McKeown, T. Anderson, H. Balakrishnan, G. Parulkar, L. Peterson, J. Rexford, S. Shenker and J. Turner, “OpenFlow: Enabling Innovation in Campus Networks,” ACM Computer Communication Review, Vol. 38, Issue 2, pp. 69-74, Apr. 2008.
[54] W.-H. Sang, N. Kim and J.-W. Kim, “Designing a Virtualized Testbed for Dynamic Multimedia Service Composition,” Proceedings of the 4th International Conference on Future Internet Technologies (CIF 2009), Seoul, Korea, pp. 1-4, 17-19, Jun. 2009.
[55] J. Naous, D. Erickson, G.-A. Covington, G. Appenzeller and N. McKeown, “Implementing an OpenFlow Switch on the NetFPGA Platform,” Proceedings of the 4th ACM/IEEE Symposium on Architectures for Networking and Communications Systems (ANCS 2008), San Jose, USA, pp. 1-9, 6-7, Nov. 2008.
[56] S. Das, G. Parulkar and N. McKeown,” Unifying Packet and Circuit Switched Networks,” Proceedings of IEEE GLOBECOM Workshops, Honolulu, USA, pp. 1-6, 30, Dec. 2009.
[57] OpenFlow, http://www.openflow.org/wp/learnmore/
[58] NOX, http://www.noxrepo.org/
[59] M. Seokhong, K. Seungju, L. Jaeyong, K. Byungchul, H. Wontaek and K. Jonguk, “Implementation of an OpenFlow network virtualization for multi-controller environment,” Proceedings of the 14th International Conference on Advanced Communication Technology (ICACT 2012), Phoenix Park, Korea, pp.589-592, 19-22, Feb. 2012.
[60] K. Namgon and K. JongWon, “Building NetOpen networking services over OpenFlow-based programmable networks,” Proceedings of International Conference on Information Networking (ICOIN 2011), Kuala Lumpur, Malaysia, pp. 525-529, 26-28, Jan. 2011.
[61] L.-D. Chou, Y.-T. Yang, W.-P. Chang, T.-C. Chang, Y.-M. Hong, C.-K. Shieh and S.-W. Huang, “The implementation of multilayer virtual network management system on NetFPGA,” Proceedings of the First International Workshop on Future Internet and Cloud Networking (FICN 2011), Tainan, Taiwan, pp. 988-991, 7-9, Dec. 2011.
[62] L.-D. Chou, W.-P. Chang, D.-C Chang, Y.-T. Yang, C.-K. Shieh and S.-W. Huang, “Implementation of a policy-based network monitoring mechanism on NetFPGA,” Proceedings of Information Technology and Application in Outlying Islands (ITAOI 2011), Taitung, Taiwan, 13-14, May 2011.
[63] Y. Guang, B. Jun and X. Peiyao, “Source address validation solution with OpenFlow/NOX architecture,” Proceedings of the 19th IEEE International Conference on Network Protocols, Vancouver, Canada, pp. 7-12, 17-20, Oct. 2011.
[64] R. Braga, E. Mota and A. Passito, “Lightweight DDoS flooding attack detection using NOX/OpenFlow,” Proceedings of IEEE the 35th Conference on Local Computer Networks, Denver, USA, pp. 408-415, 10-14, Oct. 2010.
[65] B. Boughzala, R.-B. Ali, M. Lemay, Y. Lemieux and O. Cherkaoui, “OpenFlow Supporting Inter-Domain Virtual Machine Migration,” Proceedings of Wireless and Optical Communications Networks, Paris, France, pp. 1-7, 24-26, May, 2011.
[66] P.-S. Pisa, N.-C. Fernandes, H.-E.-T. Carvalho, M.-D.-D. Moreira, M.-E.-M. Campista, L.-H.-M.-K. Costa and O.-C.-M.-B. Duarte, “OpenFlow and Xen-Based Virtual Network Migration,” International Federation for Information Processing, pp. 170-181, 2010.
[67] Ganglia, http://ganglia.sourceforge.net/
指導教授 周立德(Li-Der Chou) 審核日期 2012-8-17
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明