• Title/Summary/Keyword: 소프트웨어개발

Search Result 7,998, Processing Time 0.042 seconds

HVIA-GE: A Hardware Implementation of Virtual Interface Architecture Based On Gigabit Ethernet (HVIA-GE: 기가비트 이더넷에 기반한 Virtual Interface Architecture의 하드웨어 구현)

  • 박세진;정상화;윤인수
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.31 no.5_6
    • /
    • pp.371-378
    • /
    • 2004
  • This paper presents the implementation and performance of the HVIA-GE card, which is a hardware implementation of the Virtual Interface Architecture (VIA) based on Gigabit Ethernet. The HVIA-GE card is a 32-bit/33MHz PCI adapter containing an FPGA for the VIA protocol engine and a Gigabit Ethernet chip set to construct a high performance physical network. HVIA-GE performs virtual-to-physical address translation, Doorbell, and send/receive completion operations in hardware without kernel intervention. In particular, the Address Translation Table (ATT) is stored on the local memory of the HVIA-GE card, and the VIA protocol engine efficiently controls the address translation process by directly accessing the ATT. As a result, the communication overhead during send/receive transactions is greatly reduced. Our experimental results show the maximum bandwidth of 93.7MB/s and the minimum latency of 11.9${\mu}\textrm{s}$. In terms of minimum latency HVIA-GE performs 4.8 times and 9.9 times faster than M-VIA and TCP/IP, respectively, over Gigabit Ethernet. In addition, the maximum bandwidth of HVIA-GE is 50.4% and 65% higher than M-VIA and TCP/IP respectively.

Scenario-Driven Verification Method for Completeness and Consistency Checking of UML Object-Oriented Analysis Model (UML 객체지향 분석모델의 완전성 및 일관성 진단을 위한 시나리오기반 검증기법)

  • Jo, Jin-Hyeong;Bae, Du-Hwan
    • Journal of KIISE:Software and Applications
    • /
    • v.28 no.3
    • /
    • pp.211-223
    • /
    • 2001
  • 본 논문에서 제안하는 시나리오기반 검증기법의 목적은 UML로 작성된 객체지향 분석모델의 완전성 및 일관성을 진단하는 것이다. 검증기법의 전체 절차는 요구분석을 위한 Use Case 모델링 과정에서 생성되는 Use Case 시나리오와 UML 분석모델로부터 역공학적 방법으로 도출된 객체행위 시나리오와의 상호참조과정 및 시나리오 정보트리 추적과정을 이용하여 단계적으로 수행된다. 본 검증절차를 위하여 우선, UML로 작성된 객체지향 분석모델들은 우선 정형명세언어를 사용하여 Use Case 정형명세로 변환하다. 그 다음에, Use Case 정형명세로부터 해당 Use Case 내의 객체의 정적구조를 표현하는 시나리오 정보트리를 구축하고, Use Case 정형명세 내에 포함되어 있는 객체 동적행위 정보인 메시지 순차에 따라 개별 시나리오흐름을 시나리오 정보트리에 표현한다. 마지막으로 시나리오 정보트리 추적과 시나리오 정보 테이블 참조과정을 중심으로 완전성 및 일관성 검증작업을 수행한다. 즉, 검증하고자 하는 해당 Use Case의 시나리오 정보트리를 이용한 시나리오 추적과정을 통해 생성되는 객체행위 시나리오와 요구분석 과정에서 도출되는 Use Case 시나리오와의 일치여부를 조사하여 분석모델과 사용자 요구사양과의 완전성을 검사한다. 그리고, 시나리오 추적과정을 통해 수집되는 시나리오 관련종보들을 가지고 시나리오 정보 테이블을 작성한 후, 분석과정에서 작성된 클래스 관련정보들의 시나리오 포함 여부를 확인하여 분석모델의 일관성을 검사한다. 한편, 본 논문에서 제안하는 검증기법의 효용성을 증명하기 위해 대학의 수강등록시스템 개발을 위해 UML을 이용해 작성된 분석모델을 특정한 사례로써 적용하여 보았다. 프로세싱 오버헤드 및 메모리와 대역폭 요구량 측면에서 MARS 모델보다 유리함을 알 수 있었다.과는 본 논문에서 제안된 프리페칭 기법이 효율적으로 peak bandwidth를 줄일 수 있다는 것을 나타낸다.ore complicate such a prediction. Although these overestimation sources have been attacked in many existing analysis techniques, we cannot find in the literature any description about questions like which one is most important. Thus, in this paper, we quantitatively analyze the impacts of overestimation sources on the accuracy of the worst case timing analysis. Using the results, we can identify dominant overestimation sources that should be analyzed more accurately to get tighter WCET estimations. To make our method independent of any existing analysis techniques, we use simulation based methodology. We have implemented a MIPS R3000 simulator equipped with several switches, each of which determines the accuracy level of the

  • PDF

