SlideShare a Scribd company logo
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), 
ISSN 0976 - 6375(Online), Volume 5, Issue 8, August (2014), pp. 138-143 © IAEME 
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING  
TECHNOLOGY (IJCET) 
ISSN 0976 – 6367(Print) 
ISSN 0976 – 6375(Online) 
Volume 5, Issue 8, August (2014), pp. 138-143 
© IAEME: www.iaeme.com/IJCET.asp 
Journal Impact Factor (2014): 8.5328 (Calculated by GISI) 
www.jifactor.com 
IJCET 
© I A E M E 
AN OPTIMISTIC SECTOR ORIENTED APPROACH TO MITIGATE 
BROADCAST STORM PROBLEM IN MANETS 
N. Prathibha Bharathi 
Student of M. Tech (CSE), 
Department of CSE, 
Dr.K.V.S.R.C.E. for Women, Kurnool, A.P., India 
B. Mahesh 
Associate Professor, 
Dept of CSE, 
Dr.K.V.S.R.C.E. for Women, Kurnool, A.P., India 
138 
ABSTRACT 
In mobile ad hoc networks (MANETs), due to frequent changes in topology there exist more 
link breakages which lead to high rate of path failures and route discoveries, which cause an 
increased routing control overhead. Thus, it is necessary to reduce the overhead of route discovery in 
the design of routing protocols for MANETs. In a route discovery, broadcasting may be an 
elementary and effective data dissemination mechanism, wherever a mobile node blindly 
rebroadcasts the first received route request packets unless it has a route to the destination, and 
therefore it causes the broadcast storm problem. This paper proposes an optimistic approach OpSOA 
to mitigate the broadcasting storm problem and to scale back the communication overheads of 
routing protocols by forming sectors within the network and finding the route to destination by two 
sectors at a time. The simulation result shows that the proposed mechanism substantially reduces 
route requests. Since the proposed protocol searches for the destination sector wise thereby reducing 
network wide broadcast of routing requests, traffic, collision and contention. There by there can be 
an increase in the packet delivery ratio and decrease in the average end-to-end delay. 
Keywords: MANETs; Route Discovery; Broadcasting; Broadcast Storm; Optimistic Approach; 
Sectors.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), 
ISSN 0976 - 6375(Online), Volume 5, Issue 8, August (2014), pp. 138-143 © IAEME 
139 
1. INTRODUCTION 
Mobile ad hoc networks (MANETs) consist of a collection of freely movable nodes which 
communicates using wireless links and which do not require any fixed infrastructure [1]. MANETs 
rely on the broadcasting capability or specialized flooding mechanism when performing route 
discovery or gathering some global information [2], [3]. Broadcasting is the most frequently used 
operation in MANETs for the dissemination of data and control messages in many applications. In 
broadcasting when a node receives the message for the first time then it will forward the messages to 
all other nodes connected in the network, message flooding, there arise a problem of redundant 
transmission which results in packet collision. The broadcast redundancy significantly rise as the 
average number of neighbors increases [4]. It is also difficult to reduce the number of forwarding 
nodes in broadcasting. In Ad-hoc network, a packet collision occurs when two or more nodes try to 
transmit a packet from corner to corner in the network at the same time. Packet collisions could end in 
the loss of packet reliability or will slow down the performance of a network. 
Once this redundancy will increase it ends up in severe network congestion and significant 
performance degradation, which is referred to as the broadcast storm problem [5]. In broadcast-based 
systems, we use message flooding to broadcast messages. There is no specific destination; thus each 
neighbor node is contacted then forwards the message to its own neighbors till the message’s lifespan 
expires. 
Thus the main objective of broadcasting algorithms is to reduce the redundant transmissions. 
The important aspect to achieve this is to limit the number of forwarding nodes. In MANETs, the 
forwarding node set for broadcasting is generally selected in a localized manner, wherever each node 
determines its own status of forwarding or non forwarding based on local information or the status of 
a node is selected by its neighbors. A limited forwarding node set is considered to be more efficient 
due to the reduced number of transmissions within the network. Therefore, to reduce the total number 
of transmissions we use sectors of nodes within the network and we transmit the broadcast messages 
two sectors at a time. 
The remainder of this paper is organized as follows. Section II reviews the present 
broadcasting mechanisms available in literature. Section III describes the proposed OpSOA approach. 
In Section IV we evaluate the performance of our proposed approach. Section V concludes the paper 
with an outlook to future research. 
2. RELATED WORK 
Broadcasting is an effective mechanism for route discovery but the routing overhead 
associated with the dissemination of routing control packets such as RREQ packets can be large, 
when the network density is high and the network topology frequently changes. One of the earliest 
and the classical way of broadcasting in MANETs is flooding. But with blind flooding broadcast 
storm occurs. 
Traditional on-demand routing protocols [6, 7, 8] produce a large amount of routing control 
traffic by blindly flooding the entire network with RREQ packets during route discovery. In 
traditional AODV, an intermediate node rebroadcasts all RREQ packets that are received for the first 
time. Assuming no intermediate node has a valid route to the destination and N is the total number of 
nodes in the network, the number of possible rebroadcast in AODV is N −1. In the basic probabilistic 
route discovery a source node sends an RREQ to its immediate neighbors with probability p =1. As an 
intermediate node first receives this RREQ packet, with probability p 1, it rebroadcasts the packet to 
its neighbors and with forwarding probability 1 − p it simply drop the packet. As the decision to 
rebroadcast a packet of each node is independent, the possible number of rebroadcasts is p x (N −1). 
This is referred as Fixed Probabilistic Route Discovery (FPR) [9].
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), 
ISSN 0976 - 6375(Online), Volume 5, Issue 8, August (2014), pp. 138-143 © IAEME 
In a network of random distribution of mobile nodes like MANETs, there are regions of 
varying degrees of node density. Thus the need for an appropriate adjustment of the forwarding 
probability arises. Therefore, FPR suffers from unfair distribution of forwarding probability; since 
every node is assigned the same value regardless of their local topological characteristics. It is critical 
to identify and categorize mobile nodes in the various regions of the network and appropriately adjust 
their forwarding probabilities. 
To overcome the disadvantages of FPR the authors in [9] proposed a generic probabilistic 
route discovery algorithm (DPR) that dynamically determines the forwarding probability of an RREQ 
taking into consideration the set of covered neighbors and the local density of the forwarding node. 
This scheme only considers the coverage ratio by the previous node, and neglects those neighbors 
which receive the duplicate RREQ packet. Thus, it needs further optimization and extension. Authors 
in [10] proposed an approach MobDHop-AODV to work on top of the stable, two-tier cluster 
structure formed by the MobDHop clustering algorithm. The goal of this protocol is to exploit the 
aggregated topology information stored at every cluster head to avoid the need to flood the network 
with route request (RREQ) packets in the search for intended destinations. 
In this paper, we propose an efficient optimistic sector oriented approach (OpSOA) to yield a 
significant performance improvement in terms of reduced network wide route requests by limiting the 
broadcasts to two sectors at a time. The proposed approach is simple enough for easy implementation. 
The detail of the scheme is described in the next section. 
140 
3. PROPOSED WORK 
A new approach namely Optimistic Sector Oriented Approach (OpSOA) is introduced in this 
work. The goal of this approach is to reduce the number of network wide route request (RREQ) 
packets by limiting them to two sectors at a time. By this approach the need to flood network wide 
RREQ packets to search for intended destination is reduced. Note that GPS assistance is necessary in 
the proposed algorithm. 
As we know that, in broadcasting when a node receives the message for the first time then it 
will forward the message to all other nodes connected in the network, message flooding, there arise a 
problem of redundant transmission which results in packet collision. Packet collisions may also result 
in the loss of packet reliability or can slow down the performance of a network. The broadcast 
redundancy significantly rise as the average number of neighbors increases [4]. When this redundancy 
increases it results in the severe network congestion and significant performance degradation, a fact 
called the broadcast storm problem [5]. 
To avoid this broadcast storm problem; instead of forwarding the received messages to all 
other nodes in the network, we forward the broadcast messages two sectors at a time only. Therefore, 
by reducing the total number of broadcast transmission through the sector approach broadcast storm 
problem can be alleviated. In the proposed mechanism smart antenna systems that form directional 
transmission/reception beams switched beam and steerable beam are used [11]. 
3.1 IMPLEMENTATION 
In the proposed approach, the source node divides its neighbors into eight sectors and informs 
its neighboring nodes about the sectoring information.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), 
ISSN 0976 - 6375(Online), Volume 5, Issue 8, August (2014), pp. 138-143 © IAEME 
Figure 1: MANET divided in to sectors 
The source node first chooses two sectors which are opposite to one another say 0 and 4 and 
initiates a sector-wide broadcast of RREQ message to search for the route to destination node. Since 
each node in the network are aware of their position and its sector information, nodes in a given sector 
only broadcasts the message to the nodes within the sector only. If the destination node is found in the 
clusters 0 or 4, then there is no need to broadcast the messages in the entire network. Otherwise, the 
source node will initiate the request to two more clusters say 1 and 5. This process continues until the 
destination is found or all sectors are completed.
! 

 
#

