博碩士論文 106553011 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:16 、訪客IP:3.145.60.149
姓名 王威仁(Wei-jen Wang)  查詢紙本館藏   畢業系所 通訊工程學系在職專班
論文名稱 基於虛擬化的服務集群之效能評估研究
(Distributed Service cluster study based on Virtualization Technology)
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 (2025-1-15以後開放)
摘要(中) 隨著企業廣泛使用雲端環境開發各種應用程式,並在雲端部署各種服務,虛擬化技術也隨著被應用到各種不同的雲端環境、及資料中心,虛擬機器(Virtual Machine)基於虛擬機管理程序的虛擬化技術,也是目前大部分企業運行服務所使用的環境,透過虛擬機器運行服務雖然能充分運用硬體資源、並提供服務獨立的運作環境,但是往往消耗大量硬體資源,同時對服務造成一定的延遲與效能損耗。
近年來Container容器技術快速崛起,容器直接運作在作業系統之上,啟動時只需要應用程式執行所需的程式碼、函式庫、與環境配置,因此可以快速啟動,透過容器網路可以迅速把服務部署到不同的服務主機、甚至不同的雲端環境,形成分散式容器集群來提供服務,本篇論文考量目前雲端被廣泛用於托管Web應用程式的現況,設計由Docker、KVM、VMware Workstation、Docker on KVM、Docker on VMware等五種目前大多數企業運行服務所採用的虛擬化技術與服務架構作為實驗情境,實際將Web網頁服務部署上各種情境,透過一套評估方式、並進行一系列實驗、與研究,評估虛擬化對分散式服務集群造成的影響。
實驗結果顯示容器虛擬化在處理傳入請求上明顯較其它情境快速,造成的額外資源開銷也較其它情境少,與不經任何形式虛擬化環境相比約造成5%的效能開銷、其次是KVM的21%,從實驗結果也顯示基於虛擬機管理程序的虛擬化在磁碟I/O讀取頻繁時會帶入大量延遲影響到集群處理效能,此外在虛擬機上運行Docker,雖然管理上較為便利,但會帶入大量的效能開銷與延遲,如需部署對效能與回應時間有嚴格要求的服務時,建議應該盡量避免使用Docker on VM的方式。
摘要(英) Recent years Cloud computing is developed rapidly, and virtualization technology is also applied to various cloud environments and data centers. Virtual machine is based on hypervisor-based technology which is also the environment used by most enterprises to deploy applications. Virtual machine could be improved for hardware utilization and creating an isolated environment, however, it also causes additional cost overhead for hardware resource and performance.
In recent years, the Container-based virtualization has been risen rapidly. Container-based virtualization works at operating system level, the starting time is faster. Through container network, the application can be quickly deployed to different hosts in order to provide cluster service.
In this paper, I have implemented five different types of virtualization environments: Docker, KVM, VMware Workstation, Docker on KVM, Docker on VMware, and currently they are used by most enterprises to run web applications and then it provides a set of performance evaluation methods and conducting a series of experiments to evaluate the impact of different virtualization technologies on distributed web application cluster.
Experimental results show that container virtualization which is significantly faster than other virtualization environments in responding to connect requests and less additional hardware resource overhead. Compared with physical machine, Container virtualization causes about 5% performance overhead, and is followed by 21% of KVM. The experimental results also show that hypervisor-based virtualization will bring a lot of delay when the disk I / O reads frequently, and causes performance loss. Although running a container on top of virtual machine is a common case, according to experimental results it will bring a lot of performance overhead and responding delay. If enterprise needs to run applications that have strict requirements on performance and response time, it could be recommended to avoid running a container on top of virtual machine.
關鍵字(中) ★ 虛擬化
★ 容器集群
★ 容器網路
★ 虛擬機集群
★ 效能評估
關鍵字(英) ★ Virtualization Technology
★ Container Cluster
★ Container Network
★ Virtual Machine Cluster
★ Performance Evaluation
論文目次 摘要 i
ABSTRACT ii
謝誌 iii
目錄 iv
表次 vi
圖次 vii
第一章 緒論 1
1-1 研究背景與動機 1
1-2 實作目標 2
1-3 研究貢獻 3
1-4 論文架構 4
第二章 相關研究 5
2-1 背景知識 5
第三章 實驗環境與實作 21
3-1 實驗架構介紹 21
3-2 實驗架構圖 22
3-3 實驗主機作業系統與硬體環境配置 23
3-4 實驗元件版本 23
3-5 實驗Virtual Machine規格配置 24
3-6 評估指標 24
3-7 測試工具 25
3-8 測試環境說明 25
第四章 實驗結果 31
4-1 實驗結果 31
4-2 實驗結果分析與討論 38
第五章 結論與未來方向 44
參考文獻 46
參考文獻 [1] Mavridis, I. and H. Karatza, ”Performance and Overhead Study of Containers Running on Top of Virtual Machines”. in 2017 IEEE 19th Conference on Business Informatics (CBI),pp.32-38, 2017.
[2] Morabito, R., ”Power Consumption of Virtualization Technologies: An Empirical Investigation”. in 2015 IEEE/ACM 8th International Conference on Utility and Cloud Computing (UCC),pp.522-527, 2015.
[3] Barik, R.K., et al., ”Performance analysis of virtual machines and containers in cloud computing”. in 2016 International Conference on Computing, Communication and Automation (ICCCA),pp.1204-1210, 2016.
[4] Xie, X., P. Wang, and Q. Wang, ”The Performance Comparison of Native and Containers for the Cloud”. in 2018 International Conference on Smart Grid and Electrical Automation (ICSGEA),pp.378-381, 2018.
[5] Poojara, S.R., et al., ”Performance Analysis of Linux Container and Hypervisor for Application Deployment on Clouds”. in 2018 International Conference on Computational Techniques, Electronics and Mechanical Systems (CTEMS),pp.24-29, 2018.
[6] Á, K., ”Comparison of different Linux containers”. in 2017 40th International Conference on Telecommunications and Signal Processing (TSP),pp.47-51, 2017.
[7] Xavier, M.G., et al., ”Performance Evaluation of Container-Based Virtualization for High Performance Computing Environments”. in 2013 21st Euromicro International Conference on Parallel, Distributed, and Network-Based Processing,pp.233-240, 2013.
[8] Naik, N., ”Building a virtual system of systems using docker swarm in multiple clouds”. in 2016 IEEE International Symposium on Systems Engineering (ISSE),pp.1-3, 2016.
[9] Kumar, K. and M. Kurhekar, ”Economically Efficient Virtualization over Cloud Using Docker Containers”. in 2016 IEEE International Conference on Cloud Computing in Emerging Markets (CCEM),pp.95-100, 2016.
[10] Cochrane, K., et al., Docker工作現場實戰寶典,初版,碁峰,2019年3月。
[11] ” kubernetes ” Accessed: July 10,2019. [Online]. Available: https://kubernetes.io/
[12] Burns, B., et al., Kubernetes:建置與執行,初版,歐萊禮,2018年5月。
[13] Zeng, H., et al., ”Measurement and Evaluation for Docker Container Networking”. in 2017 International Conference on Cyber-Enabled Distributed Computing and Knowledge Discovery (CyberC),pp.105-108, 2017.
[14] ” Docker Container Networks.” Accessed: July 10,2019. [Online]. Available: https://success.docker.com/article/networking
[15] ” Docker Networking Overview” Accessed: July 10,2019. [Online]. Available: https://docs.docker.com/network/
[16] Kumar, D. and A.F.F. Magloire, ”Hypervisor based performance characterization: XEN/KVM”. in 2017 2nd International Conference on Telecommunication and Networks (TEL-NET),pp.1-4, 2017.
[17] Yang, J. and Y. Lan, ”A Performance Evaluation Model for Virtual Servers in KVM-Based Virtualized System”. in 2015 IEEE International Conference on Smart City/SocialCom/SustainCom (SmartCity),pp.66-71, 2015.
[18] ” KVM Networking” Accessed: July 10,2019. [Online]. Available: https://www.linux-kvm.org/page/Networking
[19] ”QEMU” Accessed: July 10,2019. [Online]. Available: https://wiki.qemu.org/Main_Page
[20] ”libvirt” Accessed: July 10,2019. [Online]. Available: https://libvirt.org/docs.html
[21] 熊信彰,實戰雲端作業系統建置與維護:VMware vSphere 5.5 虛擬化全面啟動,第一版,碁峰,台灣,2014年9月。
[22] ”Nginx” Accessed: July 10,2019. [Online]. Available: https://nginx.org/en/docs/
[23] ”Amazon Elastic Container Service” Accessed: July 10,2019. [Online]. Available: https://aws.amazon.com/tw/ecs/
[24] ”Understanding the key differences between LXC and Docker” Accessed: July 10,2019. [Online]. Available: https://www.flockport.com/lxc-vs-docker/.
[25] Chelladhurai, J., P.R. Chelliah, and S.A. Kumar, ”Securing Docker Containers from Denial of Service (DoS) Attacks”. in 2016 IEEE International Conference on Services Computing (SCC),pp.856-859, 2016.
指導教授 林銀議 王尉任(Yin-yi Lin Wei-jen Wang) 審核日期 2020-1-18
推文 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聯絡  - 隱私權政策聲明