• Title/Summary/Keyword: Remote Logging

Search Result 22, Processing Time 0.03 seconds

An Implementation of Fault Tolerant Software Distributed Shared Memory with Remote Logging (원격 로깅 기법을 이용하는 고장 허용 소프트웨어 분산공유메모리 시스템의 구현)

  • 박소연;김영재;맹승렬
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.31 no.5_6
    • /
    • pp.328-334
    • /
    • 2004
  • Recently, Software DSMs continue to improve its performance and scalability As Software DSMs become attractive on larger clusters, the focus of attention is likely to move toward improving the reliability of a system. A popular approach to tolerate failures is message logging with checkpointing, and so many log-based rollback recovery schemes have been proposed. In this work, we propose a remote logging scheme which uses the volatile memory of a remote node assigned to each node. As our remote logging does not incur frequent disk accesses during failure-free execution, its logging overhead is not significant especially over high-speed communication network. The remote logging tolerates multiple failures if the backup nodes of failed nodes are alive. It makes the reliability of DSMs grow much higher. We have designed and implemented the FT-KDSM(Fault Tolerant KAIST DSM) with the remote logging and showed the logging overhead and the recovery time.

DETECTING THE CAUSES OF WATER LOGGING PROBLEM IN DHAKA CITY BY APPLYING CONTINGENT VALUATION METHOD AND REMOTE SENSING TECHNIQUE

  • Ahmed, Sarwar Uddin;Gotoh, Keinosuke;Hossain, Shahriar
    • Proceedings of the KSRS Conference
    • /
    • v.2
    • /
    • pp.559-562
    • /
    • 2006
  • Although flood is a very common natural disaster in Bangladesh, recently Dhaka, the capital city of Bangladesh got flooded even in moderate rainfall. Accordingly, on January 2002 the sale and use of polythene bags were banned, by identifying it as one of the main causes for such flooding. Now the question arises, whether only polythene shopping bags are alone responsible for causing water logging problem. Accordingly, the objective of this study is to detect the reason(s) for the recent prolonged water logging problem in Dhaka City, even by small amount of rainfall. Both contingent valuation method and remote sensing technique were used for comparison of the results. The results of the study indicated that, not only polythene bags, but also unplanned land filling is also liable for creating water logging problem in Dhaka City. Finally, the study suggested that, the value of wetlands lost, which is directly related to the recent water logging problem, is more higher than what actually thought by the citizens of Dhaka City.

  • PDF

A Real-time Remote Logging Model for Development of Location-Based Mobile Applications

  • Choi, Yun-seok
    • Journal of the Korea Society of Computer and Information
    • /
    • v.21 no.10
    • /
    • pp.69-76
    • /
    • 2016
  • In this paper, we propose a real-time remote logging model for development of android applications using LBS(Location based Service). The model has two major parts: Mobile Log Management Service and Remote Log Server. Mobile Log Management Service consists of the log collector and the remote log manager. The log collector is an aspect of AOP which can collect logs from the target application without modifications of source codes. The remote log manager has a background service component so that it can receive logs whenever the log collector captures logs from the target application. Remote Log Server communicates with Mobile Log Management Service by socket interface. Therefore, Remote Log Server can show logs in real-time. To validate the efficiency of the proposed model, we show a case study, and compare the model with other models.

Vegetation Indices for Selective Logging Detection in Tropical Forest of East Kalimantan

  • Bhandari, S.P.;Hussin, Y.A.
    • Proceedings of the KSRS Conference
    • /
    • 2003.11a
    • /
    • pp.289-291
    • /
    • 2003
  • Selective logging is currently a widely adopted management practice throughout the tropics. Monitoring of spatial extent and intensity of such logging is, therefore, becoming an important issue for sustainable management of forest. This study explores the possibility of using vegetation indices and Landsat 7 ETM+ image for this purpose. Two dataset acquired on 2002 and 2000 of Labanan concession area East Kalimantan, Indonesia were used. Three different vegetation indices (MSAVI, SAVI and NDVI) slicing and differentiating methods were tested. The results showed that the MSAVI is superior with overall accuracy of 77% and kappa 0.64.

  • PDF

Implementation Study of a Remote Logging System for Web Servers (원격 웹 서버 로깅 시스템의 구현)

  • 정기훈;노삼혁
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2004.04a
    • /
    • pp.400-402
    • /
    • 2004
  • 본 논문에서는 웹 서버에게 부하를 주지 않으면서 네트워크를 통해 원격으로 로깅 하는 시스템인 원격 웹 서버 로깅 시스템을 구현하였다. 구현된 로깅 시스템은 웹 서버의 종류와는 관계없이 로그 데이터를 수집할 수 있으며, 여러 개의 서버 군으로 이루어진 시스템에서도 각 시스템의 웹 서버나 환경과는 관계없이 독립적으로 로그 데이터를 수집할 수 있다는 장점을 갖고 있다. 뿐만 아니라 웹 서버에게 미치는 오버헤드를 측정해 본 결과, 부하를 거의 주지 않음으로써 로깅 시스템으로 인한 웹 서버의 성능 저하를 일으키지 않는다는 것을 알 수 있었다.

  • PDF

