A Novel Task Allocation for Maximizing Reliability Considering Fault-Tolerant in VANET ... 學習筆記
A Novel Task Allocation for Maximizing Reliability Considering Fault-Tolerant in VANET Real Time Systems 1、這篇文章結合SDN和Fog Computing提出了一個HSFV體系結構。用指數分佈建模,並將建模結果表示成一個最優化問題,然後用粒子群演算法進行求解。 HSFV——hybrid SDN/Fog computing VANET architecture FPSO-RO——fault-tolerant reliability optimization particle swarm optimization algorithm 2、SDN的作用:leverage centralized control, flexibility, programmability of SDN Fog Computing的作用:ultra-low delay, location awareness of fog computing 體系結構:
系統引數 | 描述 | 值 |
---|---|---|
Q(vi) | 節點處理能力(MIPS) | [140,300] |
W | 通訊頻寬(Mbps) | [45,80] |
λ | 處理節點失敗率 | [0.001,0.003] |
ε | 通訊鏈路失敗率 | [0.01,0.04] |
OD | 其他延遲 | [0.003,0.010] |
而文中這些值的來源依據並沒有給出。 7、We also define the task complexity, i.e. divide the computational cost of task(MIPS) by the amount of task data(Mb). 定義任務的複雜度(task complexity),通過任務的資料量(Mb)來劃分任務的計算開銷。 8、As the future work, we plan to consider more failure factors e.g. software error and system constraint e.g. energy-consuming in our model. 未來工作,我們計劃在模型中考慮更多的差錯因素,比如軟體上的失敗,和系統約束,比如能量消耗。 9、這篇文章提到很重要的一篇參考文獻:[13] S. M. Shatz, J. P. Wang, and M. Goto, “Task Allocation for Maximizing Reliability of Distributed Computer Systems,” IEEE Transactions on Computers, vol. 41, no. 9, pp. 1156-1168, Sep.1992.這是一篇發表在計算機分散式系統領域的CCF A類期刊上的一篇文章,是最初從分散式系統的角度考慮任務分配問題的文章,裡面有關於任務分配的定義和泊松分佈、指數分佈的問題,下一步打算看一下這篇文章。