SlideShare a Scribd company logo
International Journal of Computer Techniques -– Volume 3 Issue 2, Mar-Apr 2016
ISSN :2394-2231 http://www.ijctjournal.org Page 158
A New Approach For Reducing Routing Overhead In MANET
Shraddha Dabhade1
, Shilpa Verma2
1
(ME Student, Department of Computer Engineering,
Thadomal Shahani Engineering College, Mumbai University, Mumbai-50)
2
(Associate Professor, Department of Computer Engineering,
Thadomal Shahani Engineering College, Mumbai University, Mumbai-50)
----------------------------------------************************----------------------------------
Abstract:
In MANET, the mobiles nodes are connected dynamically with the help of wireless links without
having a fixed infrastructure or centralized administration. These nodes move freely and organize
themselves arbitrarily thus change the network topology rapidly and unpredictably. As a result, there exits
frequent link breakages which leads to path failures and route discoveries. The route discovery can lead to
overhead which cannot be neglected. Therefore, the fundamental challenge of MANET is to develop a
dynamic routing protocol that efficiently establish routes to deliver the packets with minimum overhead,
high throughput and low end to end delay. In order to handle overhead issues, the proposed system has
presented a novel scheme rebroadcast delay and a rebroadcast probability which will help to reduce the
number of retransmissions thereby improving routing performance. In addition, the proposed system is
compared with existing routing protocol AODV in terms of packet delivery ratio, packet loss and end to
end delay
Keywords — Networking, Mobile Ad-Hoc Network, Routing overhead, NCPR, NS2
----------------------------------------************************-------------------------------
I. INTRODUCTION
With the increased popularity of mobile ad-hoc
network, a growing research activity is carried out
due to its potential civilian and military applications.
In MANETs, mobiles nodes are interconnected
without having fixed infrastructure via wireless
links. These mobile nodes move freely and are self
organized dynamically without having a centralized
administration.
MANETS offers various advantages such as fault
tolerance, less infrastructure costs and ease of
establishment. However, node mobility is the key
factor within MANET which can cause the network
topology to change rapidly which leads to frequent
link breakages and path failures.
Various routing protocols have been proposed for
mobile ad-hoc networks over the recent years. The
routing protocol for MANETS fall into two
categories depending upon the initiation of route
discovery: proactive and reactive. The proactive
routing protocols such as DSDV and OSLR aims to
maintain consistent and up-to-date routing
information for every node. These mobile nodes are
required to periodically locate and maintain paths to
every possible destination which leads to large
routing overhead in high mobility environment. In
reactive routing protocols such as AODV and DSR,
routes are discovered on demand thereby improving
scalability of MANETS. However, node mobility
can cause frequent link breakages which leads to
path failures and route discovery thereby increasing
routing overhead.
This paper proposes a novel Trusted Neighbour
Coverage-Based Probabilistic Rebroadcast Scheme
that integrates the approach of Probabilistic
mechanism and Neighbour Coverage Knowledge
which will significantly help to decrease the
number of rebroadcasts thereby reduce the routing
overhead and enhance routing performance. The
proposed system has a novel rebroadcast delay
which can be used to determine the rebroadcast
order thereby help to effectively exploit the
neighbour coverage knowledge. In addition, the
RESEARCH ARTICLE OPEN ACCESS
International Journal of Computer Techniques -– Volume 3 Issue 2, March-Apr 2016
ISSN :2394-2231 http://www.ijctjournal.org Page 159
proposed system has a novel rebroadcast
probability which can be used to decrease the
number of retransmission of the RREQ packets
thereby help to enhance the routing performance.
II. RELATED WORK
The effective mechanism for route discovery is
Broadcasting. However, this mechanism causes
excessive redundant rebroadcasts of RREQ packets
and packet collision in high dynamic networks.
This phenomenon is termed as broadcast storm
problem. Haas et al.[3] proposed a gossiping based
approach where each node transmits a packet with a
gossiping probability. This approach reduces 35
percent of routing overhead than broadcasting.
However, this approach is limited for high density
networks.
Kim et al.[2] propounded probabilistic
broadcasting approach which utilizes coverage area
information to set the rebroadcast probability and
also requires neighbour approval to ensure
attainability. Peng and Lu[4] proposed a Scalable
Broadcast Algorithm which decides the
retransmission of RREQ packet based on the fact
whether this retransmission would reach auxiliary
nodes.
Ni et al.[1] examined the broadcasting protocol
experimentally and showed that retransmission is
very expensive and utilizes too much network
resource. In addition, broadcasting increases routing
overhead and incurs various issues such as
contentions, collisions and redundant rebroadcasts.
Keshavarz-Haddad et al.[6] propounded two
timer-based broadcast approach called as Dynamic
Reflector Broadcast and Dynamic Connector-
Connector Broadcast. This approach results full
attainability and robustness during the situation of
mobility and node failure.
Chen at al.[5] propounded an AODV protocol
with Directional Forwarding Routing which can
significantly trace the subsequent hop node for
packet forwarding when a route breaks.
III. PROPOSED METHOD
The proposed system is a novel scheme that
calculates a rebroadcast delay which helps to
determine the forwarding sequence of the packet.
The node that has more common neighbors will
have less delay. Hence, the key to success for the
proposed system is rebroadcast delay which will
help to determine the node that has received
duplicate packets. In addition, the proposed system
also calculates a rebroadcast probability which
helps to determine whether the node lies in dense
network or sparse network. The rebroadcast
probability is composed of two parts: additional
coverage ratio which is a ratio of number of nodes
to be covered by a single transmission to the total
number of neighbors and connectivity factor which
helps to keep network connections and decrease the
redundant rebroadcasts.
A. Network Formation with various mobile nodes
In this module, the mobile network is formed.
The network consists number of nodes and a base
station. Each node is assigned a node id and a port
number required for broadcasting. A topology is
constructed to provide communication paths for
wireless network.
B. Identification of Uncovered Neighbours Set
When node ni gets a RREQ packet from its
preceding node s, it uses the neighbor list in the
RREQ packet to determine how many of its
neighbors have not been covered by the RREQ
packet from s. If node ni has maximum uncovered
neighbors by the RREQ packet sent from s, which
implies that the node ni must rebroadcast the RREQ
packet in order to cover more additional neighbour
nodes. To quantify this, the Uncovered Neighbors
set U(݊݅) is defined of node ݊݅ as follows:
U(݊݅) = N(݊݅) – [N(݊݅) ⋂ N(s)] – {s}
where N(s) and N(݊݅) are the neighbors sets of node
s and ni, respectively. Node s sends a RREQ
packet to node ݊݅. From this step, the initial
Uncovered neighbor set(UCN) is obtained.
C. Rebroadcasting Delay calculation
International Journal of Computer Techniques -– Volume 3 Issue 2, March-Apr 2016
ISSN :2394-2231 http://www.ijctjournal.org Page 160
Due to transmission features of a RREQ packet,
node ni can receive the duplicate RREQ packets
from its neighbors. Node ݊݅ can further modify the
U(݊݅) with the help of neighbor list knowledge. In
order to sufficiently obtain the neighbor knowledge
and avoid channel collisions, each node sets a
rebroadcast delay. The rebroadcast delay of node ݊݅
is defined as follows
(݊݅) = 1 - |N(s) ⋂ N(݊݅)|
________________
|N(S)|
(݊݅) = MaxDel X (݊i)
Here (݊݅) is the delay ratio of node ni, and MaxDel
is a small constant delay. |.| is the total number of
components in a given set.
D. Rebroadcast Probability
The rebroadcast delay increases with the increase
in uncovered neighbors. Therefore, the nodes which
has high delay due to more uncovered neighbors
listens to RREQ packets from the nodes which have
lower rebroadcast delay . For example, if node ni
gets a duplicate RREQ packet from its neighbor ݊j,
it has information about its neighbours covered by
the RREQ packet from ݆݊ from its neighbors list.
Thus, node ni can further modify its uncovered
neighbor set depending upon the neighbour list in
the RREQ packet from ݆݊. Then, the U(݊݅)can be
adjusted as follows:
U(݊݅) = [U(݊݅) ∩ N( ݆݊ )].
After modifying U(݊݅), the RREQ packet received
from ݆݊ is rejected. When the timer of the of node
݊݅ becomes void, the node acquires the final UCN
set. The nodes that are associated to the final UCN
set should receive and process the RREQ packet. In
addition, if a node does not recognise any duplicate
RREQ packets from its neighborhood, its UCN set
is not modified, which is the initial uncovered
neighbor set[1][2][3].
E. Additional Coverage ratio
The additional coverage ratio of node ݊݅ can be
defined as :
Tܽ (݊ ) = |ܷ(݊݅)|/|ܰ(݊݅)|
This metric indicates the ratio of the number of
nodes that are covered by the transmission to the
total number of neighbours of node ni. The nodes
that has been covered are required to receive and
process the RREQ packet. As Ta increases, more
nodes will be covered by the transmission, and
more nodes need to receive and process the RREQ
packet, and, therefore, the rebroadcast probability is
set higher.
F. Connectivity Factor
The minimum ‫(ܨ‬ni) as a connectivity factor can be
defined as :
‫ܨ‬ܿ (݊݅ ) = ܰܿ /|ܰ(݊݅)|
Here Nc = 5.1774logn, and n is the total number of
nodes in the mobile network. When |N(ni)| is
greater than Nc and ‫ܨ‬ܿ(݊݅) is less than 1, it implies
that node lies in the dense area of the mobile
network.. Also, when |N(݊݅)| is less than Nc and
Fܿ(ܰ݅) is greater than 1. It implies node ni lies in the
sparse area of the mobile network. Therefore node
ni should transmit the RREQ packet in order to
achieve network connectivity. In addition, the
additional coverage ratio and connectivity factor is
combined to obtain the rebroadcast probability. The
rebroadcast probability pre(݊݅) of node ݊݅ is
defined:
pre (݊݅) = ‫ܨ‬ܿ (݊݅ ) . Tܽ (݊ ).
Here, the pre(݊݅) is set to 1 when the pre(݊݅) is
greater than 1,.
IV. PERFORMANCE EVALUATION
The performance of existing protocol AODV and
proposed system is evaluated based on following
measures:
1. PACKET DROP
International Journal of Computer Techniques -– Volume 3 Issue 2, March-Apr 2016
ISSN :2394-2231 http://www.ijctjournal.org Page 161
The average number of packets(including
RREQ, route reply(RREP) and RERR packets)
dropped resulting from the collision.
Fig.1 Packet drop of AODV Protocol
The existing protocol AODV has higher packet
drop than the proposed system NCPR due to
routing overhead.
Fig.1 Packet drop of NCPR Protocol
NCPR protocol reduce the redundant rebroadcast,
so as to reduce the packet drops caused by
collision therefore it can significantly reduce the
routing overhead incurred during the route
discovery especially in dense network.
2. PACKET DELIVERY RATIO
PDR(Throughput) defines the ratio of the
number of packets sent by constant bit
rate(CBR) source node to the number of packets
received by the destination node .
Fig.3 Packet delivery ratio of AODV Protocol
When the number of node is increased, the
throughput/PDR of the existing protocol AODV
gradually decreased.
Fig.4 Packet delivery ratio of NCPR Protocol
The PDR ratio of proposed system NCPR is
higher than the existing protocol AODV because
it significantly reduces the number of packet
drops caused by collision.
3. END TO END DELAY
End to End Delay metric is the time taken
by the packet to reach the destination node from
the source node. It gives the mean time in
milliseconds(ms).
International Journal of Computer Techniques -– Volume 3 Issue 2, March-Apr 2016
ISSN :2394-2231 http://www.ijctjournal.org Page 162
Fig. 5 End to End Delay of AODV Protocol
The end to end delay ratio of AODV protocol is
higher due to routing overhead caused by RREQ
rebroadcasts.
Fig. 6 End to End Delay of NCPR Protocol
The end-to-end delay ratio of the proposed system
NCPR is lower than the existing protocol AODV
due to a decrease in the number of redundant
rebroadcasting packets.
V. CONCLUSION
The proposed system is a probabilistic
rebroadcast protocol based on neighbor coverage
knowledge and probabilistic approach
propounded to decrease the routing overhead in
mobile adhoc network. The proposed system
includes additional coverage ratio and
connectivity factor. A novel scheme rebroadcast
delay is proposed which is used to determine the
forwarding order and more effectively acquire the
neighbor coverage knowledge. Simulation results
show that the proposed protocol generates less
routing overhead than the existing routing
protocol AODV. Because of less redundant
rebroadcast, the proposed protocol reduces the
contentions and network collision, in order to
increase the packet delivery ratio and
substantially reduce the end-to-end delay. The
simulation results also show that the proposed
protocol has good performance when the network
is subjected to heavy load or is in high density
area.
ACKNOWLEDGMENT
With the deepest gratitude, I wish to thank every
person who has been a valued source of
inspiration and luminance through their
presence. Obviously a publication is not
complete without the help from those who
choose to stay behind the scenes and yet provide
the little things that stand out. For many
insightful comments to the report, I thank the
Head of Department (Computer), Mr. Jayant
Gadge for his help in polishing the report.
Without his help, it would not be as easy to read.
I would like to mention the management of
Thadomal Shahani Engineering College, it is
them who provided us with reference facilities
par excellence. I also thank my project guide and
mentor Prof. Shilpa Verma for her guidance and
motivation. It’s her constant support that helped
me reach a better understanding. Finally I thank
my Parents, it is their support and encouraging
presence that helped build morale. And above
all, God, who keeps blessing us despite our
flaws.
REFERENCES
[1] S.Y. S. Y. Ni, Y.C. Tseng, Y.S. Chen, and J.P. Sheu, S.Y. Ni, Y.C.
Tseng, Y.S. Chen, and J.P. Sheu, “The Broadcast Storm Problem in a
Mobile Ad Hoc Network,” Proc. ACM/IEEE MobiCom, pp. 151-162,
1999.
[2] J. Kim, Q. Zhang, and D.P. Agrawal, “Probabilistic Broadcasting
Based on Coverage Area and Neighbor Confirmation in Mobile
Ad Hoc Networks,” Proc. IEEE GlobeCom, 2004.
[3] Z. Haas, J.Y. Halpern, and L. Li, “Gossip-Based Ad Hoc Routing,”
Proc. IEEE INFOCOM, vol. 21, pp. 1707-1716, 2002.
[4] W. Peng and X. Lu, “On the Reduction of Broadcast Redundancy in
Mobile Ad Hoc Networks,” Proc. ACM MobiHoc, pp. 129-130, 2000
[5] J. Chen, Y.Z. Lee, H. Zhou, M. Gerla, and Y. Shu, “Robust Ad Hoc
Routing for Lossy Wireless Environment,” Proc. IEEE Conf. Military
Comm. (MILCOM ’06), pp. 1-7, 2006.
International Journal of Computer Techniques -– Volume 3 Issue 2, March-Apr 2016
ISSN :2394-2231 http://www.ijctjournal.org Page 163
[6] A. Keshavarz-Haddady, V. Ribeirox, and R. Riedi, “DRB and DCCB:
Efficient and Robust Dynamic Broadcast for Ad Hoc and Sensor
Networks,” Proc. IEEE Comm. Soc. Conf. Sensor, Mesh, and Ad
Hoc Comm. and Networks (SECON ’07), pp. 253-262, 2007.

