• 제목/요약/키워드: Target Collection

검색결과 295건 처리시간 0.026초

낸드 플래시 메모리를 위한 적응형 가비지 컬렉션 정책 (An Adaptive Garbage Collection Policy for NAND Flash Memory)

  • 한규태;김성조
    • 한국정보과학회논문지:컴퓨팅의 실제 및 레터
    • /
    • 제15권5호
    • /
    • pp.322-330
    • /
    • 2009
  • 제자리 덮어쓰기가 불가능하고 블록의 지움 횟수가 제한되는 낸드 플래시 메모리를 저장매체로 사용하기 위해서 지움 횟수 평준화를 지원하는 다양한 가비지 컬렉션 정책들이 연구되고 있다. 기존정책들은 지움 횟수 평준화를 지원하기 위해 가비지 컬렉션이 수행될 때마다 전체 블록에 대해 지움 대상블록을 선정하기 위한 클리닉 지표를 구하는 연산을 수행하여야 하고 이 연산들은 시스템의 성능을 저하시킨다. 본 논문에서 제안하는 가비지 컬렉션 정책은 지움 횟수의 분산(variance)과 블록들의 최대 지움횟수에 따라 변경되는 임계값을 이용하여 전체 블록에 대한 클리닉 지표를 구하는 연산을 수행하지 않으면서 지움 횟수 평준화를 제공한다. 가비지 컬렉션 시 분산이 임계값 보다 작을 때는 Greedy 정책을 이용하여 지움 비용을 최소화하고, 분산이 임계값 보다 클 때는 최대 지움 횟수를 가진 블록을 지움 대상에서 제외하여 지움 횟수를 평준화한다. 본 논문에서 제안하는 방법으로 가비지 컬렉션을 수행하였을 때, 블록들의 지움 횟수가 지움 횟수 상한에 가까워질수록 블록들의 지움 횟수 표준 편차가 0에 근접하며, 기존의 지움 횟수 평준화를 지원하는 알고리즘과 비교하여 두 배 이상 빠른 가비지 컬렉션 속도를 보였다.

능동형 RFID 시스템의 성능 향상을 위한 연구 (Study on the Performance Improvement of Active RFID System)

  • 김지태;김진성;이강원
    • 한국통신학회논문지
    • /
    • 제40권5호
    • /
    • pp.871-885
    • /
    • 2015
  • 본 연구에서는 우선 고속으로 태그 수집을 위한 2.4 GHz 능동형 RFID 시스템의 시뮬레이션 모델을 구축 하였다. 그리고 단순화 된 Collection 명령과 Ack 절차, 슬롯의 충돌 확률(k1)과 충돌이 발생한 슬롯의 평균 태그 수($k_2$)를 이용하여 태그수를 예측하는 새로운 방법을 제안하였다. 이들에 따른 능동형 RFID 시스템의 성능 추적을 구축한 시뮬레이션 모델을 통해 획득하였다. Query 명령을 사용하여 Collection 명령과 Ack를 간소화하고 $k_1$$k_2$를 이용하여 태그수를 예측하는 방법의 조합이 모든 성능 면에서 가장 우수한 것으로 나타났다. 이는 Query 명령을 이용한 Collection 명령과 Ack의 간소화는 태그 인식 속도를 줄이는데 기여했고 $k_1$$k_2$를 이용하여 태그수를 예측하는 방법은 Throughput을 향상시킬 뿐만 아니라 이로 인해 Collection 라운드 횟수를 줄여 태그 인식 속도를 줄일 수 있었다. 본 연구에서 제안한 방법은 Throughput, 평균 인식 시간, 1초 안의 평균 인식률 모두에서 이상적인 경우의 성능값과 매우 유사하게 나타나 제안한 방법의 유효성을 확인 할 수 있었다.

