12.07.2015 Views

Journal of Emerging Technologies in Web Intelligence Contents

Journal of Emerging Technologies in Web Intelligence Contents

Journal of Emerging Technologies in Web Intelligence Contents

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

86 JOURNAL OF EMERGING TECHNOLOGIES IN WEB INTELLIGENCE, VOL. 2, NO. 2, MAY 2010Bee-Inspired Rout<strong>in</strong>g Protocols for MobileAd HOC Network (MANET)Deepika ChaudharyChitkara Institute <strong>of</strong> Engg & Technology JhanslaTeh. Rajpura,Distt Patiala-140401,Punjabdeepika.chaudhary@chitkara.edu.<strong>in</strong>Abstract – Mobile AdHoc networks( MANETs) are receiv<strong>in</strong>ga significant amount <strong>of</strong> attention from researchers. Thispaper provides a high light on a new and very energyefficient algorithm for rout<strong>in</strong>g <strong>in</strong> Manets BeeAdHoc. Thisalgorithm is a reactive source rout<strong>in</strong>g algorithm andconsumes less energy as compared to other exist<strong>in</strong>g state <strong>of</strong>art rout<strong>in</strong>g algorithms because a fewer control packets forrout<strong>in</strong>g are sent as compared to other networks.I. INTRODUCTIONMobile Ad HOC networks (MANET’S) are networks <strong>in</strong>which all nodes are mobile and communicate with each other viawireless connections. Nodes can jo<strong>in</strong> or leave the network at anytime. There is no fixed <strong>in</strong>frastructure. All nodes are equal andthere is no centralized control or overview. There no designatedrouters all nodes can serve as routers for each other and datapackets are forwarded from node to node <strong>in</strong> multihop fashion.S<strong>in</strong>ce a few years researcher’s <strong>in</strong>terest <strong>in</strong> MANETS havebeen grow<strong>in</strong>g and especially the design <strong>of</strong> MANET rout<strong>in</strong>gprotocols has received a lot <strong>of</strong> attention. One <strong>of</strong> the reasons isthat rout<strong>in</strong>g <strong>in</strong> MANETS is particularly challeng<strong>in</strong>g task due tothe fact that the topology <strong>of</strong> the network changes constantly andpaths, which were <strong>in</strong>itially efficient, can quickly become<strong>in</strong>efficient or even <strong>in</strong>feasible. Moreover control <strong>in</strong>formation flow<strong>in</strong> the network is very restricted. This is because the bandwidth<strong>of</strong> the wireless medium is very limited and the medium isshared: nodes can only send or receive data if no other node issend<strong>in</strong>g <strong>in</strong> their radio neighborhood. It is therefore important todesign algorithm that are adaptive robust & self-heal<strong>in</strong>g. Natureself-organiz<strong>in</strong>g systems like <strong>in</strong>sect societies show precisely thesedesirable properties. Mak<strong>in</strong>g use <strong>of</strong> a number <strong>of</strong> relativelysimple biological agents like ants, a variety <strong>of</strong> differentorganized behavior are generated at the system level from thelocal <strong>in</strong>teraction among the agents and with the environment.The robustness and effectiveness <strong>of</strong> such collective behaviorswith respect to variations <strong>of</strong> environment conditions are keyaspects <strong>of</strong> their biological success. This k<strong>in</strong>d <strong>of</strong> systems are<strong>of</strong>ten referred to with the term swarm <strong>in</strong>telligence. Swarmsystems have recently become a source <strong>of</strong> <strong>in</strong>spiration for design<strong>of</strong> distributed & adaptive algorithms.II. DESIGN ISSUES OF ROUTING ALGORITHMSThe most important challenge <strong>in</strong> design<strong>in</strong>g algorithms forMANETs are mobility and limited battery capacity <strong>of</strong> nodes.Mobility <strong>of</strong> nodes results <strong>in</strong> cont<strong>in</strong>uously evolv<strong>in</strong>g newtopologies and consequently the rout<strong>in</strong>g algorithms have todiscover or update the routes <strong>in</strong> real time but with small controloverhead . The limited battery capacity requires that the packetsif possible be distributed on multiple paths , which would result<strong>in</strong> the depletion <strong>of</strong> batteries <strong>of</strong> different nodes at an equal rateand hence as a result the life time <strong>of</strong> networks would <strong>in</strong>crease[1].Therefore an important challenge <strong>in</strong> Manets is to design arout<strong>in</strong>g algorithm that is not only energy effieicent but alsodelivers performance same or better than exist<strong>in</strong>g state <strong>of</strong> artrout<strong>in</strong>g protocols.III. CLASSIFICATION OF ROUTING ALGORITHMS INMANETSThe rout<strong>in</strong>g algorithms for Manets can be broadly classifiedas proactive algorithms or reactive algorithms. Proactivealgorithms periodically launch control packets which collect thenew network state and update the rout<strong>in</strong>g tables accord<strong>in</strong>gly. Onthe other hand, reactive algorithms f<strong>in</strong>d routes on demand only.Reactive algorithms looks more promis<strong>in</strong>g from the prespective<strong>of</strong> energy consumption <strong>in</strong> Manets. Each category <strong>of</strong> abovementioned algorithms can further be classified <strong>in</strong>to host<strong>in</strong>telligent or router <strong>in</strong>telligent algorithms . A few reactivealgorithms are DSR ( Dynamic Source Rout<strong>in</strong>g ) which is host<strong>in</strong>telligent algorithm while AODV( AdHoc On DemandDistance Vector Rout<strong>in</strong>g) which is a router –<strong>in</strong>telligentalgorithm.However these algorithms are not designed for energyefficient rout<strong>in</strong>g. Here <strong>in</strong> this study an deep <strong>in</strong>sight is providedon BeeAdHoc which delivers performance same as better thanthat <strong>of</strong> DSR,AODV but consumes less energy as compared tothem. The algorithm achieves these objectives by transmitt<strong>in</strong>gfewer control packets and by distribut<strong>in</strong>g data packets onmultiple paths.IV. EXISTING WORK ON NATURE –INSPIRED MANETROUTING PROTOCOLSThe first algorithm which presents a detailed scheme forMANET rout<strong>in</strong>g based on ant colony pr<strong>in</strong>ciples is ARA [3]. Thealgorithm has its roots <strong>in</strong> ABC AND AntNet Rout<strong>in</strong>g algorithmsfor fixed networks and are <strong>in</strong>pired by the pheromone lay<strong>in</strong>gbehavior <strong>of</strong> ant colonies . AntHocNet, which is hybrid algorithmhav<strong>in</strong>g both reactive and proactive components have also beenproposed.This algorithm tries to keep most <strong>of</strong> features <strong>of</strong> theorig<strong>in</strong>al AntNet and shows promis<strong>in</strong>g results <strong>in</strong> simulationcomared to AODV Termite is another MANET rout<strong>in</strong>galgorithm <strong>in</strong>spired by termite behaviour .Here no special agentsare needed for updat<strong>in</strong>g the rout<strong>in</strong>g tables rather data packets aredelegated this task.V. OVERVIEW OF BEEADHOC ARCHITECTUREBeeAdHoc is an on-demand multi path rout<strong>in</strong>g algorithm formobile adhoc networks <strong>in</strong>spired from the forag<strong>in</strong>g pr<strong>in</strong>ciples <strong>of</strong>honey bees[4]. BeeAdHoc works with types <strong>of</strong> agents: packers,scouts foragers and swarms. The packers locate a forager andhand over the data packet to the discovered forager. Scoutsdiscover new routes from the launch<strong>in</strong>g node to the dest<strong>in</strong>ation© 2010 ACADEMY PUBLISHERdoi:10.4304/jetwi.2.2.86-88

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!