Nomad: Cross-Platform Computational Offloading and Migration in Femtoclouds Using WebAssembly
Mohammed Nurul-Hoque and Khaled A. Harras
2021 IEEE International Conference on Cloud Engineering
(IC2E’21)
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
2
Importance of Migration in Edge Femtocloud Computing
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
3
Challenges in Heterogeneous Architecture Migration
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
4
WebAssembly Overview
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
5
Can WebAssembly be migrated?
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
6
NOMAD System Architecture
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
7
Key Modifications to the NOMAD Interpreter
Program State Engine Migrator
Memory Layout
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
8
Program State Engine Migrator
Key Modifications to the NOMAD Interpreter
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
9
Program State Engine Migrator
Key Modifications to the NOMAD Interpreter
실행 중인 프로그램에서 상태 덤프를 생성
상태 덤프에서 프로그램을 재개
절대 포인터와 상대 포인터 간의 변환
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
10
Program State Engine Migrator
Key Modifications to the NOMAD Interpreter
Migration in Nomad
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
11
Detail of Pointer Serializer
Snippet Example
Absolute Pointer: 메모리 내의 특정 위치를 가리키는 고정된 주소 ex) 0x7fff0000
Relative Pointer: base address로부터의 offset을 나타내는 주소 ex) 기준 주소 + 0x100
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
12
Detail of State Writer
Absolute Pointer: 메모리 내의 특정 위치를 가리키는 고정된 주소 ex) 0x7fff0000
Relative Pointer: base address로부터의 offset을 나타내는 주소 ex) 기준 주소 + 0x100
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
13
Detail of State Reader
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
14
Summary of NOMAD's Modifications
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
15
Evaluation setup
Experimental Testbed
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
16
Evaluation setup
Benchmark Programs
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
17
Overhead
Nomad overhead over wasm3
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
18
Post-migration performance
Performance post-migration
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
19
Nomad fixed costs
Additional time costs
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
20
Cross-migration
Execution delay with cross migration
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
21
Limitations - The Slower Speed Compared to Native
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
22
Limitations - The Slower Speed Compared to Native
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
23
Limitations – WASI and Native Library Usage Not Considered
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
24
Conclusion
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY
2024-07-11 DDPS Seminar, Presenter Lim JunHo
Distributed Data Processing System Lab, KOOKMIN UNIVERSITY