• 제목/요약/키워드: Sensor storage

검색결과 397건 처리시간 0.03초

군 USN 환경에서 효율적인 데이터 저장 및 질의 처리 방법 연구 (Efficient Data Storage & Query Processing Methods in Military Ubiquitous Sensor Networks)

  • 권영모;최현식;정연돈
    • 한국군사과학기술학회지
    • /
    • 제13권5호
    • /
    • pp.875-885
    • /
    • 2010
  • Recently, the role of Ubiquitous Sensor Network(USN) has been considered to be essential for supporting the near future Network Centric Warfare(NCW) and Tactical Information Communication Network(TICN). In this paper, we explore a set of data storage methods(external storage, local storage and data storage) and query processing methods in WSN. In particular, we focus on analyzing a novel data structure for supporting the local storage method, named the partial ordered tree(POT). The main idea behind POT is that sensor readings are usually correlated with the physical spatial domain. With the help of POT, only a small portion of sensor nodes participate in query processing tasks, and thus network lifetime is greatly increased. Through a series of simulation experiments, we demonstrate that the POT based local storage method clearly outperforms the existing data storage methods in terms of the energy-efficiency, which directly affects the network lifetime, for processing exact match queries, range queries and top-k queries.

Coding-based Storage Design for Continuous Data Collection in Wireless Sensor Networks

  • Zhan, Cheng;Xiao, Fuyuan
    • Journal of Communications and Networks
    • /
    • 제18권3호
    • /
    • pp.493-501
    • /
    • 2016
  • In-network storage is an effective technique for avoiding network congestion and reducing power consumption in continuous data collection in wireless sensor networks. In recent years, network coding based storage design has been proposed as a means to achieving ubiquitous access that permits any query to be satisfied by a few random (nearby) storage nodes. To maintain data consistency in continuous data collection applications, the readings of a sensor over time must be sent to the same set of storage nodes. In this paper, we present an efficient approach to updating data at storage nodes to maintain data consistency at the storage nodes without decoding out the old data and re-encoding with new data. We studied a transmission strategy that identifies a set of storage nodes for each source sensor that minimizes the transmission cost and achieves ubiquitous access by transmitting sparsely using the sparse matrix theory. We demonstrate that the problem of minimizing the cost of transmission with coding is NP-hard. We present an approximation algorithm based on regarding every storage node with memory size B as B tiny nodes that can store only one packet. We analyzed the approximation ratio of the proposed approximation solution, and compared the performance of the proposed coding approach with other coding schemes presented in the literature. The simulation results confirm that significant performance improvement can be achieved with the proposed transmission strategy.

무선센서 네트워크 기술 기반 액화가스 저장탱크 내 잔량 모니터링 시스템 구현 (Implementation of a Residual Quantity Monitoring System in a Liquefied Gas Storage Tank based on Wireless Sensor Network Technology)

  • 김민규;한해진;한재환
    • 센서학회지
    • /
    • 제27권5호
    • /
    • pp.352-356
    • /
    • 2018
  • This paper relates to a technology for monitoring a liquefied gas storage tank in the special gas field where demand is increasing owing to the continuous growth of related fields such as the semiconductor, display, and ICT convergence electronics industries. We have proposed a system for real - time monitoring using wireless sensor network technology, and implemented a system consisting of a sensor unit, transmitter module, and receiver module to be attached to a liquefied gas storage tank. The system was applied to LCO2 tanks among various liquefied gas storage tanks to verify the feasibility. The storage tanks employed in the experiments has capacities of 16,179 l and was 1,920 mm in inner diameter. Furthermore, the density was 1.03 g/l. The measured data were compared with reference data on the remaining gas level versus the $CO_2$ height of the surface, expressed using a conventional water meter, provided by an existing storage tank supplier. The experimental results show that the data is similar to the standard data provided by the tank supplier, and has a high accuracy and reliability within an error range of 0.03%.

