• Title/Summary/Keyword: H파일

Search Result 300, Processing Time 0.028 seconds

Improving Log-Structured File System Performance by Utilizing Non-Volatile Memory (비휘발성 메모리를 이용한 로그 구조 파일 시스템의 성능 향상)

  • Kang, Yang-Wook;Choi, Jong-Moo;Lee, Dong-Hee;Noh, Sam-H.
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.14 no.5
    • /
    • pp.537-541
    • /
    • 2008
  • Log-Structured File System(LFS) is a disk based file system that is optimized for improving the write performance. LFS gathers dirty data in memory as long as possible, and flushes all dirty data sequentially at once. In a real system, however, maintaining dirty data in memory should be flushed into a disk to meet file system consistency issues even if more memory is still available. This synchronizations increase the cleaner overhead of LFS and make LFS to write down more metadata into a disk. In this paper, by adapting Non-volatile RAM(NV-RAM) we modifies LFS and virtual memory subsystem to guarantee that LFS could gather enough dirty data in the memory and reduce small disk writes. By doing so, we improves the performance of LFS by around 2.5 times than the original LFS.

A Design of Web Proxy Server for Mobile Computer (이동컴퓨터를 위한 Web Proxy Server의 설계)

  • 이종국;김명철;마중수
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 1999.10c
    • /
    • pp.537-539
    • /
    • 1999
  • 최근 이동컴퓨터(Mobile computer)는 사용자들이 기하급수적으로 늘고 있다. 그러나, 이동컴퓨터는 기존의 PC나 W/S을 사용하는 환경보다 이동성을 고려하므로, 화면 크기, 부속들의 크기와 무게, CPU에 사용되는 전력, 네트워크 인터페이스에서 제약성을 지니고 있다. 이런 제약으로 인해 이동컴퓨터는 기존의 컴퓨터 보다 성능이 떨어진다. 이런 환경에서 인터넷을 사용할 때 WWW같은 멀티미디어 전송 서비스는 원하는 시간 내에 처리하기 힘들다. 따라서, 현재 이동컴퓨터를 위한 인터넷 서비스들은 Proxy server를 이용하여 멀티미디어 데이터의 크기를 줄이거나 문자로 처리하게 하여 사용자들에게 좀 더 빠른 환경을 제공하고 있다. 그러나, 기존의 Proxy Server들에서 구현된 화면에서 보여지는 그래픽 파일(Graphic File)의 일방적인 size의 조정으로 파일의 양을 줄이기 때문에는 이동컴퓨터에게 똑같은 정보를 제공함으로써 환경이 다양한 이동컴퓨터에는 충분하지 못하다는 단점을 가지고 있다. 본 논문에서는 이동컴퓨터환경에서 사용자들이 원하는 WWW service를 빠른 시간에 받을 수 있게 하면서, 화면크기, 색 표현 능력 등이 각기 다른 이동컴퓨터의 H/W 사양에 맞추어서 효과적으로 보낼수 있게 포트(port)를 다양화한 Prosy server를 설계해 보도록 한다.

  • PDF

Metadata Management Techniques in a Large Distributed File System Environment (대규모 분산 파일 시스템 환경의 메타 데이터 관리)

  • Cha, M.H.;Lee, S.M.;Kim, J.;Kim, Y.K.;Kim, M.J.
    • Electronics and Telecommunications Trends
    • /
    • v.22 no.3 s.105
    • /
    • pp.154-165
    • /
    • 2007
  • 메타 데이터와 데이터의 처리 경로를 독립시킨 분산 파일 시스템 구조는 입출력 성능향상 및 확장성 용이라는 측면에서 현재 주도적인 아키텍처로 사용되고 있다. 이러한 환경에서 클라이언트 및 데이터 서버의 수가 계속 확장되어 전체 시스템 규모가 페타(peta) 바이트급 이상 처리가 가능한 대규모로 진화될 경우 필연적으로 메타 데이터 서버에 병목 현상이 발생하게 된다. 본 고에서는 이러한 문제를 처리하기 위한 아키텍처로서 메타 데이터 서버들의 클러스터링을 고려하며, 이를 위해 제안된 다양한 기술들의 동작 원리 및 장단점 등을 분석하고 고찰해 보기로 한다.