플래시 메모리를 위한 페이지 비율 분석 기반의 적응적 가비지 컬렉션 정책 (Adaptive Garbage Collection Policy based on Analysis of Page Ratio for Flash Memory)

  • 이승환;이태훈;정기동
    • 한국정보과학회논문지:시스템및이론
    • /
    • 제36권5호
    • /
    • pp.422-428
    • /
    • 2009
  • 플래시 메모리는 부피가 작고, 가볍고, 소비전력이 낮으며 입출력이 빨라 최근 소형기기의 저장 장치로 널리 사용이 되고 있다. 그러나 플래시 메모리는 지움 연산을 수반하는 가비지 컬렉션을 수행해야 한다. 지움 연산은 속도가 느리고, 각 블록마다 지움 연산 횟수가 제한이 있다. 따라서 본 논문에서는 지움 연산 횟수와 각 블록의 지움 횟수 편차를 줄이는데 초점을 맞춘 균등화 정책을 제안한다. 따라서 플래시 메모리의 페이지 사용률에 기반을 둔 두 가지 가비지 컬렉션 수행 모드를 정의하고 그리고 각 모드에 대해 다른 지움 비용을 계산하여 전체 지움 연산 횟수와 각 블록의 지움 횟수 편차를 최소화하는 가비지 컬렉션 기법을 제안한다. 추가로 가비지 컬렉션 연산 시간을 최소화하기 위해 그룹 관리 기법을 제안해 보다 빠른 수행 시간을 가질 수 있도록 한다. 실험 결과 제안하는 정책은 기존의 Greedy 와 CAT 기법의 장점들을 동시에 나타내었고, 지움 횟수 편차를 평균 85% 감소 시켰고 가비지 컬렉션 수행 시간을 최대 6% 단축 시켰다

페이지 비율 분석 기반의 NAND 플래시 메모리를 위한 가비지 컬렉션 기법 (Garbage Collection Method for NAND Flash Memory based on Analysis of Page Ratio)

  • 이승환;옥동석;윤창배;이태훈;정기동
    • 한국정보과학회논문지:컴퓨팅의 실제 및 레터
    • /
    • 제15권9호
    • /
    • pp.617-625
    • /
    • 2009
  • NAND 플래시 메모리는 부피가 작고, 가볍고, 소비전력이 낮으며 입출력이 빠르고 집적도가 높아 최근 임베디드 기기들에 널리 사용되고 있다. 그러나 NAND 플래시 메모리는 지움 연산을 수반하는 가비지 컬렉션 연산을 수행해야 한다. 게다가 지움 연산은 속도가 느리고, 각 블록마다 지움 연산 횟수가 제한이 있다. 따라서 제안하는 가비지 컬렉션 기법은 전체 지움 연산 횟수와 각 블록의 지움 횟수 편차를 감소시키고, 가비지 컬렉션 수행 시간을 최소화하는데 초점을 맞춘다. NAND 플래시 메모리는 유효 페이지, 무효 페이지, 빈 페이지로 구성되어 있다. 제안하는 기법은 페이지들의 비율을 이용해 가비지 컬렉션의 수행 시기를 결정하고 대상 블록을 선택한다. 그리고 할당 기법과 그룹 관리기법을 추가적으로 구현하였다. 실험 결과 제안한 정책은 기존의 Greedy나 CAT 기법에 비해 전체 지움 횟수를 최소화 하면서, 최대 82% 지움 횟수 편차를 감소시켰고, 최대 75%의 가비지 컬렉션 수행 시간을 단축시켰다.

전기역학적 스크린을 이용한 집진판 표면 위 입자 세정성능 연구 (A study on cleaning performance of particles on collection plates using an electrodynamic screen)

  • 조윤희;신동호;김영훈;박인용;김상복;이건희;한방우
    • 한국입자에어로졸학회지
    • /
    • 제19권3호
    • /
    • pp.63-76
    • /
    • 2023
  • An electrostatic precipitator (ESP) has a low pressure drop and a high collection efficiency but its collection efficiency can be reduced due to dust accumulation on the collection plates during long-term operations. In order to maintain the initial dust collection efficiency, it is necessary to periodically clean the collection plates. The common cleaning methods are using physical impacts or water sprays. These cleaning methods can lead to damage to the collection plate or generate wastewater. Herein, we implemented an electrodynamic screen (EDS) for ESP cleaning and evaluated its surface cleaning performance of particles. The EDS is an electrostatic system that can electrostatically repel particles on surfaces, allowing it to clean the ESP without causing damage and wastewater generation. Our evaluation included the analysis of the effects of AC voltage characteristics, electrode configuration and environmental conditions on the cleaning performance of the EDS with the aim of achieving effective surface cleaning. It has been demonstrated that activating the EDS cleans up to 65% of the particles on the surface, which indicates about 94% of our target cleaning zone.

