• 제목/요약/키워드: Update Reliability

검색결과 119건 처리시간 0.024초

수치지도 갱신에 따른 변화정보 제공 방안 (Providing New Information According to Digital Map Update)

  • 유은진;김정현;이동천;이용욱
    • 한국측량학회:학술대회논문집
    • /
    • 한국측량학회 2009년도 춘계학술발표회 논문집
    • /
    • pp.101-106
    • /
    • 2009
  • Map update is essential for maintaining reliability of maps. Update could be performed using variety of data sources such as aerial photos, engineering plans, LiDAR data and in-site surveying data. Therefore, map update is essential for maintaining reliability of maps. Update could be performed using variety of data sources such ad aerial photos, engineering plans, LiDAR data and in-site surveying data. Map update requires cost, manpower and time. It is important to inform updated information to users in order to decide purchase the updated maps or not. This paper proposes the way to provide various updated information of maps. Therefore, map users efficiently utilize information from maps.

  • PDF

함수 단위 동적 커널 업데이트 시스템의 설계와 평가 (Design and Evaluation of Function-granularity kernel update in dynamic manner)

  • 박현찬;김세원;유혁
    • 대한임베디드공학회논문지
    • /
    • 제2권3호
    • /
    • pp.145-154
    • /
    • 2007
  • Dynamic update of kernel can change kernel functionality and fix bugs in runtime. Dynamic update is important because it leverages availability, reliability and flexibility of kernel. An instruction-granularity update technique has been used for dynamic update. However, it is difficult to apply update technique for a commodity operating system kernel because development and maintenance of update code must be performed with assembly language. To overcome this difficulty, we design the function-granularity dynamic update system which uses high-level language such as C language. The proposed update system makes the development and execution of update convenient by providing the development environment for update code which is same for kernel development. We implement this system for Linux and demonstrate an example of update for do_coredump() function which is reported it has a vulnerable point for security. The update was successfully executed.

  • PDF

Efficient Update Method for Cloud Storage System

  • Khill, Ki-Jeong;Lee, Sang-Min;Kim, Young-Kyun;Shin, Jaeryong;Song, Seokil
    • International Journal of Contents
    • /
    • 제10권1호
    • /
    • pp.62-67
    • /
    • 2014
  • Usually, cloud storage systems are developed based on DFS (Distributed File System) for scalability and reliability reasons. DFSs are designed to improve throughput than IO response time, and therefore, they are appropriate for batch processing jobs. Recently, cloud storage systems have been used for update intensive applications such as OLTP and so on. However, in DFSs, in-place update operations are not carefully considered. Therefore, when updates are frequent, I/O performance of DFSs are degraded significantly. DFSs with RAID techniques have been proposed to improve their performance and reliability. Their performance degradation caused by frequent update operations can be more significant. In this paper, we propose an in-place update method for DFS RAID exploiting a differential logging technique. The proposed method reduces the I/O costs, network traffic and XOR operation costs for RAID. We demonstrate the efficiency of our proposed in-place update method through various experiments.

Particle filter for model updating and reliability estimation of existing structures

  • Yoshida, Ikumasa;Akiyama, Mitsuyoshi
    • Smart Structures and Systems
    • /
    • 제11권1호
    • /
    • pp.103-122
    • /
    • 2013
  • It is essential to update the model with reflecting observation or inspection data for reliability estimation of existing structures. Authors proposed updated reliability analysis by using Particle Filter. We discuss how to apply the proposed method through numerical examples on reinforced concrete structures after verification of the method with hypothetical linear Gaussian problem. Reinforced concrete structures in a marine environment deteriorate with time due to chloride-induced corrosion of reinforcing bars. In the case of existing structures, it is essential to monitor the current condition such as chloride-induced corrosion and to reflect it to rational maintenance with consideration of the uncertainty. In this context, updated reliability estimation of a structure provides useful information for the rational decision. Accuracy estimation is also one of the important issues when Monte Carlo approach such as Particle Filter is adopted. Especially Particle Filter approach has a problem known as degeneracy. Effective sample size is introduced to predict the covariance of variance of limit state exceeding probabilities calculated by Particle Filter. Its validity is shown by the numerical experiments.

완전중복 데이터베이스에서 갱신 규약을 적용한 거래 관리 (Transaction Management Using Update Protocol in Fully Replicated Databases)

  • 최희영;황부현
    • 정보처리학회논문지D
    • /
    • 제9D권1호
    • /
    • pp.11-20
    • /
    • 2002
  • 본 논문은 가용성(Availability)과 신뢰성(Reliability)을 향상시키기 위한 완전중복 데이터베이스에서 거래들의 병행성(Parallelism)의 정도를 높이기 위한 동시성제어 알고리즘을 제안하고 있다. 갱신거래는 논리적으로 판독전용 거래와 갱신전용 거래로 이루어 졌다고 할 수 있다. 제안된 알고리즘에서는 판독연산들을 판독전용 거래로 취급하여 거래가 제출된 사이트에 있는 자료항목을 읽게 하고 갱신할 자료항목들을 모아 갱신전용 거래를 만들어 갱신규약을 통하여 모든 사이트에서 원자적으로 갱신이 이루어지도록 하고 있다. 제안된 알고리즘은 각 사이트에서 거래들이 동시에 수행될 수 있게 함으로서 거래들의 병행수행정도를 향상시킬 수 있다. 특히, 거래들 사이의 충돌빈도가 낮다면 보다 높은 병행수행 정도를 얻을 수 있다.

