• Title/Summary/Keyword: 시스템참조

Search Result 1,142, Processing Time 0.029 seconds

An Effective Buffer Management Scheme for Sequential and Looping References (순차 참조와 순환 참조들을 고려한 버퍼 캐쉬 관리 기법)

  • Kim, Jong-Min;Choe, Jong-Mu;Kim, Je-Seong;Lee, Dong-Hui;No, Sam-Hyeok;Min, Sang-Ryeol;Jo, Yu-Geun;Kim, Jong-Sang
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.28 no.1_2
    • /
    • pp.33-44
    • /
    • 2001
  • 최근 버퍼 캐쉬의 성능을 향상시키기 위한 많은 블록 교체 기법들이 제안되었으며 이 중에서 작업 집합 (working set) 변화에 잘 적응하고 구현이 용이한 Least Recently Used (LRU) 블록 교체 기법이 널리 사용되고 있다. 그러나 LRU 블록 교체 기법은 블록들이 규칙적인 참조 패턴을 보이면서 순차 참조되거나 순환 참조될 때 이 규칙성을 적절히 이용하지 못해 성능이 저하되는 문제점을 가진다. 본 논문에서는 다중 응용 트레이스를 이용하여 LRU 블록 교체 기법의 문제점을 관찰하고, 이 문제점을 해결하는 통합된 형태의 효율적인 버퍼 관리 (Unified Buffer Management, 이하 UBM) 기법을 제안한다. UBM 기법은 순차 참조 및 순환 참조를 자동 검출하여 분리된 공간에 저장하고 이들 참조에 적합한 블록 교체 기법으로 이 공간을 관리한다. 또한 순차 참조와 순환 참조를 위한 공간과 나머지 참조를 위한 공간의 비율을 최적으로 할당하기 위해 온라인에서 수집된 정보를 이용하여 계산된 단위 공간 증가당 예상 버퍼 적중 증가율을 이용한다. 다중 응용 트레이스 기반 시뮬레이션 실험에서 UBM 기법의 버퍼 적중률은 LRU 블록 교체 기법에 비해 평균 12%, 최대 28%까지 향상된 결과를 보였다.

  • PDF

Development of Performence Reference Model for the Infrastructure Maintenance Management Information Systems based on Government Enterprise Architecture (범정부 EA 기반의 인프라 유지관리 정보시스템의 성과참조모델 개발콘텐츠 기술에 관한 연구)

  • Nah, Hei-sook;Choi, Won-Sik;Jeoung, Seong-Yoon;Seo, Myoung-Bae
    • Proceedings of the Korea Contents Association Conference
    • /
    • 2012.05a
    • /
    • pp.423-424
    • /
    • 2012
  • 기존에 운영되고 있는 공공시설관리 시스템들을 효율적으로 관리하기 위해서는 유지관리 모형이 표준화되어 범정부EA 지원시스템에 목표아키텍처로 등록되고 더 나아가서는 범정부 표준시스템으로 만들어 필요한 기관에 보급할 필요가 있다. 이 연구에서는 도로, 터널, 철도 등 인프라 시설관리 정보시스템을 구축하는데 필수적인 성과참조모델을 범정부EA 관점에서 제시하였다. 제시한 참조모델을 기준으로한 자산관리모형 아키텍처 모습이 GEAP에 등록 관리 된다면 이것을 바탕으로 타 기관에서 향후 정보시스템을 구축할 때 사전에 파악하고 활용하도록 제안 할 수 있을 것이다.

  • PDF

블록체인 참조 아키텍처 표준 제정과 그 영향

  • Oh, Kyeong Hee;Kim, Mee Yeon
    • Review of KIISC
    • /
    • v.32 no.4
    • /
    • pp.119-126
    • /
    • 2022
  • ISO TC 307에서는 2022년 2월 두 번째 국제 표준인 ISO 23257 - 블록체인 및 DLT - 참조 아키텍처(Reference architecture) 표준을 제정하였다. 이 논문에서는 신규 제정된 참조 아키텍처 표준의 내용을 소개하고, 타 표준과의 연계 및 향후의 영향에 대해 논한다.

