2018 - Cross Layer Approach Formobile WSN
2018 - Cross Layer Approach Formobile WSN
ABSTRACT
Mobility in wireless sensor networks (WSNs), can have profound effect on the network operation.This effect is
diverse according to several parameters that include: application diversity, network topography (topology),
network connectivity and deployed node(s) or sensed event(s) location estimation. One major finding is that
these networks suffer from control packet overhead anddelivery ratio degradation. This increases the network‟s
energy consumption. This work introduces a cross-layer operation model that can improve the energy
consumption and system throughput of IEEE 802.15.4 MWSNs. The proposed model integrates four layers in
the network operation: 1) application (node location); 2) network (routing); 3) medium access control (MAC);
and 4) physical layers. The model employs a mechanism tominimize the neighbor discovery broadcasts to the
active routesonly. Reducing control packet broadcasts between the nodesreduces the network‟s consumed
energy. It also decreases theoccupation period of the wireless channel. The model operationleads the network
to consume less energy while maintaining thenetwork packet delivery ratio. Simulations have been carried out
to check the efficacy of the proposed operation model .
IJSRST184861 | Received : 10 May 2018| Accepted : 25 May 2018 | May-June-2018 [ 4 (8) : 232-239]
232
et al. Int J S Res Sci. Tech. 2018 May-June;4(8) : 232-239
Mobility can introduce a critical challenge to the minimize the neighbor discovery broadcasts to the
operation of the deployed network: active routes only. The model operation leads the
network to consume less energy while maintaining
1. If mobility is limited to special node(s), then those the network packet delivery ratio
nodes can suffer from a bottleneck problem. A
considerable plan and calculations are required to II. LITERATURE SURVEY
estimate the optimum number and paths for the
special node(s) to cover the deployed network. DD Chaudhary in his work “A new dynamic energy
2. If mobility is random. i.e., sensor nodes are also efficient latency improving protocol for wireless
mobile in the network, the effect is greater as the sensor networks” has explored the concept of distance
network topology changes become rapid and that metric based routing protocol approach for „high
affects the connectivity of the nodes. Topology energy efficiency‟ and „shortest path selection‟ for
changes have an effect on the routing operation as the latency improvement. The proposed new protocol is
links need to be rebuilt frequently; therefore, there is „Dynamic Energy Efficient Latency Improving
an increase energy consumption of the nodes. Protocol (DEELIP). The simulation results are
Mobility affects the MAC protocol operation because compared with „AODV‟ routing protocol. It is
the connectivity can suffer from broken connections observed that in proposed protocol; the overhead of
due to the transmission range of the wireless interface. the network traffic is reduced, resulting in
The location of the sensor node(s) in random mobility improvement of energy efficiency and latency than
is of importance because the sensed event is attached existing routing protocols.
to the location of the sensor node. In a mobile
scenario, a localization mechanism becomes a G Anastasi et al in their work “A comprehensive
frequent operation leading to an increment in node(s) analysis of the MAC unreliability problem in IEEE
energy consumption. 802.15.4 wireless sensor networks “has focused on
IEEE 802.15.4 WSNs and show that they can suffer
The focus of this paper is the random mobility of the from a serious unreliability problem. They have
deployed sensor nodes and how it has effects on the carried out an extensive analysis based on both
networks operation in terms of the connectivity and simulation and experiments on a real WSN to
location estimation of the nodes. The connectivity investigate the fundamental reasons of this problem,
issue is dealt with by using routing protocols and and have found that it is caused by the contention-
MAC protocols as both layers are responsible of based MAC protocol used for channel access and its
insuring an available connection between one hop and default parameter values. They also concluded that,
another. The location information is an application with a more appropriate MAC parameters setting, it is
layer attachment; however, it requires a specific possible to mitigate the problem and achieve a
mechanism to estimate the location of the mobile delivery ratio up to 100%, at least in the scenarios
node(s). This paper introduces a cross-layer operation considered in this paper. However, this improvement
model that can improve the energy consumption and in communication reliability is achieved at the cost of
system throughput of IEEE 802.15.4 MWSNs. The an increased latency, which may not be acceptable for
proposed model integrates four layers in the network industrial applications with stringent timing
operation: 1) application (node location); 2) network requirements.
(routing); 3) medium access control (MAC); and 4)
physical layers. The model employs a mechanism to
L Karim et al in their work “ Reliable location-aware In the existing systems a self-adaptive sleep/wake-up
routing protocol for mobile wireless sensor network” scheduling approach used , which takes both energy
have proposed a location-aware and fault tolerant saving and packet delivery delay into account. This
clustering protocol for mobile WSN (LFCP-MWSN) approach is an asynchronous one and it does not use
that is not only energy efficient but also reliable. the technique of duty cycling. Thus, the trade-off
LFCP-MWSN also incorporates a simple range free between energy saving and packet delivery delay can
approach to localize sensor nodes during cluster be avoided. In most existing duty cycling based
formation and every time a sensor moves into another sleep/wake-up scheduling approaches, the time axis is
cluster. Simulation results show that LFCP-MWSN divided into periods, each of which consists of several
protocol has about 25-30% less energy consumptions time slots. In each period, nodes adjust their sleep and
and slightly less end-to-end data transmission delay wake up time, i.e., adjusting the duty cycle, where
than the existing LEACH-Mobile and LEACH- each node keeps awake in some time slots while sleeps
Mobile-Enhanced protocols. in other time slots.
On the basis of literature survey carried out we The existing systems suffer from Data loss , reduced
observe that these networks suffer from control network life time, premature node failure
packet overhead and delivery ratio degradation. This
increases the network‟s energy consumption. Mobility Thus the objective of our work is to improve the
can introduce a critical challenge to the operation of energy consumption and system throughput of IEEE
the deployed network. If mobility is limited to special 802.15.4 mobile wireless sensor network while
node(s), then those nodes can suffer from a bottleneck minimizing the power utilized by the network. The
problem. A considerable plan and calculations are focus is to reduce control packet broadcasts between
required to estimate the optimum number and paths the nodes for reducing the network‟s consumed
for the special node(s) to cover the deployed network. energy and simultaneously decreasing the data
If mobility is random. i.e., sensor nodes are also transmission time resulting in high speed
mobile in the network, the effect is greater as the communication
network topology changes become rapid and that
affects the connectivity of the nodes. Topology III. PROPOSED SYSTEM AND ITS METHODOLOGY
changes have an effect on the routing operation as the
links need to be rebuilt frequently; therefore, there is In the proposed algorithm, nodes instead of
an increase energy consumption of the nodes. forwarding the packets to all the encountered
Mobility affects the MAC protocol operation because neighboring nodes, select only the appropriate node
the connectivity can suffer from broken connections and the selection of appropriate node is based on the
due to the transmission range of the wireless interface. distance and energy level. Firstly, only the
The location of the sensor node(s) in random mobility neighboring nodes having distance less than neighbor
is of importance because the sensed event is attached discovery range are considered as neighboring nodes
to the location of the sensor node. In a mobile and the neighboring nodes are filtered by calculating
scenario, a localization mechanism becomes a the distance to destination. Nodes which have
frequent operation leading to an increment in node(s) distance less than average distance are selected as
energy consumption. neighboring nodes. Thus this method presents a
routing mechanism which aims at reducing energy
consumption in the network which is accomplished
by avoiding broadcasting of messages to all the establish a route to the destination node. The routing
neighboring nodes thus reducing the number of protocol utilized in the operation model utilizes a
transmissions in the network. For proposed system periodic neighbor maintenance message which is a
Network life time will be high when compare with hello packet. Hello packets are broadcast packets;
existing system with reduced energy consumption therefore, it was possible to utilize the neighbor list
and low packet loss. At the same time the throughput from the network layer in the data-link layer. This
is high with high packet delivery ratio and low delay eliminated the need for neighbor discovery messages
.The overall system gets more secured and avoids to be sent by the MAC protocol.
dummy traffic.
After the destination node received the RREQ packets,
it replied by sending a unicast route reply (RREP)
packet. The destination node embedded its own
location information in the RREP message and sent it
back to the next hop node in the reverse route. The
next hop node in the reverse route calculated the
distance between it and the destination node and
exported this information to the data-link layer. The
MAC protocol utilized the transmission power
control-based on the distance information and
Figure 1. The flow diagram of the proposed system calculated the required power to use when sending
data packets back to the destination node. The
transmission power and range is calculated by
implementing the radio propagation model according
to the distance calculated by the nodes. The distance
between two nodes is calculated as the Euclidian
distance between two points. This operation was
repeated through all nodes until the source node.
NEIGHBOR DISCOVERY
On-demand reactive routing protocol that
uses routing tables with one entry per
destination.
When a source node needs to find a route to a
destination, it starts a route discovery process,
based on flooding, to locate the destination
node.
Upon receiving a route request (RREQ) packet,
intermediate nodes update their routing tables
for a reverse route to the source.
Similarly, the forward route to the destination
is updated upon reception of a route reply Figure 8. showing the fitness function
Figure 10. showing the communication in the Figure 13. showing the ratio of Packet Delivery
FFAOMDV Protocol in MANET between nodes in the network.