• Title/Summary/Keyword: Update Reliability

Search Result 119, Processing Time 0.027 seconds

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

  • Yoo, Eun-Jin;Kim, Jung-Hyun;Lee, Dong-Cheon;Lee, Young-Wook
    • Proceedings of the Korean Society of Surveying, Geodesy, Photogrammetry, and Cartography Conference
    • /
    • 2009.04a
    • /
    • 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 (함수 단위 동적 커널 업데이트 시스템의 설계와 평가)

  • Park, Hyun-Chan;Kim, Se-Won;Yoo, Chuck
    • IEMEK Journal of Embedded Systems and Applications
    • /
    • v.2 no.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
    • /
    • v.10 no.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
    • /
    • v.11 no.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 (완전중복 데이터베이스에서 갱신 규약을 적용한 거래 관리)

  • Choe, Hui-Yeong;Hwang, Bu-Hyeon
    • The KIPS Transactions:PartD
    • /
    • v.9D no.1
    • /
    • pp.11-20
    • /
    • 2002
  • We propose a new concurrency control algorithm for enhancing the degree of parallelism of the transactions in fully replicated databases designed to improve the availability and the reliability. The update transactions can be logically decomposed of a read-only transaction and a write-only transaction. In our algorithm, a set of read operations of an update transaction is treated as a read-only transaction and the read-only transaction reads data items in the site to which it is submitted. And a set of write operations of the update transaction is treated as a write-only transaction and it is submitted to all corresponding sites after the update transaction has been completed. By using the proposed update protocol, all write-only transactions can execute at all sites atomically. The proposed algorithm can have transactions execute concurrently at the site to which they are submitted and, after the completion of each transaction, the update protocol is performed for updating their data items and checking their serializability. Therefore, the degree of parallelism of the transactions can be improved. Especially, if the probability of conflict among transactions is low, we can expect the higher degree of their parallelism.

Study on the Structural Causality of Social Network of Luxury Brands

  • LEE, Jae-Min
    • Journal of Wellbeing Management and Applied Psychology
    • /
    • v.5 no.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 (리눅스 환경에서의 함수 단위 동적 커널 업데이트 시스템의 설계와 구현)

  • Park, Hyun-Chan;Kim, Se-Won;Yoo, Chuck
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.35 no.5
    • /
    • pp.223-230
    • /
    • 2008
  • 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 EXT3 file system. The update was successfully executed.

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

  • Park, Jae-Hyun;Kim, Dong-Wook;Kwak, Ki-Seok;Chung, Moon-Kyung;Kim, Jun-Young;Chung, Choong-Ki
    • Proceedings of the Korean Geotechical Society Conference
    • /
    • 2010.03a
    • /
    • 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

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

  • Lee, Seungyoun;Kim, Sungkwon;Lee, Hyunah;Cho, Dongsik
    • Journal of the Korea Institute of Military Science and Technology
    • /
    • v.21 no.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 (저장신뢰도 기반의 유도탄 품질보증모델에 대한 연구)

  • Jung, Sanghoon;Lee, Sangbok
    • Journal of Applied Reliability
    • /
    • v.17 no.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.