Analyzing The Interaction of Ascent With Ieee 802.11E Mac in Wireless Sensor Network
Analyzing The Interaction of Ascent With Ieee 802.11E Mac in Wireless Sensor Network
-------------------------------------------------------------***----------------------------------------------------------------
Abstract A wireless sensor network (WSN) consists of a [6]. There are many topology management schemes for
number of sensors distributed in the sensor field. These sensor network, like ASCENT, SPAN, BEES, STEM and GAF
sensors monitor physical or environmental conditions. In [1], [3], [9], [12]. They help the network to perform better
Adaptive Self-Configuring sEnsor Networks Topologies
by their management of controlling data packets, reducing
(ASCENT) the nodes can coordinate to exploit the redundancy
provided by the high density, so as to extend overall system
energy consumption and so on. We also surveyed many
lifetime. When the nodes detect high message loss, it requests congestion control schemes [8], [10], [11] to improve the
additional nodes in the region to join the network in order to topologies.
relay messages. This reduces nodes duty cycle if it detects In our work we have taken the ASCENT (Adaptive Self
high message losses due to collisions. Due to dense Configuring sEnsor Network Topologies) topology
deployment congestion becomes more common phenomenon management scheme [1], which is an adaptive network
from simple periodic traffic to unpredictable bursts of topology for mobile network. It can dynamically choose
messages triggered by external events. Congestion causes ACTIVE nodes to send messages successfully in the network.
huge packet loss and thus blocks reliable event perception.
In ASCENT the limitation is the packet loss due to
Congestion in wireless sensor networks causes packet loss,
and thus also leads to excessive energy consumption. So we
congestion. Hence the energy consumed will be higher and
need to control congestion in WSN in order to prolong system throughput will be less. To overcome this we use IEEE
lifetime. In order to reduce the congestion, we have 802.11e MAC layer and we analysis the performances like
implemented MAC layer 802.11e instead of CSMA. It is packet delivery ratio, system throughput and energy
observed that the proposed scheme performs well in terms of consumption and will be comparing ASCENT with CSMA.
packet delivery ratio, throughput and energy consumption. The paper is organised as follows, section II discusses the
related work in topology of wireless sensor network,
Keywords Wireless Sensor Networks, ASCENT, Topology, section III explains ASCENT, section IV explains the
MAC layer, Lifetime Improvement factor, NS2.
interaction of ASCENT with MAC 802.11e, in section V
I. INTRODUCTION results and analysis are discussed and conclusion is given in
the final section.
Wireless Sensor Network consists of large number of
sensor nodes deployed either uniformly or randomly in the II. RELATED WORK
field. These nodes will always be wasting energy as they C. Wang et al have proposed Upstream Congestion
will be in active state. Hence the main goal is to put some of Control in Wireless Sensor Networks through Cross-Layer
the sensor nodes in sleep state and some other nodes in Optimization [10]. In this congestion is classified as node
active state. Battery life, sensor update rates, and size are level congestion and link level congestion. Node level
all major design considerations in wireless sensor networks. congestion causes packet loss and queuing delay and this
Recent advances have resulted in the ability to integrate leads to retransmission, so consumes additional energy.
sensors, radio communications, and digital electronics into Link level congestion increases service time which leads to
a single integrated circuit package, which reduces size and decrease in both link utilization and overall throughput. In
complexity of the node. This capability is enabling networks this Priority-based congestion control protocol (PCCP) is
of very low cost sensors that are able to communicate with proposed. This employs packet based computation to
each other using low power wireless data routing protocols. optimize congestion control.
A wireless sensor network consists of a base station that Md. Mamun-Or-Rashid et al have proposed Reliable
can communicate with a number of wireless sensors. Data Event Detection and Congestion Avoidance in Wireless
is collected at the wireless sensor node, transmitted to the Sensor Networks [8]. Here congestion avoidance protocol
gateway directly or uses other wireless sensor nodes to [8] includes hierarchical medium access control (HMAC)
forward data to the gateway. The transmitted data is then and weighted round robin forwarding (WRRF) are
given to the system by the gateway connection. proposed. In HMAC node carrying higher amount of traffic
We have carried out an extensive survey on wireless gets more accesses than others. Therefore, downstream
sensor networks and topology management schemes [2], nodes obtain higher access to the medium than the
2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 206
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072
2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 207
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072
The probability of nodes in passive or sleep state is given We have implemented ASCENT and then combined
by ASCENT with IEEE 802.11e and thereby performance is
analysed by comparing ASCENT with CSMA. The ASCENT
P(passive) (1)
1 with IEEE 802.11e scheme has better performance in terms
P(sleep) 1 P(passive) (2) of packet delivery ratio, throughput and energy
conservation when compared to ASCENT with CSMA MAC
The probability of x nodes in the passive state is given by layer.
n
1 x 1
p( x ) 1 . (3) A. Simulation Environment
1 1 Simulation is carried out using Network simulator (NS2).
Here is the ratio of passive time Tp to the sleep time Ts In our simulation we have considered random deployment
and n is number of nodes. of nodes with mobility. We have taken the number of nodes
By taking x=1 and x=2 we can find the minimum value of as 20, 40, 60, 80 and 100 and plotted against various
as 1 and 2 respectively. The solution is given by parameters like packet delivery ratio, throughput and
1
log(1p t ) energy consumption. Their performance evaluation is
1 10 n 1 (4) discussed below. We have taken initial energy for each
1
log(1 p t ) node as 1000 J.
2 10 n
1 1 (5)
Where pt is minimum probability threshold.
With these values we can set the sleep time (Ts) and B. Dependency of value on Pt
passive time (Tp).
1
IV. INTERACTION OF ASCENT WITH IEEE 802.11 x=1,Pt=99%
0.9
In our proposed work we have analysed the interaction x=1,Pt=95%
of ASCENT with IEEE 802.11e MAC layer. This MAC layer is 0.8 x=2,Pt=99%
x=2,Pt=95%
specially designed to provide quality of service in a network 0.7
[5]. To achieve this, a new coordination function is used
0.6
namely hybrid coordination function (HCF). The HCF
Gamma
2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 208
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072
70 900
60
800
CSMA
50
IEEE 802.11e
Consumed energy
700
40
30 600
20 500
10
400
0
20 40 60 80 100 120
300
Number of nodes
VI. CONCLUSIONS
In this paper we have implemented ASCENT with CSMA.
D. Throughput We have integrated ASCENT with IEEE 802.11e MAC layer.
Throughtput of the system We analysed the parameters namely packet delivery ratio,
1500 system throughput and energy consumption for both CSMA
and IEEE 802.11e MAC layers. It is inferred that ASCENT
CSMA with IEEE 802.11e MAC layer provides higher packet
IEEE 802.11e
delivery ratio, increased system throughput and lower
1000 energy consumption when compared to ASCENT with
Throughput (B/s)
REFERENCES
500
[1] Alberto Cerpa and Deborah Esttrin, ASCENT: Adaptive Self-
Configuring sEnsor Networks Topologies, IEEE Transactions on
mobile computing, Vol.3, July-September 2004.
[2] Akyildiz. I.F, Su. W, Sankarasubramaniam. Y, Cayirci. E, Wireless
sensor networks: a survey, 2002 Published by Elsevier Science B.V,
0 Computer Networks 38 (2002) pp.392-422.
20 40 60 80 100 120 [3] Chen. B, Jamieson. K, Balakrishnan. H, Morris.R (2002), Span: An
Number of nodes Energy-Efficient Coordination Algorithm for Topology Maintenance
in Ad Hoc Wireless Networks Springer, 8(5).
Figure 4. Throughput [4] Curt Schurgers, Vlasios Tsiatsis, Mani B. Srivastava, STEM:
Topology Management for Energy Efficient Sensor Networks,
Throughput of the network is analysed and it is shown in IEEEAC paper #260, Updated Sept 24, 2001.
Figure 4. The throughput of the network is higher in [5] IEEE Std 802.11e-2005
ASCENT with IEEE 802.11e when compared with ASCENT [6] Mo Li, Baijian Yang: A Survey on Topology issues in Wireless Sensor
with CSMA. From this it is inferred that ASCENT with IEEE Network In Proceedings of ICWN, Las Vegas, Nevada, USA, June
2006, pp.503 - 509.
802.11e MAC provides higher system capacity.
2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 209
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072
[7] Miguel A. Labrador and Pedro M. Wightman, Topology Control in [10] Wang. C, Li. B, Sohraby. K, Daneshmand. M and Hu. Y, Upstream
Wireless Sensor Networks, Springer April 2009 Congestion Control in Wireless Sensor Networks Through Cross-
[8] Mamun-Or-Rashid. Md, Muhammad Mahbub Alam, Abdur Razzaque. Layer Optimization, IEEE Journal On Selected Areas In
Md, and Choong Seon Hong, Reliable Event Detection and Communications, Vol. 25, No. 4, May 2007
Congestion Avoidance in Wireless Sensor Networks,HPCC 2007, [11] Xiang-Yang Li, Kousha Moaveni-Nejad, Wen-Zhan Song, Wei-Zhao
LNCS 4782, pp521-532, 2007. Wang, Interference-Aware Topology Control for Wireless Sensor
[9] Rong Yu, Zhi Sun, and Shunliang Mei (2007), Scalable Topology and Networks, IEEE SECON 2005 proceedings.
Energy Management in Wireless Sensor Networks, in the [12] Y. Xu, J. Heidemann, D. Estrin, Geography-informed energy
proceedings of the IEEE WNCA. conservation for ad hoc routing, MobiCom 2001, Rome, Italy, pp.
70-84, July 2001.
2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 210