| Literature DB >> 27827971 |
Tao Huang1,2, Siyu Yan3,4, Fan Yang5,6, Jiang Liu7,8.
Abstract
Wireless sensor networks (WSNs) have been widely applied in agriculture field; meanwhile, the advent of multi-domain software-defined networks (SDNs) have improved the wireless resource utilization rate and strengthened network management. In recent times, multi-domain SDNs have been applied to agricultural sensor networks, namely multi-domain software-defined wireless sensor networks (SDWSNs). However, when the SDNs controlling agriculture networks suddenly become unavailable, whether intra-domain or inter-domain, sensor network communication is abnormal because of the loss of control. Moreover, there are controller and switch info-updating problems even if the controller becomes available again. To resolve these problems, this paper proposes a new approach based on an Open vSwitch extension for multi-domain SDWSNs, which can enhance agriculture network survivability and stability. We achieved this by designing a connection-state mechanism, a communication mechanism on both L2 and L3, and an info-updating mechanism based on Open vSwitch. The experimental results show that, whether it is agricultural inter-domain or intra-domain during the controller failure period, the sensor switches can enter failure recovery mode as soon as possible so that the sensor network keeps a stable throughput, a short failure recovery time below 300 ms, and low packet loss. Further, the domain can smoothly control the domain network again once the controller becomes available. This approach based on an Open vSwitch extension can enhance the survivability and stability of multi-domain SDWSNs in precision agriculture.Entities:
Keywords: multi-domain SDN; network survivability; wireless sensor network in agriculture
Year: 2016 PMID: 27827971 PMCID: PMC5134520 DOI: 10.3390/s16111861
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.576
Figure 1(a) Multi-domain software-defined wireless sensor networks (SDWSNs); (b) The link failure in a domain.
Figure 2The connection-state processing mechanism. This mechanism uses a dynamic probe to track the connection-state and then transfers the real-time state to the incoming packet. The packet depends on the current state to execute an appropriate stateful match.
Figure 3(a) The Domain-A topology before disaster; (b) the Domain-A topology after disaster.
Figure 4State transition. The switch can enter an appropriate state when the connection state between the controller and the switch changes.
Entries with different connect state match fields.
| Flow Table | Match | Actions |
|---|---|---|
| 0 | connect_state = disconnection | self-learning, go to flow |
| connect_state = connection | go to flow Table n |
Figure 5L3 module for the inter-domain network. Before the packet is routed in gateway and can’t get the destination mac, L3 module will send the ARP request to get the destination mac and generate a new entry to avoid triggering the ARP again.
Figure 6(a) Entries and topology before the controller failure; (b) Entries and topology after the controller failure. The orange link shows the connection relationship that changes. The entries that direct packets to switch-1 should be updated, too.
Figure 7Failure recovery time of CDF (Cumulative Distribution Function).
Figure 8The number of consecutive packet losses during recovery time.
Figure 9Instant throughput over time.
Figure 10The relationship between the topology scale and performance.