簡易檢索 / 詳目顯示

研究生: 謝宗諺
Tsung-Yen Hsieh
論文名稱: 四層聯合架構中納入多重伺服器故障考量之卸載: 容錯設計、分析、最佳化及系統動態探究
Incorporation of Multi-Server Failures into the Offloading of a 4-Tier Federated Architecture: Fault Tolerance Design, Analysis, Optimization, and System Dynamics Exploration
指導教授: 馮輝文
Huei-Wen Ferng
口試委員: 魏宏宇
Hung-Yu Wei
鄭傑
Jay Cheng
黎明富
Ming-Fu Li
胡誌麟
Chih-Lin Hu
學位類別: 碩士
Master
系所名稱: 電資學院 - 資訊工程系
Department of Computer Science and Information Engineering
論文出版年: 2022
畢業學年度: 110
語文別: 中文
論文頁數: 126
中文關鍵詞: 多接取邊緣運算行動雲端運算車輛霧端運算工作卸載服務品質違反機率
外文關鍵詞: Multi-access Edge Computing, Mobile Cloud Computing, Vehicular-Fog, Offloading, QoS Violation Probability
相關次數: 點閱:347下載:0
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報
  • 物聯網 (Internet of Things, IoT) 的興起及智能車輛 (Smart Vehicle) 的發展和使用者裝置 (User Equipment) 的普及為使用者提供多樣的服務,然而,其中不乏有需要大量計算的應用程式,例如:增強/虛擬現實 (AR/VR)、線上遊戲,這些應用程式會產生巨量計算,導致使用者裝置電力的快速消耗。為此,有卸載 (Offloading)機制的提出,使用者裝置將自身的任務卸載到計算資源比較豐富的雲端伺服器(Cloud Server)、邊緣伺服器 (Edge Server) 或車輛霧 (Vehicular Fog),以減少使用者裝置的計算量,並減少能源消耗 (Energy Consumption) 和等待時間 (Waiting Time)。
    然而,在過往的論文中,大多假設伺服器不會故障 [1],鮮少討論到伺服器會故障的問題,特別是多重伺服器故障問題。因此,本論文將考量 [1] 的架構,進一步討論雲端伺服器、邊緣伺服器、車輛霧之故障容錯設計並分析卸載延遲等效能指標。於本論文中,我們提出幾種容錯設計,並獲得其理論效能分析及最佳化之參數。理論效能分析透過模擬驗證後,不同容錯機制間之效能比較與相關系統動態探究將予以呈現與觀察,以利找出本論文所提且最為推薦之容錯設計。


    The rise of the Internet of things (IoT) and the development and application of smart vehicles offer a variety of services for user equipments. However, there are many computingintensive applications, such as augmented/virtual reality (AR/VR), online games, etc.
    These applications will generate massive amounts of computation and power consumption rapidly on UEs. For solving such an issue, offloading has been proposed. A UE can
    offload its own tasks to the server, such as the cloud server, the edge server or the vehicular fog to reduce the computational load, power consumption, and waiting time of the UE.
    However, most of past papers, e.g. [1], assumed that the server will not breakdown, and rarely discussed the problem of server failures, especially the problem of multiple-server failures. Therefore, this paper will consider the architecture of [1] to further incorporate the fault-tolerant design for cloud servers, edge servers, and the vehicle fog first and then analyze the offloading delay accordingly. In this paper, we shall propose several fault-tolerant offloading mechanisms, and obtain their performance measures and optimized parameters in a theoretical apporach. After the theoretical performance analysis is verified by simulation results, the performance comparison among different fault-tolerant offloading mechanisms and the system dynamic exploration presented and observed in order to facilitate the most recommended design of the fault-tolerant offloading proposed by this paper.

    論文指導教授推薦書 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . i 考試委員審定書 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ii 中文摘要 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . iii 英文摘要 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . iv 誌謝 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . v 目錄 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . vi 表目錄 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ix 圖目錄 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . x 第一章、緒論 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.1 研究背景與技術 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 行動雲端運算 (Mobile Cloud Computing, MCC) . . . . . . . . . . . . . 1 1.3 多接取邊緣運算 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.4 車輛霧端運算 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 1.5 工作卸載 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 1.6 研究動機 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 1.7 論文組織 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 第二章、相關文獻探討 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 2.1 單一資源之卸載文獻回顧 . . . . . . . . . . . . . . . . . . . . . . . . . 7 2.2 混合資源之卸載文獻回顧 . . . . . . . . . . . . . . . . . . . . . . . . . 8 2.3 卸載中伺服器故障之文獻回顧 . . . . . . . . . . . . . . . . . . . . . . 9 2.4 與相近論文之比較及本論文之貢獻 . . . . . . . . . . . . . . . . . . . 10 第三章、系統架構與具容錯設計之卸載機制 . . . . . . . . . . . . . . . . . . . 11 3.1 環境架構 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 3.2 方法設計 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 3.2.1 MCMV-FR 方法設計 . . . . . . . . . . . . . . . . . . . . . . . 15 3.2.2 MCMV-QR 方法設計 . . . . . . . . . . . . . . . . . . . . . . . 19 3.2.3 MCMV-SE 方法設計 . . . . . . . . . . . . . . . . . . . . . . . 23 3.2.4 MCMV-OE-F 方法設計 . . . . . . . . . . . . . . . . . . . . . . 27 第四章、系統架構效能分析 . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 4.1 服務品質違反機率分析 . . . . . . . . . . . . . . . . . . . . . . . . . . 29 4.1.1 MCMV-FR 服務品質違反機率分析 . . . . . . . . . . . . . . . 31 4.1.2 MCMV-QR 服務品質違反機率分析 . . . . . . . . . . . . . . . 35 4.1.3 MCMV-SE 服務品質違反機率分析 . . . . . . . . . . . . . . . 41 4.2 平均工作延遲分析 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 4.2.1 MCMV-FR 工作延遲分析 . . . . . . . . . . . . . . . . . . . . . 49 4.2.2 MCMV-QR 工作延遲分析 . . . . . . . . . . . . . . . . . . . . 50 4.2.3 MCMV-SE 工作延遲分析 . . . . . . . . . . . . . . . . . . . . . 52 4.3 工作遺失機率分析 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55 4.3.1 MCMV-FR 工作遺失機率 . . . . . . . . . . . . . . . . . . . . . 56 4.3.2 MCMV-QR 工作遺失機率 . . . . . . . . . . . . . . . . . . . . 57 4.4 平均服務停止時間 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 58 4.4.1 MCMV-FR 服務停止時間 . . . . . . . . . . . . . . . . . . . . . 59 4.4.2 MCMV-QR 服務停止時間 . . . . . . . . . . . . . . . . . . . . 60 第五章、模擬結果數值討論與分析 . . . . . . . . . . . . . . . . . . . . . . . . 62 5.1 模擬與數值討論 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62 5.2 環境參數設定 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62 5.2.1 公平機制下不同數量之雲端伺服器 nC 之影響 . . . . . . . . . 63 5.2.2 累加機制下不同數量之雲端伺服器 nC 之影響 . . . . . . . . . 66 5.2.3 不同雲端伺服器容量之影響 . . . . . . . . . . . . . . . . . . . 68 5.3 不同邊緣伺服器容量之影響 . . . . . . . . . . . . . . . . . . . . . . . 73 5.4 不同工作抵達率之影響 . . . . . . . . . . . . . . . . . . . . . . . . . . 75 第六章、結論 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80 參考文獻 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81 附錄 A:服務品質違反機率 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85 附錄 B:所採用之 MPE (Main Probability Estimation Algorithm) 跟 SPE (SubProbability Estimation Algorithm) . . . . . . . . . . . . . . . . . . . . . . 98 附錄 C:不同機制之平均工作延遲 . . . . . . . . . . . . . . . . . . . . . . . . . 101 附錄 D:Beta 分布特例下之推導結果 . . . . . . . . . . . . . . . . . . . . . . . 112

    [1] B. Kar, K.-M. Shieh, Y.-C. Lai, Y.-D. Lin, and H.-W. Ferng, “Qos Violation
    Probability Minimization in Federating Vehicular-Fogs with Cloud and Edge
    Systems,” IEEE Trans. Veh. Technol., vol. 70, no. 12, pp. 13270–13280, 2021.
    [2] X. Duan, F. Xu, and Y. Sun, “Research on Offloading Strategy in Edge Computing
    of Internet of Things,” in Int. Conf. Comput. Netw. Electron. Autom. (ICCNEA),
    pp. 206–210, 2020.
    [3] M. Chiang and T. Zhang, “Fog and Iot: An Overview of Research Opportunities,”
    IEEE Internet Things J., vol. 3, no. 6, pp. 854–864, 2016.
    [4] C. Xian, Y.-H. Lu, and Z. Li, “Adaptive Computation Offloading for Energy
    Conservation on Battery-Powered Systems,” in Int. Conf. Parallel Distrib. Syst.,
    pp. 1–8, 2007.
    [5] M. Caprolu, R. Di Pietro, F. Lombardi, and S. Raponi, “Edge Computing
    Perspectives: Architectures, Technologies, and Open Security Issues,” in IEEE Int.
    Conf. Edge Comput. (EDGE), pp. 116–123, 2019.
    [6] N. Fernando, S. W. Loke, and W. Rahayu, “Mobile Cloud Computing: A Survey,”
    Future Generation Comput. Syst., vol. 29, no. 1, pp. 84–106, 2013. Including Special
    section: AIRCC-NetCoM 2009 and Special section: Clouds and Service-Oriented
    Architectures.
    [7] Y. Zhang, C.-Y. Wang, and H.-Y. Wei, “Parking Reservation Auction for Parked
    Vehicle Assistance in Vehicular Fog Computing,” IEEE Trans. Veh. Technol.,
    vol. 68, no. 4, pp. 3126–3139, 2019.
    [8] Q. Fan and L. Liu, “A Survey of Challenging Issues and Approaches in Mobile
    Cloud Computing,” in Int. Conf. Parallel Distrib. Comput. Appl. Technol. (PDCAT),
    pp. 87–90, 2016.
    [9] Z. Sanaei, S. Abolfazli, A. Gani, and R. Buyya, “Heterogeneity in Mobile Cloud
    Computing: Taxonomy and Open Challenges,” IEEE Commun. Surveys Tutorials,
    vol. 16, no. 1, pp. 369–392, 2014.
    [10] K. Xiao, Z. Gao, Q. Wang, and Y. Yang, “A Heuristic Algorithm Based on Resource
    Requirements Forecasting for Server Placement in Edge Computing,” in IEEE/ACM
    Symp. Edge Comput. (SEC), pp. 354–355, 2018.
    [11] H. Li, G. Shou, Y. Hu, and Z. Guo, “Mobile Edge Computing: Progress and
    Challenges,” in IEEE Int. Conf. Mobile Cloud Comput. Services Eng. (MobileCloud),
    pp. 83–84, 2016.
    [12] M. ETSI, Multi-access Edge Computing (MEC); Framework and Reference
    Architecture, vol. 3. 2022.
    [13] K. Sehla, T. M. T. Nguyen, G. Pujolle, and P. B. Velloso, “Resource Allocation
    Modes in C-V2X: From LTE-V2X to 5G-V2X,” IEEE Internet Things J., vol. 9,
    no. 11, pp. 8291–8314, 2022.
    [14] Y. Lai, F. Yang, L. Zhang, and Z. Lin, “Distributed Public Vehicle System Based on
    Fog Nodes and Vehicular Sensing,” IEEE Access, vol. 6, pp. 22011–22024, 2018.
    [15] Y. Li, H. Li, G. Xu, T. Xiang, and R. Lu, “Practical Privacy-Preserving Federated
    Learning in Vehicular Fog Computing,” IEEE Trans. Veh. Technol., vol. 71, no. 5,
    pp. 4692–4705, 2022.
    [16] 江岳亭, “在雲、邊緣、使用者裝置聯合系統中考慮邊緣伺服器故障之卸載:
    設計、分析與最佳化,” 國立臺灣科技大學碩士論文, 2021.
    [17] A. Waheed, M. A. Shah, S. M. Mohsin, A. Khan, C. Maple, S. Aslam, and
    S. Shamshirband, “A Comprehensive Review of Computing Paradigms, Enabling
    Computation Offloading and Task Execution in Vehicular Networks,” IEEE Access,
    vol. 10, pp. 3580–3600, 2022.
    [18] J. Xie, Y. Jia, Z. Chen, Z. Nan, and L. Liang, “Efficient Task Completion for Parallel
    Offloading in Vehicular Fog Computing,” China Commun., vol. 16, no. 11, pp. 42–
    55, 2019.
    [19] Y. Jang, J. Na, S. Jeong, and J. Kang, “Energy-Efficient Task Offloading for
    Vehicular Edge Computing: Joint Optimization of Offloading and Bit Allocation,”
    in IEEE Veh. Technol. Conf. (VTC2020-Spring), pp. 1–5, 2020.
    [20] G. Yang, L. Hou, X. He, D. He, S. Chan, and M. Guizani, “Offloading Time
    Optimization via Markov Decision Process in Mobile-Edge Computing,” IEEE Internet Things J., vol. 8, no. 4, pp. 2483–2493, 2021.
    [21] Y. Zhang, X. Dong, and Y. Zhao, “Decentralized Computation Offloading over
    Wireless-Powered Mobile-Edge Computing Networks,” in IEEE Int. Conf. Artificial Intell. Information Syst. (ICAIIS), pp. 137–140, 2020.
    [22] R.-H. Hwang, Y.-C. Lai, and Y.-D. Lin, “Offloading Optimization with Delay
    Distribution in the 3-tier Federated Cloud, Edge, and Fog Systems,” 2021.
    [23] C. Ren, G. Zhang, X. Gu, and Y. Li, “Computing Offloading in Vehicular Edge
    Computing Networks: Full or Partial Offloading?,” in IEEE Inf. Technol. Mechatron.
    Eng. Conf. (ITOEC), vol. 6, pp. 693–698, 2022.
    [24] R.-H. Hwang, M. M. Islam, M. A. Tanvir, M. S. Hossain, and Y.-D. Lin, “Communication and Computation Offloading for 5G V2X: Modeling and Optimization,” in
    IEEE Global Commun. Conf., pp. 1–6, 2020.
    [25] Z. Liu, P. Dai, H. Xing, Z. Yu, and W. Zhang, “A distributed algorithm for task
    offloading in vehicular networks with hybrid fog/cloud computing,” IEEE Transactions on Systems, Man, and Cybernetics: Systems, vol. 52, no. 7, pp. 4388–4401,
    2022.
    [26] H. Wu, “Performance Modeling of Delayed Offloading in Mobile Wireless
    Environments with Failures,” IEEE Commun. Lett., vol. 22, no. 11, pp. 2334–2337,
    2018.
    [27] Q.-u.-A. Mastoi, A. Lakhan, F. A. Khan, and Q. H. Abbasi, “Dynamic Content and
    Failure Aware Task Offloading in Heterogeneous Mobile Cloud Networks,” in Int.
    Conf. Adv. Emerging Comput. Technol. (AECT), pp. 1–6, 2020.
    [28] P. S and R. Manivasakan, “Performance Analysis of Delayed Offloading Model with
    Intermittent Failure Using Balking,” in IEEE Int. Conf. Innovation Technol. (INOCON), pp. 1–5, 2020.
    [29] S. Mondal, C. Chowdhury, S. Roy, S. K. Deb, and S. Neogy, “Crash Failure Immune
    Offloading Framework,” in IEEE Int. Conf. Adv. Netw. Telecommun. Syst. (ANTS),
    pp. 1–6, 2016.
    [30] J. M. T. Donald Gross, John F. Shortle, Fundamentals of Queueing Theory, Fourth
    Edition. Wiley, 2008.

    無法下載圖示 全文公開日期 2024/09/30 (校內網路)
    全文公開日期 2024/09/30 (校外網路)
    全文公開日期 2024/09/30 (國家圖書館:臺灣博碩士論文系統)
    QR CODE