Study on the Structural Causality of Social Network of Luxury Brands

  • LEE, Jae-Min
    • 웰빙융합연구
    • /
    • 제5권2호
    • /
    • pp.11-14
    • /
    • 2022
  • Purpose: The purpose of this study is to investigate the structural causal relationship between the SNS marketing attributes of luxury brands on brand awareness, brand involvement, and brand attachment. Research design, data and methodology: To this end, a survey was conducted on 427 users of large Internet communities and SNS. The results of the empirical analysis are summarized as follows. Results: First, among SNS marketing attributes, information, reliability, and update had a significant positive (+) influence on purchase intention. Second, among SNS marketing attributes, informativity, interaction, playability, and update had a significant positive (+) influence on brand recognition. Reliability, interaction, and update had a significant positive (+) effect on brand involvement. In addition, in brand attachment, playability and up-to-dateness had a significant positive (+) influence. Conclusions: Looking at the causal relationship between brand attitudes, there was a significant positive influence on brand involvement, and a significant positive influence on brand involvement, but the effect of brand awareness on brand attachment was not significant.

리눅스 환경에서의 함수 단위 동적 커널 업데이트 시스템의 설계와 구현 (A Dynamic Kernel Update System with a Function Granularity for Linux)

  • 박현찬;김세원;유혁
    • 한국정보과학회논문지:시스템및이론
    • /
    • 제35권5호
    • /
    • pp.223-230
    • /
    • 2008
  • 동적인 커널의 업데이트는 복잡한 운영체제 커널의 빈번한 기능 개선 및 버그 수정을 동작 중인 커널의 중단없이 수행하는 것이다. 동적인 업데이트를 위해서는 주로 명령어 단위의 업데이트 기법이 사용되지만 어셈블리 언어 수준에서 개발 및 유지, 보수가 이루어지기 때문에 실제 커널에 적용하기 어렵다. 이런 문제점을 극복하기 위해 우리는 C 언어 수준에서 함수 단위로 동적인 커널 업데이트를 수행하는 시스템을 설계하고 리눅스에 구현하였다. 이 시스템은 업데이트 개발 환경을 커널의 개발 환경과 일치시킴으로써 업데이트의 개발과 수행을 편리하게 하여 실제 커널에의 활용 가능성을 증대시킨다. 우리는 이렇게 증대된 활용 가능성을 실제로 알아보기 위해 이 업데이트 시스템을 이용하여 EXT3 파일 시스템을 간단하게 업데이트하는 사례를 보였다.

검증용 정재하시험 자료를 이용한 항타강관말뚝의 신뢰성 평가 (Reliability Updates of Driven Piles Using Proof Pile Load Test Results)

  • 박재현;김동욱;곽기석;정문경;김준영;정충기
    • 한국지반공학회:학술대회논문집
    • /
    • 한국지반공학회 2010년도 춘계 학술발표회
    • /
    • pp.324-337
    • /
    • 2010
  • For the development of load and resistance factor design, reliability analysis is required to calibrate resistance factors in the framework of reliability theory. The distribution of measured-to-predicted pile resistance ratio was constructed based on only the results of load tests conducted to failure for the assessment of uncertainty regarding pile resistance and used in the conventional reliability analysis. In other words, successful pile load test (piles resisted twice their design loads without failure) results were discarded, and therefore, were not reflected in the reliability analysis. In this paper, a new systematic method based on Bayesian theory is used to update reliability index of driven steel pile piles by adding more pile load test results, even not conducted to failure, into the prior distribution of pile resistance ratio. Fifty seven static pile load tests performed to failure in Korea were compiled for the construction of prior distribution of pile resistance ratio. Reliability analyses were performed using the updated distribution of pile resistance ratio and the total load distribution using First-order Reliability Method (FORM). The challenge of this study is that the distribution updates of pile resistance ratio are possible using the load test results even not conducted to failure, and that Bayesian update are most effective when limited data are available for reliability analysis or resistance factors calibration.

  • PDF

MIL-STD-1760 기반 항공기용 유도탄 소프트웨어 업데이트 기법 (A Software Update Technique for Aircraft Missiles based on MIL-STD-1760)

  • 이승연;김성권;이현아;조동식
    • 한국군사과학기술학회지
    • /
    • 제21권5호
    • /
    • pp.649-657
    • /
    • 2018
  • It is essential that weapons which are mounted on aircraft need to prove its reliability and safety during its developments. A guided missile should have high reliability and safety throughout various tests which are including ground tests, captive flight tests, detailed technical tests and operational tests. In these various tests, it is vital that software of each component in the guided missile should be easily updated in order to correct algorithms or errors. In this paper, we propose a software update technique based on MDTP(mass data transfer protocol) which are defined in MIL-STD-1760. The proposed techniques have the following advantages: First, software of each unit in a weapon can be updated through a test equipment without disassemble a guided missile. Second, development periods for a software update can be reduced by reusing MDTP. Third, we can easily maintenance of the software because it is based on standard. We proved its efficiency and validity through experiments. Therefore, the proposed technique should be effectively utilized for software update of a weapon mounted on an aircraft during development processes.

저장신뢰도 기반의 유도탄 품질보증모델에 대한 연구 (A Study on Warranty and Quality Assurance Model for Guided Missiles Based on Storage Reliability)

  • 정상훈;이상복
    • 한국신뢰성학회지:신뢰성응용연구
    • /
    • 제17권2호
    • /
    • pp.83-91
    • /
    • 2017
  • Purpose: The purpose of this study is to develop a quality assurance model and to determine appropriate warranty period for a guided missile using its field data. Methods: 10 years of actual firing data is collected from the defense industry company and military. Parametric maximum likelihood estimation for a reliability function is determined with the data. Results: The reliability function estimates average lifetime of the missile. That function shows a user requirement, 80% reliability (lifetime) is come up when 8 years have passed, which is longer than the estimates in the missile's development phase. Conclusion: Quality assurance warranty for a guided missile must be established with actual test data. It is necessary to update and modify the reliability prediction and the warranty period with actual field test data.