• 제목/요약/키워드: Propagation Software

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

미세 단위 소프트웨어 객체를 위한 연산 기반 버전 및 일관성 관리 모델 (An Operation-Based Model of Version Storage and Consistency Management for Fine-Grained Software Objects)

  • 노정규;우치수
    • 한국정보과학회논문지:소프트웨어및응용
    • /
    • 제27권7호
    • /
    • pp.691-701
    • /
    • 2000
  • 소프트웨어 문서는 수많은 논리적인 객체와 객체간의 관계로 이루어진 구조를 가지고 있으며 그 구조가 빈번하게 변경될 수 있다. 본 논문에서는 소프트웨어 편집 과정에서 적용되는 연산에 기반한 미세 단위 소프트웨어 객체의 버전 및 일관성 관리 모델을 제안하였다. 모든 소프트웨어 객체는 연산으로 구성된 인터페이스를 가지고 객체의 편집은 연산을 통해서 이루어진다. 편집기를 통하여 객체에 적용된 연산은 연산 히스토리에 기록되고 버전 관리와 소프트웨어 구성 요소간의 일관성 관리에 이용된다. 객체의 버전은 연산 히스토리를 이용한 델타를 이용하여 저장되고 검색되므로 델타 추출을 위한 비교 과정이 필요 없으며 버전간의 변경 내용을 쉽게 파악하여 버전 전파 여부를 결정지을 수 있다는 장점이 있다. 일관성은 객체간의 종속성과 객체에 적용된 연산의 종류에 의해 관리되므로 불필요한 변경 전파를 피할 수 있다. 본 논문에서는 객체에 적용된 연산을 기반으로 하여 버전 검색 및 미세 단위 일관성에 대한 정형적인 모델을 제시하였다.

  • PDF

스마트 폰의 소프트웨어 보안성 분석을 위한 FTA와 FMEA의 통합적 방법 (An Integrative Method of FTA and FMEA for Software Security Analysis of a Smart Phone)

  • 김명희;;박만곤
    • 정보처리학회논문지:컴퓨터 및 통신 시스템
    • /
    • 제2권12호
    • /
    • pp.541-552
    • /
    • 2013
  • 최근 우리 생활에 스마트 기술의 빠른 전파 때문에 정보 과학 및 기술 분야에 있어서는 스마트 폰의 소프트웨어 보안성이 중요한 이슈가 되고 있다. 보안성 중요 시스템인 스마트 폰은 은행 서비스, 유비쿼터스 홈 관리, 항공 고객의 검색 등의 서비스 시스템에 이용되기 때문에 비용의 리스크, 손실의 리스크, 이용가능 리스크, 그리고 사용상의 리스크에 관련 되어 있다. 스마트 폰의 보안성 이슈는 이들의 관찰된 고장들을 사용하여 소프트웨어 장애 분석을 하는 것이 핵심 접근 방법이다. 본 연구에서는 손으로 조작하는 디바이스들의 수렴하는 보안성과 신뢰성 분석 기법을 얻기 위해서 결함 트리 분석 (FTA)와 고장 모드 효과 분석(FMEA)을 사용하여 스마트 폰의 소프트웨어 보안성 분석을 위한 하나의 유효한 통합적 프레임 워크를 제안한다. 그리고 만약 하나의 고장 모드 효과 분석이 더욱 더 간단해지면 스마트 디바이스들의 보안성 개선뿐만 아니라 고장효과 의 감소를 위해서 제안된 통합적인 프레임 워크는 핵심 해법이 됨을 논의한다.

Main causes of missing errors during software testing

  • Young-Mi Kim;Myung-Hwan Park
    • 한국컴퓨터정보학회논문지
    • /
    • 제29권6호
    • /
    • pp.89-100
    • /
    • 2024
  • 소프트웨어 테스팅의 궁극적인 목표는 소프트웨어의 에러를 찾아내고 수정하는 것이다. 소프트웨어 에러를 발견하기 어렵게 만드는 요인 중에는 소프트웨어의 에러가 출력에 도달하기 전에 내부에서 마스킹 되어 사라지는 것이다. 이 논문의 목적은 소프트웨어 테스팅을 어렵게 만드는 에러 마스킹의 원인 및 특성을 조사하는 것이다. 이를 위해 3개의 소프트웨어를 대상으로 인위적인 에러를 주입하여 그 에러가 다양한 테스트 케이스들에 의해서 얼마만큼 마스킹 되는지, 그리고 그 원인은 무엇인지를 조사하였다. 실험 결과 4가지 주요 발견이 도출 되었다. 첫째, 약 50% 정도의 에러 마스킹은 에러가 실행되지 않았기 때문에 발생하였다. 둘째, 여러 연산자들 중에서 논리연산자와 산술연산자는 에러를 상대적으로 적게 마스킹하고, 관계연산자와 시간 연산자는 에러를 상대적으로 많이 마스킹하였다. 셋째, 테스트 케이스들 중에 에러를 출력까지 전파시키는데 특별한 성능을 보이는 테스트 케이스의 존재를 확인할 수 있었다. 넷째, 주입한 에러의 종류에 따라서 마스킹 효과가 다르다는 것을 확인할 수 있었다.