An Automated Approach to Determining System's Problem based on Self-healing (자가치유 기법을 기반한 시스템 문제결정 자동화 방법론)

  • Park, Jeong-Min;Jung, Jin-Soo;Lee, Eun-Seok
    • The KIPS Transactions:PartD
    • /
    • v.15D no.2
    • /
    • pp.271-284
    • /
    • 2008
  • Self-healing is an approach to evaluating constraints defined in target system and to applying an appropriate strategy when violating he constrains. Today, the computing environment is very complex, so researches that endow a system with the self-healing's ability that recognizes problem arising in a target system are being an important issues. However, most of the existing researches are that self-healing developers need much effort and time to analyze and model constraints. Thus, this paper proposes an automated approach to determine problem arising in external and internal system environment. The approach proposes: 1) Specifying the target system through the models created in design phase of target system. 2) Automatically creating constraints for external and internal system environment, by using the specified contents. 3) Deriving a dependency model of a component based on the created internal state rule. 4) Translating the constraints and dependency model into code evaluating behaviors of the target system, and determinating problem level. 5) Monitoring an internal and external status of system based on the level of problem determination, and applying self-healing strategy when detecting abnormal state caused in the target system. Through these, we can reduce the efforts of self-healing developers to analyze target system, and heal rapidly not only abnormal behavior of target system regarding external and internal problem, but also failure such as system break down into normal state. To evaluate the proposed approach, through video conference system, we verify an effectiveness of our approach by comparing proposed approach's self-healing activities with those of the existing approach.