A Design of Content Delivery System with Analysis of the Web Object Reference Characteristics (웹 객체 참조 특성 분석을 통한 웹 기반 디지털콘텐트 전송시스템의 설계)

  • Na Yun ji;Ko Il seok;Cho Dong uk;Yu Won jong;Kwak Jong min
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.30 no.4C
    • /
    • pp.262-268
    • /
    • 2005
  • The unit of the digital content delivery is the web object. For the improvement of the content delivery based on the web, it id required analysis of reference characteristics of the web object. In this study, we analyze reference characteristics of the web object and evaluate the performance. Using these analysis results, we propose the digital content delivery system which is improved delivery efficiency. The goal of the proposed system are the improvement of the processing time through enhancement of the caching efficiency with reflect reference characteristics of the web object. And the experiment result, we verify the performance enhancement.

Analyzing Virtual Memory Write Characteristics and Designing Page Replacement Algorithms for NAND Flash Memory (NAND 플래시메모리를 위한 가상메모리의 쓰기 참조 분석 및 페이지 교체 알고리즘 설계)

  • Lee, Hye-Jeong;Bahn, Hyo-Kyung
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.36 no.6
    • /
    • pp.543-556
    • /
    • 2009
  • Recently, NAND flash memory is being used as the swap device of virtual memory as well as the file storage of mobile systems. Since temporal locality is dominant in page references of virtual memory, LRU and its approximated CLOCK algorithms are widely used. However, cost of a write operation in flash memory is much larger than that of a read operation, and thus a page replacement algorithm should consider this factor. This paper analyzes virtual memory read/write reference patterns individually, and observes the ranking inversion problem of temporal locality in write references which is not observed in read references. With this observation, we present a new page replacement algorithm considering write frequency as well as temporal locality in estimating write reference behaviors. This new algorithm dynamically allocates memory space to read/write operations based on their reference patterns and I/O costs. Though the algorithm has no external parameter to tune, it supports optimized implementations for virtual memory systems, and also performs 20-66% better than CLOCK, CAR, and CFLRU algorithms.

소프트웨어 참조 데이터세트 구축 동향

  • Kim, Ki-Bom;Park, Sang-Seo
    • Review of KIISC
    • /
    • v.18 no.1
    • /
    • pp.70-77
    • /
    • 2008
  • 디지털 포렌식에서 증거 데이터 분석의 효율성을 높이기 위해서는 잘 알려진 파일을 분석 대상에서 제외하거나, 특정 파일의 존재여부에 대한 검사가 필요하다. 이를 위하여, 시스템 파일, 폰트 파일, 응용 프로그램 파일 등 분석이 필요없는 파일 및 루트킷, 백도어, 익스플로잇 코드 등 악성 파일에 대한 해쉬 값을 미래 계산하여 저장해 둔 것을 소프트웨어 참조 데이터세트라고 한다. 이 논문에서는 소프트웨어 참조 데이터세트 구축에 대한 주요 동향에 대하여 살펴본다. 특히, 소프트웨어 참조 데이터세트 구축을 주도하고 있는 미국의 NSRL RDS에 대하여 활용가능성 측면에서 구체적으로 살펴본다. NSRL RDS에 대한 분석결과 실제 컴퓨터 포렌식 도구에서 활용하기 매우 어렵다는 사실을 알 수 있다.