More Related Content

What's hot

MANET Routing Protocols , a case study
MANET Routing Protocols , a case studyMANET Routing Protocols , a case study
MANET Routing Protocols , a case study
Rehan Hattab
 
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
 
A2546035115
A2546035115A2546035115
A2546035115
Prafull Maktedar
 
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
 
Tree Based Proactive Source Routing Protocol for MANETs
Tree Based Proactive Source Routing Protocol for MANETsTree Based Proactive Source Routing Protocol for MANETs
Tree Based Proactive Source Routing Protocol for MANETs
paperpublications3
 
Gateway Forwarding Schemes For Manet-Internet Connectivity
Gateway Forwarding Schemes For Manet-Internet ConnectivityGateway Forwarding Schemes For Manet-Internet Connectivity
Gateway Forwarding Schemes For Manet-Internet Connectivity
ijsrd.com
 
A Low Overhead Reachability Guaranteed Dynamic Route Discovery Mechanism for ...
A Low Overhead Reachability Guaranteed Dynamic Route Discovery Mechanism for ...A Low Overhead Reachability Guaranteed Dynamic Route Discovery Mechanism for ...
A Low Overhead Reachability Guaranteed Dynamic Route Discovery Mechanism for ...
ijasuc
 
Performance Evaluation and Comparison of Ad-Hoc Source Routing Protocols
Performance Evaluation and Comparison of Ad-Hoc Source Routing ProtocolsPerformance Evaluation and Comparison of Ad-Hoc Source Routing Protocols
Performance Evaluation and Comparison of Ad-Hoc Source Routing Protocols
Narendra Singh Yadav
 
DOTNET 2013 IEEE MOBILECOMPUTING PROJECT On the real time hardware implementa...
DOTNET 2013 IEEE MOBILECOMPUTING PROJECT On the real time hardware implementa...DOTNET 2013 IEEE MOBILECOMPUTING PROJECT On the real time hardware implementa...
DOTNET 2013 IEEE MOBILECOMPUTING PROJECT On the real time hardware implementa...
IEEEGLOBALSOFTTECHNOLOGIES
 
Paper id 311201512
Paper id 311201512Paper id 311201512
Paper id 311201512
IJRAT
 