차량 시뮬레이터 접목을 위한 실시간 인체거동 해석기법 (Real-Time Analysis of Occupant Motion for Vehicle Simulator)

  • 오광석;손권;최경현
    • 대한기계학회논문집A
    • /
    • 제26권5호
    • /
    • pp.969-975
    • /
    • 2002
  • Visual effects are important cues for providing occupants with virtual reality in a vehicle simulator which imitates real driving. The viewpoint of an occupant is sensitively dependent upon the occupant's posture, therefore, the total human body motion must be considered in a graphic simulator. A real-time simulation is required for the dynamic analysis of complex human body motion. This study attempts to apply a neural network to the motion analysis in various driving situations. A full car of medium-sized vehicles was selected and modeled, and then analyzed using ADAMS in such driving conditions as bump-pass and lane-change for acquiring the accelerations of chassis of the vehicle model. A hybrid III 50%ile adult male dummy model was selected and modeled in an ellipsoid model. Multibody system analysis software, MADYMO, was used in the motion analysis of an occupant model in the seated position under the acceleration field of the vehicle model. Acceleration data of the head were collected as inputs to the viewpoint movement. Based on these data, a back-propagation neural network was composed to perform the real-time analysis of occupant motions under specified driving conditions and validated output of the composed neural network with MADYMO result in arbitrary driving scenario.

압입축의 손상저감을 위한 최적설계 연구 (Optimal Design of Press-Fitted Axle Shaft Considering Stress Relief)

  • 고재천;이종수;최하영
    • 한국생산제조학회지
    • /
    • 제22권5호
    • /
    • pp.859-864
    • /
    • 2013
  • Creation of a stress relief groove is a fairly simple yet high-performance method. During the application of this method, it is important to consider the location and size of the groove in order to achieve better performance. Consequently, this research proposes an approach for optimizing the application of the stress relief groove method to a press-fitted assembly. In a boss design, the position and diameter of the groove are configured as design variables and the design of experiments is applied. Based on this information, a 3D model is built and analyzed using the finite element analysis software ABAQUS. Meta-models are created using back-propagation neural networks. Then, deterministic optimization results obtained from a genetic algorithm are compared with the results of the finite element analysis. The temperature sensitivity of the optimized model is analyzed, and finally, reliability-based design optimization is conducted for enhancing the design quality.

A Development of Satellite Communication Link Analysis Tool

  • Ayana, Selewondim Eshetu;Lim, SeongMin;Cho, Dong-Hyun;Kim, Hae-Dong
    • Journal of Astronomy and Space Sciences
    • /
    • 제37권2호
    • /
    • pp.117-129
    • /
    • 2020
  • In a Satellite communication system, a link budget analysis is the detailed investigation of signal gains and losses moving through a channel from a sender to receiver. It inspects the fading of passed on data signal waves due to the process of spreading or propagation, including transmitter and receiver antenna gains, feeder cables, and related losses. The extent of the proposed tool is to make an effective, efficient, and user-friendly approach to calculate link budget analysis. It is also related to the satellite communication correlation framework by building up a graphical interface link analysis tool utilizing STK® software with the interface of C# programming. It provides better kinds of graphical display techniques, exporting and importing data files, printing link information, access data, azimuth-elevation-range (AER), and simulation is also possible at once. The components of the link budget analysis tool include transmitter gain, effective isotropic radiated power (EIRP), free space loss, propagation loss, frequency Doppler shift, flux density, link margin, elevation plot, etc. This tool can be useful for amateur users (e.g., CubeSat developers in the universities) or nanosat developers who may not know about the RF communication system of the satellite and the orbital mechanics (e.g., orbit propagators) principle used in the satellite link analysis.