Remote Logging for Fault-Tolerant Software Distributed Shared Memory (소프트웨어 분산공유메모리의 고장 허용을 위한 원격 로깅 기법)

  • 박소연;김영재;맹승렬
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2003.04a
    • /
    • pp.70-72
    • /
    • 2003
  • 소프트웨어 분산공유메모리 시스템의 성능이 높아짐에 따라 최근에는 큰 규모의 클러스터 상에서 사용되는 경우가 많아졌다. 그러나 시스템 규모가 커지면서 고장이 발생하는 가능성도 높아졌다. 시스템의 가용성을 높이기 위하여 고장 허용 기능을 제공하는 분산공유메모리 시스템이 요구되었으며 체크포인팅과 더불어 메시지 로깅에 대한 많은 연구가 이루어져 왔다. 본 논문에서는 고속의 네트웍을 이용하여 원격 노드의 메모리에 로깅하는 방범과 복구 방법을 제안하고 구현을 통하여 성능을 보인다. 원격 로깅은 디스크 접근을 요구하지 않으므로 오버헤드가 적으며 제한적으로 다중 노드의 고장을 허용한다.

  • PDF

The Development of Industry Operation Control System using Intelligent Web Monitoring for the Heat Treatment Process (열처리공정의 지능형 웹 모니터링 산업용 공정제어 시스템 개발)

  • Oh, J.H.;Bae, H.J.;Choi, G.S.;Ahn, D.S.
    • Journal of Power System Engineering
    • /
    • v.9 no.4
    • /
    • pp.181-186
    • /
    • 2005
  • Because of advanced control technology, Shop floor control system of various kinds of equipment and machinery need a web based remote monitoring to control process efficiently. This paper presents the development of Operation Control System. Operation Control System(OCS) is based on intelligent web monitoring, so that OCS is improved the working condition for the line of heat treatment process and the product's quality. The developed OCS is consisted of Atmega128(MCU) based on embedded system, running the data logging of the line of heat treatment process. Web monitoring system is based on CS8900 ethernet controller and TCP/IP for remote monitoring responsibility between a server and clients and controlling the progress of entire system. The developed OCS is implemented on the line of heat treatment process and shows the improvement of environment condition, product's quality and efficiency of process line.

  • PDF

Vulnerability Analysis of Remote Multi-Server User Authentication System Based on Smart Card and Dynamic ID (스마트 카드 및 동적 ID 기반 멀티서버 원격 사용자 인증 프로토콜의 취약점 분석)

  • Kwon Soon Hyung;Byeon Hae won;Choi Youn Sung
    • Convergence Security Journal
    • /
    • v.23 no.4
    • /
    • pp.43-52
    • /
    • 2023
  • Many businesses and organizations use smartcard-based user authentication for remote access. In the meantime, through various studies, dynamic ID-based remote user authentication protocols for distributed multi-server environments have been proposed to protect the connection between users and servers. Among them, Qiu et al. proposed an efficient smart card-based remote user authentication system that provides mutual authentication and key agreement, user anonymity, and resistance to various types of attacks. Later, Andola et al. found various vulnerabilities in the authentication scheme proposed by Qiu et al., and overcame the flaws in their authentication scheme, and whenever the user wants to log in to the server, the user ID is dynamically changed before logging in. An improved authentication protocol is proposed. In this paper, by analyzing the operation process and vulnerabilities of the protocol proposed by Andola et al., it was revealed that the protocol proposed by Andola et al. was vulnerable to offline smart card attack, dos attack, lack of perfect forward secrecy, and session key attack.

Cryptanalysis and Enhancement of a Remote User Authentication Scheme Using Smart Cards (스마트카드를 이용한 사용자 인증 스킴의 안전성 분석 및 개선)

  • Lee, Young-Sook;Won, Dong-Ho
    • Journal of the Korea Society of Computer and Information
    • /
    • v.15 no.1
    • /
    • pp.139-147
    • /
    • 2010
  • A remote user authentication scheme is a two-party protocol whereby an authentication server in a distributed system confirms the identity of a remote individual logging on to the server over an untrusted, open network. In 2005, Liao et al. proposed a remote user authentication scheme using a smart card, in which users can be authenticated anonymously. Recently, Yoon et al. have discovered some security flaws in Liao et al.'s authentication scheme and proposed an improved version of this scheme to fix the security flaws. In this article, we review the improved authentication scheme by Yoon et al. and provide a security analysis on the scheme. Our analysis shows that Yoon et al.'s scheme does not guarantee not only any kind of authentication, either server-to-user authentication or user-to-server authentication but also password security. The contribution of the current work is to demonstrate these by mounting two attacks, a server impersonation attack and a user impersonation attack, and an off-line dictionary attack on Yoon et al.'s scheme. In addition, we propose the enhanced authentication scheme that eliminates the security vulnerabilities of Yoon et al.'s scheme.

Tele-Operated Mobile Robot for Visual Inspection of a Reactor Head

  • Choi, Chang-Hwan;Jeong, Kyung-Min;Kim, Seung-Ho
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2003.10a
    • /
    • pp.2063-2065
    • /
    • 2003
  • The control rod drive mechanisms in a reactor head are arranged too narrow for a human worker to approach. Moreover, the working environment is in high radiation area. In order to inspect defections in the surfaces of the reactor head and welding parts, a visual inspection device that can approach such a narrow and high radiation area is required. This paper introduces a tele-operated mobile robot for visual inspection of a reactor head, which has pan/tilt camera, fixed rear camera, ultrasonic collision detection system, and so on. Moreover, the host controller and digital video logging system are developed and integrated control software is also developed. The robot is operated by a wireless control, which gives flexibility for the inspection.

  • PDF