A survey on routing algorithms and routing metrics for wireless mesh networks
A survey on routing algorithms and routing metrics for wireless mesh networksA survey on routing algorithms and routing metrics for wireless mesh networks
A survey on routing algorithms and routing metrics for wireless mesh networks
Mohammad Siraj
 
PERFORMANCE ANALYSIS OF OLSR PROTOCOL IN MANET CONSIDERING DIFFERENT MOBILITY...
PERFORMANCE ANALYSIS OF OLSR PROTOCOL IN MANET CONSIDERING DIFFERENT MOBILITY...PERFORMANCE ANALYSIS OF OLSR PROTOCOL IN MANET CONSIDERING DIFFERENT MOBILITY...
PERFORMANCE ANALYSIS OF OLSR PROTOCOL IN MANET CONSIDERING DIFFERENT MOBILITY...
ijwmn
 
A Review on Geographical Location Based Energy Efficient Direction Restricted...
A Review on Geographical Location Based Energy Efficient Direction Restricted...A Review on Geographical Location Based Energy Efficient Direction Restricted...
A Review on Geographical Location Based Energy Efficient Direction Restricted...
IJRES Journal
 
T HE I MPACT OF TCP C ONGESTION W INDOW S IZE ON THE P ERFORMANCE E VA...
T HE  I MPACT OF  TCP C ONGESTION  W INDOW  S IZE  ON THE  P ERFORMANCE  E VA...T HE  I MPACT OF  TCP C ONGESTION  W INDOW  S IZE  ON THE  P ERFORMANCE  E VA...
T HE I MPACT OF TCP C ONGESTION W INDOW S IZE ON THE P ERFORMANCE E VA...
ijwmn
 
A QUALITY OF SERVICE ARCHITECTURE FOR RESOURCE PROVISIONING AND RATE CONTROL ...
A QUALITY OF SERVICE ARCHITECTURE FOR RESOURCE PROVISIONING AND RATE CONTROL ...A QUALITY OF SERVICE ARCHITECTURE FOR RESOURCE PROVISIONING AND RATE CONTROL ...
A QUALITY OF SERVICE ARCHITECTURE FOR RESOURCE PROVISIONING AND RATE CONTROL ...
ijasuc
 
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
 
Eb34777780
Eb34777780Eb34777780
Eb34777780
IJERA Editor
 
THE IMPACT OF NODE MISBEHAVIOR ON THE PERFORMANCE OF ROUTING PROTOCOLS IN MANET
THE IMPACT OF NODE MISBEHAVIOR ON THE PERFORMANCE OF ROUTING PROTOCOLS IN MANETTHE IMPACT OF NODE MISBEHAVIOR ON THE PERFORMANCE OF ROUTING PROTOCOLS IN MANET
THE IMPACT OF NODE MISBEHAVIOR ON THE PERFORMANCE OF ROUTING PROTOCOLS IN MANET
IJCNCJournal
 
Flbra fuzzy logic based routing algorithm for indoor wireless sensor networks
Flbra fuzzy logic based routing algorithm for indoor wireless sensor networksFlbra fuzzy logic based routing algorithm for indoor wireless sensor networks
Flbra fuzzy logic based routing algorithm for indoor wireless sensor networks
ijcsit
 

What's hot (19)

MANET Routing Protocols , a case study
MANET Routing Protocols , a case studyMANET Routing Protocols , a case study
MANET Routing Protocols , a case study
 
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 ...
 
A2546035115
A2546035115A2546035115
A2546035115
 
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
 
Tree Based Proactive Source Routing Protocol for MANETs
Tree Based Proactive Source Routing Protocol for MANETsTree Based Proactive Source Routing Protocol for MANETs
Tree Based Proactive Source Routing Protocol for MANETs
 
Gateway Forwarding Schemes For Manet-Internet Connectivity
Gateway Forwarding Schemes For Manet-Internet ConnectivityGateway Forwarding Schemes For Manet-Internet Connectivity
Gateway Forwarding Schemes For Manet-Internet Connectivity
 
A Low Overhead Reachability Guaranteed Dynamic Route Discovery Mechanism for ...
A Low Overhead Reachability Guaranteed Dynamic Route Discovery Mechanism for ...A Low Overhead Reachability Guaranteed Dynamic Route Discovery Mechanism for ...
A Low Overhead Reachability Guaranteed Dynamic Route Discovery Mechanism for ...
 
Performance Evaluation and Comparison of Ad-Hoc Source Routing Protocols
Performance Evaluation and Comparison of Ad-Hoc Source Routing ProtocolsPerformance Evaluation and Comparison of Ad-Hoc Source Routing Protocols
Performance Evaluation and Comparison of Ad-Hoc Source Routing Protocols
 
DOTNET 2013 IEEE MOBILECOMPUTING PROJECT On the real time hardware implementa...
DOTNET 2013 IEEE MOBILECOMPUTING PROJECT On the real time hardware implementa...DOTNET 2013 IEEE MOBILECOMPUTING PROJECT On the real time hardware implementa...
DOTNET 2013 IEEE MOBILECOMPUTING PROJECT On the real time hardware implementa...
 
Paper id 311201512
Paper id 311201512Paper id 311201512
Paper id 311201512
 
A survey on routing algorithms and routing metrics for wireless mesh networks
A survey on routing algorithms and routing metrics for wireless mesh networksA survey on routing algorithms and routing metrics for wireless mesh networks
A survey on routing algorithms and routing metrics for wireless mesh networks
 
PERFORMANCE ANALYSIS OF OLSR PROTOCOL IN MANET CONSIDERING DIFFERENT MOBILITY...
PERFORMANCE ANALYSIS OF OLSR PROTOCOL IN MANET CONSIDERING DIFFERENT MOBILITY...PERFORMANCE ANALYSIS OF OLSR PROTOCOL IN MANET CONSIDERING DIFFERENT MOBILITY...
PERFORMANCE ANALYSIS OF OLSR PROTOCOL IN MANET CONSIDERING DIFFERENT MOBILITY...
 