Punching shear behavior of recycled aggregate concrete

  • Dan, Saikat;Chaudhary, Manpreet;Barai, Sudhirkumar V.
    • Computers and Concrete
    • /
    • 제21권3호
    • /
    • pp.321-333
    • /
    • 2018
  • Flat-slabs, being a significant structural component, not only reduce the dead load of the structure but also reduce the amount of concrete required for construction. Moreover the use of recycled aggregates lowers the impact of large scale construction to nearby ecosystems. Recycled aggregate based concrete being a quasi-brittle material shows enormous cracking during failure. Crack growth in flat-slabs is mostly in sliding mode (Mode II). Therefore sufficient sections need to be provided for resistance against such failure modes. The main objective of the paper is to numerically determine the ultimate load carrying capacity of two self-similar flat-slab specimens and validate the results experimentally for the natural aggregate as well as recycled aggregate based concrete. Punching shear experiments are carried out on circular flat-slab specimen on a rigid circular knife-edge support built out of both normal (NAC) and recycled aggregate concrete (RAC, with full replacement). Uniaxial compression and bending tests have been conducted on cubes, cylinders and prisms using both types of concrete (NAC and RAC) for its material characterization and use in the numerical scheme. The numerical simulations have been conducted in ABAQUS (a known finite element software package). Eight noded solid elements have been used to model the flat slab and material properties have been considered from experimental tests. The inbuilt Concrete Damaged Plasticity model of ABAQUS has been used to monitor crack propagation in the specimen during numerical simulations.

Assessment of temperature effect in structural health monitoring with piezoelectric wafer active sensors

  • Kamas, Tuncay;Poddar, Banibrata;Lin, Bin;Yu, Lingyu
    • Smart Structures and Systems
    • /
    • 제16권5호
    • /
    • pp.835-851
    • /
    • 2015
  • This paper presents theoretical and experimental evaluation of the structural health monitoring (SHM) capability of piezoelectric wafer active sensors (PWAS) at elevated temperatures. This is important because the technologies for structural sensing and monitoring need to account for the thermal effect and compensate for it. Permanently installed PWAS transducers have been One of the extensively employed sensor technologies for in-situ continuous SHM. In this paper, the electro-mechanical impedance spectroscopy (EMIS) method has been utilized as a dynamic descriptor of PWAS behavior and as a high frequency standing wave local modal technique. Another SHM technology utilizes PWAS as far-field transient transducers to excite and detect guided waves propagating through the structure. This paper first presents how the EMIS method is used to qualify and quantify circular PWAS resonators in an increasing temperature environment up to 230 deg C. The piezoelectric material degradation with temperature was investigated and trends of variation with temperature were deduced from experimental measurements. These effects were introduced in a wave propagation simulation software called Wave Form Revealer (WFR). The thermal effects on the substrate material were also considered. Thus, the changes in the propagating guided wave signal at various temperatures could be simulated. The paper ends with summary and conclusions followed by suggestions for further work.

강소성법을 이용한 미세립 Al-5083 합금의 피로균열전파 거동 (Fatigue Crack Propagation Behavior of Fine Grained Al-5083 Alloy Produced by Severe Plastic Deformation)

  • 김호경;양경탁;김현준
    • 한국안전학회지
    • /
    • 제22권2호
    • /
    • pp.15-21
    • /
    • 2007
  • Fine grained Al-5083 alloy produced by equal channel angular pressing (ECAP) at $120^{\circ}C$ was tested for investigating mechanical properties and crack growth propagation behavior. Also, FEM stress and strain analysis for the samples during ECAP were investigated, using a plastic deformation analysis software DEFORM 2-D. Coarse grained as-received samples exhibited UTS of 255.6MPa with a elongation to failure of 34.4%. By contrast, the ECAPed fine grained samples exhibited UTS of 362.0MPa with a elongation to failure of 12.9%. Fatigue crack growth resistance and threshold of fine grained samples were lower than that of as-received coarse grained samples. The higher fatigue crack growth rate in the fine grained ECAPed samples may partially arise from small roughness closure effect due to smoother fracture surfaces.

Evolution of sandstone shear strength parameters and its mesoscopic mechanism

  • Shi, Hao;Zhang, Houquan;Song, Lei
    • Geomechanics and Engineering
    • /
    • 제20권1호
    • /
    • pp.29-41
    • /
    • 2020
  • It is extremely important to obtain rock strength parameters for geological engineering. In this paper, the evolution of sandstone cohesion and internal friction angle with plastic shear strain was obtained by simulating the cyclic loading and unloading tests under different confining pressures using Particle Flow Code software. By which and combined with the micro-crack propagation process, the mesoscopic mechanism of parameter evolution was studied. The results show that with the increase of plastic shear strain, the sandstone cohesion decreases first and then tends to be stable, while the internal friction angle increases first, then decreases, and finally maintains unchanged. The evolution of sandstone shear strength parameters is closely related to the whole process of crack formation, propagation and coalescence. When the internal micro-cracks are less and distributed randomly and dispersedly, and the rock shear strength parameters (cohesion, internal friction angle) are considered to have not been fully mobilized. As the directional development of the internal micro-fractures as well as the gradual formation of macroscopic shear plane, the rock cohesion reduces continuously and the internal friction angle is in the rise stage. As the formation of the macroscopic shear plane, both the rock cohesion and internal friction angle continuously decrease to a certain residual level.