An Efficient File System Design for Flash Memories In Low-Power Embedded Systems (저전력 내장형 시스템에서 플래쉬 메모리를 위한 효과적인 파일 시스템 설계)

  • Kim, Joong-H.;Han, Sang-Woo
    • Proceedings of the KIEE Conference
    • /
    • 2007.10a
    • /
    • pp.377-378
    • /
    • 2007
  • 본 논문에서는 저전력 임베디드 시스템을 위한 효율적인 다중 NAND 플래쉬 파일 시스템을 제안한다. 기존에 제안되었던 하드디스크를 비롯한 저장 장치들과는 달리 NAND 플래쉬 메모리는 특정 블록에 쓰기 연산을 하기 전에 해당 블록은 이미 소거된 상태이어야 한다. 또한 이러한 소거의 횟수는 각 블록마다 제한적이다. 이러한 문제를 해결하기 위해서 소거 횟수 평준화 기법이 많이 사용되고 있고 관련하여 많은 연구가 진행되고 있다. 본 논문에서는 소거 횟수에 임계치를 설정하여 연산하는 방법을 제안한다. 또한 기존에는 단일 플래쉬 메모리만을 고려하고 있으나 본 논문에서는 다중 플래쉬 메모리 구조를 고려한다.

  • PDF

Application of dual offshore pipelines in curved route (곡선구간의 복합 해저관로 적용 사례)

  • Jo, Chul-H.;Kim, Jae-W.
    • Proceedings of the Korea Committee for Ocean Resources and Engineering Conference
    • /
    • 2002.10a
    • /
    • pp.129-133
    • /
    • 2002
  • 곡선 구간에 복합 해저관로를 설치하기 위해서는 한 개의 관로를 설치하는데 필요한 설계 및 장치보다 더 많은 상황들을 고려해야 한다. 본 논문은 두 개의 복합 해저관로를 설치하는데 필요한 각종 설치 설계 및 장치 설계를 비롯하여 개발된 특수 장치들을 소개한다. 두 개의 해저관로의 외경은 30 inch, 두께는 17.5 mm, 콘크리트 코팅은 70mm이고 3.007km의 노선 중 약 1km가 곡선 구간이다. 최대 수심은 34m이고 약 7.5m의 조수간만의 차를 갖고 있는 지역이다. 해저 곡선구간에는 18개의 해저 가이드 파일을 설치하여 곡선부에서 요구되는 반경을 확보하였다.

  • PDF

Exchange of Product Data among Manufacturing Systems using STEP (STEP 을 이용한 생산 시스템의 제품 데이타 교환)

  • Ko, K.W.;Yoo, S.B.;Suh, H.W.
    • IE interfaces
    • /
    • v.8 no.3
    • /
    • pp.75-95
    • /
    • 1995
  • ISO (International Standard Organization)에서는 산업전반에 걸친 다양한 제품의 설계, 해석, 생산, 그리고 관리에 필요한 모든 제품정보를 정의하는 STEP (Standard for the Exchange of Product model data) 표준을 1983년부터 추진하고 있으나, 이를 지원하는 상용 프로그램들은 아직 초기 단계에 있어 이들을 활용하여 시스템 통합을 구현 할 수 없다. 본 연구에서는 현재 STEP에서 부분적으로 정의되어 있는 현상, 형상 특징, 공차, 프로세스, 그리고 제품 관리 정보 등을 통합하여, CAD, CAPP, 그리고 MRP 시스템 간에 정보를 교환하는 프로토타입을 개발하였다. EXPRESS로 표현된 통합 정보 모델은 STEP의 공통자원에 새로운 엔티티와 속성을 추가하여 구성하였고, IGES 파일 변환기, STEP 파일 에디터, 그리고 데이타베이스 인터페이스를 통하여 통합 정보를 저장하고 교환한다.

  • PDF

Forensic Investigation Restoration Technique from Deleted Accounting Book In Smart Phone (Smart Phone에서 삭제된 회계장부의 포렌식 복원 수사 기술)

  • Lee, Bo-Man;Park, Dea-Woo
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2011.06a
    • /
    • pp.207-211
    • /
    • 2011
  • 기업들의 비자금 수사를 받기 전에 압수수색 대상 회계 파일의 삭제, 파손 및 은닉하고 있다. 2010년 H 그룹 비자금 조성 사건에서도 삭제된 파일에서 회계처리, 비자금 문제를 발견하였다. 최근에는 Smart Phone의 활성화와 함께 주요 증거물을 Smart Phone에 저장하고 업무를 진행하고 있다. 본 논문에서는 압수수색된 Smart Phone에서 기업의 회계장부를 찾아내고, 삭제한 회계장부를 복원하는 포렌식 수사기술에 관한 연구이다. 기업에 대한 압수수색 준비와 압수 수색, 획득 증거 분석 등의 절차와 포렌식 도구들을 분석한다. Smart Phone 압수수색 후 포렌식 증거 자료 추출 과정과 포렌식 도구를 이용하여 실험하고 포렌식 증거자료를 추출한다. 본 논문을 통해서 Smart Phone 포렌식 기술발전에 기여 하고자 한다.

  • PDF