A Prediction-based Energy-conserving Approximate Storage and Query Processing Schema in Object-Tracking Sensor Networks

  • Xie, Yi;Xiao, Weidong;Tang, Daquan;Tang, Jiuyang;Tang, Guoming
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제5권5호
    • /
    • pp.909-937
    • /
    • 2011
  • Energy efficiency is one of the most critical issues in the design of wireless sensor networks. In object-tracking sensor networks, the data storage and query processing should be energy-conserving by decreasing the message complexity. In this paper, a Prediction-based Energy-conserving Approximate StoragE schema (P-EASE) is proposed, which can reduce the query error of EASE by changing its approximate area and adopting predicting model without increasing the cost. In addition, focusing on reducing the unnecessary querying messages, P-EASE enables an optimal query algorithm to taking into consideration to query the proper storage node, i.e., the nearer storage node of the centric storage node and local storage node. The theoretical analysis illuminates the correctness and efficiency of the P-EASE. Simulation experiments are conducted under semi-random walk and random waypoint mobility. Compared to EASE, P-EASE performs better at the query error, message complexity, total energy consumption and hotspot energy consumption. Results have shown that P-EASE is more energy-conserving and has higher location precision than EASE.

센서네트워크를 위한 적응적 지역 트라젝토리 기반의 데이터 저장소 기법 (A Data Centric Storage based on Adaptive Local Trajectory for Sensor Networks)

  • 임화정;이좌형;양동일;차영환;이헌길
    • 정보처리학회논문지C
    • /
    • 제15C권1호
    • /
    • pp.19-30
    • /
    • 2008
  • 센서 네트워크에서 데이터 저장소 기법은 해쉬 테이블을 기반으로 네트워크상의 센서노드들을 저장소로 간주한다. 센서노드들은 해쉬 테이블에서 추출된 노드에 데이터를 저장하며 질의를 전송하는 사용자들도 해쉬 테이블을 이용하여 원하는 데이터가 저장된 센서노드에 접근한다. 이러한 데이터 저장소 기법의 문제점들 중 하나는 데이터를 저장하는 노드에 질의가 집중될 경우 질의에 대한 응답시간이 길어질 수 있으며 부하집중으로 에너지가 빠르게 고갈되어 네트워크 수명이 단축될 수 있다는 것이다. 본 논문에서는 적응적 지역 트라젝토리 기반의 데이터 저장소 (Data Centric Storage based on Adaptive Local Trajectory, ALT)기법을 제안한다. ALT기법에서는 데이터를 저장할 노드를 중심으로 트라젝토리를 형성하며 질의 빈도의 변화에 따라 적응적으로 트라젝토리 범위를 변화시킨다. 실험을 통하여 제안하는 ALT기법이 기존의 데이터 저장소 기법에 비해 질의 빈도에 따라 빠른 응답시간을 제공함을 보이며 질의처리를 위한 부하가 여러 노드로 분산됨을 보인다. 또한 이를 통하여 노드의 에너지 소모도 분산됨으로써 네트워크 수명을 연장할 수 있음을 설명한다.

환경콘 관입시스템을 이용한 유류저장소 및 폐기물매립지 지중환경특성 조사 (Geo-Environmental Site Investigation for Underground Oil Storage facilities and Landfill Using the Envi-Cone Penetrometer System)

  • 정하익;홍승서;김영진;홍성완;곽무영
    • 한국지하수토양환경학회:학술대회논문집
    • /
    • 한국지하수토양환경학회 2000년도 창립총회 및 춘계학술발표회
    • /
    • pp.33-36
    • /
    • 2000
  • The purpose of this study investigated underground oil storage(USTs) and Landfill using the envi-cone penetrometer system. The electrical resistivity sensor, pH sensor, ORP sensor, and thermometer are installed in envi-cone penetrometer system. This envi-cone penetrometer system provides a continuous profile of measurements, and it is rapid, repeatable, reliable and cost effective for investigation of contaminated ground.

  • PDF