텍스트 마이닝을 활용한 대학도서관과 공공도서관의 장서개발 정책 키워드 분석 (A Keyword Analysis of Collection Development Policies of University and Public Libraries Using Text Mining)

  • 이다현;신동희
    • 한국문헌정보학회지
    • /
    • 제58권1호
    • /
    • pp.285-302
    • /
    • 2024
  • 장서개발 정책은 도서관 서비스의 근간이며, 도서관의 성격과 정체성이 드러나는 성문화된 문서이다. 본 연구에서는 국립중앙도서관에서 원문 추출이 가능한 장서개발 정책 관련 원문 11개를 대상으로 빈도분석, 토픽 모델링, 네트워크 분석을 수행하였다. 장서개발 정책과 관련된 주요 키워드를 추출하고, 해당 키워드 간의 관계를 분석하였다. 그 후 대학도서관과 공공도서관의 관종별 장서개발 정책의 특징을 도출하기 위해 파이 계수 분석을 수행하였다. 분석 결과 '자료', '도서관', '장서개발', '이용자', '수집' 등의 키워드가 빈도 분석과 네트워크 중심성에서 주요 키워드로 나타났으며, 파이 계수 분석 결과 대학도서관은 '대학(0.73)', '구축', '학생', '대상', '비용' 등의 키워드가 나타나므로, 이용자의 학술적 요구와 디지털 자원에 대한 논의가, 공공도서관은 '성인', '설문조사', '특징', '종교' 등 다양한 이용자계층의 정보 요구와 관련된 키워드가 주요 쟁점으로 드러났다.

서비스경험데이터의 에스노그라피 방식 수집에 대한신뢰성과 타당성 연구 - I know you_AI 서비스를 중심으로 - (A Study on the Reliability and Validity of the Collection of the Ethnography Method of Service Experience Data - Focusing on I know You_AI Service -)

  • 안진호;이정선
    • 서비스연구
    • /
    • 제10권4호
    • /
    • pp.43-55
    • /
    • 2020
  • 최근 경험데이터에 대한 중요성이 커지면서 데이터사이언스적 관점으로 경험데이터를 다루려는 시도가 많아지고 있다. 빅데이터와 같은 수치적으로 계량화하려는 정량(quantitative)적 조사 방식의 수집방식으로 접근하는 경우에 경험이 가지고 있는 가치에 대한 폭넓은 해석이 어려울 뿐 아니라 비용, 시간이 상대적으로 많이 들고, 개인정보 침해의 위험으로 분석에 한계가 있다. 하지만, 정성(qualitative)적 조사 기반의 경험데이터 수집 절차인 에스노그라피(ethnograpy)는 사용자라는 관점에서 미래 고객의 자연스러운 실제 환경에서 주로 실시되기 때문에 적은 표본으로도 고객이 직면한 본질을 확인할 수 있고, 경험데이터가 가지고 있는 맥락적 차원의 관계를 해석하기에도 용이하다. 에스노그라피 방식의 경험데이터 수집이 경제적이고, 효율적이라고 하여도 데이터의 수집 과정에 대한 과학적 절차의 미흡은 문제가 될 수 있기에, 수집과정의 오차를 줄이는 것은 중요하다. 에스노그라피 방식의 경험데이터 수집에 대한 올바른 측정 도구를 사용했느냐에 대한 타당성 확보와 측정대상을 정확하게 선정하여 타당성 있는 측정 도구와 방법을 사용했느냐의 신뢰성 확보가 중요하다. 이러한 관점에서 에스노그라피 방식의 경험데이터 수집에 대한 올바른 측정 방법과 도구개발을 위해 타당성을 확보하고 측정대상을 명확하게 선별하는 연구방법의 신뢰성을 검증할 필요가 있다. 이에 본 연구에서는 에스노그라피 방식의 경험데이터 수집에 기반하여 자영업자의 고객경험을 분석해주는 'I know you_AI' 서비스의 데이터와 방법론 사례를 중심으로 이에 대한 검증 연구를 진행하였고, 연구 결과 신뢰성과 타당성이 있음을 확인하였다.

