• 제목/요약/키워드: Data Gathering Tree

검색결과 26건 처리시간 0.022초

A Lifetime-Preserving and Delay-Constrained Data Gathering Tree for Unreliable Sensor Networks

  • Li, Yanjun;Shen, Yueyun;Chi, Kaikai
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제6권12호
    • /
    • pp.3219-3236
    • /
    • 2012
  • A tree routing structure is often adopted for many-to-one data gathering and aggregation in sensor networks. For real-time scenarios, considering lossy wireless links, it is an important issue how to construct a maximum-lifetime data gathering tree with delay constraint. In this work, we study the problem of lifetime-preserving and delay-constrained tree construction in unreliable sensor networks. We prove that the problem is NP-complete. A greedy approximation algorithm is proposed. We use expected transmissions count (ETX) as the link quality indicator, as well as a measure of delay. Our algorithm starts from an arbitrary least ETX tree, and iteratively adjusts the hierarchy of the tree to reduce the load on bottleneck nodes by pruning and grafting its sub-tree. The complexity of the proposed algorithm is $O(N^4)$. Finally, extensive simulations are carried out to verify our approach. Simulation results show that our algorithm provides longer lifetime in various situations compared to existing data gathering schemes.

센서 네트워크에서 에너지 효율과 충돌 회피를 위한 타임 트리 스케줄링 (A Time Tree Scheduling Scheme for Energy Efficiency and Collision Avoidance in Sensor Networks)

  • 이길흥
    • 한국멀티미디어학회논문지
    • /
    • 제12권7호
    • /
    • pp.962-970
    • /
    • 2009
  • 본 논문은 무선 센서 네트워크에서 데이터를 수집하고 스케줄링을 수행하는 방안을 제시한다. 각각의 센서 노드에서 베이스 노드로 데이터를 모으기 위해, 데이터 수집 타임 트리를 사용한다. 데이터를 베이스 노드로 전송하는 과정에서 충돌 확률을 줄이고 효율적인 에너지의 사용을 위해 타임 트리가 사용된다. 타임 트리는 베이스 노드가 루트이고, 각 센서 노드가 데이터를 전송하는 중계 노드 혹은 단말 노드가 된다. 트리내의 노드는 정해진 시간에 활성화하여 데이터를 보내고, 대기상태로 돌아가 에너지를 보존한다. 각각의 타임 트리는 서로 다른 활성 비율과 활성 시간을 갖는다. 제안 기법은 SMAC과 DMAC과 같은 다른 활성 기반의 매체 접근 프로토콜과 비교해서 더 좋은 에너지 효율과 데이터 도착율을 갖는다.

  • PDF

무선 센서망에서 이동 싱크의 동적 브랜치를 통한 데이터 수집 방안 (A Data Gathering Scheme using Dynamic Branch of Mobile Sink in Wireless Sensor Networks)

  • 이길흥
    • 한국ITS학회 논문지
    • /
    • 제11권1호
    • /
    • pp.92-97
    • /
    • 2012
  • 본 논문은 무선 센서망에서 이동 싱크의 동적 브랜치를 통한 데이터 수집 방안을 제안한다. 데이터 전달에 이용되는 트리는 싱크 노드를 루트 노드로 하고 복수개의 브랜치를 가지며, 싱크의 이동과 함께 노드의 부모가 동적으로 변경된다. 또한, 홉 기반의 필터와 플러딩의 효과적인 제한을 통해 제어 트래픽을 줄이고, 효율적인 데이터 전달을 이루는 트리구성 방안을 다룬다. 시뮬레이션 결과를 통해, 제안된 데이터 수집 방안이 기존의 방안과 비교하여, 높은 데이터 도착율과 낮은 전달 지연, 그리고 효과적인 에너지 절약을 보이는 것은 확인할 수 있었다.