Efficient Verifiable Top-k Queries in Two-tiered Wireless Sensor Networks

  • Dai, Hua;Yang, Geng;Huang, Haiping;Xiao, Fu
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제9권6호
    • /
    • pp.2111-2131
    • /
    • 2015
  • Tiered wireless sensor network is a network model of flexibility and robustness, which consists of the traditional resource-limited sensor nodes and the resource-abundant storage nodes. In such architecture, collected data from the sensor nodes are periodically submitted to the nearby storage nodes for archive purpose. When a query is requested, storage nodes also process the query and return qualified data as the result to the base station. The role of the storage nodes leads to an attack prone situation and leaves them more vulnerable in a hostile environment. If any of them is compromised, fake data may be injected into and/or qualified data may be discarded. And the base station would receive incorrect answers incurring malfunction to applications. In this paper, an efficient verifiable top-k query processing scheme called EVTQ is proposed, which is capable of verifying the authentication and completeness of the results. Collected data items with the embedded information of ordering and adjacent relationship through a hashed message authentication coding function, which serves as a validation code, are submitted from the sensor nodes to the storage nodes. Any injected or incomplete data in the returned result from a corresponded storage node is detected by the validation code at the base station. For saving communication cost, two optimized solutions that fuse and compress validation codes are presented. Experiments on communication cost show the proposed method is more efficiency than previous works.

저장공간에 채워진 부피 모니터링 시스템 개발 (Development of Volume Monitoring System Filled in Storage Space)

  • 이영태;권익현
    • 반도체디스플레이기술학회지
    • /
    • 제18권4호
    • /
    • pp.129-133
    • /
    • 2019
  • In this paper, we developed a system to monitor the storage capacity of suction-type device such as vacuum cleaner or crop harvesters. The monitoring system consists of load cells and a differential pressure sensor which simultaneously monitor the weight and volume of the stock. Since weighing objects stored in storage containers alone cannot fully monitor the level of filling, more accurate monitoring can be achieved by monitoring volume and fusion with weight information. The volume was monitored using a phenomenon in which the flow rate of the inhaled air varies depending on the volume of the object filled in the storage container. In this paper, we developed a system to monitor the storage in three stages: low, medium and high.

무선 센서 네트워크를 사용하여 물 수준 모니터링 (Cold Storage monitoring of Pharmaceutical Products using Near Field Communication, ZigBee and Sensor Cloud)

  • 아벨 찬드라;김범무;전성민;라지브;쿠마;산자;바트;이상일;오일환;이성로
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국정보통신학회 2013년도 추계학술대회
    • /
    • pp.435-437
    • /
    • 2013
  • This paper proposes a system composed of wireless sensor network and cloud to monitor storage environment of pharmaceutical products. Integration of sensor networks to cloud is an emerging architecture offering the benefits of internet for monitoring to be done easily and remotely from anywhere and anytime and at the same time freeing the sensor network from processing, analysis, computational and storage of sensor data.

  • PDF

IoT 수집 서버를 위한 공간효율적 압축-칼럼 관리 (Space-Efficient Compressed-Column Management for IoT Collection Servers)

  • 변시우
    • 예술인문사회 융합 멀티미디어 논문지
    • /
    • 제9권1호
    • /
    • pp.179-187
    • /
    • 2019
  • 소형 컴퓨팅 기기의 최근 발달과 더불어, 사물인터넷 기반 센서 네트워크가 광범위로 확산되고 있으며, 이제는 저렴한 비용으로 센서 연산 기능과 통신 기능을 사용가능하게 되었다. 센서 데이터 관리는 사물 인터넷 환경에서 주요한 요소이다. 센싱 장비로부터 발생되고 전파되는 엄청난 분량의 자료는 많은 유효 정보를 제공하고 사업추진을 위한 다음세대의 빅데이터로 생각되고 있다. 최신 컬럼 기반 압축 기법이 높은 공간 효율 때문에 대용량 서버에 장착되고 있다. 센서는 좁은 대역폭과 오류가 많은 무선 채널을 사용하므로, 센서 기반 저장 시스템은 불안정한 데이터 서비스에 노출되어 있다. 본 연구에서는 사물 인터넷 센서망에 대한 분석을 간략하게 서술하며, 사물 인터넷을 위한 신규 스토리지 관리 방법을 제안한다. 제안한 관리 방법은 레이드 스토리지 모형을 근거로 하고, I/O 성능의 감쇄 없이 공간 효율성을 높이기 위하여 컬럼 기반 분리 및 압축법을 활용한다. 컴퓨터 모의 성능 실험을 통하여 본 제안 저장 기법이 기존 Raid 제어 기법보다 우수하다는 결론을 얻었다.