• Title/Summary/Keyword: Storage class memory

Search Result 26, Processing Time 0.05 seconds

A Study on Development of a Cognitive Process Simulator Based on Model Human Processor (모델휴먼프로세서를 활용한 인지과정 시뮬레이터 구축에 관한 연구)

  • 이동하;나윤균
    • Journal of the Korean Society of Safety
    • /
    • v.13 no.4
    • /
    • pp.230-239
    • /
    • 1998
  • Though limited, Model Human Processor (MHP) has been used to explain the complex users' behaviors during human-computer interactions in a simplified manner. MHP consists of perceptual, cognitive and motor systems, each with processors and memories interacting with each other in serial or parallel mode. The important parameters of memory include the storage capacity, the decay time, and the code type of a memorized item. The important parameter of a processor is the cycle time. Using these features of the model, this study developed a computerized cognitive process simulator to predict the cognitive process time of a class match task process. An experimental validity test result showed that the mean prediction time for cognitive process of the class match task simulated 50 times by the simulator was consistent with the mean cognitive process time of the same task performed by 37 subjects. Animation of the data flow during the class match task simulation will help understand the invisible human cognitive process.

  • PDF

The Block Swapping Wear leveling Scheme for Storage Class Memory having low endurance (내구도가 낮은 스토리지 클래스 메모리를 위한 블록 교환 마모도 균등화 기법)

  • Lee, HyunKu;Lee, HanNa;Eom, YoungIk
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2013.11a
    • /
    • pp.30-32
    • /
    • 2013
  • 현재 차세대 메모리로 불리는 스토리지 클래스 메모리는 빠른 속도, 비휘발성, 바이트 단위 데이터 접근 등의 장점으로 많은 관심을 갖고 있다. 스토리지 클래스 메모리중 하나인 PCM(PhaseChange Memory)은 높은 집적도로 현재 상용화 단계이나 낮은 내구도를 지니고 있어 이를 해결하기 위한 마모도 균등화 기법이 필수적으로 요구된다. 본 논문에서는 마모도 균등화 기법들의 비교 및 분석을 통해 현존하는 마모도 균등화 기법들의 한계를 알아보고 이를 극복하기 위한 새로운 블록 교환 마모도 균등화 기법을 소개한다.

Direct Mapping of the Executable Code in Single-tier Memory Operating System using SCM (SCM을 이용한 단일계층 메모리 운영체제에서의 실행 코드 직접 매핑 기법)

  • Park, Jong Woo;Jung, Seung Wan;Yoon, Jun young;Seo, Dae-Wha
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2013.11a
    • /
    • pp.81-82
    • /
    • 2013
  • 바이트 단위로 접근이 가능하고, 비휘발성을 가지는 SCM(Storage Class Memory)을 이용하여 프로세스의 작업공간으로 활용함과 동시에 파일을 저장하는 형태의 운영체제 기법에 대한 연구가 활발하게 이루어지고 있다. 본 논문에서는 이러한 형태에서 파일이 저장되는 방법을 토대로 프로세스 생성 시 실행 파일의 읽기 전용의 특성을 가지는 실행 코드를 프로세스 공간에 직접 매핑하는 기법에 대하여 제안한다.

Adaptive Storage Class Memory Management Policy Based-on Hybrid Storage Considering Data Access Pattern (하이브리드 스토리지 기반의 데이터 패턴을 고려한 적응적 스토리지 클래스 메모리 관리 기법)

  • Jung, Sang-Won;Lee, Tae-Hoon;Chung, Ki-Dong
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2010.06b
    • /
    • pp.419-424
    • /
    • 2010
  • 기존의 스토리지 클래스 메모리와 플래시 메모리를 결합한 하이브리드 스토리지는 고정적인 공간의 스토리지 클래스 메모리를 사용하여서 I/O 패턴에 따라 공간적인 비효율성을 보여주었다. 본 논문에서는 데이터 패턴과, 데이터 접근 지역성에 따라 스토리지 클래스 메모리의 영역들이 적응적으로 변화하는 스토리지를 제시하고 있다. 시뮬레이션 결과 적응적 스토리지 클래스는 고정적 스토리지 클래스 메모리와 비교하여 iozone같은 경우 15.3%, postmark의 경우 13.1%의 공간 절감 효과를 보였다.

  • PDF

A New Memory-Based Reasoning Algorithm using the Recursive Partition Averaging (재귀 분할 평균 법을 이용한 새로운 메모리기반 추론 알고리즘)

  • Lee, Hyeong-Il;Jeong, Tae-Seon;Yun, Chung-Hwa;Gang, Gyeong-Sik
    • The Transactions of the Korea Information Processing Society
    • /
    • v.6 no.7
    • /
    • pp.1849-1857
    • /
    • 1999
  • We proposed the RPA (Recursive Partition Averaging) method in order to improve the storage requirement and classification rate of the Memory Based Reasoning. This algorithm recursively partitions the pattern space until each hyperrectangle contains only those patterns of the same class, then it computes the average values of patterns in each hyperrectangle to extract a representative. Also we have used the mutual information between the features and classes as weights for features to improve the classification performance. The proposed algorithm used 30~90% of memory space that is needed in the k-NN (k-Nearest Neighbors) classifier, and showed a comparable classification performance to the k-NN. Also, by reducing the number of stored patterns, it showed an excellent result in terms of classification time when we compare it to the k-NN.

  • PDF