The Specified Reference Model for Supporting a Teaching&Learning Function of the e-Learning System (e-러닝 시스템의 교수-학습 기능 지원을 위한 명세화된 참조 모델)

  • Lee, Woo-Beom
    • Journal of the Institute of Convergence Signal Processing
    • /
    • v.10 no.1
    • /
    • pp.23-31
    • /
    • 2009
  • Supporting of the user-wanted teaching&learning functions is an important factor to improve the learning effects in a e-learning system. However, most methods are not enough to refer a model for supporting a teaching&learning function in a planning, development, operation, and evaluation. Accordingly, we propose the specified reference model for supporting a teaching&learning function in the web-based e-learning system. To verify the validity of the proposed system, we consulted the students experienced in e-learning system. As a results, The proposed specified reference model can be expected more $11%{\sim}23%$ effectiveness improvement than that of their experienced in the previous system. Also, as the pre-evaluated results using the teaching&learning services supporting degree by the proposed reference model, those measurements are very similar to the services requirement degree of their experienced in e-learning system.

  • PDF

Development of a schedule management system using speaker recognition for PEAS (화자인식을 이용한 일정관리 시스템 개발 - 개인 전자 비서 시스템 구축을 위하여)

  • 경연정
    • Proceedings of the Acoustical Society of Korea Conference
    • /
    • 1998.06c
    • /
    • pp.131-134
    • /
    • 1998
  • 본 논문에서는 전자 개인 비서 시스템(PEAS)의 일부인 일정관리 시스템을 화자인식 기술을 적용하여 구현하였다. 본 시스템은 음성을 패스워드로 개인을 확인하여 각 개인의 일정을 관리해 주는 것으로 보안성과 함께 사용자에게 편의성을 제공한다. 사용자 등록을 자유롭게 하였으며 인식에서는 계산 시간 등을 고려하여 DTW 알고리즘에서 얻을 수 있는 경로정보를 이용해 하나의 참조패턴을 구성하도록 하였다. 또한 시간 흐름에 따라 인식율 저하를 방지하기 위해 실험결과에 따라 일정기간 뒤에 자동으로 참조패턴이 갱신되도록 하였다.

  • PDF

An Analytical Power Dissipation Model of Embedded System with A Reference Predictor (참조 예측기를 채용한 임베디드 시스템의 전력 분석 모텔)

  • 이춘희;문현주;전중남;김석일
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2004.04a
    • /
    • pp.937-939
    • /
    • 2004
  • 최근 들어 개발 및 보급이 확산되고 있는 포터블 임베디드 시스템에서는 전력이 중요한 성능 지표로 작용한다. 특히 메모리 시스템의 전력 소모량은 전체 전력 중 매우 큰 비중을 차지하므로, 정확한 전력분석에 기초하여 전력 소모를 줄일 수 있는 구조에 관한 연구가 수행되고 있다. 본 논문에서는 포터블 임베디드 시스템의 주요 처리 대상인 멀티미디어 응용 프로그램의 낮은 데이터 재사용성을 극복하기 위하여 참조 예측기를 포함하는 메모리 시스템의 전력 분석 모델을 제안한다.

  • PDF

Analytical Performance Models for Embedded Systems Using Multimedia Reference Prediction (멀티미디어 참조 예측을 고려한 임베디드 시스템의 성능 분석 모델)

  • 이춘희;문현주;유현배
    • Proceedings of the Korea Multimedia Society Conference
    • /
    • 2004.05a
    • /
    • pp.302-305
    • /
    • 2004
  • 최근 들어 개발 및 보급이 확산되고 있는 포터블 임베디드 시스템에서는 전력이 중요한 성능 지표로 작용한다. 특히 메모리 시스템의 전력 소모량은 전체 전력 중 매우 큰 비중을 차지하므로, 정확한 전력 분석에 기초하여 전력 소모를 줄일 수 있는 구조에 관한 연구가 수행되고 있다. 본 논문에서는 포터블 임베디드 시스템의 주요 처리 대상인 멀티미디어 응용 프로그램의 낮은 데이터 재사용성을 극복하기 위하여 참조 예측기를 포함하는 메모리 시스템의 전력 분석 모델을 제안한다.

  • PDF