http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.
변환된 중국어를 복사하여 사용하시면 됩니다.
최항묵,성재철,김상균 인제대학교기초과학연구소 1999 자연과학 Vol.3 No.-
네트워크를 기반으로 하는 분산 시스템, 영상 회의 시스템, 병렬처리 시스템등을 대상으로 성능분석에 사용된 성능 평가 인자들과 성능평가 기법들에 대하여 고찰하고자 한다. 이는 현재 개발 중인 의료 영상 회의 시스템(MICS)의 성능을 평가하기 위하여 이와 유사한 시스템들을 고찰하고, 시스템의 성능평가를 위해 선택, 사용된 성능 평가 항목 및 평가 방법에 대하여 검토하여 적합한 성능평가 항목 및 성능평가 기법을 제시하기 위함이다. In this paper, I would like to investigate about "performance evaluation techniques" and "performance evaluation factors" used in performance analysis for systems in network based distributed system, image conference system and parallel processing systems. The aim is to propose profitable performance evaluation factors and performance evaluation techniques. For this, I went through similar systems to evaluation factors and performance evaluation techniques. For this, I went through similar systems to evaluate the performance of MICS(Medical Image Conference system)which is still being developed and worked out performance evaluation factors and evaluation methods to evaluate performance of system.
확장형 벤치마크 자동화 도구를 이용한 고성능컴퓨팅시스템 성능 평가
노승우,박근철,최지은,박찬열 한국정보과학회 2020 정보과학회 컴퓨팅의 실제 논문지 Vol.26 No.2
In this paper, we evaluate and analyze the major benchmark performance of various high-performance computing systems around Knights Landing, a many-core system of Intel. Developed to efficiently measure and compare the performance of high-performance systems, the scalable benchmark automation tool supports STREAM for performance measurement of memory bandwidth, HPL for performance measurement of CPU floating-point, and HPCG for performance measurement of system integration. It can also be easily extended with the parameter sweep function of input variables and the addition of benchmarks in the form of plug-ins. In the STREAM experiments, we found KNL's unstable cache characteristic and the performance declined significantly in high-bandwidth memory. HPL experiments show the effect of high-performance memory on source optimization in the many-core environment. Finally, in the HPCG experiment, setting the optimal combination was very important because the performance difference of each system was large according to the combination of MPI processes and the number of shared threads. 본 논문에서는 매니코어 시스템인 나이츠랜딩을 중심으로 주요 고성능컴퓨팅시스템들의 벤치마크 성능을 비교하고 분석한다. 고성능시스템들의 성능을 효율적으로 측정하고 비교하기 위해 개발한 확장형 벤치마크 자동화 도구는 메모리 대역폭 성능 측정을 위한 STREAM, CPU 부동소수점 성능 측정을 위한 HPL, 시스템 통합 성능 측정을 위한 HPCG를 지원하며, 입력 변수의 Parameter Sweep 기능 및 플러그인 형식의 벤치마크 추가로 손쉽게 확장 될 수 있다. STREAM 실험에서는 KNL의 불안정한 캐시 성능의 특징과 고성능 메모리에서 입력 데이터의 오차 크기가 커짐에 따라 성능이 감소되는 현상을 확인하였고, HPL 실험에서는 매니코어 환경에서 소스 최적화에 따른 고성능 메모리 성능 영향을 확인하였다. 마지막으로 HPCG 실험에서는 MPI 프로세스 및 공유 스레드 수의 조합에 따른 큰 성능차이와 최적 성능 조합을 확인하였다.
내장형 시스템에서 암호화 파일 시스템을 위한 효율적인 암복호화 기법
허준영,박재민,조유근 한국정보과학회 2008 정보과학회논문지 : 시스템 및 이론 Vol.35 No.2
내장형 시스템은 민감한 데이타를 다루고 저장하기 때문에 정보를 암호화하여 보호하는 암호화 파일 시스템이 필요하지만, 암호화 파일 시스템 적용은 성능 저하가 크기 때문에 내장형 시스템에는 널리 적용되지 못하였다. 기존의 암호화 파일 시스템은 시스템 구조상 불필요한 성능저하를 가져온다. 본 논문에서 제안하는 ISEA(Indexed and Separated Encryption Approach)는 이러한 불필요한 성능 저하를 제거하고, 시스템이 효율적으로 암복호화를 지원하는 새로운 암복호화 기법이다. ISEA는 암호화와 복호화를 페이지 캐쉬를 기준으로 서로 다른 계층에서 수행한다. 즉, 암호화는 페이지 캐쉬 하위 계층에서 수행하고 복호화는 페이지 캐쉬 상위 계층에서 수행한다. 복호화한 내용은 페이지 캐쉬에 저장하여 후속 I/O 요구에 사용할 수 있게 한다. 또한, ISEA는 페이지를 암호화 블록 단위로 나누어 관리하는 페이지 인덱싱 기법을 제공한다. 페이지 인덱싱은 필요에 따라 페이지를 부분적으로 복호화하여 불필요한 복호화 연산을 제거한다. 페이지 캐쉬 탐색 성공률과 읽기/쓰기 사이즈를 종합한 성능 평가에서 ISEA는 효율적인 성능 개선을 보여준다. Since modern embedded systems need to access, manipulate or store sensitive information, it requires being equipped with cryptographic file systems. However, cryptographic file systems result in poor performance so that they have not been widely adapted to embedded systems. Most cryptographic file systems degrade the performance unnecessarily because of system architecture. This paper proposes ISEA (Indexed and Separated Encryption Approach) that supports for encryption/decryption in system architecture and removes redundant performance loss. ISEA carries out encryption and decryption at different layers according to page cache layer. Encryption is carried out at lower layer than page cache layer while decryption at upper layer. ISEA stores the decrypted data in page cache so that it can be reused in followed I/O request without decryption. ISEA provides page-indexing which divides page cache into cipher blocks and manages it by a block. It decrypts pages partially so that it can eliminate unnecessary decryption. In synthesized experiment of read/write with various cache hit rates, it gives results suggesting that ISEA has improved the performance of encryption file system efficiently.
공동주택 발코니 창호의 성능기반지표 개발을 위한 요구성능 조사
문현준(Hyeun Jun Moon),유승호(Seung Ho Ryu),양기영(Gi Young Yang) 대한설비공학회 2009 대한설비공학회 학술발표대회논문집 Vol.2009 No.-
Window system is an essential component for lighting, ventilation and thermal environment in buildings. Moreover, as balcony extension in apartment houses become legalized, the performance requirements of window systems in balcony space are getting complicated. However, at this moment, five properties of the windows are used to represent the performance aspects of the system, including wind resistance, air tightness, water tightness, sound insulation, thermal resistance. And such single properties are not capable to express the performance of a space with the window systems in terms of performance concept. A performance analysis with wholistic approach is required to see the effect of the window system in built environment. Thus, performance-based approach should be established, which will be able to evaluate the goal/function and comfort of occupants/owners. As the first step to develop the performance indicator for the window systme for balcony space, this study conducts a survey to find the required performance aspects. A complete set of performance-based indicators will be developed with verification methods in the later stage of research.
낸드 플래시 메모리기반 저장 장치에서 다양한 초과 제공을 통한 성능 분석 및 예측
이현섭 한국디지털정책학회 2022 디지털융복합연구 Vol.20 No.3
Recently, With the recent rapid development of technology, the amount of data generated by various systems is increasing, and enterprise servers and data centers that have to handle large amounts of big data need to apply high-stability and high-performance storage devices even if costs increase. In such systems, SSD(solid state disk) that provide high performance of read/write are often used as storage devices. However, due to the characteristics of reading and writing on a page-by-page basis, erasing operations on a block basis, and erassing-before-writing, there is a problem that performance is degraded when duplicate writes occur. Therefore, in order to delay this performance degradation problem, over-provision technology of SSD has been applied internally. However, since over-provided technologies have the disadvantage of consuming a lot of storage space instead of performance, the application of inefficient technologies above the right performance has a problem of over-costing. In this paper, we proposed a method of measuring the performance and cost incurred when various over-provisions are applied in an SSD and predicting the system-optimized over-provided ratio based on this. Through this research, we expect to find a trade-off with costs to meet the performance requirements in systems that process big data. 최근 급격한 기술의 발달로 다양한 시스템에서 발생하는 데이터양이 증가하고 있으며, 많은 양의 빅데이터(big data)를 처리해야 하는 엔터프라이즈 서버(enterprise server)와 데이터 센터(data center)의 경우 비용이 증가하더라도 높은 안정성과 고성능의 저장 장치를 적용하는 것이 필요하다. 이러한 시스템에서는 고성능의 읽기/쓰기 성능을 제공하는 SSD(solid state disk)를 저장 장치로 사용하는 경우가 많다. 그러나, 페이지 단위로 읽기 쓰기를 하고 블록 단위로 지우기 연산을 해야하고 쓰기 전 지우기 연산을 수행해야 하는 특징 때문에 중복 쓰기가 다발할 경우 성능이 저하되는 문제가 있다. 따라서 이러한 성능 저하 문제를 지연시키기 위해 SSD의 내부적으로 초과 제공(over-provision) 기술을 적용하고 있다. 그러나 초과 제공 기술은 성능 대신 많은 저장공간의 비용을 소모하는 단점이 있기 때문에 적정 성능 이상의 비효율적인 기술의 적용은 과대한 비용을 지불하게 만드는 문제가 있다. 본 논문에서는 SSD에서 다양한 초과 제공을 적용하였을 때 발생하는 성능과 비용을 측정하고, 이를 기반으로 시스템에 최적화된 초과 제공 비율을 예측하는 방법을 제안했다. 본 연구를 통해 빅데이터를 처리하는 시스템에서 성능의 요구사항을 만족하기 위한 비용과의 절충점(trade-off)를 찾을 수 있을 것으로 기대한다.
박동명,채준희,김영남,안태영 한국항공우주학회 2015 한국항공우주학회 학술발표회 논문집 Vol.2015 No.11
본 논문은 고발열 특성을 가진 능동형 레이더(Active Radar)를 열적으로 안정화시키기 위한 능동형 수냉식 냉각시스템(Active Liquid Cooling System, ALCS)에 대한 냉각성능 예측과 동시에 냉각성능 예측을 위한 분석적 접근방법 정립, 개발목표 충족성 검증에 관한 것이다. 본 냉각시스템은 냉각유체에 의해 레이더를 냉각시키는 냉각계통과 냉매에 의해 냉각유체를 냉각시키는 냉각계통으로 복잡하게 구성되어 단순한 3 차원 열유동 해석 만으로는 시스템에 대한 성능해석이 불가능하다. 본 논문에서는 시스템 단위에서 각각의 냉각사이클에 대한 특성을 분석한 후에, 이를 통해 부시스템 단위에서 열유동 특성과 연계한 전산유체해석(CFD)과 1 차원해석을 병행하여 냉각시스템의 성능과 레이더의 열적안정성을 예측하고 개발목표의 충족여부를 확인한다. This paper describes prediction result of cooling performance concerning ALCS(Active Liquid Cooling System) to cool Active Radar, analytical approach method to predict cooling performance, and verification of development need satisfaction. The cooling system cannot be analyzed by only three-dimensional computational fluid dynamics(CFD) analysis because of its system’s characteristic consisted of two refrigeration cycle, cooling cycle of coolant and refrigeration cycle of refrigerant. Therefore, development need satisfaction is verified by following consecutive steps; analyzing the characteristics of refrigeration cycle on system level and predicting thermal stability of Active Radar and cooling performance of Antenna Cooling Unit on subsystem level by using 1D/3D analysis.
박준범,정욱,배성재,김찬진,윤성현,윤상문,김영석,김정열 한국건설관리학회 2024 한국건설관리학회 논문집 Vol.25 No.5
시스템 동바리는 건설공사 및 토목공사 현장에서 수직하중을 지지하기 위해 임시로 설치되는 가시설물로, 재사용되는 개별 가설기자재를 조립하여 설치된다는 특징이 있다. 이러한 특징은 설치가 완료된 시스템 동바리의 성능저하로 연결될 가능성이 있으며, 실제로 일정 규모 이상의 시스템 동바리를 설치할 경우 설계단계에서 구조적인 안전성을 점검받도록 제도적으로 규정하고 있음에도 시스템 동바리의 붕괴로 인한 사고가 지속적으로 발생하고 있다. 이에 따라 다양한 제도적 방법을 통해 시스템 동바리에 대한 안전관리를 시행하고 있으나 현재 제도에서는 개별 가설기자재의 재사용에 따른 가시설물의 성능저하를 고려하지 않는 실정이다. 따라서 본 연구의 목적은 시스템 동바리의 조립에 사용되는 자재를 신재와 재사용 자재로 구분하여, 정의된 모델로 각각 조립했을 때의 압축성능을 종합적으로 평가하고 그 성능의 차이를 비교·분석함으로써 시스템 동바리의 구조설계 및 구조검토 시 그 결과를 고려할 수 있도록 하는 정량적 기초 데이터를 제시하는 것이다. 본 연구의 결과는 기존 가시설물의 성능을 대상으로 하는 안전제도 및 기준에 대한 정량적인 평가가 가능하며 추후 가시설물의 안전관리 제도 개선을 위한 방향성을 제시할 수 있는 연구사례로써 그 의미가 있을 것으로 기대된다. System support is a facility that is temporarily installed to support vertical loads at construction sites, and is assembled and installed by reused individual members. These characteristics are likely to lead to poor performance of installed system supports, and even though it is institutionalized to check structural safety at the their design phase, accidents continue to occur at the construction site. Accordingly, safety management of system support is implemented through various institutional methods, but the current system does not consider the performance degradation of temporary facilities due to the reuse of individual temporary members. Therefore, the purpose of this study is to verify the performance of assembled system support. In order to do achieve this purpose, the authors divided individual system supports into unused and used groups and performed compression performance test with defined models assembled with those two groups of system supports. The results of this study are expected to be meaningful as a research case that can quantitatively evaluate safety systems and standards for the performance of existing temporary facilities and suggest directions for improving the safety management system of temporary facilities in the future.
최심국,원종호,박현수,하영철 한국풍공학회 2018 한국풍공학회지 Vol.22 No.1
In this research, we proposed a cable wall system that can replace the aluminum curtain wall system. The cable wall system is a new system, which is used as the existing exterior material, and can effectively support the wind load acting on the exterior of the building, by using the initial tension to the cable supporting the glass. The structural performance of the cable wall system was evaluated through the structural analysis and the full scale experiment to predict the initial tension and the design load displacement of the vertical one-way cable wall system that can be used for a typical floor of the high-rise building. The initial tension and structural behavior of the cable were analyzed by using the structural design program MIDAS-Gen. The maximum deflection value in the structural test was found to satisfy the AAMA condition, which is equal to the size of facade system. As a result of this study, it is expected that when the proposed cable wall system is used for facade system, not only the structural performance is secured. Furthermore, the expense of construction will be reduced because of the simplicity of the construction. 본 연구에서는 기존외장재로 사용되고 있는 알루미늄 커튼월시스템을 대신할 수 있는 공법으로, 유리를 지지하는 케이블에 초기장력을 도입하여 건축외장재에 작용되는 풍하중을 효과적으로 지지할 수 있는 케이블월 시스템을 제안하였다. 고층건축물 기준층에 적용할 수 있는 상하로 연결된 수직 일방향 케이블시스템에 케이블의 초기장력과 설계하중에 대한 변위를 예측할 수 있도록 구조 해석과 실물크기의 실험을 통해 케이블월 시스템의 구조성능을 평가하였다. 구조설계 프로그램인 MIDAS-Gen을 이용하여 케이블의 초기장력 및 구조거동을 해석하였고, 구조실험에 나타난 최대 처짐 값은 케이블구조 국제허용 처짐인 AAMA 조건에도 만족한 것으로 나타났다. 또한 구조해석을 통해 나타난 결과 값이 실제 외장재 크기에 동일한 하중조건으로 작용한 구조실험 결과 값과 거의 유사한 것으로 나타났다. 본 연구를 통해 얻어진 결과로, 제안된 케이블월 시스템을 건축외장재에 사용할 경우 구조성능은 충분히 확보될 뿐만 아니라 개방성이 확보되고 시공이 간편하여 공사비용을 절감시킬 것으로 예상된다.
Eun Jin Seo,Yongsoo Hwang,Chul-Hyung Kang 한국방사성폐기물학회 2006 방사성폐기물학회지 Vol.4 No.1
방사성폐기물 처분 연구 사업이 법률적인 인허가 뿐만이 아니라 일반 국민의 동의를 얻기 위해서는 처분 사업의 안전성에 대한 신뢰성 획득이 중요하며 이를 위해 투명하게 공개될 수 있는 종합 성능 평가 (TSPA, Total System Performance Assessment)의 수행 이 필요하다. 본 연구에서는 처분 성능 평가의 투명성 증진을 위한 방안의 하나로 처분 종합 성능 평가 전 과정에 대해 품질 보증 원칙을 도입하여 평가 관련 전체 업무에 관한 신뢰성 향상을 꾀하고자 하였다. 이를 위해 처분 종합 성능 평가 수행의 다섯 단계인 (1) 기획, (2) 연구 수행 , (3) 문서화, (4) 내부 검토, (5) 독자적인 외부 검토 과정에 T2R3의 품질 보증 원칙을 적용한 인터넷 기반의 Cyber R&D Platform이 개발되었다. 인터넷을 기반으로 하는 본 시스템의 개발을 통해 안전성 평가 관련 모든 참여자들은 평가 전 과정에서 투명성이 유지된 데이터들에 쉽게 접근하여 이를 이용할 수 있다 Cyber R&D Platform은 안전성 평가를 위한 시나리오 개발 관련 데이터인 FEP 목록과 관련 시나리오 정보, 관련 시나리오 도출 과정 및 평가 체계 등을 체계적으로 구축한 FEAS (FEp to Assessment through Scenario development)프로그램과 안전성 평가에 필요한 입력 데이터들을 분류, 저장해 놓은 PAID (Performance Assessment Input Data) 프로그램, 그리고 이러한 자료들을 품질 보증 원칙과 절차에 의한 승인 과정을 통해 입력, 저장할 수 있는 품질 보증 시스템으로 구성되어 있으며 이를 통합 운영함으로써 도출된 데이터들의 신뢰성을 높이고자 하였다. 향후 연구에서는 Cyber R&D Platform과 평가 software와의 통합 운영으로 웹 기반 시스템에 대한 한 번의 접속만으로 안전성 평가 관련 모든 정보를 확인, 이용할 수 있도록 할 것이다. Transparency on the Total System Performance Assessment (TSPA) is the key issue to enhance the public acceptance for a radioactive repository. To approve it, all performances on TSPA through Quality Assurance is necessary. The integrated Cyber R&D Platform is developed by KAERI using the T2R3 principles applicable for five major steps : planning, research work, documentation, and internal & external audits in R&D's. The proposed system is implemented in the web-based system so that all participants in TSPA are able to access the system. It is composed of three sub-systems; FEAS (FEp to Assessment through Scenario development) showing systematic approach from the FEPs to Assessment methods flow chart, PAID (Performance Assessment Input Databases) being designed to easily search and review field data for TSPA and QA system containing the administrative system for QA on five key steps in R&D's in addition to approval and disapproval processes, corrective actions, and permanent record keeping. All information being recorded in QA system through T2R3 principles is integrated into Cyber R&D Platform so that every data in the system can be checked whenever necessary. Throughout the next phase R&D, Cyber R&D Platform will be connected with the assessment tool for TSPA so that it will be expected to search the whole information in one unified system.
통합배수시스템의 배수성능 및 배수소음 평가에 관한 실험적 연구
김용경(Kim Yong-Kyoung),박주양(Park Ju-Yang),이정재(Yee Jurng-Jae) 대한건축학회 2010 대한건축학회논문집 Vol.26 No.4
In Korea, plumbing system under slab is the most popular method in drainage system. However, it is difficult to repair drainpipe in the system itself. Therefore, new drainage system to make up for its faults is required. The united plumbing system is better than plumbing system under slab in terms of maintenance, drain performance, and reduction of the cost of construction. The purpose of the study is to find drainage flow characteristics of united plumbing system by measurement of displacement in the test bed. Method of experiment is to compare the united plumbing system to plumbing system under slab to measure drain performance and noise. The result of this study is as follows ; 1) Drain performance of the united plumbing system is better about 21.3% than plumbing system under slab. 2) The best plumbing fixture in terms of drain performance is a washbowl because there is no trap in the washbowl. 3) Drain performance of united plumbing system is same as existing system on the floor drain.