A Review on Geographical Location Based Energy Efficient Direction Restricted...
A Review on Geographical Location Based Energy Efficient Direction Restricted...A Review on Geographical Location Based Energy Efficient Direction Restricted...
A Review on Geographical Location Based Energy Efficient Direction Restricted...
 
T HE I MPACT OF TCP C ONGESTION W INDOW S IZE ON THE P ERFORMANCE E VA...
T HE  I MPACT OF  TCP C ONGESTION  W INDOW  S IZE  ON THE  P ERFORMANCE  E VA...T HE  I MPACT OF  TCP C ONGESTION  W INDOW  S IZE  ON THE  P ERFORMANCE  E VA...
T HE I MPACT OF TCP C ONGESTION W INDOW S IZE ON THE P ERFORMANCE E VA...
 
A QUALITY OF SERVICE ARCHITECTURE FOR RESOURCE PROVISIONING AND RATE CONTROL ...
A QUALITY OF SERVICE ARCHITECTURE FOR RESOURCE PROVISIONING AND RATE CONTROL ...A QUALITY OF SERVICE ARCHITECTURE FOR RESOURCE PROVISIONING AND RATE CONTROL ...
A QUALITY OF SERVICE ARCHITECTURE FOR RESOURCE PROVISIONING AND RATE CONTROL ...
 
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...
 
Eb34777780
Eb34777780Eb34777780
Eb34777780
 
THE IMPACT OF NODE MISBEHAVIOR ON THE PERFORMANCE OF ROUTING PROTOCOLS IN MANET
THE IMPACT OF NODE MISBEHAVIOR ON THE PERFORMANCE OF ROUTING PROTOCOLS IN MANETTHE IMPACT OF NODE MISBEHAVIOR ON THE PERFORMANCE OF ROUTING PROTOCOLS IN MANET
THE IMPACT OF NODE MISBEHAVIOR ON THE PERFORMANCE OF ROUTING PROTOCOLS IN MANET
 
Flbra fuzzy logic based routing algorithm for indoor wireless sensor networks
Flbra fuzzy logic based routing algorithm for indoor wireless sensor networksFlbra fuzzy logic based routing algorithm for indoor wireless sensor networks
Flbra fuzzy logic based routing algorithm for indoor wireless sensor networks
 

Viewers also liked

Вступ до біохімії
Вступ до біохіміїВступ до біохімії
Вступ до біохімії
Ekaterinazlt
 
Beautiful Chuk-Ryung Mountain 2011.11.20
Beautiful Chuk-Ryung Mountain 2011.11.20Beautiful Chuk-Ryung Mountain 2011.11.20
Beautiful Chuk-Ryung Mountain 2011.11.20
QSRC NITA Dongguk
 
Angelica Kauffman
Angelica KauffmanAngelica Kauffman
Angelica Kauffman
Proyecto Integrado
 
Las Redes Sociales
Las Redes SocialesLas Redes Sociales
Las Redes Sociales
evsogret
 
4 Operaciones BáSicas Tr.
4 Operaciones BáSicas Tr.4 Operaciones BáSicas Tr.
4 Operaciones BáSicas Tr.
guest876e6f
 
Power Taller Integrador
Power Taller IntegradorPower Taller Integrador
Power Taller Integrador
alicianr
 
Encuesta "Sociedad y Estado"
Encuesta "Sociedad y Estado"Encuesta "Sociedad y Estado"
Encuesta "Sociedad y Estado"
sosagua2009
 
Carros ecológicos
Carros ecológicosCarros ecológicos
Carros ecológicos
projecto8a
 
EMILIE FLÖGE
EMILIE FLÖGE EMILIE FLÖGE
EMILIE FLÖGE
Proyecto Integrado
 
Заняття 17. Загальна характеристика гормонів, визначення, хімічна природа та ...
Заняття 17. Загальна характеристика гормонів, визначення, хімічна природа та ...Заняття 17. Загальна характеристика гормонів, визначення, хімічна природа та ...
Заняття 17. Загальна характеристика гормонів, визначення, хімічна природа та ...
Ekaterinazlt
 
Membangun sistem manajemen yang handal untuk meningkatkan kinerja share
Membangun sistem manajemen yang handal untuk meningkatkan kinerja shareMembangun sistem manajemen yang handal untuk meningkatkan kinerja share
Membangun sistem manajemen yang handal untuk meningkatkan kinerja share
muhammad hamdi
 
Crossovers als levenselixer
Crossovers als levenselixerCrossovers als levenselixer
Crossovers als levenselixer
Erfgoed 2.0
 
Embalagem em feltro para presentes, como fazer
Embalagem em feltro para presentes, como fazerEmbalagem em feltro para presentes, como fazer
Embalagem em feltro para presentes, como fazer
Vila do Artesão
 
Codes and conventions – advert page y13
Codes and conventions – advert page y13Codes and conventions – advert page y13
Codes and conventions – advert page y13
ejoslin1
 
Iwb introduction
Iwb introductionIwb introduction
Iwb introduction
Barbara M. King
 
平塚ビットシティプロジェクト第1回実証実験 お客様説明資料
平塚ビットシティプロジェクト第1回実証実験 お客様説明資料平塚ビットシティプロジェクト第1回実証実験 お客様説明資料
平塚ビットシティプロジェクト第1回実証実験 お客様説明資料
Keiichi Hida
 
Actividad4 inmunodeficientes600a
Actividad4 inmunodeficientes600aActividad4 inmunodeficientes600a
Actividad4 inmunodeficientes600a
Paco J. Ramírez Capulín
 
Bola de drac
Bola de dracBola de drac
Bola de drac
carme tribo berga
 
