ETRI-Knowledge Sharing Plaform

ENGLISH

성과물

논문 검색
구분 SCI
연도 ~ 키워드

상세정보

학술대회 Design and Implementation of Azalea Unikernel File IO Offload
Cited 5 time in scopus Download 1 time Share share facebook twitter linkedin kakaostory
저자
정연정, 김진미, 전승협, 차승준, 람닉, 정성인
발행일
201910
출처
International Conference on Information and Communication Technology Convergence (ICTC) 2019, pp.398-401
DOI
https://dx.doi.org/10.1109/ICTC46691.2019.8939699
협약과제
19HS5400, 매니코어 기반 초고성능 스케일러블 OS 기초연구 (차세대OS기초연구센터), 정성인
초록
Unikernel is smaller in size than existing operating systems and can be started and shut down much more quickly and safely, resulting in greater flexibility and security. Since unikernel does not include large modules like the file system in its library to reduce its size, it is common to choose offloading to handle file IO. However, the processing of IO offload of unikernel transfers the file IO command to the proxy of the file server and copies the file IO result of the proxy. This can result in a trade-off of rapid processing, an advantage of unikernel. In this paper, we propose a method to offload file IO and to perform file IO with direct copy from file server to unikernel.
KSP 제안 키워드
File System, Trade-off, design and implementation, operating system