More Related Content

What's hot

Destination Aware APU Strategy for Geographic Routing in MANET
Destination Aware APU Strategy for Geographic Routing in MANETDestination Aware APU Strategy for Geographic Routing in MANET
Destination Aware APU Strategy for Geographic Routing in MANET
Editor IJCATR
 
O dsr optimized dsr routing
O dsr optimized dsr routingO dsr optimized dsr routing
O dsr optimized dsr routing
ijwmn
 
Gpsr2
Gpsr2Gpsr2
Gpsr2
shiras123
 
Position based Opportunistic routing in MANET
Position based Opportunistic routing in MANETPosition based Opportunistic routing in MANET
Position based Opportunistic routing in MANET
Sri Ramakrishna Institute of Technology
 
Hexagonal based Clustering for Reducing Rebroadcasts in Mobile Ad Hoc Networks
Hexagonal based Clustering for Reducing Rebroadcasts in Mobile Ad Hoc NetworksHexagonal based Clustering for Reducing Rebroadcasts in Mobile Ad Hoc Networks
Hexagonal based Clustering for Reducing Rebroadcasts in Mobile Ad Hoc Networks
IJTET Journal
 
40520130101003
4052013010100340520130101003
40520130101003
IAEME Publication
 
cluster based routing protocol for ad hoc networks
cluster based routing protocol for ad hoc networkscluster based routing protocol for ad hoc networks
cluster based routing protocol for ad hoc networks
Narendra Singh Yadav
 
PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...
PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...
PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...
ijwmn
 
Routing protocols in ad hoc network
Routing protocols in ad hoc networkRouting protocols in ad hoc network
Routing protocols in ad hoc network
NIIS Institute of Business Management, Bhubaneswar
 
Packet switching
Packet switchingPacket switching
Packet switching
Vikash Dhal
 
An Enhanced DSR Protocol for Improving QoS in MANET
An Enhanced DSR Protocol for Improving QoS in MANETAn Enhanced DSR Protocol for Improving QoS in MANET
An Enhanced DSR Protocol for Improving QoS in MANET
KhushbooGupta145
 
MDSR to Reduce Link Breakage Routing Overhead in MANET Using PRM
MDSR to Reduce Link Breakage Routing Overhead in MANET Using PRMMDSR to Reduce Link Breakage Routing Overhead in MANET Using PRM
MDSR to Reduce Link Breakage Routing Overhead in MANET Using PRM
IOSR Journals
 
A review of current routing protocols for ad hoc mobile wireless networks
A review of current routing protocols for ad hoc mobile wireless networksA review of current routing protocols for ad hoc mobile wireless networks
A review of current routing protocols for ad hoc mobile wireless networks
Priyanka Gurnani
 
Geographical routing presentation
Geographical routing presentationGeographical routing presentation
Geographical routing presentation
Apoorva Nagaraj
 
Network layer
Network layerNetwork layer
Network layer
Shashank Singh
 