Powwer pont
Powwer pontPowwer pont
Powwer pont
curso2010r
 

Viewers also liked (20)

Вступ до біохімії
Вступ до біохіміїВступ до біохімії
Вступ до біохімії
 
Beautiful Chuk-Ryung Mountain 2011.11.20
Beautiful Chuk-Ryung Mountain 2011.11.20Beautiful Chuk-Ryung Mountain 2011.11.20
Beautiful Chuk-Ryung Mountain 2011.11.20
 
Angelica Kauffman
Angelica KauffmanAngelica Kauffman
Angelica Kauffman
 
Las Redes Sociales
Las Redes SocialesLas Redes Sociales
Las Redes Sociales
 
4 Operaciones BáSicas Tr.
4 Operaciones BáSicas Tr.4 Operaciones BáSicas Tr.
4 Operaciones BáSicas Tr.
 
Power Taller Integrador
Power Taller IntegradorPower Taller Integrador
Power Taller Integrador
 
Encuesta "Sociedad y Estado"
Encuesta "Sociedad y Estado"Encuesta "Sociedad y Estado"
Encuesta "Sociedad y Estado"
 
Carros ecológicos
Carros ecológicosCarros ecológicos
Carros ecológicos
 
урок 5 5 кл
урок 5 5 клурок 5 5 кл
урок 5 5 кл
 
EMILIE FLÖGE
EMILIE FLÖGE EMILIE FLÖGE
EMILIE FLÖGE
 
Заняття 17. Загальна характеристика гормонів, визначення, хімічна природа та ...
Заняття 17. Загальна характеристика гормонів, визначення, хімічна природа та ...Заняття 17. Загальна характеристика гормонів, визначення, хімічна природа та ...
Заняття 17. Загальна характеристика гормонів, визначення, хімічна природа та ...
 
Membangun sistem manajemen yang handal untuk meningkatkan kinerja share
Membangun sistem manajemen yang handal untuk meningkatkan kinerja shareMembangun sistem manajemen yang handal untuk meningkatkan kinerja share
Membangun sistem manajemen yang handal untuk meningkatkan kinerja share
 
Crossovers als levenselixer
Crossovers als levenselixerCrossovers als levenselixer
Crossovers als levenselixer
 
Embalagem em feltro para presentes, como fazer
Embalagem em feltro para presentes, como fazerEmbalagem em feltro para presentes, como fazer
Embalagem em feltro para presentes, como fazer
 
Codes and conventions – advert page y13
Codes and conventions – advert page y13Codes and conventions – advert page y13
Codes and conventions – advert page y13
 
Iwb introduction
Iwb introductionIwb introduction
Iwb introduction
 
平塚ビットシティプロジェクト第1回実証実験 お客様説明資料
平塚ビットシティプロジェクト第1回実証実験 お客様説明資料平塚ビットシティプロジェクト第1回実証実験 お客様説明資料
平塚ビットシティプロジェクト第1回実証実験 お客様説明資料
 
Actividad4 inmunodeficientes600a
Actividad4 inmunodeficientes600aActividad4 inmunodeficientes600a
Actividad4 inmunodeficientes600a
 
Bola de drac
Bola de dracBola de drac
Bola de drac
 
Powwer pont
Powwer pontPowwer pont
Powwer pont
 

Similar to An optimistic sector oriented approach to mitigate broadcast storm problem in manets

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
 
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
 
50120140504011
5012014050401150120140504011
50120140504011
IAEME Publication
 
A New Energy Efficient Approach in MANETs: A Review
A New Energy Efficient Approach in MANETs: A ReviewA New Energy Efficient Approach in MANETs: A Review
A New Energy Efficient Approach in MANETs: A Review
BRNSSPublicationHubI
 
GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)
GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)
GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)
graphhoc
 
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
 
Improvement over aodv routing protocol in vanet
Improvement over aodv routing protocol in vanetImprovement over aodv routing protocol in vanet
Improvement over aodv routing protocol in vanet
IAEME Publication
 
Paper id 252014122
Paper id 252014122Paper id 252014122
Paper id 252014122
IJRAT
 
Enhanced aodv route discovery and route establishment for qos provision for r...
Enhanced aodv route discovery and route establishment for qos provision for r...Enhanced aodv route discovery and route establishment for qos provision for r...
Enhanced aodv route discovery and route establishment for qos provision for r...
IJCNCJournal
 
ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...
ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...
ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...
ijasuc
 
Advanced delay reduction algorithm based on GPS with Load Balancing
Advanced delay reduction algorithm based on GPS with Load BalancingAdvanced delay reduction algorithm based on GPS with Load Balancing
Advanced delay reduction algorithm based on GPS with Load Balancing
ijdpsjournal
 
Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...
Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...
Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...
IRJET Journal
 
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
 
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
 
Broadcast Scheduling Protocols in Multi-Hop Mobile Ad hoc Networks
Broadcast Scheduling Protocols in Multi-Hop Mobile Ad hoc NetworksBroadcast Scheduling Protocols in Multi-Hop Mobile Ad hoc Networks
Broadcast Scheduling Protocols in Multi-Hop Mobile Ad hoc Networks
IJCNCJournal
 
BROADCAST SCHEDULING PROTOCOLS IN MULTIHOP MOBILE AD HOC NETWORKS
BROADCAST SCHEDULING PROTOCOLS IN MULTIHOP MOBILE AD HOC NETWORKSBROADCAST SCHEDULING PROTOCOLS IN MULTIHOP MOBILE AD HOC NETWORKS
BROADCAST SCHEDULING PROTOCOLS IN MULTIHOP MOBILE AD HOC NETWORKS
IJCNCJournal
 
An Effective and Scalable AODV for Wireless Ad hoc Sensor Networks
An Effective and Scalable AODV for Wireless Ad hoc Sensor NetworksAn Effective and Scalable AODV for Wireless Ad hoc Sensor Networks
An Effective and Scalable AODV for Wireless Ad hoc Sensor Networks
ijcnes
 