파워 빔 구조에서 GTS 기반 센서 데이터 수집 방안 (A GTS-based Sensor Data Gathering under a Powerful Beam Structure)

  • 이길흥
    • 디지털산업정보학회논문지
    • /
    • 제10권1호
    • /
    • pp.39-45
    • /
    • 2014
  • This paper proposes an architecture of a sensor network for gathering data under a powerful beam cluster tree architecture. This architecture is used when there is a need to gather data from sensor node where there is no sink node connected to an existing network, or it is required to get a series of data specific to an event or time. The transmit distance of the beam signal is longer than that of the usual sensor node. The nodes of the network make a tree network when receiving a beam message transmitting from the powerful root node. All sensor nodes in a sink tree network synchronize to the superframe and know exactly the sequence value of the current superframe. When there is data to send to the sink node, the sensor node sends data at the corresponding allocated channel. Data sending schemes under the guaranteed time slot are tested and the delay and jitter performance is explained.

Use of Tree Traversal Algorithms for Chain Formation in the PEGASIS Data Gathering Protocol for Wireless Sensor Networks

  • Meghanathan, Natarajan
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제3권6호
    • /
    • pp.612-627
    • /
    • 2009
  • The high-level contribution of this paper is to illustrate the effectiveness of using graph theory tree traversal algorithms (pre-order, in-order and post-order traversals) to generate the chain of sensor nodes in the classical Power Efficient-Gathering in Sensor Information Systems (PEGASIS) data aggregation protocol for wireless sensor networks. We first construct an undirected minimum-weight spanning tree (ud-MST) on a complete sensor network graph, wherein the weight of each edge is the Euclidean distance between the constituent nodes of the edge. A Breadth-First-Search of the ud-MST, starting with the node located closest to the center of the network, is now conducted to iteratively construct a rooted directed minimum-weight spanning tree (rd-MST). The three tree traversal algorithms are then executed on the rd-MST and the node sequence resulting from each of the traversals is used as the chain of nodes for the PEGASIS protocol. Simulation studies on PEGASIS conducted for both TDMA and CDMA systems illustrate that using the chain of nodes generated from the tree traversal algorithms, the node lifetime can improve as large as by 19%-30% and at the same time, the energy loss per node can be 19%-35% lower than that obtained with the currently used distance-based greedy heuristic.

무선 센서 네트워크에서 에너지 효율적인 데이터 병합 트리의 생성 방법 (Construction of Energy-Efficient Data Aggregation Tree in Wireless Sensor Networks)

  • 최현호
    • 한국통신학회논문지
    • /
    • 제41권9호
    • /
    • pp.1057-1059
    • /
    • 2016
  • 무선 센서 네트워크에서 센싱 정보의 수집 시간과 노드의 에너지 소비량 간의 트레이드오프를 고려하여 에너지 소비를 최소화하면서도 빠른 시간 내에 센싱 정보를 수집하는 에너지 효율적인 데이터 병합 트리의 생성 방법을 제안한다. 본 제안 방안은 빠른 정보 수집을 위하여 센서노드와 싱크노드간 최대 거리의 증가를 최소화하면서 에너지 소비를 줄이기 위하여 노드간 연결 링크 비용을 최소화하는 병합 트리를 생성한다. 시뮬레이션 결과, 제안 방법은 기존 방법 보다 병합 트리를 보다 더 낮은 복잡도로 생성 가능하며 기존 방식 대비 높은 에너지 효율을 보여 준다.

데이터마이닝을 이용한 자동차부품 품질개선 연구 (Quality Imporovement of Auto-Parts Using Data Mining)

  • 변용완;양재경
    • 대한안전경영과학회지
    • /
    • 제12권3호
    • /
    • pp.333-339
    • /
    • 2010
  • Data mining is the process of finding and analyzing data from a big database and summarizing it into useful information for a decision-making. A variety of data mining techniques have been being used for wide range of industries. One application of those is especially so for gathering meaningful information from process data in manufacturing factories for quality improvement. The purpose of this paper is to provide a methodology to improve manufacturing quality of fuel tanks which are auto-parts. The methodology is to analyse influential attributes and establish a model for optimal manufacturing condition of fuel tanks to improve the quality using decision tree, association rule, and feature selection.