Generalized Sigmidal Basis Function for Improving the Learning Performance fo Multilayer Perceptrons (다층 퍼셉트론의 학습 성능 개선을 위한 일반화된 시그모이드 베이시스 함수)

  • Park, Hye-Yeong;Lee, Gwan-Yong;Lee, Il-Byeong;Byeon, Hye-Ran
    • Journal of KIISE:Software and Applications
    • /
    • v.26 no.11
    • /
    • pp.1261-1269
    • /
    • 1999
  • 다층 퍼셉트론은 다양한 응용 분야에 성공적으로 적용되고 있는 대표적인 신경회로망 모델이다. 그러나 다층 퍼셉트론의 학습에서 나타나는 플라토에 기인한 느린 학습 속도와 지역 극소는 실제 응용문제에 적용함에 있어서 가장 큰 문제로 지적되어왔다. 이 문제를 해결하기 위해 여러 가지 다양한 학습알고리즘들이 개발되어 왔으나, 계산의 비효율성으로 인해 실제 문제에는 적용하기 힘든 예가 많은 등, 현재까지 만족할 만한 해결책은 제시되지 못하고 있다. 본 논문에서는 다층퍼셉트론의 베이시스 함수로 사용되는 시그모이드 함수를 보다 일반화된 형태로 정의하여 사용함으로써 학습에 있어서의 플라토를 완화하고, 지역극소에 빠지는 것을 줄이는 접근방법을 소개한다. 본 방법은 기존의 변형된 가중치 수정식을 사용한 학습 속도 향상의 방법들과는 다른 접근 방법을 택함으로써 기존의 방법들과 함께 사용하는 것이 가능하다는 특징을 갖고 있다. 제안하는 방법의 성능을 확인하기 위하여 간단한 패턴 인식 문제들에의 적용 실험 및 기존의 학습 속도 향상 방법을 함께 사용하여 시계열 예측 문제에 적용한 실험을 수행하였고, 그 결과로부터 제안안 방법의 효율성을 확인할 수 있었다. Abstract A multilayer perceptron is the most well-known neural network model which has been successfully applied to various fields of application. Its slow learning caused by plateau and local minima of gradient descent learning, however, have been pointed as the biggest problems in its practical use. To solve such a problem, a number of researches on learning algorithms have been conducted, but it can be said that none of satisfying solutions have been presented so far because the problems such as computational inefficiency have still been existed in these algorithms. In this paper, we propose a new learning approach to minimize the effect of plateau and reduce the possibility of getting trapped in local minima by generalizing the sigmoidal function which is used as the basis function of a multilayer perceptron. Adapting a new approach that differs from the conventional methods with revised updating equation, the proposed method can be used together with the existing methods to improve the learning performance. We conducted some experiments to test the proposed method on simple problems of pattern recognition and a problem of time series prediction, compared our results with the results of the existing methods, and confirmed that the proposed method is efficient enough to apply to the real problems.

An Automated Flood Risk Mapping Algorithm using GIS-based Techniques considering Characteristics of Jeju streams (제주하천 특성 고려 GIS 기반 홍수범람위험도 자동화 알로리즘)

  • Kim, Dongsu;Kim, Taeeun;Son, Geunsoo;You, Hojun
    • Proceedings of the Korea Water Resources Association Conference
    • /
    • 2015.05a
    • /
    • pp.634-634
    • /
    • 2015
  • 최근 국지성 호우와 잦은 태풍으로 인한 돌발홍수가 빈번하게 발생하여 도심지에서의 호안유실과 범람으로 많은 외수침수의 피해가 발생하고 있다. 또한 기후변화에 따른 강우량의 증가와 집중호우로 인한 홍수 피해는 지속적으로 증가할 것으로 예상됨에 따라 대하천 유역을 중심으로 홍수범람예측 연구가 활발히 진행되고 있지만 대하천을 제외한 지방 중소하천의 연구가 미비한 실정이다. 이에 본 연구에서는 지방 중소하천 중 태풍과 집중호우의 영향이 많은 제주지역의 주요 하천 중의 하나인 한천 유역을 테스트베드로 선정하여 연구를 진행하였다. 한천은 강우 시에만 유출이 발생하는 건천으로, 집중호우 시 암반하상 조건, 복개, 교각 등으로 수위가 국부적으로 급격히 상승하는 경우가 있었다. 그리고 한천 하류부에는 도심이 위치하고 있어 돌발홍수 발생 시 막대한 피해가 발생한다. 이에 따라 홍수 피해를 줄이기 위한 제도화, 정책결정 등의 구조적 해결방안과 홍수 피해의 규모와 원인을 분석하는 비구조적 해결방안에 대한 연구가 시급하다. 따라서 본 연구에서는 홍수범람 등으로 인한 홍수 피해규모를 산정하여 각 정부부처 및 유관기관, 지자체에서 빠른 정책결정을 내릴 수 있는 자료를 제공하는 목적으로 제주도의 특성을 고려한 홍수범람위험도 산정 알고리즘을 개발하고자 한다. 본 연구에서는 제주 한천유역의 단면 자료와 빈도별 홍수량 자료를 이용하여 HEC-RAS 모형으로 수리학적 흐름특성 모의를 실사하였다. 모의된 결과를 바탕으로 ArcGIS 소프트웨어인 ESRI사의 ArcMap을 이용하여 빈도별 홍수위 자료와 제주지역 수치표고모형 자료를 활용한 빈도별 홍수범람지도를 산정하고, 좌안과 우안의 제방고로부터 위험도를 산정하여 홍수범람위험도를 각각 구축하였다. 구축된 결과를 이용하여 분석하고자하는 해당 빈도의 홍수위와 홍수량이 발생할 때의 피해지역을 예측하였으며, 예측된 지역과 제주시의 공시지가 자료를 중첩하여 피해지역에 대한 피해액을 산정하였다. 본 연구의 알고리즘을 적용한 2007년 태풍 '나리' 사상의 경우와 비교한 결과, '나리' 사상의 침수 흔적도와 유사한 홍수범람지도를 획득 할 수 있었으며, 모의된 유역의 하천 복개구간을 중심으로 홍수범람이 발생한다는 점과 우안보다 좌안에서의 홍수범람위험도와 피해액이 더 크게 나타난 점 등의 홍수범람 특성을 파악할 수 있었다. 본 연구에서 제시된 기법을 이용할 경우, 홍수에 의한 취약지에 대한 제방 설계 강화, 하천의 보수 정비 등 정책적 결정에 사용될 수 있을 것이며, 실시간 자료제공, 재해정보시스템 등에 적용하여 홍수범람 피해를 줄일 수 있는 기반기술이 될 것으로 사료된다.

  • PDF