Routing protocols for ad hoc wireless networks
Routing protocols for ad hoc wireless networks Routing protocols for ad hoc wireless networks
Routing protocols for ad hoc wireless networks
Divya Tiwari
 
Cost Effective Routing Protocols Based on Two Hop Neighborhood Information (2...
Cost Effective Routing Protocols Based on Two Hop Neighborhood Information (2...Cost Effective Routing Protocols Based on Two Hop Neighborhood Information (2...
Cost Effective Routing Protocols Based on Two Hop Neighborhood Information (2...
Eswar Publications
 

What's hot (17)

Destination Aware APU Strategy for Geographic Routing in MANET
Destination Aware APU Strategy for Geographic Routing in MANETDestination Aware APU Strategy for Geographic Routing in MANET
Destination Aware APU Strategy for Geographic Routing in MANET
 
O dsr optimized dsr routing
O dsr optimized dsr routingO dsr optimized dsr routing
O dsr optimized dsr routing
 
Gpsr2
Gpsr2Gpsr2
Gpsr2
 
Position based Opportunistic routing in MANET
Position based Opportunistic routing in MANETPosition based Opportunistic routing in MANET
Position based Opportunistic routing in MANET
 
Hexagonal based Clustering for Reducing Rebroadcasts in Mobile Ad Hoc Networks
Hexagonal based Clustering for Reducing Rebroadcasts in Mobile Ad Hoc NetworksHexagonal based Clustering for Reducing Rebroadcasts in Mobile Ad Hoc Networks
Hexagonal based Clustering for Reducing Rebroadcasts in Mobile Ad Hoc Networks
 
40520130101003
4052013010100340520130101003
40520130101003
 
cluster based routing protocol for ad hoc networks
cluster based routing protocol for ad hoc networkscluster based routing protocol for ad hoc networks
cluster based routing protocol for ad hoc networks
 
PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...
PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...
PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...
 
Routing protocols in ad hoc network
Routing protocols in ad hoc networkRouting protocols in ad hoc network
Routing protocols in ad hoc network
 
Packet switching
Packet switchingPacket switching
Packet switching
 
An Enhanced DSR Protocol for Improving QoS in MANET
An Enhanced DSR Protocol for Improving QoS in MANETAn Enhanced DSR Protocol for Improving QoS in MANET
An Enhanced DSR Protocol for Improving QoS in MANET
 
MDSR to Reduce Link Breakage Routing Overhead in MANET Using PRM
MDSR to Reduce Link Breakage Routing Overhead in MANET Using PRMMDSR to Reduce Link Breakage Routing Overhead in MANET Using PRM
MDSR to Reduce Link Breakage Routing Overhead in MANET Using PRM
 
A review of current routing protocols for ad hoc mobile wireless networks
A review of current routing protocols for ad hoc mobile wireless networksA review of current routing protocols for ad hoc mobile wireless networks
A review of current routing protocols for ad hoc mobile wireless networks
 
Geographical routing presentation
Geographical routing presentationGeographical routing presentation
Geographical routing presentation
 
Network layer
Network layerNetwork layer
Network layer
 
Routing protocols for ad hoc wireless networks
Routing protocols for ad hoc wireless networks Routing protocols for ad hoc wireless networks
Routing protocols for ad hoc wireless networks
 
Cost Effective Routing Protocols Based on Two Hop Neighborhood Information (2...
Cost Effective Routing Protocols Based on Two Hop Neighborhood Information (2...Cost Effective Routing Protocols Based on Two Hop Neighborhood Information (2...
Cost Effective Routing Protocols Based on Two Hop Neighborhood Information (2...
 

Viewers also liked

[IJCT-V3I3P5] Authors: Alok Kumar Dwivedi, Gouri Shankar Prajapati
[IJCT-V3I3P5] Authors: Alok Kumar Dwivedi, Gouri Shankar Prajapati[IJCT-V3I3P5] Authors: Alok Kumar Dwivedi, Gouri Shankar Prajapati
[IJCT-V3I3P5] Authors: Alok Kumar Dwivedi, Gouri Shankar Prajapati
IJET - International Journal of Engineering and Techniques
 
[IJCT-V3I2P35] Authors: Kalpana Devi, Aman Kumar Sharma
[IJCT-V3I2P35] Authors: Kalpana Devi, Aman Kumar Sharma[IJCT-V3I2P35] Authors: Kalpana Devi, Aman Kumar Sharma
[IJCT-V3I2P35] Authors: Kalpana Devi, Aman Kumar Sharma
IJET - International Journal of Engineering and Techniques
 
[IJCT-V3I2P34] Authors: Palwinder Singh
[IJCT-V3I2P34] Authors: Palwinder Singh[IJCT-V3I2P34] Authors: Palwinder Singh
[IJCT-V3I2P34] Authors: Palwinder Singh
IJET - International Journal of Engineering and Techniques
 
[IJCT-V3I2P29] Authors:Karandeep Kaur
[IJCT-V3I2P29] Authors:Karandeep Kaur[IJCT-V3I2P29] Authors:Karandeep Kaur
[IJCT-V3I2P29] Authors:Karandeep Kaur
IJET - International Journal of Engineering and Techniques
 
[IJET-V2I3P23] Authors: Dhanashree N Chaudhari, Pundlik N Patil
[IJET-V2I3P23] Authors: Dhanashree N Chaudhari, Pundlik N Patil[IJET-V2I3P23] Authors: Dhanashree N Chaudhari, Pundlik N Patil
[IJET-V2I3P23] Authors: Dhanashree N Chaudhari, Pundlik N Patil
IJET - International Journal of Engineering and Techniques
 
[IJET V2I2P19] Authors: Pandey Anand, Baraiya Bhavesh, Pal Ranjit, Dubey Ashi...
[IJET V2I2P19] Authors: Pandey Anand, Baraiya Bhavesh, Pal Ranjit, Dubey Ashi...[IJET V2I2P19] Authors: Pandey Anand, Baraiya Bhavesh, Pal Ranjit, Dubey Ashi...
[IJET V2I2P19] Authors: Pandey Anand, Baraiya Bhavesh, Pal Ranjit, Dubey Ashi...
IJET - International Journal of Engineering and Techniques
 
[IJET V2I3P10] Authors: Sudha .H. Ayatti , D.Vamsi Krishna , Vishwajeet .R. M...
[IJET V2I3P10] Authors: Sudha .H. Ayatti , D.Vamsi Krishna , Vishwajeet .R. M...[IJET V2I3P10] Authors: Sudha .H. Ayatti , D.Vamsi Krishna , Vishwajeet .R. M...
[IJET V2I3P10] Authors: Sudha .H. Ayatti , D.Vamsi Krishna , Vishwajeet .R. M...
IJET - International Journal of Engineering and Techniques
 
[IJET-V2I1P10] Authors:Prof.Dr.Pramod Patil, Sneha Chhanchure, Asmita Dhage, ...
[IJET-V2I1P10] Authors:Prof.Dr.Pramod Patil, Sneha Chhanchure, Asmita Dhage, ...[IJET-V2I1P10] Authors:Prof.Dr.Pramod Patil, Sneha Chhanchure, Asmita Dhage, ...
[IJET-V2I1P10] Authors:Prof.Dr.Pramod Patil, Sneha Chhanchure, Asmita Dhage, ...
IJET - International Journal of Engineering and Techniques
 
[IJET V2I2P21] Authors: Dr. D. Mrudula Devi, Dr. G. Sobha Latha
[IJET V2I2P21] Authors: Dr. D. Mrudula Devi, Dr. G. Sobha Latha[IJET V2I2P21] Authors: Dr. D. Mrudula Devi, Dr. G. Sobha Latha
[IJET V2I2P21] Authors: Dr. D. Mrudula Devi, Dr. G. Sobha Latha
IJET - International Journal of Engineering and Techniques
 
[IJET-V2I2P4] Authors:Galal Ali Hassaan
[IJET-V2I2P4] Authors:Galal Ali Hassaan[IJET-V2I2P4] Authors:Galal Ali Hassaan
[IJET-V2I2P4] Authors:Galal Ali Hassaan
IJET - International Journal of Engineering and Techniques
 
[IJCT-V3I2P19] Authors: Jieyin Mai, Xiaojun Li
[IJCT-V3I2P19] Authors: Jieyin Mai, Xiaojun Li[IJCT-V3I2P19] Authors: Jieyin Mai, Xiaojun Li
[IJCT-V3I2P19] Authors: Jieyin Mai, Xiaojun Li
IJET - International Journal of Engineering and Techniques
 
[IJET V2I3-1P4] Authors:
[IJET V2I3-1P4] Authors:[IJET V2I3-1P4] Authors:
[IJET V2I3-1P2] Authors: S. A. Gade, Puja Bomble, Suraj Birdawade, Alpesh Valvi
[IJET V2I3-1P2] Authors: S. A. Gade, Puja Bomble, Suraj Birdawade, Alpesh Valvi[IJET V2I3-1P2] Authors: S. A. Gade, Puja Bomble, Suraj Birdawade, Alpesh Valvi
[IJET V2I3-1P2] Authors: S. A. Gade, Puja Bomble, Suraj Birdawade, Alpesh Valvi
IJET - International Journal of Engineering and Techniques
 
[IJET-V2I3P16] Authors:D.Jayakumar , Dr.D.B.Jabaraj
[IJET-V2I3P16] Authors:D.Jayakumar , Dr.D.B.Jabaraj[IJET-V2I3P16] Authors:D.Jayakumar , Dr.D.B.Jabaraj
[IJET-V2I3P16] Authors:D.Jayakumar , Dr.D.B.Jabaraj
IJET - International Journal of Engineering and Techniques
 
[IJCT-V3I2P18] Authors: O. Sheela, T. Samraj Lawrence, V. Perathu Selvi, P. J...
[IJCT-V3I2P18] Authors: O. Sheela, T. Samraj Lawrence, V. Perathu Selvi, P. J...[IJCT-V3I2P18] Authors: O. Sheela, T. Samraj Lawrence, V. Perathu Selvi, P. J...
[IJCT-V3I2P18] Authors: O. Sheela, T. Samraj Lawrence, V. Perathu Selvi, P. J...
IJET - International Journal of Engineering and Techniques
 
[IJET-V2I1P11] Authors:Galal Ali Hassaan
[IJET-V2I1P11] Authors:Galal Ali Hassaan[IJET-V2I1P11] Authors:Galal Ali Hassaan
[IJET-V2I1P11] Authors:Galal Ali Hassaan
IJET - International Journal of Engineering and Techniques
 
[IJET V2I2P22] Authors: Dr. Sanjeev S. Sannakki, Omkar Kotibhaskar, Namrata N...
[IJET V2I2P22] Authors: Dr. Sanjeev S. Sannakki, Omkar Kotibhaskar, Namrata N...[IJET V2I2P22] Authors: Dr. Sanjeev S. Sannakki, Omkar Kotibhaskar, Namrata N...
[IJET V2I2P22] Authors: Dr. Sanjeev S. Sannakki, Omkar Kotibhaskar, Namrata N...
IJET - International Journal of Engineering and Techniques
 
[IJET-V2I2P3] Authors:Vijay Choure, Kavita Mahajan ,Nikhil Patil, Aishwarya N...
[IJET-V2I2P3] Authors:Vijay Choure, Kavita Mahajan ,Nikhil Patil, Aishwarya N...[IJET-V2I2P3] Authors:Vijay Choure, Kavita Mahajan ,Nikhil Patil, Aishwarya N...
[IJET-V2I2P3] Authors:Vijay Choure, Kavita Mahajan ,Nikhil Patil, Aishwarya N...
IJET - International Journal of Engineering and Techniques
 
[IJET-V2I3P20] Authors: Pravin S.Nikam , Prof. R.Y.Patil ,Prof. P.R.Patil , P...
[IJET-V2I3P20] Authors: Pravin S.Nikam , Prof. R.Y.Patil ,Prof. P.R.Patil , P...[IJET-V2I3P20] Authors: Pravin S.Nikam , Prof. R.Y.Patil ,Prof. P.R.Patil , P...
[IJET-V2I3P20] Authors: Pravin S.Nikam , Prof. R.Y.Patil ,Prof. P.R.Patil , P...
IJET - International Journal of Engineering and Techniques
 

Viewers also liked (19)

[IJCT-V3I3P5] Authors: Alok Kumar Dwivedi, Gouri Shankar Prajapati
[IJCT-V3I3P5] Authors: Alok Kumar Dwivedi, Gouri Shankar Prajapati[IJCT-V3I3P5] Authors: Alok Kumar Dwivedi, Gouri Shankar Prajapati
[IJCT-V3I3P5] Authors: Alok Kumar Dwivedi, Gouri Shankar Prajapati
 
[IJCT-V3I2P35] Authors: Kalpana Devi, Aman Kumar Sharma
[IJCT-V3I2P35] Authors: Kalpana Devi, Aman Kumar Sharma[IJCT-V3I2P35] Authors: Kalpana Devi, Aman Kumar Sharma
[IJCT-V3I2P35] Authors: Kalpana Devi, Aman Kumar Sharma
 
[IJCT-V3I2P34] Authors: Palwinder Singh
[IJCT-V3I2P34] Authors: Palwinder Singh[IJCT-V3I2P34] Authors: Palwinder Singh
[IJCT-V3I2P34] Authors: Palwinder Singh
 
[IJCT-V3I2P29] Authors:Karandeep Kaur
[IJCT-V3I2P29] Authors:Karandeep Kaur[IJCT-V3I2P29] Authors:Karandeep Kaur
[IJCT-V3I2P29] Authors:Karandeep Kaur
 
[IJET-V2I3P23] Authors: Dhanashree N Chaudhari, Pundlik N Patil
[IJET-V2I3P23] Authors: Dhanashree N Chaudhari, Pundlik N Patil[IJET-V2I3P23] Authors: Dhanashree N Chaudhari, Pundlik N Patil
[IJET-V2I3P23] Authors: Dhanashree N Chaudhari, Pundlik N Patil
 
[IJET V2I2P19] Authors: Pandey Anand, Baraiya Bhavesh, Pal Ranjit, Dubey Ashi...
[IJET V2I2P19] Authors: Pandey Anand, Baraiya Bhavesh, Pal Ranjit, Dubey Ashi...[IJET V2I2P19] Authors: Pandey Anand, Baraiya Bhavesh, Pal Ranjit, Dubey Ashi...
[IJET V2I2P19] Authors: Pandey Anand, Baraiya Bhavesh, Pal Ranjit, Dubey Ashi...
 
[IJET V2I3P10] Authors: Sudha .H. Ayatti , D.Vamsi Krishna , Vishwajeet .R. M...
[IJET V2I3P10] Authors: Sudha .H. Ayatti , D.Vamsi Krishna , Vishwajeet .R. M...[IJET V2I3P10] Authors: Sudha .H. Ayatti , D.Vamsi Krishna , Vishwajeet .R. M...
[IJET V2I3P10] Authors: Sudha .H. Ayatti , D.Vamsi Krishna , Vishwajeet .R. M...
 
[IJET-V2I1P10] Authors:Prof.Dr.Pramod Patil, Sneha Chhanchure, Asmita Dhage, ...
[IJET-V2I1P10] Authors:Prof.Dr.Pramod Patil, Sneha Chhanchure, Asmita Dhage, ...[IJET-V2I1P10] Authors:Prof.Dr.Pramod Patil, Sneha Chhanchure, Asmita Dhage, ...
[IJET-V2I1P10] Authors:Prof.Dr.Pramod Patil, Sneha Chhanchure, Asmita Dhage, ...
 
[IJET V2I2P21] Authors: Dr. D. Mrudula Devi, Dr. G. Sobha Latha
[IJET V2I2P21] Authors: Dr. D. Mrudula Devi, Dr. G. Sobha Latha[IJET V2I2P21] Authors: Dr. D. Mrudula Devi, Dr. G. Sobha Latha
[IJET V2I2P21] Authors: Dr. D. Mrudula Devi, Dr. G. Sobha Latha
 
[IJET-V2I2P4] Authors:Galal Ali Hassaan
[IJET-V2I2P4] Authors:Galal Ali Hassaan[IJET-V2I2P4] Authors:Galal Ali Hassaan
[IJET-V2I2P4] Authors:Galal Ali Hassaan
 
[IJCT-V3I2P19] Authors: Jieyin Mai, Xiaojun Li
[IJCT-V3I2P19] Authors: Jieyin Mai, Xiaojun Li[IJCT-V3I2P19] Authors: Jieyin Mai, Xiaojun Li
[IJCT-V3I2P19] Authors: Jieyin Mai, Xiaojun Li
 
[IJET V2I3-1P4] Authors:
[IJET V2I3-1P4] Authors:[IJET V2I3-1P4] Authors:
[IJET V2I3-1P4] Authors:
 
[IJET V2I3-1P2] Authors: S. A. Gade, Puja Bomble, Suraj Birdawade, Alpesh Valvi
[IJET V2I3-1P2] Authors: S. A. Gade, Puja Bomble, Suraj Birdawade, Alpesh Valvi[IJET V2I3-1P2] Authors: S. A. Gade, Puja Bomble, Suraj Birdawade, Alpesh Valvi
[IJET V2I3-1P2] Authors: S. A. Gade, Puja Bomble, Suraj Birdawade, Alpesh Valvi
 
[IJET-V2I3P16] Authors:D.Jayakumar , Dr.D.B.Jabaraj
[IJET-V2I3P16] Authors:D.Jayakumar , Dr.D.B.Jabaraj[IJET-V2I3P16] Authors:D.Jayakumar , Dr.D.B.Jabaraj
[IJET-V2I3P16] Authors:D.Jayakumar , Dr.D.B.Jabaraj
 
[IJCT-V3I2P18] Authors: O. Sheela, T. Samraj Lawrence, V. Perathu Selvi, P. J...
[IJCT-V3I2P18] Authors: O. Sheela, T. Samraj Lawrence, V. Perathu Selvi, P. J...[IJCT-V3I2P18] Authors: O. Sheela, T. Samraj Lawrence, V. Perathu Selvi, P. J...
[IJCT-V3I2P18] Authors: O. Sheela, T. Samraj Lawrence, V. Perathu Selvi, P. J...
 
[IJET-V2I1P11] Authors:Galal Ali Hassaan
[IJET-V2I1P11] Authors:Galal Ali Hassaan[IJET-V2I1P11] Authors:Galal Ali Hassaan
[IJET-V2I1P11] Authors:Galal Ali Hassaan
 
[IJET V2I2P22] Authors: Dr. Sanjeev S. Sannakki, Omkar Kotibhaskar, Namrata N...
[IJET V2I2P22] Authors: Dr. Sanjeev S. Sannakki, Omkar Kotibhaskar, Namrata N...[IJET V2I2P22] Authors: Dr. Sanjeev S. Sannakki, Omkar Kotibhaskar, Namrata N...
[IJET V2I2P22] Authors: Dr. Sanjeev S. Sannakki, Omkar Kotibhaskar, Namrata N...
 
[IJET-V2I2P3] Authors:Vijay Choure, Kavita Mahajan ,Nikhil Patil, Aishwarya N...
[IJET-V2I2P3] Authors:Vijay Choure, Kavita Mahajan ,Nikhil Patil, Aishwarya N...[IJET-V2I2P3] Authors:Vijay Choure, Kavita Mahajan ,Nikhil Patil, Aishwarya N...
[IJET-V2I2P3] Authors:Vijay Choure, Kavita Mahajan ,Nikhil Patil, Aishwarya N...
 
[IJET-V2I3P20] Authors: Pravin S.Nikam , Prof. R.Y.Patil ,Prof. P.R.Patil , P...
[IJET-V2I3P20] Authors: Pravin S.Nikam , Prof. R.Y.Patil ,Prof. P.R.Patil , P...[IJET-V2I3P20] Authors: Pravin S.Nikam , Prof. R.Y.Patil ,Prof. P.R.Patil , P...
[IJET-V2I3P20] Authors: Pravin S.Nikam , Prof. R.Y.Patil ,Prof. P.R.Patil , P...
 

Similar to [IJCT-V3I2P22] Authors: Shraddha Dabhade, Shilpa Verma

A Neighbor Coverage-Based Probabilistic Rebroadcast for Reducing Routing Ove...
A Neighbor Coverage-Based Probabilistic Rebroadcast for  Reducing Routing Ove...A Neighbor Coverage-Based Probabilistic Rebroadcast for  Reducing Routing Ove...
A Neighbor Coverage-Based Probabilistic Rebroadcast for Reducing Routing Ove...
IJMER
 
Energy Saving DSR and Probabilistic Rebroadcast Mechanism are used to Increas...
Energy Saving DSR and Probabilistic Rebroadcast Mechanism are used to Increas...Energy Saving DSR and Probabilistic Rebroadcast Mechanism are used to Increas...
Energy Saving DSR and Probabilistic Rebroadcast Mechanism are used to Increas...
IJTET Journal
 
A Novel Rebroadcast Technique for Reducing Routing Overhead In Mobile Ad Hoc ...
A Novel Rebroadcast Technique for Reducing Routing Overhead In Mobile Ad Hoc ...A Novel Rebroadcast Technique for Reducing Routing Overhead In Mobile Ad Hoc ...
A Novel Rebroadcast Technique for Reducing Routing Overhead In Mobile Ad Hoc ...
IOSR Journals
 
Improved aodv based on energy strength and dropping ratio
Improved aodv based on energy strength and dropping ratioImproved aodv based on energy strength and dropping ratio
Improved aodv based on energy strength and dropping ratio
IJLT EMAS
 
IRJET-Mobility Aware Refined Counter Based Broadcasting Model of MANET
IRJET-Mobility Aware Refined Counter Based Broadcasting Model of MANETIRJET-Mobility Aware Refined Counter Based Broadcasting Model of MANET
IRJET-Mobility Aware Refined Counter Based Broadcasting Model of MANET
IRJET Journal
 
Investigating VANET for Unwavering Ways with Flawless Connectivity
Investigating VANET for Unwavering Ways with Flawless ConnectivityInvestigating VANET for Unwavering Ways with Flawless Connectivity
Investigating VANET for Unwavering Ways with Flawless Connectivity
paperpublications3
 
V.KARTHIKEYAN PUBLISHED ARTICLE AA
V.KARTHIKEYAN PUBLISHED ARTICLE AAV.KARTHIKEYAN PUBLISHED ARTICLE AA
V.KARTHIKEYAN PUBLISHED ARTICLE AA
KARTHIKEYAN V
 
PERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANET
PERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANETPERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANET
PERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANET
ijasuc
 
Power control in mobile ad hoc network using NS2 simulator
Power control in mobile ad hoc network using NS2 simulatorPower control in mobile ad hoc network using NS2 simulator
Power control in mobile ad hoc network using NS2 simulator
IRJET Journal
 
Quadrant Based DIR in CWin Adaptation Mechanism for Multihop Wireless Network
Quadrant Based DIR in CWin Adaptation Mechanism for Multihop Wireless NetworkQuadrant Based DIR in CWin Adaptation Mechanism for Multihop Wireless Network
Quadrant Based DIR in CWin Adaptation Mechanism for Multihop Wireless Network
IJCI JOURNAL
 
EFFICIENT REBROADCASTING USING TRUSTWORTHINESS OF NODE WITH NEIGHBOUR KNOWLED...
EFFICIENT REBROADCASTING USING TRUSTWORTHINESS OF NODE WITH NEIGHBOUR KNOWLED...EFFICIENT REBROADCASTING USING TRUSTWORTHINESS OF NODE WITH NEIGHBOUR KNOWLED...
EFFICIENT REBROADCASTING USING TRUSTWORTHINESS OF NODE WITH NEIGHBOUR KNOWLED...
ijiert bestjournal
 
E1073644
E1073644E1073644
E1073644
IJERD Editor
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
IJERD Editor
 
Bn25384390
Bn25384390Bn25384390
Bn25384390
IJERA Editor
 
Analysis of multi hop relay algorithm for efficient broadcasting in manets
Analysis of multi hop relay algorithm for efficient broadcasting in manetsAnalysis of multi hop relay algorithm for efficient broadcasting in manets
Analysis of multi hop relay algorithm for efficient broadcasting in manets
eSAT Publishing House
 
A FUZZY-BASED CONGESTION CONTROLLER FOR CONTROL AND BALANCE CONGESTION IN GRI...
A FUZZY-BASED CONGESTION CONTROLLER FOR CONTROL AND BALANCE CONGESTION IN GRI...A FUZZY-BASED CONGESTION CONTROLLER FOR CONTROL AND BALANCE CONGESTION IN GRI...
A FUZZY-BASED CONGESTION CONTROLLER FOR CONTROL AND BALANCE CONGESTION IN GRI...
cscpconf
 
A fuzzy based congestion controller for control and balance congestion in gri...
A fuzzy based congestion controller for control and balance congestion in gri...A fuzzy based congestion controller for control and balance congestion in gri...
A fuzzy based congestion controller for control and balance congestion in gri...
csandit
 
Improved routing scheme with ACO in WSN in comparison to DSDV
Improved routing scheme with ACO in WSN in comparison to DSDVImproved routing scheme with ACO in WSN in comparison to DSDV
Improved routing scheme with ACO in WSN in comparison to DSDV
ijsrd.com
 
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
IRJET Journal
 
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
IRJET Journal
 

Similar to [IJCT-V3I2P22] Authors: Shraddha Dabhade, Shilpa Verma (20)

A Neighbor Coverage-Based Probabilistic Rebroadcast for Reducing Routing Ove...
A Neighbor Coverage-Based Probabilistic Rebroadcast for  Reducing Routing Ove...A Neighbor Coverage-Based Probabilistic Rebroadcast for  Reducing Routing Ove...
A Neighbor Coverage-Based Probabilistic Rebroadcast for Reducing Routing Ove...
 
Energy Saving DSR and Probabilistic Rebroadcast Mechanism are used to Increas...
Energy Saving DSR and Probabilistic Rebroadcast Mechanism are used to Increas...Energy Saving DSR and Probabilistic Rebroadcast Mechanism are used to Increas...
Energy Saving DSR and Probabilistic Rebroadcast Mechanism are used to Increas...
 
A Novel Rebroadcast Technique for Reducing Routing Overhead In Mobile Ad Hoc ...
A Novel Rebroadcast Technique for Reducing Routing Overhead In Mobile Ad Hoc ...A Novel Rebroadcast Technique for Reducing Routing Overhead In Mobile Ad Hoc ...
A Novel Rebroadcast Technique for Reducing Routing Overhead In Mobile Ad Hoc ...
 
Improved aodv based on energy strength and dropping ratio
Improved aodv based on energy strength and dropping ratioImproved aodv based on energy strength and dropping ratio
Improved aodv based on energy strength and dropping ratio
 
IRJET-Mobility Aware Refined Counter Based Broadcasting Model of MANET
IRJET-Mobility Aware Refined Counter Based Broadcasting Model of MANETIRJET-Mobility Aware Refined Counter Based Broadcasting Model of MANET
IRJET-Mobility Aware Refined Counter Based Broadcasting Model of MANET
 
Investigating VANET for Unwavering Ways with Flawless Connectivity
Investigating VANET for Unwavering Ways with Flawless ConnectivityInvestigating VANET for Unwavering Ways with Flawless Connectivity
Investigating VANET for Unwavering Ways with Flawless Connectivity
 
V.KARTHIKEYAN PUBLISHED ARTICLE AA
V.KARTHIKEYAN PUBLISHED ARTICLE AAV.KARTHIKEYAN PUBLISHED ARTICLE AA
V.KARTHIKEYAN PUBLISHED ARTICLE AA
 
PERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANET
PERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANETPERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANET
PERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANET
 
Power control in mobile ad hoc network using NS2 simulator
Power control in mobile ad hoc network using NS2 simulatorPower control in mobile ad hoc network using NS2 simulator
Power control in mobile ad hoc network using NS2 simulator
 
Quadrant Based DIR in CWin Adaptation Mechanism for Multihop Wireless Network
Quadrant Based DIR in CWin Adaptation Mechanism for Multihop Wireless NetworkQuadrant Based DIR in CWin Adaptation Mechanism for Multihop Wireless Network
Quadrant Based DIR in CWin Adaptation Mechanism for Multihop Wireless Network
 
EFFICIENT REBROADCASTING USING TRUSTWORTHINESS OF NODE WITH NEIGHBOUR KNOWLED...
EFFICIENT REBROADCASTING USING TRUSTWORTHINESS OF NODE WITH NEIGHBOUR KNOWLED...EFFICIENT REBROADCASTING USING TRUSTWORTHINESS OF NODE WITH NEIGHBOUR KNOWLED...
EFFICIENT REBROADCASTING USING TRUSTWORTHINESS OF NODE WITH NEIGHBOUR KNOWLED...
 
E1073644
E1073644E1073644
E1073644
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Bn25384390
Bn25384390Bn25384390
Bn25384390
 
Analysis of multi hop relay algorithm for efficient broadcasting in manets
Analysis of multi hop relay algorithm for efficient broadcasting in manetsAnalysis of multi hop relay algorithm for efficient broadcasting in manets
Analysis of multi hop relay algorithm for efficient broadcasting in manets
 
A FUZZY-BASED CONGESTION CONTROLLER FOR CONTROL AND BALANCE CONGESTION IN GRI...
A FUZZY-BASED CONGESTION CONTROLLER FOR CONTROL AND BALANCE CONGESTION IN GRI...A FUZZY-BASED CONGESTION CONTROLLER FOR CONTROL AND BALANCE CONGESTION IN GRI...
A FUZZY-BASED CONGESTION CONTROLLER FOR CONTROL AND BALANCE CONGESTION IN GRI...
 
A fuzzy based congestion controller for control and balance congestion in gri...
A fuzzy based congestion controller for control and balance congestion in gri...A fuzzy based congestion controller for control and balance congestion in gri...
A fuzzy based congestion controller for control and balance congestion in gri...
 
Improved routing scheme with ACO in WSN in comparison to DSDV
Improved routing scheme with ACO in WSN in comparison to DSDVImproved routing scheme with ACO in WSN in comparison to DSDV
Improved routing scheme with ACO in WSN in comparison to DSDV
 
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
 
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
 

More from IJET - International Journal of Engineering and Techniques

healthcare supervising system to monitor heart rate to diagonize and alert he...
healthcare supervising system to monitor heart rate to diagonize and alert he...healthcare supervising system to monitor heart rate to diagonize and alert he...
healthcare supervising system to monitor heart rate to diagonize and alert he...
IJET - International Journal of Engineering and Techniques
 
verifiable and multi-keyword searchable attribute-based encryption scheme for...
verifiable and multi-keyword searchable attribute-based encryption scheme for...verifiable and multi-keyword searchable attribute-based encryption scheme for...
verifiable and multi-keyword searchable attribute-based encryption scheme for...
IJET - International Journal of Engineering and Techniques
 
Ijet v5 i6p18
Ijet v5 i6p18Ijet v5 i6p18
Ijet v5 i6p17
Ijet v5 i6p17Ijet v5 i6p17
Ijet v5 i6p16
Ijet v5 i6p16Ijet v5 i6p16
Ijet v5 i6p15
Ijet v5 i6p15Ijet v5 i6p15
Ijet v5 i6p14
Ijet v5 i6p14Ijet v5 i6p14
Ijet v5 i6p13
Ijet v5 i6p13Ijet v5 i6p13
Ijet v5 i6p12
Ijet v5 i6p12Ijet v5 i6p12
Ijet v5 i6p11
Ijet v5 i6p11Ijet v5 i6p11
Ijet v5 i6p10
Ijet v5 i6p10Ijet v5 i6p10
Ijet v5 i6p2
Ijet v5 i6p2Ijet v5 i6p2
IJET-V3I2P24
IJET-V3I2P24IJET-V3I2P24
IJET-V3I2P23
IJET-V3I2P23IJET-V3I2P23
IJET-V3I2P22
IJET-V3I2P22IJET-V3I2P22
IJET-V3I2P21
IJET-V3I2P21IJET-V3I2P21
IJET-V3I2P20
IJET-V3I2P20IJET-V3I2P20
IJET-V3I2P19
IJET-V3I2P19IJET-V3I2P19
IJET-V3I2P18
IJET-V3I2P18IJET-V3I2P18
IJET-V3I2P17
IJET-V3I2P17IJET-V3I2P17

More from IJET - International Journal of Engineering and Techniques (20)

healthcare supervising system to monitor heart rate to diagonize and alert he...
healthcare supervising system to monitor heart rate to diagonize and alert he...healthcare supervising system to monitor heart rate to diagonize and alert he...
healthcare supervising system to monitor heart rate to diagonize and alert he...
 
verifiable and multi-keyword searchable attribute-based encryption scheme for...
verifiable and multi-keyword searchable attribute-based encryption scheme for...verifiable and multi-keyword searchable attribute-based encryption scheme for...
verifiable and multi-keyword searchable attribute-based encryption scheme for...
 
Ijet v5 i6p18
Ijet v5 i6p18Ijet v5 i6p18
Ijet v5 i6p18
 
Ijet v5 i6p17
Ijet v5 i6p17Ijet v5 i6p17
Ijet v5 i6p17
 
Ijet v5 i6p16
Ijet v5 i6p16Ijet v5 i6p16
Ijet v5 i6p16
 
Ijet v5 i6p15
Ijet v5 i6p15Ijet v5 i6p15
Ijet v5 i6p15
 
Ijet v5 i6p14
Ijet v5 i6p14Ijet v5 i6p14
Ijet v5 i6p14
 
Ijet v5 i6p13
Ijet v5 i6p13Ijet v5 i6p13
Ijet v5 i6p13
 
Ijet v5 i6p12
Ijet v5 i6p12Ijet v5 i6p12
Ijet v5 i6p12
 
Ijet v5 i6p11
Ijet v5 i6p11Ijet v5 i6p11
Ijet v5 i6p11
 
Ijet v5 i6p10
Ijet v5 i6p10Ijet v5 i6p10
Ijet v5 i6p10
 
Ijet v5 i6p2
Ijet v5 i6p2Ijet v5 i6p2
Ijet v5 i6p2
 
IJET-V3I2P24
IJET-V3I2P24IJET-V3I2P24
IJET-V3I2P24
 
IJET-V3I2P23
IJET-V3I2P23IJET-V3I2P23
IJET-V3I2P23
 
IJET-V3I2P22
IJET-V3I2P22IJET-V3I2P22
IJET-V3I2P22
 
IJET-V3I2P21
IJET-V3I2P21IJET-V3I2P21
IJET-V3I2P21
 
IJET-V3I2P20
IJET-V3I2P20IJET-V3I2P20
IJET-V3I2P20
 
IJET-V3I2P19
IJET-V3I2P19IJET-V3I2P19
IJET-V3I2P19
 
IJET-V3I2P18
IJET-V3I2P18IJET-V3I2P18
IJET-V3I2P18
 
IJET-V3I2P17
IJET-V3I2P17IJET-V3I2P17
IJET-V3I2P17
 

Recently uploaded

Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
Transcat
 
1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf
1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf
1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf
MadhavJungKarki
 
SCALING OF MOS CIRCUITS m .pptx
SCALING OF MOS CIRCUITS m                 .pptxSCALING OF MOS CIRCUITS m                 .pptx
SCALING OF MOS CIRCUITS m .pptx
harshapolam10
 
Height and depth gauge linear metrology.pdf
Height and depth gauge linear metrology.pdfHeight and depth gauge linear metrology.pdf
Height and depth gauge linear metrology.pdf
q30122000
 
smart pill dispenser is designed to improve medication adherence and safety f...
smart pill dispenser is designed to improve medication adherence and safety f...smart pill dispenser is designed to improve medication adherence and safety f...
smart pill dispenser is designed to improve medication adherence and safety f...
um7474492
 
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
upoux
 
Digital Twins Computer Networking Paper Presentation.pptx
Digital Twins Computer Networking Paper Presentation.pptxDigital Twins Computer Networking Paper Presentation.pptx
Digital Twins Computer Networking Paper Presentation.pptx
aryanpankaj78
 
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENTNATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
Addu25809
 
2. protection of river banks and bed erosion protection works.ppt
2. protection of river banks and bed erosion protection works.ppt2. protection of river banks and bed erosion protection works.ppt
2. protection of river banks and bed erosion protection works.ppt
abdatawakjira
 
一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
sydezfe
 
Accident detection system project report.pdf
Accident detection system project report.pdfAccident detection system project report.pdf
Accident detection system project report.pdf
Kamal Acharya
 
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
ydzowc
 
AI-Based Home Security System : Home security
AI-Based Home Security System : Home securityAI-Based Home Security System : Home security
AI-Based Home Security System : Home security
AIRCC Publishing Corporation
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
ElakkiaU
 
TIME TABLE MANAGEMENT SYSTEM testing.pptx
TIME TABLE MANAGEMENT SYSTEM testing.pptxTIME TABLE MANAGEMENT SYSTEM testing.pptx
TIME TABLE MANAGEMENT SYSTEM testing.pptx
CVCSOfficial
 
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
nedcocy
 
Object Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOADObject Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOAD
PreethaV16
 
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
PriyankaKilaniya
 
5G Radio Network Througput Problem Analysis HCIA.pdf
5G Radio Network Througput Problem Analysis HCIA.pdf5G Radio Network Througput Problem Analysis HCIA.pdf
5G Radio Network Througput Problem Analysis HCIA.pdf
AlvianRamadhani5
 
Mechatronics material . Mechanical engineering
Mechatronics material . Mechanical engineeringMechatronics material . Mechanical engineering
Mechatronics material . Mechanical engineering
sachin chaurasia
 

Recently uploaded (20)

Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
 
1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf
1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf
1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf
 
SCALING OF MOS CIRCUITS m .pptx
SCALING OF MOS CIRCUITS m                 .pptxSCALING OF MOS CIRCUITS m                 .pptx
SCALING OF MOS CIRCUITS m .pptx
 
Height and depth gauge linear metrology.pdf
Height and depth gauge linear metrology.pdfHeight and depth gauge linear metrology.pdf
Height and depth gauge linear metrology.pdf
 
smart pill dispenser is designed to improve medication adherence and safety f...
smart pill dispenser is designed to improve medication adherence and safety f...smart pill dispenser is designed to improve medication adherence and safety f...
smart pill dispenser is designed to improve medication adherence and safety f...
 
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
 
Digital Twins Computer Networking Paper Presentation.pptx
Digital Twins Computer Networking Paper Presentation.pptxDigital Twins Computer Networking Paper Presentation.pptx
Digital Twins Computer Networking Paper Presentation.pptx
 
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENTNATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
 
2. protection of river banks and bed erosion protection works.ppt
2. protection of river banks and bed erosion protection works.ppt2. protection of river banks and bed erosion protection works.ppt
2. protection of river banks and bed erosion protection works.ppt
 
一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
 
Accident detection system project report.pdf
Accident detection system project report.pdfAccident detection system project report.pdf
Accident detection system project report.pdf
 
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
 
AI-Based Home Security System : Home security
AI-Based Home Security System : Home securityAI-Based Home Security System : Home security
AI-Based Home Security System : Home security
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
 
TIME TABLE MANAGEMENT SYSTEM testing.pptx
TIME TABLE MANAGEMENT SYSTEM testing.pptxTIME TABLE MANAGEMENT SYSTEM testing.pptx
TIME TABLE MANAGEMENT SYSTEM testing.pptx
 
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
 
Object Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOADObject Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOAD
 
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
 
5G Radio Network Througput Problem Analysis HCIA.pdf
5G Radio Network Througput Problem Analysis HCIA.pdf5G Radio Network Througput Problem Analysis HCIA.pdf
5G Radio Network Througput Problem Analysis HCIA.pdf
 
Mechatronics material . Mechanical engineering
Mechatronics material . Mechanical engineeringMechatronics material . Mechanical engineering
Mechatronics material . Mechanical engineering
 

[IJCT-V3I2P22] Authors: Shraddha Dabhade, Shilpa Verma

  • 1. International Journal of Computer Techniques -– Volume 3 Issue 2, Mar-Apr 2016 ISSN :2394-2231 http://www.ijctjournal.org Page 158 A New Approach For Reducing Routing Overhead In MANET Shraddha Dabhade1 , Shilpa Verma2 1 (ME Student, Department of Computer Engineering, Thadomal Shahani Engineering College, Mumbai University, Mumbai-50) 2 (Associate Professor, Department of Computer Engineering, Thadomal Shahani Engineering College, Mumbai University, Mumbai-50) ----------------------------------------************************---------------------------------- Abstract: In MANET, the mobiles nodes are connected dynamically with the help of wireless links without having a fixed infrastructure or centralized administration. These nodes move freely and organize themselves arbitrarily thus change the network topology rapidly and unpredictably. As a result, there exits frequent link breakages which leads to path failures and route discoveries. The route discovery can lead to overhead which cannot be neglected. Therefore, the fundamental challenge of MANET is to develop a dynamic routing protocol that efficiently establish routes to deliver the packets with minimum overhead, high throughput and low end to end delay. In order to handle overhead issues, the proposed system has presented a novel scheme rebroadcast delay and a rebroadcast probability which will help to reduce the number of retransmissions thereby improving routing performance. In addition, the proposed system is compared with existing routing protocol AODV in terms of packet delivery ratio, packet loss and end to end delay Keywords — Networking, Mobile Ad-Hoc Network, Routing overhead, NCPR, NS2 ----------------------------------------************************------------------------------- I. INTRODUCTION With the increased popularity of mobile ad-hoc network, a growing research activity is carried out due to its potential civilian and military applications. In MANETs, mobiles nodes are interconnected without having fixed infrastructure via wireless links. These mobile nodes move freely and are self organized dynamically without having a centralized administration. MANETS offers various advantages such as fault tolerance, less infrastructure costs and ease of establishment. However, node mobility is the key factor within MANET which can cause the network topology to change rapidly which leads to frequent link breakages and path failures. Various routing protocols have been proposed for mobile ad-hoc networks over the recent years. The routing protocol for MANETS fall into two categories depending upon the initiation of route discovery: proactive and reactive. The proactive routing protocols such as DSDV and OSLR aims to maintain consistent and up-to-date routing information for every node. These mobile nodes are required to periodically locate and maintain paths to every possible destination which leads to large routing overhead in high mobility environment. In reactive routing protocols such as AODV and DSR, routes are discovered on demand thereby improving scalability of MANETS. However, node mobility can cause frequent link breakages which leads to path failures and route discovery thereby increasing routing overhead. This paper proposes a novel Trusted Neighbour Coverage-Based Probabilistic Rebroadcast Scheme that integrates the approach of Probabilistic mechanism and Neighbour Coverage Knowledge which will significantly help to decrease the number of rebroadcasts thereby reduce the routing overhead and enhance routing performance. The proposed system has a novel rebroadcast delay which can be used to determine the rebroadcast order thereby help to effectively exploit the neighbour coverage knowledge. In addition, the RESEARCH ARTICLE OPEN ACCESS
  • 2. International Journal of Computer Techniques -– Volume 3 Issue 2, March-Apr 2016 ISSN :2394-2231 http://www.ijctjournal.org Page 159 proposed system has a novel rebroadcast probability which can be used to decrease the number of retransmission of the RREQ packets thereby help to enhance the routing performance. II. RELATED WORK The effective mechanism for route discovery is Broadcasting. However, this mechanism causes excessive redundant rebroadcasts of RREQ packets and packet collision in high dynamic networks. This phenomenon is termed as broadcast storm problem. Haas et al.[3] proposed a gossiping based approach where each node transmits a packet with a gossiping probability. This approach reduces 35 percent of routing overhead than broadcasting. However, this approach is limited for high density networks. Kim et al.[2] propounded probabilistic broadcasting approach which utilizes coverage area information to set the rebroadcast probability and also requires neighbour approval to ensure attainability. Peng and Lu[4] proposed a Scalable Broadcast Algorithm which decides the retransmission of RREQ packet based on the fact whether this retransmission would reach auxiliary nodes. Ni et al.[1] examined the broadcasting protocol experimentally and showed that retransmission is very expensive and utilizes too much network resource. In addition, broadcasting increases routing overhead and incurs various issues such as contentions, collisions and redundant rebroadcasts. Keshavarz-Haddad et al.[6] propounded two timer-based broadcast approach called as Dynamic Reflector Broadcast and Dynamic Connector- Connector Broadcast. This approach results full attainability and robustness during the situation of mobility and node failure. Chen at al.[5] propounded an AODV protocol with Directional Forwarding Routing which can significantly trace the subsequent hop node for packet forwarding when a route breaks. III. PROPOSED METHOD The proposed system is a novel scheme that calculates a rebroadcast delay which helps to determine the forwarding sequence of the packet. The node that has more common neighbors will have less delay. Hence, the key to success for the proposed system is rebroadcast delay which will help to determine the node that has received duplicate packets. In addition, the proposed system also calculates a rebroadcast probability which helps to determine whether the node lies in dense network or sparse network. The rebroadcast probability is composed of two parts: additional coverage ratio which is a ratio of number of nodes to be covered by a single transmission to the total number of neighbors and connectivity factor which helps to keep network connections and decrease the redundant rebroadcasts. A. Network Formation with various mobile nodes In this module, the mobile network is formed. The network consists number of nodes and a base station. Each node is assigned a node id and a port number required for broadcasting. A topology is constructed to provide communication paths for wireless network. B. Identification of Uncovered Neighbours Set When node ni gets a RREQ packet from its preceding node s, it uses the neighbor list in the RREQ packet to determine how many of its neighbors have not been covered by the RREQ packet from s. If node ni has maximum uncovered neighbors by the RREQ packet sent from s, which implies that the node ni must rebroadcast the RREQ packet in order to cover more additional neighbour nodes. To quantify this, the Uncovered Neighbors set U(݊݅) is defined of node ݊݅ as follows: U(݊݅) = N(݊݅) – [N(݊݅) ⋂ N(s)] – {s} where N(s) and N(݊݅) are the neighbors sets of node s and ni, respectively. Node s sends a RREQ packet to node ݊݅. From this step, the initial Uncovered neighbor set(UCN) is obtained. C. Rebroadcasting Delay calculation
  • 3. International Journal of Computer Techniques -– Volume 3 Issue 2, March-Apr 2016 ISSN :2394-2231 http://www.ijctjournal.org Page 160 Due to transmission features of a RREQ packet, node ni can receive the duplicate RREQ packets from its neighbors. Node ݊݅ can further modify the U(݊݅) with the help of neighbor list knowledge. In order to sufficiently obtain the neighbor knowledge and avoid channel collisions, each node sets a rebroadcast delay. The rebroadcast delay of node ݊݅ is defined as follows (݊݅) = 1 - |N(s) ⋂ N(݊݅)| ________________ |N(S)| (݊݅) = MaxDel X (݊i) Here (݊݅) is the delay ratio of node ni, and MaxDel is a small constant delay. |.| is the total number of components in a given set. D. Rebroadcast Probability The rebroadcast delay increases with the increase in uncovered neighbors. Therefore, the nodes which has high delay due to more uncovered neighbors listens to RREQ packets from the nodes which have lower rebroadcast delay . For example, if node ni gets a duplicate RREQ packet from its neighbor ݊j, it has information about its neighbours covered by the RREQ packet from ݆݊ from its neighbors list. Thus, node ni can further modify its uncovered neighbor set depending upon the neighbour list in the RREQ packet from ݆݊. Then, the U(݊݅)can be adjusted as follows: U(݊݅) = [U(݊݅) ∩ N( ݆݊ )]. After modifying U(݊݅), the RREQ packet received from ݆݊ is rejected. When the timer of the of node ݊݅ becomes void, the node acquires the final UCN set. The nodes that are associated to the final UCN set should receive and process the RREQ packet. In addition, if a node does not recognise any duplicate RREQ packets from its neighborhood, its UCN set is not modified, which is the initial uncovered neighbor set[1][2][3]. E. Additional Coverage ratio The additional coverage ratio of node ݊݅ can be defined as : Tܽ (݊ ) = |ܷ(݊݅)|/|ܰ(݊݅)| This metric indicates the ratio of the number of nodes that are covered by the transmission to the total number of neighbours of node ni. The nodes that has been covered are required to receive and process the RREQ packet. As Ta increases, more nodes will be covered by the transmission, and more nodes need to receive and process the RREQ packet, and, therefore, the rebroadcast probability is set higher. F. Connectivity Factor The minimum ‫(ܨ‬ni) as a connectivity factor can be defined as : ‫ܨ‬ܿ (݊݅ ) = ܰܿ /|ܰ(݊݅)| Here Nc = 5.1774logn, and n is the total number of nodes in the mobile network. When |N(ni)| is greater than Nc and ‫ܨ‬ܿ(݊݅) is less than 1, it implies that node lies in the dense area of the mobile network.. Also, when |N(݊݅)| is less than Nc and Fܿ(ܰ݅) is greater than 1. It implies node ni lies in the sparse area of the mobile network. Therefore node ni should transmit the RREQ packet in order to achieve network connectivity. In addition, the additional coverage ratio and connectivity factor is combined to obtain the rebroadcast probability. The rebroadcast probability pre(݊݅) of node ݊݅ is defined: pre (݊݅) = ‫ܨ‬ܿ (݊݅ ) . Tܽ (݊ ). Here, the pre(݊݅) is set to 1 when the pre(݊݅) is greater than 1,. IV. PERFORMANCE EVALUATION The performance of existing protocol AODV and proposed system is evaluated based on following measures: 1. PACKET DROP
  • 4. International Journal of Computer Techniques -– Volume 3 Issue 2, March-Apr 2016 ISSN :2394-2231 http://www.ijctjournal.org Page 161 The average number of packets(including RREQ, route reply(RREP) and RERR packets) dropped resulting from the collision. Fig.1 Packet drop of AODV Protocol The existing protocol AODV has higher packet drop than the proposed system NCPR due to routing overhead. Fig.1 Packet drop of NCPR Protocol NCPR protocol reduce the redundant rebroadcast, so as to reduce the packet drops caused by collision therefore it can significantly reduce the routing overhead incurred during the route discovery especially in dense network. 2. PACKET DELIVERY RATIO PDR(Throughput) defines the ratio of the number of packets sent by constant bit rate(CBR) source node to the number of packets received by the destination node . Fig.3 Packet delivery ratio of AODV Protocol When the number of node is increased, the throughput/PDR of the existing protocol AODV gradually decreased. Fig.4 Packet delivery ratio of NCPR Protocol The PDR ratio of proposed system NCPR is higher than the existing protocol AODV because it significantly reduces the number of packet drops caused by collision. 3. END TO END DELAY End to End Delay metric is the time taken by the packet to reach the destination node from the source node. It gives the mean time in milliseconds(ms).
  • 5. International Journal of Computer Techniques -– Volume 3 Issue 2, March-Apr 2016 ISSN :2394-2231 http://www.ijctjournal.org Page 162 Fig. 5 End to End Delay of AODV Protocol The end to end delay ratio of AODV protocol is higher due to routing overhead caused by RREQ rebroadcasts. Fig. 6 End to End Delay of NCPR Protocol The end-to-end delay ratio of the proposed system NCPR is lower than the existing protocol AODV due to a decrease in the number of redundant rebroadcasting packets. V. CONCLUSION The proposed system is a probabilistic rebroadcast protocol based on neighbor coverage knowledge and probabilistic approach propounded to decrease the routing overhead in mobile adhoc network. The proposed system includes additional coverage ratio and connectivity factor. A novel scheme rebroadcast delay is proposed which is used to determine the forwarding order and more effectively acquire the neighbor coverage knowledge. Simulation results show that the proposed protocol generates less routing overhead than the existing routing protocol AODV. Because of less redundant rebroadcast, the proposed protocol reduces the contentions and network collision, in order to increase the packet delivery ratio and substantially reduce the end-to-end delay. The simulation results also show that the proposed protocol has good performance when the network is subjected to heavy load or is in high density area. ACKNOWLEDGMENT With the deepest gratitude, I wish to thank every person who has been a valued source of inspiration and luminance through their presence. Obviously a publication is not complete without the help from those who choose to stay behind the scenes and yet provide the little things that stand out. For many insightful comments to the report, I thank the Head of Department (Computer), Mr. Jayant Gadge for his help in polishing the report. Without his help, it would not be as easy to read. I would like to mention the management of Thadomal Shahani Engineering College, it is them who provided us with reference facilities par excellence. I also thank my project guide and mentor Prof. Shilpa Verma for her guidance and motivation. It’s her constant support that helped me reach a better understanding. Finally I thank my Parents, it is their support and encouraging presence that helped build morale. And above all, God, who keeps blessing us despite our flaws. REFERENCES [1] S.Y. S. Y. Ni, Y.C. Tseng, Y.S. Chen, and J.P. Sheu, S.Y. Ni, Y.C. Tseng, Y.S. Chen, and J.P. Sheu, “The Broadcast Storm Problem in a Mobile Ad Hoc Network,” Proc. ACM/IEEE MobiCom, pp. 151-162, 1999. [2] J. Kim, Q. Zhang, and D.P. Agrawal, “Probabilistic Broadcasting Based on Coverage Area and Neighbor Confirmation in Mobile Ad Hoc Networks,” Proc. IEEE GlobeCom, 2004. [3] Z. Haas, J.Y. Halpern, and L. Li, “Gossip-Based Ad Hoc Routing,” Proc. IEEE INFOCOM, vol. 21, pp. 1707-1716, 2002. [4] W. Peng and X. Lu, “On the Reduction of Broadcast Redundancy in Mobile Ad Hoc Networks,” Proc. ACM MobiHoc, pp. 129-130, 2000 [5] J. Chen, Y.Z. Lee, H. Zhou, M. Gerla, and Y. Shu, “Robust Ad Hoc Routing for Lossy Wireless Environment,” Proc. IEEE Conf. Military Comm. (MILCOM ’06), pp. 1-7, 2006.
  • 6. International Journal of Computer Techniques -– Volume 3 Issue 2, March-Apr 2016 ISSN :2394-2231 http://www.ijctjournal.org Page 163 [6] A. Keshavarz-Haddady, V. Ribeirox, and R. Riedi, “DRB and DCCB: Efficient and Robust Dynamic Broadcast for Ad Hoc and Sensor Networks,” Proc. IEEE Comm. Soc. Conf. Sensor, Mesh, and Ad Hoc Comm. and Networks (SECON ’07), pp. 253-262, 2007.