written 7.8 years ago by | • modified 5.7 years ago |
OR
What are sensor network management design issues? Elaborate any one with example.
Mumbai University > Electronics and Telecommunication > Sem8 > Wireless Networks
Marks: 10 M
Year: May 2016
written 7.8 years ago by | • modified 5.7 years ago |
OR
What are sensor network management design issues? Elaborate any one with example.
Mumbai University > Electronics and Telecommunication > Sem8 > Wireless Networks
Marks: 10 M
Year: May 2016
written 7.8 years ago by | • modified 7.8 years ago |
Requirement of NM in WSN:
WSN is a special type of wireless network
• Possibly with ad hoc structure and
• Probably with limited resources.
Due to these WSN constraints networking protocols, the application model, middleware and sensor node OS (operating systems) should be designed very carefully. So here, Network management for WSNs is required to use those limited resources effectively & efficiently.
Importance of NM in WSN: is for following reasons. (Design Issue)
In order to deploy an Adaptive and Resource-Efficient algorithm in WSNs, the current resource level needs to be gathered through network management. For example the power availability should be known before switching a sensor node from active (or sleep) mode to sleep (or active) mode. Most traditional networks do not have these requirements.
Collaboration and Cooperation between sensor nodes are required to optimize system performance.
Most WSN applications need to know the coverage area so that they ensure that the entire space is being monitored. Topology management can be used in case an uncovered area is detected. Approaches to increasing the coverage area:
a. Increase the node's radio power,
b. Increase the density of deployment of senor nodes, and
c. Move the sensor nodes around to achieve equal distribution.
Transport Proctocol Design Issues:
The design of transport protocols for WSNs should consider the following factors:
i. Perform congestion control and reliable delivery of data.
ii. Since most data are from the sensor nodes to the sink, congestion might occur around the sink. WSNs need a mechanism for packet loss recovery, such as ACK and selective ACK used in TCP.
iii. It may be more effective to use a hop-by-hop approach for congestion control and loss recovery since it may reduce packet loss and therefore conserve energy.
iv. The hop-by-hop mechanism can also lower the buffer requirement at the intermediate nodes.
v. Transport protocols for wireless sensor networks should simplify the initial connection establishment process or use a connectionless protocol to speed up the connection process, improve throughput and lower transmission delay.
vi. Transport protocols for WSNs should avoid packet loss as much as possible since loss translates to energy waste.
vii. To avoid packet loss, the transport protocol should use an Active Congestion Control (ACC) at the cost of slightly lower link utilization.
viii. The transport control protocols should guarantee fairness for a variety of sensor nodes.
ix. If possible, a transport protocol should be designed with cross-layer optimization in mind.
x. For example, if a routing algorithm informs the transport protocol of route failure, the protocol will be able to deduce that packet loss is not from congestion but from route failure.