RISS 학술연구정보서비스

검색
다국어 입력

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

변환된 중국어를 복사하여 사용하시면 됩니다.

예시)
  • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
  • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
닫기
    인기검색어 순위 펼치기

    RISS 인기검색어

      KCI등재

      서비스 맞춤형 컨테이너를 위한 블록 입출력 히스토리 학습 기반 컨테이너 레이어 파일 시스템 선정 기법 = A Method of Selecting Layered File System Based on Learning Block I/O History for Service-Customized Container

      한글로보기

      https://www.riss.kr/link?id=A103845326

      • 0

        상세조회
      • 0

        다운로드
      서지정보 열기
      • 내보내기
      • 내책장담기
      • 공유하기
      • 오류접수

      부가정보

      국문 초록 (Abstract)

      OS-level의 가상화 기술은 애플리케이션을 배포하기 위한 새로운 패러다임으로, 기존의 가상화 기술인 가상 머신을 대체할 수 있는 기술로서 주목받고 있다. 특히 컨테이너는 기존의 리눅스 ...

      OS-level의 가상화 기술은 애플리케이션을 배포하기 위한 새로운 패러다임으로, 기존의 가상화 기술인 가상 머신을 대체할 수 있는 기술로서 주목받고 있다. 특히 컨테이너는 기존의 리눅스 컨테이너에 유니온 마운트 포인트(Union Mount Point) 와 레이어 구조의 이미지를 적용함으로써 보다 빠르고 효율적인 애플리케이션의 배포가 가능하다. 이러한 컨테이너의 특징들은 스냅숏 기능을 제공하는 레이어 구조의 파일 시스템에서만 사용될 수 있으며, 애플리케이션의 특징에 따라 적절한 레이어 파일 시스템을 선택하는 것이 요구된다. 따라서 본 논문에서는 대표적인 레이어 파일 시스템들의 특징을 조사한 뒤, 레이어 파일 시스템의 동작 원리인 Allocate-on-Demand 및 Copy-up 방식에 따른 파일 시스템의 쓰기 성능 평가를 수행한다. 또한 각 레이어 파일 시스템 방식의 블록 입출력 사용 데이터를 학습한 인공 신경망을 통해 임의의 애플리케이션에 대해 적합한 레이어 파일 시스템 방식을 결정하는 방법을 제시하고 이에 대한 타당성을 검토한다.

      더보기

      다국어 초록 (Multilingual Abstract)

      Virtualization technique of OS-level is a new paradigm for deploying applications, and is attracting attention as a technology to replace traditional virtualization technique, VM (Virtual Machine). Especially, docker containers are capable of distribu...

      Virtualization technique of OS-level is a new paradigm for deploying applications, and is attracting attention as a technology to replace traditional virtualization technique, VM (Virtual Machine). Especially, docker containers are capable of distributing application images faster and more efficient than before by applying layered image structures and union mount point to existing linux container. These characteristics of containers can only be used in layered file systems that support snapshot functionality, so it is required to select appropriate layered file systems according to the characteristics of the containerized application. We examine the characteristics of representative layered file systems and conduct write performance evaluations of each layered file systems according to the operating principles of the layered file system, Allocate-on-Demand and Copy-up. We also suggest the method of determining a appropriate layered file system principle for unknown containerized application by learning block I/O usage history of each layered file system principles in artificial neural network. Finally we validate effectiveness of artificial neural network created from block I/O history of each layered file system principles.

      더보기

      참고문헌 (Reference)

      1 박중오, "클라우드 서비스 기술동향: 구글 머신러닝을 중심으로" 23 (23): 4-12, 2016

      2 X. Wu, "TotalCOW: Unleash the power of copy-on-write for thin-provisioned containers" ACM 2015

      3 Bonwick, Jeff, "The zettabyte file system" 215 : 2003

      4 Abadi, Martín, "Tensorflow: Large-scale machine learning on heterogeneous distributed systems"

      5 "Scikit-learn Documentation"

      6 Dawidek Pawel Jakub, "Porting the Solaris ZFS file system to the FreeBSD operating system" 32 (32): 19-24, 2007

      7 Xu, Qiumin, "Performance analysis of containerized applications on local and remote storage" 2017

      8 Dua, Rajdeep, "Performance analysis of Union and CoW File Systems with Docker" 2016

      9 P. Bellavista, "Feasibility of Fog Computing Deployment based on Docker Containerization over RaspberryPi" ACM 2017

      10 D. Merkel, "Docker: Lightweight Linux Containers for Consistent Development and Deployment" 2014 (2014): 2014

      1 박중오, "클라우드 서비스 기술동향: 구글 머신러닝을 중심으로" 23 (23): 4-12, 2016

      2 X. Wu, "TotalCOW: Unleash the power of copy-on-write for thin-provisioned containers" ACM 2015

      3 Bonwick, Jeff, "The zettabyte file system" 215 : 2003

      4 Abadi, Martín, "Tensorflow: Large-scale machine learning on heterogeneous distributed systems"

      5 "Scikit-learn Documentation"

      6 Dawidek Pawel Jakub, "Porting the Solaris ZFS file system to the FreeBSD operating system" 32 (32): 19-24, 2007

      7 Xu, Qiumin, "Performance analysis of containerized applications on local and remote storage" 2017

      8 Dua, Rajdeep, "Performance analysis of Union and CoW File Systems with Docker" 2016

      9 P. Bellavista, "Feasibility of Fog Computing Deployment based on Docker Containerization over RaspberryPi" ACM 2017

      10 D. Merkel, "Docker: Lightweight Linux Containers for Consistent Development and Deployment" 2014 (2014): 2014

      11 "Docker Documentation"

      12 Xiao, Weijun, "Design and analysis of block-level snapshots for data protection and recovery" 58 (58): 1615-1625, 2009

      13 T. Inagaki, "Container management as emerging workload for operating systems" 2016

      14 J. Eder, "Comprehensive Overview of Storage Scalability in Docker"

      15 Felter, Wes, "An updated performance comparison of virtual machines and linux containers" 2015

      더보기

      분석정보

      View

      상세정보조회

      0

      Usage

      원문다운로드

      0

      대출신청

      0

      복사신청

      0

      EDDS신청

      0

      동일 주제 내 활용도 TOP

      더보기

      주제

      연도별 연구동향

      연도별 활용동향

      연관논문

      연구자 네트워크맵

      공동연구자 (7)

      유사연구자 (20) 활용도상위20명

      인용정보 인용지수 설명보기

      학술지 이력

      학술지 이력
      연월일 이력구분 이력상세 등재구분
      2027 평가예정 재인증평가 신청대상 (재인증)
      2021-01-01 평가 등재학술지 유지 (재인증) KCI등재
      2018-01-01 평가 등재학술지 유지 (등재유지) KCI등재
      2015-01-01 평가 등재학술지 유지 (등재유지) KCI등재
      2012-10-31 학술지명변경 한글명 : 컴퓨터 및 통신시스템 -> 정보처리학회논문지. 컴퓨터 및 통신시스템 KCI등재
      2012-10-10 학술지명변경 한글명 : 정보처리학회논문지A -> 컴퓨터 및 통신시스템
      외국어명 : The KIPS Transactions Part : A -> KIPS Transactions on Computer and Communication Systems
      KCI등재
      2010-01-01 평가 등재학술지 유지 (등재유지) KCI등재
      2009-03-04 학술지명변경 한글명 : 정보처리학회논문지 A, B, C, D -> 정보처리학회논문지 A
      외국어명 : The KIPS Transactions Part : A, B, C, D -> The KIPS Transactions Part : A
      KCI등재
      2009-03-04 학술지명변경 한글명 : 정보처리학회논문지 A -> 정보처리학회논문지A KCI등재
      2008-01-01 평가 등재학술지 유지 (등재유지) KCI등재
      2006-01-01 평가 등재학술지 유지 (등재유지) KCI등재
      2003-01-01 평가 등재학술지 선정 (등재후보2차) KCI등재
      2002-01-01 평가 등재후보 1차 PASS (등재후보1차) KCI등재후보
      2000-07-01 평가 등재후보학술지 선정 (신규평가) KCI등재후보
      더보기

      학술지 인용정보

      학술지 인용정보
      기준연도 WOS-KCI 통합IF(2년) KCIF(2년) KCIF(3년)
      2016 0.16 0.16 0.14
      KCIF(4년) KCIF(5년) 중심성지수(3년) 즉시성지수
      0.12 0.11 0.315 0.07
      더보기

      이 자료와 함께 이용한 RISS 자료

      나만을 위한 추천자료

      해외이동버튼