Responsive image
博碩士論文 etd-0907112-213746 詳細資訊
Title page for etd-0907112-213746
論文名稱
Title
雲端運算的發展及其背後的虛擬化技術
An Overview of Virtualization Technologies for Cloud Computing
系所名稱
Department
畢業學年期
Year, semester
語文別
Language
學位類別
Degree
頁數
Number of pages
79
研究生
Author
指導教授
Advisor
召集委員
Convenor
口試委員
Advisory Committee
口試日期
Date of Exam
2012-07-26
繳交日期
Date of Submission
2012-09-07
關鍵字
Keywords
虛擬化、雲端運算
virtualization, Cloud computing
統計
Statistics
本論文已被瀏覽 5716 次,被下載 0
The thesis/dissertation has been browsed 5716 times, has been downloaded 0 times.
中文摘要
雲端運算是一個新興的概念。它融合許多過去既有的技術,如虛擬化,帶出新
的服務模式、新的議題、新的技術。虛擬化技術在雲端運算的成立上佔有十分重要
的一席之地,有虛擬化技術的支援才使雲端運算得以將底層的硬體資源統合以提
供使用者運用。這篇論文的內容一開始講述雲端運算的分類,像是以服務類型作
依據可以將雲端運算自底層開始分為 IaaS、PaaS 與 SaaS。接著對各種服務提供者的比較,如 PaaS 中會列舉 Amazon 的 Beanstalk、Google 的 Google App Engine 等,而在IaaS 中是 Amazon 的 CloudFormation、Microsoft 的 mCloud 等。再來是虛擬化平台的介紹並對 KVM、Xen 等虛擬化平台進行比較。接著敘述底層硬體資源實踐虛擬化的技術及兩家中央處理器廠商在硬體支援虛擬化上的努力,並且闡述儲存虛擬化及網路虛擬化。
Abstract
Cloud computing is a new concept that incorporates many existing technologies, such as virtualization. Virtualization is important for the establishment of cloud computing. With virtualization, cloud computing can virtualize the hardware resources into a huge resource pool for users to utilize. This thesis begins with an introduction to how a widely used service model classifies cloud computing into three layers. From the bottom up, they are IaaS, PaaS, and SaaS. Some service provides are taken as examples for each service model, such as Amazon
Beanstalk and Google App Engine for PaaS; Amazon CloudFormation and Microsoft mCloud for IaaS. Next, we turn our discussion to the hypervisors and the technologies for virtualizing hardware resources, such as CPUs, memory, and devices. Then, storage and network virtualization techniques are discussed. Finally, the conclusions and the future directions of virtualization are drawn.
目次 Table of Contents
論文審定書 i
誌謝 iii
摘要 iv
Abstract v
List of Figures ix
List of Tables xi
Chapter 1 研 究背 景 1
1.1 研究動機 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.2 研究貢獻 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.3 論文架構 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
Chapter 2 雲 端 運算 的 定 義 5
Chapter 3 現 有 雲端 運 算 的類 型 8
3.1 服務提供類型分類. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .8
3.1.1 架構即服務 (IaaS) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
3.1.2 平台即服務 (PaaS) . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
3.1.3 軟體即服務 (SaaS) . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
3.2 建置類型分類 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
3.2.1 私有雲端 (Private Cloud) . . . . . . . . . . . . . . . . . . . . . . . . 11
3.2.2 社群雲端 (Community Cloud) . . . . . . . . . . . . . . . . . . . . . . 12
3.2.3 公共雲端 (Public Cloud) . . . . . . . . . . . . . . . . . . . . . . . . 12
3.2.4 混合雲端 (Hybrid Cloud) . . . . . . . . . . . . . . . . . . . . . . . . 12
Chapter 4 平 台即服 務 (PaaS) 產品 介 紹 及 比較 14
4.1 Amazon Beanstalk . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
4.2 Google App Engine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
4.3 Microsoft Azure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
4.4 VMware Cloud Foundry . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
Chapter 5 基 礎 建設 即 服 務 (IaaS) 產品 介 紹 及比 較 19
5.1 Amazon CloudFormation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
5.2 Microsoft mCloud . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
5.3 OpenStack . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
Chapter 6 虛 擬 化平 台 (Hypervisor) 產品 介 紹 及比 較 23
6.1 虛擬化平台的類型 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
6.1.1 第一類型的虛擬化平台 (Type I Hypervisor) . . . . . . . . . . . . . . 24
6.1.2 第二類型的虛擬化平台 (Type II Hypervisor) . . . . . . . . . . . . . 26
6.2 Xen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
6.3 KVM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
6.4 VMware ESX/ESXi . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
Chapter 7 Intel 與 AMD 的 硬 體輔 助 比 較 33
7.1 中央處理器虛擬化 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
7.2 記憶體虛擬化 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
7.3 設備 I/O 虛擬化 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41
Chapter 8 儲 存 虛 擬化及 網 路虛 擬 化 45
8.1 儲存虛擬化 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
8.2 網路虛擬化 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
8.2.1 Flat Mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
8.2.2 OpenFlow 及 Open vSwitch . . . . . . . . . . . . . . . . . . . . . . . 50
Chapter 9 結 語 55
9.1 總結 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
9.2 未來展望 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57
Bibliography 58
參考文獻 References
[1] “Thomas J, Watson Famout Misquote.” Available at http://en.wikipedia.org/wiki/Thomas_J._Watson#Famous_misquote.
[2] “Engadget - with many tech news.” Available at http://www.engadget.com/.
[3] “Onlive killed the game console star?.” Available at http://www.engadget.com/
2009/03/24/onlive-killed-the-game-console-star/.
[4] “onLive - Free your games. Free yourself..” Available at http://www.onlive.com/.
[5] “Apps.Gov.” Available at https://www.apps.gov/cloud/main/start_page.do.
[6] “Streaming at 1:00: In the Cloud,” Sep. 2009. Available at http://www.whitehouse.gov/blog/Streaming-at-100-In-the-Cloud/.
[7] May, “科技產業資訊室- 台灣雲端運算產業聯盟,” Apr. 2010. Available at http://cdnet.stpi.org.tw/techroom/analysis/2010/pat_10_A013.htm.
[8] 陳瀅, 雲端策略:雲端運算與虛擬化技術. 天下雜誌, Mar. 2010.
[9] “Giftag.” Available at http://www.giftag.com/.
[10] “Giftag :: Firefox Addons.” Available at https://addons.mozilla.org/zh-tw/firefox/addon/giftag/.
[11] P. Mell and T. Grance, “The NIST Definition of Cloud Computing (Draft),” Sept. 2011. Available at http://csrc.nist.gov/publications/nistpubs/800-145/
SP800-145.pdf.
[12] “Three questions for the man who coined cloud computing,” 2010. Available at http://www.bus.emory.edu/ram/Papers/FujitsuITCOMPASS.pdf.
[13] L. Wang, G. Laszewski, A. Younge, X. He, M. Kunze, J. Tao, and C. Fu, “Cloud Computing: a Perspective Study,” New Generation Computing, vol. 28, no. 2, pp. 137–146, 2010.
[14] M. Armbrust, A. Fox, R. Griffith, A. D. Joseph, R. H. Katz, A. Konwinski, G. Lee, D. A. Patterson, A. Rabkin, I. Stoica, and M. Zaharia, “Above the Clouds: A Berkeley View of Cloud Computing,” Tech. Rep. UCB/EECS-2009-28, EECS Department, University of California, Berkeley, Feb 2009.
[15] “Amazon Elastic Compute Cloud, EC2.” Available at http://aws.amazon.com/ec2/.
[16] “Google App Engine.” Available at https://developers.google.com/appengine/.
[17] “Windows Azure.” Available at http://www.windowsazure.com/en-us/.
[18] “VMware ESXi and ESX Info Center.” Available at http://www.vmware.com/
products/vsphere/esxi-and-esx/index.html.
[19] “Xenserver .” Available at http://www.citrix.com/English/ps2/products/product.asp?contentID=683148.
[20] “Hardware-based Intel(R) Virtualization Technology (Intel VT).” Available at http://www.intel.com/content/www/us/en/virtualization/virtualization-technology/hardware-assist-virtualization-technology.html
[21] “AMD Virtualization.” Available at http://sites.amd.com/us/business/it-solutions/virtualization/pages/virtualization.aspx.
[22] “Openstack - Open source software for building private and public clouds.” Available at http://openstack.org/.
[23] “IBM Blue Cloud project.” Available at http://www-03.ibm.com/press/us/en/pressrelease/22613.wss.
[24] “Microsoft Software + Service.” Available at http://www.microsoft.com/softwareplusservices/.
[25] “Google Docs.” Available at http://docs.google.com.
[26] “Heroku - Cloud Application Platform.” Available at http://www.heroku.com/.
[27] 楊錦生, “資訊產業的明日之星雲端運算- 元智大學電子報.” Available at http://web2.yzu.edu.tw/e_news/581/9_learn21.html.
[28] S. Yegulalp, “Private Cloud - Datamation,” May 2010. Available at http://www.datamation.com/netsys/article.php/3882516/Private-Cloud.htm.
[29] “INetU Community Cloud.” Available at http://www.inetu.net/Cloud-Hosting/Gated-Community-Cloud.aspx.
[30] “AWS Elastic Beanstalk - Easy to begin, Impossible to outgrow.” Available at http://aws.amazon.com/elasticbeanstalk/.
[31] “Google Services List.” Available at http://google.jooit.com/google-index/google-service/.
[32] 楊文誌, 雲端運算技術指南. 松崗, Jul. 2010.
[33] “Windows Azure Compute.” Available at http://www.windowsazure.com/en-us/home/features/compute/.
[34] “邊 做 邊 學 Windows Azure 應 用 程 式 開 發 基 礎 Part 2: 開 發 BLOB、Table 與 Queue 應 用 程 式.” Available at http://msdn.microsoft.com/zh-tw/windowsazure/ff477598.
[35] “Message Queuing (MSMQ).” Available at http://msdn.microsoft.com/en-us/library/ms711472(VS.85).aspx.
[36] “Message Queuing (MSMQ) 學習心得分享,” Apr. 2010. Available at http://blog.miniasp.com/post/2010/04/06/MSMQ-Message-Queuing-Learning-Notes.aspx.
[37] “公 用 及 私 人 佇 列.” Available at http://technet.microsoft.com/zh-tw/library/cc776346(WS.10).aspx
[38] D. Chappell, “Introducing Windows Azure,” tech. rep., Mar. 2009.
[39] D. Collison, “Cloud Foundry - Design and Architecture.” Available at http://www.slideshare.net/derekcollison/design-of-cloud-foundry.
[40] “Cloud Foundry - Frequently Asked Questions.” Available at http://www.cloudfoundry.com/faq.
[41] “AWS CloudFormation - Create Your AWS Stack From a Recipe,” Feb 2011. Available at http://aws.typepad.com/aws/2011/02/cloudformation-create-your-aws-stack-from-a-recipe.html
[42] “AWS CloudFormation Sample Templates.” Available at http://aws.amazon.com/cloudformation/aws-cloudformation-templates/.
[43] “Microsoft 雲端運算應用介紹.” Available at http://www.ntpu.edu.tw/~op/doc/MCloud20110311.pdf.
[44] J. Chou, “MCloud Cloud Computing,” 2010.
[45] “Nova - OpenStack Compute.” Available at http://openstack.org/projects/compute/.
[46] “Swift - OpenStack Object Storage.” Available at http://openstack.org/projects/storage/.
[47] “Glance - OpenStack Image Service.” Available at http://openstack.org/projects/image-service/.
[48] “OpenStack Keystone.” Available at http://wiki.openstack.org/keystone.
[49] “OpenStack Dashboard (Horizon).” Available at http://wiki.openstack.org/OpenStackDashboard.
[50] “OpenStack, Quantum and Open vSwitch - Part II.” Available at http://openvswtich.org/openstack/2011/08/01/openstack-quantum-and-open-vswtich-part-ii.
[51] “Wikipedia - Hypervisor.” Available at http://en.wikipedia.org/wiki/Hypervisor
[52] R. P. Goldberg, Architectural Principles for Virtual Computer Systems. PhD thesis, Harvard University, Cambridge, MA, 1972.
[53] “[虛擬] Hypervisor,” Jun. 2010. Available at http://www.dotblogs.com.tw/nel/archive/2010/06/01/15542.aspx.
[54] “A Performance Comparison of Commercial Hypervisors,” 2007. Available at http://www.cc.iitd.ernet.in/misc/cloud/XenExpress.pdf.
[55] “A Performance Comparison of Hypervisors,” Jan. 2007. Available at http://www.vmware.com/pdf/hypervisor_performance.pdf.
[56] D. Schlosser, M. Duelli, , and S. Goll, “Performance Comparison of Common Server Hardware Virtualization Solutions Regarding the Network Throughput of Virtualized Systems,” Tech. Rep. 479, University of W ̈ rzburg, Mar. 2011.
[57] “Xen - offers a powerful, efficient, and secure feature set for virtualization.” Available at http://www.xen.org/.
[58] “KVM - Kernel Based Virtual Machine.” Available at http://www.linux-kvm.org/page/Main_Page.
[59] “Citrix Completes Acquisition of XenSource.” Available at http://www.citrix.com/English/NE/news/news.asp?newsID=683171.
[60] “Citrix Products and Solutions.” Available at http://www.citrix.com/English/ps2/products/product.asp?contentID=1857200.
[61] “Xen 4.1.3.” Available at http://xen.org/download/index_4.1.3.html.
[62] “Wiki of Xen.” Available at http://wiki.xen.org/wiki/Xen_Overview.
[63] P. Barham, B. Dragovic, K. Fraser, S. Hand, T. Harris, A. Ho, R. Neugebauer, I. Pratt, and A. Warfield, “Xen and the Art of Virtualization,” in Proceedings of the nineteenth ACM symposium on Operating systems principles, SOSP ’03, (New York, NY, USA), pp. 164–177, ACM, 2003.
[64] “KVM: Kernel-based Virtualization Driver,” 2006. Available at http://www.linuxinsight.com/files/kvm_whitepaper.pdf.
[65] Y. Goto, “Kernel-based Virtual Machine Technology,” 2011. Available at http://www.fujitsu.com/downloads/MAG/vol47-3/paper18.pdf.
[66] “Compare VMware ESXi and ESX Hypervisors for Simplified Virtualization Management.” Available at http://www.vmware.com/products/vsphere/esxi-and-esx/compare.html.
[67] “VMware ESX Server 2 Architecture and Performance Implications.” Available at http://www.vmware.com/pdf/esx2_performance_implications.pdf.
[68] “Ring (computer security).” Available at http://en.wikipedia.org/wiki/Ring_(computer_security).
[69] “Understanding Full virtualization, Paravirtualization, and Hardware Assist,” 2007. Available at http://www.vmware.com/files/pdf/VMware_paravirtualization.pdf
[70] “Technical and Commercial Comparison of Citrix XenServer and VMware vSphere,” tech. rep., 11 2011. Available at http://www.citrix.com/site/resources/dynamic/salesdocs/Citrix_XenServer_Vs_VMware.pdf.
[71] G. Neiger, A. Santoni, F. Leung, D. Rodgers, and R. Uhlig, “Intel(R) Virtualization Technology: Hardware Support for Efficient Processor Virtualization,” Intel Technology Journal, vol. Vol. 10 Issue 3, Aug. 2006.
[72] “Intel(R) Virtualization Technology (VT) in Converged Application Platforms,” Jan 2007. Available at www.intel.com/design/intarch/papers/316337.pdf.
[73] “Intel Vanderpool Technology for IA-32 Processors (VT-x) Preliminary Specification,” Jan. 2005. Available at http://research.cs.wisc.edu/areas/os/ReadingGroup/
OS/papers/vanderpool_ia32.pdf.
[74] M. Myers and S. Youndt, “An Introduction to Hardware-Assisted Virtual Machine (HVM) Rootkits,” 2007.
[75] “AMD64 Architecture Programmer’s Manual Volume 2: System Programming,” May 2011. Available at http://support.amd.com/us/Embedded_TechDocs/24593.pdf.
[76] “AMD64 Virtualization Codenamed ”Pacifica” Technology - Secure Virtual Machine Architecture Reference Manual,” May 2005. Available at http://www.mimuw.edu.
pl/~vincent/lecture6/sources/amd-pacifica-specification.pdf.
[77] X. Wang, J. Zang, Z. Wang, Y. Luo, and X. Li, “Selective Hardware/Software Memory Virtualization,” in Proceedings of the 7th ACM SIGPLAN/SIGOPS international conference on Virtual execution environments, VEE ’11, (New York, NY, USA), pp. 217–226, ACM, 2011.
[78] “AMD-V(TM) Nested Paging,” Jul. 2008. Available at http://developer.amd.com/assets/NPT-WP-11-final-TM.pdf.
[79] G. Gerzon, “Intel(R) Technology Processor Virtualization Extensions and Intel(R) Trusted execution Technology.” Available at http://software.intel.com/file/1024.
[80] “記憶體管理虛擬化: AMD NPT/Intel EPT 簡介,” Apr. 2008. Available at http://phorum.study-area.org/index.php?topic=51292.0.
[81] D. Chisnall, The Definitive Guide to the Xen Hypervisor. Upper Saddle River, NJ, USA: Prentice Hall Press, first ed., 2007.
[82] S. Apiki, “I/O Virtualization and AMD’s IOMMU,” 2006. Available at http://developer.amd.com/documentation/articles/pages/892006101.aspx.
[83] S. R. Nair and W. Huang, “AMD and I/O Virtualization on ”Magny-Cours” Processors,” Mar. 2010. Available at http://blogs.amd.com/developer/2010/03/29/amd-and-io-virtualization-on-magny-cours-processors/.
[84] R. H. Shefali Chinni, “Virtual Machine Device Queues - An Integral Part of Intel(R) Virtualization Technology for Connectivity that Delivers Enhanced Network Performance,” 2007. Available at http://www.intel.com/content/dam/www/public/us/en/documents/white-papers/virtual-machine-device-queues-paper.pdf.
[85] “Virtual Machine Direct Connect (VMDc).” Available at http://www.intel.com/network/connectivity/solutions/vmdc.htm.
[86] U. Troppens, R. Erkens, W. Mueller-Friedt, R. Wolafka, and N. Haustein, Storage Networks Explained: Basics and Application of Fibre Channel SAN, NAS, iSCSI,InfiniBand and FCoE. Wiley Publishing, 2nd ed., 2009.
[87] 魏君頤, “[專題] 關於儲存虛擬化你不可不知的真相,” Aug. 2011. Available at http://news.networkmagazine.com.tw/magazine/2011/08/09/32363/.
[88] S. Lowe, “Block level storage vs. file level storage: A comparison,” Feb. 2011.
[89] N. M. M. K. Chowdhury and R. Boutaba, “Network Virtualization: State of the Art and Research Challenges,” Communications Magazine, vol. 47, pp. 20–26, July 2009.
[90] N. M. K. Chowdhury and R. Boutaba, “A survey of network virtualization,” Computer Networks, vol. 54, pp. 862–876, Apr. 2010.
[91] N. McKeown, T. Anderson, H. Balakrishnan, G. Parulkar, L. Peterson, J. Rexford, S. Shenker, and J. Turner, “OpenFlow: Enabling Innovation in Campus Networks,” SIGCOMM Computer Communication Review, vol. 38, pp. 69–74, Mar. 2008.
[92] “Software-Defined Networking: The New Norm for Networks,” Apr. 2012. Available at https://www.opennetworking.org/images/stories/downloads/white-papers/wp-sdn-newnorm.pdf.
[93] “OpenFlow.” Available at http://www.openflow.org/.
[94] “OpenFlow - Learn More.” Available at http://www.openflow.org/wp/learnmore/.
[95] “OpenFlow Switch Specification Version 1.3.0,” June 2012. Available at https://www.opennetworking.org/images/stories/downloads/specification/openflow-spec-v1.3.0.pdf.
[96] G. Kontesidou and K. Zarifis, “Openflow Virtual Networking: A Flow-Based Network Virtualization Architecture,” Master’s thesis, KTH Royal Institute of Technology, Nov. 2009.
[97] N. Gude, T. Koponen, J. Pettit, B. Pfaff, M. Casado, N. McKeown, and S. Shenker, “NOX: Towards an Operating System for Networks,” SIGCOMM Computer Communication Review, vol. 38, pp. 105–110, July 2008.
[98] “Open vSwitch FAQ.” Available at http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=FAQ;hb=HEAD.
[99] “Open vSwitch: Overview of functionality and components.” Available at http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=README;hb=HEAD.
[100] “Open vSwitch VLANs Setup.” Available at http://openvswitch.org/support/config-cookbooks/vlan-configuration-cookbook/.
[101] 施 吉 昇 、 黃 子 維 、 魏 潔 紋 、 洪 崇 耕, “虛 擬 化 技 術 與 行 動 平 台 虛 擬 化,” Nov 2010. Available at http://www.ncp.org.tw/vanilla/vj-attachment/2010/12/attach93.pdf.
[102] M. E. Gonzalez, A. Bilgic, A. Lackorzynski, D. Tudor, E. Mat ́ s, and I. Badr, “ICT-Emuco. An innovative solution for future smart phones.,” in International Conference on Multimedia and Expo, pp. 1821–1824, IEEE, 2009.
[103] “OKL4 Microvisor.” Available at http://www.ok-labs.com/products/okl4-microvisor.
[104] K. Barr, P. Bungale, S. Deasy, V. Gyuris, P. Hung, C. Newell, H. Tuch, and B. Zoppis, “The VMware mobile virtualization platform: is that a hypervisor in your pocket?,” SIGOPS Oper. Syst. Rev., vol. 44, pp. 124–135, Dec. 2010.
[105] “ARM Cortex-A15 Processor.” Available at http://www.arm.com/products/processors/cortex-a/cortex-a15.php.
電子全文 Fulltext
本電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。
論文使用權限 Thesis access permission:自定論文開放時間 user define
開放時間 Available:
校內 Campus:永不公開 not available
校外 Off-campus:永不公開 not available

您的 IP(校外) 位址是 3.131.13.194
論文開放下載的時間是 校外不公開

Your IP address is 3.131.13.194
This thesis will be available to you on Indicate off-campus access is not available.

紙本論文 Printed copies
紙本論文的公開資訊在102學年度以後相對較為完整。如果需要查詢101學年度以前的紙本論文公開資訊,請聯繫圖資處紙本論文服務櫃台。如有不便之處敬請見諒。
開放時間 available 已公開 available

QR Code