A study on the comparison by the methods of estimating the relaxation load of SEM-pile (SEM파일의 이완하중 산정방법별 이완하중량 비교 연구)

  • Kim, Hyeong-Gyu;Park, Eun-Hyung;Cho, Kook-Hwan
    • Journal of Korean Tunnelling and Underground Space Association
    • /
    • v.20 no.3
    • /
    • pp.543-560
    • /
    • 2018
  • With the increased development in downtown underground space facilities that vertically cross under a railway at a shallow depth, the demand for non-open cut method is increasing. However, most construction sites still adopt the pipe roof method, where medium and large diameter steel pipes are pressed in to form a roof, enabling excavation of the inside space. Among the many factors that influence the loosening region and loads that occur while pressing in steel pipes, the size of the pipe has the largest impact, and this factor may correspond to the magnitude of load applied to the underground structure inside the steel pipe roof. The super equilibrium method (SEM) has been developed to minimize ground disturbance and loosening load, and uses small diameter pipes of approximately 114 mm instead of conventional medium and large diameter pipes. This small diameter steel pipe is called an SEM pile. After SEM piles are pressed in and the grouting reinforcement is constructed, a crossing structure is pressed in by using a hydraulic jack without ground subsidence or heaving. The SEM pile, which plays the role of timbering, is a fore-poling pile of approximately 5 m length that prevents ground collapse and supports surface load during excavation of toe part. The loosening region should be adequately calculated to estimate the spacing and construction length of the piles and stiffness of members. In this paper, we conducted a comparative analysis of calculations of loosening load that occurs during the press-in of SEM pile to obtain an optimal design of SEM. We analyzed the influence of factors in main theoretical and empirical formulas applied for calculating loosening regions, and carried out FEM analysis to see an appropriate loosening load to the SEM pile. In order to estimate the soil loosening caused by actual SEM-pile indentation and excavation, a steel pipe indentation reduction model test was conducted. Soil subsidence and soil loosening were investigated quantitatively according to soil/steel pipe (H/D).

A Study on Catalytic Process in Pilot Plant for Abatement of PFC Emission (PFC 배출 저감을 위한 파일롯 규모 촉매 공정 연구)

  • Lee, Young-Chun;Jeon, Jong-Ki
    • Clean Technology
    • /
    • v.18 no.2
    • /
    • pp.216-220
    • /
    • 2012
  • The objective of the present study was to evaluate catalytic performance of a commercial catalyst (Co/$ZrO_2-Al_2O_3$) for the decomposition of perfluorinated chemicals in a pilot scale reactor containing 30 L of catalysts. At a reaction condition of GHSV $1,800h^{-1}$, $T_{95}$ of $SF_6$ was increased from 580 to $610^{\circ}C$ with increasing of $SF_6$ concentration from 1,000 to 10,000 ppm. $T_{95}$ of $SF_6$ in catalytic decomposition was much smaller than that of thermal decomposition ($1,600^{\circ}C$). The 99% conversion of $SF_6$ was maintained for 72 hours a reaction temperature of $650^{\circ}C$. In order to maintain the $SF_6$ conversion more than 99%, it is necessary to operate at a reaction condition of GHSV less than $2,000h^{-1}$. An operating temperature of $710^{\circ}C$ was required to achieve >95% destruction of the $CF_4$, which was much higher than that of catalytic decomposition of $SF_6$.

The Effect of Electrochemical Treatment in Lowering Alkali Leaching from Cement Paste to an Aquatic Environment: Part 1- Leachability of Alkali Ions (전기화학적 기법을 통한 시멘트페이스트의 수중노출에 따른 알칼리이온 침출저감 효과: Part 1- 알칼리이온의 침출능)

  • Bum-Hee Youn;Ki-Yong Ann
    • Journal of the Korean Recycled Construction Resources Institute
    • /
    • v.11 no.2
    • /
    • pp.138-144
    • /
    • 2023
  • In this study, the effect of electrochemical treatment in mitigating alkali leaching into an aquatic environment was investigated. To modify the surface of cement paste, 1000 mA/m2 of the direct current was passed through anodic graphite to the external mesh for 4 weeks. Then, the cement paste specimen was exposed to still water in air-tight condition to prevent natural healing of alkali leaching in the water. For 100 days of monitoring in water, the pH value was marginally increased at the electrochemical treatment, while control specimen ranked to the even higher pH accounting for 13.2 in the pH. Moreover, after the pH monitoring, the pH profile for the paste specimen indicated that the electrochemical treatment was effective in securing the higher alkalinity of cement matrix. The water obtained from alkali leaching process, was used to ecological test for Daphnia magna. It was evident that the electrochemical treatment had minimal adverse effect on ecological impact, while control specimen mostly immobilized the standard Daphnia magna.