Responsive image
博碩士論文 etd-0909124-230858 詳細資訊
Title page for etd-0909124-230858
論文名稱
Title
在5G RAN使用MEC Tunnel做控制與使用者封包的分流機制
Substream Separation of Control and User Packets Using MEC Tunnel in 5G RAN
系所名稱
Department
畢業學年期
Year, semester
語文別
Language
學位類別
Degree
頁數
Number of pages
75
研究生
Author
指導教授
Advisor
召集委員
Convenor
口試委員
Advisory Committee
口試日期
Date of Exam
2024-10-09
繳交日期
Date of Submission
2024-10-09
關鍵字
Keywords
5GC、MEC隧道、分流、封包延遲、封包遺失率、接收位元率
5GC, MEC Tunnel, Substream Separation, Packet Delay, Packet Loss Rate, Receiving Bit Rate
統計
Statistics
本論文已被瀏覽 350 次,被下載 0
The thesis/dissertation has been browsed 350 times, has been downloaded 0 times.
中文摘要
在5G (the 5th Generation)行動通訊網路中,使用者設備(User Equipment, UE)要上傳資料到雲端伺服器(Internet Server)時,它必須先傳送控制封包(Control Packet, CP)到5G Core (5GC)進行註冊與認證,接著它才能上傳使用者封包(User Packet, UP)的資料到雲端伺服器。在UE與5GC的運作中,不管是CP或UP都要先傳到5GC,如此運作方式會沒有必要的增加UP終點端到終點端的延遲(End-to-End Delay, ETED),為了解決這個問題,本論文提出一個使用多存取邊緣運算(Multi-access Edge Computing, MEC)的隧道(Tunnel)技術來完成控制封包與使用者封包的分流(Substream Separation of Control and User Packets, SSCU),SSCU的運作機制可以分成三個部分,第一個部分是當一個CP或UP在UE產生時,SSCU會在UDP (Usrer Datagram Protocol)上新增一個封包轉傳控制協定(Packet Forwarding Control Protocol, PFCP)的標頭(Header),我們使用PFCP標頭的訊息類型(Message Type, MT)欄位來區分CP與UP。第二個部分是SSCU在MEC建立一個隧道(Tunnel),也就是在CP或UP原本的IP Header上另外增加一個新的IP Header。第三個部分是SSCU使用PFCP標頭的MT欄位在5GC解除隧道並接收CP。為了驗證我們所提出的SSCU在5G行動通訊網路上的效能改進,我們使用TCP/UDP Sockets來撰寫C語言的模擬程式,在不同背景資料流的影響下,我們分析比較CP與UP的 ETED、在路由器中CP與UP的封包遺失率、在Internet Server的UP接收位元率。
Abstract
In 5G mobile communication networks, when a user equipment (UE) wants to uplaod its data to an Internet server, it will first transmit control packets (CP) to 5G Core (5GC) for the registration and authentication. After that, it may be able to transmit its data via user packets (UP) to the server. In the original UE and 5GC operations, both CP and UP must be sent to 5GC first, which unnecessarily increases the end-to-end delay (ETED) of UP. To solve this problem, in this thesis, we propose a tunnel-based solution leveraging Multi-access Edge Computing (MEC) for Substream Separation between Control and User Packets (SSCU). The mechanism of SSCU is divided into three parts. In the first part, when a CP or UP is generated, SSCU must add a Packet Forwarding Control Protocol (PFCP) header on the top of UDP (User Datagram Protocol). We use the Message Type (MT) field in the PFCP header to distinguish between CP and UP. In the second part, a tunnel is established at MEC, adding a new IP header to the original IP header of CP or UP. In the third part, SSCU utilizes the MT field in the PFCP header to release the tunnel and receive CP. To demonstrate the effectiveness of the proposed SSCU in 5G mobile communication networks, we use TCP/UDP sockets to perform simulation written in C. From the simulation results, we analyze and compare ETED between CP and UP, with and without the influence of background traffic. Additionally, we compare packet loss rates of CP and UP in a router, and UP receiving bit rate at an Internet server.
目次 Table of Contents
論文審定書 i
致謝 ii
摘要 iii
Abstract iv
目錄 v
圖目錄 viii
表目錄 x
第一章 導論 1
1.1 研究動機 1
1.2 研究方法 1
1.3 章節介紹 2
第二章 5G RAN與MEC 3
2.1 MEC 3
2.2 5G RAN 5
2.2.1 5GC 5
2.3 PFCP 8
2.4 隧道協定 10
2.4.1 GTP Header 11
2.4.2 GTP Tunnel 11
2.4 相關研究 12
第三章 控制與使用者封包的分流 16
3.1 5G RAN與MEC 16
3.1.1 傳統的5G RAN 17
3.1.2 SSCU的封包分流 17
3.2 SSCU的封包分流 18
3.2.1 SSCU的UE封包產生 18
3.2.2 SSCU的MEC Tunnel 19
3.2.3 SSCU在5GC的封包接收 21
3.2.4 SSCU在Internet Server的封包回傳 21
3.3 SSCU分流的運作流程 22
3.3.1 UE傳送封包的機制 22
3.3.2 MEC攔截並轉傳封包的流程 23
3.3.3 5GC接收封包的流程 24
3.3.4 Internet Server回傳封包的流程 25
第四章 模擬結果與分析 27
4.1 模擬拓樸 27
4.2模擬程式的虛擬碼 28
4.2.1 UE的虛擬碼 28
4.2.2 MEC Tunnel的虛擬碼 33
4.2.3 5GC的虛擬碼 35
4.2.4 Internet Server做封包回傳 37
4.2.5 路由器轉傳封包的虛擬碼 39
4.3 模擬結果與分析 44
4.3.1封包延遲時間 45
4.3.2 在路由器的封包遺失率 50
4.3.3 在Internet Server的UP接收位元率 51
4.3.4 整體封包的ETED 52
第五章 結論與未來工作 54
5.1 結論 54
5.2 模擬程式所遭遇的困難 54
5.3 未來工作 55
參考文獻 56
Acronyms 60
Index 62
參考文獻 References
[1]Y. Mao, C. You, J. Zhang, K. Huang, and K. B. Letaief, ”A Survey on Mobile Edge Computing: The Communication Perspective,” IEEE Communications Surveys & Tutorials, vol. 19, pp. 2322-2358, Aug. 2017.
[2]Z. Sang, S. Guo, and Y. Wang, “Collaborative Video Cache Management Strategy in Mobile Edge Computing,” 2021 IEEE Wireless Communications and Networking Conference, pp. 1-6, May 2021.
[3]M. Miozzo, Z. Ali, L. Giupponi, and P. Dini, “Distributed and Multi-Task Learning at the Edge for Energy Efficient Radio Access Networks,” IEEE Access, vol. 9, pp. 12491-12505, Jan. 2021.
[4]Y. C. Hu, M. Patel, D. Sabella, N. Sprecher, and V. Young, “Mobile Edge Computing-A Key Technology Towards 5G,” ETSI white paper, pp. 1-16, Sep. 2015.
[5]3GPP, “5G; NG-RAN; Architecture Description,” 3GPP TS 38.401, Ver. 15.2.0, Release 15, Jun. 2018.
[6]C. L. I, S. Kuklinski, and T. Chen, “A Perspective of Open RAN Integration with MEC, SON, and Network Slicing in the 5G Era,” IEEE Network, vol. 34, pp. 3-4, Dec. 2020.
[7]M. A. Habibi, M. Nasimi, B. Han, and H. D. Schotten, ”A Comprehensive Survey of RAN Architectures Toward 5G Mobile Communication System,” IEEE Access, vol. 7, pp. 70371-70421, May 2019.
[8]S. K. Singh, R. Singh, and B. Kumbhani, “The Evolution of Radio Access Network Towards Open-RAN: Challenges and Opportunities,” 2020 IEEE Wireless Communications and Networking Conference Workshops, pp. 6-9, Jun. 2020.
[9]3GPP, “5G; System Architecture for the 5G System,” 3GPP TS 23.501, Ver. 15.3.0, Release 15, Sep. 2018.
[10]C. S. Choudhari, R. A. Patil, and S. Saraf, “Deployment of 5G Core for 5G Private Networks” 2022 International Conference on Industry 4.0 Technology, pp. 23-24, Nov. 2022.
[11]L. Lin, B. Zhu, Q. Wang, L. Xu, and J. Mu, “A Novel 5G Core Network Capability Exposure Method for Telecom Operator,” 2020 IEEE International Conference on Parallel & Distributed Processing with Applications, Big Data & Cloud Computing, Sustainable Computing & Communications, Social Computing & Networking, pp. 17-19, Jun. 2021.
[12]J. Li, X. Cao, S. Guo, R. Dong, C. Song, T. Wang, and Z. Wang, “5GC Network and MEC UPF Data Collection Scheme Research,” 2021 International Conference on Information and Communication Technologies for Disaster Management, pp. 3-5, Jan. 2022.
[13]W. E. Chen and C. H. Liu,”High‐performance User Plane Function (UPF) for the Next Generation Core Networks,” IET Networks, pp. 284-289, Nov. 2020.
[14]3GPP, “5G; Security Architecture and Procedures for 5G System,” 3GPP TS 33.501, Ver. 15.2.0, Release 15, Oct. 2018.
[15]3GPP, “LTE; Interface Between the Control Plane and the User Plane Nodes,” 3GPP TS 29.244, Ver. 15.2.0, Release 15, Jun. 2018.
[16]3GPP, “3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; GPRS Tunnelling Protocol (GTP) Specification for Gateway Location Register (GLR),” 3GPP TS 29.119, Ver. 9.0.0, Release 9, Dec. 2009.
[17]Y. K. Tun, T. N. Dang, K. Kim, M. Alsenwi, W. Saad, and C. S. Hong, “Collaboration in the Sky: A Distributed Framework for Task Offloading and Resource Allocation in Multi-Access Edge Computing,” IEEE Internet of Things Journal, vol. 9, pp. 24221-24235, Dec. 2022.
[18]Y. Xu, T. Zhang, J. Loo, D. Yang, and L. Xiao, “Completion Time Minimization for UAV-Assisted Mobile-Edge Computing Systems,” IEEE Transactions on Vehicular Technology, vol. 70, pp. 12253-12259, Nov. 2021.
[19]Z. Wang, H. Rong, H. Jiang, Z. Xiao, and F. Zeng, “A Load-Balanced and Energy-Efficient Navigation Scheme for UAV-Mounted Mobile Edge Computing,” IEEE Transactions on Network Science and Engineering, vol. 9, pp. 3659-3674, Jul. 2022.
[20]M. Tang and V. W.S. Wong, “Deep Reinforcement Learning for Task Offloading in Mobile Edge Computing Systems,” IEEE Transactions on Mobile Computing, vol. 21, pp. 1985-1997, Jun. 2022.
[21]S. Rathore, P. K. Sharma, and H. Rathore, "A Distributed Deep Learning Approach with Mobile Edge Computing for Next Generation IoT Networks Security," 2023 World Conference on Communication & Computing, pp. 1-3, Sep. 2023.
[22]F. Han, N. Yu, J. Gong, Y. Ge, and X. Gao, “Task Scheduling for Mobile Edge Computing Leveraging Deep Reinforcement Learning,” 2023 42nd Chinese Control Conference, pp. 1921-1926, Sep. 2023.
[23]J. Wang, Q. Yin, X. Zhang, M. Zhang, H. Xu, and Q. Fang, ”An Efficient Computation Offloading Approach in Multi-access Edge Computing Using Deep Reinforcement Learning,” 2022 8th International Conference on Big Data and Information Analytics, pp. 24-25, Aug. 2022.
[24]M. Gao, R. Shen, J. Li, S. Yan, T. Li, J. Shi, Z. Han, and L. Zhou, ”Computation Offloading With Instantaneous Load Billing for Mobile Edge Computing,” IEEE Transactions on Services Computing, vol. 15, pp. 1473-1485, May 2022.
[25]Z. Ning, P. Dong, X. Kong, and F. Xia, "A Cooperative Partial Computation Offloading Scheme for Mobile Edge Computing Enabled Internet of Things," IEEE Internet of Things Journal, vol. 6, pp. 4804-4814, Jun. 2019.
[26]A. Carvalho, L. M. Correia, A. Grilo, and R. Dinis, "Analysis of Strategies for Minimising End-to-End Latency in 5G Networks," 2022 International Conference on Broadband Communications for Next Generation Networks and Multimedia Applications, pp. 1-6, Sep. 2022.
[27]S. Lee, S. Lee, and M. -K. Shin, "Low Cost MEC Server Placement and Association in 5G Networks," 2019 International Conference on Information and Communication Technology Convergence, pp. 879-882, Dec. 2019.
[28]H. Xu, J. Zhou, W. Wei, and B. Cheng, “Multiuser Computation Offloading for Long-Term Sequential Tasks in Mobile Edge Computing Environments,” Tsinghua Science and Technology, vol. 28, pp. 93-104, Feb. 2023.
[29]R. Yuan, W. Jiang, J. Yang, J. Hu, and T. Song, "Offloading Strategy for End-to-Edge Collaboration under Limited MEC Computing Resources," 2022 IEEE/CIC International Conference on Communications in China, pp. 31-36, Sep. 2022.
[30]許維倫, 王博弘, 許蒼嶺, 周大源, 謝欣叡, 劉德隆, 李柏毅, “結合5G Open RAN 與TWAREN的MEC建置,” TANET 2022 臺灣網際網路研討會, pp. 6-11, Dec. 15-17, 2022.
電子全文 Fulltext
本電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。
論文使用權限 Thesis access permission:自定論文開放時間 user define
開放時間 Available:
校內 Campus:開放下載的時間 available 2029-10-09
校外 Off-campus:開放下載的時間 available 2029-10-09

您的 IP(校外) 位址是 3.133.130.103
現在時間是 2025-04-06
論文校外開放下載的時間是 2029-10-09

Your IP address is 3.133.130.103
The current date is 2025-04-06
This thesis will be available to you on 2029-10-09.

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

QR Code