Investigation of Contaminated Waste Disposal Site Using Electrical Resistivity Imaging Technique (폐기물 처분장 오염지반조사를 위한 전기비저항 영상화 기법의 적용)

  • Jung Yunmoon;Woo Ik;Kim Jungho;Cho Seongjun
    • Geophysics and Geophysical Exploration
    • /
    • v.1 no.1
    • /
    • pp.57-63
    • /
    • 1998
  • The electrical resistivity method, one of old and widely used geophysical prospecting methods, has extended its scope to civil & environmental engineering areas. The electrical resistivity imaging technique was performed at the waste disposal site located in Junju to verify the applicability to the environmental engineering area. The dipole-dipole array, with the dipole spacing of 10 m, was applied along eight survey lines. The field data were obtained under the control of automatic acquisition softwares and topographic effects were corrected during processing stage. The processed resistivity images show that very low resistivity develops inside the disposal site and the distribution of low resistivity is exactly in accord with the boundary of the site except the river side. The depth of low resistivity zones is deeper toward the river side, which is interpreted that there is a high possibility for contaminants to be scattered to the river. From resistivity images, it was feasible to deduce the depth of waste disposal as well as the horizontal/vertical distribution of the contaminated zone, which proved the applicability of the electrical resistivity imaging technique to the environmental engineering area.

  • PDF

Prediction Model for Hypertriglyceridemia Based on Naive Bayes Using Facial Characteristics (안면 정보를 이용한 나이브 베이즈 기반 고중성지방혈증 예측 모델)

  • Lee, Juwon;Lee, Bum Ju
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.8 no.11
    • /
    • pp.433-440
    • /
    • 2019
  • Recently, machine learning and data mining have been used for many disease prediction and diagnosis. Chronic diseases account for about 80% of the total mortality rate and are increasing gradually. In previous studies, the predictive model for chronic diseases use data such as blood glucose, blood pressure, and insulin levels. In this paper, world's first research, verifies the relationship between dyslipidemia and facial characteristics, and develops the predictive model using machine learning based facial characteristics. Clinical data were obtained from 5390 adult Korean men, and using hypertriglyceridemia and facial characteristics data. Hypertriglyceridemia is a measure of dyslipidemia. The result of this study, find the facial characteristics that highly correlated with hypertriglyceridemia. FD_43_143_aD (p<0.0001, Area Under the receiver operating characteristics Curve(AUC)=0.652) is the best indicator of this study. FD_43_143_aD means distance between mandibular. The model based on this result obtained AUC value of 0.662. These results will provide a basis for predicting various diseases with only facial characteristics in the screening stage of disease epidemiology and public health in the future.