효율적 수배송을 위한 배차계획시스템의 개발 (A Vehicle Scheduling System for Efficient Delivery)

  • 박병춘;박종연
    • 산업공학
    • /
    • 제11권1호
    • /
    • pp.67-74
    • /
    • 1998
  • This study is to develop a vehicle scheduling system for the efficient delivery of goods to places of business. For gathering data and testing the system developed, we have chosen a company which is located in Taegu city and has more than 700 delivery points over Taegu city and Kyungbuk province. We consider multiple vehicle types, travel time restrictions on vehicles, vehicle acceptance restrictions at delivery points, and other operational restrictions. We divide the whole delivery points into 44 regions and generate a region-based shortest path tree. Based on the shortest path tree, we perform vehicle assignment sequentially for each vehicle used. Then vehicle routings are determined. We have implemented the whole procedure on computer system. The system developed is flexible enough to be applicable to other companies by just changing the standard data.

  • PDF

무선 센서 네트워크에서 에너지 효율성을 고려한 라우팅 트리 구축 알고리즘 (A Routing-Tree Construction Algorithm for Energy Efficiency in Wireless Sensor Network)

  • 김열상;김현수;전중남
    • 정보처리학회논문지C
    • /
    • 제16C권6호
    • /
    • pp.731-736
    • /
    • 2009
  • 무선 센서 네트워크는 여러 개의 센서 노드들이 분산 배치되어 서로 통신하고 중계하여 데이터를 수집한다. 센서 노드에서 수집한 데이터를 싱크까지 전달하는 방식을 정의하는 라우팅 프로토콜은 구성 방식에 따라 센서 네트워크 전체의 수명에 영향을 준다. 본 논문에서는 무선 센서 네트워크에서 단일 플러딩에 의한 라우팅 트리를 구축하는 알고리즘인 RTAF를 제안한다. RTAF는 플러딩 전파 과정에서 정방향 플러딩 패킷으로 노드의 부모 노드를 선택하고, 역방향 플러딩 패킷으로 자식노드들을 결정함으로써 라우팅 트리를 구축한다. 에너지가 많은 노드가 라우팅 트리의 부모 노드가 되도록 만들어 주고, 일정 시간 간격으로 라우팅 트리를 다시 구성하여 부하를 분산한다. RTAF는 라우팅을 위한 트리를 구성하는 Modified-LEACH와 성능을 NS2 네트워크 시뮬레이션 도구로 실험하여 비교하였다. 라우팅 트리를 구축하는 시간이 짧고, 라우팅 트리 구축 패킷량은 40-80%로 감소하였다.

재난 모니터링을 위한 편대비행 UAV 네트워크에서 동적 트리 형성 프로토콜 (Dynamic Tree Formation Protocol in UAV Formation Flying Network for Disaster Monitoring)

  • 박진희;김연주;정진욱
    • 한국항행학회논문지
    • /
    • 제16권2호
    • /
    • pp.271-277
    • /
    • 2012
  • 본 논문에서는 재난모니터링, 환경감시 및 재난구호 등의 정보 수집 및 정찰 등의 임무를 수행하는 다수의 UAV들로 구성된 편대비행 네트워크를 위해 동적 트리 형성 프로토콜을 제안하였다. 특히 무선 동적 환경에 적응한 최적의 트리를 구성하기 위한 링크 비용을 구하기 위해 거리에 따른 무선 신호 감쇄현상을 적용하여 Hop-LQI Weight 알고리즘을 고안하였으며 이를 MSP430 K-mote 센서 플랫폼에 TinyOS 코드를 구현하였다. 이를 무선 통신에서 링크 비용 산출 기법인 Minimum LQI 방법과 노드 수에 따른 평균 경로 설정시간을 비교를 통하여 성능을 검증하였다.