국내 수입 패션 멀티샵의 마케팅 전략(I) -상품전략 / 가격전략을 중심으로- (A Study on the Marketing Strategy for Domestic Fashion Multi-shop Dealt with Imported Products Only (I) -Focusing on Product Strategy / Pricing Strategy-)

  • 김승은;김선화
    • 복식
    • /
    • 제54권3호
    • /
    • pp.53-64
    • /
    • 2004
  • The study was done to provide domestic fashion multi-shops with basic information about the product and price strategies through an investigation the marketing strategies for domestic multi-shop dealt with imported product only. Data were collected from Interview with a buyer or a staff of marketing department of Domestic Fashion Multi-shop dealt with Imported Product only. Through the study, it was clarified that these multi-shops showed a tendency to compose of promising brands. brands set a high value on unique character or technique, and brands of promising designer noticed at the main collection. And they also extended their lines as a total life style shop dealt with accessory. shoes and home collection as well as clothing. Therefore, they had to analyze their target consumer's life style and applied this to organization of product, brands or sizing. To maintain the balance of multi-shop they bought products keeping the balance between all the brands and didn't lose variety of concept, it was demanded to develop new brands as well. Their distribution channels had to be planned by regional characteristic that could be accepted their target consumers.

Seed collection strategies for plant restoration with the aid of neutral genetic diversity

  • CHUNG, Mi Yoon;SON, Sungwon;MAO, Kangshan;LOPEZ-PUJOL, Jordi;CHUNG, Myong Gi
    • 식물분류학회지
    • /
    • 제49권4호
    • /
    • pp.275-281
    • /
    • 2019
  • One key step in the plant restoration process is the collection of seeds from the field. For the selection of source populations of target plant species for translocation purposes (reintroduction or reinforcements), several approaches are possible. A practical method involves the use of data from reciprocal transplant studies. If no direct data are available, knowledge of population genetics and the phylogeography of the target species can serve as an alternative. In this short review, we briefly propose guidelines for those collecting seeds for plant species restoration based on population genetics theory, focusing on two main questions: Where does the plant material come from and how are sources designated, and how are seeds efficiently collected from local populations? While genetic data on a larger scale (phylogeography and population genetics) are needed to form a reply to the first question, similar data on a smaller scale (fine-scale genetic structures within populations) are necessary to shed light on the second issue.

Development of strain-specific polymerase chain reaction primers to detect Fusobacterium hwasookii strains

  • Lim, Yun Kyong;Kook, Joong-Ki
    • International Journal of Oral Biology
    • /
    • 제46권4호
    • /
    • pp.155-159
    • /
    • 2021
  • This study aimed to develop strain-specific polymerase chain reaction (PCR) primers to detect Fusobacterium hwasookii KCOM 1249T, F. hwasookii KCOM 1253, F. hwasookii KCOM 1256, F. hwasookii KCOM 1258, and F. hwasookii KCOM 1268 on the basis of nucleotide sequences of a gene specific to each strain. The unique genes for each F. hwasookii strain were determined on the basis of their genome sequences using Roary. The strain-specific PCR primers based on each strain-specific gene were designed using PrimerSelect. The specificity of each PCR primer was determined using the genomic DNA of the 5 F. hwasookii strains and 25 strains of oral bacterial species. The detection limit and sensitivity of each strain-specific PCR primer pair were determined using the genomic DNA of each target strain. The results showed that the strain-specific PCR primers correspond to F. hwasookii KCOM 1249T, F. hwasookii KCOM 1253, F. hwasookii KCOM 1258, F. hwasookii KCOM 1256/F. nucleatum subsp. polymorphum KCOM 1260, or F. hwasookii KCOM 1268/Fusobacterium sp. oral taxon 203 were developed. The detection limits of these strain-specific PCR primers ranged from 0.2 to 2 ng of genomic DNA for each target strain. The results suggest that these strain-specific PCR primers are valuable in quality control for detecting specific F. hwasookii strains.