A Study on Security Requirements for 5G Base Station (5G 기지국에 대한 보안성평가기준 연구)

  • Hong, Paul;Kim, Yejun;Cho, Kwangsoo;Kim, Seungjoo
    • Journal of the Korea Institute of Information Security & Cryptology
    • /
    • v.31 no.5
    • /
    • pp.919-939
    • /
    • 2021
  • As a next-generation communication technology, 5G networks are capable of handling large amounts of traffic based on higher speeds, shorter communication delays, and higher connectivity compared to 4G networks. In this 5G network environment, base stations are installed all over the city at high density due to their characteristics, and are connected to user terminals to provide services. Therefore, if the base station is damaged by a malicious attacker, it is expected to cause great damage to users and society as a whole. So the need for secure communication equipment such as 5G base stations has emerged. Therefore, in this paper, we propose the security functional requirements derived using threat modeling, a systematic methodology for 5G base stations, and the security assurance requirements at the level that can cope with the backdoor issues. The security requirements proposed in this paper can be used for base station design and development to construct a secure network environment as a security evaluation standard for 5G base stations.

Case Analysis and Applicability Review of Parametric Design in Landscape Architectural Design (조경 설계 분야에서 파라메트릭 디자인의 사례 분석과 활용 가능성)

  • Na, Sungjin
    • Journal of the Korean Institute of Landscape Architecture
    • /
    • v.49 no.2
    • /
    • pp.1-16
    • /
    • 2021
  • The act of design in landscape architecture consists of a concept within a designer's mind, technical representations, and finally, a process of construction. In the 4th Industrial Revolution, the design process is facing many changes due to the rapid development of computer technology and the IT ecosystem. Computer technology was initially developed for simple functions, such as mathematical calculation and graphic representation. However, after the spread of Personal Computers, starting with IBM and Macintosh, programming languages and hardware rapidly developed, algorithms and applications became specialized, and the purpose of using computers became very diverse. This study diagnoses issues concerning the functions and roles that new design methods, such as computational design, parametric design, and algorithmic design, can play in landscape architecture based on changes in the digital society. The study focused on the design methodology using parametric technology, which has recently received the most attention. First, the basis for discussion was developed by examining the main concepts and characteristics of parametric design in modern landscape architecture. Prior research on the use of parametric design in landscape architecture was analyzed, as were the case studies conducted by landscape design firms. As a result, it was confirmed that parametric design has not been sufficiently discussed in terms of the number and diversity of studies compared to other techniques investigated by landscape design firms. Finally, based on the discussion, the study examined specific cases and future possibilities of the parametric design in landscape architecture.

Thematic Trends in the Research on Green Urbanism (그린 어바니즘의 국제 동향과 주요 화제)

  • Jeong, Sang-kyu;Jeon, Sook-ja;Ban, Yong-un;Park, Joon-young
    • Land and Housing Review
    • /
    • v.12 no.2
    • /
    • pp.61-78
    • /
    • 2021
  • This study aims to understand the thematic trends globally developed in the 'Green Urbanism' related research. Research methodology is based on systemic review of international literature published for the past 20 years period between 2000 and 2020. The specific methods applied include not only literature search by citation, co-authorship, and co-occurrence but social network analysis in order to find correlations among the publication. The correlations are visualized and analysed using VOSviewer and Ucinet software. The analysis indicates that total of 51 studies were carried out by 89 authors from 54 institutions across 21 countries during the period. The majority of the research was done by a country-specific study and only a few research were collaborative studies with other countries. The most common theme that occurred in the early years was 'sustainability and the theme evolved toward specific ones such as 'built environment', 'infrastructure', and 'health'. Having considered that climate change has become a global challenge, green urbanism is expected to be a future direction to pursue environmentally sustainable urban spaces. This study also implies that governance, policy support, and intervention are crucial factors in developing sustainable urban spaces.