Study of Location Based Energy Efficient AODV Routing Protocols In MANET
Study of Location Based Energy Efficient AODV Routing Protocols In MANETStudy of Location Based Energy Efficient AODV Routing Protocols In MANET
Study of Location Based Energy Efficient AODV Routing Protocols In MANET
International Journal of Engineering Inventions www.ijeijournal.com
 
10.1.1.258.7234
10.1.1.258.723410.1.1.258.7234
10.1.1.258.7234
شيماء شقيرة
 
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 An optimistic sector oriented approach to mitigate broadcast storm problem in manets (20)

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
 
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...
 
50120140504011
5012014050401150120140504011
50120140504011
 
A New Energy Efficient Approach in MANETs: A Review
A New Energy Efficient Approach in MANETs: A ReviewA New Energy Efficient Approach in MANETs: A Review
A New Energy Efficient Approach in MANETs: A Review
 
GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)
GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)
GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)
 
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
 
Improvement over aodv routing protocol in vanet
Improvement over aodv routing protocol in vanetImprovement over aodv routing protocol in vanet
Improvement over aodv routing protocol in vanet
 
Paper id 252014122
Paper id 252014122Paper id 252014122
Paper id 252014122
 
Enhanced aodv route discovery and route establishment for qos provision for r...
Enhanced aodv route discovery and route establishment for qos provision for r...Enhanced aodv route discovery and route establishment for qos provision for r...
Enhanced aodv route discovery and route establishment for qos provision for r...
 
ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...
ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...
ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...
 
Advanced delay reduction algorithm based on GPS with Load Balancing
Advanced delay reduction algorithm based on GPS with Load BalancingAdvanced delay reduction algorithm based on GPS with Load Balancing
Advanced delay reduction algorithm based on GPS with Load Balancing
 
Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...
Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...
Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...
 
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
 
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...
 
Broadcast Scheduling Protocols in Multi-Hop Mobile Ad hoc Networks
Broadcast Scheduling Protocols in Multi-Hop Mobile Ad hoc NetworksBroadcast Scheduling Protocols in Multi-Hop Mobile Ad hoc Networks
Broadcast Scheduling Protocols in Multi-Hop Mobile Ad hoc Networks
 
BROADCAST SCHEDULING PROTOCOLS IN MULTIHOP MOBILE AD HOC NETWORKS
BROADCAST SCHEDULING PROTOCOLS IN MULTIHOP MOBILE AD HOC NETWORKSBROADCAST SCHEDULING PROTOCOLS IN MULTIHOP MOBILE AD HOC NETWORKS
BROADCAST SCHEDULING PROTOCOLS IN MULTIHOP MOBILE AD HOC NETWORKS
 
An Effective and Scalable AODV for Wireless Ad hoc Sensor Networks
An Effective and Scalable AODV for Wireless Ad hoc Sensor NetworksAn Effective and Scalable AODV for Wireless Ad hoc Sensor Networks
An Effective and Scalable AODV for Wireless Ad hoc Sensor Networks
 
Study of Location Based Energy Efficient AODV Routing Protocols In MANET
Study of Location Based Energy Efficient AODV Routing Protocols In MANETStudy of Location Based Energy Efficient AODV Routing Protocols In MANET
Study of Location Based Energy Efficient AODV Routing Protocols In MANET
 
10.1.1.258.7234
10.1.1.258.723410.1.1.258.7234
10.1.1.258.7234
 
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 IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
IAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
IAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
IAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
IAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
IAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
IAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
IAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
IAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
Neo4j
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
IndexBug
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
Uni Systems S.M.S.A.
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
Claudio Di Ciccio
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
KAMESHS29
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
Daiki Mogmet Ito
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
tolgahangng
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
Neo4j
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 

Recently uploaded (20)

GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 