A Dynamic Service Library Reconfiguration Method of Android Platform (안드로이드 기반 서비스 라이브러리의 동적 재구성)

  • Lee, Young-Seok
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.17 no.5
    • /
    • pp.1145-1153
    • /
    • 2013
  • Android mobile platform copy the class files of all applications installed in android platform and keep them into one directory. But to add the service library into a platform, Android must generate a new binary image of platform and replace the platform because android refer the libraries using the memory-mapped file method in a directory. And this memory-mapped file reference method waste the storage space of mobile device because that directory include the duplicated libraries if the libraries refered by application are duplicated, Therefore a dynamic reconfiguration method on android mobile platform is needed to manage the service libraries of application executed on android platform and support the version management and function addition/modification. In this paper, we propose the platform dynamic reconfiguration method to add dynmically the service libraries on android platform.

Development of Data Logger System for Ocean Bottom Seimometer (해저면지진계 데이터 기록장치 개발 연구)

  • Hong, Sup;Kim, Hyung-Woo;Lee, Jong-Moo;Choi, Jong-Su
    • Proceedings of the Korea Committee for Ocean Resources and Engineering Conference
    • /
    • 2003.10a
    • /
    • pp.336-339
    • /
    • 2003
  • A digital data logging system has been developed for the purpose of a compact offline Ocean Bottom Seismometer(OBS). The Digital Data Logger(DDL) consists of A/D system, Micom with storage memory and firmware managing data files. The A/D system acquires data of 16bit/4ch with sampling rate of 250Hz per channel. The Micom, a micro controller board with T33521 processor of 8051 class, was equipped with 8 flash memories of 128MB for data storage capacity of 1GB. The firmware stores the acquiring data in form of binary files. The DDL was designated to be compact and light and to consume low energy as possible. The DDL is to interface with PC through USB(Universal Serial Bus). The performance of the DDL has been validated through tests with respect to a 3-axis seismometer.

  • PDF

A Study for Configuring Hybrid Storage System include DRAM SSD and HDD devices (DRAM SSD와 하드디스크 어레이를 이용한 하이브리드 저장장치 시스템 설계)

  • Kim, Young-Hwan;Son, Jae-Gi;Park, Changwon
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2012.11a
    • /
    • pp.288-289
    • /
    • 2012
  • 최근 데이터 저장을 위한 고속 입출력에서 병목현상을 해결하기 위해 다양한 SSD(Solid State Drive) 관련 연구가 많이 수행되고 있다. 대표적인 것으로 비휘발성 메모리인 플래시와 차세대 반도체 메모리인 SCM(Storage Class Memory) SSD가 있고, 휘발성 메모리인 DRAM기반의 SSD가 있다. 플래시 또는 SCM 메모리기반 저장장치는 하드 디스크기반 저장장치에 비해 읽기 속도가 빠르며, 내구성이 강하다는 장점으로 새로운 저장장치 시스템의 저장매체로 부각되고 있으나, 단위 저장 공간 당 높은 가격으로 인해 저장장치 시스템에 적용하기 에는 많은 문제점이 있다. 최근에는 이러한 문제를 해결하기 위해 고용량의 하드디스크와 SSD를 RAID 또는 단일 저장장치 매체로 구성하는 하이브리드 저장장치에 관한 연구와 제품이 출시되고 있다. 본 논문에서는 이러한 하이브리드 저장 매체 어레이를 저장장치 시스템으로 구성하기 위한 볼륨구성과 해당 서버에 볼륨 제공 서비스를 수행하기 위한 하이브리드 저장장치 시스템 설계 방법에 대해 설명한다.

Analysis and Comparison of Consistency Control Mechanism for Storage Class Memory based File System (스토리지 클래스 메모리 기반 파일시스템의 일관성 유지 기법 비교 및 분석)

  • Lee, HyunKu;Kim, Junghoon;Eom, YoungIk
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2014.04a
    • /
    • pp.50-51
    • /
    • 2014
  • 최근 기존 스토리지의 물리적 한계를 극복하기 위해 차세대 스토리지로 불리는 스토리지 클래스 메모리(SCM)의 연구 및 개발이 활발히 진행되고 있다. 이러한 SCM의 장점을 활용하기 위한 SCM 전용파일 시스템 또한 많은 연구가 되고 있다. 하지만, 현재까지 연구되어온 SCM 전용 파일 시스템은 빠른 속도에만 중점을 두어 부분적인 일관성 지원 또는 특정한 환경에서의 시스템 성능 저하 등의 문제요인이 있다. 본 논문에서는 SCM과 SCM 전용 파일 시스템을 알아보고 일관성 유지 기법의 비교 및 분석을 통하여 현재까지 연구된 일관성 유지 기법의 문제점을 파악하고 SCM에 최적화된 새로운 일관성 유지 기법의 방향을 모색한다.