博碩士論文 108523043 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:21 、訪客IP:3.14.253.221
姓名 呂晟暐(Sheng-Wei Lu)  查詢紙本館藏   畢業系所 通訊工程學系
論文名稱 虛擬化 5G 核心網路的實作部署與測試案例
(Containerized 5G core network: Prototypical implementation with Free5GC and Kubernetes)
相關論文
★ 非結構同儕網路上以特徵相似度為基準之搜尋方法★ 以階層式叢集聲譽為基礎之行動同儕網路拓撲架構
★ 線上RSS新聞資料流中主題性事件監測機制之設計與實作★ 耐延遲網路下具密度感知的路由方法
★ 整合P2P與UPnP內容分享服務之家用多媒體閘道器:設計與實作★ 家庭網路下簡易無縫式串流影音播放服務之設計與實作
★ 耐延遲網路下訊息傳遞時間分析與高效能路由演算法設計★ BitTorrent P2P 檔案系統下載端網路資源之可調式配置方法與效能實測
★ 耐延遲網路中利用訊息編碼重組條件之資料傳播機制★ 耐延遲網路中基於人類移動模式之路由機制
★ 車載網路中以資料匯集技術改善傳輸效能之封包傳送機制★ 適用於交叉路口環境之車輛叢集方法
★ 車載網路下結合路側單元輔助之訊息廣播機制★ 耐延遲網路下以靜態中繼節點(暫存盒)最佳化訊息傳遞效能之研究
★ 耐延遲網路下以動態叢集感知建構之訊息傳遞機制★ 跨裝置影音匯流平台之設計與實作
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 (2025-10-20以後開放)
摘要(中) 隨著智慧型手機的普及,人們對行動網路的需求大增,因此促進行動網路科技高速發展,然而昂貴的電信網路設備增加電信營運商的建置成本。在專用的硬體設備與軟體下,電信營運商難以依照使用情境提供與擴充電信網路設備與功能。這項問題在5G 的架構下有所改進,透過 5G Service Base Architecture (SBA) 架構下,電信營運商可以將核心網路部署至一般伺服器中並降低成本。
在本篇論文中,先以 5G SBA 架構為基礎,將 5G 核心網路各個網路元件容器化,並藉由 Kubernetes 雲端運算技術打造出一套以雲原生 (Cloud Native)技術為基礎之5G 核心網路平台。接著,導入開源交換機 SONiC來傳輸與乘載使用者經由基地台至5G 核心網路間的資料流,模擬電信營運商真實的營運架構,並利用 Cloud Native 的架構,自動化管理、測量與監控 5G 核心網路元件的資源使用量,本實驗藉由模擬完整的虛擬化 5G 核心網路,分析與測量不同案例下 5G 核心網路各網路元件的資源使用量。
摘要(英) The impressive demand for mobile data access with mobile phones promotes the rapid development of mobile network technologies and services. Telecommunication operators conventionally deploy dedicated hardware and software to provide mobile services, which results in huge construction costs by not only telecommunications equipment but also service maintenance telecom operators. In addition, this conventional way is difficult for telecommunication operators to expand network infrastructure and customize network functions in response to various scenarios and usages. To remedy this problem, the 5G architecture takes advantage of the 5G Service Base Architecture (SBA) architecture, which enables telecommunication operators to deploy core networks to commercial off-the-shelf server equipment and then reduce the costs.
In this thesis, we develop a Cloud Native based 5G core network platform. Our study is based on the 5G SBA architecture, where each network component in 5G core network is containerized with the building support of the Kubernetes and Cloud computing technologies. Also, our study takes in the open source networking switch (SONiC) to transmit data flows from the radio base station to the 5G core network. By simulating the operations and scenarios of a telecommunication system, the proposed Cloud Native architecture can automatically deploy, manage, and monitor resource usages of each network component in 5G core system platform. With the prototypical implementation, our study clearly shows the functionality of the Cloud Native based 5G core network platform. The resource information of containerized network components in 5G core network can be promptly reported under different experimental cases.
關鍵字(中) ★ 5G核心網路
★ 容器化
★ 分離架構
關鍵字(英) ★ 5G Core
★ Containerization
★ Disaggregated Architecture
論文目次 摘要 i
Abstract ii
圖目錄 v
表目錄 vii
1 簡介 1
1.1 前言....................................... 1
1.2 研究動機 .................................... 4
2 背景與相關技術探討 6
2.1 第五代行動網路................................. 6
2.2 容器化與管理.................................. 10
2.3 白牌交換機與NetworkOperatingSystem(NOS) . . . . . . . . . . . . . . 14
3 研究方法 17
3.1 系統設計 .................................... 17
3.2 第一階段5G核心網路部署至Kubernetes叢集 ............... 18
3.2.1 5GCoreNetworkFunction(NF)容器化 ............... 18
3.2.2 容器管理平台.............................. 18
3.2.3 KubernetesCNIPlugin ........................ 19
3.2.4 5G Service Base Architecture Kubernetes 叢集介面設計 . . . . . . 21
3.2.5 手機基地台模擬器........................... 22
3.2.6 容器資源監控與分析.......................... 22
3.3 第二階段基地台至核心網路白牌交換機之連接................ 23
3.3.1 UPF容器專用N3介面網路界面卡設計 ............... 23
3.3.2 SONiCP4SoftwareSwitch網路交換機模擬平台 . . . . . . . . . . 25
4 實作方法與分析 26
4.1 實驗平台 .................................... 26
4.2 第一階段系統平台實作............................. 29
4.2.1 Kubernetes平台安裝與建立...................... 29
4.2.2 5G核心網路NF容器化與部署至Kubernetes叢集 . . . . . . . . 33
4.2.3 UERANSIM手機基地台模擬..................... 41
4.3 第二階段系統平台實作............................. 41
4.3.1 SONiCP4SoftwareSwitch部署 ................... 41
4.3.2 PassThrough網路介面卡至UPF容器 ............... 42
4.4 實驗方法 .................................... 45
4.4.1 實驗案例 ................................ 45
4.5 實驗結果 .................................... 49
4.5.1 手機連入5G核心網路至連線建立總處理時間............ 49
4.5.2 5G核心網路控制層NF處理時間與資源使用量........... 52
4.5.3 使用案例測試與資源使用分析..................... 56
5 結論與未來研究 61
參考文獻 62
參考文獻 [1] 3GPP, “System architecture for the 5G System (5GS),” 3rd Generation Partnership Project (3GPP), Technical Specification (TS) 23.501, 12 2020, version 16.7.0. [Online]. Available: https://portal.3gpp.org/desktopmodules/Specifications/ SpecificationDetails.aspx?specificationId=3144
[2] 林妍溱, “微軟收購 AT&T 的 5G 行動通訊網路技術、工程部門,” iThome. [Online]. Available: https://www.ithome.com.tw/news/145377
[3] Q. K. Ud Din Arshad, A. U. Kashif, and I. M. Quershi, “A review on the evolution of cellular technologies,” in 2019 16th International Bhurban Conference on Applied Sciences and Technology (IBCAST), 2019, pp. 989–993.
[4] 3GPP, “3GPP Generic User Profile (GUP); Stage 2; Data Description Method (DDM),” 3rd Generation Partnership Project (3GPP), Technical Specification (TS) 23.941, 1 2005, version 6.0.0. [Online]. Available: https://portal.3gpp.org/ desktopmodules/Specifications/SpecificationDetails.aspx?specificationId=828
[5] W.-K. Chiang and H.-X. Chen, “A quantitative approach for refactoring nfv-based mobile core networks,” in 2019 IEEE 30th International Conference on Application- specific Systems, Architectures and Processors (ASAP), vol. 2160-052X, 2019, pp. 135–135.
[6] 3GPP, “5G System; Technical Realization of Service Based Architecture; Stage 3,” 3rd Generation Partnership Project (3GPP), Technical Specification (TS) 29.500, 3 2021, version 16.7.0. [Online]. Available: https://portal.3gpp.org/desktopmodules/ Specifications/SpecificationDetails.aspx?specificationId=3338
[7] ——, “5G System; Principles and Guidelines for Services Definition; Stage 3,” 3rd Generation Partnership Project (3GPP), Technical Specification (TS) 29.501, 9 2020, version 16.5.0. [Online]. Available: https://portal.3gpp.org/desktopmodules/ Specifications/SpecificationDetails.aspx?specificationId=3341
[8] P. Jamshidi, C. Pahl, N. C. Mendonça, J. Lewis, and S. Tilkov, “Microservices: The journey so far and challenges ahead,” IEEE Software, vol. 35, no. 3, pp. 24–35, 2018.
[9] J. B. Moreira, H. Mamede, V. Pereira, and B. Sousa, “Next generation of microservices for the 5g service-based architecture,” International Journal of Network Management, vol. 30, no. 6, p. e2132, 2020, e2132 nem.2132. [Online]. Available: https://onlinelibrary.wiley.com/doi/abs/10.1002/nem.2132
[10] W. Felter, A. Ferreira, R. Rajamony, and J. Rubio, “An updated performance com- parison of virtual machines and linux containers,” in 2015 IEEE International Sympo- sium on Performance Analysis of Systems and Software (ISPASS), 2015, pp. 171–172.
[11] D. Bernstein, “Containers and cloud: From lxc to docker to kubernetes,” IEEE Cloud Computing, vol. 1, no. 3, pp. 81–84, 2014.
[12] D. Gedia and L. Perigo, “Performance evaluation of sdn-vnf in virtual machine and container,” in 2018 IEEE Conference on Network Function Virtualization and Soft- ware Defined Networks (NFV-SDN), 2018, pp. 1–7.
[13] A. Khan, “Key characteristics of a container orchestration platform to enable a mod- ern application,” IEEE Cloud Computing, vol. 4, no. 5, pp. 42–48, 2017.
[14] L. Mercl and J. Pavlik, “The comparison of container orchestrators,” in Third In- ternational Congress on Information and Communication Technology, X.-S. Yang, S. Sherratt, N. Dey, and A. Joshi, Eds. Singapore: Springer Singapore, 2019, pp. 677–685.
[15] “OPEN RAN ALLIANCE.” [Online]. Available: https://www.o-ran.org/
[16] “Telecom Infra Project.” [Online]. Available: https://telecominfraproject.com/
[17] X. Costa-Perez, A. Garcia-Saavedra, X. Li, T. Deiss, A. de la Oliva, A. di Giglio, P. Iovanna, and A. Moored, “5g-crosshaul: An sdn/nfv integrated fronthaul/backhaul transport network architecture,” IEEE Wireless Communications, vol. 24, no. 1, pp. 38–45, 2017.
[18] Infinera, “The Case for Disaggregated Routing in 5G and DAA Transport Network,” Infinera Corporation, Tech. Rep. [Online]. Available: https://www.infinera.com/ white-paper/the-case-for-disaggregated-routing-in-5g-and-daa-transport-networks/
[19] “What is network function disaggregation (nfd)?” [On- line]. Available: https://www.metaswitch.com/knowledge-center/reference/ what-is-network-function-disaggregation-nfd
[20] “Software for open networking in the cloud - SONiC.” [Online]. Available: https://azure.github.io/SONiC/
[21] A. AlSabeh, E. Kfoury, J. Crichigno, and E. Bou-Harb, “Leveraging sonic function- alities in disaggregated network switches,” in 2020 43rd International Conference on Telecommunications and Signal Processing (TSP), 2020, pp. 457–460.
[22] “Prometheus.” [Online]. Available: https://prometheus.io/
[23] “Grafana.” [Online]. Available: https://grafana.com/
[24] “Free5GC.” [Online]. Available: https://www.free5gc.org/
[25] “Kubeadm.” [Online]. Available: https://kubernetes.io/docs/reference/setup-tools/ kubeadm/
[26] “Container Network Interface.” [Online]. Available: https://www.cni.dev/
[27] “Multus CNI.” [Online]. Available: https://github.com/k8snetworkplumbingwg/ multus-cni
[28] “UERANSIM.” [Online]. Available: https://github.com/aligungr/UERANSIM
[29] “Open Air Interface.” [Online]. Available: https://openairinterface.org/
[30] “SRSLTE.” [Online]. Available: https://www.srslte.com/
[31] “Using the Multus CNI in OpenShift.” [Online]. Available: https://www.openshift. com/blog/using-the-multus-cni-in-openshift
[32] “Helm.” [Online]. Available: https://helm.sh/
[33] MGMN, “5G White Paper,” NGMN Alliance, White Paper, 2 2015, version 1.0. [Online]. Available: https://www.ngmn.org/wp-content/uploads/NGMN_5G_ White_Paper_V1_0.pdf
[34] “Iperf.” [Online]. Available: https://iperf.fr/
指導教授 胡誌麟(Chih-Lin Hu) 審核日期 2021-10-25
推文 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聯絡  - 隱私權政策聲明