An optimistic sector oriented approach to mitigate broadcast storm problem in manets

  • 1. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 8, August (2014), pp. 138-143 © IAEME INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING TECHNOLOGY (IJCET) ISSN 0976 – 6367(Print) ISSN 0976 – 6375(Online) Volume 5, Issue 8, August (2014), pp. 138-143 © IAEME: www.iaeme.com/IJCET.asp Journal Impact Factor (2014): 8.5328 (Calculated by GISI) www.jifactor.com IJCET © I A E M E AN OPTIMISTIC SECTOR ORIENTED APPROACH TO MITIGATE BROADCAST STORM PROBLEM IN MANETS N. Prathibha Bharathi Student of M. Tech (CSE), Department of CSE, Dr.K.V.S.R.C.E. for Women, Kurnool, A.P., India B. Mahesh Associate Professor, Dept of CSE, Dr.K.V.S.R.C.E. for Women, Kurnool, A.P., India 138 ABSTRACT In mobile ad hoc networks (MANETs), due to frequent changes in topology there exist more link breakages which lead to high rate of path failures and route discoveries, which cause an increased routing control overhead. Thus, it is necessary to reduce the overhead of route discovery in the design of routing protocols for MANETs. In a route discovery, broadcasting may be an elementary and effective data dissemination mechanism, wherever a mobile node blindly rebroadcasts the first received route request packets unless it has a route to the destination, and therefore it causes the broadcast storm problem. This paper proposes an optimistic approach OpSOA to mitigate the broadcasting storm problem and to scale back the communication overheads of routing protocols by forming sectors within the network and finding the route to destination by two sectors at a time. The simulation result shows that the proposed mechanism substantially reduces route requests. Since the proposed protocol searches for the destination sector wise thereby reducing network wide broadcast of routing requests, traffic, collision and contention. There by there can be an increase in the packet delivery ratio and decrease in the average end-to-end delay. Keywords: MANETs; Route Discovery; Broadcasting; Broadcast Storm; Optimistic Approach; Sectors.
  • 2. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 8, August (2014), pp. 138-143 © IAEME 139 1. INTRODUCTION Mobile ad hoc networks (MANETs) consist of a collection of freely movable nodes which communicates using wireless links and which do not require any fixed infrastructure [1]. MANETs rely on the broadcasting capability or specialized flooding mechanism when performing route discovery or gathering some global information [2], [3]. Broadcasting is the most frequently used operation in MANETs for the dissemination of data and control messages in many applications. In broadcasting when a node receives the message for the first time then it will forward the messages to all other nodes connected in the network, message flooding, there arise a problem of redundant transmission which results in packet collision. The broadcast redundancy significantly rise as the average number of neighbors increases [4]. It is also difficult to reduce the number of forwarding nodes in broadcasting. In Ad-hoc network, a packet collision occurs when two or more nodes try to transmit a packet from corner to corner in the network at the same time. Packet collisions could end in the loss of packet reliability or will slow down the performance of a network. Once this redundancy will increase it ends up in severe network congestion and significant performance degradation, which is referred to as the broadcast storm problem [5]. In broadcast-based systems, we use message flooding to broadcast messages. There is no specific destination; thus each neighbor node is contacted then forwards the message to its own neighbors till the message’s lifespan expires. Thus the main objective of broadcasting algorithms is to reduce the redundant transmissions. The important aspect to achieve this is to limit the number of forwarding nodes. In MANETs, the forwarding node set for broadcasting is generally selected in a localized manner, wherever each node determines its own status of forwarding or non forwarding based on local information or the status of a node is selected by its neighbors. A limited forwarding node set is considered to be more efficient due to the reduced number of transmissions within the network. Therefore, to reduce the total number of transmissions we use sectors of nodes within the network and we transmit the broadcast messages two sectors at a time. The remainder of this paper is organized as follows. Section II reviews the present broadcasting mechanisms available in literature. Section III describes the proposed OpSOA approach. In Section IV we evaluate the performance of our proposed approach. Section V concludes the paper with an outlook to future research. 2. RELATED WORK Broadcasting is an effective mechanism for route discovery but the routing overhead associated with the dissemination of routing control packets such as RREQ packets can be large, when the network density is high and the network topology frequently changes. One of the earliest and the classical way of broadcasting in MANETs is flooding. But with blind flooding broadcast storm occurs. Traditional on-demand routing protocols [6, 7, 8] produce a large amount of routing control traffic by blindly flooding the entire network with RREQ packets during route discovery. In traditional AODV, an intermediate node rebroadcasts all RREQ packets that are received for the first time. Assuming no intermediate node has a valid route to the destination and N is the total number of nodes in the network, the number of possible rebroadcast in AODV is N −1. In the basic probabilistic route discovery a source node sends an RREQ to its immediate neighbors with probability p =1. As an intermediate node first receives this RREQ packet, with probability p 1, it rebroadcasts the packet to its neighbors and with forwarding probability 1 − p it simply drop the packet. As the decision to rebroadcast a packet of each node is independent, the possible number of rebroadcasts is p x (N −1). This is referred as Fixed Probabilistic Route Discovery (FPR) [9].
  • 3. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 8, August (2014), pp. 138-143 © IAEME In a network of random distribution of mobile nodes like MANETs, there are regions of varying degrees of node density. Thus the need for an appropriate adjustment of the forwarding probability arises. Therefore, FPR suffers from unfair distribution of forwarding probability; since every node is assigned the same value regardless of their local topological characteristics. It is critical to identify and categorize mobile nodes in the various regions of the network and appropriately adjust their forwarding probabilities. To overcome the disadvantages of FPR the authors in [9] proposed a generic probabilistic route discovery algorithm (DPR) that dynamically determines the forwarding probability of an RREQ taking into consideration the set of covered neighbors and the local density of the forwarding node. This scheme only considers the coverage ratio by the previous node, and neglects those neighbors which receive the duplicate RREQ packet. Thus, it needs further optimization and extension. Authors in [10] proposed an approach MobDHop-AODV to work on top of the stable, two-tier cluster structure formed by the MobDHop clustering algorithm. The goal of this protocol is to exploit the aggregated topology information stored at every cluster head to avoid the need to flood the network with route request (RREQ) packets in the search for intended destinations. In this paper, we propose an efficient optimistic sector oriented approach (OpSOA) to yield a significant performance improvement in terms of reduced network wide route requests by limiting the broadcasts to two sectors at a time. The proposed approach is simple enough for easy implementation. The detail of the scheme is described in the next section. 140 3. PROPOSED WORK A new approach namely Optimistic Sector Oriented Approach (OpSOA) is introduced in this work. The goal of this approach is to reduce the number of network wide route request (RREQ) packets by limiting them to two sectors at a time. By this approach the need to flood network wide RREQ packets to search for intended destination is reduced. Note that GPS assistance is necessary in the proposed algorithm. As we know that, in broadcasting when a node receives the message for the first time then it will forward the message to all other nodes connected in the network, message flooding, there arise a problem of redundant transmission which results in packet collision. Packet collisions may also result in the loss of packet reliability or can slow down the performance of a network. The broadcast redundancy significantly rise as the average number of neighbors increases [4]. When this redundancy increases it results in the severe network congestion and significant performance degradation, a fact called the broadcast storm problem [5]. To avoid this broadcast storm problem; instead of forwarding the received messages to all other nodes in the network, we forward the broadcast messages two sectors at a time only. Therefore, by reducing the total number of broadcast transmission through the sector approach broadcast storm problem can be alleviated. In the proposed mechanism smart antenna systems that form directional transmission/reception beams switched beam and steerable beam are used [11]. 3.1 IMPLEMENTATION In the proposed approach, the source node divides its neighbors into eight sectors and informs its neighboring nodes about the sectoring information.
  • 4. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 8, August (2014), pp. 138-143 © IAEME Figure 1: MANET divided in to sectors The source node first chooses two sectors which are opposite to one another say 0 and 4 and initiates a sector-wide broadcast of RREQ message to search for the route to destination node. Since each node in the network are aware of their position and its sector information, nodes in a given sector only broadcasts the message to the nodes within the sector only. If the destination node is found in the clusters 0 or 4, then there is no need to broadcast the messages in the entire network. Otherwise, the source node will initiate the request to two more clusters say 1 and 5. This process continues until the destination is found or all sectors are completed.
  • 5. ! #
  • 6.
  • 7. $$%
  • 8. ! ' %
  • 9. () Figure 2. Pseudocode for OpSOA. ()*** By this we will reduce the number of network wide RREQ messages initiated by the source node. The possibility of having broadcast storms can be reduced and the limited resources such as channel resources and device resources in MANETs can be preserved. By reducing the control traffic, more data traffic can be transmitted over the network. 141
  • 10. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 8, August (2014), pp. 138-143 © IAEME 142 4. PERFORMANCE EVALUATION In order to evaluate the performance of the proposed mechanism, we compare it with some other mechanism using the NS-2 simulator. We compare our approach with MobDHop-AODV [10], which is an optimization scheme with a cluster approach for reducing the overhead of RREQ packet incurred in route discovery in the recent literature. We evaluate the performance of routing protocols using the metric “Number of RREQ Transmitted” i.e., total number of RREQ messages transmitted by the source and intermediate nodes. Figure 3: Total number of RREQs transmitted. Figure 3 show that OpSOA successfully reduced the total number of network-wide RREQ messages. This is attributed to the fact that OpSOA avoids transmission of network wide RREQs by transmitting them sector wise. If the destination is located inside the first or second or third set of searched sectors unnecessary network-wide flooding of RREQ messages can be avoided. 5. CONCLUSION In this paper, we have proposed, simulated and evaluated a new mechanism for optimizing broadcasting in MANETs. MANET routing protocols rely largely on a broadcast-based route discovery mechanism whereby route request messages are flooded across the entire network in search of routes to destination. This approach does not have a significant impact on small networks but as the network size grows, the communication overheads leading to a broadcast storm, which consume a large portion of the shared wireless bandwidth, leaving little for the actual data traffic. Among the many proposals addressing the scalability problem, sectoring has been identified as a good candidate, which can limit network-wide flooding of routing requests. Sector setup and management requires periodical exchange of control messages among nodes. However, if managed properly, substantial reductions in routing control overhead can be achieved. Through simulations we showed that there is a substantial reduction in route request messages by limiting network-wide broadcast of route discovery messages. However, once node movement is very frequent, the delivery ratio of the proposed approach is going to be smaller, which we consider in the future works.
  • 11. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 8, August (2014), pp. 138-143 © IAEME 143 ACKNOWLEDGMENT The authors wish to acknowledge K. Karthik, K. Kishore Kumar and A. Bhanutheja for their work, useful feedback, and comments during the preparation of this paper. REFERENCES [1] K Muralidhar; “An Improved Node-Initiated Message Ferrying Approach for Data Dissemination In Disconnected Mobile Ad Hoc Networks”, International Journal of Computer Engineering Technology (IJCET), Volume 4, Issue 3, May-June (2013), pp. 469-476. [2] Charles E. Perkins, Elizabeth M. Royer, and Samir R. Das,”IP Address Auto configuration for Ad Hoc Networks”, Internet Draft draft-ietfmanet-autoconf-00.txt, 10 July 2000, work in progress. [3] Zygmunt J. Haas, Joseph Y. Halpern, and Li Li, ”Gossip-Based Ad Hoc Routing”, IEEE INFOCOM 2002 Conference, New York, NY, USA, June 2002. [4] M. Khabbazian and V.K. Bhargava, “Efficient Broadcasting in Mobile Ad Hoc Networks”, IEEE Trans. on Mobile Computing, vol. 8, no. 2, pp. 1536- 1233, Feb. 2009. [5] J. Wu and F. Dai, “Performance Analysis of Broadcasting Protocol in Ad Hoc Networks Based on Self-Pruning,” Proc. IEEE transactions on parallel and distributed systems, vol. 15, no. 11, November 2004. [6] C. E. Perkins, E. M. Belding-Royer, and S. R. Das, Ad hoc On-Demand Distance Vector (AODV) Routing, IETF Mobile Ad Hoc Networking Working Group INTERNET DRAFT, 19 January 2002. [7] D. B. Johnson, D. A. Maltz, and Y.-C. Hu, The Dynamic Source Routing Protocol for Mobile Ad Hoc Networks (DSR), IETF MANET Working Group INTERNET-DRAFT, 19 July 2004. [8] V. Park and S. Corson, Temporally-Ordered Routing Algorithm (TORA) Version 1, http://www.ietf.org/internet-drafts/draft-ietf-manettora-spec-02.txt, IETF, Work in Progress, July 2001. [9] Jamal-Deen Abdulai, Mohamed Ould-Khaoua, Lewis M. Mackenzie, Aminu Mohammed, “Neighbour Coverage: A Dynamic Probabilistic Route Discovery for Mobile Ad Hoc Networks”, SPECTS 2008, pp. 165-172. [10] Inn Inn ER and Winston K.G. Seah, “Adaptive Cluster-based Approach for Reducing Routing Overheads in MANETs”, 16th Asia-Pacific Conference on Communications, © 2010 Crown, pp. 316-321. [11] Shuhui Yangyand Jie Wu, “Efficient Broadcasting Using Network Coding and Directional Antennas in MANETs”.